@font-face {
    font-family: 'Solaiman Lipi';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/solaiman-lipi-v1.0.eot');
    src: url('../fonts/solaiman-lipi-v1.0.woff') format('woff'), url('../fonts/solaiman-lipi-v1.0.ttf') format('truetype'), url('../fonts/solaiman-lipi-v1.0.svg#AdorshoLipi') format('svg'), url('../fonts/solaiman-lipi-v1.0.eot?#iefix') format('embedded-opentype');
    unicode-range: U+0951-0952, U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}

@font-face {
    font-family: 'SolaimanLipi';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/solaiman-lipi-v1.0.eot');
    src: url('../fonts/solaiman-lipi-v1.0.woff') format('woff'), url('../fonts/solaiman-lipi-v1.0.ttf') format('truetype'), url('../fonts/solaiman-lipi-v1.0.svg#AdorshoLipi') format('svg'), url('../fonts/solaiman-lipi-v1.0.eot?#iefix') format('embedded-opentype');
    unicode-range: U+0951-0952, U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}

.bangla {
    font-family: 'SolaimanLipi', sans-serif;
}

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.content-wrapper .navbar {
    z-index: auto;
}

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

.demo-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

@media (max-width: 1199.98px) {
    #layout-menu {
        animation-fill-mode: forwards;
        animation-duration: .4s;
        animation-timing-function: ease;
        overscroll-behavior: none;
    }
    .movein2mobile #layout-menu {
        animation-name: movein2mobile;
    }
    @keyframes movein2mobile {
        from {
            transform: translateX(-100%)
        }
        to {
            transform: translateX(0)
        }
    }
    .moveout2mobile #layout-menu {
        animation-name: moveout2mobile;
    }
    @keyframes moveout2mobile {
        from {
            transform: translateX(0)
        }
        to {
            transform: translateX(-100%)
        }
    }
    #menu-blur {
        height: 100%;
        background: #191919;
        bottom: 0;
        left: 0;
        opacity: .5;
        outline: none;
        position: fixed;
        width: 100%;
        z-index: 1081;
        display: none;
    }
    .movein2mobile #menu-blur {
        display: block;
    }
}

label {
    font-weight: 500;
    margin-left: 3px;
    margin-bottom: 1px;
}

.swal2-confirm {
    margin-left: 10px;
}

#loader {
    display: none;
}

.loaderBlur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202125;
    opacity: 0.5;
    z-index: 999999;
    text-align: center;
}

.loaderSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%) rotate(165deg);
    z-index: 1000000;
}

.loaderSpinner:before,
.loaderSpinner:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}

.loaderSpinner:before {
    animation: LoaderBefore 2s infinite;
}

.loaderSpinner:after {
    animation: LoaderAfter 2s infinite;
}

@keyframes LoaderBefore {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes LoaderAfter {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

#bksFrame {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: none;
}

.of-hide {
    overflow: hidden !important;
}

.popup {
    width: 90%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000000;
}

.close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    background: #ff3e1d;
    border-radius: 0 8px 0 8px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.loaderBlurUltra {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202125;
    opacity: 0.5;
    z-index: 99999999;
    text-align: center;
}

.menu-item a {
    cursor: pointer;
}

.menu-item a {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#editBalanceOptions,
#editCostOptions,
#editPasswordOptions,
#approvePaymentOptions,
#autoLoadOptions {
    display: none;
}

div:where(.swal2-container) {
    z-index: 999999999;
}

#layout-menu {
    overflow-x: hidden;
    overflow-y: auto;
}

#table_wrapper label,
#table_wrapper label {
    display: flex;
    margin-bottom: 5px;
}

select.form-select.form-select-sm {
    max-width: 75px;
    margin: 0 5px;
}

input.form-control.form-control-sm {
    margin-left: 5px;
}

#table_wrapper .dataTables_paginate,
#table_wrapper .dataTables_info {
    margin-top: 5px;
}

.menu-item.active {
    pointer-events: none;
}

.sbtn {
    color: #fff !important;
    width: 100%;
    font-weight: bold;
}

small.chatUpdate {
    position: absolute;
    width: 150px;
    margin-top: 15px;
    text-align: right;
    right: 0;
}

.chatmsg {
    width: calc(100% - 110px);
}

.chatsbtn {
    color: #fff !important;
    width: 50px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    font-size: 20px;
    padding: 3px 0;
}

.btn-secondary.chatsbtn {
    margin: 0 5px;
}

.chat {
    display: flex;
    margin: 5px 0px;
}

.incoming,
.outgoing {
    max-width: 80%;
    background: var(--bs-dark);
    color: #fff;
    border-radius: 9px 8px 8px 0;
    margin: 0;
}

.outgoing {
    background: #333;
    margin-left: auto;
    border-radius: 9px 8px 0 8px;
}

.incoming p,
.outgoing p {
    font-weight: bold;
    font-size: 17px;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
}

.incoming div,
.outgoing div {
    font-size: 10px;
    padding: 0px 5px 0px 20px;
    display: flex;
    color: #2bffb8;
    justify-content: flex-end;
}

.outgoing i {
    font-size: 10px;
    margin-left: 5px;
    line-height: 14px;
    color: #FFC107;
}

button.coins {
    color: #FFEB3B;
    background-color: black;
    border-color: #000000;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(0 0 0 / 40%);
    font-weight: bold;
    cursor: not-allowed !important;
    font-size: 17px;
}

#chatBox {
    height: 100%;
    overflow: auto;
    position: relative;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: var(--bs-menu-bg);
    ;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
}

.btn-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-img img {
    height: 20px;
}

.menu-section {
    font-size: 15px;
    font-weight: bold;
    color: var(--bs-primary);
    padding: 5px 20px;
    text-transform: uppercase;
}

.menu-divider {
    border: none;
    margin: 5px 0;
    color: var(--bs-primary);
}

marquee.notice {
    padding: 8px;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
}

#pdfUpload div,
#brnAutoLoad div {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    border: 3px dotted var(--bs-primary);
    margin: 10px;
    color: var(--bs-primary);
    width: calc(100% - 20px);
}

#pdfUpload i,
#brnAutoLoad i {
    font-size: 3rem;
    margin-top: 0.5rem;
}

#pdfUpload h5,
#brnAutoLoad h5 {
    margin-top: 1rem;
    color: var(--bs-primary);
    margin-bottom: 0.5rem;
}

.cool-button {
    width: 100%;
    font-size: 17px;
    padding: 7px 10px;
    border: none;
    border-radius: 5px;
    background-color: var(--bs-primary);
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer !important;
    outline: none;
    transition: background-color 0.3sease;
}

.cool-button:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.75);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.cool-button:hover {
    animation: pulse 1s infinite;
}

.previewImg {
    background: #eeeeee;
    display: flex;
    flex-direction: row-reverse;
}

[data-bs-theme=dark] .previewImg {
    background: #111111;
}

[data-bs-theme=dark] img[src="./files/images/noimg.png"] {
    filter: invert(1);
}

#previewUserIMG,
#previewSignIMG {
    height: 100px;
    margin: auto;
}

#resetUserIMG,
#resetSignIMG {
    position: absolute;
    font-size: 20px;
    color: #F44336;
    cursor: pointer;
    margin-right: -6px;
}

/* Fix Sidebar on Desktop */
@media (min-width: 1200px) {
    #layout-menu {
        position: fixed !important;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100vh !important;
        width: 260px !important;
        overflow-y: auto !important;
        z-index: 1040;
    }
    .layout-page {
        padding-left: 260px !important; 
    }
}
.sub-btn {
    color: #fff !important;
}

.required {
    color: var(--bs-danger);
}

.swal-alert-cost {
    text-align: center;
    margin: 0px;
    color: #f8bb86;
}

.vbadge {
    font-size: 20px;
    margin-left: 5px;
    cursor: pointer;
    color: var(--bs-primary);
}

td.edit::after {
    content: "\f044";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 8px;
    color: var(--bs-primary);
    cursor: pointer;
}

td.edit {
    cursor: pointer;
    font-weight: bold;
}

.edit.success {
    color: var(--bs-success) !important
}

.edit.error {
    color: var(--bs-danger) !important
}

.socile_icons {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.25);
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    min-height: 165px;
}

.social_icon {
    width: 100%;
    text-align: center;
    font-size: 45px;
    background: black;
    padding: 10px 0 8px;
    color: #fff;
    background: #222;
}

.fb .social_icon {
    background: #3b5998;
}

.tw .social_icon {
    background: #00aced;
}

.linked .social_icon {
    background: #0077B5;
}

.google_p .social_icon {
    background: #d34836;
}

.socile_icons .social_cont {
    float: left;
    text-align: center;
    width: 100%;
    padding: 15px 0 15px;
}

.socile_icons .social_cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.socile_icons .social_cont ul li {
    float: left;
    width: 50%;
    font-size: 18px;
    color: #455a64;
    line-height: 24px;
    cursor: pointer;
}

.socile_icons .social_cont ul li span {
    float: left;
    width: 100%;
    color: var(--bs-light-text-emphasis);
    font-size: 17px;
    font-weight: 300;
}

.socile_icons .social_cont ul li span strong {
    font-weight: 600;
    font-size: 18px;
    color: var(--bs-heading-color);
}

.social_title {
    font-size: 20px;
    font-weight: bold;
}

.chat-header {
    background: rgba(var(--bs-primary-rgb), 0.5);
    color: var(--bs-base-color);
    ;
    padding: 10px 15px;
    font-size: 18px;
    height: 50px;
}

#liveStatus {
    color: var(--bs-danger);
}

#liveStatus.online {
    color: var(--bs-success);
}

[data-bs-theme=dark] #chatBody {
    background: #20202e !important;
}

#chatBody {
    background: #f7f8f8;
    border-left: 1px solid rgba(var(--bs-primary-rgb), 0.5);
    border-right: 1px solid rgba(var(--bs-primary-rgb), 0.5);
    height: calc(100% - 110px);
    overflow-y: auto;
    padding: 10px;
}

.incomingMsg,
.outgoingMsg {
    display: flex;
    margin-bottom: 15px;
    max-width: 80%;
}

.incomingMsg {
    flex-direction: row;
}

.outgoingMsg {
    flex-direction: row-reverse;
    margin-left: auto;
}

.msg-box {
    background: rgba(var(--bs-primary-rgb), 0.5);
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    color: var(--bs-heading-color);
}

.outgoingMsg .msg-box {
    background: var(--bs-card-border-color);
    color: var(--bs-base-color);
}

.preview-image {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    cursor: pointer;
}

.msg-time {
    font-size: 12px;
    color: var(--bs-card-cap-color);
    margin-top: 5px;
    text-align: right;
}

.chat-footer {
    padding: 10px;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.5);
    background: var(--bs-menu-horizontal-active-bg);
    height: 60px;
    border-radius: 0px 0px 10px 10px;
}

.sendImageLabel {
    font-size: 25px;
    padding: 5px 10px;
}

#fullscreenOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10002;
}

#fullscreenOverlay img {
    max-width: 90%;
    max-height: 90%;
}

#closeFullscreenOverlay {
    position: fixed;
    top: 20px;
    right: 30px;
    color: #F44336;
    font-size: 30px;
    cursor: pointer;
    text-shadow: 0 0 3px black;
}

#chatList img {
    height: 50px;
    border-radius: 50%;
}

.chatUsers {
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
}

#lastMsg,
.chatUsers div {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#liveChat {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    display: none;
}

#closeLiveChat {
    color: #fb8077;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

#chatList {
    cursor: pointer;
}

#chatList:hover {
    background: #f7f7f7;
}

.btn-hover-white:hover {
    color: #fff !important;
}

.timeline-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.href {
    cursor: pointer;
}

.radio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 200px));
    gap: 0.5rem;
}

@media screen and (max-width: 1000px) {
    .radio-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
    }
}

.radio-card {
    cursor: pointer;
    border-radius: 0.75rem;
    border: 2px solid transparent;
    overflow: hidden;
    transition: 0.3s;
    display: block;
    user-select: none;
}

.radio-card:hover {
    border-color: var(--bs-primary);
    box-shadow: 0 0 5px var(--bs-primary);
    ;
}

.radio-card input[type="radio"] {
    display: none;
}

.radio-card input[type="radio"]:checked+.card {
    border: 2px solid var(--bs-primary);
    background: var(--bs-primary-border-subtle);
}

.radio-grid .card {
    border: 2px solid var(--bs-card-border-color);
    border-radius: 0.5rem;
}

.radio-grid .card:hover {
    border-color: var(--bs-primary);
}

.radio-grid .card img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0;
}

.radio-grid .card-body {
    padding: 0.5rem;
    text-align: center;
    font-size: 0.9rem;
    background-color: transparent;
    border-radius: 0 0 0.75rem 0.75rem;
}

aside#layout-menu {
    max-height: 100vh;
}

@media (max-width: 991.98px) {
    .layout-navbar.navbar-detached {
        width: calc(100vw - (100vw - 100%) - (1rem * 2)) !important;
    }
}

ul.menu-inner.py-1 {
    position: relative;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.layout-wrapper:not(.layout-horizontal) .menu-vertical .menu-inner>.menu-item.active::before {
    z-index: 1;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

table .btn {
    min-width: 44px;
}

.menu-link,
.menu-horizontal-prev,
.menu-horizontal-next {
    color: var(--bs-menu-color) !important;
}

.menu-vertical .menu-inner>.menu-item.active>.menu-link:not(.menu-toggle) {
    background-color: var(--bs-menu-active-bg) !important;
    color: var(--bs-menu-active-color) !important;
}

[data-bs-theme=dark] .menu-vertical .menu-inner>.menu-item.active>.menu-link:not(.menu-toggle) {
    background-color: rgba(var(--bs-primary-rgb), 0.5) !important;
}

.page-title {
    color: var(--bs-primary);
}

.text-muted {
    color: rgba(var(--bs-primary-rgb), 0.75);
}

ul.navbar-nav.flex-row.align-items-center.ms-auto button {
    pointer-events: none;
}

.template-customizer-open-btn {
    position: fixed;
    z-index: 21;
    display: block;
    background: var(--bs-primary);
    block-size: 38px;
    border-end-start-radius: .375rem;
    border-start-start-radius: .375rem;
    box-shadow: 0 .125rem .25rem 0 rgba(var(--bs-primary-rgb), 0.4);
    color: #fff !important;
    font-size: 18px;
    inline-size: 38px;
    inset-block-start: 180px;
    inset-inline-end: 0;
    line-height: 38px;
    opacity: 1;
    text-align: center;
    transition: all .1s linear .2s;
}

nav.layout-navbar.container-xxl.navbar.navbar-expand-xl.navbar-detached.align-items-center.bg-navbar-theme {
    background-color: var(--bs-primary-border-subtle);
}

ul.navbar-nav.flex-row.align-items-center.ms-auto button {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-color: var(--bs-primary-contrast);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary-contrast);
    --bs-btn-hover-bg: color-mix(in sRGB, #000 10%, var(--bs-primary));
    --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
    --bs-btn-active-color: var(--bs-primary-contrast);
    --bs-btn-active-bg: color-mix(in sRGB, #000 10%, var(--bs-primary));
    --bs-btn-active-border-color: var(--bs-btn-active-bg);
    --bs-btn-box-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-disabled-color: var(--bs-primary-contrast);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-btn-group-border-color: color-mix(in sRGB, #000 10%, var(--bs-primary));
}

#layout-menu ul.menu-inner.py-1::-webkit-scrollbar {
    width: .5rem;
}

#layout-menu ul.menu-inner.py-1::-webkit-scrollbar-track {
    background: rgba(var(--bs-primary-rgb), 0.25);
    border-radius: 10px;
}

#layout-menu ul.menu-inner.py-1::-webkit-scrollbar-thumb {
    background: rgba(var(--bs-primary-rgb), 0.5);
    border-radius: 10px;
}

#layout-menu ul.menu-inner.py-1::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--bs-primary-rgb), 0.75);
}

#template-customizer .template-customizer-colors-options {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
    gap: .3rem;
    column-gap: 0.3rem;
    row-gap: 0.3rem;
}

#template-customizer .template-customizer-colors-options .custom-option {
    inline-size: 50px;
}

#template-customizer .custom-option {
    border-width: 2px;
    margin: 0;
}

#template-customizer .custom-option-icon {
    padding: 0;
}

#template-customizer .custom-option-icon .custom-option-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-block-size: 50px;
}

#template-customizer .template-customizer-colors-options .custom-option .custom-option-content {
    padding: 0;
    margin: 0;
    min-block-size: 46px;
}

#template-customizer .template-customizer-colors-options .custom-option-body {
    border-radius: .5rem;
    block-size: 30px;
    inline-size: 30px;
}

#template-customizer .pickr {
    position: relative;
    overflow: visible;
    transform: translateY(0);
}

#template-customizer .template-customizer-colors-options .custom-option .custom-option-content .pcr-button {
    padding: .625rem;
    block-size: 30px;
    inline-size: 30px;
}

#template-customizer .bx {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"%3E%3Cpath fill="black" d="M20 14c-.092.064-2 2.083-2 3.5c0 1.494.949 2.448 2 2.5c.906.044 2-.891 2-2.5c0-1.5-1.908-3.436-2-3.5M9.586 20c.378.378.88.586 1.414.586s1.036-.208 1.414-.586l7-7l-.707-.707L11 4.586L8.707 2.293L7.293 3.707L9.586 6L4 11.586c-.378.378-.586.88-.586 1.414s.208 1.036.586 1.414zM11 7.414L16.586 13H5.414z"/%3E%3C/svg%3E');
    mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"%3E%3Cpath fill="black" d="M20 14c-.092.064-2 2.083-2 3.5c0 1.494.949 2.448 2 2.5c.906.044 2-.891 2-2.5c0-1.5-1.908-3.436-2-3.5M9.586 20c.378.378.88.586 1.414.586s1.036-.208 1.414-.586l7-7l-.707-.707L11 4.586L8.707 2.293L7.293 3.707L9.586 6L4 11.586c-.378.378-.586.88-.586 1.414s.208 1.036.586 1.414zM11 7.414L16.586 13H5.414z"/%3E%3C/svg%3E');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

#template-customizer .pickr .pcr-button {
    position: relative;
    height: 2em;
    width: 2em;
    padding: .5em;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    border-radius: .15em;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;
    background-size: 0;
    transition: all .3s
}

#template-customizer .pickr .pcr-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: .5em;
    border-radius: .15em;
    z-index: -1
}

#template-customizer .pickr .pcr-button::before {
    z-index: initial
}

#template-customizer .pickr .pcr-button::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background .3s;
    background: var(--pcr-color);
    border-radius: .15em
}

#template-customizer .pickr .pcr-button.clear {
    background-size: 70%
}

.pickr .pcr-button.clear::before {
    opacity: 0
}

#template-customizer .pickr .pcr-button.clear:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color)
}

#template-customizer .pickr .pcr-button.disabled {
    cursor: not-allowed
}

#live-chat-popup {
    position: fixed;
    overflow: auto;
    padding: 0px;
    height: calc(100% - 2rem);
    width: calc(100% - 2rem);
    max-width: 500px;
    max-height: 700px;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#live-chat-popup.open {
    z-index: 10000;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

#close-chat {
    margin-left: 5px;
    font-weight: 900;
    font-size: 18px;
}

.chat-floating {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
}

.chat-btn {
    color: white !important;
    font-size: 28px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    background: linear-gradient(135deg, var(--bs-primary), #2b2c40);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.chat-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff3b3b;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 7px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

option {
    background: var(--bs-body-bg);
}