    /* *::-webkit-scrollbar{
        display: none;
    }
    *{
        scrollbar-width: none;
    } */
    .hide-scroll {
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .hide-scroll::-webkit-scrollbar {
        display: none;
    }

    .card__text-sm {
        color: #fff;
        font-family: sans-serif;
        font-size: 10px;
        margin: 0;
        padding: 16px 0 8px;
        position: relative;
    }

    .card__text-sm::before {
        content: "";
        background: #fff;
        height: 1px;
        width: 16px;
        position: absolute;
        top: 0;
    }

    .card__text-lg {
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1.2;
        width: 100%;
        margin: 0;
    }

    .card-sm {
        background: #ccc;
        background-size: cover;
        background-position: center center;
        box-shadow: inset 0 0 100vw 100vw rgba(0, 0, 0, 0.3), 0 16px 8px -8px rgba(0, 0, 0, 0.4);
        border-radius: 8px;
        width: 200px;
        height: 100%;
        margin: 0 8px;
        padding: 24px 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .card-sm:hover {
        margin: -8px 8px 0;
    }

    .main::-webkit-scrollbar {
        display: none;
    }

    .main {
        -ms-overflow-style: none;
    }

    @media screen and (max-width: 960px) {
        main {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0 16px;
            padding: 8px 0 32px;
            height: unset;
            width: calc(100% - 65px);
            transform: scale(1);
        }

        section.card-sm__container {
            align-self: center;
            margin: 0 -72px 0 0;
        }
    }

    @media screen and (max-width: 695px) {
        main {
            padding: 8px 32px 0;
        }

        section.card-sm__container {
            height: unset;
            width: 100%;
            margin: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        section.card-sm {
            width: calc(100% - 32px);
            height: 200px;
            margin: 0 0 16px;
        }

        .card-sm:hover {
            margin: 8px 0;
            transform: scale(0.9);
        }
    }

    .modal-dialog {
        transform: translateX(100%);
        transition: transform 0.35s ease-in-out;
    }

    .modal.show .modal-dialog {
        transform: translateX(0);
    }

    @media (min-width: 992px) {
        #topnav-menu-content {
            margin: 5 auto;
            display: flex;
            justify-content: center;
        }
    }

    @media (min-width: 992px) and (max-width: 992px) {
        .card {
            margin-top: 70px;
        }
    }

    .icon-container {
        position: relative;
        display: inline-block;
    }

    /* HP */
    @media(min-width: 0px) and (max-width: 992px) {
        .badgess {
            position: absolute;
            top: 0px;
            left: 115px;
            background-color: rgba(255, 0, 0, 0.664);
            color: rgb(255, 255, 255);
            border-radius: 50%;
            padding: 5px 8px;
            font-size: 8px;
        }

        .badgesss {
            position: absolute;
            top: -2px;
            left: 100px;
            background-color: rgba(255, 0, 0, 0.664);
            color: rgb(255, 255, 255);
            border-radius: 50%;
            padding: 5px 8px;
            font-size: 8px;
        }
    }

    .notification-dot {
        position: absolute;
        top: 15px;
        left: 130px;
        width: 10px;
        height: 10px;
        background-color: red;
        border-radius: 50%;
        content: "";
    }

    /* PC */
    @media (min-width: 992px) {

        .customisation {
            width: auto;
        }

        .badgess {
            position: absolute;
            top: 2px;
            right: 8px;
            background-color: rgba(255, 0, 0, 0.664);
            color: rgb(255, 255, 255);
            border-radius: 50%;
            padding: 5px 8px;
            font-size: 8px;
        }

        .badgesss {
            position: absolute;
            top: 87px;
            right: 23px;
            background-color: rgba(255, 0, 0, 0.664);
            color: rgb(255, 255, 255);
            border-radius: 50%;
            padding: 5px 8px;
            font-size: 8px;
        }
    }

    /* Smart sidebar */
    .smart-sidebar {
        border-right: 1px solid var(--bs-sidebar-border-color);
    }

    .smart-sidebar .navbar-brand-box {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 70px;
        padding: 0 1rem;
        border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    }

    .smart-sidebar>.vertical-menu-btn {
        right: 14px;
        left: auto;
        top: 14px;
        width: 42px;
        height: 42px;
        padding: 0 !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background-color: var(--bs-secondary-bg);
        color: var(--bs-secondary-color);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }

    .smart-sidebar .smart-sidebar-card {
        margin: 1rem 1rem 0.75rem;
        transition: opacity 0.2s ease, transform 0.2s ease, margin 0.2s ease, height 0.2s ease;
    }

    .smart-sidebar .smart-sidebar-card .card,
    .smart-sidebar .smart-sidebar-footer .card {
        border: 1px solid rgba(148, 163, 184, 0.18);
        border-radius: 18px;
    }

    .smart-sidebar .smart-sidebar-card__label {
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #6b7280;
    }

    .smart-sidebar .smart-sidebar-card__icon {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: rgba(12, 118, 138, 0.1);
        color: #0c768a;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .smart-sidebar .smart-sidebar-footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 1rem 1rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--bs-sidebar-bg) 28%);
    }

    .smart-sidebar .smart-sidebar-avatar {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(12, 118, 138, 0.12);
        color: #0c768a;
        font-size: 1.05rem;
        font-weight: 700;
        overflow: hidden;
        flex-shrink: 0;
    }

    .smart-sidebar .smart-sidebar-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .smart-sidebar .smart-sidebar-user-name {
        font-weight: 600;
        color: #1f2937;
    }

    .smart-sidebar .smart-sidebar-user-meta {
        font-size: 0.78rem;
        color: #6b7280;
    }

    .smart-sidebar .sidebar-link {
        display: flex !important;
        align-items: center;
        gap: 0.875rem;
        min-height: 50px;
        margin: 0 0.75rem 0.3rem;
        padding: 0.75rem 1rem !important;
        border-radius: 14px;
    }

    .smart-sidebar .sidebar-link__icon {
        width: 2rem;
        min-width: 2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .smart-sidebar .sidebar-link__label {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .smart-sidebar .sidebar-link__badge,
    .smart-sidebar .smart-sub-count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 1.6rem;
        height: 1.6rem;
        padding: 0 0.45rem;
        border-radius: 999px;
        background: rgba(12, 118, 138, 0.12);
        color: #0c768a;
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1;
        flex-shrink: 0;
    }

    .smart-sidebar #sidebar-menu ul li ul.sub-menu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        margin: 0 0.75rem 0.15rem 2.95rem;
        padding: 0.55rem 0.95rem;
        border-radius: 12px;
    }

    .smart-sidebar #sidebar-menu ul li ul.sub-menu li a span:first-child {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.vertical-collpsed .smart-sidebar {
        overflow: visible;
    }

    body.vertical-collpsed .smart-sidebar .navbar-brand-box {
        width: 70px !important;
        padding: 0 0.65rem;
    }

    body.vertical-collpsed .smart-sidebar>.vertical-menu-btn {
        display: inline-flex !important;
        right: 14px;
        top: 14px;
    }

    body.vertical-collpsed .smart-sidebar .smart-sidebar-card {
        height: 0;
        margin: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-12px);
    }

    body.vertical-collpsed .smart-sidebar #sidebar-menu {
        padding-top: 0.5rem;
    }

    body.vertical-collpsed .smart-sidebar #sidebar-menu>ul>li>a {
        width: 54px;
        min-height: 54px;
        justify-content: center;
        margin: 0 auto 0.35rem;
        padding: 0 !important;
        border-radius: 16px;
    }

    body.vertical-collpsed .smart-sidebar #sidebar-menu>ul>li>a .sidebar-link__icon {
        display: inline-flex !important;
        width: 100%;
        min-width: 0;
        padding: 0;
        justify-content: center;
    }

    body.vertical-collpsed .smart-sidebar #sidebar-menu>ul>li>a .sidebar-link__label,
    body.vertical-collpsed .smart-sidebar #sidebar-menu>ul>li>a .sidebar-link__badge {
        display: none !important;
    }

    body.vertical-collpsed .smart-sidebar #sidebar-menu>ul>li:hover>a {
        width: 248px;
        justify-content: flex-start;
        gap: 0.875rem;
        padding: 0 1rem !important;
    }

    body.vertical-collpsed .smart-sidebar #sidebar-menu>ul>li:hover>a .sidebar-link__icon {
        width: 2rem;
        min-width: 2rem;
    }

    body.vertical-collpsed .smart-sidebar #sidebar-menu>ul>li:hover>a .sidebar-link__label {
        display: block !important;
    }

    body.vertical-collpsed .smart-sidebar #sidebar-menu>ul>li:hover>a .sidebar-link__badge {
        display: inline-flex !important;
        margin-left: auto;
    }

    body.vertical-collpsed .smart-sidebar #sidebar-menu>ul ul a {
        margin-left: 0;
        border-radius: 0;
    }

    body.vertical-collpsed .smart-sidebar .smart-sidebar-footer {
        padding: 0 0.35rem 0.75rem;
        background: transparent;
    }

    body.vertical-collpsed .smart-sidebar .smart-sidebar-footer .card {
        border-color: transparent;
        background: transparent;
        box-shadow: none !important;
    }

    body.vertical-collpsed .smart-sidebar .smart-sidebar-footer .card-body {
        padding: 0.35rem 0 !important;
    }

    body.vertical-collpsed .smart-sidebar .smart-sidebar-footer .d-flex {
        justify-content: center;
        gap: 0.35rem;
    }

    body.vertical-collpsed .smart-sidebar .smart-sidebar-footer .flex-grow-1 {
        display: none !important;
    }

    body.vertical-collpsed .smart-sidebar .smart-sidebar-footer .ms-3 {
        margin-left: 0 !important;
    }

    body.vertical-collpsed .smart-sidebar .smart-sidebar-footer .dropdown .btn {
        width: 38px;
        height: 38px;
        padding: 0;
    }

    body.vertical-collpsed .smart-sidebar .smart-sidebar-avatar {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    @media (max-width: 991.98px) {
        .smart-sidebar .smart-sidebar-footer {
            position: static;
            padding-top: 1rem;
            background: transparent;
        }

        .smart-sidebar .vertical-scroll {
            padding-bottom: 1rem;
        }
    }
