/* style disabled checkboxes in the rolls */


/* table styles */
th {
    font-size: 13px;
}
/* end table styles */

.check_leave {
    background: red;
    height: 20px;
    width: 20px;
    outline:1px solid red;
    pointer-events: none;
}



#sidebar a, a:hover, a:focus {
    color: inherit;
}

.navbar {
    border: none;
    border-radius: 0;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.huge {
    font-size: 40px;
}



/* CONTENT STYLE */

#content {
    width:100%;
    height:100%;
    min-height: 100vh;
    transition: all 0.3s;
}


     /* Sidebar link and toggle button styles */
 .sidebar .btn-toggle,
 .sidebar .nav-link  {
     position: relative;
     transition: background-color 0.3s ease, color 0.3s ease;
     color: rgb(173, 181, 189);

     padding: 0.75rem;
     border-radius: 0.375rem;
     width: 100%;
     text-align: left;
     border: none;
 }

/* Rotate the chevron icon on expand */
.sidebar .btn-toggle[aria-expanded="true"] .toggle-icon {
    transform: rotate(90deg);
}

.sidebar .btn-toggle .toggle-icon {
    transition: transform 0.35s ease;
}

/* Hover effects for buttons */
.sidebar .btn-toggle:hover {
    background-color: var(--bs-body-bg);
    color: var(--bs-emphasis-color-rgb);
}

/* Hover effects for nav links */
.sidebar .nav-link:hover {
    background-color: var(--bs-body-bg);
    color: var(--bs-emphasis-color-rgb);
}
