/* arabic */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@500&display=swap');

@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/tsstApxBaigK_hnnQ1iFow.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.custom-field em {
    font-size: 20px;
    margin-bottom: 17px;
    padding: 9px;
    border-radius: 7px;
    border: 1px solid #f0f0f0;
    margin-top: 9px;
}

.custom-field p {
    text-align: center;
    margin-top: 15px;
}

.custom-field:hover {
    border-color: #073b4c;
}

.custom-field {
    transition: all .2s cubic-bezier(.785, .135, .15, .86) 0s;
    width: 202px;
    min-height: 155px;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: right;
    height: 215px;
    margin: 10px;
}

.sBlock {
    transition: all .3s ease-in-out;
}

.sBlock:hover {
    cursor: pointer;
    box-shadow: 0 3px 12px 1px rgb(43 55 72 / 15%) !important;
}

.overview-stats-card img {
    border: 2px solid #ef476f;
    padding: 8px;
    border-radius: 7px;
    /* margin-left: 10px; */
}

.nk-wg1-block {
    display: flex;
    padding: 1.25rem;
    align-items: flex-start;
    flex-direction: column;
}

.nk-wg1-img {
    width: 84px;
    margin-left: 0;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    text-align: center;
    padding: .125rem;
}

.nk-wg1-text {
    color: #8094ae;
}

.nk-wg1-action {
    margin-top: auto;
    border-top: 1px solid #e5e9f2;
}

.nk-wg1-action .link {
    position: relative;
    display: block;
    line-height: 1.3;
    padding: 1.25rem;
    padding-right: 2.5rem;
    white-space: inherit;
}

.nk-wg1-action .link:hover {
    background-color: #f5f6fa;
}

.nk-wg1-action .link .icon {
    position: absolute;
    right: 1.25rem;
    margin-right: -.25rem;
    margin-top: -1px;
}

@media (min-width: 576px) {
    .nk-wg1-block {
        padding: 1.5rem;
    }

    .nk-wg1-action .link {
        padding: 1.5rem;
        padding-right: 2.75rem;
    }
}

@media (min-width: 1200px) {
    .nk-wg1-img {
        margin-bottom: 0;
    }

    .nk-wg1-block {
        flex-direction: row;
        align-items: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.nk-help {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nk-help-img {
    width: 120px;
    margin-right: 0;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    text-align: center;
    padding: .125rem;
}

.nk-help-action {
    flex-shrink: 0;
    margin-top: 1.5rem;
    width: 100%;
    margin-bottom: 0.125rem;
}

@media (min-width: 768px) {
    .nk-help {
        flex-wrap: nowrap;
    }

    .nk-help-img {
        margin-right: 1.5rem;
        margin-bottom: 0;
    }

    .nk-help-text {
        flex-grow: 1;
        padding: .5rem 1rem .5rem .5rem;
    }

    .nk-help-action {
        width: auto;
        margin-top: 0;
        padding-left: 1.5rem;
    }
}


.tools:not(.show__) {
    transform: translateY(-200%);
}

.tools.show__ {
    transform: translateY(0);
}

@media screen and (max-width: 584px) {
    .tools p {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 770px) {
    .tools ul li {
        padding: 10px !important;
    }

    .tools {
        padding: 15px 10px !important;
    }
}

@media screen and (max-width: 389px) {
    .sub--item:last-child {
        margin-left: 0 !important;
    }
}

.tools {
    padding: 2px 40px;
    background-color: #6576ff;
    width: 100%;
    position: fixed !important;
    z-index: 99999;
    transition: 0.3s all ease-in-out;
}

.tools ul li {
    padding: 10px;
}

.sub--item a {
    color: white;
}

.sub--item a:hover {
    color: #526484;
}

.sub--item:not(:first-child) {
    transition: 0.3s all ease-in-out;
    margin-left: 20px;
}

.sub--item:hover a {
    color: #526484;
}

.sub--item:hover {
    background-color: white;
}


.toastr-text {
    text-align: right;
}

.passcode-switch em {
    color: white !important;
}

.form-group.password-group .form-icon {
    position: absolute !important;
    top: 53px !important;
    right: 2px;
}


.button-container {
    position: absolute;
    bottom: -20px;
    left: 48%;
    background: #2a2d34;
    padding: 2px 5px;
    border: 1px solid;
    transform: translateX(-30%);
}

.button-container a {
    color: white;
}

.loader {
    height: 100vh;
    position: fixed;
    width: 100%;
    background-color: #00000042;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    display: none;
}

.has-loader {
    max-height: 100%;
    overflow: hidden;
}

#_result_js {
    max-height: 300px !important;
    overflow: auto !important;
}

.invalid {
    color: #e85347 !important;
    font-size: 11px !important;
    font-style: normal !important;
}

a.close {
    border: 1px solid #dbdfea !important;
    border-radius: 5px !important;
}

.rotate-x:hover {
    transform: rotate(180deg) !important;
    transition: all .3s ease-in-out !important;
}

body {
    overflow-x: hidden !important;
}

.qrCodeWrapper img {
    max-height: 350px !important;
}


div#modal_order_details .modal-content {
    width: 100% !important;
    height: 90vh !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}

div#modal_order_details .modal.fade .modal-dialog {
    width: 95% !important;
    min-width: initial !important;
    max-width: initial !important;
}

div#modal_order_details ul.nav.nav-tabs {
    border-bottom: 1px solid #dbdfea !important;
}

div#modal_order_details .profile-ud-list {
    max-width: initial !important;
}

.has-rtl .nk-sidebar ul.nk-menu-sub {
    padding-right: 30px !important;
}

.nk-sidebar ul.nk-menu-sub {
    padding-left: 30px !important;
}

.nk-sidebar ul.nk-menu-sub li {
    padding: 11px 20px !important;
}

.tb-tnx-head th {
    font-size: 15px !important;
    letter-spacing: 0 !important;
}

@media screen and (max-width: 576px) {
    .tb-tnx-head th {
        font-size: 11px !important;
        letter-spacing: 0 !important;
    }
}

.nk-sidebar li.nk-menu-item a {
    padding: 3px 9px !important;
}

li.sub--item.rounded-lg {
    vertical-align: baseline !important;
}

a.top_tool_action {
    vertical-align: middle !important;
}

.overview-stats-card {
    border-bottom: 6px solid #ef476f !important;
}

.nk-sidebar li.nk-menu-item img {
    padding: 9px !important;
    border-radius: 7px !important;
    margin-left: 6px !important;
    width: 56px !important;
}

.nk-sidebar li.nk-menu-item a {
    color: white !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.nk-sidebar {
    background: #073b4c !important;
}

.custom-file-input~.error,
.custom-file-input~.invalid,
.form-control~.error,
.form-control~.invalid {
    font-style: normal !important;
}

body.has-rtl,
.has-rtl h2,
.has-rtl h3,
.has-rtl h4,
.has-rtl h5,
.has-rtl h6,
.has-rtl span,
.has-rtl label,
.has-rtl p,
.has-rtl a,
.has-rtl .h1,
.has-rtl .h2,
.has-rtl .h3,
.has-rtl .h4,
.has-rtl .h5,
.has-rtl .h6,
.has-rtl .page-title,
.has-rtl .title,
.has-rtl .btn,
.has-rtl .nk-block-title,
.has-rtl .badge {
    font-family: 'Almarai', sans-serif !important;
}

span,
p {
    font-family: 'Almarai', sans-serif !important;
}

@media screen and (min-width: 1200px) {
    .tools {
        z-index: 999 !important;
    }

    .nk-sidebar {
        z-index: 99 !important;
    }
}

#_number_selected,
#_number_user_selected,
#_number_selected_,
#_count_numbers,
#_number_selected_cities,
#_number_selected_reports {
    background: none !important;
    width: 45px !important;
    height: 45px !important;
    padding: 10px !important;
    color: white !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    border: 2px solid white !important;
    margin-bottom: 0 !important;
}


.user-info {
    margin-right: 1rem !important;
}

.dropdown-inner em {
    margin-left: 10px !important;
}

.link-list-opt a .icon {
    margin-left: 10px !important;
}

@media screen and (max-width: 576px) {
    .over_flow {
        overflow: hidden;
        overflow-x: scroll;
    }
}


.ni-arrow-left {
    transform: rotate(180deg)
}

body.has-rtl .has-sub.active>.nk-menu-toggle:after {
    transform: translateY(-50%) rotate(-90deg) !important;
}

.nk-sidebar .nk-menu>li .nk-menu-sub .nk-menu-link {
    padding-right: 30px !important;
    padding-left: 0 !important;
}

.nk-tb-actions {
    justify-content: flex-start !important;
}

.nav-tabs .nav-link .icon+span {
    margin-right: 0.5rem !important;
}

.nav .nav-link .icon+span,
.nav .nav-link span+.icon {
    margin-right: 0.75rem !important;
}

.data-more em.rotate {
    transform: rotate(180deg) !important;
}

@media (min-width: 768px) {

    .tb-odr-id+span,
    .tb-odr-total+span {
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }
}

.tb-odr-head th {
    letter-spacing: 0 !important;
}

.overline-title {
    letter-spacing: 0 !important;
}

.btn .icon+span,
.btn span+.icon {
    padding-right: 8px !important;
}

.user-toggle {
    display: flex !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
    padding: 0 1px 1px !important;
}

.modal-title {
    margin-right: 10px !important;
}

.list-status .icon {
    margin-left: .375rem !important;
    margin-right: 0 !important;
}

.list-status li {
    padding-left: 1rem !important;
    padding-right: 0 !important;
}

.form-icon-right+.form-control {
    padding-right: 1rem !important;
    padding-left: calc(1rem + 24px) !important;
}

.form-icon-right {
    right: auto !important;
    left: 3px !important;
}

.overline-title {
    letter-spacing: 0 !important;
}

.texts h5 {
    margin-left: 10px !important;
}

#toast-container[class*="-right"] .toastr {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.passcode-switch {
    background: #6576ff;
    top: 70%;
    left: 3px;
    border-radius: 4px;
    color: white !important;
}

.toastr-text {
    text-align: right;
}

.passcode-switch em {
    color: white !important;
}

.form-group.password-group .form-icon {
    position: absolute !important;
    top: 53px !important;
    right: 2px;
}

.tools:not(.show__) {
    transform: translateY(-200%);
}

.tools.show__ {
    transform: translateY(0);
}

@media screen and (max-width: 584px) {
    .tools p {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 770px) {
    .tools ul li {
        padding: 10px !important;
    }

    .tools {
        padding: 15px 10px !important;
    }
}

@media screen and (max-width: 389px) {
    .sub--item:last-child {
        margin-left: 0 !important;
    }
}

.tools {
    padding: 2px 40px;
    background-color: #6576ff;
    width: 100%;
    position: fixed !important;
    z-index: 99999;
    transition: 0.3s all ease-in-out;
}

.tools ul li {
    padding: 10px;
}

.sub--item a {
    color: white;
}

.sub--item a:hover {
    color: #526484;
}

.sub--item:not(:first-child) {
    transition: 0.3s all ease-in-out;
    margin-left: 20px;
}

.sub--item:hover a {
    color: #526484;
}

.sub--item:hover {
    background-color: white;
}

.button-container {
    position: absolute;
    bottom: -20px;
    left: 48%;
    background: #2a2d34;
    padding: 2px 5px;
    border: 1px solid;
    transform: translateX(-30%);
}

.button-container a {
    color: white;
}

.loader {
    height: 100vh;
    position: fixed;
    width: 100%;
    background-color: #00000042;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    display: none;
}

.has-loader {
    max-height: 100%;
    overflow: hidden;
}

.details-trigger {
    cursor: pointer;
}

/* .nk-sidebar.nk-sidebar-active {
    transform: translateX(0) !important;
}

@media (min-width: 1200px) {
    .nk-header.nk-header-fixed.is-light.desktop-active {
        right: 75px !important;
    }
}

.nk-sidebar ul.nk-menu-sub {
    padding-right: 0 !important;
    padding-left: 30px !important;
} */

.saveAsPdf {
    border: 0 !important;
}

.saveAsPdf:hover {
    border: 0 !important;
    color: #526484 !important;
    background: none !important;
}

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

._tr_download {
    cursor: pointer;
}

._tr_download:hover {
    background-color: #f7f7f7
}

._action_container a.action {
    padding: 10px;
}

/* ._action_container a.action:not(:last-child) {
    margin-right: 10px;
} */

.form-control {
    color: #3c4d62 !important;
}

#_result_js {
    text-align: left;
    direction: ltr;
    position: absolute;
    z-index: 99;
    background-color: white;
    top: 60px;
    border: 1px solid #e9e9e9;
    width: 150px;
    left: 0;
    padding: 15px 7px;
}

i,
.fal,
.far {
    font-family: "Font Awesome 5 Pro" !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.nk-block-tools {
    flex-wrap: wrap;
}

.progress {
    display: flex;
    height: .5rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #f5f6fa;
    border-radius: 2px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6576ff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar {
    height: 100%;
    line-height: 1;
}

.progress-md {
    height: .375rem;
}

.progress-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8094ae;
    margin-bottom: 0.25rem;
}

.progress-label {
    font-size: 0.875rem;
}

.progress-amount {
    font-size: 12px;
    padding-left: .5rem;
}

#_result_js {
    top: auto;
    width: 200px;
}

#_result_js {    
    top: 100%;
    margin-top: 5px;
}

@media screen and (max-width: 576px) {
    .filter-wg.dropdown-menu.dropdown-menu-xl.dropdown-menu-right.show {
        position: fixed !important;
        left: 124px !important;
        top: 203px !important;
    }

    .tools ul {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .sub--item {
        margin: 0 !important;
    }
}

#main-dropdown {
    position: absolute;
    top: 55px;
    background-color: white !important;
    z-index: 999;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.sortable li {
    background-color: #f3f3f3;
    padding: 10px !important;
    border-radius: 10px;
    text-align: center
}

.sortable li:not(:last-child) {
    margin-bottom: 10px;
}

.product-img {
    object-fit: contain;
    height: 35px;
    width: 50px;
}

span.active {
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    color: white;
    background: #6576ff !important;
}

img.settings-image {
    min-height: 80px;
}


.advanced-actions {
    padding: 10px 10px;
    transform-origin: top;
    overflow: hidden;
    transform: scaleY(1);
    max-height: 100%;
    transition: padding .3s ease-in-out, max-height .3s ease-in-out, transform .5s ease-in-out;
}

.advanced-actions:not(.active) {
    max-height: 0;
    transform: scaleY(0);
    padding: 0;
}

.advanced-actions li a {
    display: block;
    color: white;
    padding: 7px 30px;
    transition: all .1s;
}

.advanced-actions li a:hover {
    background: white;
    color: black;
}

.has-rtl .profile-ud-value {
    text-align: right;
}

.product-img {
    border: 1px solid #dbdfea;
    border-radius: 8px;
}

.lang_dropdown {
    border: 1px solid #dbdfea;
    border-radius: 8px;
}

.lang_dropdown:hover {
    cursor: pointer;
}

@media screen and (min-width: 567px) {
    .wider .profile-ud-label {
        width: 260px;
    }

    ul.details-modal-btn-actions li {
        display: inline-block;
        margin-left: 10px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 15px 40px;
    }

    ul.details-modal-btn-actions li .btn-action {
        font-size: 15px;
    }
}

.client_info_list .profile-ud-item {
    width: 100% !important;
}

ul.details-modal-btn-actions {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #0000000d;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media(max-width: 765px) {
    ul.details-modal-btn-actions {
        padding: 30px 0;
    }
}

ul.details-modal-btn-actions li {
    width: 230px;
    background-color: #ef476f;
    border-radius: 40px;
    padding: 3px 15px;
    transition: all .3s ease-out;
}

ul.details-modal-btn-actions li:hover {
    background: #df1344;
}

ul.details-modal-btn-actions li:last-child {
    margin-left: 0px;
}

ul.details-modal-btn-actions li .btn-action {
    color: white;
    font-size: 15px;
    font-size: 14px !important;
}

ul.details-modal-btn-actions li a:hover {
    color: white;
}

.nk-menu-item.active.current-page {
    position: relative;
}

.nk-menu-item.active.current-page:before {
    left: 0;
}

body.has-rtl .nk-menu-item.active.current-page:before {
    right: 0;
}

.nk-menu>.nk-menu-item.active.current-page:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #6576ff;
    top: 0;
}

.forgot-password {
    position: absolute;
    top: 45px;
    right: 47px;
}

@media (min-width: 768px) {

    header,
    header>div {
        flex-direction: row !important;
    }

    header {
        width: 100% !important;
    }

    .texts {
        margin-top: 0 !important;
    }

    .texts h5 {
        margin-bottom: 0 !important;
    }

    .texts h5 {
        margin-right: 1em !important;
        margin-bottom: 0 !important;
    }
}

header {
    width: fit-content;
    margin: auto
}


header,
header>div {
    align-items: center !important;
    flex-direction: column;
}

.texts {
    margin-top: 2em;
    justify-content: center !important
}


.texts h5 {
    margin-right: 0;
    margin-bottom: 1em;
}


.btn-login {
    background: #ef476f;
    border-color: #ef476f;
}

.btn-login:hover,
.btn-register:hover {
    background: #06d6a0;
    border-color: #06d6a0;
}

.passcode-switch {
    background: #ef476f;
}

.forgot-password a,
.form-note-s2.text-center strong,
.form-login-note {
    color: #ef476f !important;
}

input#login-email {
    font-size: 13px;
}

input#password {
    font-size: 13px;
}

.welcome-back-word {
    color: #ef476f;
    font-size: 35px;
}


form#login-form input:focus {
    outline: 0;
    border: 1px solid #dbdfea !important;
    box-shadow: none !important;
}

.btn-login,
.btn-register,
.btn-register:disabled {
    background: #ef476f !important;
    border-color: #ef476f !important;
}

.btn-login:hover {
    background: #06d6a0;
    border-color: #06d6a0;
}

/*********************** login *********************/

.forgot-password {
    position: absolute;
    top: 45px;
    right: 47px;
}

@media (min-width: 768px) {

    header,
    header>div {
        flex-direction: row !important;
    }

    header {
        width: 100% !important;
    }

    .texts {
        margin-top: 0 !important;
    }

    .texts h5 {
        margin-bottom: 0 !important;
    }

    .texts h5 {
        margin-right: 1em !important;
        margin-bottom: 0 !important;
    }
}

header {
    width: fit-content;
    margin: auto
}

header,
header>div {
    align-items: center !important;
    flex-direction: column;
}

.texts {
    margin-top: 2em;
    justify-content: center !important
}

.texts h5 {
    margin-right: 0;
    margin-bottom: 1em;
}

.login-card .btn-login {
    background: #ef476f;
    border-color: #ef476f;
}

.login-card .btn-login:hover {
    background: #06d6a0;
    border-color: #06d6a0;
}

.login-card .passcode-switch {
    background: #ef476f;
}

.login-card .forgot-password a,
.form-note-s2.text-center strong {
    color: #ef476f !important;
}

input#login-email {
    font-size: 13px;
}

input#password {
    font-size: 13px;
}

.welcome-back-word {
    color: #ef476f;
    font-size: 35px;
}


form#login-form input:focus {
    outline: 0;
    border: 1px solid #dbdfea !important;
    box-shadow: none !important;
}


body:not(.has-rtl) .nk-wrap.desktop-active {
    padding-left: 75px !important;
    padding-right: 0 !important;
}

body:not(.has-rtl).has-sidebar .nk-header.desktop-active {
    left: 75px !important;
}

.nk-header.desktop-active {
    left: 0px;
}

body:not(.has-rtl) .nk-header {
    left: 0;
    right: 0px !important;
}

.has-rtl .wider .profile-ud-value {
    text-align: right !important;
}

.wider .profile-ud-value {
    text-align: left !important;
}

.lang-title {
    vertical-align: middle;
}

img.logo-login {
    position: absolute;
    top: -30px;
    right: 50%;
    transform: translateX(50%);
}

._user_select .user-avatar {
    margin-right: 10px;
}

.orders_table tr,
.orders_table td {
    border-bottom: 1px solid #dbdfea;
}

.orders_table th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #8094ae;
    font-size: .9em;
    border-bottom: 1px solid #dbdfea;
    font-weight: lighter
}

.has__check::after,
.has__check::before {
    content: "" !important
}

.orders_table_container .row::first-child,
.orders_table_container .row::last-child,
.stock__table__container .row:first-child,
.stock__table__container .row:last-child {
    display: none !important
}

.w-60px {
    width: 60px !important;
}

.orders_table_container .col-sm-12,
.stock__table__container .col-sm-12 {
    padding-inline: 0 !important;
}

.orders_table_container .row:nth-child(2),
.stock__table__container .row:nth-child(2) {
    margin: 0 !important;
}


#content__table:not(.not_hidden) .row:nth-child(1) {
    display: none !important;
}

#content__table:not(.not_hidden) .row:nth-child(3) {
    display: none !important;
}

.city-name {
    text-align: right;
    color: black;
    font-weight: 600;
}

.orders-date-filter {
    margin-right: 100px;
}

.new-btn {
    margin-left: 50px;
}

.user-info {
    margin-left: 15px;
}

input {
    font-family: 'Arial', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.text-low {
    font-size: 14px;
}