.table-responsive.studentTable {
    overflow: auto;
}
.table-responsive.studentTable thead tr th {
    color: #fff;
    width: max-content !important;
}
.table-responsive.studentTable thead {
    background-color: #000;
}

#menu-posts-plans
{
    display:none !important;
}
.table-responsive.studentTable {
    overflow: auto;
}
.table-responsive.studentTable thead tr th {
    color: #fff;
    width: max-content !important;
}
.table-responsive.studentTable thead {
    background-color: #1D2327;
    border-radius: 6px;
}
.table-responsive.studentTable thead tr {
    border-radius: 6px;
}
.table-responsive.studentTable thead th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.table-responsive.studentTable thead th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
input.btn.btn-danger.delete_school_details {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.table-responsive.studentTable table {
    border-collapse: separate;
    border-spacing: 0 15px;
    background: transparent;
    border: 0px;
}
.table-responsive.studentTable table tbody tr {
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background: #fff;
    border-radius: 6px;
}
.table-responsive.studentTable table tr td:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: 1px solid #d2d2d2;
}
.table-responsive.studentTable table tr td:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: 1px solid #d2d2d2;
}
.table-responsive.studentTable table tr td {
    padding: 14px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.dataTables_length select {
    width: 65px;
}
button.ui-dialog-titlebar-close {
    position: absolute;
    right: 18px;
    background: transparent;
    border: 0px;
}
a.page-title-action.btn.btn-primary.addStudentForm {
    color: #fff;
    background: #2271b1;
    border-color: #2271b1;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #fff;
}
.btn.btn-primary.addStudentForm:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1;
}
.btn.btn-primary.addStudentForm:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff;
}
.formSelect{
    width:100% !important;
    max-width: 100% !important;
}
.modal .form-group label.form-label {
    margin: 12px 0px;
}
.wp-core-ui select{
    min-width: 100% !important;
    height: 34px;
}
div#update_filtered_schools div{
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    padding: 6px 10px;
    z-index: 9;
    position: relative;
}
input#upload-student-image {
    padding: 6px;
    border: 1px solid #9e9e9e;
}

/* ------------ */
