html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.title_a {
    margin-bottom: 12px;
    background-color: #7460ee;
    height: 30px;
    padding-top: 8px;
    margin-top: !important;
    margin-top: -13px !important;
    color: white;
}


.title_b {
    float: right;
    margin-top: -37px;
    text-decoration: underline;
    margin-right: 3px;
    font-size: 15px;
}

.container-fluid {
    min-height: calc(118vh - 180px) !important;
}

.sidebar-item > a .chevron-icon {
    transition: transform 0.3s;
}

.sidebar-item .collapse.show + a .chevron-icon {
    transform: rotate(90deg);
}

.sidebar-link .chevron-icon {
    font-size: 15px;
}

.chevron-icon2 {
    font-size: 15px !important;
    margin-left: 5px;
    margin-top: 25px;
}

.chevron-icon {
    font-size: 15px !important;
    margin-left: -8px;
    margin-top: 3px;
}

/* Sidebar background */
.left-sidebar {
    background-color: #ffffff;
}

/* Sidebar link – default */
.sidebar-nav ul .sidebar-item .sidebar-link {
    color: #555;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

    /* Icon default color */
    .sidebar-nav ul .sidebar-item .sidebar-link i {
        color: #6c757d;
        transition: color 0.3s ease;
    }

    .sidebar-nav ul .sidebar-item .sidebar-link:hover {
        background-color: #f1f5f9;
        color: #0d6efd;
    }

        .sidebar-nav ul .sidebar-item .sidebar-link:hover i {
            color: #0d6efd;
        }

/* Active menu item */
.sidebar-nav ul .sidebar-item.active > .sidebar-link {
    background-color: #0d6efd;
    color: #ffffff;
}

    .sidebar-nav ul .sidebar-item.active > .sidebar-link i {
        color: #ffffff;
    }

.scroll-sidebar {
    height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
}

.collapse.show {
    background-color: #f8f9fa;
}

.sidebar-item .nav-link.active {
    background-color: #c2d6d6;
    color: #000;
}


@@media (max-width: 768px) {
    .left-sidebar {
        position: fixed;
        left: -200px;
        width: 150px;
        height: 100%;
        background: #fff;
        transition: all 0.3s ease;
        z-index: 9999;
    }

    body.sidebar-open .left-sidebar {
        left: 0;
    }

    .container-fluid {
        padding-left: 22px !important;
        transition: padding-left 0.3s ease;
    }


    body.sidebar-open .container-fluid {
        padding-left: 174px !important;
    }

    .btn-action {
        width: 35px; /* ?????? */
        height: 35px; /* ????? */
        padding: 0; /* ???? ?? padding ????? */
        border-radius: 0; /* ????? ????? ?? ??? */
        text-align: center;
        font-size: 16px;
        line-height: 35px; /* vertical center alignment */
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.2s ease; /* hover effect smooth */
    }
        /* Hover effect */
        .btn-action:hover {
            filter: brightness(90%);
        }
}
/*Datatable css*/
.selected-row {
    background-color: #d1e0e0 !important;
}

/* Datatable CSS */
#employeeDocumentsTable_length select {
    padding-right: 20px;
}
#employeeTable tbody tr {
    cursor: pointer;
}
.datatable {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: -15px !important;
}

    .datatable td {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
        padding-left: 5px !important;
    }

    .datatable th {
        padding-right: 5px !important;
    }

    /* general styling for datatable cells */
    .datatable th,
    .datatable td {
        white-space: nowrap;
        vertical-align: middle;
        padding: 0.4rem 0.6rem;
    }

    /* Sticky Header */
    .datatable thead th {
        position: sticky;
        top: 0;
        z-index: 10;
    }

.datatable_filter {
    margin-bottom: 15px;
}

.datatable_length select {
    padding-right: 20px;
}

.datatable.table td,
padding-top: 7px !important;
padding-bottom: 7px !important;
padding-left: 5px !important;
.datatable.table th {
    padding-right: 5px !important;
}


#TableData td, #TableData th {
    padding-top: 5px !important;
    padding-bottom: 5px;
    padding-left: 4px !important;
    padding-right: 4px !important;
}
