@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300&family=Changa:wght@200&family=El+Messiri&family=Noto+Sans+Arabic:wght@300&family=Tajawal:wght@300&display=swap');
body {
    overflow-x: hidden;
}

.rtl {
    text-align: right;
}

.modal-content .modal-header button {
    left: 15px;
    right: unset;
}

.rtl .modal-content .modal-header button {
    left: auto;
    right: 15px;
}
.rtl .fa-arrow-right {
    transform: rotate(180deg);
}
.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 6px;
    right: 0px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.rtl .slider:before {
    right: 4px;
    left: auto;
}
input:checked+.slider {
    background-color: #1f8b97;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.custom-filter-style .card-body {
    height: auto !important;
    min-height: 140px;
}

.custom-filter-style label {
    color: #0D0A0A
}

.error {
    color: red;
}

.hidden {
    display: none !important;
}

.img-index {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #e1e5f1;
    background-image: none;
}

.table-responsive {
    overflow-y: hidden;
}

.breadcrumb {
    margin-bottom: 0;
    background: #fff;
    padding: 0;
}

.side-nav .unifyMenu ul a {
    /* color: #fff !important; */
    color: #061E34 !important;
   
}

.side-nav .unifyMenu ul a:hover {
    color: #fff !important;
    /* color: #1977cc !important; */
}

.side-nav .unifyMenu ul {
    /* background: #3c85c5; */
    background: #E8F2FA;
    /* padding: 8px; */
}

.side-nav .unifyMenu>li.selected .current-page {
    background: #61a1d9;
    color: #fff !important;
}

.app-side {
    /* background: linear-gradient(to right, #127ec2 0%, #6FCDF4 100%) !important; */
    background-color: #1977cc !important;
}

.rtl .app-side {
    /* background: linear-gradient(to left, #127ec2 0%, #6FCDF4 100%) !important; */
    background-color: #1977cc;
}

.inputFileCustomLabel {
    display: flex;
    align-items: center;
    border: 1px solid #e1e5f1 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 35px;
    width: 100%;
}

.inputFileCustom {
    visibility: hidden;
    display: none;
}

.custom-pagination {
    margin: 1.5rem !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.btn-custom {
    padding-top: 6px;
    padding-bottom: 6px;
}

.slimScrollDiv {
    height: 85vh !important;
}

.sidebarNavScroll {
    height: 100% !important;
}

.invalid-feedback {
    color: red;
    font-size: 14px;
}

table {
    width: 100%;
}

.modal-body .form-control {
    padding: 10px;
    resize: none;
    height: 40px;
    max-width: 100%;
    background-color: #fff;
    border-color: #d9d9d9;
    font-size: 13px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /* right: 6px;
    left: 0px; */
}
.custom_file_content {
    border: 2px solid #d2ddf3;
    margin: 5px 15px;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    width: max-content;
}
.custom_file_content > h6 {
    font-size: 11px;
    padding: 0px 46px;
}
.uploadedFiles > .col-md-4 {
    border: 2px solid #d2ddf3;
    margin: 5px 15px;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    width: max-content;
}
.uploaded {
   align-items: center !important;
}
.exportButtonData > div {
    gap: 10px;
}
.exportButtonData a {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.btn-light-danger,
.bg-light-danger {
    color: #ff5454 !important;
}

.btn-light-gold,
.bg-light-gold {
    color: #c7af71 !important;
}

.modal-body textarea {
    height: 80px !important;
}

table.dt-responsive>thead .sorting:before,
table.dt-responsive>thead .sorting_asc:before,
table.dt-responsive>thead .sorting_desc:before,
table.dt-responsive>thead .sorting_asc_disabled:before,
table.dt-responsive>thead .sorting_desc_disabled:before {
    right: 1em;
    content: "↑";
}

.rtl table.dt-responsive>thead .sorting:before,
.rtl table.dt-responsive>thead .sorting_asc:before,
.rtl table.dt-responsive>thead .sorting_desc:before,
.rtl table.dt-responsive>thead .sorting_asc_disabled:before,
.rtl table.dt-responsive>thead .sorting_desc_disabled:before {
    left: 1em;
    right: auto;
}

table.dt-responsive>thead .sorting:after,
table.dt-responsive>thead .sorting_asc:after,
table.dt-responsive>thead .sorting_desc:after,
table.dt-responsive>thead .sorting_asc_disabled:after,
table.dt-responsive>thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "↓";
}

.rtl table.dt-responsive>thead .sorting:after,
.rtl table.dt-responsive>thead .sorting_asc:after,
.rtl table.dt-responsive>thead .sorting_desc:after,
.rtl table.dt-responsive>thead .sorting_asc_disabled:after,
.rtl table.dt-responsive>thead .sorting_desc_disabled:after {
    left: 0.5em;
    right: auto;
}



table.dt-responsive>thead .sorting:before,
table.dt-responsive>thead .sorting:after,
table.dt-responsive>thead .sorting_asc:before,
table.dt-responsive>thead .sorting_asc:after,
table.dt-responsive>thead .sorting_desc:before,
table.dt-responsive>thead .sorting_desc:after,
table.dt-responsive>thead .sorting_asc_disabled:before,
table.dt-responsive>thead .sorting_asc_disabled:after,
table.dt-responsive>thead .sorting_desc_disabled:before,
table.dt-responsive>thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: .3;
}

table.dt-responsive>thead .sorting,
table.dt-responsive>thead .sorting_asc,
table.dt-responsive>thead .sorting_desc,
table.dt-responsive>thead .sorting_asc_disabled,
table.dt-responsive>thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dt-responsive>thead .sorting_asc:before,
table.dt-responsive>thead .sorting_desc:after {
    opacity: 1;
}

.modal-header {
    flex-direction: row !important;
}

.card-default {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    padding: 0.5rem;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
}

.custom_upload_file img{
    height: 100px;
    width: 100%;
}
.custom_image_btn{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.rtl .custom_image_btn{
    left: 0;
    right: auto;
}
.custom_image_btn .fa{
    color: red;
}
.custom_image_preview{
    /*max-width: 100px;*/
    max-height: 100px;
}
.custom_image_preview p{font-size: 10px;}
.swal2-content .select2-container--default .select2-selection--single .select2-selection__arrow b{display: none !important;}
.swal2-container .select2-container{
    display: none !important;
}


/* remove number input arrows */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.background_grey{
    background-color: #e9ecef;
}
table tr.mainTr .form-control:disabled, table tr.mainTr .form-control[readonly], table tr.mainTr .select2-container .select2-selection--single:disabled, table tr.mainTr .select2-container .select2-selection--single[readonly] {
    background-color: #dbdbdb;
}

.p-3 {
    padding: 1rem!important;
}

.bg-white {
    background-color: #fff!important;
}

details {
    font-size: 1rem;
    width: 100%;
    background: #ebebeb;
    position: relative;
    font-weight: bold;
}
details summary {
    list-style: none;
    padding: 1em;
}

details .summary-content {
    border-top: 1px solid #e2e8f0;
    cursor: default;
    padding: 1em;
    font-weight: 300;
    line-height: 1.5;
    background: #fff;
}
details .summary-chevron-up, details .summary-chevron-down {
    pointer-events: none;
    position: absolute;
    top: 1.2em;
    right: 1em;
    background: #ebebeb;
}
.modal-footer {
    /* padding: 15px; */
}
.modal-body {
    /* padding: 15px; */
}
.quot_details > div {
    white-space: nowrap;
}
.quot_details > div > span {
    white-space: normal;
}
.disabled {
    /* background-color: #fff; */
    z-index: 2;
    padding: 0px 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.disabled::after {
    content: "";
    width: 100px;
    background-color: red;
    height:5px;
}
.wizard-inner > ul {
    padding: 0px !important;
}