@import"https://fonts.googleapis.com/css2?family=Rubik&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu&display=swap";@import"https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@700&display=swap";.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    fill: #fff
}

.About {
    z-index: 100;
    position: absolute;
    text-align: right
}

.section-1 {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 30px
}

.section-1-description {
    font-size: 1.2em
}

.section-1>:first-child {
    flex: .6
}

.section-1>:last-child {
    flex: .4
}

.section-2>:last-child {
    flex: .4
}

.about-header {
    margin-bottom: 40px
}

.section-1 .section-1-description h2 {
    font-size: 1.8em
}

.section-1 .section-1-description p {
    margin-top: 15px;
    font-size: 1.3em
}

.section-1-pic {
    display: flex;
    flex-direction: center;
    align-items: center;
    margin-left: -30px
}

.panel {
    min-height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: sans-serif
}

.color-violet {
    background-color: #7a4eab
}

.color-indigo {
    background-color: #4332cf
}

.color-blue {
    background-color: #2f8fed
}

.color-green {
    background-color: #4dcf42
}

.color-yellow {
    background-color: #faeb33
}

.color-orange {
    background-color: #f19031
}

.color-red {
    background-color: #f2293a
}

@media only screen and (max-width: 979px) {
    .section-1 {
        flex-direction:column
    }

    .about-header {
        margin-bottom: 5px
    }

    .section-1-pic {
        margin-top: 30px
    }

    .website-sections-header {
        margin-top: 40px;
        margin-bottom: -15px
    }
}

@media screen and (max-width: 600px) {
    .section-1-pic {
        margin-left:10vw;
        margin-right: 10vw
    }
}

h2 {
    font-size: 1.8em;
    text-decoration: underline dashed;
    letter-spacing: 2px
}

body {
    background-color: #000
}

.ag-courses_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0
}

.ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    margin: 0 15px 30px;
    overflow: hidden;
    border-radius: 28px
}

.ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: #121212;
    overflow: hidden;
    position: relative
}

.ag-courses-item_link:hover,.ag-courses-item_link:hover .ag-courses-item_date {
    text-decoration: none;
    color: #fff
}

.ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10)
}

.ag-courses-item_title {
    min-height: 87px;
    margin: 0 0 25px;
    overflow: hidden;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    z-index: 2;
    position: relative
}

.ag-courses-item_date-box {
    font-size: 18px;
    color: #fff;
    z-index: 2;
    position: relative
}

.ag-courses-item_date {
    font-weight: 700;
    color: #f9b234;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}

.ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #f9b234;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
    background-color: #3ecd5e
}

.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
    background-color: #e44002
}

.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
    background-color: #952aff
}

.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
    background-color: #cd3e94
}

.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
    background-color: #4c49ea
}

@media only screen and (max-width: 979px) {
    .ag-courses_item {
        -ms-flex-preferred-size:calc(50% - 30px);
        flex-basis: calc(50% - 30px)
    }

    .ag-courses-item_title {
        font-size: 24px
    }

      
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width:96%
    }
}

@media only screen and (max-width: 639px) {
    .ag-courses_item {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }

    .ag-courses-item_title {
        min-height: 72px;
        line-height: 1;
        font-size: 24px
    }

    .ag-courses-item_link {
        padding: 22px 40px
    }

    .ag-courses-item_date-box {
        font-size: 16px
    }
}

.container {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 20px;
    justify-items: center;
    direction: rtl
}

.eachdiv {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .container {
        grid-template-columns:repeat(auto-fit,minmax(250px,1fr))
    }
}

@media only screen and (max-width: 800px) {
    .container {
        grid-template-columns:repeat(auto-fit,minmax(200px,1fr))
    }

    .eachdiv {
        padding: 15px;
        border-radius: 15px
    }

    .imgbox img {
        width: 30px;
        height: 30px
    }
}

.website-testimonials-header {
    font-size: 1.8em;
    text-decoration: underline dashed;
    letter-spacing: 2px
}

.div1 {
    background: #733fc8;
    grid-column: span 2;
    grid-row: span 1;
    background-image: url(https://raw.githubusercontent.com/RahulSahOfficial/testimonials_grid_section/5532c958b7d3c9b910a216b198fdd21c73112d84/images/bg-pattern-quotation.svg);
    background-repeat: no-repeat;
    background-position: center
}

.div2 {
    background: #49556b
}

.div3,.div4 {
    background: #fff;
    color: #000
}

.div5 {
    background: #18202d
}

.userdetails {
    display: flex;
    align-items: center
}

.imgbox {
    margin-right: 10px
}

.imgbox img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #cec5c5
}

.detbox {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.detbox p {
    margin: 0
}

.detbox .name {
    color: #cfcfcf;
    margin-bottom: 5px;
    font-weight: 600
}

.detbox .designation {
    color: #cfcfcf;
    opacity: 50%
}

.review h4 {
    font-size: 1.4rem;
    color: #f3deff;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .8rem
}

.review p {
    font-size: .95rem;
    color: #f3deff;
    font-weight: 500;
    opacity: 50%;
    line-height: 1.5
}

.attribution {
    font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right
}

.attribution a {
    text-decoration: none
}

@media only screen and (max-width: 800px) {
    .eachdiv {
        padding:15px;
        border-radius: 15px
    }

    .imgbox img {
        width: 30px;
        height: 30px
    }
}

.pfe-header {
    margin-top: 70px;
    margin-bottom: 40px
}

:root {
    --body-bg: #FAFAFA;
    --page-bg: #F5F5F5;
    --dark-text: #2A2935;
    --baseline: 12px;
    --book-title: "Tulpen One", sans-serif;
    --title: "Cormorant Garamond", serif;
    --body: "Cormorant Garamond", serif;
    --base-size: calc(var(--baseline) * 1.2)
}

.cover {
    height: calc(var(--baseline) * 42.6);
    box-shadow: 0 0 100px #0000004d;
    text-align: center;
    margin-right: 60px;
    margin-left: 60px;
    margin-bottom: -60px
}

.book {
    width: 100%;
    height: 100%;
    display: flex;
    perspective: 1200px
}

.book__page {
    position: relative;
    width: 50%;
    height: 100%;
    display: grid;
    transform: rotateY(0);
    transition: transform .9s cubic-bezier(.645,.045,.355,1);
    transform-origin: 0% 0%;
    background-color: var(--page-bg);
    background-image: linear-gradient(90deg,#e3e3e3,#f7f7f700 18%)
}

.book__page:nth-of-type(1) {
    background-image: linear-gradient(-90deg,#e3e3e3,#f7f7f700 18%)
}

.book__page--1 {
    cursor: pointer;
    overflow: hidden
}

.book__page--1 img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.book__page--2 {
    position: absolute;
    right: 0;
    pointer-events: none;
    transform-style: preserve-3d;
    background-color: var(--page-bg);
    background-image: linear-gradient(90deg,#e3e3e3,#f7f7f700 18%)
}

.book__page--4 {
    cursor: pointer;
    padding: 0 calc(var(--baseline) * 3)
}

.book__page-front {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateY(0) translateZ(1px)
}

.book__page-back {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 calc(var(--baseline) * 1.8);
    transform: rotateY(180deg) translateZ(1px)
}

.page__content {
    padding: var(--baseline);
    height: 100%;
    position: relative;
    text-align: center
}

.page__content-book-title {
    font-family: var(--book-title);
    font-size: calc(var(--base-size) * 3);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--dark-text);
    margin-top: calc(var(--baseline) * 5);
    margin-bottom: calc(var(--baseline) * 2)
}

.page__content-author {
    font-family: var(--title);
    font-size: calc(var(--base-size) * 1.2);
    font-weight: 100;
    text-transform: uppercase;
    color: var(--dark-text);
    border-top: 1px solid var(--dark-text);
    border-bottom: 1px solid var(--dark-text);
    display: inline-block;
    padding: calc(var(--baseline) / 2) calc(var(--baseline) / 5);
    margin-bottom: calc(var(--baseline) * 6)
}

.page__content-credits {
    font-family: var(--title);
    text-transform: uppercase;
    font-size: calc(var(--base-size) * .8);
    margin-bottom: calc(var(--baseline) * 2);
    letter-spacing: 1px
}

.page__content-credits span {
    display: block;
    font-size: calc(var(--base-size) * 1.2);
    letter-spacing: 0
}

.page__content-copyright {
    position: absolute;
    width: calc(100% - (var(--baseline) * 2));
    bottom: calc(var(--baseline) * 2);
    font-family: var(--title);
    font-size: calc(var(--base-size) * .8);
    text-transform: uppercase
}

.page__content-title {
    font-family: var(--title);
    font-size: calc(var(--base-size) * 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: calc(var(--baseline) * 5);
    margin-bottom: calc(var(--baseline) * 3)
}

.page__content-table {
    width: 100%;
    margin-top: calc(var(--baseline) * 2)
}

.page__content-table td {
    font-family: var(--title);
    font-size: calc(var(--base-size) * 1);
    padding-bottom: calc(var(--baseline) * 1.5);
    text-transform: uppercase
}

.page__content-blockquote {
    margin-bottom: calc(var(--baseline) * 2)
}

.page__content-blockquote-text {
    font-family: var(--title);
    font-size: calc(var(--base-size) * .9);
    font-style: italic;
    text-align: right
}

.page__content-blockquote-reference {
    font-family: var(--title);
    font-size: calc(var(--base-size) * .7);
    margin-top: calc(var(--baseline) * .3);
    float: right;
    text-transform: uppercase
}

.page__content-text {
    font-family: var(--title);
    font-size: calc(var(--base-size) * .67);
    text-align: justify;
    text-indent: var(--baseline)
}

.page__number {
    position: absolute;
    bottom: var(--baseline);
    width: calc(100% - (var(--baseline) * 2));
    font-family: var(--title);
    font-size: calc(var(--base-size) * .67);
    text-align: center
}

input[type=radio] {
    display: none
}

input[type=radio]:checked+.book__page {
    transition: transform .9s cubic-bezier(.645,.045,.355,1);
    transform: rotateY(-180deg)
}

.cs-main-container {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow: auto;
    border: solid 1px #d1dbe3;
    box-sizing: border-box;
    color: #000000de;
    background-color: #fff;
    font-size: 1rem
}

.cs-main-container>.cs-conversation-list {
    order: 0;
    height: 100%;
    flex-basis: 300px;
    border-top: solid 0px #d1dbe3;
    border-right: solid 1px #d1dbe3;
    border-bottom: solid 0px #d1dbe3;
    border-left: solid 0px #d1dbe3;
    box-shadow: 2px 0 5px -2px #00000061;
    z-index: 2
}

.cs-main-container>.cs-sidebar.cs-sidebar--left {
    order: 0;
    height: 100%;
    max-width: 320px;
    flex-basis: 35%;
    border-right: solid 1px #d1dbe3;
    z-index: 2
}

.cs-main-container>.cs-sidebar.cs-sidebar--right {
    flex-basis: 25%;
    min-width: 150px;
    max-width: 320px;
    border-top: solid 0px #d1dbe3;
    border-right: solid 0px #d1dbe3;
    border-bottom: solid 0px #d1dbe3;
    border-left: solid 1px #d1dbe3
}

.cs-main-container>.cs-sidebar.cs-sidebar--left .cs-search {
    margin: .5em
}

.cs-main-container .cs-chat-container {
    order: 1;
    z-index: 1;
    flex-grow: 1;
    flex-basis: 65%;
    border-right: solid 0px #d1dbe3
}

.cs-main-container .cs-sidebar {
    order: 2;
    height: 100%;
    z-index: 3
}

.cs-main-container .cs-sidebar .cs-expansion-panel {
    border-left: 0;
    border-top: 0;
    border-right: 0
}

.cs-main-container .cs-sidebar .cs-expansion-panel:nth-last-child(3) {
    border-bottom: 0
}

.cs-main-container .cs-conversation-header {
    z-index: 1
}

.cs-main-container--responsive .cs-chat-container .cs-conversation-header .cs-conversation-header__back,.cs-main-container--responsive .cs-chat-container .cs-conversation-header .cs-conversation-header__actions .cs-button--info {
    display: none
}

@media (max-width: 768px) {
    .cs-main-container--responsive {
        min-width:calc(1.6em + 220px)
    }

    .cs-main-container--responsive .cs-search {
        display: none
    }

    .cs-main-container--responsive>.cs-sidebar.cs-sidebar--left {
        flex-basis: calc(1.6em + 40px);
        min-width: calc(1.6em + 40px)
    }

    .cs-main-container--responsive>.cs-sidebar.cs-sidebar--right {
        display: none
    }

    .cs-main-container--responsive>.cs-conversation-list {
        flex-basis: calc(1.6em + 40px)
    }

    .cs-main-container--responsive .cs-conversation-list .cs-conversation>.cs-avatar,.cs-main-container--responsive .cs-sidebar .cs-conversation-list .cs-conversation>.cs-avatar {
        margin-right: 0
    }

    .cs-main-container--responsive .cs-conversation-list .cs-conversation__content,.cs-main-container--responsive .cs-sidebar .cs-conversation-list .cs-conversation__content,.cs-main-container--responsive .cs-conversation-list .cs-conversation__operations,.cs-main-container--responsive .cs-sidebar .cs-conversation-list .cs-conversation__operations,.cs-main-container--responsive .cs-conversation-list .cs-conversation__last-activity-time,.cs-main-container--responsive .cs-sidebar .cs-conversation-list .cs-conversation__last-activity-time {
        display: none
    }

    .cs-main-container--responsive .cs-conversation-list .cs-conversation__unread-dot,.cs-main-container--responsive .cs-sidebar .cs-conversation-list .cs-conversation__unread-dot {
        position: absolute;
        top: .3em;
        right: .3em;
        margin-right: 0
    }

    .cs-main-container--responsive .cs-conversation-header .cs-conversation-header__actions .cs-button--info {
        display: flex
    }
}

@media (max-width: 576px) {
    .cs-main-container--responsive {
        min-width:auto
    }

    .cs-main-container--responsive>.cs-sidebar.cs-sidebar--left {
        display: none
    }

    .cs-main-container--responsive .cs-chat-container .cs-conversation-header .cs-conversation-header__back {
        display: flex
    }
}

.cs-message {
    box-sizing: border-box;
    font-size: 1em;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    color: #000000de;
    display: flex;
    flex-direction: row;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    border-radius: 0
}

.cs-message:only-child {
    margin: .2em 0 0
}

.cs-message:not(:only-child) {
    margin: .2em 0 0
}

.cs-message__avatar {
    box-sizing: border-box;
    margin: 0 8px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 42px
}

.cs-message__content-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.cs-message__header {
    box-sizing: border-box;
    color: #4d4d4dde;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: .8em;
    margin: 0 .2em .1em
}

.cs-message__header .cs-message__sender-name {
    box-sizing: border-box;
    color: #4d4d4dde;
    background-color: transparent
}

.cs-message__header .cs-message__sent-time {
    box-sizing: border-box;
    color: #4d4d4dde;
    background-color: transparent;
    margin-left: auto;
    padding-left: .8em
}

.cs-message__footer {
    box-sizing: border-box;
    color: #4d4d4dde;
    background-color: transparent;
    display: flex;
    font-size: .8em;
    margin: .1em .2em 0
}

.cs-message__footer .cs-message__sender-name {
    box-sizing: border-box;
    color: #4d4d4dde;
    background-color: transparent
}

.cs-message__footer .cs-message__sent-time {
    box-sizing: border-box;
    color: #4d4d4dde;
    background-color: transparent;
    margin-left: auto;
    padding-left: .8em
}

.cs-message__content {
    box-sizing: border-box;
    color: #000000de;
    background-color: #c6e3fa;
    margin-top: 0;
    padding: .6em .9em;
    border-radius: .7em;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: .91em;
    font-variant: normal
}

.cs-message--incoming {
    color: #000000de;
    background-color: transparent;
    margin-right: auto
}

.cs-message--incoming .cs-message__avatar {
    margin: 0 8px 0 0
}

.cs-message--incoming .cs-message__sender-name,.cs-message--incoming .cs-message__sent-time {
    display: none
}

.cs-message--incoming .cs-message__content {
    color: #000000de;
    background-color: #c6e3fa;
    border-radius: 0 .7em .7em 0
}

.cs-message--outgoing {
    color: #000000de;
    background-color: transparent;
    margin-left: auto;
    justify-content: flex-end
}

.cs-message--outgoing .cs-message__avatar {
    order: 1;
    margin: 0 0 0 8px
}

.cs-message--outgoing .cs-message__sender-name,.cs-message--outgoing .cs-message__sent-time {
    display: none
}

.cs-message--outgoing .cs-message__content {
    color: #000000de;
    background-color: #6ea9d7;
    border-radius: .7em 0 0 .7em
}

.cs-message.cs-message--incoming.cs-message--single {
    border-radius: 0
}

.cs-message.cs-message--incoming.cs-message--single:not(:first-child) {
    margin-top: .4em
}

.cs-message.cs-message--incoming.cs-message--single .cs-message__sender-name,.cs-message.cs-message--incoming.cs-message--single .cs-message__sent-time {
    display: block
}

.cs-message.cs-message--incoming.cs-message--single .cs-message__content {
    border-radius: 0 .7em .7em
}

.cs-message.cs-message--incoming.cs-message--first {
    border-radius: 0
}

.cs-message.cs-message--incoming.cs-message--first:not(:first-child) {
    margin-top: .4em
}

.cs-message.cs-message--incoming.cs-message--first .cs-message__sender-name,.cs-message.cs-message--incoming.cs-message--first .cs-message__sent-time {
    display: block
}

.cs-message.cs-message--incoming.cs-message--first .cs-message__content {
    border-radius: 0 .7em .7em 0;
    background-color: #c6e3fa
}

.cs-message.cs-message--incoming.cs-message--last {
    border-radius: 0
}

.cs-message.cs-message--incoming.cs-message--last .cs-message__sent-time {
    display: none
}

.cs-message.cs-message--incoming.cs-message--last .cs-message__content {
    border-radius: 0 .7em
}

.cs-message.cs-message--outgoing.cs-message--single {
    border-radius: 0
}

.cs-message.cs-message--outgoing.cs-message--single:not(:first-child) {
    margin-top: .4em
}

.cs-message.cs-message--outgoing.cs-message--single .cs-message__sent-time {
    display: block
}

.cs-message.cs-message--outgoing.cs-message--single .cs-message__content {
    border-radius: .7em .7em 0
}

.cs-message.cs-message--outgoing.cs-message--first {
    border-radius: 0;
    margin-top: .4em
}

.cs-message.cs-message--outgoing.cs-message--first .cs-message__sent-time {
    display: block
}

.cs-message.cs-message--outgoing.cs-message--first .cs-message__content {
    border-radius: .7em 0 0 .7em;
    background-color: #6ea9d7
}

.cs-message.cs-message--outgoing.cs-message--last {
    border-radius: 0
}

.cs-message.cs-message--outgoing.cs-message--last .cs-message__sent-time {
    display: none
}

.cs-message.cs-message--outgoing.cs-message--last .cs-message__content {
    border-radius: .7em 0 .7em .7em
}

.cs-message--incoming.cs-message--avatar-spacer {
    margin-left: 50px
}

.cs-message--outgoing.cs-message--avatar-spacer {
    margin-right: 50px
}

.cs-message--avatar-tl .cs-message__avatar {
    justify-content: flex-start;
    order: 0;
    margin-right: 8px;
    margin-left: 0
}

.cs-message--avatar-tl .cs-message__message-wrapper {
    order: 1
}

.cs-message--avatar-tr .cs-message__avatar {
    justify-content: flex-start;
    order: 1;
    margin-left: 8px;
    margin-right: 0
}

.cs-message--avatar-tr .cs-message__message-wrapper {
    order: 0
}

.cs-message--avatar-br .cs-message__avatar {
    justify-content: flex-end;
    order: 1;
    margin-left: 8px;
    margin-right: 0
}

.cs-message--avatar-br .cs-message__message-wrapper {
    order: 0
}

.cs-message--avatar-bl .cs-message__avatar {
    justify-content: flex-end;
    order: 0;
    margin-right: 8px;
    margin-left: 0
}

.cs-message--avatar-bl .cs-message__message-wrapper {
    order: 1
}

.cs-message--avatar-cl .cs-message__avatar {
    justify-content: center;
    order: 0;
    margin-right: 8px;
    margin-left: 0
}

.cs-message--avatar-cl .cs-message__message-wrapper {
    order: 1
}

.cs-message--avatar-cr .cs-message__avatar {
    justify-content: center;
    order: 1;
    margin-left: 8px;
    margin-right: 0
}

.cs-message--avatar-cr .cs-message__message-wrapper {
    order: 0
}

.cs-message-group {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: .4em 0 0
}

.cs-message-group__avatar {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.cs-message-group__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.cs-message-group__header {
    box-sizing: border-box;
    display: flex;
    font-size: .8em;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    color: #0009;
    background-color: transparent;
    margin: 0 0 .2em;
    padding: 0
}

.cs-message-group__footer {
    box-sizing: border-box;
    display: flex;
    font-size: .8em;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    color: #0009;
    background-color: transparent;
    margin: .2em 0 0;
    padding: 0
}

.cs-message-group__messages {
    box-sizing: border-box
}

.cs-message-group__messages .cs-message:first-child {
    margin-top: 0
}

.cs-message-group__messages .cs-message .cs-message__content {
    background-color: #c6e3fa;
    margin-top: 0
}

.cs-message-group--incoming {
    justify-content: flex-start
}

.cs-message-group--incoming .cs-message-group__avatar {
    margin-right: 8px;
    order: 0
}

.cs-message-group--incoming .cs-message-group__content {
    order: 1
}

.cs-message-group--incoming .cs-message-group__messages .cs-message:first-child .cs-message__content {
    border-radius: 0 .7em .7em 0
}

.cs-message-group--incoming .cs-message-group__messages .cs-message .cs-message__content {
    border-radius: 0 .7em .7em 0;
    color: #000000de;
    background-color: #c6e3fa
}

.cs-message-group--incoming .cs-message-group__messages .cs-message:last-child .cs-message__content {
    border-radius: 0 .7em
}

.cs-message-group--incoming .cs-message-group__messages .cs-message:only-child .cs-message__content {
    border-radius: 0 .7em .7em
}

.cs-message-group--outgoing {
    justify-content: flex-end;
    margin-left: auto
}

.cs-message-group--outgoing .cs-message-group__avatar {
    margin-left: 8px;
    order: 1
}

.cs-message-group--outgoing .cs-message-group__content {
    order: 0
}

.cs-message-group--outgoing .cs-message-group__messages .cs-message {
    justify-content: flex-end
}

.cs-message-group--outgoing .cs-message-group__messages .cs-message:first-child .cs-message__content {
    border-radius: .7em 0 0 .7em
}

.cs-message-group--outgoing .cs-message-group__messages .cs-message .cs-message__content {
    border-radius: .7em 0 0 .7em;
    color: #000000de;
    background-color: #6ea9d7
}

.cs-message-group--outgoing .cs-message-group__messages .cs-message:last-child .cs-message__content {
    border-radius: .7em 0 .7em .7em
}

.cs-message-group--outgoing .cs-message-group__messages .cs-message:only-child .cs-message__content {
    border-radius: .7em .7em 0
}

.cs-message-group--avatar-tl .cs-message-group__avatar {
    justify-content: flex-start;
    order: 0;
    margin-right: 8px;
    margin-left: 0
}

.cs-message-group--avatar-tl .cs-message-group__content {
    order: 1
}

.cs-message-group--avatar-tr .cs-message-group__avatar {
    justify-content: flex-start;
    order: 1;
    margin-left: 8px;
    margin-right: 0
}

.cs-message-group--avatar-tr .cs-message-group__content {
    order: 0
}

.cs-message-group--avatar-bl .cs-message-group__avatar {
    justify-content: flex-end;
    order: 0;
    margin-right: 8px;
    margin-left: 0
}

.cs-message-group--avatar-bl .cs-message-group__content {
    order: 1
}

.cs-message-group--avatar-br .cs-message-group__avatar {
    justify-content: flex-end;
    order: 1;
    margin-left: 8px;
    margin-right: 0
}

.cs-message-group--avatar-br .cs-message-group__content {
    order: 0
}

.cs-message-group--avatar-cl .cs-message-group__avatar {
    justify-content: center;
    order: 0;
    margin-right: 8px;
    margin-left: 0
}

.cs-message-group--avatar-cl .cs-message-group__content {
    order: 1
}

.cs-message-group--avatar-cr .cs-message-group__avatar {
    justify-content: center;
    order: 1;
    margin-left: 8px;
    margin-right: 0
}

.cs-message-group--avatar-cr .cs-message-group__content {
    order: 0
}

.cs-message-separator {
    box-sizing: border-box;
    color: #6ea9d7;
    background-color: #fff;
    font-size: .8em;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.cs-message-separator:before,.cs-message-separator:after {
    box-sizing: border-box;
    content: "";
    background-color: #6ea9d7;
    display: block;
    flex-grow: 1;
    height: 1px
}

.cs-message-separator:not(:empty):before {
    margin: 0 1em 0 0
}

.cs-message-separator:not(:empty):after {
    margin: 0 0 0 1em
}

.cs-message-list {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 1.25em;
    position: relative;
    color: #000000de;
    background-color: #fff
}

.cs-message-list__scroll-wrapper {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0 1.2em 0 .8em
}

.cs-message-list__scroll-to:first-child {
    box-sizing: border-box;
    float: left;
    clear: both;
    height: 0
}

.cs-message-list__scroll-wrapper>.cs-message:nth-last-child(4) {
    margin-bottom: 2.65em
}

.cs-message-list__scroll-wrapper>.cs-message-group:nth-last-child(4) {
    margin-bottom: 2.65em
}

.cs-message-list .cs-typing-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 15px;
    background-color: #fff;
    padding: .5em;
    font-size: .9em;
    height: 1.25em;
    line-height: 1.25em
}

.cs-message-list__scroll-wrapper>.cs-message,.cs-message-list__scroll-wrapper>.cs-message-group {
    max-width: 85%
}

.cs-message-list .cs-message.cs-message--incoming,.cs-message-list .cs-message-group.cs-message-group--incoming {
    margin-right: auto
}

.cs-message-list .cs-message.cs-message--outgoing,.cs-message-list .cs-message-group.cs-message-group--outgoing {
    margin-left: auto
}

.cs-message-list .cs-message-separator:not(:first-child) {
    margin-top: 1.2em
}

.cs-message-list__loading-more {
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    background-color: #fff;
    padding: 2px 0;
    top: 0;
    left: 0;
    right: 0;
    height: 1.2em;
    z-index: 1
}

.cs-message-list__loading-more .cs-loader {
    width: 1.2em;
    height: 1.2em
}

.cs-message-list__loading-more .cs-loader:before,.cs-message-list__loading-more .cs-loader:after {
    width: 100%;
    height: 100%
}

.cs-message-list__loading-more--bottom {
    top: initial;
    bottom: 0
}

.cs-message-list .ps__rail-y {
    z-index: 2
}

.cs-avatar {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-sizing: border-box
}

.cs-avatar>img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.cs-avatar:hover>img {
    filter: brightness(115%)
}

.cs-avatar.cs-avatar--xs {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px
}

.cs-avatar.cs-avatar--sm {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px
}

.cs-avatar.cs-avatar--md {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px
}

.cs-avatar.cs-avatar--lg {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px
}

.cs-avatar.cs-avatar--fluid {
    width: 100%;
    height: 100%
}

.cs-avatar.cs-avatar--fluid .cs-status {
    right: 5%;
    width: 22%;
    height: 22%
}

.cs-avatar .cs-status {
    box-sizing: border-box;
    position: absolute;
    right: -1px;
    bottom: 3%
}

.cs-avatar .cs-status__bullet {
    box-sizing: content-box;
    border: solid 2px #fff
}

.cs-avatar .cs-status--xs,.cs-avatar .cs-status--xs:not(.cs-status--named) {
    font-size: 1em;
    width: 6px;
    height: 6px;
    right: 0;
    bottom: 0
}

.cs-avatar .cs-status--xs .cs-status__bullet,.cs-avatar .cs-status--xs:not(.cs-status--named) .cs-status__bullet {
    width: 4px;
    min-width: 4px;
    height: 4px
}

.cs-avatar .cs-status--sm,.cs-avatar .cs-status--sm:not(.cs-status--named) {
    font-size: 1em;
    width: 12px;
    height: 12px;
    right: -3px;
    bottom: -1px
}

.cs-avatar .cs-status--sm .cs-status__bullet,.cs-avatar .cs-status--sm:not(.cs-status--named) .cs-status__bullet {
    width: 8px;
    min-width: 8px;
    height: 8px
}

.cs-avatar .cs-status--md,.cs-avatar .cs-status--md:not(.cs-status--named) {
    font-size: 1em;
    width: 15px;
    height: 15px
}

.cs-avatar .cs-status--md .cs-status__bullet,.cs-avatar .cs-status--md:not(.cs-status--named) .cs-status__bullet {
    width: 11px;
    min-width: 11px;
    height: 11px
}

.cs-avatar .cs-status--lg,.cs-avatar .cs-status--lg:not(.cs-status--named) {
    font-size: 1em;
    width: 18px;
    height: 18px;
    bottom: 4%
}

.cs-avatar .cs-status--lg .cs-status__bullet,.cs-avatar .cs-status--lg:not(.cs-status--named) .cs-status__bullet {
    width: 14px;
    min-width: 14px;
    height: 14px
}

.cs-avatar-group {
    display: flex;
    flex-direction: row-reverse;
    overflow: visible;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    min-width: 40px;
    align-content: flex-start;
    justify-content: flex-end
}

.cs-avatar-group .cs-avatar--active {
    z-index: 1
}

.cs-avatar-group .cs-avatar--active-on-hover:hover {
    z-index: 2
}

.cs-avatar-group--xs {
    padding-left: 6.112px;
    padding-top: 6.112px
}

.cs-avatar-group--xs .cs-avatar {
    margin-top: -6.112px;
    margin-left: -6.112px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border: none;
    border-right: 1px solid #f2f2f2
}

.cs-avatar-group--sm {
    padding-left: 9.932px;
    padding-top: 9.932px
}

.cs-avatar-group--sm .cs-avatar {
    margin-top: -9.932px;
    margin-left: -9.932px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px
}

.cs-avatar-group--md {
    padding-left: 16.044px;
    padding-top: 16.044px
}

.cs-avatar-group--md .cs-avatar {
    margin-top: -16.044px;
    margin-left: -16.044px;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border: 2px solid #f2f2f2
}

.cs-avatar-group--lg {
    padding-left: 25.976px;
    padding-top: 25.976px
}

.cs-avatar-group--lg .cs-avatar {
    margin-top: -25.976px;
    margin-left: -25.976px;
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    border: 2px solid #f2f2f2
}

.cs-message-input {
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    box-sizing: border-box;
    padding: 0;
    overflow: visible;
    flex-shrink: 0
}

.cs-message-input__content-editor-wrapper {
    box-sizing: border-box;
    position: relative;
    background-color: #c6e3fa;
    margin: 0;
    padding: .6em .9em;
    border-radius: .7em;
    flex-grow: 1
}

.cs-message-input--disabled .cs-message-input__content-editor-wrapper {
    background-color: #c6e3fa61;
    color: #0009
}

.cs-message-input__content-editor-container {
    box-sizing: border-box;
    position: relative;
    background-color: #c6e3fa;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    overflow-y: auto;
    font-size: .94em;
    line-height: 1.35em;
    min-height: 1.35em;
    max-height: 5.4em;
    padding: 0;
    scroll-padding: 0em
}

.cs-message-input--disabled .cs-message-input__content-editor-container {
    color: #0009;
    background-color: transparent
}

.cs-message-input__content-editor {
    box-sizing: border-box;
    flex-grow: 1;
    background-color: #c6e3fa;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    outline: 0;
    border-top: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    border-left: 0 none;
    overflow: visible;
    color: #000000de;
    overflow-wrap: anywhere;
    word-break: break-word
}

.cs-message-input--disabled .cs-message-input__content-editor {
    background-color: transparent;
    color: #0009
}

.cs-message-input__content-editor[data-placeholder]:empty:before {
    box-sizing: border-box;
    content: attr(data-placeholder);
    color: #00000061;
    display: block;
    cursor: text
}

.cs-message-input__tools {
    display: flex;
    flex-direction: row;
    box-sizing: border-box
}

.cs-message-input__tools .cs-button {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0
}

.cs-message-input__tools .cs-button--send,.cs-message-input__tools .cs-button--attachment {
    align-self: flex-end
}

.cs-message-input__tools:first-child .cs-button:first-child {
    margin-left: 0
}

.cs-message-input__tools:first-child .cs-button:last-child {
    margin-right: 0
}

.cs-message-input__tools:last-child .cs-button:first-child {
    margin-left: 0
}

.cs-message-input__tools:last-child .cs-button:last-child {
    margin-right: 0
}

.cs-input-toolbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0 0 .4em
}

.cs-input-toolbox .cs-button {
    padding: 0;
    background: none;
    border: none;
    margin: 0 .5em 0 0;
    font-size: 1.2em
}

.cs-chat-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 180px;
    color: #000000de;
    background-color: #fff
}

.cs-chat-container .cs-message-input {
    border-top: solid 1px #d1dbe3;
    border-right: solid 0px #d1dbe3;
    border-bottom: solid 0px #d1dbe3;
    border-left: solid 0px #d1dbe3;
    margin-top: auto;
    padding: .3em 0;
    color: #000000de;
    background-color: #fff
}

.cs-chat-container .cs-message-input .cs-message-input__content-editor-wrapper:first-child {
    margin-left: .8em
}

.cs-chat-container .cs-message-input .cs-message-input__content-editor-wrapper:last-child {
    margin-right: .8em
}

.cs-chat-container .cs-input-toolbox {
    margin: 0;
    padding: 0 .8em .17em 0;
    color: #000000de;
    background-color: #fff
}

.cs-typing-indicator {
    box-sizing: content-box;
    font-size: inherit;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.cs-typing-indicator__indicator {
    box-sizing: inherit;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center
}

.cs-typing-indicator__dot {
    box-sizing: inherit;
    -webkit-animation: cs-typing-indicator__typing-animation 1.5s infinite ease-in-out;
    animation: cs-typing-indicator__typing-animation 1.5s infinite ease-in-out;
    border-radius: 100%;
    display: inline-block;
    height: 4px;
    width: 4px;
    background-color: #6ea9d7
}

.cs-typing-indicator__dot:not(:last-child) {
    margin-right: 3px
}

.cs-typing-indicator__dot:nth-child(1) {
    box-sizing: inherit
}

.cs-typing-indicator__dot:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.cs-typing-indicator__dot:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.cs-typing-indicator__text {
    box-sizing: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6ea9d7;
    background-color: transparent;
    margin: 0 0 0 .5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@-webkit-keyframes cs-typing-indicator__typing-animation {
    0% {
        transform: translateY(0)
    }

    28% {
        transform: translateY(-5px)
    }

    44% {
        transform: translateY(0)
    }
}

@keyframes cs-typing-indicator__typing-animation {
    0% {
        transform: translateY(0)
    }

    28% {
        transform: translateY(-5px)
    }

    44% {
        transform: translateY(0)
    }
}

.cs-conversation-header {
    box-sizing: border-box;
    color: #000000de;
    background-color: #f6fbff;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    font-size: 1em;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-top: solid 0px #d1dbe3;
    border-right: solid 0px #d1dbe3;
    border-bottom: solid 1px #d1dbe3;
    border-left: solid 0px #d1dbe3;
    padding: .6em .9em
}

.cs-conversation-header__back {
    box-sizing: border-box;
    margin-right: .5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    order: 1
}

.cs-conversation-header__back button {
    font-size: 1.4em;
    padding: 0
}

.cs-conversation-header__avatar {
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-right: 1em;
    order: 2
}

.cs-conversation-header__avatar>.cs-avatar>.cs-status>.cs-status__bullet {
    border-color: #f6fbff
}

.cs-conversation-header__avatar .cs-avatar-group {
    padding-right: 0!important
}

.cs-conversation-header__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    order: 3;
    flex-grow: 2;
    justify-content: center;
    min-width: 0
}

.cs-conversation-header__content .cs-conversation-header__user-name {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: #000000de;
    background-color: #f6fbff
}

.cs-conversation-header__content .cs-conversation-header__info {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0009;
    background-color: #f6fbff;
    font-weight: 400;
    font-size: .9em
}

.cs-conversation-header__actions {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000000de;
    background-color: transparent;
    margin: 0 0 0 .5em;
    order: 4
}

.cs-conversation-header__actions .cs-button:not(:first-child) {
    margin-left: .2em
}

.cs-conversation-header__actions .cs-button {
    padding: 0
}

.cs-conversation-header__actions .cs-button.cs-button--arrow,.cs-conversation-header__actions .cs-button.cs-button--info,.cs-conversation-header__actions .cs-button.cs-button--voicecall,.cs-conversation-header__actions .cs-button.cs-button--videocall,.cs-conversation-header__actions .cs-button.cs-button--star,.cs-conversation-header__actions .cs-button.cs-button--adduser,.cs-conversation-header__actions .cs-button.cs-button--ellipsis {
    font-size: 1.4em;
    color: normal;
    background-color: transparent
}

.cs-conversation-header__actions .cs-button.cs-button--ellipsis {
    font-size: 1.3em
}

.cs-conversation {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    position: relative;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    padding: .675em .8em;
    cursor: pointer;
    justify-content: flex-start;
    color: #000000de;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

.cs-conversation:hover {
    background-color: #f3f8fc
}

.cs-conversation:hover>.cs-avatar>.cs-status>.cs-status__bullet {
    border-color: #f3f8fc
}

.cs-conversation:hover>.cs-avatar>img {
    filter: none
}

.cs-conversation.cs-conversation:active {
    color: #000000de;
    background-color: #d5e7f5;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

.cs-conversation.cs-conversation:active>.cs-avatar>.cs-status>.cs-status__bullet {
    border-color: #d5e7f5
}

.cs-conversation.cs-conversation--active {
    color: #2b6a9b;
    background-color: #d5e7f5;
    font-weight: 400;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

.cs-conversation.cs-conversation--active>.cs-avatar>.cs-status>.cs-status__bullet {
    border-color: #d5e7f5
}

.cs-conversation.cs-conversation--active .cs-conversation__name,.cs-conversation.cs-conversation--active .cs-conversation__info {
    color: #2b6a9b;
    font-weight: 400
}

.cs-conversation>.cs-avatar {
    width: 42.1px;
    height: 42.1px;
    margin-right: 1em
}

.cs-conversation>.cs-avatar>.cs-status {
    border-color: #fff
}

.cs-conversation>.cs-avatar-group {
    width: 42.1px;
    height: 42.1px;
    min-width: 42.1px;
    min-height: 42.1px;
    padding-right: 0!important;
    margin-right: 1em
}

.cs-conversation__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-right: 1.1em;
    flex-grow: 1
}

.cs-conversation__operations {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0 auto;
    color: #b3b3b3de;
    visibility: hidden
}

.cs-conversation__operations--visible {
    visibility: visible
}

.cs-conversation__operations:hover {
    color: #666666de
}

.cs-conversation:hover .cs-conversation__operations {
    visibility: visible
}

.cs-conversation__name {
    box-sizing: border-box;
    color: #000000de;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cs-conversation__info {
    box-sizing: border-box;
    color: #0009;
    font-size: .8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cs-conversation__last-sender,.cs-conversation__info-content {
    box-sizing: border-box;
    display: inline;
    font-weight: 400
}

.cs-conversation__last-activity-time {
    box-sizing: border-box;
    margin: 0 0 0 auto;
    font-size: .8em;
    display: flex;
    flex-direction: row;
    align-items: center
}

.cs-conversation__last-activity-time+.cs-conversation__operations {
    margin-left: .5em
}

.cs-conversation__unread-dot {
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: .5em;
    align-self: center;
    border-radius: 50%;
    width: .7em;
    min-width: .7em;
    height: .7em;
    box-shadow: 1px 1px 1px #b3b3b3;
    perspective: 200px;
    perspective-origin: 50% 50%;
    background: radial-gradient(circle at 3px 3px,#7c9df1,#2e63e8)
}

.cs-conversation__unread-dot:hover:before {
    content: "";
    position: absolute;
    top: 1%;
    left: 5%;
    border-radius: 50%;
    z-index: 2;
    filter: blur(0);
    height: 80%;
    width: 40%;
    background: radial-gradient(circle at 130% 130%,#fff0 0,#fff0 46%,#fffc 50%,#fffc 58%,#fff0 60%,#fff0);
    transform: translate(131%) translateY(58%) rotate(168deg) rotateX(10deg)
}

.cs-conversation__unread-dot:hover:after {
    content: "";
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    filter: blur(1px);
    z-index: 2;
    transform: rotate(-30deg);
    display: block;
    background: radial-gradient(circle at 50% 80%,#fff0,#fff0 74%,#fff 80%,#fff 84%,#fff0);
    -webkit-animation: cs-unread-anim 2s ease-out infinite;
    animation: cs-unread-anim 2s ease-out infinite
}

.cs-conversation__unread {
    box-sizing: border-box;
    position: absolute;
    right: .8em;
    top: .3em;
    padding: .01em .3em;
    border-radius: .3em;
    font-size: .75em;
    font-weight: 600;
    color: #fff;
    background-color: #ec1212;
    max-width: 30em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 100
}

@-webkit-keyframes cs-unread-anim {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scaleY(.95) scaleX(1.05)
    }

    48% {
        transform: scaleY(1.1) scaleX(.9)
    }

    68% {
        transform: scaleY(.98) scaleX(1.02)
    }

    80% {
        transform: scaleY(1.02) scaleX(.98)
    }

    97%,to {
        transform: scale(1)
    }
}

@keyframes cs-unread-anim {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scaleY(.95) scaleX(1.05)
    }

    48% {
        transform: scaleY(1.1) scaleX(.9)
    }

    68% {
        transform: scaleY(.98) scaleX(1.02)
    }

    80% {
        transform: scaleY(1.02) scaleX(.98)
    }

    97%,to {
        transform: scale(1)
    }
}

.cs-conversation-list {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 100%;
    color: #000000de;
    background-color: transparent
}

.cs-conversation-list>div>ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cs-conversation-list__loading-more {
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    background-color: transparent;
    padding: 2px 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.2em;
    z-index: 1
}

.cs-conversation-list__loading-more .cs-loader {
    width: 1.2em;
    height: 1.2em
}

.cs-conversation-list__loading-more .cs-loader:before,.cs-conversation-list__loading-more .cs-loader:after {
    width: 100%;
    height: 100%
}

.cs-conversation-list .ps__rail-y {
    z-index: 2
}

.cs-status {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 1em
}

.cs-status .cs-status__bullet {
    box-sizing: content-box;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: relative;
    perspective: 200px;
    perspective-origin: 50% 50%
}

.cs-status--selected {
    color: #2b6a9b;
    background-color: #d5e7f5
}

.cs-status--named {
    width: auto;
    height: auto
}

.cs-status__name {
    margin: 0 0 0 .58em;
    line-height: 1.5
}

.cs-avatar:hover .cs-status__bullet:before,.cs-status:hover .cs-status__bullet:before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 1%;
    left: 5%;
    border-radius: 50%;
    z-index: 2;
    filter: blur(0);
    height: 80%;
    width: 40%;
    background: radial-gradient(circle at 130% 130%,#fff0 0,#fff0 46%,#fffc 50%,#fffc 58%,#fff0 60%,#fff0);
    transform: translate(131%) translateY(58%) rotate(168deg) rotateX(10deg)
}

.cs-avatar:hover .cs-status__bullet:after,.cs-status:hover .cs-status__bullet:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    filter: blur(1px);
    z-index: 2;
    transform: rotate(-30deg);
    display: block;
    background: radial-gradient(circle at 50% 80%,#fff0,#fff0 74%,#fff 80%,#fff 84%,#fff0);
    -webkit-animation: cs-bubble-anim 2s ease-out infinite;
    animation: cs-bubble-anim 2s ease-out infinite
}

.cs-status--available .cs-status__bullet {
    background: radial-gradient(circle at 3px 3px,#00d5a6,#00a27e)
}

.cs-status--available .cs-status__name {
    color: #000000de
}

.cs-status--unavailable .cs-status__bullet {
    background: radial-gradient(circle at 3px 3px,#ffb527,#a66d00)
}

.cs-status--unavailable .cs-status__name {
    color: #000000de
}

.cs-status--away .cs-status__bullet {
    background: radial-gradient(circle at 3px 3px,#ffdbb0,#fc8b00)
}

.cs-status--away .cs-status__name {
    color: #000000de
}

.cs-status--dnd .cs-status__bullet {
    background-color: #ec1212;
    background: radial-gradient(circle at 3px 3px,#f89f9f,#ec1212)
}

.cs-status--dnd .cs-status__name {
    color: #000000de
}

.cs-status--invisible .cs-status__bullet {
    background-color: #c2d1d9;
    background: radial-gradient(circle at 3px 3px,#fff,#c2d1d9)
}

.cs-status--invisible .cs-status__name {
    color: #000000de
}

.cs-status--eager .cs-status__bullet {
    background: radial-gradient(circle at 3px 3px,#fffccc,#fe0)
}

.cs-status--eager .cs-status__name {
    color: #000000de
}

.cs-status--xs:not(.cs-status--named) {
    font-size: 1em;
    width: 4px;
    height: 4px
}

.cs-status--xs:not(.cs-status--named) .cs-status__bullet {
    width: 4px;
    min-width: 4px;
    height: 4px
}

.cs-status--sm:not(.cs-status--named) {
    font-size: 1em;
    width: 8px;
    height: 8px
}

.cs-status--sm:not(.cs-status--named) .cs-status__bullet {
    width: 8px;
    min-width: 8px;
    height: 8px
}

.cs-status--md:not(.cs-status--named) {
    font-size: 1em;
    width: 11px;
    height: 11px
}

.cs-status--md:not(.cs-status--named) .cs-status__bullet {
    width: 11px;
    min-width: 11px;
    height: 11px
}

.cs-status--lg:not(.cs-status--named) {
    font-size: 1em;
    width: 14px;
    height: 14px
}

.cs-status--lg:not(.cs-status--named) .cs-status__bullet {
    width: 14px;
    min-width: 14px;
    height: 14px
}

.cs-status--fluid {
    width: 100%;
    height: 100%
}

.cs-status--fluid .cs-status__bullet {
    width: 100%;
    min-width: 100%;
    height: 100%
}

@-webkit-keyframes cs-bubble-anim {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scaleY(.95) scaleX(1.05)
    }

    48% {
        transform: scaleY(1.1) scaleX(.9)
    }

    68% {
        transform: scaleY(.98) scaleX(1.02)
    }

    80% {
        transform: scaleY(1.02) scaleX(.98)
    }

    97%,to {
        transform: scale(1)
    }
}

@keyframes cs-bubble-anim {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scaleY(.95) scaleX(1.05)
    }

    48% {
        transform: scaleY(1.1) scaleX(.9)
    }

    68% {
        transform: scaleY(.98) scaleX(1.02)
    }

    80% {
        transform: scaleY(1.02) scaleX(.98)
    }

    97%,to {
        transform: scale(1)
    }
}

.cs-sidebar {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column
}

.cs-sidebar--left,.cs-sidebar--right {
    background-color: #fff
}

.cs-sidebar .cs-expansion-panel+.cs-expansion-panel {
    border-top: 0
}

.cs-expansion-panel {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: #000000de;
    background-color: #fff;
    border: solid 1px #d1dbe3;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: inherit;
    font-variant: normal
}

.cs-expansion-panel__header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    color: #0009;
    background-color: #f6fbff;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: .75em;
    font-variant: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    padding: .8em;
    align-items: center;
    user-select: none;
    cursor: pointer
}

.cs-expansion-panel__header:hover {
    color: #0009;
    background-color: #f3f8fc
}

.cs-expansion-panel__title {
    box-sizing: border-box;
    flex-grow: 1
}

.cs-expansion-panel__icon {
    box-sizing: border-box;
    margin-left: 1em;
    margin-right: .5em
}

.cs-expansion-panel__content {
    display: none;
    color: #000000de;
    background-color: #fff;
    font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: .8em;
    font-variant: normal;
    padding: .4em .8em
}

.cs-expansion-panel--open .cs-expansion-panel__content {
    display: block;
    color: #000000de;
    background-color: #fff
}

.cs-expansion-panel--closed .cs-expansion-panel__content {
    display: none
}

.cs-expansion-panel--open .cs-expansion-panel__header {
    color: #0009;
    background-color: #f6fbff
}

.cs-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 0;
    background-color: #c6e3fa;
    align-items: center;
    position: relative;
    border-radius: .7em;
    padding: .6em .9em;
    font-size: inherit;
    font-family: inherit
}

.cs-search__input {
    box-sizing: border-box;
    order: 1;
    color: #000000de;
    border: none;
    width: 100%;
    min-width: 0;
    outline: 0;
    margin-right: .5em;
    background-color: #c6e3fa;
    font-size: .8em;
    font-family: inherit
}

.cs-search__input:disabled {
    color: #00000061;
    background-color: #c6e3fa
}

.cs-search__input::-moz-placeholder {
    color: #000000de
}

.cs-search__input::placeholder {
    color: #000000de
}

.cs-search__search-icon {
    box-sizing: border-box;
    order: 0;
    display: block;
    margin-right: .5em;
    color: #6ea9d7
}

.cs-search__clear-icon {
    box-sizing: border-box;
    order: 2;
    color: #6ea9d7;
    visibility: hidden
}

.cs-search__clear-icon:hover {
    color: #6ea9d799;
    cursor: pointer
}

.cs-search__clear-icon--active {
    visibility: visible
}

.cs-search--disabled {
    opacity: .38;
    color: #00000061;
    background-color: #c6e3fa
}

.cs-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #6ea9d7;
    background-color: transparent;
    border: none;
    border-radius: .7em;
    margin: .1em .2em;
    padding: .2em .7em;
    outline: none;
    font-size: 1em;
    line-height: 1.5
}

.cs-button:focus {
    outline: none
}

.cs-button:disabled {
    opacity: .38
}

.cs-button:not(:disabled) {
    cursor: pointer
}

.cs-button.cs-button--border {
    border: solid 1px #d1dbe3
}

.cs-button:hover:not(:disabled) {
    opacity: .6
}

.cs-button.cs-button--right>svg[data-icon]:first-child {
    margin-right: .5em
}

.cs-button.cs-button--left>svg[data-icon]:last-child {
    margin-left: .5em
}

.cs-button--adduser,.cs-button--arrow,.cs-button--ellipsis,.cs-button--info,.cs-button--star,.cs-button--videocall,.cs-button--voicecall,.cs-button--send,.cs-button--attachment {
    color: #6ea9d7;
    background-color: transparent
}

.cs-loader {
    box-sizing: border-box;
    display: inline-flex;
    position: relative;
    font-size: 1em;
    width: 1.8em;
    height: 1.8em;
    color: #000000de;
    background-color: transparent
}

.cs-loader:before,.cs-loader:after {
    box-sizing: border-box;
    display: block;
    width: 1.8em;
    height: 1.8em;
    margin: 0 0 0 -.9em
}

.cs-loader:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    border-radius: 50%;
    border-color: #c6e3fa;
    border-style: solid;
    border-width: .2em
}

.cs-loader:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-animation: loader-default .6s linear;
    animation: loader-default .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    border-color: #6ea9d7 transparent transparent transparent;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 transparent
}

.cs-loader--content {
    width: auto;
    height: auto;
    padding-top: 2.6em
}

@-webkit-keyframes loader-default {
    to {
        transform: rotate(360deg)
    }
}

@keyframes loader-default {
    to {
        transform: rotate(360deg)
    }
}

.cs-overlay {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(10%);
    backdrop-filter: blur(10%)
}

.cs-overlay__content {
    z-index: 220
}

.cs-overlay:before {
    box-sizing: border-box;
    content: "";
    background-color: #c6e3fa61;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200
}

.cs-overlay--blur:before {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.cs-overlay--grayscale:before {
    -webkit-backdrop-filter: grayscale(50%);
    backdrop-filter: grayscale(50%)
}

.cs-status-list {
    box-sizing: border-box;
    list-style-type: none;
    margin: 0;
    padding: 1em;
    color: #000000de;
    background-color: #fff
}

.cs-status-list>li {
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.cs-status-list>li>.cs-status {
    margin: 0;
    padding: .4em .8em;
    width: auto;
    height: auto
}

.cs-status-list>li .cs-status--selected {
    color: #2b6a9b;
    background-color: #d5e7f5
}

.cs-status-list>li .cs-status--selected .cs-status__name {
    color: #2b6a9b;
    background-color: #d5e7f5
}

.cs-status-list>li:hover {
    color: #0009;
    background-color: #f3f8fc
}

.cs-status-list>li:focus {
    color: #000000de;
    background-color: #d5e7f5
}

.cs-status-list>li:active {
    color: #000000de;
    background-color: #d5e7f5
}

.cs-status-list--xs>li>.cs-status {
    font-size: 1em;
    width: auto;
    height: auto
}

.cs-status-list--xs>li>.cs-status .cs-status__bullet {
    width: 4px;
    min-width: 4px;
    height: 4px
}

.cs-status-list--sm>li>.cs-status {
    font-size: 1em;
    width: auto;
    height: auto
}

.cs-status-list--sm>li>.cs-status .cs-status__bullet {
    width: 8px;
    min-width: 8px;
    height: 8px
}

.cs-status-list--md>li>.cs-status {
    font-size: 1em;
    width: auto;
    height: auto
}

.cs-status-list--md>li>.cs-status .cs-status__bullet {
    width: 11px;
    min-width: 11px;
    height: 11px
}

.cs-status-list--lg>li>.cs-status {
    font-size: 1em;
    width: auto;
    height: auto
}

.cs-status-list--lg>li>.cs-status .cs-status__bullet {
    width: 14px;
    min-width: 14px;
    height: 14px
}

.ps {
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    height: 15px;
    bottom: 0;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    width: 15px;
    right: 0;
    left: auto!important;
    position: absolute
}

.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    background-color: #f6fbff;
    opacity: .9
}

.ps__thumb-x {
    background-color: #6ea9d7;
    border-radius: 6px;
    transition: background-color .2s linear,height .2s ease-in-out;
    -webkit-transition: background-color .2s linear,height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #c6e3fa;
    border-radius: 6px;
    transition: background-color .2s linear,width .2s ease-in-out;
    -webkit-transition: background-color .2s linear,width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #c6e3fa;
    height: 11px
}

.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #c6e3fa;
    width: 11px
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow:auto!important
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .ps {
        overflow: auto!important
    }
}

.scrollbar-container {
    position: relative;
    height: 100%
}

html,body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth
}

#root {
    overflow-x: hidden;
    font-family: Rubik,sans-serif
}

body {
    overflow-x: hidden;
    width: 100%
}

.banner {
    font-family: Noto Nastaliq Urdu,serif
}

.header {
    background: white !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    color: #fff;
    font-size: 1.3rem;
    width: 100%;
    padding: 10px 20px
}

.slider {
    display: none
}

.logo {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center
}

.Tunisia-flag {
    border-radius: 10px
}

.big-screen {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 70vw
}

.small-screen {
    display: none;
    color: #fff
}

.content {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.button {
    width: 40vw;
    padding: 10vh
}

.paragraph {
    font-size: 2em
}

.main {
    height: 80vh;
    width: 100vw
}

.main-text {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 3em
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width: 700px) {
    .big-screen {
        display:none
    }

    .small-screen {
        display: initial
    }

    .main-text {
        font-size: 2em
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    background-color: #888
}

.content-wrapper {
    scrollbar-width: thin
}

.content-wrapper::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 8px;
    height: 8px
}

.content-wrapper::-webkit-scrollbar-thumb {
    background-color: #888
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center
}

.and {
    font-family: Aref Ruqaa,serif
}

.loading-text {
    font-size: 1em;
    animation: pulse .9s infinite alternate
}

@keyframes pulse {
    0% {
        font-size: 1em
    }

    to {
        font-size: 1.5em
    }
}

@media screen and (max-width: 800px) {
    .hide-on-phone,.wave {
        display:none
    }

    .bottom-wave {
        margin-top: -15vh
    }

    .about-header {
        margin-top: 20px
    }
}
