@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

/*Start Rules*/

body {
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
    font-weight: 400;
    font-style: normal !important;
    background-color: #F5F5F5 !important;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

p,
.btn,
li,
li::after,
li::before,
a::after,
a::before,
.tr-3 {
    transition: 0.3s all ease-in-out !important;
    -webkit-transition: 0.3s all ease-in-out !important;
    -moz-transition: 0.3s all ease-in-out !important;
    -ms-transition: 0.3s all ease-in-out !important;
    -o-transition: 0.3s all ease-in-out !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

p {
    margin: 0 !important;
}
.css-h51v8g-MuiDrawer-docked .MuiDrawer-paper {
    background-color: #161616;
    color: #fff;
}

.css-10hburv-MuiTypography-root {
    font-weight: 500 !important;
}

.page-wrapper {
    background-color: #fff;
    padding: 24px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-box-shadow: 3px 3px 10px 3px #F5F5F5;
    -moz-box-shadow: 3px 3px 10px 3px #F5F5F5;
    box-shadow: 3px 3px 10px 3px #F5F5F5;
}
.css-1d3z3hw-MuiOutlinedInput-notchedOutline,
.form-control {
    box-shadow: none !important;
    border-radius: 14px !important;
    -webkit-border-radius: 14px !important;
    -moz-border-radius: 14px !important;
    -ms-border-radius: 14px !important;
    -o-border-radius: 14px !important;
    border-color: #e6e6e6 !important;
}
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input{
    padding: 7.5px  32px !important;
}
.css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input{    
    padding: 7.5px  32px !important;
}
.form-check-input{
    box-shadow: none !important;
    border-color: #e6e6e6 !important;
}
.form-check-input:checked    
{
    background-color: #F15B26 !important;
    border-color: #F15B26 !important;
}
.css-9npbnl-MuiFormLabel-root-MuiInputLabel-root,
.form-label {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
    margin: 10px 0;
}

.page-link:focus,
.page-link {
    box-shadow: none !important;
}

.page-item .page-link {
    border: 0;
    color: rgba(0, 0, 0, 0.6) !important;
    font-weight: 500;
    font-size: 16px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 14px !important;
    -webkit-border-radius: 14px !important;
    -moz-border-radius: 14px !important;
    -ms-border-radius: 14px !important;
    -o-border-radius: 14px !important;
    font-size: 25px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1;
}

.active>.page-link,
.page-link.active {
    background-color: transparent !important;
    color: #000 !important;
}

.custom-table .table {
    margin-bottom: 44px;
}

.custom-table .table th {
    background-color: #F8F8F8;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: 10px;
}

.custom-table .table th:last-child {
    border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    -ms-border-radius: 14px 0 0 14px;
    -o-border-radius: 14px 0 0 14px;
}

.custom-table .table th:first-child {
    border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    -ms-border-radius: 0 14px 14px 0;
    -o-border-radius: 0 14px 14px 0;
}

.custom-table .table tbody tr td {
    padding: 10px;
    position: relative;
}

.custom-table .status {
    width: fit-content;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 3px 10px;
    font-weight: 500;
}

.custom-table .status.paid {
    background-color: rgba(107, 203, 120, 0.1);
    color: #6bcb77;
}

.custom-table .status.not-complete {
    background-color: #FF6B6B1a;
    color: #FF6B6B;
}
.custom-table .has-dropdown{
    position: relative;
    height: 100%;
    cursor: pointer;
}
.custom-table .dropdown{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    transform-origin: top;
    z-index: 1200;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.custom-table .has-dropdown:hover .dropdown{
    transform: translateX(-50%) scale(1);
}
.custom-table .action .btn{
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    padding: 5px 10px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}
.custom-table .action .btn.delete{
    background-color: #FF6B6B;
    color: #fff;
}
.custom-table .action .btn.edit{
    background-color: #6BCB77;
    color: #fff !important;
}

.custom-table .action .btn:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.custom-table .action .btn.delete:hover{
    background-color: #ff6b6b7a;
}
.custom-table .action .btn.edit:hover{
    background-color: #6bcb7877;
}

.table-warpper .btn {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    font-weight: 500;
}

.table-warpper .form-group .form-control::placeholder,
.table-warpper .form-group .form-control {
    color: rgba(0, 0, 0, 0.5);
}

.table-warpper .form-group .form-control {
    padding-right: 40px;
}

.btn {
    font-weight: 500 !important;
    border: none !important;
    border-radius: 14px !important;
    -webkit-border-radius: 14px !important;
    -moz-border-radius: 14px !important;
    -ms-border-radius: 14px !important;
    -o-border-radius: 14px !important;
}

.btn-primary {
    background: linear-gradient(90deg, #F15B26 0%, #F99D36 100%);
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #F99D36 0%, #FF6B6B 100%);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.modal-header .btn-close {
    margin-right: auto !important;
    margin-left: unset !important;
}

.modal.show .modal-dialog {
    margin-top: 130px;
}

.modal-footer {
    justify-content: flex-start !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background-color: #F15B26 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

/* Starting Loading Screen */

.loading-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #000;
    z-index: 9999999999;
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    color: #F15B26;
}

.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}

.loader:after {
    color: #161616;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        -moz-transform: translate(-50%, -50%) rotateZ(0deg);
        -ms-transform: translate(-50%, -50%) rotateZ(0deg);
        -o-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        -moz-transform: translate(-50%, -50%) rotateZ(360deg);
        -ms-transform: translate(-50%, -50%) rotateZ(360deg);
        -o-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -moz-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        -o-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%,
    100% {
        -webkit-box-shadow: .2em 0px 0 0px currentcolor;
        -moz-box-shadow: .2em 0px 0 0px currentcolor;
        -ms-box-shadow: .2em 0px 0 0px currentcolor;
        -o-box-shadow: .2em 0px 0 0px currentcolor;
        box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
        -webkit-box-shadow: .2em .2em 0 0 currentcolor;
        -moz-box-shadow: .2em .2em 0 0 currentcolor;
        -ms-box-shadow: .2em .2em 0 0 currentcolor;
        -o-box-shadow: .2em .2em 0 0 currentcolor;
        box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
        -webkit-box-shadow: 0 .2em 0 0px currentcolor;
        -moz-box-shadow: 0 .2em 0 0px currentcolor;
        -ms-box-shadow: 0 .2em 0 0px currentcolor;
        -o-box-shadow: 0 .2em 0 0px currentcolor;
        box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
        -webkit-box-shadow: -.2em .2em 0 0 currentcolor;
        -moz-box-shadow: -.2em .2em 0 0 currentcolor;
        -ms-box-shadow: -.2em .2em 0 0 currentcolor;
        -o-box-shadow: -.2em .2em 0 0 currentcolor;
        box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
        -webkit-box-shadow: -.2em 0 0 0 currentcolor;
        -moz-box-shadow: -.2em 0 0 0 currentcolor;
        -ms-box-shadow: -.2em 0 0 0 currentcolor;
        -o-box-shadow: -.2em 0 0 0 currentcolor;
        box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
        -webkit-box-shadow: -.2em -.2em 0 0 currentcolor;
        -moz-box-shadow: -.2em -.2em 0 0 currentcolor;
        -ms-box-shadow: -.2em -.2em 0 0 currentcolor;
        -o-box-shadow: -.2em -.2em 0 0 currentcolor;
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
        -webkit-box-shadow: 0px -.2em 0 0 currentcolor;
        -moz-box-shadow: 0px -.2em 0 0 currentcolor;
        -ms-box-shadow: 0px -.2em 0 0 currentcolor;
        -o-box-shadow: 0px -.2em 0 0 currentcolor;
        box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
        -webkit-box-shadow: .2em -.2em 0 0 currentcolor;
        -moz-box-shadow: .2em -.2em 0 0 currentcolor;
        -ms-box-shadow: .2em -.2em 0 0 currentcolor;
        -o-box-shadow: .2em -.2em 0 0 currentcolor;
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}


/* Ending Loading Screen */
/*End Rules*/


/*Start Header*/

.table-warpper .form-group,
header .search .form-group {
    position: relative;
}

.table-warpper .form-group i,
header .search i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 10px;
}

header .search .form-control {
    padding-right: 50px;
    background-color: #F8F8F8;
    color: rgba(0, 0, 0, 0.5);
    border: none;
}

header .info div {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
}

header .info div:last-of-type {
    border-left: none
}

header .info div p:first-of-type {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    margin-bottom: 5px;
}

header .info div p:last-of-type {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}

header .tools {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 24px;
}

header .account .btn {
    border-radius: 18px !important;
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    -ms-border-radius: 18px !important;
    -o-border-radius: 18px !important;
    overflow: hidden;
    background-color: #f8f8f8;
    border: none;
    padding: 5px 5px 5px 15px !important;
}

header .account .btn img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    margin-left: 10px;
}

header .account .btn span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 30px;
}


/*End Header*/


/*Start Sidebar*/

.sidebar-link {
    padding: 10px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}

.sidebar-link.active {
    background: linear-gradient(90deg, rgba(241, 91, 38, 1) 0%, rgba(249, 157, 54, 1) 100%);
}

.sidebar-item .dropdown {
    display: none;
}

.sidebar-link.active+.dropdown,
.sidebar-item:hover .dropdown {
    display: block;
}

.sidebar-item .dropdown li {
    position: relative;
}

.sidebar-item .dropdown li::after,
.sidebar-item .dropdown li::before {
    content: '';
    position: absolute;
}

.sidebar-item .dropdown li::before {
    right: 20px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-item .dropdown li::after {
    right: 18px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #A2A2A2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 2
}

.sidebar-item .dropdown li:hover:after,
.sidebar-item .dropdown li.active::after {
    background-color: #fff;
}

.sidebar-item .dropdown li a {
    color: rgba(255, 255, 255, 0.6) !important;
}

.sidebar-item .dropdown li:hover a,
.sidebar-item .dropdown li.active a {
    color: #fff !important;
}


/*end Sidebar*/
.country,
.city{
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 10px 3px #F5F5F5;
    -moz-box-shadow: 3px 3px 10px 3px #F5F5F5;
    box-shadow: 3px 3px 10px 3px #F5F5F5;
    margin: 10px 0;
    padding: 10px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}
/*end Sidebar*/
/*Start login*/
.login{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    
}
.login form{
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-box-shadow: 3px 3px 10px 3px #F5F5F5;
    -moz-box-shadow: 3px 3px 10px 3px #F5F5F5;
    box-shadow: 3px 3px 10px 3px #F5F5F5;
    text-align: center;
}
/*end login*/