
/*.toast-success {
  background-color: #00800026!important;
    padding: 20px 10px!important;
    border: solid 1px green!important;
}
.toast-error {
    background-color: #ff5757e0 !important;
    padding: 20px 10px !important;
    border: solid 1px #ff0606 !important;
}*/
.toast-error,.toast-success {
    background-color: #fff !important;
    padding: 20px 10px !important;
    border: solid 1px #fff !important;
}
.spinner-border.spinner-border-sm {
    width: 17px!important;
    height: 17px!important;
}
.nk-menu-link {
    padding: 0.5rem 40px 0.5rem 24px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.25rem;
}
.nk-menu-item + .nk-menu-heading {
    padding-top: 1rem;
}
.form-secret {
    width: 100%;
}
.underreview {
    --bs-text-opacity: 1;
    font-size: 9px;
    margin-left: 10px;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.approved {
    --bs-text-opacity: 1;
    font-size: 9px;
    margin-left: 10px;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

h5.nk-wgw-title.title {
    text-transform: capitalize;
}
@media (min-width: 1200px) {
/*@media (min-width: 1540px) {*/
    .nk-sidebar {
        width: 250px;
    }
}
@media (min-width: 1200px) {
    .nk-sidebar + .nk-wrap {
        padding-left: 250px;
    }
}
@media (min-width: 1200px) {
    .nk-sidebar + .nk-wrap > .nk-header-fixed {
        left: 250px;
    }
}
@media (min-width: 1200px) {
    .wide-lg {
        max-width: 100%!important;
    }
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 46, 134, 254;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}
.logo-img-lg {
    max-height: 25px;
}
.logo-img {
    max-height: 25px;
}
@import url('https://fonts.cdnfonts.com/css/gilroy-bold');
/*font-family: 'Gilroy-Bold', sans-serif;
font-family: 'Gilroy-Heavy', sans-serif;
font-family: 'Gilroy-Light', sans-serif;
font-family: 'Gilroy-Medium', sans-serif;
font-family: 'Gilroy-Regular', sans-serif;*/
@media (min-width: 1560px) {
    .nk-sidebar .nk-menu {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.is-dark .nk-wg7-title, .is-dark .nk-wg7-note {
    color: #a0b0c6;
}
.card-bordered.is-dark {
    border-color: #000000;
}

.card.is-dark {
    background: #000000;
}
body, html {
font-family: 'Gilroy-Regular', sans-serif;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Gilroy-Bold', sans-serif;
}
.nk-menu-link {
   font-family: 'Gilroy-Medium', sans-serif;
}
.is-dark .nk-wgw-balance .amount-sm {
    color: #b1b3b6;
}
.modal {

    background-color: #000000cc;
}

p {

    font-size: 16px;
}
.Modalloader {
    width: 72px;
    height: 72px;
}
div#loader {
    text-align: center;
    font-size: 16px;
}
.user-avatar, [class^=user-avatar]:not([class*=-group]) {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    position: relative;
}
.nk-wgw-add a .title {
    color: #000000;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}
a {
    color: #000000;
    text-decoration: none;
}

.nodata {
    display: block;
    text-align: center;
    padding: 20px;

}

/* Slide-in animation for success and error toasts */
.toast-success, .toast-error {
    animation: slideInRight 0.5s ease-in-out;
}

/* Define the slide-in animation */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.swal2-title {
    font-family: 'Gilroy-Regular', sans-serif;
}
.toast-error, .toast-success {
    background-color: #fff !important;
    padding: 5px !important;
    border: solid 0px #fff !important;
}
.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: -0.5rem auto 1.5rem;
    border: none;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
    transform: scale(0.8);
}
body.swal2-toast-shown .swal2-container.swal2-top {
    top: 14px;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}

.error_icon {
    width: 60px;
    padding-bottom: 20px;
}
.badge-light-danger {
    color: red;
}
.badge-light-success {
    color: green;
}
.badge {
    border: none;
}
.modal-content {
    padding: 20px;
}
