table.dataTable thead th, table.dataTable thead td {
    /*border-top: 1px solid #e3e3e7;*/
    border-bottom: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px;
}

.icon-link:hover {
    cursor: pointer;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container {
    width: 100% !important;
}

/* Hide the Select2 arrow globally */
.select2-selection__arrow {
    display: none !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 27px !important;
    margin: 0 !important;
}

span.help-block.form-error {
    color: #B94A48FF;
}

select:lang(ar), .select2-selection:lang(ar) {
    background-position: left !important;
}

.oblique:lang(ar) {
    left: -10rem;
    right: auto;
}

.table-below-text {
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 1.4;
    color: #333333B2
}

.table-above-text {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.25rem;
    color: #2F6783;
}

.table-default-image {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
    border-radius: 0.5rem;
    background-color: rgba(51, 51, 51, 0.03);
}

.nav-icon {
    width: 24px;
    height: 24px;
}

.nav-link .user-info span {
    font-size: 14px;
    color: #11031B;
}

.nav-link .user-info small {
    font-size: 12px;
    color: #797979;
}

.btn-primary {
    border: 1px solid #C9C9C9;
}

.search-input {
    border-radius: 2rem;
    overflow: hidden;
}

.search-input .form-control {
    border: none;
    border-radius: 2rem 0 0 2rem;
    background-color: #f9f9f9;
    box-shadow: none;
    padding-left: 1.5rem;
    font-size: 1rem;
    color: #333;
}

.search-input .form-control::placeholder {
    color: #999;
}

.search-input .form-control:focus {
    box-shadow: none;
}

.search-input .input-group-text {
    background-color: #f9f9f9;
    right: 0;
    border: none !important;
    border-radius: 0 2rem 2rem 0;
    color: #2F3B4C;
    padding-right: 1.5rem;
}

.search-input .fas.fa-search {
    font-size: 1rem;
}
.mobile-logo{
    width: 74px;
}

table td{
    color: #000000 !important;
}

table th{
    color: #000000 !important;
    font-weight: 400;
}

.modal-right {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 40%;
    margin: 0;
    transform: translateX(100%); /* Initially hidden */
    transition: transform 0.3s ease-in-out;
}

.modal.show .modal-right {
    transform: translateX(0); /* Slide in effect */
}

.modal-right .modal-content {
    height: 100vh;
    border-radius: 0; /* Remove rounded corners */
}

.modal-right .modal-footer{
    display: block;
}

.btn-only-border-primary{
    border: 1px solid #2F3B4C !important;
    color: #2F3B4C !important;
}

.btn-no-border-primary {
    color: var(--bs-primary) !important;
    background: #ffffff;
}
.btn-only-border-secondary{
    border: 1px solid #2F75E4 !important;
    color: #2F75E4 !important;
}

.btn-check:checked+.btn{
    background-color: #2F75E4 !important;
    color: #fff !important;
    border: 1px solid #2F75E4 !important;
}

label.btn-only-border-secondary{
    margin-bottom: 0;
}

.modal-header .btn-close{
    color: #797979 !important;
    font-weight: 500;
    opacity: 1;
    border: 1px solid #797979;
    border-radius: 100px;
    line-height: 0;
}

.page-header .position-relative{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-primary.focus, .btn-primary:focus, .btn.bg-gradient-primary.focus, .btn.bg-gradient-primary:focus {
    color: #ffffff;
}
.btn.bg-gradient-primary.focus, .btn.bg-gradient-primary:focus {
    color: var(--bs-primary);
}

.btn-primary2 {
    background: #2F75E4;
    color: #ffffff;
}

.btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active {
    background: #3270d3 !important;
    color: #ffffff !important;
}

.class-default-image {
    width: 200px;
    height: 200px;
    background-color: rgba(51, 51, 51, 0.03);
}

.text-blue {
    color: #2F75E4 !important;
}

.color-primary{
    color: #203C47 !important;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, var(--bs-primary) 0%, var(--bs-primary) 100%);
}

.class-students-number-badge {
    border-radius: 8px;
    border: 1px solid #C9C9C9;
    padding: 0 15px;
}

.box-shadow-none {
    box-shadow: none;
}

.bg-none {
    background: none;
}
@media (max-width: 576px) {
    .modal-right {
        width: 80%;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .modal-right {
        width: 60%;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #2F3B4C !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 4px !important;
}

.dataTables_wrapper .dataTables_length label{
    margin-bottom: 0px !important;
}

.graduation-days-left {
    font-size: 20px;
    color: #000000;
    width: 20%;
    font-weight: 600;
}

@media (max-width: 576px) {
    .graduation-days-left {
        font-size: 18px;
        width: 40%;
    }
}

@media (min-width: 768px) {
    table tr td {
        border-bottom-width: 3px !important;
    }
}

.border-bottom-secondary{
    border-bottom: 1px solid #C9C9C9 !important;
}
.form-switch .form-check-input:checked {
    border-color: #2F75E4;
    background-color: #2F75E4;
}
.form-switch .form-check-input:lang(ar) {
    margin-right: -3rem;
    margin-left: 0;
}
.modal-header:lang(ar) {
    justify-content: space-between;
}
.modal-header .btn-close:lang(ar) {
    margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6f6f6f !important;
    line-height: 35px !important;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6da !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;

}
