.dataTables_wrapper > .wrapper {
    display: flex;
    justify-content: space-between;
}

    .dataTables_wrapper > .wrapper > .wrapper2 > div {
        display: inline;
    }
/*
                table.dataTable th {
                    text-align: right !important;
                }*/

div#table_filter {
    float: right;
}

.table-responsive {
    padding: 10px;
    border-radius: 15px;
}

div#table_info {
    float: left;
    margin-left: 5px;
}

/* ul.pagination {
                    float: right;
                }*/

.page-link {
    border-radius: 8px;
    margin: 0px 2px 0px 0px;
    padding: 5px 10px 5px 10px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: #fdb900;
    border-color: #fdb900;
    border-radius: 5px;
    font-weight: bold;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(253 185 0 / 25%);
}


.xlsxbtn {
    padding: 4px;
    background-color: #1D6F42;
    color: #fff;
    border: none;
}

tr.border-0 {
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

th {
    font-size: 13px;
}

.theadstyle {
    border-radius: 10px 10px 0 0;
    background-color: #fbfbfb;
}

tr {
    border-bottom: 1px solid rgb(233,233,233);
}

td {
    font-size: 12px;
    text-align: right;
}

table.dataTable td, table.dataTable th {
    vertical-align: middle;
    text-align: center !important;
}

div.dataTables_wrapper div.dataTables_info {
    text-align: center;
    font-size: 12px;
    color: #dc3545
}

label {
    font-size: 12px
}

.paginate_button {
    font-size: 12px;
    font-weight: 600;
    background-color: #f8f9fa #fff;
}

/*loding spinner*/
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #222222;
    z-index: 200099;
    text-align: center;
}

.loadingspinner {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200099;
    font-size: 70px;
    width: 70px;
    height: 70px;
    /*background-color: #fdf800;*/
    color: #00effd;
    /*opacity:0.7*/
}

.loadingspan {
    position: fixed;
    margin: auto;
    top: 58%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2000100;
    font-size: 12px;
    /*width: 70px;
                                                    height: 70px*/
}

.loadingimage {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2000100;
    font-size: 12px;
    width: 70px;
    height: 70px
}

[data-notify="container"].fadeInDown > button {
    background: transparent;
    border: none;
}

.dataTables_wrapper {
    margin: 0px auto;
    width: 98% !important;
}

hr {
    padding: 1px;
    margin: 15px auto !important;
    width: 90% !important;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 0, 0, 1), rgba(0, 0, 0, 0));
}

.select2-container {
    border: none;
    /*border: 1px solid #dee2e6;*/
    height: 38px;
    border-radius: 5px;
    /*padding-top: 3px;*/
}

.select2-results .select2-results__option--highlighted {
    background: #ebeaea;
}

.select2-results__option, .select2-selection__rendered, .select2-search__field {
    font-size: 12px !important;
}

.dataTables_wrapper {
    overflow: auto;
}

td .bi {
    font-size: 20px;
    height: 31px;
    display: block;
}

:root {
    --dt-row-selected: 153,255,255;
    --dt-row-selected-text: 0, 0, 0;
    --dt-row-selected-link: 9, 10, 11;
    --dt-row-stripe: 0, 0, 0;
    --dt-row-hover: 0, 0, 0;
    --dt-column-ordering: 0, 0, 0;
    --dt-html-background: white
}

.dataTables_wrapper .wrapper * {
    font-size: 12px;
}

.bg-white {
    background: var(--bs-body-bg) !important;
}

.sidebar {
    background-color: var(--bs-body-bg) !important;
}

[data-bs-theme="dark"] {
    --dt-row-selected: 110, 122, 122;
}

    [data-bs-theme="dark"] * {
        color: #ccc !important;
    }

header {
    background: white;
}

[data-bs-theme="dark"] header {
    background: #212c28;
}

[data-bs-theme="dark"] .sidebar a.nav-link * {
    color: black !important;
}

[data-bs-theme="dark"] .field-validation-error * {
    color: #e80c4d !important;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}


fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    font-size: 15px;
    float: inherit;
    width: fit-content !important;
}

.pwt-btn.pwt-btn-prev:before {
    content: 'قبل';
    font-size: 9px;
    font-weight: 100;
    margin-right: 5px;
}

.pwt-btn.pwt-btn-next:after {
    content: 'بعد';
    font-size: 9px;
    font-weight: 100;
    margin-left: 5px;
}

.select2-results__options {
    height: 150px;
    overflow-y: auto;
}

.select2-results__options {
    height: 150px;
    overflow-y: auto;
}

.dataTables_scrollBody {
    max-height: 450px;
    overflow: auto;
}

.fSelectFooterTD .fs-dropdown {
    position: relative;
    top: 0;
    max-height: 100px
}

.fSelectFooterTD .fs-cross {
    border: none;
    cursor: pointer;
}

.optWrapper {
    position: absolute;
    top: 0;
}

.select2-dropdown.footerDdlLst {
    font-size: 12px !important;
}

    .select2-dropdown.footerDdlLst li {
        padding: 1px;
        text-align: center;
    }

.footerDdl ~ .select2 {
    min-width: 120px;
    max-width: 300px;
}

/*.select2-dropdown {
	left: -17px !important;
}
*/

.dataTable {
    width: 100% !important;
}

.modal-fs {
    --bs-modal-width: 95%;
}

.ui-draggable-handle {
    cursor: move;
}

.modal-title {
    cursor: text;
}

.leaflet-control-container > * {
    z-index: 400 !important;
}

.educationYearHeader .active {
    background-color: #252e3d;
    border-radius: 50px;
}

select.form-control {
    width: 100% !important;
}

    select.form-control.select2-hidden-accessible {
        width: 1px !important;
    }
