@font-face {
  font-family: jozoor;
  src: url('../fonts/jozoor.ttf');
}

/***********************************/
/*************** Sidebar ********************/
.nk-sidebar.is-dark {
    border-left-color: #a3d56b;
    background: url('/dashboard_assets/images/photo-1581264669997-3f222f331aaa.jpg') no-repeat;
    background-size: cover;
}

.nk-sidebar.is-dark:after {
    content: "";
    background-color: rgba(51, 82, 16, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.nk-sidebar.is-dark .nk-sidebar-head {
    border-color: #a3d56b;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.nk-sidebar.is-dark .nk-sidebar-element {
    position: relative;
    z-index: 9;
}

.nk-sidebar.is-dark .nk-menu-link, .nk-sidebar.is-dark .nk-menu-icon {
    color: #767676;
    letter-spacing: 0;
}

.nk-sidebar.is-dark .nk-menu-link:hover, .nk-sidebar.is-dark .nk-menu-link:focus, .nk-sidebar.is-dark .active > .nk-menu-link, .nk-sidebar.is-dark .nk-menu-link:hover .nk-menu-icon, .nk-sidebar.is-dark .nk-menu-item.active > .nk-menu-link .nk-menu-icon, .nk-sidebar.is-dark .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon, .nk-sidebar.is-dark .nk-tb-list, .nk-sidebar.is-dark .sub-text {
    color: #DA324B;
}

.nk-sidebar-brand {
    margin: 0 auto;
}

.logo-img {
    max-height: 60px;
}

.sub-text {
    color: #212121;
    font-size: 14px;
    font-weight: bold;
}

.is-dark .overline-title {
    font-weight: bold !important;
    font-size: 14px;
    color: #212121 !important;
    letter-spacing: 0;
}

.user-status {
    font-size: 15px;
    font-weight: bold;
    color: #212121;
}

/************/
a:hover {
    color: #DA324B;
}

.form-control:focus {
    border-color: #DA324B;
}

.btn-white.btn-outline-light:not(.btn-dim):not(:disabled):not(.disabled):hover {
    background: #a3d56b;
    border-color: #a3d56b;
}

.dropdown-menu-s1 {
    border-top: 3px solid #DA324B;
}

a.dropdown-toggle.nk-quick-nav-icon:hover, a.dropdown-toggle.nk-quick-nav-icon:focus {
    color: #a3d56b;
}

.swal2-styled.swal2-confirm {
    background-color: #8CC051;
    border-color: #8CC051 !important;
}

.nk-order-ovwg-data {
    border: 2px solid #DA324B;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(163, 213, 107, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(163, 213, 107, 0.5);
}

.alert-success {
    color: #8CC051;
    background-color: #cefd99;
    border-color: #cefd99;
}

.nk-order-ovwg-data.border-warning.text-secondary {
    border-color: #a3d56b !important;
    color: #a3d56b !important;
}

.btn-success:focus, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 50, 75, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(218, 50, 75, 0.5);
}

.preview-title-lg {
    letter-spacing: 0;
}

/******************login page **********************/
.nk-body.ui-clean {
        background-image: url(../images/favicon.png) !important;
    background-repeat: no-repeat !important;
    background-size: 500px !important;
    background-position: center !important;
    height: 100vh;
    position: relative;
}

@media(max-width : 767px){
    .nk-body.ui-clean {
    background-size: 70% !important;
    }
}

.nk-body.ui-clean:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.nk-body.ui-clean .nk-block.nk-block-middle.nk-auth-body {
    position: relative;
    z-index: 9;
}

.nk-body.ui-clean .nk-app-root {
    position: relative;
    z-index: 9;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nk-body.ui-clean .nk-block.nk-block-middle.nk-auth-body {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 7px 13px 0px #bababa;
    box-shadow: 0px 7px 13px 0px #bababa;
}

.nk-body.ui-clean a.logo-link {
    margin: 0 auto;
    display: table;
}

.nk-body.ui-clean a.logo-link .logo-img {
    max-height: 90px;
}

a.dashboard-preview.card.card-bordered.text-soft.bg-dark-dim {
    background-color: transparent !important;
    border-color: #DA324B;
    border-radius: 40px;
    font-family:jozoor;
}
a.dashboard-preview.card.card-bordered.text-soft.bg-success {
    background-color: transparent !important;
    border-color: #8CC051 !important;
    border-radius: 40px;
    font-family:jozoor;
}
a.dashboard-preview.card.card-bordered.text-soft.bg-success:hover , a.dashboard-preview.card.card-bordered.text-soft.bg-success:focus{
    background-color: #8CC051 !important;
}
a.dashboard-preview.card.card-bordered.text-soft.bg-dark-dim h6, a.dashboard-preview.card.card-bordered.text-soft.bg-dark-dim p:last-child {
    color: #fff;
}

a.dashboard-preview.card.card-bordered.text-soft.bg-dark-dim:hover, a.dashboard-preview.card.card-bordered.text-soft.bg-dark-dim:focus {
    background-color: #ea4961 !important;
    border-color: #ea4961;
}

a.dashboard-preview.card.card-bordered.text-soft.bg-success h6, a.dashboard-preview.card.card-bordered.text-soft.bg-success p:last-child {
    color: #fff;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #a3d56b !important;
}

.nk-body.ui-clean img.logo-dark.logo-img.logo-img-lg {
    max-height: 100px;
}

.nk-sidebar.is-dark .nk-menu-link, .nk-sidebar.is-dark .nk-menu-icon {
    color: white;
}
.card-stretch {
    margin: 0 auto !important;
    width: 100% !important;
}
.nk-body.ui-clean .row.g-gs {
    flex-wrap: nowrap;
}
.nk-body.ui-clean .row.g-gs>div {
    flex:1 1 0;
}
/**************** responsive **************/
@media (max-width: 599px) {
    .nk-body.ui-clean .row.g-gs>div {
        padding: 0 6px !important;
    }
    .dashboard-preview {
        height: 120px;
    }
    .nk-body.ui-clean .wide-md.text-center.m-auto.h-100 {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .nk-body.ui-clean .wide-md.text-center.m-auto.h-100 .logo-link {
        margin-top: 0 !important;
    }
}
@media (max-width: 480px) {
    .card-title-group .form-wrap.w-150px {
        width: 100px !important;
    }

    .card-inner-group .card-search.search-wrap.active {
        width: 135px !important;
    }

    .card-inner-group .card-search.search-wrap.active .search-back {
        left: 0;
        right: auto;
    }
}

/*# sourceMappingURL=customize.css.map */