.login_page .main {
        background-color: #29167017;
}
.login_page .card {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.login_page .main .btn {
    border: 1px solid #291670;
    background-color: transparent;
}

.dashboardpage .dateclass {
    font-size:11px;
}

.copyright {
    text-align:center;

}
.dashboardpage .sidebar .menu-list .ms-link span , .customers .sidebar .menu-list .ms-link span , .category .sidebar .menu-list .ms-link span {
    font-size: 17px;
}
.sidebar {
        background: #291670c4;
}
.sidelogo {
    width:80%;
}
.page-item.active .page-link {
   
    color:#fff;
}

.dateclass {
    display: inline-block;          /* Allows width/padding to work correctly */
    background-color: #6f42c1;     /* The brand purple color */
    color: #ffffff;                 /* White text */
            /* Vertical and horizontal spacing */
    border-radius: 50px;            /* Makes it a pill/round shape */
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 11px;           /* Bold text */
  
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Soft shadow for depth */
    margin-top: 5px;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}


@media (max-width: 991px) {
    .sidebar {
        left: -300px; /* Hide off-screen */
        transition: all 0.3s ease;
    }
    .sidebar.open {
        left: 0 !important; /* Slide in */
        z-index: 9999;
    }
}
