.card.ribbon-box .fs-6,
.gridjs-td,
.gridjs-th {
    font-size: 12px !important;
}
.chat-user-item-badge,
.gridjs-currentPage {
    font-weight: 400 !important;
}
[data-layout="vertical"][data-sidebar-size="sm"],
[data-layout="vertical"][data-sidebar-size="sm"] .main-content {
    height: 100vh !important;
}
@media (min-width: 768px) {
    [data-layout="vertical"][data-layout-style="detached"][data-sidebar-size="sm"]
        #layout-wrapper,
    [data-layout="vertical"][data-layout-style="detached"][data-sidebar-size="sm"]
        .main-content,
    [data-layout="vertical"][data-sidebar-size="sm"],
    [data-layout="vertical"][data-sidebar-size="sm"] #layout-wrapper,
    [data-layout="vertical"][data-sidebar-size="sm"] .main-content {
        min-height: 100vh !important;
    }
}
.page-content {
    padding: calc(70px + 1.5rem) calc(1.5rem * 0.5) 0 !important;
}
.navbar-menu .navbar-nav .nav-link.active {
    color: #fff;
    background-color: var(--lp-green);
}
[data-layout-mode="dark"] .navbar-menu .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #0fa381b5;
}
.bg-overlay {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#11c198b5),
        to(#26c48d)
    ) !important;
    background: linear-gradient(to right, #11c198b5, #26c48d) !important;
    opacity: 0.9;
}
.bg-overlay-home {
    opacity: 0.9 !important;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}
[data-layout-mode="dark"] .sidebar-background,
[data-layout-mode="dark"] [data-simplebar],
[data-layout-mode="dark"].app-menu.navbar-menu {
    background: #292e32 !important;
}
[data-layout-mode="dark"] .sidebar-background,
[data-layout-mode="dark"] [data-simplebar] {
    opacity: 1 !important;
}
@media (max-width: 767.98px) {
    .app-menu .logo span.logo-lg {
        display: block;
    }
    .app-menu .logo span.logo-sm {
        display: none;
    }
    [data-layout="vertical"] .app-menu .navbar-brand-box {
        display: flex;
    }
}
[data-layout-mode="dark"] [data-simplebar] .nav-item > .nav-link,
[data-layout-mode="dark"]
    [data-simplebar]
    .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]:after {
    color: #d1d3d4 !important;
}
[data-layout-mode="dark"] .select2-results {
    background: #292e32 !important;
    border: 1px solid #292e32 !important;
}
[data-layout-mode="dark"]
    .select2-container--default
    .select2-results__option--selected,
[data-layout-mode="dark"] .swal2-popup {
    background-color: #26292c;
}
[data-layout-mode="dark"]
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--lp-body-color);
}
[data-layout-mode="dark"] .select2-dropdown {
    border: 1px !important;
}
[data-layout-mode="dark"] .ql-container,
[data-layout-mode="dark"] .ql-toolbar {
    border-color: #292e32 !important;
}
[data-layout-mode="dark"] .ql-editor.ql-blank::before {
    color: rgb(255 255 255 / 60%) !important;
}
::-webkit-scrollbar {
    width: 6px;
    height: 20px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #c3d4cc;
    border: 0px none #b4d1c4;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2bcf7d;
}

::-webkit-scrollbar-thumb:active {
    background: #2bcf7d;
}

::-webkit-scrollbar-track {
    background: #afadad1a;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background: #afadad42;
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
.line-divider::after,
.line-divider::before {
    top: 10px;
    width: calc(100% - 590px);
    height: 2px;
    background-color: #d9d9d9;
    opacity: 0.8;
    content: "";
    position: absolute;
}
::-webkit-scrollbar-corner {
    background: 0 0;
}
.remove-arrow,
.user-chat {
    background-image: none !important;
}
.line-divider::after {
    right: 0;
    margin-left: 10px;
}
.line-divider::before {
    margin-right: 10px;
    left: 0;
}
.tab-pane table td,
.tab-pane table th {
    font-size: small !important;
}
html[data-layout-mode="dark"] .filepond--drop-label {
    background: #262a2f !important;
    color: #ced4da !important;
}
html[data-layout-mode="dark"] .ql-toolbar .ql-snow {
    color: #ced4da !important;
}
html[data-layout-mode="dark"]
    .select2-container--default
    .select2-selection--single {
    background-color: #262a2f !important;
    border: 1px solid #282c30 !important;
    border-radius: 4px;
}
html[data-layout-mode="dark"] .filepond--drip {
    background-color: #262a2f !important;
    opacity: 1 !important;
}
html[data-layout-mode="dark"]
    .select2-container--default
    .select2-selection--multiple {
    background-color: var(--lp-input-bg);
}
.gridjs-currentPage,
html[data-layout-mode="dark"] .gridjs-pages .gridjs-currentPage {
    background-color: #405189 !important;
}
html[data-layout-mode="dark"] .select2-selection__choice {
    background-color: var(--lp-input-bg) !important;
}
html[data-layout-mode="dark"]
    .select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice {
    color: #fff;
    border: 1px solid var(--lp-input-border);
}
html[data-layout-mode="dark"]
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border: 1px solid var(--lp-input-border);
}
html[data-layout-mode="dark"]
    .select2-container
    .select2-dropdown
    .select2-results
    ul {
    background-color: transparent !important;
}
html[data-layout-mode="dark"]
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background-color: #262626;
}
html[data-layout-mode="dark"] input.gridjs-input {
    background-color: var(--lp-topbar-search-bg) !important;
    border: 1px solid var(--lp-topbar-search-bg) !important;
    outline: 0 !important;
}
html[data-layout-mode="dark"] .gridjs-wrapper {
    border: 1px solid var(--vz-border-color);
}
html[data-layout-mode="dark"] .gridjs-footer,
html[data-layout-mode="dark"] td {
    background-color: #212529 !important;
    border-top: 1px solid #32383e !important;
    border-bottom: 1px solid #32383e !important;
}
html[data-layout-mode="dark"] th {
    background-color: var(--vz-topbar-search-bg) !important;
    border: 1px solid var(--vz-topbar-search-bg) !important;
    color: #fff;
}
html[data-layout-mode="dark"] .gridjs-pages button {
    background-color: #3d4044 !important;
    color: #fff !important;
    border-right: none !important;
    border: none !important;
}
html[data-layout-mode="dark"] .gridjs-pages button:hover:disabled {
    color: #fff;
}
html[data-layout-mode="dark"] .swal2-popup {
    background-color: #212529 !important;
    color: #fff !important;
}
#swal2-title {
    text-align: center !important;
}
#notification-container {
    max-height: 500px;
    overflow-y: auto;
}
.ql-container {
    height: 300px !important;
}
.auth-logo > img {
    height: 5rem !important;
}
.select2-container--default .select2-selection--single {
    padding: 5px 10px;
}
.remove-arrow {
    padding: 0.25rem 0 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 5px !important;
    right: 13px !important;
}
.select2.select2-container.select2-container--open
    .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}
.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}
.select2.select2-container
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    margin-top: 0;
    height: 32px;
}
.select2.select2-container
    .select2-selection--multiple
    .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}
.select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
    color: #000;
}
.select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: 700;
    font-size: 16px;
}
.select2-container .select2-dropdown .select2-results,
.select2-container .select2-dropdown .select2-search {
    padding: 0;
}
.select2-container .select2-dropdown .select2-search input {
    outline: 0 !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}
.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}
.select2-container
    .select2-dropdown
    .select2-results
    ul
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}
.select2-selection {
    height: 40px !important;
}
.gridjs-search-input {
    padding-left: 2rem !important;
}
.gridjs-td,
.gridjs-th {
    padding: 0.8rem !important;
}
.gridjs-footer,
.gridjs-wrapper {
    box-shadow: none !important;
    border: none;
}
.gridjs-wrapper,
.no-result {
    min-height: 66vh !important;
    width: 100% !important;
}
.navbar-menu {
    border: none;
}
[data-sidebar-size="sm"] .navbar-menu .simplebar-wrapper {
    overflow: hidden;
    position: fixed;
    top: 90px;
    left: 0;
    height: 100vh;
    width: 70px;
}
[data-sidebar-size="sm"] .navbar-menu .simplebar-wrapper:hover {
    height: 500px;
    width: 250px;
}
[data-layout="vertical"][data-sidebar-size="sm"] .navbar-menu {
    position: fixed;
    width: 70px !important;
    padding-top: 70px;
}
[data-layout="vertical"][data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-item
    > a.menu-link.active {
    position: relative;
    width: calc(70px);
}
[data-layout="vertical"][data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-item:hover
    > a.menu-link.active {
    position: relative;
    width: calc(270px);
}
.card-sticky.sticky-lg-top {
    top: 90px;
    z-index: 1000;
}
.dropdown-item {
    cursor: pointer;
}
.has-image img {
    height: 200px;
    object-fit: contain;
}
.card.ribbon-box .badge {
    cursor: pointer;
    font-size: 9px;
    font-weight: 400;
}
.card.ribbon-box .badge:hover {
    font-weight: 700;
}
.product-description {
    height: 55px;
    overflow: hidden;
}
.swiper-slide img {
    object-fit: contain;
    background: #c1fae315;
    border-radius: 10px;
}
.truncate-overflow {
    line-height: 1.4rem;
    max-height: calc(1.4rem * 3);
    overflow: hidden;
}
#app .form-select.remove-arrow {
    border: none !important;
}
.ribbon i {
    font-size: 16px;
}
@media (max-width: 900px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}
.swiper-slide {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mx-n-infinite {
    margin-right: -19.2rem !important;
    margin-left: -19.2rem !important;
}
.chat-user-item {
    cursor: pointer !important;
}
.chat-user-item.active {
    background-color: #6bef9330;
}
.chat-user-item:hover {
    background-color: #6bbcef30;
}
@media (max-width: 991.98px) {
    .user-chat.active {
        visibility: visible !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
        z-index: 200 !important;
        padding-top: 70px;
    }
}
.chat-user-item-badge {
    font-size: 8px !important;
    height: 14px !important;
    min-width: 14px !important;
    padding: 3px !important;
    line-height: 1 !important;
    margin-left: 10px;
}
.chat-user-item-lest-message {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#back-to-top,
#global-notif,
.unread-icon {
    display: none;
}
.info-icon:hover {
    cursor: pointer;
    color: var(--lp-green);
}
.fs-8 {
    font-size: 0.5rem;
}
.chat-conversation {
    border-right: 1px solid #a8a6a628;
    border-left: 1px solid #a8a6a628;
    overflow-y: auto !important;
}
.unread {
    background-color: rgba(104, 243, 218, 0.075) !important;
    margin-bottom: 3px;
}
.unread-icon {
    float: right;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #18b497;
}
.unread .unread-icon {
    display: flex;
}
.home_bg_overlay {
    position: relative;
    padding: 150px 0;
    background: rgb(43 63 103 / 70%);
    background-image: url("../images/bg-auth.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .home_bg_overlay {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
    }
}

.home_bg_overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
        to right bottom,
        #16cb95,
        #00b2af,
        #0095b7,
        #0076ab,
        #3c568b
    );
    opacity: 0.6;
}
.toastify.default {
    padding: 12px 20px;
    color: #2c2b2b;
    display: flex !important;
    align-items: start;
    box-shadow: none;
    background: -webkit-linear-gradient(315deg, #fff, #fff);
    background: linear-gradient(315deg, #fff, #fff);
}
[data-layout-mode="dark"] .toastify.default {
    color: #fff;
    background: -webkit-linear-gradient(315deg, #31373c, #31373c);
    background: linear-gradient(315deg, #31373c, #31373c);
}
.message-notification {
    width: 240px;
    display: flex;
    overflow-x: hidden;
}
.message-notification img {
    margin: 3px;
    width: 30px;
    height: 30px;
}
.message-notification p {
    margin: 0;
}
.message-notification small {
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.hover-pointer:hover {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.loading-content {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    z-index: 999999;
}
[data-layout-mode="dark"] .loading-content {
    background: #292e32 !important;
}
[data-layout-mode="dark"] #logo-preloder-dark {
    display: block;
}
[data-layout-mode="dark"] #logo-preloder-light {
    display: none;
}
[data-layout-mode="light"] #logo-preloder-dark {
    display: none;
}
[data-layout-mode="light"] #logo-preloder-light {
    display: block;
}
.blur {
    color: transparent;
    text-shadow: 0 0 8px #000;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.valid-profile {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 2px);
    display: flex;
    background: white !important;
    width: 12px;
    height: 12px;
    justify-content: center;
    align-items: center;
}

.valid-profile-lg {
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 2px);
    display: flex;
    background: white !important;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
}

.img-thumbnail.image_viewer {
    max-height: 150px;
    overflow: hidden;
    object-fit: cover;
}

.role-card:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.profile-cover-content{
    height: 40%;
    background: linear-gradient(103deg, #2dc7a3, #29d9b0);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;    
}