@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600&amp;display=swap);
:root {
    --bs-sidebar-bg: #ffffff;
    --bs-sidebar-menu-item-color: #878a92;
    --bs-sidebar-menu-item-active-color: #7269ef;
    --bs-sidebar-menu-item-active-bg: #e2e2e2;
    /* --bs-sidebar-menu-item-active-bg: #f7f7ff; */
    --bs-sidebar-sub-bg: #f5f7fb;
    --bs-chat-primary-bg: #7269ef;
    --bs-chat-secondary-bg: #f5f7fb;
    --bs-body-bg: #ffffff;
    /* --bs-body-bg: #f7f7ff; */
    --bs-body-color: #495057;
    --bs-body-color-rgb: 73, 80, 87;
    --bs-footer-bg: #fff;
    --bs-footer-color: #98a6ad;
    --bs-light: #e6ebf5;
    --bs-light-rgb: 230, 235, 245;
    --bs-dark: #212529;
    --bs-dark-rgb: 33, 37, 41;
    --bs-text-muted: #7a7f9a;
    --bs-link-color: #7269ef;
    --bs-link-hover-color: #7269ef;
    --bs-border-color: #f0eff5;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1f2327;
    --bs-dropdown-link-hover-bg: #b9b9b9;
    --bs-dropdown-border-width: 0px;
    --bs-card-bg: #fff;
    --bs-card-cap-bg: #fff;
    --bs-display-logo-dark: block;
    --bs-display-logo-light: none;
    --bs-modal-bg: #fff;
    --bs-modal-content-bg: #fff;
    --bs-modal-content-border-color: #f0eff5;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #f7f7ff;
    --bs-accordion-button-active-color: #675fd7;
    --bs-accordion-bg: #fff;
    --bs-accordion-button-bg: #f5f7fb;
    --bs-progress-bg: #f5f7fb;
    --bs-toast-background-color: rgba(255, 255, 255, 0.85);
    --bs-toast-border-color: rgba(0, 0, 0, 0.1);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    --bs-list-group-hover-bg: #f8f9fa;
    --bs-popover-bg: #fff;
    --bs-pagination-hover-bg: #f5f7fb;
    --bs-input-bg: #fff;
    --bs-input-group-addon-border-color: #e6ebf5;
    --bs-input-border: #e6ebf5;
    --bs-input-border-color: #e6ebf5;
    --bs-input-focus-border: #b9b4f7;
    --bs-input-disabled-bg: #f5f7fb;
    --bs-input-placeholder-color: #7a7f9a;
    --bs-input-group-addon-bg: #f5f7fb;
    --bs-input-check-border: var(--bs-input-border);
    --bs-theme-mode-icon: "";
    --filter-tab-bg: #f5f5f5;
    --filter-tab-title-bg: #f5f7fb;
    --file-attach-bg: #eee;
    
    --color-blue: #50a5f1;
    --color-green: #06d6a0;
    /* --color-green: #5ef150; */
    --color-yellow: #fff900;
    --color-orange: #f1b850;
    --color-purple: #c266d3;
    --color-red: #ff8050;
}
[data-layout-mode="dark"] {
    --bs-gray-100: #212529;
    --bs-gray-200: #272c3b;
    --bs-gray-300: #36404a;
    --bs-gray-400: #a6b0cf;
    --bs-gray-500: #9aa1b9;
    --bs-gray-600: #abb4d2;
    --bs-gray-700: #8b9094;
    /* --bs-gray-700: #e1e9f1; */
    --bs-gray-800: #eff2f7;
    --bs-gray-900: #f8f9fa;
    --bs-sidebar-bg: #36404a;
    --bs-sidebar-menu-item-color: #a6b0cf;
    --bs-sidebar-menu-item-active-color: #7269ef;
    --bs-sidebar-menu-item-active-bg: #3f4e5c;
    --bs-sidebar-sub-bg: #303841;
    --bs-chat-primary-bg: #7269ef;
    --bs-chat-secondary-bg: #36404a;
    --bs-body-bg: #303841;
    --bs-body-color: #a6b0cf;
    --bs-body-color-rgb: 166, 176, 207;
    --bs-footer-bg: #272c3b;
    --bs-footer-color: #a6b0cf;
    --bs-topnav-bg: #2c3243;
    --bs-topnav-item-color: #a6b0cf;
    --bs-topnav-item-color-active: #fff;
    --bs-twocolumn-menu-iconview-bg: #fff;
    --bs-twocolumn-menu-bg: #fff;
    --bs-twocolumn-menu-iconview-bg-dark: var(--bs-vertical-menu-bg-dark);
    --bs-twocolumn-menu-bg-dark: #30363a;
    --bs-twocolumn-menu-item-color-dark: var(
        --bs-vertical-menu-item-color-dark
    );
    --bs-twocolumn-menu-item-active-color-dark: #fff;
    --bs-twocolumn-menu-item-active-bg-dark: rgba(255, 255, 255, 0.15);
    --bs-boxed-body-bg: #181b1e;
    --bs-heading-color: #e1e9f1;
    --bs-light: #36404a;
    --bs-light-rgb: 54, 64, 74;
    --bs-dark: #eff2f7;
    --bs-dark-rgb: 239, 242, 247;
    --bs-text-muted: #9aa1b9;
    --bs-link-color: #e1e9f1;
    --bs-link-hover-color: #e1e9f1;
    --bs-border-color: #36404a;
    --bs-dropdown-bg: #313a43;
    --bs-dropdown-link-color: #9aa1b9;
    --bs-dropdown-link-hover-color: #ecedee;
    --bs-dropdown-link-hover-bg: #36404a;
    --bs-dropdown-border-width: 1px;
    --bs-card-bg: #262e35;
    --bs-card-cap-bg: #272c3b;
    --bs-display-logo-dark: none;
    --bs-display-logo-light: block;
    --bs-modal-bg: #272c3b;
    --bs-modal-content-bg: #272c3b;
    --bs-modal-content-border-color: #36404a;
    --bs-nav-tabs-link-active-color: #f8f9fa;
    --bs-nav-tabs-link-active-bg: #36404a;
    --bs-accordion-button-active-color: #fff;
    --bs-accordion-bg: transparent;
    --bs-accordion-button-bg: #36404a;
    --bs-progress-bg: #36404a;
    --bs-toast-background-color: rgba(54, 64, 74, 0.85);
    --bs-toast-border-color: rgba(255, 255, 255, 0.1);
    --bs-toast-header-border-color: rgba(255, 255, 255, 0.05);
    --bs-list-group-hover-bg: #2c3243;
    --bs-popover-bg: #292e3e;
    --bs-pagination-hover-bg: #2f3547;
    --bs-input-bg: #2b3141;
    --bs-input-group-addon-border-color: #36404a;
    --bs-input-border: #36404a;
    --bs-input-border-color: #36404a;
    --bs-input-focus-border: #3f4a56;
    --bs-input-disabled-bg: #272c3b;
    --bs-input-placeholder-color: #a6b0cf;
    --bs-input-group-addon-bg: #36404a;
    --bs-input-check-border: #3f4a56;
    --bs-theme-mode-icon: "";
    --filter-tab-bg: #8d8d8d;
    --filter-tab-title-bg: #303841;
    --file-attach-bg: #313539;
    
    --color-blue: #50a5f1;
    --color-green: #06d6a0;
    /* --color-green: #5ef150; */
    --color-yellow: #fff900;
    --color-orange: #f1b850;
    --color-purple: #c266d3;
    --color-red: #ff8050;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */

a {
    cursor: pointer;
}
.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, 0.2);
    background: radial-gradient(
        rgba(0, 0, 0, 0.2) 0,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.5) 60%,
        rgba(255, 255, 255, 0) 70%
    );
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.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, 0.4);
    background: radial-gradient(
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.3) 40%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0) 70%
    );
}
.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.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: 0.85em 1.1em;
    border-radius: 0.2em;
}
.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}
.waves-input-wrapper {
    border-radius: 0.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, 0.12);
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.waves-float:active {
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
    display: block;
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
}
.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(114, 105, 239, 0.4);
}
.waves-effect.waves-success .waves-ripple {
    background-color: rgba(6, 214, 160, 0.4);
}
.waves-effect.waves-info .waves-ripple {
    background-color: rgba(80, 165, 241, 0.4);
}
.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(255, 209, 102, 0.4);
}
.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(239, 71, 111, 0.4);
}
.avatar-xs {
    height: 2.2rem;
    width: 2.2rem;
}
.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 0.4s;
    transition: all 0.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-layout-mode="dark"] .btn-close {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}
.custom-accordion .card + .card {
    margin-top: 0.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;
}
[data-layout-mode="dark"] .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-button-active-color);
}
[data-layout-mode="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-layout-mode="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;
}
[type="range"] {
    cursor: e-resize;
}
[type="range"]:disabled {
    background-color: unset;
    color: unset;
    cursor: default;
    background-color: unset;
    color: unset;
    border-color: unset;
}
.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-input-bg);
}
[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 0.2s linear;
    transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.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%;
}
.side-menu {
    width: 5vw;
    /* min-width: 75px;
	max-width: 75px; */
    height: 92vh;
    /* height: 100vh; */
    /* min-height: 570px; */
    background-color: var(--bs-sidebar-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    /* z-index: 99; */
    -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
}

/********************* STYLES BY LIYA START**********************************/
span.logo-name {
    font-size: 14px;
    margin-left: 6px;
    color: var(--bs-body-color);
    font-weight: bold;
}
.page-info .navbar-brand-box .logo {
    line-height: 40px;
    width: 200px;
}
.page-button-parent {
    padding-top: 4px;
}
.NavToggle {
    display: none;
}
/* .service-nav{height: auto;} */
.dropdown-item:hover {
    background: #c7e5ff;
}
.dropdown-item {
    font-size: 13px;
}
.share-links ul {
    margin-left: 0;
    padding: 0;
    width: auto;
    min-width: auto;
    flex-wrap: wrap;
}
.share-links a.dropdown-item {
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 7px 12px;
    font-size: 18px;
}
.share-links .dropdown-menu {
    display: flex;
}
.ServiceNavWrap {
    display: flex;
}
.ServiceNavWrap .change-tab {
    margin-left: 0.5rem;
}
.share-links a.dropdown-item.Facebook {
    background: #3b5998;
}
.share-links a.dropdown-item.Twitter {
    background: #00acee;
}
.share-links a.dropdown-item.LinkedIn {
    background: #0077b5;
}
.share-links a.dropdown-item.Email {
    background: #c71610;
}
/* Filterlist */
.filter-wrap {
    border: 1px solid #ddd;
}
.filter-wrap ul {
    display: flex;
    justify-content: left;
    padding: 5px 10px;
    margin: 0;
    flex-wrap: wrap;
}
.filter-wrap ul li.active {
    background: #50a5f1;
    border-radius: 6px;
}

.filter-wrap ul li.active a:after {
    content: "\eb63";
    position: absolute;
    left: 6px;
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    top: 10px;
}
.filter-wrap ul li.active a {
    color: #fff;
    padding-left: 20px;
    position: relative;
}
.filter-wrap ul li a {
    color: #000;
    padding: 7px 16px;
    display: inline-block;
    line-height: initial;
    font-size: 14px;
}
.filter-wrap ul li {
    list-style: none;
    margin: 5px;
    background: var(--filter-tab-bg);
    border-radius: 5px;
    border: 1px solid #ddd;
    white-space: nowrap;
}
.filter-wrap .card-title {
    background: var(--filter-tab-title-bg);
    padding: 10px 15px;
    margin: 0;
}
.filter-wrap .filter-title {
    margin: 0;
    padding: 10px 15px 0px 15px;
    font-size: 15px;
    font-weight: 600;
}
.empty-celebration-wrap {
    text-align: center;
    padding: 35px 15px;
}
.empty-celebration-wrap i {
    font-size: 43px;
    color: #717171;
    margin-top: 35px;
    padding: 15px;
    text-align: center;
}
.celebration-content-inner p {
    font-size: 18px;
}

/* 404 page design */
/*======================
    404 page
=======================*/

.page_404 {
    padding: 40px 0;
    background: #fff;
    text-align: center;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
    width: 75%;
    margin: auto;
}
.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}
.contant_box_404 {
    margin-top: -50px;
}

/* .side-menu .nav-link 4 */

/* GENERAL .side-menu .nav-link STYLING */
.side-menu .nav-link,
.side-menu .nav-link::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.side-menu .nav-link {
    background: unset;
    border: 0;
    /* border: 3px solid #fff; */
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 1em auto;
    padding: 2em 6em;
    position: relative;
    text-transform: uppercase;
}

/* .side-menu .nav-link::before,
.side-menu .nav-link::after {
    background: #edeff2;
    content: "";
    position: absolute;
    z-index: -1;
}

.side-menu .nav-link::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.side-menu .nav-link::after {
    background: #fff;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.side-menu .nav-link:hover:after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
} */
/* .side-menu .nav-link,
.side-menu .nav-link::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}


.side-menu .nav-link:hover::before,.side-menu .nav-link.active,
.side-menu .nav-link:hover::after {
  background:#f4f6fb;
  content: '';
  position: absolute;
  z-index: -1;
}


.side-menu .nav-link::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  
  .side-menu .nav-link::after {
    /* background: #2ecc71; */
/* height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }   */

.side-menu-nav .nav-item .nav-link:hover {
    color: #000;
}
@media (max-width: 991.98px) {
    .page-info {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .list-inline-item a,
    .NavList ul li a {
        margin-right: 0;
        font-size: 11px;
        padding: 4px 10px;
    }
    .NavToggle {
        display: block;
    }
    .side-menu {
        position: absolute;
        /* position: fixed; */
        bottom: 0;
        height: 8vh;
        /* height: 60px; */
        min-width: 100%;
        min-height: auto;
        display: block;
        border-top: 1px solid var(--bs-border-color);
    }
}
.navbar-brand-box {
    text-align: center;
}

@media (max-width: 991.98px) {
    .more-actions-btn {
        display: none;
    }
    .service-action-menu {
        width: 150px;
        padding: 0;
        margin: 0;
    }
    .ServiceNavParent .main-section-nav {
        display: none;
    }
    .ServiceNavParent .main-section-nav:after {
        position: absolute;
        content: "";
        right: 9px;
        width: 0.5px;
        height: 85px;
        top: 0;
        background: #ddd;
    }
    .main-section-nav li {
        text-align: left;
    }
    .main-section-nav li a {
        text-align: center;
    }
    .list-inline-item a,
    .NavList ul li a {
        width: 100%;
        text-align: left;
        font-size: 12px;
        padding-bottom: 10px;
    }
    .MoreServiceActionMob li a {
        font-size: 12px;
        padding: 6px 15px;
        color: #000;
        font-size: 12px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .service-actions {
        width: 155px;
    }
    .share-links {
        display: flex;
        margin-top: 25px;
        margin-bottom: 12px;
        list-style: none;
        width: 100%;
        justify-content: center;
    }
    .ServiceNavActions li {
        list-style-type: none;
    }
    .ServiceNavActions {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .navbar-brand-box {
        display: block;
    }
    .page-info .navbar-brand-box .logo {
        line-height: 32px;
    }
}
.navbar-brand-box .logo {
    line-height: 70px;
}
.navbar-brand-box .logo-dark {
    display: var(--bs-display-logo-dark);
}
.navbar-brand-box .logo-light {
    display: var(--bs-display-logo-light);
}
.side-menu .theme-mode-icon:before {
    content: var(--bs-theme-mode-icon);
}
.side-menu-nav .nav-item {
    margin: 0px 0;
}
/* HOME PAGE SUBSCRIBE NEWS LETTER */
.subscribe-area h2 {
    color: #fff;
}
@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: 0;
    }
}
.side-menu-nav .nav-item .nav-link {
    text-align: center;
    font-size: 24px;
    color: var(--bs-sidebar-menu-item-color);
    width: 50px;
    /* height: 56px; */
    line-height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 0;
}
.side-menu-nav .nav-item .nav-link {
    line-height: 19px;
    padding: 12px 0;
}
@media (max-width: 1200px) {
    .side-menu-nav .nav-item .nav-link {
        height: auto;
        line-height: 18px;
    }
}
@media (max-width: 991.98px) {
    .side-menu-nav .nav-item .nav-link {
        height: auto;
        width: max-content;
        padding: 7px 0;
        font-size: 20px;
        line-height: 20px;
    }
}
.side-menu-nav .nav-item.show > .nav-link,
.side-menu-nav .nav-item .nav-link.active,
.side-menu-nav .nav-item .nav-link:hover {
    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-gray-300);
    padding: 3px;
}
.sidebar {
    height: 92vh;
    /* height: 100vh; */
    background-color: var(--bs-sidebar-sub-bg);
}
.SidebarTitleWrap {
    padding: 0.5rem 1.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
}
.CelebSidebar {
    width: 17vw;
}
/* @media (min-width: 992px) {
    .sidebar {
        min-width: 300px;
        max-width: 300px;
    }
} */
.sidebar .user-status-box {
    background-color: var(--bs-light);
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    margin-top: 16px;
    display: block;
}
.sidebar .user-status-box .chat-user-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.chat-search-box .form-control {
    border: 0;
}
.chat-search-box .search-icon-btn {
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: 0;
}
.chat-message-list {
    height: calc(100vh - 280px);
}
@media (max-width: 991.98px) {
    .chat-message-list {
        height: calc(100vh - 320px);
    }
}
.chat-group-list {
    height: calc(100vh - 160px);
}
@media (max-width: 991.98px) {
    .chat-group-list {
        height: calc(100vh - 194px);
    }
}
.chat-list {
    margin: 0;
}
.chat-list li.active a {
    background-color: var(--bs-light);
}
.chat-list li {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: var(--bs-gray-600);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-top: 1px solid var(--bs-sidebar-sub-bg);
    border-radius: 4px;
}
.chat-list li:hover {
    background-color: var(--bs-light);
}
.chat-list li .chat-user-message {
    font-size: 14px;
}
.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;
}
.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-card-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;
}
.chat-user-img.offline .user-status {
    background-color: #ff526c;
    /* background-color: #d60625; */
}
.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;
}
.layout-wrapper {
    flex-wrap: wrap;
}
.page-wrap {
    height: 92vh;
    display: flex;
}
.main-section-wrap {
    /* height: 92vh; */
    /* height: 100vh; */
    width: 78vw;
    /* width: calc(100vw - 400px); */
    background-color: var(--bs-card-bg);
    -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media (max-width: 991.98px) {
    .page-wrap {
        height: 89vh;
    }
    .main-section-wrap {
        /* position: fixed;
		left: 0;
		top: 0; */
        width: 100%;
        height: 100%;
        /* visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		z-index: 99; */
    }
    /* .main-section-wrap.main-section-show {
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	} */

    .sidebar {
        height: 92vh;
        /* height: 92vh; */
        width: 0;
        visibility: hidden;
        z-index: 100;
        transition: 0.5s ease;
        display: none;
    }

    .sidebar.active {
        height: 84vh;
        width: 100vw;
        visibility: visible;
        transition: 0.5s ease;
        display: unset;
        position: absolute;
    }

    /* .sidebar.active {
        width: 100vw;
        visibility: visible;
        transition: 0.5s ease;
        display: unset;
    } */
}
.main-section-topbar {
    height: 8vh;
    width: 100%;
    padding: 10px 0.3rem;
    position: relative;
    z-index: 99;
}
.top-nav {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.service-nav {
    width: 100%;
    position: relative;
    top: 0;
}
.nav-title {
    margin: auto;
}
.service-nav .nav-btn {
    display: flex;
    justify-content: end;
}
.dropdown-item {
    font-size: 12px;
    padding: 6px 15px;
}
.dropdown-item i + span {
    margin-left: 8px;
}
.dropdown-item span + i {
    float: right;
}
.sidebar-open {
    overflow: hidden;
}
.SidebarOverlay {
    /* Jk */
    width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #6c6c6c;
    opacity: 0.7;
    z-index: 9;
}
.sidebar-open .main-section-topbar {
    position: relative;
    background-color: var(--bs-body-bg);
    /* Jk */
    z-index: 9;
    /* z-index: 999; */
}
@media (max-width: 991.98px) {
    /* Lia */
    /* .list-inline-item a, .NavList ul li a {
		padding: 0 4px;
		font-size: 12px;
	} */

    /* .service-nav {
		top: 8vh;
	} */
    /* .main-section-topbar {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1;
	} */
}
.main-section-nav .nav-btn {
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 20px;
    color: var(--bs-gray-600);
}
.main-section-nav .btn {
    min-width: 40px;
}
.main-section-nav .nav-btn.btn-sq {
    width: 40px;
}
/* Jk - 575.98px */
@media (max-width: 991.98px) {
    .main-section-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/* Start Chat */

.main-section li {
    clear: both;
}
.main-section .chat-avatar {
    margin: 0 16px 0 0;
}
.main-section .chat-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.main-section .chat-day-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 12px;
}
.main-section .chat-day-title .title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    font-size: 13px;
    background-color: var(--bs-border-color);
    z-index: 1;
    border-radius: 5px;
}
.main-section .chat-day-title.divider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: var(--bs-border-color);
    top: 10px;
}
.main-section .chat-day-title .badge {
    font-size: 12px;
}
.main-section .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;
}
.main-section .conversation-list .ctext-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.main-section .conversation-list .ctext-wrap-content {
    padding: 12px 20px;
    background-color: var(--bs-chat-primary-bg);
    border-radius: 8px 8px 8px 0;
    color: #fff;
    position: relative;
}
.main-section .conversation-list .ctext-wrap-content:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left-color: var(--bs-chat-primary-bg);
    border-top-color: var(--bs-chat-primary-bg);
    left: 0;
    right: auto;
    bottom: -10px;
}
@media (max-width: 575.98px) {
    .MoreServiceActionMob li a {
        margin-bottom: 9px;
    }
    .main-section
        .conversation-list
        .ctext-wrap-content
        .attached-file
        .attached-file-avatar {
        display: none;
    }
    .ServiceNavActions .service-action-menu.share-links {
        margin: 10px 0 20px 0;
    }
    .ServiceNavActions .service-action-menu {
        width: 100%;
        text-align: center;
    }
    .ServiceNavClose {
        bottom: 12vh;
        font-size: 27px;
    }
    .MoreServiceActionMob {
        position: relative;
        margin-top: 22px;
    }
    .MoreServiceActionMob:after {
        position: absolute;
        content: "";
        width: 200px;
        height: 0.5px;
        background: #ddd;
        top: -12px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .service-action-menu {
        justify-content: center;
    }
    .share-links.SocialShareServiceMob li a {
        min-width: 100%;
        border: 0 !important;
        border-radius: 4px;
        padding: 5px;
    }
    .share-links.SocialShareServiceMob li {
        margin: 0 5px;
    }
    /* .ServiceNavActions .service-action-menu{border-right: 0;} */
    .service-action-menu a,
    .NavList ul li a {
        padding: 4px 0;
        border: 1px solid #59aaf2 !important;
        border-radius: 5px;
        display: inline-block;
        width: auto;
        padding: 7px 15px;
        min-width: 175px;
        text-align: center;
    }
    .ServiceNavActions .service-action-menu {
        border-right: 0;
        padding: 0;
        margin: 0;
    }
}
.main-section .conversation-list .conversation-name {
    font-weight: 500;
    font-size: 14px;
}
.main-section .conversation-list .dropdown .dropdown-toggle {
    font-size: 18px;
    padding: 4px;
    color: var(--bs-gray-600);
}
@media (max-width: 575.98px) {
    .main-section .conversation-list .dropdown .dropdown-toggle {
        display: none;
    }
}
.main-section .conversation-list .chat-time {
    font-size: 12px;
    margin-top: 4px;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
}
.main-section .conversation-list .message-img {
    border-radius: 0.2rem;
    position: relative;
}
.main-section .conversation-list .message-img .message-img-list {
    position: relative;
}
.main-section .conversation-list .message-img img {
    max-width: 150px;
}
.main-section .conversation-list .message-img .message-img-link {
    position: absolute;
    right: 10px;
    left: auto;
    bottom: 10px;
}
.main-section .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;
}
.main-section .right .chat-avatar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    margin-left: 16px;
}
.main-section .right .chat-time {
    text-align: left;
    color: var(--bs-gray-600);
}
.main-section .right .conversation-list {
    float: right;
    text-align: right;
}
.main-section .right .conversation-list .ctext-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main-section .right .conversation-list .ctext-wrap .ctext-wrap-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: var(--bs-chat-secondary-bg);
    color: var(--bs-dark);
    text-align: right;
    border-radius: 8px 8px 0 8px;
}
.main-section .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
    border: 5px solid transparent;
    border-top-color: var(--bs-chat-secondary-bg);
    border-right-color: var(--bs-chat-secondary-bg);
    left: auto;
    right: 0;
}
.main-section .right .conversation-list .dropdown {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.main-section .right .conversation-list .dropdown .dropdown-menu[style] {
    right: 0 !important;
    left: auto !important;
}
.main-section .right .dot {
    background-color: #343a40;
}

/* Main Section */

.tab-pages {
    /* height: 100vh; */
    /* height: calc(100vh - 92px); */
    height: 92vh;
    overflow: auto;
}

/* .ChatView .main-section {
	height: calc(100vh - 184px)
} */

/* .ChatView .main-section {
	height: calc(100vh - 184px)
} */

.main-section {
    height: 92vh;
    overflow: auto;
}

.sidebar-content {
    height: 85vh;
}

.ChatView .service-nav ~ .tab-content .main-section {
    height: 72vh;
}

.service-nav ~ .tab-content .main-section,
.service-nav ~ .tab-content .tab-pages {
    height: 85vh;
}

@media (max-width: 991.98px) {
    .tab-pages {
        height: 60vh;
        margin-top: 73px;
        margin-bottom: 78px;
    }

    .main-section {
        height: 84vh;
        overflow: auto;
    }

    .ChatView .service-nav ~ .tab-content .main-section,
    .ChatView .service-nav ~ .tab-content .tab-pages {
        height: 60vh;
    }

    .service-nav ~ .tab-content .main-section,
    .service-nav ~ .tab-content .tab-pages {
        height: 72vh;
    }

    .sidebar-content {
        height: 73vh;
    }
}
/* .main-section {
	height: calc(100vh - 184px);
}
@media (max-width: 991.98px) {
	.main-section {
		height: calc(100vh - 152px);
		margin-top: 73px;
		margin-bottom: 78px;
	}
} */
.chat-input-section {
    border-top: 3px solid var(--bs-border-color);
    background-color: var(--bs-card-bg);
}
@media (max-width: 991.98px) {
    /* .chat-input-section {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 5vh;
		z-index: 1;
	} */
    /* .chat-input-section {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	} */
}
.chat-input-links .list-inline-item:not(:last-child),
.chat-input-links .NavList ul li:not(:last-child) {
    margin: 0;
}
.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: 0.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: -0.9s;
    animation-delay: -0.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);
    }
}
/* .content-sidebar {
	height: 100vh;
	background-color: var(--bs-sidebar-sub-bg);
	display: none;
	min-width: 380px;
	max-width: 380px;
	

	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
	border-left: 4px solid var(--bs-border-color);
	border-right: unset;
	
	border-right: 4px solid var(--bs-border-color);
	top: 8vh;
	top: 57.73px;
} */
/* Jk */
.content-sidebar {
    height: 100vh;
    /* height: 92vh; */
    /* width: 83vw; */
    /* width: 50vw; */
    width: 35rem;
    background-color: var(--bs-card-bg);
    display: none;
    position: fixed;
    top: 0;
    /* top: 8vh; */
    left: 0;
    z-index: 99;
    border-left: 2px solid var(--bs-border-color);
    border-right: 4px solid var(--bs-border-color);
}
.content-sidebar[data-size=xsmall] {
    width: 25rem;
}
.content-sidebar[data-size=small] {
    width: 35rem;
}
.content-sidebar[data-size=medium] {
    width: 35rem;
}
.content-sidebar[data-size=large] {
    width: 50rem;
}
.content-sidebar[data-size=full] {
    width: 100vw;
}
@media (max-width: 991.98px) {
    .content-sidebar {
        width: 100vw;
    }
}
/* .content-sidebar {
    height: 92vh;
    background-color: var(--bs-card-bg);
    display: none;
    min-width: 380px;
    max-width: 380px;

    position: fixed;
    top: 0;
    z-index: 99;

    border-left: 2px solid var(--bs-border-color);
    border-right: 4px solid var(--bs-border-color);
    top: 8vh;
} */
@media (min-width: 992px) {
    /* .content-sidebar {
        height: 90vh;
        border-right: 4px solid var(--bs-border-color);
		top: 57.73px;
    } */
    .tab-content + .content-sidebar {
        border-right: unset;
        border-left: 4px solid var(--bs-border-color);
    }
}
/* Jk */
/* @media (max-width: 992px) {
    .content-sidebar {
        height: 84vh;
    }
    .sidebar-open:after {
        left: 50vw;
    }
} */
/* 
@media (max-width: 1199.98px) {
    .content-sidebar {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 99;
		border-left: 4px solid var(--bs-border-color);
		border-right: unset;
	}
}
 */
@media (max-width: 575.98px) {
    .content-sidebar {
        min-width: 100%;
    }
    .sidebar-open:after {
        display: none;
    }
}
.sidebar-head {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    /* padding: 20px 15px 7px 15px; */
    border-bottom: 3px solid var(--bs-border-color);
    /* Jk */
    /* height: 10vh; */
}
.sidebar-title-wrap {
    margin: auto 0;
}
.sidebar-title {
    margin: 0;
    padding: 0.5rem;
    font-size: 20px;
}
.no-title .sidebar-title-wrap {
    display: none;
}
.no-title.sidebar-head {
    justify-content: end;
}
.user-profile-desc {
    height: calc(100vh - 300px);
}
@media (max-width: 991.98px) {
    .user-profile-desc {
        height: calc(100vh - 324px);
    }
    span.logo-name {
        display: none;
    }
}
.auth-logo .logo {
    margin: 0 auto;
}
.auth-logo .logo-dark {
    display: block;
}
.auth-logo .logo-light {
    display: none;
}

.FileAttach {
    background: var(--file-attach-bg);
}

/************************* BUTTON HOVER CSS ************************/

.btn-border {
    color: #fff;
    /* padding: 10px; */
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    border: 1px solid;

    background-size: 300rem;
    /* background-size: 500px; */
    background-repeat: no-repeat;
    background-position: 100%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}


/* .btn-border:hover {
    border-color: var(--color-purple);
    background-image: -webkit-linear-gradient( 30deg, var(--color-purple) 50%, transparent 50% );
    background-image: linear-gradient(30deg, var(--color-purple) 50%, transparent 50%);
} */



.btn-border.btn-blue {
    color: var(--color-blue);
    border-color: var(--color-blue);
}

.btn-border.btn-green {
    color: var(--color-green);
    border-color: var(--color-green);
}
.btn-border.btn-yellow {
    color: var(--color-yellow);
    border-color: var(--color-yellow);
}
.btn-border.btn-orange {
    color: var(--color-orange);
    border-color: var(--color-orange);
}
.btn-border.btn-purple {
    color: var(--color-purple);
    border-color: var(--color-purple);
}
.btn-border.btn-red {
    color:  var(--color-red);
    border-color:  var(--color-red);
}



.btn-border.btn-blue:hover {
    border-color: var(--color-blue);
    background-image: -webkit-linear-gradient( 30deg, var(--color-blue) 50%, transparent 50% );
    background-image: linear-gradient(30deg, var(--color-blue) 50%, transparent 50%);
}

.btn-border.btn-green:hover {
    border-color: var(--color-green);
    background-image: -webkit-linear-gradient( 30deg, var(--color-green) 50%, transparent 50% );
    background-image: linear-gradient(30deg, var(--color-green) 50%, transparent 50%);
}
.btn-border.btn-yellow:hover {
    border-color: var(--color-yellow);
    background-image: -webkit-linear-gradient( 30deg, var(--color-yellow) 50%, transparent 50% );
    background-image: linear-gradient(30deg, var(--color-yellow) 50%, transparent 50%);
}
.btn-border.btn-orange:hover {
    border-color: var(--color-orange);
    background-image: -webkit-linear-gradient( 30deg, var(--color-orange) 50%, transparent 50% );
    background-image: linear-gradient(30deg, var(--color-orange) 50%, transparent 50%);
}
.btn-border.btn-purple:hover {
    border-color: var(--color-purple);
    background-image: -webkit-linear-gradient( 30deg, var(--color-purple) 50%, transparent 50% );
    background-image: linear-gradient(30deg, var(--color-purple) 50%, transparent 50%);
}
.btn-border.btn-red:hover {
    border-color: var(--color-red);
    background-image: -webkit-linear-gradient( 30deg, var(--color-red) 50%, transparent 50% );
    background-image: linear-gradient(30deg, var(--color-red) 50%, transparent 50%);
}

.btn-border:hover {
    color: #fff;
    background-position: 0%;
}

.btn-fill {
    color: #fff;
    /* padding: 10px; */
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    border: 1px solid;

    background-size: 300rem;
    /* background-size: 500px; */
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.btn-fill:hover {
    background-position: 100%;
}

.btn-fill.btn-blue {
    border-color: var(--color-blue);
    background-image: -webkit-linear-gradient(
        30deg,
        var(--color-blue) 50%,
        transparent 50%
    );
    background-image: linear-gradient(30deg, var(--color-blue) 50%, transparent 50%);
}

.btn-fill.btn-blue:hover {
    color: var(--color-blue);
}

.btn-fill.btn-green {
    border-color: var(--color-green);
    background-image: -webkit-linear-gradient(
        30deg,
        var(--color-green) 50%,
        transparent 50%
    );
    background-image: linear-gradient(30deg, var(--color-green) 50%, transparent 50%);
}

.btn-fill.btn-green:hover {
    color: var(--color-green);
}

.btn-fill.btn-yellow {
    border-color: var(--color-yellow);
    background-image: -webkit-linear-gradient(
        30deg,
        var(--color-yellow) 50%,
        transparent 50%
    );
    background-image: linear-gradient(30deg, var(--color-yellow) 50%, transparent 50%);
}

.btn-fill.btn-yellow:hover {
    color: var(--color-yellow);
}

.btn-fill.btn-orange {
    border-color: var(--color-orange);
    background-image: -webkit-linear-gradient(
        30deg,
        var(--color-orange) 50%,
        transparent 50%
    );
    background-image: linear-gradient(30deg, var(--color-orange) 50%, transparent 50%);
}

.btn-fill.btn-orange:hover {
    color: var(--color-orange);
}

.btn-fill.btn-purple {
    border-color: var(--color-purple);
    background-image: -webkit-linear-gradient(
        30deg,
        var(--color-purple) 50%,
        transparent 50%
    );
    background-image: linear-gradient(30deg, var(--color-purple) 50%, transparent 50%);
}

.btn-fill.btn-purple:hover {
    color: var(--color-purple);
}

.btn-fill.btn-red {
    border-color: var(--color-red);
    background-image: -webkit-linear-gradient(
        30deg,
        var(--color-red) 50%,
        transparent 50%
    );
    background-image: linear-gradient(30deg, var(--color-red) 50%, transparent 50%);
}

.btn-fill.btn-red:hover {
    color: var(--color-red);
}

/*# sourceMappingURL=app.min.css.map */
