
/* //////////////////////////////// one branch //////////////////// */
.close_btn {
    font-size: 36px;
    font-weight: bold;
    color: red;
    border: none;
    background-color: transparent;
}

form label {
    font-size: 18px;
    color: #000;
    text-align: right;

}

/* //////////////////////////////end of branch/////////////////////////// */

.row {
    margin-left: 0px;
    margin-right: 0px;
}

span {
    margin: 10px;
}

.payment {
    margin: 10px;
}

.main-container {
    margin-bottom: 50px;
    /* margin-right: 20%;
    margin-top: 7%; */
}

.buttons {
    margin-bottom: 15px;
}

#body {
    background-color: #fff;
}

h3 a {
    color: rgb(72, 72, 253);
}


#button_show_employee_report {
    font-size: 24px;
}

/* overlay */
.overlay #employeeForm button {
    margin-bottom: 5px;
}

.overlay {
    /* position: relative; */
    width: 100%;
    height: 100%;
    /* backface-visibility: hidden; */
}

#transfer-form,
#edit-form-employee,
#employee-form,
#child-table,
#edit-student-data,
#course-edit,
#branch-edit,
#branch-students-container,
#showBranchEmployees {
    display: none
}

.button-save-change {
    background-color: hwb(287 0% 80%);
    color: #fff;
}

.ed_student_form {
    height: 500;
    /* Adjust the height as needed */
    overflow-y: scroll;
}

.branch-profile {
    margin-bottom: 30px;
    box-shadow: 2px 3px 2px 3px #6f92b1;
}

#transfer-form,
#edit-form-employee,
#employee-form,
#child-table,
#edit-student-data,
#course-edit,
#branch-edit,
#branch-students-container {
    border: 2px solid hwb(287 0% 80%);
    box-shadow: 10px 10px 5px 5px #6f92b1;
    border-radius: 5px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    /* right: 5%; */
    top: 20%;
    width: 70%;
    height: 70%;
    overflow: auto;
    transform: translateX(-50%);
    background-color: rgba(253, 253, 253, 0.9);
}

@media (max-width: 768px) {

    #transfer-form,
    #edit-form-employee,
    #employee-form,
    #child-table,
    #edit-student-data,
    #course-edit,
    #branch-edit,
    #branch-students-container {
        width: 60%;
        height: 60%;
    }
}

@media (max-width: 480px) {

    #transfer-form,
    #edit-form-employee,
    #employee-form,
    #child-table,
    #edit-student-data,
    #course-edit,
    #branch-edit,
    #branch-students-container {
        /* top: 5%; */
        width: 90%;
    }
}