@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);

:root, [data-bs-theme=light] {
    --bs-header-bg: #ffffff;
    --bs-header-item-sub-color: var(--bs-secondary-color);
    --bs-header-height: 70px;
    --bs-sidebar-bg: #ffffff;
    --bs-sidebar-menu-item-color: #878a92;
    --bs-sidebar-menu-item-active-bg: #f7f7ff;
    --bs-sidebar-menu-item-active-color: #4eac6d;
    --bs-conversation-bg: #f5f5f5;
    --bs-conversation: #212529;
}

[data-bs-theme=dark] {
    --bs-heading-color: rgb(173, 181, 189);
    --bs-light: #2a2f34;
    --bs-light-rgb: 42, 47, 52;
    --bs-dark: #2a2f34;
    --bs-dark-rgb: 42, 47, 52;
    --bs-sidebar-bg: #1a1d21;
    --bs-sidebar-menu-item-color: #878a92;
    --bs-sidebar-menu-item-active-bg: #f7f7ff;
    --bs-sidebar-menu-item-active-color: #4eac6d;
    --bs-conversation-bg: #2a2f34;
    --bs-conversation: #ffffff;
}

.accordion-button {
    --bs-accordion-btn-icon-width: 0.75rem;
}

.chat-layout a {
    /* color: var(--bs-primary); */
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.chat-layout a:hover {
    text-decoration: none
}

.badge-soft-danger {
    color: #ef476f;
    background-color: rgba(239, 71, 111, .18);
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4);
    background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, .2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4)
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

.waves-button, .waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    -webkit-transition: all .3s;
    transition: all .3s
}

.waves-float:active {
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}

.waves-block {
    display: block
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .4)
}

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(97, 83, 204, .4)
}

.waves-effect.waves-success .waves-ripple {
    background-color: rgba(6, 214, 160, .4)
}

.waves-effect.waves-info .waves-ripple {
    background-color: rgba(80, 165, 241, .4)
}

.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(255, 209, 102, .4)
}

.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(239, 71, 111, .4)
}

.avatar-xs {
    height: 1.8rem;
    width: 1.8rem
}

.avatar-sm {
    height: 2.4rem;
    width: 2.4rem
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.avatar-lg {
    height: 5rem;
    width: 5rem
}

.avatar-xl {
    height: 6rem;
    width: 6rem
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(var(--bs-primary-rgb), 1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.avatar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 8px
}

.avatar-group .avatar-group-item {
    margin-left: -8px;
    border: 2px solid var(--bs-body-bg);
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.fs-10 {
    font-size: 10px !important
}

.fs-11 {
    font-size: 11px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-19 {
    font-size: 19px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-21 {
    font-size: 21px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-23 {
    font-size: 23px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-25 {
    font-size: 25px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-48 {
    font-size: 48px !important
}

.border-double {
    border-style: double !important
}

.border-top-double {
    border-top-style: double !important
}

.border-bottom-double {
    border-bottom-style: double !important
}

.border-end-double {
    border-right-style: double !important
}

.border-start-double {
    border-left-style: double !important
}

.border-dashed {
    border-style: dashed !important
}

.border-top-dashed {
    border-top-style: dashed !important
}

.border-bottom-dashed {
    border-bottom-style: dashed !important
}

.border-end-dashed {
    border-right-style: dashed !important
}

.border-start-dashed {
    border-left-style: dashed !important
}

.border-dotted {
    border-style: dotted !important
}

.border-top-dotted {
    border-top-style: dotted !important
}

.border-bottom-dotted {
    border-bottom-style: dotted !important
}

.border-end-dotted {
    border-right-style: dotted !important
}

.border-start-dotted {
    border-left-style: dotted !important
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.bg-primary-gradient {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--bs-secondary-rgb), 1)), to(rgba(var(--bs-primary-rgb), 1)));
    background-image: linear-gradient(to top, rgba(var(--bs-secondary-rgb), 1), rgba(var(--bs-primary-rgb), 1))
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: rgba(33, 37, 41, .7)
}

#style-switcher {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: var(--bs-tertiary-bg);
    -webkit-box-shadow: 0 4px 12px rgba(33, 37, 41, .07);
    box-shadow: 0 4px 12px rgba(33, 37, 41, .07);
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
    right: 0;
    position: fixed;
    top: 35.5%;
    z-index: 999;
    padding: 8px
}

#style-switcher .settings {
    font-size: 20px;
    top: 0;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center
}

@media (max-width: 767.98px) {
    #style-switcher {
        display: none
    }
}

.card-radio {
    padding: 0
}

.card-radio .form-check-label {
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: .25rem;
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position: relative;
    padding-right: 32px
}

.card-radio .form-check-label:hover {
    cursor: pointer
}

.card-radio .form-check-input {
    display: none
}

.card-radio .form-check-input:checked + .form-check-label {
    border-color: var(--bs-primary) !important
}

.card-radio .form-check-input:checked + .form-check-label:before {
    content: "\eb68";
    font-family: remixicon;
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 16px;
    color: #212529
}

.card-radio.dark .form-check-input:checked + .form-check-label:before {
    color: #fff
}

[type=email]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder {
    text-align: left
}

[type=email]::-moz-placeholder, [type=number]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=url]::-moz-placeholder {
    text-align: left
}

[type=email]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=url]:-ms-input-placeholder {
    text-align: left
}

[type=email]::-ms-input-placeholder, [type=number]::-ms-input-placeholder, [type=tel]::-ms-input-placeholder, [type=url]::-ms-input-placeholder {
    text-align: left
}

[type=email]::placeholder, [type=number]::placeholder, [type=tel]::placeholder, [type=url]::placeholder {
    text-align: left
}

.form-check, .form-check-input, .form-check-label {
    cursor: pointer;
    margin-bottom: 0
}

.form-control::-webkit-file-upload-button {
    background-color: var(--bs-tertiary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-tertiary-bg)
}

.loader-line {
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.loader-line .line:nth-last-child(1) {
    -webkit-animation: loadingLine 1.25s 1s infinite;
    animation: loadingLine 1.25s 1s infinite
}

.loader-line .line:nth-last-child(2) {
    -webkit-animation: loadingLine 1.25s .75s infinite;
    animation: loadingLine 1.25s .75s infinite
}

.loader-line .line:nth-last-child(3) {
    -webkit-animation: loadingLine 1.25s .5s infinite;
    animation: loadingLine 1.25s .5s infinite
}

.loader-line .line:nth-last-child(4) {
    -webkit-animation: loadingLine 1.25s .25s infinite;
    animation: loadingLine 1.25s .25s infinite
}

.loader-line .line:nth-last-child(5) {
    -webkit-animation: loadingLine 1.25s 0s infinite;
    animation: loadingLine 1.25s 0s infinite
}

.line {
    display: inline-block;
    width: 4px;
    height: 10px;
    border-radius: 14px;
    background-color: rgba(var(--bs-secondary-color), .7)
}

@-webkit-keyframes loadingLine {
    0% {
        height: 10px
    }

    50% {
        height: 28px
    }

    100% {
        height: 10px
    }
}

@keyframes loadingLine {
    0% {
        height: 10px
    }

    50% {
        height: 28px
    }

    100% {
        height: 10px
    }
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

.custom-scroll {
    height: 100%
}

.fg-emoji-picker {
    width: 250px !important;
    -webkit-box-shadow: 0 2px 4px rgba(33, 37, 41, .12) !important;
    box-shadow: 0 2px 4px rgba(33, 37, 41, .12) !important;
    top: auto !important;
    bottom: 70px
}

.fg-emoji-picker * {
    font-family: var(--bs-font-sans-serif) !important;
    color: #2a2f34 !important
}

@media (max-width: 991.98px) {
    .fg-emoji-picker {
        left: 14px !important;
        top: auto !important;
        bottom: 60px
    }
}

.fg-emoji-picker .fg-emoji-picker-container-title {
    color: #212529 !important
}

.fg-emoji-picker .fg-emoji-picker-search {
    height: 40px !important
}

.fg-emoji-picker .fg-emoji-picker-search input {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
    border: 1px solid #e6ebf5;
    padding: .5rem 1rem !important;
    font-size: .875rem !important
}

.fg-emoji-picker .fg-emoji-picker-search input::-webkit-input-placeholder {
    color: var(--bs-secondary-color) !important
}

.fg-emoji-picker .fg-emoji-picker-search input::-moz-placeholder {
    color: var(--bs-secondary-color) !important
}

.fg-emoji-picker .fg-emoji-picker-search input:-ms-input-placeholder {
    color: var(--bs-secondary-color) !important
}

.fg-emoji-picker .fg-emoji-picker-search input::-ms-input-placeholder {
    color: var(--bs-secondary-color) !important
}

.fg-emoji-picker .fg-emoji-picker-search input::placeholder {
    color: var(--bs-secondary-color) !important
}

.fg-emoji-picker .fg-emoji-picker-search svg {
    fill: #2a2f34 !important;
    right: 11px;
    top: 12px
}

.fg-emoji-picker .fg-emoji-picker-categories {
    background-color: #f6f6f9 !important
}

.fg-emoji-picker .fg-emoji-picker-categories li.active {
    background-color: rgba(var(--bs-primary-rgb), .2)
}

.fg-emoji-picker .fg-emoji-picker-categories a:hover {
    background-color: rgba(var(--bs-primary-rgb), .2)
}

.fg-emoji-picker-grid > li:hover {
    background-color: rgba(var(--bs-primary-rgb), .2) !important
}

a.fg-emoji-picker-close-button {
    background-color: #eaeaf1 !important
}

.side-menu {
    min-width: 99px;
    max-width: 99px;
    height: 100vh;
    min-height: 570px;
    background-color: var(--bs-sidebar-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 101;
    border-right: 1px solid var(--bs-sidebar-bg);
    -webkit-box-shadow: 0 2px 4px rgba(33, 37, 41, .12);
    box-shadow: 0 2px 4px rgba(33, 37, 41, .12);
    padding: 0 8px
}

@media (max-width: 991.98px) {
    .side-menu {
        position: fixed;
        top: 0;
        height: 60px !important;
        min-width: 100%;
        min-height: auto;
        border-top: 1px solid var(--bs-border-color);
        z-index: 9999;
    }
    .side-menu-nav .nav-item .nav-link {
        margin-top: 8px !important;
    }
}

.side-menu .navbar-brand-box {
    text-align: center
}

.side-menu .navbar-brand-box svg {
    fill: rgba(var(--bs-primary-rgb), 1)
}

@media (max-width: 991.98px) {
    .side-menu .navbar-brand-box {
        display: none
    }
}

.side-menu .navbar-brand-box .logo {
    line-height: 70px
}

.side-menu .navbar-brand-box .logo-dark {
    display: block
}

.side-menu .navbar-brand-box .logo-light {
    display: none
}

.sidemenu-navigation {
    height: 100%
}

@media (max-width: 991.98px) {
    .sidemenu-navigation {
        width: 100%
    }

    .sidemenu-navigation .tooltip {
        display: none
    }
}

.side-menu-nav {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 991.98px) {
    .side-menu-nav {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    

}

.side-menu-nav .nav-item {
    margin: 7px 0;
    display: block;
    width: 100%
}

@media (max-width: 991.98px) {
    .side-menu-nav .nav-item {
        margin: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.side-menu-nav .nav-item .nav-link {
    text-align: center;
    font-size: 20px;
    color: var(--bs-sidebar-menu-item-color);
    width: 42px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    background-color: var(--bs-tertiary-bg);
    border-radius: 50%;
    padding: 0;
    position: relative
}

.side-menu-nav .nav-item .nav-link.active {
    color: #fff;
    background-color: rgba(var(--bs-primary-rgb), 1)
}

.side-menu-nav .nav-item.show > .nav-link {
    color: rgba(var(--bs-primary-rgb), 1)
}

.side-menu-nav .profile-user {
    height: 42px;
    width: 42px;
    background-color: var(--bs-tertiary-bg);
    padding: 3px
}

.side-menu-nav .sidenav-item-badge {
    position: absolute;
    top: -7px;
    height: 22px;
    width: 22px;
    padding: 0;
    line-height: 18px;
    text-align: center;
    border: 3px solid var(--bs-border-color)
}

.light-mode {
    display: none
}

.chat-leftsidebar {
    height: calc(100vh - 60px);
    position: relative;
    background-color: var(--bs-body-bg);
    border-right: 1px solid var(--bs-border-color);
    z-index: 100;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .chat-leftsidebar {
        min-width: 320px;
        max-width: 320px;
        height: 100vh
    }
}


@media (min-width: 1199.98px) {
    .side-menu {
        min-height: unset;
        height: calc(-156px + 100vh);
        overflow-y: auto;
        scrollbar-width: thin;
    }
}


/* watch party */
.chat-leftsidebar .wp-en {
    display: none;
}
.chat-leftsidebar .w-show {
    display: none;
}
/* .watch-party.watchPartySection {
    display: none !important;
} */
.watch-party.watchPartySection.watchPartyEnabled {
    display: block !important;
}
.input-left-empty.watchPartySection.watchPartyEnabled {
        min-width: 49%;
}
.watchPartySection .video-container iframe {
    min-height: 315px;
    height: 100%;
}
@media (min-width: 1199.98px) {
    #channel-chat.watchPartyEnabled .simplebar-track.simplebar-vertical {
        right: 4px;
        width: 14px;
    }
    #channel-chat.watchPartyEnabled .simplebar-scrollbar {
        width: 12px;
    }
    .watch-party.watchPartySection.watchPartyEnabled {
        min-width: 60%;
    }
    .input-left-empty.watchPartySection.watchPartyEnabled {
        min-width: 60%;
        border-right: 1px solid #d3d3d3;
    }
    .chat-leftsidebar.watchPartyEnabled {
       min-width: 100px;
        max-width: 100px;
        transition: all 0.5s ease;
    }
    .chat-leftsidebar .wp-en {
        display: none;
    }
    .chat-leftsidebar.open .wp-en {
        display: none;
    }

    .chat-leftsidebar.watchPartyEnabled .wp-en {
        display: block;
    }
    .chat-leftsidebar.watchPartyEnabled .w-hide {
        display: none;
        transition: all 0.5s ease;
    }
    .chat-leftsidebar.watchPartyEnabled.open {
        min-width: 320px;
        max-width: 320px;
    }
    .chat-leftsidebar.watchPartyEnabled.open .w-hide {
        display: block;
    }
    .chat-leftsidebar .w-show {
        display: none;
    }
    .chat-leftsidebar.watchPartyEnabled .w-show {
        display: block;
    }
    .chat-leftsidebar.watchPartyEnabled.open .w-show {
        display: none;
    }

    .chat-layout .watchPartyEnabled .chat-conversation {
        height: calc(100vh - 316px);
    }
}

.chat-leftsidebar .user-status-box {
    background-color: #f6f6f9;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    margin-top: 16px;
    display: block
}

.chat-leftsidebar .user-status-box .chat-user-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}
/*
.chat-room-list {
    max-height: calc(100vh - 165px)
}

@media (max-width: 991.98px) {
    .chat-room-list {
        height: calc(100vh - 190px)
    }
}
    */

.chat-group-list {
    height: calc(100vh - 140px)
}

@media (max-width: 991.98px) {
    .chat-group-list {
        height: calc(100vh - 198px)
    }
}

.chat-list {
    margin: 0
}

.chat-list li.active a {
    background-color: rgba(var(--bs-primary-rgb), .08);
    /* background-color: var(--bs-light) */
}
[data-bs-theme="dark"] .chat-list li.active a {
    background-color: var(--bs-light)
}

.chat-list li.active a span.avatar-title {
    color: #fff !important
}

.chat-list li > a {
    display: block;
    padding: 10px 24px;
    color: var(--bs-headings-color);
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 14px
}

.chat-list li > a .chat-username {
    font-weight: 500;
    color: var(--bs-heading-color);
}

.chat-list li .chat-user-message {
    font-size: 14px
}

.chat-list li.typing .chat-user-message {
    color: rgba(var(--bs-primary-rgb), 1);
    font-weight: 500
}

.chat-list li.typing .chat-user-message .dot {
    background-color: rgba(var(--bs-primary-rgb), 1)
}

.chat-list li .unread-message {
    position: absolute;
    display: inline-block;
    right: 24px;
    left: auto;
    top: 33px
}

.chat-list li .unread-message .badge {
    line-height: 16px;
    font-weight: 600;
    font-size: 10px
}

.chat-user-img {
    position: relative
}

.chat-user-img .avatar-xs {
    height: 2.2rem;
    width: 2.2rem
}

.chat-user-img .user-status {
    width: 10px;
    height: 10px;
    background-color: #adb5bd;
    border-radius: 50%;
    border: 2px solid var(--bs-body-bg);
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0
}

.chat-user-img.online .user-status {
    background-color: #06d6a0
}

.chat-user-img.away .user-status {
    background-color: #ffd166
}

.search-panel .form-control {
    position: relative;
    padding-left: 42px
}

.search-panel .btn {
    position: absolute;
    left: 1rem;
    top: 6px;
    z-index: 5
}

.contact-list li {
    cursor: pointer;
    padding: 8px 24px
}

.contact-list-title {
    padding: 6px 24px;
    color: rgba(var(--bs-primary-rgb), 1);
    background-color: var(--bs-body-bg);
    font-weight: 500;
    position: relative;
    font-size: 12px;
    position: sticky;
    top: 0
}

.contact-list-title:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    right: 0;
    background-color: var(--bs-border-color)
}

.chat-bookmark-list, .chat-call-list {
    max-height: calc(100vh - 120px)
}

@media (max-width: 991.98px) {
    .chat-bookmark-list, .chat-call-list {
        height: calc(100vh - 125px)
    }
}

.chat-bookmark-list li, .chat-call-list li {
    position: relative;
    padding: 10px 24px;
    border-bottom: 1px solid var(--bs-border-color)
}

.chat-bookmark-list li:last-child, .chat-call-list li:last-child {
    border-bottom: 0
}

.profile-user {
    position: relative;
    display: inline-block
}

.profile-user .profile-photo-edit {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    cursor: pointer
}

.profile-user .user-profile-img {
    -o-object-fit: cover;
    object-fit: cover
}

.profile-user .profile-img-file-input {
    display: none
}

.user-chat {
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    background-color: var(--bs-body-bg)
}

@media (max-width: 1199.98px) { /* @media (max-width: 991.98px) */
    .user-chat {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1050
    }

    .user-chat.user-chat-show {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.pin_message_div, .pin_message_dm_div {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
}
.user-chat .chat-content {
    position: relative
}

.user-chat.user-chat-show .chat-welcome-section {
    display: none
}

@media (min-width: 992px) {
    .user-chat.user-chat-show .chat-content {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.copyclipboard-alert {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    display: block;
    visibility: hidden;
}

.copyclipboard-alert.show {
    visibility: visible;
    opacity: 1;
}

.user-chat-topbar {
    position: relative; /* prev absolute */
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: var(--bs-body-bg);
    border-bottom: 1px dashed var(--bs-border-color);
    /* max-width: 1200px; */
    max-width: unset;
    margin: 0 ; /* auto */
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 991.98px) {
    .user-chat-topbar {
        position: relative; /* prev fixed */
        background-color: rgba(255, 255, 255); /* prev rgba(255, 255, 255, .8) */
    }
}

.call-close-btn {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff
}

.audio-call-menu .btn {
    background-color: rgba(255, 255, 255, .25);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: none;
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.audio-call-menu .btn i {
    color: #f6f6f9;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.audio-call-menu .btn:hover {
    background-color: #fff
}

.audio-call-menu .btn:hover i {
    color: #6153cc
}

.user-chat-nav .nav-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 22px;
    color: #9397ab;
}

@media (max-width: 575.98px) {
    .user-chat-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.replymessage-block {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left;
    border-radius: 4px;
    background-color: rgba(var(--bs-primary-rgb), .1);
    border-left: 2px solid rgba(var(--bs-primary-rgb), 1)
}

.replymessage-block .conversation-name {
    color: rgba(var(--bs-primary-rgb), 1);
    font-size: 15px
}

/* Chat Conversation */
.chat-conversation {
    height: calc(100vh - 165px);
    /* max-width: 1200px; */
    max-width: unset;
    margin: 0; /* auto */
}

@media (max-width: 424px) {
    .chat-conversation {
        height: calc(100vh - 210px);
        margin-bottom: 78px
    }
    .watchPartyEnabled .chat-conversation {
        height: calc(100vh - 579px);
        margin-bottom: 78px;
    }
}
@media (min-width: 425px) and (max-width: 767px) {
    .chat-conversation {
        /* height: calc(100vh - 172px); */
        margin-bottom: 78px
    }
    .watchPartyEnabled .chat-conversation {
        height: calc(100vh - 579px);
        margin-bottom: 78px
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .chat-conversation {
        /* height: calc(100vh - 195px); */
        margin-bottom: 78px
    }
     .watchPartySection.video-section {
        height: calc(100vh - 92px);
    }
}

.chat-conversation .simplebar-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.chat-conversation .simplebar-content-wrapper .simplebar-content {
    margin-top: auto
}
.chat-conversation#chat-conversation-channel .simplebar-content-wrapper .simplebar-content {
    margin-top: 0;
}
.chat-conversation#chat-conversation-direct .simplebar-content-wrapper .simplebar-content {
    margin-top: 0;
}

.chat-conversation .chat-conversation-list {
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 0
}

.chat-conversation .chat-conversation-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chat-conversation li:last-of-type .conversation-list {
    margin-bottom: 0
}

.chat-conversation .chat-list.left .check-message-icon {
    display: none
}

.chat-conversation .chat-list.left .message-box-drop .dropdown:first-child {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.chat-conversation .chat-list.left .message-box-drop .dropdown:last-child {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.chat-conversation .chat-list .message-box-drop {
    visibility: hidden;
}

.chat-conversation .chat-list:hover .message-box-drop {
    visibility: visible;
}

.chat-conversation .chat-avatar {
    margin: 0 16px 0 0;
}

.chat-conversation .chat-avatar img {
    min-width: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%
}

.chat-conversation .conversation-list {
    margin-bottom: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 80%;
}

@media (max-width: 575.98px) {
    .chat-conversation .conversation-list {
        max-width: 90%
    }
}

.chat-conversation .conversation-list .ctext-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.chat-conversation .conversation-list .ctext-name {
    font-weight: 600;
}

.chat-conversation .conversation-list .ctext-content {
    word-wrap: break-word;
    word-break: break-word
}

.chat-conversation .conversation-list .ctext-wrap-content {
    padding: 12px 20px;
    color: var(--bs-conversation);
    background-color: var(--bs-conversation-bg);
    position: relative;
    border-radius: 3px
}

@media (max-width: 575.98px) {
    .chat-conversation .conversation-list .ctext-wrap-content .attached-file .attached-file-avatar {
        display: none
    }

    .chat-conversation .conversation-list .ctext-wrap-content .attached-file .dropdown .dropdown-toggle {
        display: block
    }
}

.chat-conversation .conversation-list .ctext-wrap-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 0;
    height: 0;
    border: 5px solid var(--bs-tertiary-bg);
    border-left-color: transparent;
    border-top-color: transparent
}

.chat-conversation .conversation-list .conversation-name {
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
    font-size: 18px;
    padding: 4px;
    color: #9397ab
}

@media (max-width: 575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        display: none
    }
}

.chat-conversation .conversation-list .chat-time {
    font-size: 12px;
    margin-top: 4px;
    text-align: right
}

.chat-conversation .conversation-list .message-img {
    border-radius: .2rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.chat-conversation .conversation-list .message-img .message-img-list {
    position: relative
}

.chat-conversation .conversation-list .message-img img {
    max-width: 150px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

.chat-conversation .conversation-list .message-img .message-img-link {
    position: absolute;
    right: 10px;
    left: auto;
    top: 10px
}

.chat-conversation .conversation-list .message-img .message-img-link li > a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    width: 26px;
    height: 24px;
    border-radius: 3px;
    background-color: rgba(33, 37, 41, .7);
    text-align: center
}

.chat-conversation .conversation-list .conversation-name .conversation-loader-icon {
    display: none;
}

.chat-conversation .right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chat-conversation .right .chat-avatar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    margin-left: 16px
}

.chat-conversation .right .chat-time {
    text-align: left;
    color: #9397ab
}

.chat-conversation .right .conversation-list {
    text-align: right
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content a {
    color: #000;
    text-decoration: underline;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content a:hover {
    text-decoration: none;
}
.chat-conversation .left .conversation-list .ctext-wrap .ctext-wrap-content a {
    text-decoration: underline;
}
.chat-conversation .left .conversation-list .ctext-wrap .ctext-wrap-content a:hover {
    text-decoration: none;
}

.chat-conversation .right .conversation-list .ctext-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--bs-primary-rgb), 1)), to(rgba(var(--bs-info-rgb), 1)));
    background: linear-gradient(to top, rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-info-rgb), 1));
    color: #fff;
    text-align: right
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .ctext-name {
    color: #ffffff;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .replymessage-block {
    background-color: rgba(255, 255, 255, .9);
    border-color: rgba(var(--bs-primary-rgb), 1);
    color: #2a2f34
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .replymessage-block .conversation-name {
    color: rgba(var(--bs-primary-rgb), 1)
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -8px;
    left: auto;
    width: 0;
    height: 0;
    border: 5px solid rgba(var(--bs-primary-rgb), 1);
    border-right-color: transparent;
    border-top-color: transparent
}

.chat-conversation .right .conversation-list .ctext-wrap .audio-file-elem {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.chat-conversation .right .conversation-list .ctext-wrap .message-box-drop {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.chat-conversation .right .conversation-list .conversation-name {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chat-conversation .right .conversation-list .conversation-name .check-message-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.chat-conversation .right .conversation-list .conversation-name .time {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.chat-conversation .right .conversation-list .conversation-name .conversation-loader-icon {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.chat-conversation .right .conversation-list .conversation-name .name {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.chat-conversation .right .conversation-list .dropdown {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.chat-conversation .right .dot {
    background-color: #212529;
}
/* /Chat Conversation */

/* Chat Reply Conversation */
.conversation-reply {
    margin-right: .25rem;
    margin-left: .25rem;
}

.chat-reply-conversation {
    height: calc(100vh - 134px);
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .chat-reply-conversation {
        height: calc(100vh - 146px);
        margin-bottom: 78px;
    }
}

.channel-reply-message-block {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left;
    border-radius: 4px;
    /* background-color: rgba(var(--bs-primary-rgb), .1); */
    background-color: #e2f9ff;
    border-left: 2px solid rgba(var(--bs-primary-rgb), 1)
}

.channel-reply-message-block .conversation-name {
    color: rgba(var(--bs-primary-rgb), 1);
    font-size: 15px
}

.chat-reply-conversation .simplebar-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

/*.chat-reply-conversation .simplebar-content-wrapper .simplebar-content {
    margin-top: auto
}*/

.chat-reply-conversation .chat-reply-conversation-list {
    /*margin-top: 90px;*/
    padding-top: 10px;
    margin-bottom: 0
}

.chat-reply-conversation .chat-reply-conversation-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chat-reply-conversation li:last-of-type .conversation-list {
    margin-bottom: 0
}

.chat-reply-conversation .chat-list.left .check-message-icon {
    display: none
}

.chat-reply-conversation .chat-list.left .message-box-drop .dropdown:last-child {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.chat-reply-conversation .chat-list .message-box-drop {
    visibility: hidden;
}

.chat-reply-conversation .chat-list:hover .message-box-drop {
    visibility: visible;
}

.chat-reply-conversation .chat-avatar {
    margin: 0 16px 0 0;
}

.chat-reply-conversation .chat-avatar img {
    min-width: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%
}

.chat-reply-conversation .conversation-list {
    margin-bottom: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 80%;
}

@media (max-width: 575.98px) {
    .chat-reply-conversation .conversation-list {
        max-width: 90%
    }
}

.chat-reply-conversation .conversation-list .ctext-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.chat-reply-conversation .conversation-list .ctext-name {
    font-weight: 600;
}

.chat-reply-conversation .conversation-list .ctext-content {
    word-wrap: break-word;
    word-break: break-word
}

.chat-reply-conversation .conversation-list .ctext-wrap-content {
    padding: 12px 20px;
    color: var(--bs-conversation);
    background-color: var(--bs-conversation-bg);
    position: relative;
    border-radius: 3px
}

@media (max-width: 575.98px) {
    .chat-reply-conversation .conversation-list .ctext-wrap-content .attached-file .attached-file-avatar {
        display: none
    }

    .chat-reply-conversation .conversation-list .ctext-wrap-content .attached-file .dropdown .dropdown-toggle {
        display: block
    }
}

.chat-reply-conversation .conversation-list .ctext-wrap-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 0;
    height: 0;
    border: 5px solid var(--bs-tertiary-bg);
    border-left-color: transparent;
    border-top-color: transparent
}

.chat-reply-conversation .conversation-list .conversation-name {
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.chat-reply-conversation .conversation-list .dropdown .dropdown-toggle {
    font-size: 18px;
    padding: 4px;
    color: #9397ab
}

@media (max-width: 575.98px) {
    .chat-reply-conversation .conversation-list .dropdown .dropdown-toggle {
        display: none
    }
}

.chat-reply-conversation .conversation-list .chat-time {
    font-size: 12px;
    margin-top: 4px;
    text-align: right
}

.chat-reply-conversation .conversation-list .message-img {
    border-radius: .2rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.chat-reply-conversation .conversation-list .message-img .message-img-list {
    position: relative
}

.chat-reply-conversation .conversation-list .message-img img {
    max-width: 150px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

.chat-reply-conversation .conversation-list .message-img .message-img-link {
    position: absolute;
    right: 10px;
    left: auto;
    top: 10px
}

.chat-reply-conversation .conversation-list .message-img .message-img-link li > a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    width: 26px;
    height: 24px;
    border-radius: 3px;
    background-color: rgba(33, 37, 41, .7);
    text-align: center
}

.chat-reply-conversation .conversation-list .conversation-name .conversation-loader-icon {
    display: none;
}

.chat-reply-conversation .right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chat-reply-conversation .right .chat-avatar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    margin-left: 16px
}

.chat-reply-conversation .right .chat-time {
    text-align: left;
    color: #9397ab
}

.chat-reply-conversation .right .conversation-list {
    text-align: right
}

.chat-reply-conversation .right .conversation-list .ctext-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chat-reply-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--bs-primary-rgb), 1)), to(rgba(var(--bs-info-rgb), 1)));
    background: linear-gradient(to top, rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-info-rgb), 1));
    color: #fff;
    text-align: right
}

.chat-reply-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .channel-reply-message-block {
    background-color: rgba(255, 255, 255, .9);
    border-color: rgba(var(--bs-primary-rgb), 1);
    color: #2a2f34
}

.chat-reply-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .channel-reply-message-block .conversation-name {
    color: rgba(var(--bs-primary-rgb), 1)
}

.chat-reply-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -8px;
    left: auto;
    width: 0;
    height: 0;
    border: 5px solid rgba(var(--bs-primary-rgb), 1);
    border-right-color: transparent;
    border-top-color: transparent
}

.chat-reply-conversation .right .conversation-list .ctext-wrap .audio-file-elem {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.chat-reply-conversation .right .conversation-list .ctext-wrap .message-box-drop {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.chat-reply-conversation .right .conversation-list .conversation-name {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chat-reply-conversation .right .conversation-list .conversation-name .check-message-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.chat-reply-conversation .right .conversation-list .conversation-name .time {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.chat-reply-conversation .right .conversation-list .conversation-name .conversation-loader-icon {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.chat-reply-conversation .right .conversation-list .conversation-name .name {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.chat-reply-conversation .right .conversation-list .dropdown {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.chat-reply-conversation .right .dot {
    background-color: #212529;
}

.conversation-reply-count:hover {
    text-decoration: underline;
}

.conversation-reply-count[data-count="0"] {
    display: none;
}

.conversation-reply-count.has-new-replies {
    font-weight: bold !important;
}
/* /Chat Reply Conversation */

.videocallModal-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.groupvideocallModal .modal-content, .videocallModal .modal-content {
    min-height: 450px;
    overflow: hidden
}

@media (max-width: 575.98px) {
    .groupvideocallModal .modal-content, .videocallModal .modal-content {
        min-height: 350px
    }
}

.groupvideocallModal .video-call-profile, .videocallModal .video-call-profile {
    position: absolute;
    bottom: 110px;
    right: 15px;
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
}

.groupvideocallModal .video-call-title span, .videocallModal .video-call-title span {
    background-color: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.groupvideocallModal .videocall-overlay, .videocallModal .videocall-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(33, 37, 41, .33)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(33, 37, 41, .52)));
    background: linear-gradient(180deg, rgba(33, 37, 41, .33) 10%, rgba(0, 0, 0, 0) 60%, rgba(33, 37, 41, .52) 100%)
}

.groupvideocallModal .video-call-menu a, .videocallModal .video-call-menu a {
    border: none;
    background-color: rgba(255, 255, 255, .25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.groupvideocallModal .video-call-menu a span, .videocallModal .video-call-menu a span {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.groupvideocallModal .video-call-menu a:hover, .videocallModal .video-call-menu a:hover {
    background-color: #fff
}

.groupvideocallModal .video-call-menu a:hover span, .videocallModal .video-call-menu a:hover span {
    color: #212529
}

.user-chat-remove {
    border-radius: 3px;
    line-height: 1
}

/* Chat Input Section */
.chat-input-section {
    background-color: rgba(255, 255, 255, .01);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    position: relative;
    z-index: 1;
    /* max-width: 1200px; */
    max-width: unset;
    margin: 0 ; /* auto */
}

#chat-input-container.watchPartyEnabled {
    width: 50%;
}


@media (max-width: 991.98px) {
    .chat-input-section {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }
    .input-left-empty.watchPartySection.watchPartyEnabled {
        display: none !important;
    }
}

.wp-head-h {
    min-height: 82px;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #chat-input-container.watchPartyEnabled  .chat-input-section {
        width: 50%;
        left: unset;
    }
}

.chat-input-section .chat-input-collapse {
    position: absolute;
    bottom: 92px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--bs-border-color);
    overflow: hidden
}

@media (max-width: 991.98px) {
    .chat-input-section .chat-input-collapse {
        bottom: 74px
    }
}

.chat-input-section .chat-input-feedback {
    display: none;
    position: absolute;
    top: -18px;
    left: 16px;
    font-size: 12px;
    color: #ef476f
}

.chat-input-section .show {
    display: block
}

.chat-input-section .replyCollapse {
    z-index: 1
}
/* /Chat Input Section */

/* Chat Like Input Section */
.chat-like-input-section {
    background-color: rgba(255, 255, 255, .01);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .chat-like-input-section {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }
}

.chat-like-input-section .chat-like-input-collapse {
    position: absolute;
    bottom: 92px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--bs-border-color);
    overflow: hidden
}

@media (max-width: 991.98px) {
    .chat-like-input-section .chat-like-input-collapse {
        bottom: 74px
    }
}

.chat-like-input-section .chat-like-input-feedback {
    display: none;
    position: absolute;
    top: -18px;
    left: 16px;
    font-size: 12px;
    color: #ef476f
}

.chat-like-input-section .show {
    display: block
}

.chat-like-input-section .replyCollapse {
    z-index: 1
}
/* /Chat Reply Input Section */

.file_Upload {
    background-color: var(--bs-body-bg);
    border-top: 1px solid var(--bs-border-color);
    padding: 16px 24px
}

.file_Upload .card {
    margin-bottom: 0;
    border-color: rgba(var(--bs-primary-rgb), 1) !important
}

.file_Upload, .replyCard {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid var(--bs-border-color);
    overflow: hidden;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .file_Upload, .replyCard {
        bottom: -12px
    }
}

.file_Upload.show, .replyCard.show {
    -webkit-transform: translateY(-92px);
    transform: translateY(-92px);
    opacity: 1
}

@media (max-width: 991.98px) {
    .file_Upload.show, .replyCard.show {
        -webkit-transform: translateY(-86px);
        transform: translateY(-86px)
    }
}

.contact-modal-list .contact-list li {
    margin: 2px 0
}

.contact-modal-list .contact-list li.selected {
    background-color: rgba(var(--bs-primary-rgb), .1)
}

.chat-input-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chat-input-links .links-list-item > .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 22px;
    width: 43px;
    height: 43px
}

.chat-input-links .links-list-item > .btn.btn-link {
    color: #9397ab
}

@-moz-document url-prefix() {
    .chat-input-section, .user-chat-topbar {
        background-color: #f2f2f2 !important
    }

    .chat-like-input-section, .user-chat-topbar {
        background-color: #f2f2f2 !important
    }
}

.chat-input-typing {
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    left: 16px;
    bottom: -22px
}

.typing {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 17px
}

.typing .dot {
    -webkit-animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
    animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
    background-color: var(--bs-primary-rgb);
    border-radius: 50%;
    height: 5px;
    margin-right: 4px;
    vertical-align: middle;
    width: 5px;
    display: inline-block
}

.typing .dot:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.typing .dot:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.typing .dot:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.typing .dot:last-child {
    margin-right: 0
}

@-webkit-keyframes mercuryTypingAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(var(--bs-primary-rgb), .7)
    }

    28% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        background-color: rgba(var(--bs-primary-rgb), .4)
    }

    44% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(var(--bs-primary-rgb), .2)
    }
}

@keyframes mercuryTypingAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(var(--bs-primary-rgb), .7)
    }

    28% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        background-color: rgba(var(--bs-primary-rgb), .4)
    }

    44% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(var(--bs-primary-rgb), .2)
    }
}


/* Chat Reply Sidebar */
.chat-like-sidebar {
    height: 100vh;
    background-color: var(--bs-body-bg);
    display: none;
    min-width: 480px;
    max-width: 480px
}

@media (min-width: 992px) {
    .chat-like-sidebar {
        border-left: 4px solid var(--bs-border-color)
    }
}

@media (max-width: 1199.98px) {
    .chat-like-sidebar {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1045;
        border-left: 1px solid var(--bs-border-color)
    }
}

@media (max-width: 575.98px) {
    .chat-like-sidebar {
        min-width: 100%
    }
}
/* /Chat Like Sidebar */

/* Chat Reply Input Section */
.chat-reply-input-section {
    background-color: rgba(255, 255, 255, .01);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .chat-reply-input-section {
        /* position: fixed; */
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }
}

.chat-reply-input-section .chat-reply-input-collapse {
    position: absolute;
    bottom: 92px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--bs-border-color);
    overflow: hidden
}

@media (max-width: 991.98px) {
    .chat-reply-input-section .chat-reply-input-collapse {
        bottom: 74px
    }
}

.chat-reply-input-section .chat-reply-input-feedback {
    display: none;
    position: absolute;
    top: -18px;
    left: 16px;
    font-size: 12px;
    color: #ef476f
}

.chat-reply-input-section .show {
    display: block
}

.chat-reply-input-section .replyCollapse {
    z-index: 1
}
/* /Chat Reply Input Section */

.file_Upload {
    background-color: var(--bs-body-bg);
    border-top: 1px solid var(--bs-border-color);
    padding: 16px 24px
}

.file_Upload .card {
    margin-bottom: 0;
    border-color: rgba(var(--bs-primary-rgb), 1) !important
}

.file_Upload, .replyCard {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid var(--bs-border-color);
    overflow: hidden;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .file_Upload, .replyCard {
        bottom: -12px
    }
}

.file_Upload.show, .replyCard.show {
    -webkit-transform: translateY(-92px);
    transform: translateY(-92px);
    opacity: 1
}

@media (max-width: 991.98px) {
    .file_Upload.show, .replyCard.show {
        -webkit-transform: translateY(-86px);
        transform: translateY(-86px)
    }
}

.contact-modal-list .contact-list li {
    margin: 2px 0
}

.contact-modal-list .contact-list li.selected {
    background-color: rgba(var(--bs-primary-rgb), .1)
}

.chat-input-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chat-input-links .links-list-item > .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 22px;
    width: 43px;
    height: 43px
}

.chat-input-links .links-list-item > .btn.btn-link {
    color: #9397ab
}

@-moz-document url-prefix() {
    .chat-input-section, .user-chat-topbar {
        background-color: #ffffff !important;
    }

    .chat-reply-input-section, .user-chat-topbar {
        background-color: #ffffff !important;
    }
}

.chat-input-typing {
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    left: 16px;
    bottom: -22px
}

.typing {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 17px
}

.typing .dot {
    -webkit-animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
    animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
    background-color: var(--bs-primary-rgb);
    border-radius: 50%;
    height: 5px;
    margin-right: 4px;
    vertical-align: middle;
    width: 5px;
    display: inline-block
}

.typing .dot:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.typing .dot:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.typing .dot:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.typing .dot:last-child {
    margin-right: 0
}

@-webkit-keyframes mercuryTypingAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(var(--bs-primary-rgb), .7)
    }

    28% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        background-color: rgba(var(--bs-primary-rgb), .4)
    }

    44% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(var(--bs-primary-rgb), .2)
    }
}

@keyframes mercuryTypingAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(var(--bs-primary-rgb), .7)
    }

    28% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        background-color: rgba(var(--bs-primary-rgb), .4)
    }

    44% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(var(--bs-primary-rgb), .2)
    }
}


/* Chat Reply Sidebar */
.chat-reply-sidebar {
    height: 100vh;
    background-color: var(--bs-body-bg);
    display: none;
    min-width: 480px;
    max-width: 480px
}

@media (min-width: 992px) {
    .chat-reply-sidebar {
        border-left: 4px solid var(--bs-border-color)
    }
}

@media (max-width: 1199.98px) {
    .chat-reply-sidebar {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1045;
        border-left: 1px solid var(--bs-border-color)
    }
}

@media (max-width: 575.98px) {
    .chat-reply-sidebar {
        min-width: 100%
    }
}
/* /Chat Reply Sidebar */

/* User Profile Sidebar */
.user-profile-sidebar {
    height: 100vh;
    background-color: var(--bs-body-bg);
    display: none;
    min-width: 380px;
    max-width: 380px
}

@media (min-width: 992px) {
    .user-profile-sidebar {
        border-left: 4px solid var(--bs-border-color)
    }
}

@media (max-width: 1199.98px) {
    .user-profile-sidebar {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1045;
        border-left: 1px solid var(--bs-border-color)
    }
}

@media (max-width: 575.98px) {
    .user-profile-sidebar {
        min-width: 100%
    }
}
/* /User Profile Sidebar */


/* Channel data Sidebar */
.networking-sidebar {
    height: 100vh;
    background-color: var(--bs-body-bg);
    display: none;
    min-width: 380px;
    max-width: 380px;
    overflow-y: auto; 
    scrollbar-width: thin;
}

@media (min-width: 992px) {
    .networking-sidebar {
        border-left: 4px solid var(--bs-border-color)
    }
}

@media (max-width: 1199.98px) {
    .networking-sidebar {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1045;
        border-left: 1px solid var(--bs-border-color)
    }
}

@media (min-width: 1200px) {
    /* .networking-sidebar {
        max-height: calc(100vh - 163px);
    } */
}

@media (max-width: 575.98px) {
    .networking-sidebar {
        min-width: 100%
    }
}
/* Channel data Sidebar */

.user-profile-img {
    position: relative
}

.user-profile-img .overlay-content {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, .5)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .5) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: rgba(255, 255, 255, .6);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.user-profile-img .user-name {
    font-size: 16px;
    color: #fff
}

.user-profile-img .profile-img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991px) {
    .user-profile-img .profile-img {
        height: 160px
    }
}

.user-profile-img .profile-foreground-img-file-input {
    display: none
}

.user-profile-img .profile-photo-edit {
    cursor: pointer
}

.user-profile-image {
    -o-object-fit: cover;
    object-fit: cover
}

.user-profile-desc {
    height: calc(100vh - 285px)
}

@media (max-width: 991.98px) {
    .user-profile-desc {
        height: calc(100vh - 194px)
    }
}

.profile-desc {
    height: calc(100vh - 288px)
}

@media (max-width: 991.98px) {
    .profile-desc {
        height: calc(100vh - 330px)
    }
}

.profile-media-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.profile-media-img .media-img-list {
    position: relative
}

.profile-media-img .media-img-list a {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.profile-media-img .media-img-list a img {
    width: 110px;
    height: 76px;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-media-img .media-img-list a .bg-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.profile-media-img .media-img-list .image-remove {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: rgba(33, 37, 41, .7);
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    margin: 4px
}

.favourite-btn.active .bx-heart {
    color: #ef476f
}

.favourite-btn.active .bx-heart:before {
    content: "\ed36"
}

.edit-input.form-control[readonly] {
    padding: 0;
    font-weight: 500;
    color: #212529
}

.edit-input.form-control[readonly]:focus {
    border-color: transparent
}

.user-setting {
    height: calc(100vh - 288px)
}

@media (max-width: 991.98px) {
    .user-setting {
        height: calc(100vh - 320px)
    }
}

.emoji-icon {
    position: absolute;
    bottom: 22px;
    left: 60px;
    background: var(--bs-light);
    border-radius: 40px;
    -webkit-box-shadow: 0 2px 4px rgba(33, 37, 41, .12);
    box-shadow: 0 2px 4px rgba(33, 37, 41, .12);
    height: 26px;
    width: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


#settingprofile .accordion-button:focus {
    box-shadow: none !important;
}

.channelList .channel_name, .myChannelList .channel_name {
    /* font-size: 1rem; */
}

.channel-item.have_updates .channel_name {
    font-weight: bold;
}

.channelList li:hover,
.dmChannelList li:hover,
.organizerChannelList li:hover,
#favourite-users li:hover,
.chat-list.chat-user-list li:hover {
    background-color: rgba(var(--bs-primary-rgb), .05)
}

.unread-count[data-count="0"] {
    display: none;
}

.chat-meeting {
    border: 1px solid #d4d4d4;
    background: #fff;
    color: #000000;
    padding: 10px;
    margin: 0 0 10px;
    display: flex;
}

.chat-meeting i.bx-video {
    border-right: 1px solid;
    padding: 5px 10px 0 0;
    margin-right: 10px;
    font-size: 30px;
}

.chat-meeting .chat-meeting-link {
    color: #007bff;
    font-weight: 600;
}

/* Date Badge */
.date-badge {
    display: flex;
}

.date-badge:before,
.date-badge:after {
    content: '';
    flex: 1;
    border-bottom: solid 1px #b3b3b3;
    margin-bottom: 8px;
}

.date-badge:before {
    margin-right: 5px;
}

.date-badge:after {
    margin-left: 5px;
}

.date-badge .badge {
    border: solid 1px #b3b3b3 !important;
    padding: .28em .8em !important;
}

.sticky-badge {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    text-align: center;
    background: white;
    padding: .28em .8em !important;
    border: solid 1px #b3b3b3 !important;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* /Date Badge */

/* New Badge */
.new-badge:before {
    content: '';
    flex: 1;
    border-bottom: solid 1px #f10f0f;
}

.new-badge .badge {
    color: #f10f0f;
    border: solid 1px #f10f0f !important;
    border-radius: 0 !important;
    padding: .28em .8em !important;
    margin-right: 5px;
}
/* /New Badge */

.menu-mention-avatar {
    min-width: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.conversation-mention {
    color: var(--bs-primary);
    /* background: var(--bs-light); */
    padding: 0 2px;
    cursor: pointer;
}

.chat-list.right .conversation-mention {
    color: #000000;
}

.round-video {
    min-width: 43px;
    min-height: 43px;
    max-width: 43px;
    max-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0d6efd;
    color: #ffffff;
}
.round-video:hover {
    background-color: #0d6efd;
    color: #ffffff;
}
.card.complete-settings {
    background-color: #CAF4B8;
    border: 1px solid #B6F19D;
}
.card.complete-settings .xs-text {
    font-size: 12px;
    font-weight: 400;
    color: #4C4C4C;
}
.card.complete-settings .sm-text {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.card.complete-settings .continue-btn {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    border-radius: 6px;
    border: 1px solid #000000;
}


.bo-lf-rt{
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

/* watch party */
.watch-party .card {
    border: 0;
    /* border-bottom: 1px solid #d3d3d3; */
    border-radius: 0;
}
.watch-party-welcome {
    font-size: clamp(14px, 1vw + 0.5rem, 17px);
    font-weight: 500;
    line-height: 1.2;
}
.watch-party-intro {
    font-size: clamp(16px, 1vw + 0.5rem, 21px);
    font-weight: 500;
    line-height: 1.2;
}

/* Smooth rotation */
.watch-party-drp-dwn {
    transition: transform 0.3s ease;
}

/* Rotate when expanded */
[data-toggle="collapse"][aria-expanded="true"] .watch-party-drp-dwn {
    transform: rotate(180deg);
}

/* watch party end */



.participants_profile_info .user-profile-desc {
    height: unset;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pin-message-v2, .pin-message-v2-dm {
    background-color: #e2f9ff;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 13px 15px;
    padding-bottom: 0;
    margin: -24px -24px 0;
}
.pin-message-v2 .pin-m-header, .pin-message-v2-dm .pin-m-header{
   font-size: 12px;
   font-weight: 400;
   color: #595C5F;
   border-bottom: 1px solid #DAD7D7;
   padding-bottom: 6px;
}
.pin-message-v2 .p-message, .pin-message-v2-dm .p-message {
    max-height: 100px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.nav-vertical-dots {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    gap: 5px;
}
.message-item-dot {
    min-width: 6px;
    min-height: 6px;
    max-height: 6px;
    max-width: 6px;
    border-radius: 100%;
    background-color: #CECECE;
    cursor: pointer;
}
.message-item-dot.active {
    background-color: #000000;
}
.participants-v2-list {
    border: 1px solid #F3F0F0;
    border-radius: 12px;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.participants-v2-list .p-v2-list-profile {
    min-width: 49px;
    max-width: 49px;
    min-height: 49px;
    max-height: 49px;
    border-radius: 100%;
}
.participants-v2-list .prt-v2-name {
   font-size: 16px;
   font-weight: 500;
   color: #000000;
   line-height: 18px;
}
.participants-v2-list .round-con {
    min-width: 21px;
    max-width: 21px;
    min-height: 21px;
    max-height: 21px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.participants-v2-list .round-con.pro-type {
    background-color: #CBDFFF;
    font-weight: 500;
    font-size: 12px;
    color: #0D6EFD;
}
.participants-v2-list .round-con.ticket-type {
    background-color: #E57FA380;
}
.participants-v2-list .round-con.location {
    background-color: #F1E7FB;
}
.participants-v2-list .round-con.company {
    background-color: #55555533;
}
.skills-v2-con {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.skills-v2-con .skill-v2 {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    padding: 3px 12px;
    background-color: #EDF2F7;
}
.skills-v2-con .skill-v2.show-skill {
    color: #555555;
}
.chat-btn-v2 {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 69px;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #555555;
    min-height: 24px;
    border-radius: 12px;
    border: 1px solid #555555;
}

.chat-input-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* speed networking start */
.carousel.speed-carousel, .speed-nw-card {
    width: 100%;
    /* max-width: 600px; */
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
.carousel.speed-carousel .carousel-control-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 1;
    width: fit-content;
}
.carousel.speed-carousel .carousel-control-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
    width: fit-content;
}
.carousel.speed-carousel .carousel-control-prev svg, .carousel.speed-carousel .carousel-control-next svg {
    width: 22px;
    height: 22px;
}
@media (max-width: 991.98px) {
    .carousel.speed-carousel .carousel-control-prev {
        left: 6px;
    }
    .carousel.speed-carousel .carousel-control-next {
        right: 6px;
    }
    .carousel.speed-carousel .carousel-control-prev svg, .carousel.speed-carousel .carousel-control-next svg {
        width: 15px;
        height: 15px;
    }
}
.speed-v1-profile {
    min-height: 110px;
    min-width: 110px;
    max-width: 110px;
    max-height: 110px;
    border-radius: 100%;
    object-fit: contain;
}
.speed-v1-info {
    display:  flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
}
.speed-v1-title {
    font-size: clamp(17px, 0.6vw + 1rem, 24px);
    margin: 0;
}
.speed-v1-badge {
    font-size: 12px;
    font-weight: 500;
    color: #007BFF;
    background-color: #E0F3FF;
    padding: 6.5px 10px;
    line-height: 14px;
    border-radius: 12px;
    max-width: fit-content;
    margin: 0;
}
.spd-v1-sub-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #000000;
    margin-bottom: 9px;
}
.spd-v1-skill-con, .spd-v1-interest-con {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}
.spd-v1-interest-con {
    gap: 10px;
 }
.spd-v1-skill-con .skill {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 3px 7px;
    min-width: 50px;
    text-align: center;
    border: 1px solid #555555;
    border-radius: 6px;
}
.spd-v1-interest-con .interest {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    padding: 6px 12px;
    min-width: 104px;
    text-align: center;
    border-radius: 6px;
}
.spd-v1-interest-con .interest.c-1 {
    background-color: #CBDFFF;
}
.spd-v1-interest-con .interest.c-2 {
    background-color: #F88585;
}
.spd-v1-interest-con .interest.c-3 {
    background-color: #25B06D80;
}
.spd-v1-interest-con .interest.c-4 {
    background-color: #bac3db80;
}
.spd-v1-interest-con .interest.c-5 {
    background-color: #D2E58C80;
}
.spd-v1-interest-con .interest.c-6 {
    background-color: #FFD58080; /* soft orange */
}
.spd-v1-interest-con .interest.c-7 {
    background-color: #9AD1D480; /* teal */
}
.spd-v1-interest-con .interest.c-8 {
    background-color: #F7A8B880; /* pink */
}
.spd-v1-interest-con .interest.c-9 {
    background-color: #B0E57C80; /* lime green */
}
.spd-v1-interest-con .interest.c-10 {
    background-color: #CBA6F780; /* lavender purple */
}
.spd-v1-interest-con .interest.c-11 {
    background-color: #FF9F6880; /* coral */
}
.spd-v1-interest-con .interest.c-12 {
    background-color: #7ED6DF80; /* sky blue */
}
.spd-v1-interest-con .interest.c-13 {
    background-color: #E056FD80; /* violet */
}
.spd-v1-interest-con .interest.c-14 {
    background-color: #BAD83680; /* green-yellow */
}
.spd-v1-interest-con .interest.c-15 {
    background-color: #FF6F9180; /* rose */
}
.btn.bor-btn {
    border: 1px solid #000000;
}
.speed-nw-card {
    position: relative;
    
}
.speed-nw-card .left-ribbon, .speed-nw-card .right-ribbon {
    position: absolute;
    z-index: 0;
    bottom: 10px;
} 
.speed-nw-card .left-ribbon{
    left: 10px;
} 
.speed-nw-card .right-ribbon {
    right: 10px;
} 
.speed-sm-profile {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    border-radius: 100%;
    object-fit: cover;
}
.speed-nw-card .center-card {
    position: relative;
    z-index: 1;
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;
    max-width: 227px;
    margin-top: 28px;
    margin-bottom: 28px;
    background-color: #ffffff;
}
.speed-nw-card .center-card .count {
    font-size: clamp(21px, 4vw + 1rem, 66px);
    line-height: 1.1;
    font-weight: 400;
      /* Fallback for older browsers */
    color: #2557A7;

    /* Gradient text for modern browsers */
    background: linear-gradient(180deg, #2557A7 0%, rgba(37, 87, 167, 0.84) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    color: transparent; /* Ensures gradient shows in supporting browsers */
}
.speed-nw-card .sm-text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}
.speed-nw-card .md-text {
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}
.speed-v1-b-btn {
    border: 1px solid #000000;
    border-radius: 12px;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 41px;
}
.speed-v1-b-btn:hover {
    border: 1px solid #000000;
}
.respond-time {
    display: flex;
    align-items: center;
    font-size: 10.2px;
    line-height: 12px;
    font-weight: 400;
    color: #000000;
    border: 0.2px solid #cccccc;
    border-radius: 2px;
}

.respond-time .seconds {
    background-color: #2557A7;
    color: #ffffff;
    border-radius: 0 1px 1px 0;
}
.speed-req .xs-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #000000;
}
.speed-req .sm-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    color: #000000;
}
.speed-req .spd-req-profile {
    min-width: 66px;
    max-width: 66px;
    min-height: 66px;
    max-height: 66px;
    object-fit: contain;
    border-radius: 100%;
}
.view-v1-profile {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #2557A7 !important;
    text-decoration: underline !important;
}
/* speed networking end */



.chat-layout .channelData-sidebar {
    border-right: 3px solid #ffffff;
}

.btn-v1-link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: rgb(37, 87, 167);
    text-decoration: underline;
}

#membersModal .modal-title {
    font-size: clamp(18px, 1vw + 1rem, 33px);
}

#membersModal .nav-tabs .nav-link {
    border: none;
    color: #000000;
    font-size: clamp(18px, 1vw + 1rem, 21px);
}
#membersModal .nav-tabs .nav-link.active {
    border-bottom: 6px solid #2557A7;
    color: #000000;
}
#membersModal .text-md {
    font-size: clamp(18px, 1vw + 1rem, 24px);
    font-weight: 400;
}
#membersModal .text-xs {
    font-size: 17.7px;
    font-weight: 400;
}
#membersModal .btn.btn-danger {
    font-size: clamp(18px, 1vw + 1rem, 21px);
    min-height: 56px;
    border-radius: 6px;
    width: 100%;
    max-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 @media (min-width: 1198.99px) {
    #membersModal .modal-dialog {
        max-width: 846px;
    }
 }
 #membersModal .members-lists .member-list {
    border: 1px solid #CCCCCC;
    background-color: #F7F7F7;
    border-radius: 6px;
    margin-bottom: 16px;
 }
#membersModal .members-lists .member-list .mem-img {
    min-width: 84px;
    max-width: 84px;
    min-height: 84px;
    max-height: 84px;
    border-radius: 100%;
 }
 #membersModal .members-lists .member-list .text-md {
    font-size: clamp(18px, 1vw + 1rem, 21px);
    line-height: 1.156;
    color: #000000;
    margin-bottom: 6px;
 }
 #membersModal .members-lists .member-list .text-sm {
    font-size: 14px;
    line-height: 1.146;
    margin-bottom: 6px;
 }
 #membersModal .members-lists .member-list .std-btn:hover {
    background-color: #2557A7;
    color: #ffffff;
 }

 .activity-v2-card .activity-v2-header {
    padding: 12px 18px 8px;
    border-bottom: 1px solid #d3d3d3;
 }
 .activity-v2-card .activity-v2-header p {
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 3px;
    color: #000000;
 }
 .activity-v2-card .activity-v2-header h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 3px;
    color: #000000;
 }

  .activity-v2-card .activity-v2-body .activity-v2-list {
    padding: 12px 18px;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    gap: 16px;
  }
    .activity-v2-card .activity-v2-body .activity-v2-list:last-child {
        border-bottom: 0;
    }
  .act-count-v2 {
    min-width: 42px;
    max-width: 42px;
    min-height: 42px;
    max-height: 42px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    background-color: #2557A7;
  }
  .activity-v2-list p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .activity-v2-list p b {
    font-size: 14px;
  }
  .act-v2-link-con {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .act-v2-link {
    color: #2557A7;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 0;
  }

  @media (max-width: 425px) {
    #emojiPicker {
        right: unset !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
  }

  .align-items-center {
    display: flex;
  }

  .extra-view-scroll {
    min-height: calc(60px * 2);
    max-height: calc(44px * 8);
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .chat-leftsidebar.watchPartyEnabled .extra-view-scroll {
    overflow-y: auto;
  }
  .chat-leftsidebar.watchPartyEnabled.open .extra-view-scroll {
    overflow-y: auto;
  }

  #addChannelMembersModal .select2-container--default .select2-selection--multiple {
    padding: 5px;
  }
   #addChannelMembersModal .select2-container--default .select2-search--inline .select2-search__field {
    margin-bottom: 5px;
  }

  .ab-top-right {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .participants-active {
    background-color: rgba(var(--bs-primary-rgb), .08);
  }
  .chat-list li.active a span.avatar-title.text-dark {
    color: #000000 !important;
  }

  #membersModal .members-lists {
    max-height: calc(147px * 2);
    overflow-y: auto;
    scrollbar-width: thin;
  }
  #membersModal .channel_description_wrapper {
    max-height: 260px;
    overflow-y: auto;
    scrollbar-width: thin;
  }
  
  .unread-mentions {
    position: fixed;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 16px;
    width: fit-content;
    font-size: 13px;
    display: block;
    left: 70px;
    overflow: hidden;
    bottom: 15px;
    box-shadow: 0 4px 12px #00000014;
    background-color: rgba(234, 189, 251, 1);
    color: #000000;
    font-weight: 500;
    text-align: center;
    z-index: 2;
  }
  .unread-mentions:hover {
    background-color: rgba(234, 189, 251, 1);
  }
@media (min-width: 1199.98px) {
  .non-event.chat-layout .chat-leftsidebar {
    height: calc(100vh - 84px);
  }
  .non-event.chat-layout .user-profile-sidebar, .non-event.chat-layout .channelData-sidebar {
    height: calc(100vh - 84px);
  }
  .non-event.chat-layout .chat-conversation {
    height: calc(100vh - 250px);
  }
}