.h-\[calc\(100\%-96px\)\] {
    height: calc(100% - 96px);
}

.w-fill-available {
    width: -webkit-fill-available;
    width: -moz-available;
}

@media (min-width: 768px) {
    .md\:w-fill-this {
        width: calc(100vw - 15rem);
    }
}

@media (max-width: 980px) {
    .chat-list-container .messenger-listView {
        position: relative;
    }
}

.slide-container {
    right: -95px;
}

.slide-container:hover {
    right: 0;
    /* Slide in to fully show the container */
}

.slides-container {
    right: -55px;
}

.slides-container:hover {
    right: 0;
    /* Slide in to fully show the container */
}

.transition-ease-right {
    transition: right 0.5s ease-in-out;
}

.slider-container {
    height: 60px;
}

.bottom-5 {
    bottom: 1.25rem;
}

.profile-completion-container {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 350px;
    height: 450px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: none;
    z-index: 50;
}

.profile-completion-toggle-button {
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.chat-list-toggle-button {
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

img.twemoji,
img.emoji {
    height: 1.5em;
    width: 1.5em;
    margin: 5px;
    display: inline-block;
}

.messenger-messagingView {
    height: 100% !important;
}

.chat-list-container {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 300px;
    height: 400px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: none;
    z-index: 50;
}

.dark .chat-list-container {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 300px;
    height: 400px;
    background-color: #272727;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: none;
    z-index: 50;
}

.messaging-container {
    position: fixed;
    bottom: 100px;
    right: 340px;
    width: 300px;
    height: 400px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: none;
    z-index: 50;
}

.dark .messaging-container {
    position: fixed;
    bottom: 100px;
    right: 340px;
    width: 300px;
    height: 400px;
    background-color: #272727;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: none;
    z-index: 50;
}

.messenger-infoV {
    position: fixed;
    bottom: 100px;
    top: auto;
    right: 20px;
    width: 300px;
    height: 400px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: block;
    overflow: hidden;
    z-index: 51;
}

.messenger-infoV-shared .shared-photos-list {
    height: 120px;
    overflow: auto;
}

.messenger-sendCd .action-svg {
    margin: 2px 2px;
}

.messenger-sendCd {
    margin: 0px 5px 5px;
    padding: 0px 5px;
}

.messenger-sendCd .m-send {
    font-size: 11px;
    --tw-ring-color: transparent;
}

.messages-cont .message-card .msg-card-content {
    margin: 0;
    max-width: 80%;
    width: -webkit-fit-content;
    word-break: break-word;
    padding: 15px;
    border-radius: 20px 20px 20px 0;
    line-height: 1.5;
    font-size: 11px;
    font-weight: 500
}

.messages-cont .mc-sender .msg-card-content {
    direction: ltr;
    color: #fff !important;
    border-radius: 20px 20px 0
}

.listOfCont {
    overflow: auto;
    height: 100%;
}

.messenger-infoV nav a {
    text-decoration: none;
    padding: 5px 8px;
    font-size: 18px
}

.messenger-infoV>div {
    margin: auto auto auto;
    text-align: center
}

.messenger-infoV>p {
    text-align: center;
    margin: 15px auto auto;
    font-size: 18px;
    font-weight: 600
}

.group:hover .group-hover\:block {
    display: block;
}

.group-submenu {
    display: none;
}

.max-w-mob-side {
    max-width: 16rem;
}

.group:hover .group-submenu,
.group.group-open .group-submenu.open {
    display: block;
}

.group-submenu-one-mobile,
.group-submenu-one-desktop {
    display: none;
}

.group-submenu-two-mobile,
.group-submenu-two-desktop {
    display: none;
}

.group-submenu-explore {
    display: none;
}

.group-submenu-free {
    display: none;
}

.group.group-open .group-submenu-explore {
    display: block;
}

.group.group-open .group-submenu-free {
    display: block;
}

.group.group-open .group-submenu-one-mobile,
.group.group-open .group-submenu-one-desktop {
    display: block;
}

.group.group-open .group-submenu-two-mobile,
.group.group-open .group-submenu-two-desktop {
    display: block;
}

[x-cloak] {
    display: none;
}

.text-gray-86 {
    color: #00000086;
}

.text-blue-19A6FF {
    color: #19A6FF;
}

.border-green-295135 {
    border-color: rgba(41, 81, 53, 1);
}

.border-green-295135-5 {
    border-color: rgba(41, 81, 53, 0.5);
}

.border-04 {
    border-width: 0.4000000059604645px;
}

.bg-purple-light {
    background: rgba(224, 211, 249, 0.32) 0% 0% no-repeat padding-box;
}

.bg-green-light {
    background: rgba(216, 234, 234, 0.3) 0% 0% no-repeat padding-box;
}

.bg-yellow-light {
    background: rgba(255, 255, 76, 0.3) 0% 0% no-repeat padding-box;
}

.bg-pink-light {
    background: rgba(255, 187, 221, 0.3) 0% 0% no-repeat padding-box;
}

.bg-red-light {
    background: rgba(255, 216, 206, 0.3) 0% 0% no-repeat padding-box;
}

.bg-blue-light-salam {
    background: rgba(162, 209, 221, 0.3) 0% 0% no-repeat padding-box;
}

.bg-orange-light-salam {
    background: rgba(249, 157, 51, 0.3) 0% 0% no-repeat padding-box;
}

.bg-salmon-light-salam {
    background: rgba(254, 220, 198, 0.3) 0% 0% no-repeat padding-box;
}

.bg-red-light-salam {
    background: rgba(145, 85, 83, 0.3) 0% 0% no-repeat padding-box;
}

.border-gray-707070-5 {
    border-color: rgba(112, 112, 112, 0.5);
}

.border-gray-707070 {
    border-color: rgba(112, 112, 112, 1);
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
    display: block;
}

:is([dir="rtl"] .rtl\:-mr-12) {
    margin-right: -3rem;
}

:is([dir="ltr"] .ltr\:-ml-12) {
    margin-left: -3rem;
}

@media (max-width: 767px) {

    table thead.tableHead {
        display: none;
    }

    table {
        width: 100%;
        max-width: 100vw;
        table-layout: auto;
        overflow-x: hidden;
    }

    table thead tr.intro-x {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 8px;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 20px;
        height: auto;
    }

    table thead tr.intro-x td:first-child {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 100%;
        box-sizing: border-box;
    }

    table thead tr.intro-x td:not(:first-child) {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        height: 80px;
    }

    table thead tr.intro-x td:before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        margin-right: 10px;
        text-align: center;
    }

    .truncate-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 240px;
        display: block;
    }

    table thead tr.intro-x td.full-width {
        grid-column: 1 / -1;
    }

    table thead tr.intro-x::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #e0e0e0;
        box-sizing: border-box;
        z-index: -1;
    }

    .dark table thead tr.intro-x::before {
        border: 1px solid transparent;
    }

    .dark table thead tr.intro-x td:before {
        color: white;
    }
}

.work-chat {
    width: auto;
    height: 400px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.dark .work-chat {
    width: auto;
    height: 400px;
    background-color: #272727;
    border-radius: 10px;
    overflow: hidden;
}

.messenger-sendCardChat .action-svg {
    margin: 2px 2px;
}

.messenger-sendCardChat {
    margin: 0px 5px 5px;
    padding: 0px 5px;
}

.messenger-sendCardChat .m-send {
    font-size: 11px;
    --tw-ring-color: transparent;
}

.messages-cont .message-card .msg-card-content {
    margin: 0;
    max-width: 80%;
    width: -webkit-fit-content;
    word-break: break-word;
    padding: 15px;
    border-radius: 20px 20px 20px 0;
    line-height: 1.5;
    font-size: 11px;
    font-weight: 500
}

.work-chat .messenger-messagingView {
    position: static;
    background: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}

.dark .work-chat .messenger-messagingView {
    position: static;
    background: #272727 !important;
}

.max-h-100 {
    max-height: 25rem;
}

.max-h-128 {
    max-height: 32rem;
}

.messages-cont .mc-sender .msg-card-content {
    direction: ltr;
    color: #fff !important;
    border-radius: 20px 20px 0
}

.messenger-infoV-chat {
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}

.dark .messenger-infoV-chat {
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    background-color: #272727 !important;
}

.messenger-infoV-shared-chat .shared-photos-list {

    overflow: auto;
}

.messenger-infoV-shared-chat .shared-photo {
    border-radius: 10px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
    border-width: 1px;
    background-color: white;
    text-align: left;
}

.dark .messenger-infoV-shared-chat .shared-photo {
    border-radius: 10px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    --tw-border-opacity: 1;
    border-color: rgb(82 82 91 / var(--tw-border-opacity));
    border-width: 1px;
    background-color: rgb(63 63 70 / var(--tw-border-opacity));
    text-align: left;
}

.messenger-infoV-chat nav a {
    text-decoration: none;
    padding: 5px 8px;
    font-size: 18px
}

.messenger-infoV-chat>div {
    margin: auto auto auto;
    text-align: center
}

.messenger-infoV-chat>p {
    text-align: center;
    margin: 15px auto auto;
    font-size: 18px;
    font-weight: 600
}

.-mt-\[10px\] {
    margin-top: -10px;
}

.max-h-40 {
    max-height: 10rem;
}

@media (min-width: 1024px) {
    .lg\:w-\[70\%\] {
        width: 70%;
    }

    .lg\:w-\[28\%\] {
        width: 28%;
    }
}

@media (min-width: 640px) {
    .sm\:flex-col {
        flex-direction: column;
    }

    .sm\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
        margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
    }

    .sm\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(0px * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(0px * var(--tw-space-x-reverse));
    }

    .sm\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .sm\:bg-slate-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(241 245 249 / var(--tw-bg-opacity));
    }

    .sm\:py-4 {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
}


@media (min-width: 450px) {
    .\31s\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 550px) {
    .\32s\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 650px) {
    .\33s\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 767px) {
    .\34s\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 870px) {
    .\35s\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 1020px) {
    .\36s\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .\37s\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .\38s\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 1350px) {
    .\39s\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 1500px) {
    .\32xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

@media (min-width: 1650px) {
    .\33xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

@media (min-width: 1800px) {
    .\34xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}

@media (min-width: 1920px) {
    .\35xl\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}


.max-w-10xl {
    max-width: 102rem;
}

@media (max-width: 360px) {
    .profile-completion-container {
        position: fixed;
        bottom: 100px;
        right: 5px;
        width: 350px;
        height: 450px;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        display: none;
        z-index: 50;
    }
}