/* #forgot-box{
    display: block;
} */

.password-change-container{
    border: 2px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

/* Center the form horizontally and vertically */
.login-container {
    min-height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.g-recaptcha{
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type="submit"]:disabled {
    background-color: #bbb;
    cursor: not-allowed;
    border: none;
}

/* Alertify */
.alertify-notifier .ajs-message{
    color: #fff;
}

/* Animated Background */
/* .css-bg {
    background: linear-gradient(318deg, #ff1b1b, #1b5cff, #ff1b1b, #ffdc1b, #ff1b1b, #ff1b1b);
    background-size: 1200% 1200%;

    -webkit-animation: bgAnimation 30s ease infinite;
    -moz-animation: bgAnimation 30s ease infinite;
    animation: bgAnimation 30s ease infinite;
}

@-webkit-keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
} */

/* .dim-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
} */

/* .login-bg-img{
    background-image: url("../images/grc-building.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
} */

/* .container{
    border: 2px solid red;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    z-index: 2;
    border-radius: 10px;
    height: 50%;
    width: 100%;
} */

/* .logo-wrapper{
    border: 2px solid red;
    margin-left: 360px;
    filter: drop-shadow(10px 10px 10px rgb(255, 255, 255));
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
} */

/* .login-bg,
.reset-bg{
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 30px 0px rgb(255, 255, 255);
    color: #fff;
    z-index: 2;
    padding: 10px;
    margin: auto;
} */

/* DASHBOARD */
/* Custom styles for the sidebar */
.sidebar {
    height: 100vh;
    width: 250px;
    overflow-y: auto; /* Enables vertical scrolling */
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #AB0A0A;
    color: #fff;
    /* padding-top: 20px; */
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    z-index: 1050;
    display: flex;
    flex-direction: column;
}
.sidebar.show {
    transform: translateX(0);
}
.sidebar .nav-link {
    color: #fff;
}
.sidebar .nav-link:hover {
    color: #adb5bd;
}
.sidebar .profile-section {
    /* padding: 10px; */
    /* border-bottom: 1px solid #e4e4e4; */
}
.sidebar .s-o-section {
    margin-top: auto;
    /* padding: 10px; */
    border-top: 1px solid #e4e4e4;
}
.sidebar .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

/* ================ SIDEBAR SCROLLBAR ================ */
.sidebar::-webkit-scrollbar {
    width: 8px; /* Customize scrollbar width */
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Scrollbar color */
    border-radius: 4px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
/* ================ SIDEBAR SCROLLBAR ================ */


/* ================ PAGE SCROLLBAR ================ */
html::-webkit-scrollbar {
    width: 8px; /* Customize scrollbar width */
}

html::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Scrollbar color */
    border-radius: 4px;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
/* ================ PAGE SCROLLBAR ================ */


/* ================ table SCROLLBAR ================ */
table::-webkit-scrollbar {
    height: 8px; /* Customize scrollbar width */
}

table::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Scrollbar color */
    border-radius: 4px;
}

table::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
/* ================ table SCROLLBAR ================ */


.content {
    margin-left: 0;
    transition: margin-left 0.3s ease;
}
@media (min-width: 992px) {
    .sidebar {
        transform: translateX(0);
    }
    .content {
        margin-left: 250px;
    }
}


.chevron-icon {
    transition: transform 0.3s ease;
}

.nav-link[aria-expanded="true"] .chevron-icon {
    transform: rotate(90deg); /* Rotate chevron down */
}

/* .nav-link[aria-expanded="true"] .cm {
    color: #fff;
} */


/* Hide the sorting icon in the first column */
th.select-all .sorting_asc {
    display: none; /* Hide the column order icon */
}

.studentCheckbox, .form-check-input {
    cursor: pointer;
}


/* Make sure elements are properly aligned */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dt-buttons {
    display: flex;
    align-items: center;
}

/* Space between export buttons */
.dt-buttons .btn {
    margin-right: 5px;
}


/* TABLE ROW in Clearance Proccess List Table */
.cursor-pointer {
    cursor: pointer;
}