@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --z-fixed: 100;
}

*,
::before,
::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    background-color: #f1f5f8;
}

a {
    text-decoration: none;
}

a:hover {
    color: #938f7c;
}

.h1, h1, .h2, h2 {
    margin-bottom: 0;
    font-weight: 600;
}

.shadow-2 {
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
}

.rotate-90:after {
    transform: rotate(90deg);
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2rem;
    }

    .h2, h2 {
        font-size: 1.7rem;
    }
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: white;
    z-index: var(--z-fixed);
    transition: 0.5s;
}

.header .header-logo img {
    /*max-width: 190px;*/
    width: 100%;
}

.header .header-logo .header_toggle {
    color: #a90017;
    font-size: 1.5rem;
    cursor: pointer;
}

.header .header-logo .header_toggle:hover {
    color: #938f7c;
}

.user-menu img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user-menu .dropdown-toggle:after {
    display: none;
}

.user-menu .dropdown-menu {
    min-width: 12rem;
    transform: translate(-152px, 52px) !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: none;
}

.user-menu .dropdown-menu .user-body .dropdown-item {
    padding: 0.45rem 1rem;
}

.user-menu .dropdown-menu .user-body .dropdown-item.active, .user-menu .dropdown-menu .user-body .dropdown-item:active {
    background-color: #a90017;
}

.user-menu .dropdown-menu .user-body .dropdown-item.active i, .user-menu .dropdown-menu .user-body .dropdown-item:active i {
    color: white !important;
}

.user-menu .dropdown-menu .user-body .dropdown-item i {
    width: 18px;
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -244px;
    width: calc(var(--nav-width) + 176px);
    height: 100vh;
    background-color: #a90017;
    transition: 0.5s;
    z-index: var(--z-fixed);
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-right: 1rem;
}

.l-navbar:hover {
    width: calc(var(--nav-width) + 176px) !important;
}

.l-navbar .active {
    background-color: transparent !important;
}

.l-navbar .nav .nav_list .submenu .nav_link {
    padding: 0.5rem 0 0 1.8rem;
}

.l-navbar .has-menu > .nav_link:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 3px;
    font-size: 10px;
    transition: 0.5s;
}

.l-navbar.show .active {
    background-color: rgba(255, 215, 0, 0.2) !important;
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.nav .nav_list {
    overflow: auto;
    padding: 1rem 1rem 1rem 0;
    width: calc(var(--nav-width) + 176px);
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
}

.nav .nav_list::-webkit-scrollbar {
    display: none;
}

.nav .nav_list .submenu {
    width: 100%;
    font-size: 15px !important;
}

.nav .nav_list .submenu .nav_link {
    padding: 0.5rem 0 0.5rem 1.7rem;
}

.nav_logo,
.nav_link {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}

.nav_link {
    position: relative;
    color: #fffffd;
    margin-bottom: 0.7rem;
    transition: 0.3s;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav_link i {
    width: 18px;
}

.nav_link:hover {
    color: #938f7c;
}

.nav_icon {
    font-size: 1.25rem;
}

.show {
    left: 0;
}

#main-pd {
    padding: 0 2rem;
    transition: 0.5s;
    margin: calc(var(--header-height) + 1rem) 0 0 0;
}

#main-pd .card {
    max-width: 100% !important;
    background-color: white;
    border-radius: 10px;
    border: none;
}

#main-pd .card .card-header {
    padding: 1.2rem 1rem 0.8rem;
    background-color: transparent;
}

.active {
    color: #938f7c;
}

.active::before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: #938f7c;
}

.height-100 {
    height: 100vh;
}

.global-spinner {
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.la-ball-spin-clockwise, .la-ball-spin-clockwise > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-spin-clockwise {
    display: block;
    font-size: 0;
    color: #938f7c;
}

.la-ball-spin-clockwise.la-dark {
    color: #333;
}

.la-ball-spin-clockwise > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-spin-clockwise {
    width: 32px;
    height: 32px;
}

.la-ball-spin-clockwise > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
    -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
    -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
    animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.la-ball-spin-clockwise > div:nth-child(1) {
    top: 5%;
    left: 50%;
    -webkit-animation-delay: -0.875s;
    -moz-animation-delay: -0.875s;
    -o-animation-delay: -0.875s;
    animation-delay: -0.875s;
}

.la-ball-spin-clockwise > div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    -webkit-animation-delay: -0.75s;
    -moz-animation-delay: -0.75s;
    -o-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

.la-ball-spin-clockwise > div:nth-child(3) {
    top: 50%;
    left: 95%;
    -webkit-animation-delay: -0.625s;
    -moz-animation-delay: -0.625s;
    -o-animation-delay: -0.625s;
    animation-delay: -0.625s;
}

.la-ball-spin-clockwise > div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.la-ball-spin-clockwise > div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    -webkit-animation-delay: -0.375s;
    -moz-animation-delay: -0.375s;
    -o-animation-delay: -0.375s;
    animation-delay: -0.375s;
}

.la-ball-spin-clockwise > div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    -webkit-animation-delay: -0.25s;
    -moz-animation-delay: -0.25s;
    -o-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

.la-ball-spin-clockwise > div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    -webkit-animation-delay: -0.125s;
    -moz-animation-delay: -0.125s;
    -o-animation-delay: -0.125s;
    animation-delay: -0.125s;
}

.la-ball-spin-clockwise > div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.la-ball-spin-clockwise.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-spin-clockwise.la-sm > div {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}

.la-ball-spin-clockwise.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-spin-clockwise.la-2x > div {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

@-webkit-keyframes ball-spin-clockwise {
    0%, 100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes ball-spin-clockwise {
    0%, 100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes ball-spin-clockwise {
    0%, 100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes ball-spin-clockwise {
    0%, 100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

.rtl .l-navbar {
    left: unset;
    right: -244px;
    padding-right: unset;
    padding-left: 1rem;
}

.rtl #main-pd {
    padding: 2rem;
}

.rtl .nav_link {
    border-radius: 5px 0 0 5px;
}

.rtl .user-menu .dropdown-menu {
    transform: translate(16px, 52px) !important;
}

.rtl .has-menu > .nav_link:after {
    content: "\f053";
    left: 19px;
    right: unset;
}

.rtl .submenu .nav_link {
    padding: 0.5rem 1.2rem 0.5rem 1.2rem !important;
}

.rtl .rotate-90:after {
    transform: rotate(-90deg);
}

.rtl .has-menu .nav_link {
    padding: 0.5rem 0.5rem 0.5rem 1.9rem;
}

.rtl .show {
    right: 0;
}

@media screen and (max-width: 991.98px) {
    .header {
        height: calc(var(--header-height) + 1rem) !important;
    }
}

@media screen and (min-width: 992px) {
    #main-pd {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 216px);
    }

    .rtl #main-pd {
        padding-left: 2rem;
        padding-right: calc(var(--nav-width) + 216px);
    }

    .header {
        height: calc(var(--header-height) + 1rem);
    }

    .l-navbar {
        left: 0;
    }

    .rtl .l-navbar {
        left: unset;
        right: 0;
    }

    .show {
        width: var(--nav-width);
    }

    .main-pd {
        padding-left: calc(var(--nav-width) + 2rem) !important;
    }

    .rtl .main-pd {
        padding-left: 2rem;
        padding-right: calc(var(--nav-width) + 2rem) !important;
    }
}

/*# sourceMappingURL=style.css.map */
.modal-header{
    background: #dc3545 !important;
    color: white !important;
}

.cursor-pointer:hover {
    cursor: pointer;
}