body {
    font-size: 14px;
    color: #4c5258;
    background: #111827;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    position: relative
}

.logo-text {
    text-align: center;
    width: 100%;
}

.logo-text IMG {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sidebar-wrapper {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-right: 0 solid #e4e4e4;
    z-index: 11;
   
    transition: all .2s ease-out
}

.sidebar-header {
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
    background: #1f2937;
    background-clip: padding-box;
    border-bottom: 1px dashed #323b48
}

.logo-icon {
    width: 45px
}

.logo-text {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #008cff;
}

.toggle-icon {
    font-size: 22px;
    cursor: pointer;
    color: #8391a2
}

.topbar {
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    height: 60px;
    background: #1e293b;
    border-bottom: 1px solid rgb(228 228 228 / 0%);
    z-index: 10;    
}

.topbar-lsgd {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #1e293b;
    border-bottom: 1px solid rgb(228 228 228 / 0%);
    z-index: 10;    
}

.card-header.padding-none{
    padding: 0px !important;
}

.card.padding-none{
    padding: 0px !important;
}
.line{
    height:4px;
    border-radius:10px;
    width:95%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bg-secondary2{
    background: #3f9ae0;
}
.topbar .navbar {
    width: 100%;
    height: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.page-wrapper {
    height: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 250px
}

.page-content {
    padding: 1.5rem 1.5rem 0.7rem 1.5rem
}

.page-footer {
    background: #1f2937;;
    left: 250px;
    right: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    padding: 7px;
    font-size: 14px;
    z-index: 3
}

.page-footer-lsgd {
    background: #1f2937;;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    padding: 7px;
    font-size: 14px;
    z-index: 3
}

.wrapper.toggled .topbar {
    left: 70px
}


.wrapper.toggled .page-wrapper {
    margin-left: 70px
}

.wrapper.toggled .page-footer {
    left: 70px
}



.sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0 0
}

.sidebar-wrapper .metismenu {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.sidebar-wrapper .metismenu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.sidebar-wrapper .metismenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 12px 16px;
    font-size: 13px;
    color: #c8cddc;
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .3s ease-out;
    border-bottom: 1px solid #2a333f;
}

.sidebar-wrapper .metismenu a .parent-icon {
    font-size: 15px;
    line-height: 1
}

.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px;
}

.sidebar-wrapper .metismenu ul a {
    padding: 12px 15px 12px 20px;
    font-size: 15px;
    border: 0
}

.sidebar-wrapper .metismenu ul a i {
    margin-right: 14px;
}

.sidebar-wrapper .metismenu ul li a{
    color:#c8cddc;
}

.sidebar-wrapper .metismenu ul ul a {
    padding: 8px 15px 8px 30px
}

.sidebar-wrapper .metismenu ul ul ul a {
    padding: 8px 15px 8px 45px
}



.sidebar-wrapper .metismenu ul {
    background: #51413e;
    border-radius: 0.5rem;
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
 /* .sidebar-wrapper .metismenu a:focus, */
.sidebar-wrapper .metismenu a:hover {
    color: #ffffff;
    text-decoration: none;
    background: rgb(42,107,81);
background: linear-gradient(90deg, rgba(42,107,81,1) 0%, rgba(17,24,39,1) 41%);

border-radius: 0.5rem;
border-top: none;
}

/* .sidebar-wrapper .metismenu ul li:has(+ li.mm-active) {
    box-shadow: 0px 4px 0px 3.5px #124685;
} */

.sidebar-wrapper .metismenu ul li {
    border-bottom: 1px solid #2a333f;   
    overflow: hidden; 
}

.sidebar-wrapper .metismenu ul li:last-child {
    border-bottom: none;
    border-radius: 0;
}

.wrapper.toggled:hover.sidebar-hovered .sidebar-wrapper .sidebar-header .logo-icon {
    display: none
}

@media screen and (min-width:1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none
    }
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px
    }
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 70px
    }
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
        display: none
    }
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center
    }
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 70px
    }
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: left
    }
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
        display: none
    }
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none
    }
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .arrow-indicator {
        display: none !important;
    }
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
        display: none
    }
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .arrow-indicator {
    display: block
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    position: fixed;
    border-radius: 10px;
    bottom: 20px;
    right: 12px;
    background-color: #008cff;
    z-index: 5
}

.back-to-top:hover {
    color: #fff;
    background-color: #000;
    transition: all .5s
}

.btn i {
    vertical-align: middle;
    font-size: 16px;
    margin-top: -1em;
    margin-bottom: -1em;
    margin-right: 5px
}

.topbar .navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
}


.topbar .navbar .navbar-nav .nav-link {
    color: #212529;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.topbar .navbar .navbar-nav .nav-link:hover,
.topbar .navbar .navbar-nav .nav-link:focus {
    background-color: #f2f9ff;
    color: #008cff;
}


.dropdown-toggle-nocaret:after {
    display: none
}

.user-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0 solid #e5e5e5;
    padding: 0;
}

.user-box {
    display: flex;
    align-items: center;
    height: 60px;
}

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.search-bar {
    width: 100%;
    cursor: pointer;
}

.search-bar a.btn,
.search-bar a.btn:focus {
    color: #8391a2;
    cursor: pointer;
    background-color: #1e293b;
    border: 0;
}

.mobile-toggle-menu {
    display: none;
    font-size: 26px;
    color: #404142;
    cursor: pointer
}

@media only screen and (max-width: 1199px) {
    .row.row-group>div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    .row.row-group>div:last-child {
        border-right: none;
        border-bottom: 0;
    }
}

@media screen and (max-width:1024px) {
    .topbar {
        left: 0 !important
    }
    .mobile-toggle-menu {
        display: block
    }
    .sidebar-wrapper {
        left: -300px;
        box-shadow: none
    }
    .page-wrapper {
        margin-left: 0
    }
    .page-footer {
        left: 0
    }
    .wrapper.toggled .sidebar-wrapper {
        left: 0
    }
    .wrapper.toggled .page-wrapper {
        margin-left: 0
    }
    .wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .6;
        z-index: 10;
        display: block;
        cursor: move;
        transition: all .2s ease-out
    }
    .error-404 {
        height: auto;
        padding: 6rem 1rem
    }
}

@media screen and (max-width:620px) {
    .topbar .navbar .dropdown {
        position: static !important;
    }
    .topbar .navbar .dropdown-menu {
        width: 100% !important
    }
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.sidebar-wrapper {
	background: #1f2937;
    display: flex;
    flex-direction: column;
    height: 100vh;
    /* Full viewport height */
}

.sidebar-menu {
    overflow-y: auto;
    max-height: 100vh;
    /* Adjust this value based on header height */
    /* Add padding to avoid scrollbar overlap */
}

.sidebar-menu {
    overflow: auto;
    /* Enable scrolling */
    scrollbar-width: none;
    /* Hide scrollbar in Firefox */
}

.sidebar-menu::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar in Chrome, Safari, and Edge */
}

/* For Firefox */

.sidebar-menu {
    scrollbar-width: none;
    /* Hides the scrollbar in Firefox */	
}

.Revenue-Breakdown-table {
    max-height: 200px; 
    overflow-y: auto;  
    display: block;
}

.Revenue-Breakdown-table table {
    width: 100%;
    border-collapse: collapse;
}

.Revenue-Breakdown-table thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #1e293b;
}

/* Container should be relative so Santa moves inside it */
.santa-container {
    position: fixed;      /* sticks it relative to viewport */
    bottom: 0;            /* at the bottom of the page */
    left: 0;              /* start from the left */
    width: 100%;          /* allow full horizontal movement */
    pointer-events: none; /* so it doesn’t block clicks on other elements */
    z-index: 9999;        /* ensures it’s on top of everything */
    height: 100px;        /* adjust height as needed */
}

/* Santa animation */
.santa {
    position: absolute;
    top: 0; /* or adjust to align vertically in navbar */
    width: 100px; /* adjust size */
    animation: runSanta 10s linear infinite;
}

/* Keyframes for moving Santa left → right across navbar */
@keyframes runSanta {
    0% { left: -60px; }      /* start off-screen left */
    100% { left: 100%; }     /* move to off-screen right */
}