/* Custom CSS for Salfom HRMS */
/* Add any custom styles here that override SmartHR template */

.page-header {
    margin-bottom: 20px;
}

.datatable {
    width: 100% !important;
}

.modal-lg {
    max-width: 900px;
}

.btn {
    margin-right: 5px;
}

/* Mobile sidebar footer styles */
.sidebar-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    margin-top: auto;
}

.sidebar-footer .dropdown-toggle,
.sidebar-footer a {
    text-decoration: none;
    transition: background-color 0.2s;
    color: #fff !important;
}

.sidebar-footer .dropdown-toggle:hover,
.sidebar-footer a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

/* Ensure mobile sidebar footer is visible and properly positioned */
@media (max-width: 991.98px) {
    .sidebar-footer {
        display: block !important;
        position: relative;
        z-index: 10;
    }
    
    .sidebar-inner {
        min-height: calc(100vh - 60px);
    }
}








