@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@500;700;800;900&display=swap');
html .login {
    padding-bottom: 0rem;
    padding-top: 0rem;
}

.arabic-word {
    font-family: 'Tajawal', sans-serif !important;
}

.english-word {
    font-family: 'Roboto', sans-serif !important;
}

.pagination nav div:nth-of-type(2) div:nth-of-type(2) span {
    float: left !important;
    display: inline-flex !important;
}

.pagination nav div:nth-of-type(2) {
    display: block !important;
}

input:read-only {
    background-color: #efefef;
}

.form-check-switch {
    width: 60px;
    background-color: rgb(240, 240, 240);
}

.form-check-switch:before {
    background-color: #fff;
}

.form-check-switch:checked:before {
    margin-left: 35px;
}

.content-modal-body {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
}

.items-table {
    display: none;
    width: 100%;
}

.accordion-header .radio {
    width: 16px !important;
    height: 16px !important;
    margin-bottom: -2.5px;
}

.view-address {
    display: none;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #efefef;
}

.accordion .accordion-item:last-child {
    margin-bottom: -0.5rem;
}

.gap-32 {
    gap: 8rem;
}

.mr-auto-custom {
    margin-right: auto;
}

.ml-auto-custom {
    margin-left: auto;
}

.mr-2-custom {
    margin-right: .5rem;
}

.ml-2-custom {
    margin-left: .5rem;
}

.lg-z-index {
    z-index: 5000 !important;
}

.login {
    direction: ltr !important;
}

.login .language-menu {
    position: absolute;
    right: 30px;
    top: 25px;
}

.m-auto {
    margin: auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (min-width: 1280px) {
    .xl\:pt-0 {
        padding-top: 0px;
    }
    .login .login-form {
        margin-left: auto;
        margin-right: 80px;
        margin-top: 26%;
    }
}

@media (min-width: 640px) {
    .modal.modal-bg .modal-dialog {
        width: 850px !important;
    }
}

@media (max-width: 1280px) {
    .login {
        padding-bottom: .75rem;
        padding-top: .75rem;
    }
    .login .logo-mobile-text {
        display: block !important;
    }
    .login .logo-mobile-text a {
        padding: 0px;
        padding-top: 20px;
    }
    .login .login-form {
        margin-top: 0px;
    }
}

@media (max-width: 639px) {
    .pagination nav div:first-child {
        display: none !important;
    }
}

@media (max-width: 400px) {
    .items-table td {
        padding: 1.5px !important;
    }
    .items-table th {
        font-size: 10px !important;
        padding: 0px !important;
    }
    .items-table th:first-child,
    .items-table td:first-child {
        display: none !important;
    }
    .items-table select {
        width: 40px !important;
        padding-left: 5px;
        padding-right: 5px;
    }
}
