@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.qr-font-fam{
    font-family: "Roboto Condensed", sans-serif !important;

}
:root,
[data-bs-theme=light] {
    --bs-white-text: #fff;
    --bs-secondary: #f5f7fb;
    --bs-body-secondary-color: #7a7f9a;
    --bs-text-muted: #7a7f9a;
    --bs-card-logo-dark: block;
    --bs-card-logo-light: none;
    --bs-sidebar-bg: #fff;
    --bs-sidebar-menu-item-color: #878a92;
    --bs-sidebar-menu-item-active-color: var(--bs-primary);
    --bs-sidebar-menu-item-active-bg: #f7f7ff;
    --bs-sidebar-sub-bg: #f5f7fb;
    --bs-theme-mode-icon: "";
    --bs-accordion-button-bg: #f5f7fb;
    --bs-accordion-bg: #fff;
    --bs-dropdown-bg: #fff
}

[data-bs-theme=dark] {
    --bs-white: #262e35;
    --bs-white-rgb: 38, 46, 53;
    --bs-light: #36404a;
    --bs-light-rgb: 54, 64, 74;
    --bs-dark: #eff2f7;
    --bs-dark-rgb: 239, 242, 247;
    --bs-secondary: #7a7f9a;
    --bs-secondary-rgb: 122, 127, 154;
    --bs-text-muted: #9aa1b9;
    --bs-text-muted-rgb: 154, 161, 185;
    --bs-sidebar-bg: #36404a;
    --bs-sidebar-menu-item-color: #a6b0cf;
    --bs-sidebar-menu-item-active-color: #ffffff;
    --bs-sidebar-menu-item-active-bg: #3e4a56;
    --bs-sidebar-sub-bg: #303841;
    --bs-accordion-button-bg: #36404a;
    --bs-accordion-bg: transparent;
    --bs-theme-mode-icon: "";
    --bs-dropdown-bg: #313a43
}
body{
    background: #F8F9FB;
    font-family: "Roboto", sans-serif;
}
.cht-main{
    overflow: auto;
}
.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
}

.remove_vlose_now_right{
display:none;
}
.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(114, 105, 239, .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: 60px;
    width: 60px;
}
.trainnn.avatar-xs {
    height: 30px;
    width: 30px;
    }
.lft-top h4{
	font-size: 28px;
	color: #000;
	font-weight: 600;
    padding-left: 40px;
}
.avatar-sm {
    height: 3rem;
    width: 3rem
}

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

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

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

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7269ef;
    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%
}

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

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

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

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

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

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

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

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

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

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

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

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

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 4px);
    display: block;
    border: 2px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s
}

.social-list-item:hover {
    color: #7a7f9a;
    background-color: #f5f7fb
}

.w-xs {
    min-width: 80px
}

.w-sm {
    min-width: 95px
}

.w-md {
    min-width: 110px
}

.w-lg {
    min-width: 140px
}

.w-xl {
    min-width: 160px
}

.border-dark {
    border-color: var(--bs-dark) !important
}

.border-light {
    border-color: var(--bs-light) !important
}

[data-bs-theme=dark] .btn-close {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.custom-accordion .card+.card {
    margin-top: .5rem
}

.custom-accordion a i.accor-plus-icon {
    font-size: 16px
}

.custom-accordion a.collapsed i.accor-plus-icon:before {
    content: "\f0142"
}

.accordion-button:after {
    margin-left: auto;
    margin-right: 0
}

.accordion-item {
    background-color: #fff
}

[data-bs-theme=dark] .accordion-item {
    background-color: transparent
}

[data-bs-theme=dark] .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-button-active-color)
}

[data-bs-theme=dark] .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23adb5bd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

[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
}

.custom-checkbox-primary .custom-control-input:checked~.custom-control-label:before,
.custom-radio-primary .custom-control-input:checked~.custom-control-label:before {
    background-color: #7269ef;
    border-color: #7269ef
}

.custom-checkbox-secondary .custom-control-input:checked~.custom-control-label:before,
.custom-radio-secondary .custom-control-input:checked~.custom-control-label:before {
    background-color: #7a7f9a;
    border-color: #7a7f9a
}

.custom-checkbox-success .custom-control-input:checked~.custom-control-label:before,
.custom-radio-success .custom-control-input:checked~.custom-control-label:before {
    background-color: #06d6a0;
    border-color: #06d6a0
}

.custom-checkbox-info .custom-control-input:checked~.custom-control-label:before,
.custom-radio-info .custom-control-input:checked~.custom-control-label:before {
    background-color: #50a5f1;
    border-color: #50a5f1
}

.custom-checkbox-warning .custom-control-input:checked~.custom-control-label:before,
.custom-radio-warning .custom-control-input:checked~.custom-control-label:before {
    background-color: #ffd166;
    border-color: #ffd166
}

.custom-checkbox-danger .custom-control-input:checked~.custom-control-label:before,
.custom-radio-danger .custom-control-input:checked~.custom-control-label:before {
    background-color: #ef476f;
    border-color: #ef476f
}

.custom-checkbox-light .custom-control-input:checked~.custom-control-label:before,
.custom-radio-light .custom-control-input:checked~.custom-control-label:before {
    background-color: #e6ebf5;
    border-color: #e6ebf5
}

.custom-checkbox-dark .custom-control-input:checked~.custom-control-label:before,
.custom-radio-dark .custom-control-input:checked~.custom-control-label:before {
    background-color: #343a40;
    border-color: #343a40
}

.custom-checkbox-dark .custom-control-input:checked~.custom-control-label:before,
.custom-radio-dark .custom-control-input:checked~.custom-control-label:before {
    color: #343a40
}

.custom-control-label {
    cursor: pointer
}

.form-check,
.form-check-input {
    cursor: pointer
}

.custom-switch-md {
    padding-left: 3rem
}

.custom-switch-md .custom-control-label {
    line-height: 20px
}

.custom-switch-md .custom-control-label:before {
    width: 40px;
    height: 20px;
    border-radius: 30px;
    left: -3rem
}

.custom-switch-md .custom-control-label:after {
    width: 16px;
    height: 16px;
    left: calc(-3rem + 2px)
}

.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem)
}

.custom-switch-lg {
    padding-left: 3.75rem
}

.custom-switch-lg .custom-control-label {
    line-height: 24px
}

.custom-switch-lg .custom-control-label:before {
    width: 48px;
    height: 24px;
    border-radius: 30px;
    left: -3.75rem
}

.custom-switch-lg .custom-control-label:after {
    width: 20px;
    height: 20px;
    left: calc(-3.75rem + 2px);
    border-radius: 50%
}

.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem)
}

.custom-control-label::before {
    background-color: var(--bs-body-bg)
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

[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%
}
.navTrigger img.rotate-right{
transform: rotate(360deg);
}
.side-menu {
    min-width: 75px;
    max-width: 75px;
    height: 100vh;
    min-height: 570px;
    background-color: var(--bs-sidebar-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
    display: none;
}
.login-sss {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 50px;
    align-items: center;
    min-height: 100vh;
}
.login-sss-img {
    padding-left: 20px;
}
.login-sss-img img {
    max-width: 100%;
}
/*.modal.show {
    z-index: 1111111;
}
.modal-backdrop.show {
    z-index: 111111;
}*/

@media (min-width:772.98px) {
.loader.loader-at-web{
position: fixed;
  left: 200px;
  }
  }
@media (max-width:991.98px) {
/*.remove_vlose_now_right{
display:block;
}*/
    .side-menu {
        position: fixed;
        bottom: 0;
        height: 60px;
        min-width: 100%;
        min-height: auto;
        display: block;
        border-top: 1px solid var(--bs-border-color)
    }
    .cht-main > .overflow-hidden {
    overflow: auto !important;
}
/*.new_try_class_first .user-chat::before {
    content: "";
    background: rgba(0,0,0,.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}*/
.new_try_class_first .user-chat-topbar {
    z-index: 0;
}
 .new_try_class_first .cht-main .chat-input-section {
   border-radius: 30px 30px 0 0;
/*        position: fixed;*/
        bottom: 70px;
        left: 0;
}
 .new_try_class_first .bgfx.chat-input-section {
   border-radius: 30px 30px 0 0;
/*        position: fixed;*/
        bottom: 0;
        left: 0;
}

.new_try_class_first .modal.fade.show{
    z-index: 111111;
}
}

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

@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
}

.side-menu .theme-mode-icon:before {
    content: var(--bs-theme-mode-icon)
}

.side-menu-nav .nav-item {
    margin: 7px 0
}


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

}

.side-menu-nav .nav-item .nav-link {
    text-align: center;
    font-size: 24px;
    color: var(--bs-sidebar-menu-item-color);
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 0
}

@media (max-width:991.98px) {
    .side-menu-nav .nav-item .nav-link {
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 48px
    }
}

.side-menu-nav .nav-item .nav-link.active {
    background-color: var(--bs-sidebar-menu-item-active-bg);
    color: #7269ef
}

.side-menu-nav .nav-item.show>.nav-link {
    background-color: var(--bs-sidebar-menu-item-active-bg);
    color: #7269ef
}

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

.chat-leftsidebar {
    height: 100vh;
    border-right: 1px solid #E2E2E2;
}

@media (max-width:992px) {
   .checkFollrBOdy .user-chat{
        display: none;
    }
}
@media (min-width:992px) {
 
   .chat-leftsidebar {
    min-width: 430px;
    max-width: 430px;
    position: fixed;
    background: #fff;
    /* z-index: 1; */
}
}

.chat-leftsidebar .user-status-box {
    background-color: var(--bs-light);
    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-search-box .form-control {
    border: 0;
    flex: none;
    width: 80%;
}

.chat-search-box .search-icon-btn {
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: 0
}

.chat-message-list {
    height: calc(104vh - 255px);
}
.choose-cn.chat-message-list {
    height: calc(104vh - 212px);
}
.scroll-mange {
    height: calc(80vh - 44px);
    overflow-y: auto;
}

.desktop-none{
    display: none;
}
.adduser-List{position: relative;}
.adduser-List::after {
    content: "";
    width: 420px;
    height: 66px;
    background: #fff;
    position: fixed;
    bottom: 0;
}
.savebtn {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 66px;
    width: 429px;
}
.adduser-List {
    padding-bottom: 53px;
}

@media (max-width:991.98px) {
    .chat-message-list {
               height: calc(100vh - 220px);
    }
/*    .desktop-none{
    display: inline;
}*/
}

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

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

.dirct-grp{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 20px 0;
}
.dirct-grp a{
	background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000014;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}
.dirct-grp a:hover{
	background: #EEE40A;
}
.dirct-grp a.active{
	background: #EEE40A;
}

.chat-list {
    margin: 0
}

.chat-list li.active a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #00000014;
    border-radius: 13px;
}

.chat-list li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: var(--bs-secondary-color);
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #DDDEE0;
}

.chat-list li a:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #00000014;
    border-radius: 13px;
}
.chat-list li.active a {
    border:none;
}

.chat-list li .chat-user-message {
    font-size: 13px;
}
.chat-list li .chat-user-message img{
	margin-right: 5px;
}
.chat-list li.typing .chat-user-message {
    color: #7269ef;
    font-weight: 500
}

.chat-list li.typing .chat-user-message .dot {
    background-color: #7269ef
}

.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;
    display: none;
}

.chat-user-img {
    position: relative
}

.chat-user-img .user-status {
    width: 10px;
    height: 10px;
    background-color: #adb5bd;
    border-radius: 50%;
    border: 2px solid var(--bs-white);
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    display: none;
}
.cht-wth h5 span{
	font-size: 13px;
	font-weight: 400;
	color: #BCBCBC;
}

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

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

.contact-list li {
    cursor: pointer;
    padding: 10px 20px
}

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

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

.user-chat {
    padding-left: 430px;
   /* background-color: var(--bs-white);
    -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, .12);*/
    -webkit-transition: all .4s;
    transition: all .4s

}

@media (max-width:991.98px) {
    .test4201 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;3
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index:99999;
    }
    .test4201.user-chat-show {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        /*overflow-y: auto !important;*/

    }

}

@media (max-width:991.98px) {
    .user-chat-topbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1
    }
}

.user-chat-nav .nav-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 20px;
    color: var(--bs-secondary-color)
}
.master-css-now {
    padding-left: 420px;
}
.chat-leftsidebar {
    height: 100vh;
    border-right: 1px solid #E2E2E2;
    margin-left: 60px !important;
}
.user-chat.w-100.overflow-hidden.master-css-now{ margin-left: 420px; }
@media (max-width:575.98px) {
   /* .user-chat {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        z-index:99999;
    }*/

    .tester67{
        /*padding-left: 50px;*/
    }
    .chat-leftsidebar{
            margin-left: 0px !important;
    }
    #remove_room + .row{
/*            padding-left: 50px;*/
    }
    .master-css-now {
    padding-left: 60px;
}

.user-chat.w-100.overflow-hidden.master-css-now.user-chat-show {
    padding-left: 0px;
}
.chat-leftsidebar {
    height: 100vh;
    border-right: 1px solid #E2E2E2;
    margin-left: 0;
}
    .user-chat-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.chat-conversation li {
    clear: both
}

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

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

.chat-conversation .chat-day-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 12px
}

.chat-conversation .chat-day-title .title {
    background-color: var(--bs-border-color);
    position: relative;
    font-size: 13px;
    z-index: 1;
    padding: 6px 12px;
    border-radius: 5px
}

.chat-conversation .chat-day-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: var(--bs-border-color);
    top: 10px
}

.chat-conversation .chat-day-title .badge {
    font-size: 12px
}

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

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

.chat-conversation .conversation-list .ctext-wrap-content {
padding: 12px 20px;
    background-color: #EEEEEE;
    border-radius: 20px 20px 20px 0;
    color: #000;
    position: relative;
}

.chat-conversation .conversation-list .ctext-wrap-content:before {
/*    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left-color: var(--bs-primary);
    border-top-color: var(--bs-primary);
    left: 0;
    right: auto;
    bottom: -10px*/
}

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

.chat-conversation .conversation-list .conversation-name {
    font-weight: 500;
    font-size: 14px
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
    font-size: 18px;
    padding: 0px;
    color: #1C3565;
}

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

.chat-conversation .conversation-list .chat-time {
    font-size: 11px;
    margin-top: 7px;
    color: #1C3565;
}

.chat-conversation .conversation-list .message-img {
    border-radius: .2rem;
    position: relative
}

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

.chat-conversation .conversation-list .message-img img {
    max-width: 150px
}

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

.chat-conversation .conversation-list .message-img .message-img-link li>a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center
}

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

.chat-conversation .right .chat-time {

}

.chat-conversation .right .conversation-list {
    float: right;
    text-align: right
}

.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-color: #8FBDFD;
    color: #fff;
    text-align: right;
    border-radius: 20px 20px 8px 20px;
}
.starred-msg{
    position: absolute;
    right: 2px;
    top: 2px;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
    border: 5px solid transparent;
    border-top-color: var(--bs-secondary-bg);
    border-right-color: var(--bs-secondary-bg);
    left: auto;
    right: 0
}

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

.chat-conversation .right .conversation-list .dropdown .dropdown-menu[style] {
    right: 0 !important;
    left: auto !important;	
}
.hirdle-sub{
	background: #7FA9E2;
    font-size: 13px;
    color: #fff;
    margin: 0 -20px -12px;
    padding: 5px 15px;
    text-align: left;
    border-radius: 0px 0px 8px 20px;
}

.dropdown-menu .hirdle-sub{
    margin: 0 0 -12px;

}
.usr-nme{
	font-size: 15px;
	font-weight:500;
}
.prpl{
	color: #7031AE;
}
.orng{
	color: #FFA136;
}
.ad-grpe {
    background: #1C3565 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #0000000D;
    border-radius: 10px;
    padding: 10px 20px;
    color: #ffff;
    position: fixed;
    bottom: 10px;
    left: 133.2px;
    font-size: 17px;
    border: 0;
    z-index: 1;
}
button.ad-grpe {
    left: 166px;
}
.dropdown-menu.show{
    right: 0 !important;
    left: auto !important;	
    background: #F6F6F6 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 60px #1C356566;
	border-radius: 15px 0px 15px 15px;
}
#sidebar .dropdown-menu.show{
    position: inherit !important;
    right: unset !important;
    left: unset !important;	
    background: #fff 0% 0% no-repeat padding-box;
	box-shadow: none;
	border-radius: 0;
    padding: 0 0 0 20px;
    border: none;
    list-style: circle;
    transform: unset !important;

}
#sidebar .dropdown-item {
    padding: 10px 15px;
}

.chat-conversation .right .dot {
    background-color: #343a40
}

.chat-conversation {
    height: calc(100vh - 321px);
}

.sde-mnu .menu-btn {
    position: fixed;
    left: 24px;
    
    background: transparent;
    color: #fff;
    height: 30px;
    width: 35px;
    z-index: 9999;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 99990;
}
#btn:checked ~ .menu-btn {
    left: 290px;
   
}
.sde-mnu .menu-btn i{
  position: absolute;
  transform: ;
  font-size: 23px;
  transition: all 0.3s ease;
}
.sde-mnu .menu-btn i.fa-times{
  opacity: 0;
}
#btn:checked ~ .menu-btn i.fa-times{
  opacity: 1;
  transform: rotate(-180deg);
}
#btn:checked ~ .menu-btn i.fa-bars{
  opacity: 0;
  transform: rotate(180deg);
}
#sidebar {
    position: fixed;
    background: #fff;
    height: 100%;
    width: 428px;
    overflow-x: hidden;
    overflow-y: auto;
    left: -428px;
    transition: all 0.3s ease;
    top: 0;
    z-index: 9999;
}
#btn:checked ~ #sidebar{
    width: 340px;
    left: 0;
}
#btn:checked ~ #sidebar .menu-hover {
    opacity: 1;
}
#sidebar .title{
	line-height: 65px;
    background: #ffffff;
    font-size: 25px;
    font-weight: 600;
    color: #f2f2f2;
    padding-left: 30px;
}
#sidebar .list-items{
    position: relative;
    background: #fff;
    /* width: 100%; */
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0 30px;
}
#sidebar .list-items li{
  line-height: 54px;
  border-bottom: 1px solid #DDDEE0;
  transition: all 0.3s ease;
  position: relative;
}
#sidebar .list-items li:hover{
}

#sidebar .list-items li a{
	color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    width: 100%;
    display: block;
    padding: 3px 0;
    position: relative;
}
#sidebar .list-items li a i{
  margin-right: 20px;
}
#sidebar .list-items li a.nav-link:focus-visible{
    box-shadow: none !important;
}
#sidebar .list-items .icons{
  width: 100%;
  height: 40px;
  text-align: center;
  position: absolute;
  bottom: 100px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar .list-items .icons a{
  height: 100%;
  width: 40px;
  display: block;
  margin: 0 5px;
  font-size: 18px;
  color: #f2f2f2;
  background: #095b63;
  border-radius: 5px;
  border: 1px solid #09484f;
  transition: all 0.3s ease;
}
#sidebar .list-items .icons a:hover{
  background: #124045;
}
.list-items .icons a:first-child{
  margin-left: 0px;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  z-index: -1;
  width: 100%;
  text-align: center;
}
.content .header{
  font-size: 45px;
  font-weight: 700;
}
.content p{
  font-size: 40px;
  font-weight: 700;
}

.rcord-msg{
	background: #F8F9FB;
	border-radius: 20px;
	margin: 3px;
	border: none;
}
.rcord-msg h4{
	font-size: 22px;
	color: #000;
	font-weight: 500;
}
.rcord-msg h4 span{
	color: #9F9F9F;
	font-weight: 400;
}

.rcord-msg-sec{
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 13px;
	color: #585858;
	font-weight: 300;
	position: relative;
}
/*.rcord-msg-sec:after{
	content: '';
	width: 1px;
	height: 100%;
	background: #DEDEDE;
	position: absolute;
	top: 0;
	right: -50px;
}*/
.rcord-btns{
	display: flex;
	justify-content:space-between;
	text-align: center;
	gap:25px;
}
.rcord-btns p{
    margin-bottom: 0 !important;
}
.rcord-msg-sec .sbjt-lin{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #CCCCCC;
	border-radius: 12px;
	height: 60px;
	width: 100%;
	padding: 15px;
}
.modal-content{
	outline: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #0000001F;
    border-radius: 30px;
    padding: 50px; 
    border: none;   
}
.modal-content h3{
	font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}
.yes-nobt{
	display: flex;
	justify-content: space-around;
	gap:20px;

}
.yes-nobt .bten{
	width: 100%;
	border: none;
}
.btn-primary{
	background: #1C3565;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	padding: 8px 20px;
}
.btn-secondary{
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
    color: #1C3565 !important;
    padding: 8px 20px;
    border: 1px solid #1C3565 !important;
}
.cant-fnd{
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    margin: 10px 40px;
    width: 80%;
}
.send-via-eml{
width: 450px;
  left: 30px;
     text-align: center;
    padding: 10px 40px;
   
    position: fixed;
    margin: 0;
    bottom: 0;
    background: #fff;

}

.snd-via{
	background: #1C3565 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #0000000D;
    border-radius: 10px;
    padding: 10px 20px;
    color: #ffff;    
    font-size: 17px;
    display: block;
    margin-top: 20px;
}
.form-check-input{
	width: 22px;
    height: 22px;
	border: 1px solid #BEBEBE;
    border-radius: 5px;
	--bs-form-check-bg: #ffffff;
}
.form-check-input:checked {
    background-color: #1C3565;
    border-color: #1C3565;
}
.form-check-input:focus {
    box-shadow: none;
}


.radiobuttons{
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.rdio {
  position: relative;
  display: flex;
  gap:;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label {
    padding-left: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.rdio label:before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #B2B2B2;
    background: #fff;
}
}
.rdio input[type=radio] {
  margin: 0px;
}
.rdio input[type=radio]:disabled + label {
  color: #999;
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #fbc52d;
}
.rdio input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    display: inline-block;
    width: 11px;
    height: 9px;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}

.rdio-primary input[type=radio]:checked + label:before {
    border-color: #1C3565;
    background: #1C3565;
}
.rdio-primary input[type=radio]:checked + label::after {
    background-color: transparent;
    background-image: url(../images/tick-w.svg);
    background-size: cover;
}
.form-floating>.form-control{
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    color: #000;
    font-size: 16px;
    padding: 10px 40px 10px 15px;
    font-weight: 500;
}
.form-floating>.form-control:focus{
    border-color: #EEE40A;
    border: 1px solid #EEE40A;
}
.form-floating label{
    font-size: 12px !important;
    color: #747474;
    font-weight: 400;
}
.form-floating label::after{
    background-color: #fff !important; 
    
}
.form-floating small{
    position: absolute;
    top: 16px;
    right: 16px;
}
.snd-via-mail .btn-close{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.logn-bg{
    background-image: url(../images/logn-bg.png);
    background-size: cover;    
}
.logn-bg-mn{
    width: 600px;
    /*height: 670px;*/
    background: #1C3565 0% 0% no-repeat padding-box;
    border-radius: 40px;
    padding: 50px;
}
.logn-bg-mn .btn-primary{
    background: #8FBDFD;
    height: 70px;
    color: #1C3565;
    font-weight: 500;
}
.logn-bg-mn .form-floating>.form-control{
    min-height: 70px;
    border: transparent;
}
.logn-bg-mn .form-floating>label{
    top: 10px;
}
.logn-bg-mn .div_phone_div small {
    top: 23px;
    right: 20px;
}
.logn-bg-mn .rdio label {
    color: #ffffff;
}
.logn-bg-mn .rdio label:before {
    border: 1px solid transparent;
}
.logn-bg-mn .rdio-primary input[type=radio]:checked + label:before{
    border-color: #8FBDFD;
    background: #8FBDFD;
}
.lgn-hdr{
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #495D84;
    padding-bottom: 40px;
    display: block;
}
.logn-bg-mn h3{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 0;
}
.logn-bg-mn p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
.dnt-hve-act{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 90px;
}
.dnt-hve-act a{
    color: #8FBDFD;
    font-weight: 500;
}
.container {
    max-width: 1400px;
}

.inputs input {
    width: 100%;
    height: 70px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
    font-size: 25px;
    color: #000;
    border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.form-control:focus {
    box-shadow: none;
    border:none;
}
.succes-popp{
    text-align: center;
}
.succes-popp .modal-content h3 {
    margin:20px 0;
    font-size: 35px;
}
.succes-popp .modal-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.succes-popp .yes-nobt .bten{
    height: 60px;
}
.choose-cnt h4 {
    margin: 20px 22px 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
.choose-cnt h4 a{
    font-size: 13px;
    color: #5C9BF2;
    font-weight: 400;
}
.slctd-mem{
    display: flex;
    padding: 20px 0 0 25px;
    gap: 20px;
  
    overflow-x: auto;
}

.slctd-mem::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.slctd-mem::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.slctd-mem::-webkit-scrollbar-thumb {
    background: #888; 
}
.slctd-mem::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


.mem-sle{
    position: relative;
    font-size: 12px;
    color: #000;
    text-align: center;
}
.mem-sle img{
    display: block;
}
.slctd-mem a{
    position: absolute;
    right: -3px;
    top: 2px;
}
.cnt-detls .form-check-input[type=checkbox] {
    border-radius: 40px;
}
.chat-list li a h5 span{
    display: block;
    color: #747474;
    font-size: 12px;
    font-weight: 300;
}
.chat-list li ul{
    list-style: none;
}
.crte-grp-in {
    display: flex;
    margin: 20px 20px 0px 20px;
    align-items: center;
}
.crte-grp-in img{
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.crte-grp-in input{
    border: none;
    border-bottom: 1px solid #E5E5E5;
    background: transparent;
    width: 100%;
    margin-left: 18px;
    position: relative;
    font-size: 18px;
    color: #000;
}
.crte-grp-in input:focus{
    outline: none;
    box-shadow: none;
}
.crte-grp-in span{
    position: absolute;
    top: 33px;
    right: 30px;
    font-size: 14px;
    color: #959595;
}
.crte-grp-in a{
    background: #1C3565;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    padding: 6px 20px;
}
.qr-shr-mn{
    text-align: center;
    padding:40px;
}
.qr-shr-mn h4{
    font-size: 18px;
    margin-bottom: 50px;
}
.qr-shr-mn p{
    font-size: 13px;
    margin-bottom: 35px;
    color: #1C3565;
    margin-top: 10px;
}
.qr-cod-bg{
    background: url(../images/qr-bg.svg);
    width: 219.21px;
    height: 217.21px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    margin: 0 auto;
}
.qr-cod-bg1 {
    background: url(../images/qr_code_code.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 118.21px; */
    /* width: 121.21px; */
    display: flex;
    align-items: center;
    padding: 20px;
}

.float-right-by-sn{
text-align:right;
}

.mm_slider1 .chat-input-section1212.swiper-box img, .mm_slider2 .chat-input-section1212.swiper-box img {
    width: 65px;
    text-align: center;
    position: relative;
    /* top: 5px; */
}
.mm_slider1 .chat-input-section1212.swiper-box  .qr-cod-bg1 img, .mm_slider2 .chat-input-section1212.swiper-box  .qr-cod-bg1 img {

    top: 5px;
}
 
.qr-cod-bg img {
    flex: none;
    max-width: 100%;
}
.snd-bten{
    display: flex;
    justify-content: center;
    gap:20px;
}
.snd-bten a{
    background: #1C3565 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    padding: 8px 30px;
}
.socl-med{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C9C9C9;
    border-radius: 20px;
    padding: 35px;
    display: inline-block;
    margin-top: 70px;
    position: relative;
    margin-bottom: 50px;
}
.socl-med:after {
    content: 'Share to';
    font-size: 15px;
    color: #000;
    background: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    text-transform: uppercase;
    font-weight: 500;
    padding: 3px 7px;
    transform: translateX(-50%);
}
.socl-med ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.socl-med ul li{
    display: inline-block;
    margin: 0 25px;
}
.socl-med ul li a{
    font-size: 13px;
    color: #000;
}
.socl-med ul li a img{
    display: block;
    margin: 0 auto;
}

.avatar-upload {
    position: relative;
    max-width: 380px;
    margin: 0px auto 30px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 0px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
    display: block;
    width: 300px;
    height: 300px;
    margin-bottom: 0;
    border-radius: 5%;
    background: transparent;
    cursor: pointer;
}
.avatar-upload .avatar-edit input + label:hover {

}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  display: none;
}
.avatar-upload .avatar-preview {
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 5%;
}
.avatar-upload .avatar-preview > div {
  width: 300px;
  height: 300px;
  border-radius: 5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.profile-card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 25px #00000014;
    border-radius: 35px;
    padding: 30px 50px 30px 50px;
    max-width: 785px;
    margin: 60px auto 70px;
}
.profile-card-det{
    text-align: center;
    margin: -100px 0 0;
   
}
.profile-card-det > img{
    border-radius: 100%; 
     width: 150px;
    height: 150px;
}
.profile-card ul{
    list-style: none;
    padding: 0;
    margin: 30px 10px;
}
.profile-card ul li{
    font-size: 16px;
    display: flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding: 18px 10px;
    color: #000;
    font-weight: 500;
    align-items: center;
}
.profile-card ul li img{
    margin-right: 10px;
}
.profile-card ul li span{
    color: #3A3A3A;
    font-size: 12px;
    display: block;
    margin-left: 32px;
    font-weight: 300;
}
.profile-card ul li a{
    color: #000;
}
.form-check-input {
  clear: left;
}
.prof-piic{
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
}
.prof-piic > img{
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prof-piic a{
    position: absolute;
    right: 0;
    bottom: 8px;
}

.form-switch.form-switch-sm .form-check-input {
  height: 18px;
  width: calc(1.6rem + 0.75rem);
  border-radius: 2rem;
}
.edt-prfl{
    background: #1C3565 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font-size: 15px;
    color: #fff;
    padding: 5px 15px;
}
.crt-voctg{
    max-width: 450px;
    margin: 0 auto;
}
.crt-voctg .snd-bten a{
    background: #8FBDFD 0% 0% no-repeat padding-box;
    border-radius: 15px;
    color: #1C3565;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding: 18px;
}

.my_btn_css{
    background: #8FBDFD 0% 0% no-repeat padding-box;
    border-radius: 15px;
    color: #1C3565;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 18px;
}
.crt-tge{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.crt-tge a {
    width: 60px;
    height: 60px;
    background: #1C3565 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000014;
    padding: 0px 17px;
   /* border-radius: 50%; */
    border-radius: 20%;
    display: inline-block;
    outline: 5px solid #E5F0FF !important;
    text-align: center;
    line-height: 60px;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 12px 15px;
    border: 1px dashed #000;
    border-radius: 3px;
    transition: 0.2s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px dashed #CCCCCC;
    border-radius: 12px; 
    margin-bottom: 20px;
}

.choose-file-button {
    padding: 8px 8px;
    margin-right: 10px;
    font-size: 16px;
    color: #747474;
}
.file-message {
    position: absolute;
    right: 20px;
}
.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;  
}
.voicetag{
    padding: 35px;
}
.voicetag .table{
    --bs-table-bg: transparent;
}
.voicetag table th{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-right: 22px;
}
.voicetag table td{
    font-size: 14px;
    color: #000;
    padding: 20px 8px;
    vertical-align: middle;
   vertical-align: -webkit-baseline-middle;
}
.voicetag table td ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.voicetag table td ul li{
    display: inline-block;
    margin-right: 13px;
}
.voicetag table td ul li:last-child{
    margin-right: 0;
    border-left: 1px solid #E5E5E5;
    padding-left: 13px;
}
.inact {
    background: #F3EC40;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    padding: 3px 10px;
}
.acti{
    background: #8FBDFD;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    padding: 3px 10px;
}
.voicetag-hd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.voicetag-hd h4{
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.voicetag-rht{
    display: flex;
    align-items: center;
}
.voicetag-rht a{
    background: #EEE40A;
    box-shadow: 0px 3px 15px #00000014;
    border-radius: 10px;
    color: #000;
    flex: none;
    font-size: 16px;
    padding: 8px 15px;
    font-weight: 500;
    margin-left: 15px;
}
.voicetag-rht .form-select{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    color: #747474;
    font-size: 14px;
    padding: 11px 30px 11px 11px;
    margin-right: 20px;
}
.voicetag-rht label{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    flex: none;
    margin-right: 15px;
}
.ply-hir{

}
.ply-hir h5{
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.ply-hir p{
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.all-actn{
    display: flex;
    gap:15px;
    justify-content: center;
}
.all-actn a{
    background: #FFFFFF;
    box-shadow: 0px 3px 15px #00000014;
    border: 1px solid #8FBDFD;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding: 9px;
    text-align: center;
}
.all-actn a:hover, .all-actn a.active{
    background:#1C3565;
    border: 1px solid #1C3565;
        color: #fff;
}
.all-actn a:hover img, .all-actn a.active img{
    filter: invert(1);
}
.all-actn a img{
    height: 18px;
}

.text-wrap {
  position: relative;
}

.text-wrap textarea {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    min-height: 160px;
    margin-top: 25px;
    padding: 15px;
}
textarea::-webkit-scrollbar {
    width: 4px;
}
textarea::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
textarea::-webkit-scrollbar-thumb {
    background: #888; 
}
textarea::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.clipboard.icon {
    position: absolute;
    top: 39px;
    right: 15px;
}

.drop-zone {
    height: 200px;
    padding: 52px 25px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    color: #000;
    background: #FFFFFF;
    border: 1px dashed #CCCCCC;
    border-radius: 20px;
    margin-bottom: 20px;
}
.dwd-exl{
    font-size: 13px;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #000;
}
.drop-zone__prompt{
    display: block;
    margin-top: 15px;
}
.drop-zone--over {
  border-style: solid;
}
.drop-zone small{
    color: #4B4B4B;
    font-size: 11px;
}
.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  /*width: 100%;
  height: 100%;*/
  border-radius: 10px;
  overflow: hidden;
  /*background-color: #cccccc;*/
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.form-floating>label{
    z-index: 1;
}
.mapng .modal-content{
    padding: 30px 50px 50px 50px;
}
.mapng .modal-content h3{
    font-size: 24px;
}
.mapng .btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.8;
    width: 20px;
    height: 20px;
    background-size: 16px;
}
.mapn-fld{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.mapn-fld .form-select{
    background-color: transparent;
    border: 1px solid #CEDCF5;
    border-radius: 8px;
    background-size: 18px 14px;
    width: 220px;
}
.modal-dialog-centered{justify-content: center;}
.contactListss {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.contactListss form {
    width: 100%;
}

.remove_vlose_now_right {
    font-weight: normal !important;
    font-size: 32px;
    line-height: 1;
    margin-top: -25px;
}
.play_hardil_content .chat-list {
    width: 100%;
}


@media (max-width:991.98px) {
       .chat-conversation {
        height: calc(100vh - 278px);
        margin-top: 0;
        margin-bottom: 0;
    }
    .backTag h4 {
    margin-bottom: 9px;
}
.backTag {
    justify-content: center;
    margin-bottom: 20px;
}


}

.chat-input-section {
    gap: 10px !important;
}
.chat-input-section a{
    width: 60px;
    height: 60px;
    background: #1C3565 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000014;
    padding: 0px 10px;
     /* border-radius: 50%; */
    border-radius: 20%;
    display: inline-block;
    outline: 7px solid #E5F0FF !important;
    text-align: center;
    line-height: 60px;
}
.chat-input-section1212 a{
    width: 60px;
    height: 60px;
    background: #1C3565 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000014;
    padding: 0px 10px;
     /* border-radius: 50%; */
    border-radius: 20%;
    display: inline-block;
    outline: 7px solid #E5F0FF !important;
    text-align: center;
    line-height: 60px;
}
.chat-input-section a.pause{
    outline: 7px solid #eee40a !important;
}
.chat-input-section a.Pause{
    outline: 7px solid #eee40a !important;
}
.chat-input-section a img {
    margin: 0 !important;
    max-width: 28px;
    max-height: 28px;
}
.chat-input-section1212 a img {
    margin: 0 !important;
    max-width: 28px;
    max-height: 28px;
}
a.del-btt{
	width: 44px;
    height: 44px;
    background: #1C3565 0% 0% no-repeat padding-box;
    border-radius: 10px;
    outline: 0 !important;
    padding: 10px;
    line-height: 22px;
    margin-left: 10px;
}


@media (max-width:991.98px) {
    .chat-input-section {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-color: #fff;
    }

}

.cht-main{
    margin:-42px 30px 20px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000014;
    border-radius: 20px;
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    z-index: 111111;
}
.cht-hdr{
    background: #1C3565;
   
    height: 200px;
    display: block;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    align-items: flex-start;
}
.logo-prt{
    display: flex;    
    align-items: center;
}

.logo-prt p{
    font-size: 16px;
    color: #fff;
    margin: 0;
    border-left: 1px solid #617294;
    margin-left: 25px;
    padding-left: 25px;
}
.hdr-rgt-prt a{
    margin-right: 20px;
}
.profile-user-dropdown a{
    margin-right: 0px;
}
.chat-input-links .list-inline-item:not(:last-child) {
    margin: 0
}
.chat-search-box{
    background: transparent;
    /*box-shadow: 0px 3px 15px #D7D9D8;*/
    border: 1.5px solid #D7D9D8;
    border-radius: 28px;
    height: 56px;
	padding: 6px 0;
}
.chat-search-box .form-control {
    background: transparent;
    font-size: 13px;
    padding-left: 6px;
}
.chat-search-box .input-group-text {
    background-color: transparent;
    border: none;
    border-radius: .25rem;
}

.animate-typing .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: -1px;
    background: #fff;
    -webkit-animation: wave 1.3s linear infinite;
    animation: wave 1.3s linear infinite;
    opacity: .6
}

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

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

@-webkit-keyframes wave {
    0%,
    100%,
    60% {
        -webkit-transform: initial;
        transform: initial
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes wave {
    0%,
    100%,
    60% {
        -webkit-transform: initial;
        transform: initial
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.user-profile-sidebar {
    height: 100vh;
    background-color: var(--bs-white);
    display: none;
    min-width: 380px;
    max-width: 380px
}


.mobile-full-chat {
    height: auto;
}


@media (max-width:992px) {
    .sde-mnu .menu-btn {
                top: 34px !important;
        left: 10px;
    }
    #btn:checked ~ .menu-btn {
        left: 290px;
        top: 18px;
    }
    .cht-hdr { 
    padding: 40px 40px 40px 60px; 
}
  
}
@media (min-width:992px) {
    .sde-mnu .menu-btn {
        bottom: 26px;
    }

    .user-profile-sidebar {
        border-left: 4px solid var(--bs-border-color)
    }
   
  
}

@media (max-width:1299.98px) {
.mm_slider1 .swiper-box, .mm_slider2 .swiper-box  {
    /* flex-direction: column-reverse; */
    gap: 15px;
}
}

@media (max-width:1199.98px) {
    .user-profile-sidebar {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99
    }
    .send-via-eml {
    width: 329px;
}

    .cht-main {
    margin: -42px 0px 20px 0px;
    border-radius: 0;
}
    .user-chat-topbar {
        position: relative;
    }
     .mobile-full-chat {
    height: calc(100vh - 162px);
}
.chat-leftsidebar {
    min-width: 330px;
    max-width: 330px;
}
.lft-top h4 {
    font-size: 22px;
}
.navTrigger {
    top: -4px;
    bottom: 0;
}
.adduser-List::after {
    width: 320px;
}
.savebtn {
    width: 329px;
}
.ad-grpe {
    left: 83.2px;
}
button.ad-grpe {
    left: 116px;
}
 
#sidebar {
    width: 70px;
    left: 0;
}
#btn:checked ~ .menu-btn {
    left: 28px;
}
}
.user-chat {
    padding-left: 70px;
}
#sidebar {
        width: 70px;
        left: 0;
    }
    #btn:checked ~ #sidebar {
    width: 340px;
    left: 0;
}
@media (max-width:575.98px) {
    .user-profile-sidebar {
        min-width: 100%
    }
    .socl-med ul {
    flex-wrap: wrap;
    gap: 15px;
}
.socl-med ul li {
    flex: 0 0 35%;
}
.socl-med ul li {
    margin: 0 !important;
}
}

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

@media (min-width:991.98px) {
.web-none{
display:none;
}
}

@media (max-width:991.98px) {
    .user-profile-desc {
        height: calc(100vh - 324px)
    }
    .cht-main {
    height: 100%;
}
.cht-hdr .logo-prt + a img[height="100"] {
    max-height: 70px;
    max-width: 240px;
    margin-top: 0;
}
.cht-hdr {
    padding: 25px 40px 25px 60px;
    align-items: center;
        height: 100px;
}
.cht-main {
    margin: 0;
}
.send-via-eml {
    width: 100%;
}
    .mobile-none{
    display: none;
}
.login-sss {
    padding: 50px;
    display: block;
}
.logn-bg-mn {
    
    margin: auto;
}
.ad-grpe { 
    position: fixed; 
}
.chat-leftsidebar {
    min-width: 100%;
    max-width: 100%;
}
#sidebar {
    width: 100%;
    left: -100%;
}
#btn:checked ~ .menu-btn {
    left: 30px;
    right: 20px;
}
.adduser-List::after {
    width: calc(100% - 10px);
}
.ad-grpe {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
.savebtn {
    width: 100%;
}
button.ad-grpe {
    left: 50%;
    transform: translateX(-50%);
}
#sidebar .list-items {
    overflow: auto;
    padding-bottom: 100px;
}
.user-chat {
    padding-left: 0;
}
}

.auth-logo .logo {
    margin: 0 auto
}

.auth-logo .logo-dark {
    display: block
}

.auth-logo .logo-light {
    display: none
}

[data-bs-theme=dark] .auth-logo .logo-dark {
    display: none
}

[data-bs-theme=dark] .auth-logo .logo-light {
    display: block
}
::-webkit-scrollbar{
    width: 0px; 
}

.record-start-bars{
    width: 60%;
}

.category_table td:last-child {
    width: 80px;
}
@media screen and (max-width: 767px) {
    .sde-mnu .menu-btn {
                top: 24px !important;
    }
    .mm_slider1 .swiper-box, .mm_slider2 .swiper-box  {
    flex-direction: row;
    gap: 10px;
}
    .qr-cod-bg {
    margin: 21px auto 0;
}
    .navTrigger { 
    right: 46px; 
}
    .cht-main {
    margin: 0;
    border-radius: 0;
}
.chat-input-section a {
    position: relative;
    z-index: 11;
}
.chat-input-section1212 a {
    position: relative;
    z-index: 11;
}
.crt-voctg {
    margin: 0px auto 0;
}
     .chat-conversation {
    height: calc(92vh - 182px);
    overflow-x: hidden !important;
}
.list-unstyled{overflow: auto;}

.loader{margin: 0 auto;}
     .mobile-full-chat {
    height: calc(100vh - 58px);
}
.profile-card ul li span {
    padding-right: 5px;
}
 .mobile-full-chat .scroll-mange {
    height: calc(100vh - 164px); 
}
.cht-hdr{
    padding: 20px 20px 20px 50px;
    align-items: center;
    height: 80px;
}
    .cht-hdr.default .logo-prt{
    display: none;
} 
.voicetag-hd h5 {
    padding-left: 0px !important;
}
    .simplebar-content {
        padding-top: 10px !important;
/*        margin-top: 40px;*/
    }
    .user-chat .mm_slider1, .user-chat .mm_slider2 {
    visibility: visible !important;
}

.rcord-msg-sec {
    display: block;
}
.rcord-msg-sec img{
    max-width: 100%;
}
.rcord-btns {
    display: block;
    margin-top: 20px;
}
.rcord-btns p{
    display: inline-block;
    margin: 0 12px;
}
.rcord-msg h4 {
    text-align: center;
}
.logn-bg-mn {
    width: 100%;
}

 .record-start-bars{
    width: 100%;
    margin-top: 20px;
}
.sde-mnu{
    position: relative;
    z-index: 99999;
}


}
@media screen and (max-width: 575px) {
.profile-card {
    padding: 30px 10px 10px 10px;
}
    /*body{
        overflow: hidden;
    }*/
    .logn-bg-mn {
        padding:40px 20px;
    }
    .inputs input {
    width: 100%;
    height: 50px; 
            padding: 0; 
}
.mm_slider1, .mm_slider2 {
    padding: 0 15px;
}
.cht-hdr .logo-prt + a img[height="100"] {
    max-height: 50px;
    max-width: 180px;
}
.logo-prt a img {
    width: 90px;
}
.profile-card-det > img, .prof-piic {
    width: 90px;
    height: 90px;
}
.prof-piic a {
    right: -4px;
    bottom: -2px;
}
.main-page-title-bold {
    font-size: 22px !important;
}
.qr-shr-mn{padding: 30px;}
.profile-card ul {
    margin: 30px 5px 0;
}
.profile-card ul li div {
    font-size: 15px;
}
.profile-card ul li:last-child {
    margin: 0;
    border: 0;
}
.profile-card-det {
    margin: -70px 0 0;
}
.logo-prt p {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 13px;
    white-space: nowrap;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#sidebar {
    width: 100%;
    left: -100%;
}
#btn:checked ~ .menu-btn {
    left: 85%;
    top: 18px;
}
    .simplebar-content { 
        padding-bottom: 50px !important;
    }
}

 .navTrigger {cursor: pointer;
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin: auto; 
    right: 0px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #000;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    position: relative !important;
    height: 2px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
    top: -2px;
}
.navTrigger.active i{
    background: #303030;
}
.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
    display: none;
}


@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}



@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}



@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}



@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}


@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}



@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}


.media_players,.media_player{
display:flex;
align-items:center;
}
.media_players span{
width:100%;
}
.media_player span{
width:100%;
}
.ctext-wrap-content{
min-width:250px;
}
.canvases{
left: 20px;
    position: relative;
}
.invisbles{
    color: var(--bs-dark);
    font-weight: 500;
    font-size: 1.3125rem;
    border:none;
        border-bottom: 1px solid;
    text-align:center;
}
.invisbles1,
.invisbles2{
    color: var(--bs-dark);
    font-weight: 500;
    font-size: 16px;
    border:none;
        border-bottom: 1px solid #000;
   
}
.invisbles1:focus,
.invisbles2:focus{
    outline: none ;
}

.ps-1#basic-addon1{
display:none;
}
.div_phone_div{
display:none;}

.modal-backdrop {
    z-index: 0;
}

@media (max-width:1550px) {


    .dnt-hve-act {
    margin-top: 40px;
}

}

.modal-backdrop { 
    width: 100%;
    height: 100%; 
}

@media(min-width: 992px){
.tgvfd{
    position: relative;
    top: -154px;
    }
    
    }
@media(max-width: 992px){
.tgvfd{
    position: relative;
    top: -154px;
    }
.slider-section .heding-title{
    margin-bottom: 27px;
}
.slider-section .swiper-container{
overflow:visible;
}
}



@media(max-width: 767.98px){
.swiper-slide{
width:230px;
}
    .slider-section .heding-title {
        padding: 10px 10px !important;
        margin-bottom: 0;
    }
    .chat-input-section.swiper-box img {
    width: 60px;
}
.slider-section .chat-input-section a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.chat-input-section a img {
    margin: 0 !important;
    max-width: 18px;
    max-height: 18px;
    line-height: 40px;
}

    .chat-input-section1212.swiper-box img {
    width: 60px;
}
.slider-section .chat-input-section1212 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.chat-input-section1212 a img {
    margin: 0 !important;
    max-width: 18px;
    max-height: 18px;
    line-height: 40px;
}
a.arrow-icon-all div svg {
    margin-bottom: 10px;
    width: 32px;
    height: 32px;
}
.swiper-container {  
    overflow: visible !important;
     
}
.slider-section .swiper-slide { 
    margin-bottom: 20px;
}
.login-sss-img {
    padding-left: 0;
}
#btn:checked ~ .menu-btn {
    z-index: 111 !important;
}
.socl-med ul li {
    margin: 0 10px;
}
.slider-section {
    padding: 0 !important;
}
.chat-input-section.swiper-box {
    justify-content: space-between;
    align-items: center;
    position: relative !important;
}
.chat-input-section1212.swiper-box {
    justify-content: space-between;
    align-items: center;
    position: relative !important;
}
    .navTrigger {
        right: 20px;
    }

}



#sidebar .list-items .nav-item .nav-item {
    width: 100%;
}

#sidebar .list-items .nav-item .nav-item {
    line-height: 2.3;
}

#sidebar .list-items .nav-item .nav-item:last-child {
    border: 0;
}

.play_hardil_content.send-audio-popup {
    height: calc(100vh - 360px);
    overflow: auto;
    margin-bottom: 20px;
    padding: 0 15px;
}


.actions-TAB a{
font-size:17px;
margin:2px;
}

.chat-leftsidebar  {
    display: none;
}

.menu-hover {
    position: absolute;
    opacity: 0;
    min-width: max-content;
    background: #fff;
    padding: 0px 15px;
    border-radius: 10px;

}
.swiper-wrapper{z-index: 0;}

.swiper-container {
  z-index: 0 !important;
  }
 
.slider-section {
    padding: 40px 0px 40px 60px;
}

a.arrow-icon-all {
    font-size: 20px;
    font-weight: 600;
    color: #1c3565;
}

 
a.arrow-icon-all div svg {
    margin-bottom: 10px;
}
.slider-section .heding-title {
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0px;
}
.chat-input-section.swiper-box {
    justify-content: space-between;
    align-items: center;
}
.chat-input-section.swiper-box img {
    width: 80px;
}
 
 .chat-input-section.swiper-box p {
    margin-bottom: 0px;
}

/* .chat-input-section1212.swiper-box {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
} */
.chat-input-section1212.swiper-box {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}
.chat-input-section1212.swiper-box img {
    width: 95px;
    text-align: center;
}
 
 .chat-input-section1212.swiper-box p {
    margin-bottom: 0px;
}
.audio-caption h3 {
    font-size: 16px;
    padding: 10px 0px;
}
.slider-section .swiper-slide .rcord-msg {
    margin: 0px;
}
.slider-section .swiper-slide {
    border: 1px solid #ccc;
    border-radius: 20px;
    flex: 0 0 auto  ;
    min-height: 181px;
    margin-right: 0 !important;
}
.slider-section  .chat-input-section a {
    width: 50px;
    height: 50px; 
    line-height: 50px;
}
.slider-section  .chat-input-section1212 a {
    width: 50px;
    height: 50px; 
    line-height: 50px;
}
#sidebar .nav {
    position: absolute;
    min-width: 150px;
    background: #fff;
    padding: 0px 15px;
    border-radius: 10px;
    top: 10px;
    left: 80px;
    z-index: 9999;
    border: 1px solid #bbb;
}
.tooltip-inner {
    margin-left: 27px;
    background-color: #1c3565;
}
.group_list{
display:none;
}
.navTrigger img{
    transform: rotate(180deg);
    }
#btn:checked ~ #sidebar .list-items li a:hover > .menu-hover {
    padding: 0;
    margin: 0px;
     transition: all 0.5s; 
    /* line-height: 56px; */
    top: 3px;
    left: 43px;
}

.slider-section .swiper-slide .audio-caption b{
  overflow-wrap: anywhere;
   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 6px;
}


.flex-rapid-class-margin{
margin-left:290px;

}

.qr-shr-mn .tag-qr-title{
        font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 6px;
}


.crt-voctg .profile-card-det {
    margin: 0;
}


/*@media screen and (max-width: 1400px){
    .rcord-msg-sec{
        display: block;
    }
}*/

.voicetag table td i.fa.fa-arrow-circle-left.matter_changer_but_ {
    font-size: 20px;
}

.tab-modl{
    border: 1px solid #d5d5d5;
    border-radius: 50px;
    padding: 6px;
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.tab-modl .matter-on-the-btn{
    background-color: transparent;
    border: 0;
    padding: 8px 20px;
    border-radius: 60px;
    color: #000;
    width: 100%;
}
.tab-modl .matter-on-the-btn.btn-success{
    background-color: #7269ef;
    color: #fff;
}

.btn-cls-mdl {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
}

#view_history_modal h3{
    margin-bottom: 15px;
    font-size: 20px;
}
.content-list-ul ul{
    list-style: none;
}
.content-list-ul ul li {
    border-bottom: 1px solid #d5d5d5;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}
#view_history_modal .dialog-center{
    max-width: 600px;
}

.swiper-wrapper{
    gap: 28px;
}

    .dragger-boss{
        margin-left: 340px !important;

    }
    .dragger-boss-2{
        margin-left: 700px !important;
    }
    
    .after_a_tommorow2{
    text-align:left;
    }
    .main-page-title-bold{
        font-size: 24px !important;
    color: #000 !important ;
    font-weight: 500 !important;
    }
    
.voicetag-hd .d-flex.align-items-center {
    display: block !important;
}

.after_a_tommorow{
padding:0 0 15px !important;
display: block;
}

.voicetag-hd .d-flex.align-items-center a{
padding:0 0 15px !important;
display: block;
}
.modalouter{
    font-family: Arial, sans-serif; background-color: #f0f0f0; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0;
}
.modalmain{
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);
}

.despacito{
align-items:center;

}
.despacito .form-check-label {
    align-items: center;
}

.despacito .form-check-input{
    border-radius: 50%;
    width: 15px;
    height: 15px;

}
.despacito {
    gap: 12px;
}
.despacito .form-check-input {
    margin: 0;
}
.check_right .form-check-label {
	float: right;
}

.beauti-ful-css{
margin-top:5px;
}
.beauti-ful-css p{
font-size: 12px;
    color: #000;
    text-align: left; 
    margin-bottom: 0px;
}
#modalbdsrf .chat-list li a,.snd-via-mail .chat-list li a{padding: 15px 0;}
.search_contact_keyword {
	border: 1px solid #ddd;
	margin: 5px 0 20px;
}
.beauti-ful-css {
	padding: 10px 0 25px;
	display: inline-block;
}

.ply-hir h5.modaltxtHeading {
	font-size: 20px;
	text-align: left;
}
.play_hardil_sscontent.send-audio-popup {
  height: calc(100vh - 360px);
  overflow: auto;
  margin-bottom: 20px;
}

/* Base styles for the DataTable pagination */
.dataTables_wrapper .dataTables_paginate {
    margin: 20px 0;
  text-align: end;
}

/* Style the pagination links */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #1C3565; /* Border color */
    border-radius: 4px; /* Rounded corners */
    background-color: #1C3565; /* Background color */
    color: #fff; /* Text color */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s, color 0.3s; /* Transition effects */
}

/* Style the active page button */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #007bff; /* Active button background */
    color: white; /* Active button text color */
    border: 1px solid #007bff; /* Active button border */
}

/* Style on hover */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #0056b3; /* Hover background color */
    color: white; /* Hover text color */
}

/* Hide the pagination if there's only one page */
.dataTables_wrapper .dataTables_paginate.disabled {
    display: none;
}


/* Base styles for DataTable header */
.dataTables_wrapper .dataTable thead th {

    background-color: #1C3565;
  color: white;
  padding: 11px 6px;
  text-align: left;
  font-weight: bold;
  position: relative;
  vertical-align: baseline;
}

/* Sorting indicator */
.dataTables_wrapper .dataTable thead th.sorting:after,
.dataTables_wrapper .dataTable thead th.sorting_asc:after,
.dataTables_wrapper .dataTable thead th.sorting_desc:after {
   /* content: ""; 
    position: absolute; 
    right: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 0;
    height: 0; 
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent;*/

    content: "";
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-top: 0;
    display: inline-block;
}

/* Ascending sort arrow */
.dataTables_wrapper .dataTable thead th.sorting_asc:after {
    border-bottom: 5px solid white; /* White arrow for ascending sort */
}

/* Descending sort arrow */
.dataTables_wrapper .dataTable thead th.sorting_desc:after {
    border-top: 5px solid white; /* White arrow for descending sort */
}

/* Hover effect on header */
.dataTables_wrapper .dataTable thead th:hover {
    background-color: #1C3565; /* Darker blue on hover */
    cursor: pointer; /* Pointer cursor to indicate sortable */
}

#entriesPerPage {
    padding: 5px; /* Padding for dropdown */
    border: 1px solid #007bff; /* Border color */
    border-radius: 4px; /* Rounded corners */
    background-color: #f8f9fa; /* Background color */
    color: #007bff; /* Text color */
    font-weight: bold; /* Bold text */
    margin-left: 10px; /* Space between label and dropdown */
    transition: background-color 0.3s; /* Transition for background color */
}

/* Hover effect for dropdown */
#entriesPerPage:hover {
    background-color: #e0e0e0; /* Change background on hover */
}

body:has(.flex-rapid-class-margin) .tooltip-inner {
    display: none;
}
.snd-bten a.disabled_send_btn{
background:#777;
color:#000;
}
@media(max-width: 1600px){
    .mm_slider1 .chat-input-section1212.swiper-box img, .mm_slider2 .chat-input-section1212.swiper-box img {
        width: 40px !important;
        position: relative;
        /* top: 3px; */
        left: 0px;
    }
    .mm_slider1 .chat-input-section1212.swiper-box .qr-cod-bg1 img, .mm_slider2 .chat-input-section1212.swiper-box .qr-cod-bg1 img {
        top: 3px;
    }
.qr-cod-bg1{
margin-left:10px;
}
}
@media(max-width: 1400px){
    .qr-cod-bg1 {
        padding: 12px;
    }
    .mm_slider1 .chat-input-section1212.swiper-box img, .mm_slider2 .chat-input-section1212.swiper-box img {
        width: 40px !important;
        position: relative;
        /* top: 3px; */
        left: 0px;
    }
    .mm_slider1 .chat-input-section1212.swiper-box .qr-cod-bg1 img, .mm_slider2 .chat-input-section1212.swiper-box .qr-cod-bg1 img {
        top: 3px;
    }
}
@media(max-width: 767px){
.flex-rapid-class-margin {
    margin-left: 0 !important;
}
}
@media(max-width: 576.98px){
.login-sss {
    padding: 20px;

}
.login-sss img {
    max-width: 100%;
}
.inputs input {
    margin: 0 !important;
}
div#otp {
    gap: 7px;
}
.voicetag table td {
    padding: 10px 8px;
}
.user-chat.w-100.overflow-hidden.master-css-now {
    margin-left: 0 !important;
}
.send-via-eml {
    left: 0px;
    padding: 10px 10px;
    z-index: 99999;
}
.after_a_tommorow2{
    display: flex;
    
}
.after_a_tommorow{
    padding: 0 !important;
}
}
@media(max-width: 576px){
.dataTables_wrapper .dataTable thead th{
text-wrap:nowrap;
}
.avatar-upload, .avatar-upload .avatar-edit input + label, .avatar-upload .avatar-preview, .avatar-upload .avatar-preview > div {
    max-width: 230px;
    background-size: 230px;
    width: 230px;
    height: 230px;
}
.modal-content h3 {
    font-size: 22px;
    margin-bottom: 25px;
}
.modal-content {
    padding: 30px 20px;
}
.play_hardil_content.send-audio-popup {
    padding: 0;
}
.font-size-17 {
    font-size: 15px !important;
}
.chat-user-img + .flex-grow-1 .auto-adjust.w-75 {
    display: flex;
    flex-wrap: unset;
    margin-left: 10px;
}
.chat-user-img + .flex-grow-1 .auto-adjust.w-75 div {
    width: auto;
}
.chat-user-img + .flex-grow-1 .auto-adjust.w-75 .despacito {
    margin-left: auto;
}
.chat-user-img + .flex-grow-1 .auto-adjust.w-75 .check_right {
    margin-left: 0;
}
.chat-user-img + .flex-grow-1 {
    align-items: center;
}
.chat-user-img + .flex-grow-1 h5.text-truncate.font-size-17.mb-1 {
    margin: 0 !important;
}
.chat-user-img img.rounded-circle.avatar-xs {
 width: 30px !important;
 height: 30px !important;
}
.cht-hdr {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 99999;
}
.cht-main{margin-top: 80px;}
.scroll-mange, .voicetag{height: unset !important;overflow: unset;}
}
@media(max-width: 380px){
.login-sss .radiobuttons {
    flex-wrap: wrap;
}

}

.sorting_asc img{
display:none;
}


.sorting_desc img{
display:none;
}
.file-drop-area{
    border: 2px dashed #1C3565;
}
.file-drop-area .choose-file-button{
    color:#1C3565 !important;
    font-weight: bold;
}

.searchBox-itms-in::-webkit-scrollbar {
  width: 15px;
}

.searchBox-itms-in::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.searchBox-itms-in::-webkit-scrollbar-thumb {
  background: #888;
}
.searchBox-itms-in::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.play_hirdle_para {
    /* font-size: 17px !important;
    font-weight: 500;
    width: 150px;
    margin: -12px auto 0;
    line-height: 1.3; */

    width: auto;
    margin: -12px auto 0;
    padding-left: 15px;
    line-height: 1.3;
    padding-right: 15px;

}
.play_hirdle_sec_img {
    width: 210px;
    margin: 0 auto;
}
.play_hirdle_sec_img img {
    height: 13px;
    margin-left: auto;
    display: flex;
    margin-bottom: 20px;
    margin-top: 0px;
}

.play_hirdle_sec_img.single-better img {
    margin-top: -12px;
}

.play_hirdle_sec_img.single-better .ply-hir p{

    margin-bottom: 14px;
}


.dataTables_paginate a{
cursor:pointer;
}
.page-item span{
cursor:pointer;
}
.matter_changer_but_{
cursor:pointer;
}
.page-item.disabled{
cursor:pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
        font-size: 22px;
        margin-top: 0;
}




/*new-responsive-css-start*/
@media (max-width: 767.98px) {
    /*.snd-via-mail .filter .d-flex.justify-content-center.mb-2.align-items-center{
            margin-top: 70px;
    }
    .snd-via-mail .btn-close{
            top: 75px;
    }*/
    .snd-vi.btn-close{
        top: 38px;
    }
    .mm_slider1  .slider-section .swiper-slide{
            min-height: 160px;
    }
    .modal {
        z-index: 999999999 !important;
    }

}
@media screen and (max-width: 575px) {
    .profile-card ul li div {
        font-size: 13px;
    }
    .chat-leftsidebar .px-4.pt-4.lft-top{
            padding-top: 5.5rem !important;
    }
    .voicetag-rht a{
        margin-left: 0 !important;
    }
    .radiobuttons label:nth-child(1){
        padding-left: 0 !important;
    }
    .tab-modl {
    margin-top: 80px;
}
.btn-cls-mdl {
    top: 70px;
}

#modal10.mapng .modal-content h3 {
    margin-top: 80px;
}
.mapng .btn-close{
        top: 80px;
}
.mapng .modal-content {
    padding: 30px 20px 20px 10px;
}

/*#modal_analytics .modal-content h3{
    margin-top: 80px;
}*/
/*#modal_analytics .btn-close{
        top: 80px !important;
}*/
.voicetag table td a{
    padding: 0 !important;
    margin-right: 2px;
}

.qr-shr-mn p {
    margin-bottom: 10px;
}

}

.w-93{
    width: 93%;
}