/* -------------------------------------------------------------------------- */
/*                              Log Out Btn                                   */
/* -------------------------------------------------------------------------- */
.logoutBtn {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    border: none;
    outline: none;
    opacity: 0;
    visibility: visible;
    cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/*                              Select 2                                      */
/* -------------------------------------------------------------------------- */
.select2.select2-container {
    display: block;
    max-width: 100% !important;
    min-height: calc(1.5em + 0.375rem + 2px);
}
  
.selectFilterContainer.select2-container--default .select2-selection--single {
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: var(--BigBoss-input-bg);
    background-size: 16px 12px;
    padding: 0.2604166667rem 0.1875rem 0.2604166667rem 0.1875rem;
    border: 1px solid var(--BigBoss-input-border-color);
    border-radius: 0.25rem;
    -webkit-box-shadow: var(--BigBoss-box-shadow-inset);
    box-shadow: var(--BigBoss-box-shadow-inset);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 0.25rem;
}

.selectFilterContainer.select2-container--default.select2-container--open .select2-selection--single {
    color: var(--BigBoss-input-color);
    background-color: var(--BigBoss-input-bg);
    border-color: var(--BigBoss-input-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--BigBoss-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
    box-shadow: var(--BigBoss-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
}

.selectFilterContainer.select2-container--default.select2-container--open .select2-selection--single.valid {
    border-color: #01bd6d;
    -webkit-box-shadow: 0 0 0 0.25rem rgb(1 186 108 / 25%);
    box-shadow: 0 0 0 0.25rem rgb(1 189 109 / 25%);
}

.select2-container--default .select2-selection--single:focus-visible {
    outline: none;
}

.select2-container--default .select2-selection--single.error {
    border-color: #e63757;
}

.select2-container--default .select2-selection--single.valid {
    border-color: #01bf6e;
}

/* span inside */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--BigBoss-input-color);
    line-height: 1.4;
    text-align: left;
    margin-top: -1px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 0.75rem;
}

/* select arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 5px;
    position: absolute;
    left: 35%;
    right: unset;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}

.dark .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #edf2f9 transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #333 transparent;
    border-width: 5px;
    margin-top: -7.5px;
}

.dark .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #edf2f9 transparent;
}

/* dropdown */
.select2-dropdown--below {
    top: 3px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid var(--BigBoss-500);
    -webkit-box-shadow: var(--BigBoss-box-shadow);
    box-shadow: var(--BigBoss-box-shadow);
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    z-index: 1056;
}

/* search */
.select2-search--dropdown {
    display: block;
    padding: 0;
}
  
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border-radius: unset;
    border: none;
    padding: 5px;
    border-bottom: 1px solid var(--BigBoss-500);;
    margin: 0;
    font-size: 1rem;
    color: var(--BigBoss--input-color);
    background-color: var(--BigBoss-input-bg);
    vertical-align: middle;
}
  
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible  {
    outline: none;
}
  
.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    background: var(--BigBoss-200);
    color: var(--BigBoss-800);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d8e2ef;
    color: var(--BigBoss-800);
}

.dark .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0b1727;
}

.select2-container--default .select2-results__option--selected {
    background: var(--BigBoss-200);
    color: var(--BigBoss-800);
}

.select2-results__option--selectable {
    font-size: 0.8rem;
    cursor: pointer;
    direction: ltr;
    text-align: left;
}

/* -------------------------------------------------------------------------- */
/*                         Show & Hide Password                               */
/* -------------------------------------------------------------------------- */
.toggleVisiblePassword {
    position: relative;
    padding: 0 25px;
}

.toggleVisiblePassword .toggleVisiblePasswordInput {
    appearance: none;
    display: none;
}

.toggleVisiblePassword .toggleVisiblePasswordLabel {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.toggleVisiblePassword .toggleVisiblePasswordInput:checked ~ .toggleVisiblePasswordShow {
    display: none;
}

.toggleVisiblePassword .toggleVisiblePasswordInput:not(:checked) ~ .toggleVisiblePasswordHide {
    display: none;
}

/* -------------------------------------------------------------------------- */
/*                             Form Validation                                */
/* -------------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:active{
    -webkit-background-clip: inherit !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #ffffff00 !important;
    -webkit-text-fill-color: var(--BigBoss-input-color) !important;
}

.input-group input.validation {
    width: auto;
}

div.error {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #e63757;
}

.input-group:not(.has-validation) > .toggleVisiblePassword {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.form-control.valid {
    border-color: #01bf6e;
}

.form-control.valid:focus {
    border-color: #01bd6d;
    -webkit-box-shadow: 0 0 0 0.25rem rgb(1 186 108 / 25%);
    box-shadow: 0 0 0 0.25rem rgb(1 189 109 / 25%);
}

.form-control.error {
    border-color: #e63757;
}

.form-control.error:focus {
    border-color: #e63757;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 55, 87, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(230, 55, 87, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: var(--BigBoss-body-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #01bd6d;
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #01bd6d;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #01bf6e;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #01bd6d;
    -webkit-box-shadow: 0 0 0 0.25rem rgb(1 186 108 / 25%);
    box-shadow: 0 0 0 0.25rem rgb(1 189 109 / 25%);
}

::selection {
    background-color: #2076e7;
    color: #fff;
}

.dark ::selection {
    background-color: #01224a;
    color: #fff;
}

/* -------------------------------------------------------------------------- */
/*                               Sweetalert                                   */
/* -------------------------------------------------------------------------- */
html[dir=ltr] body.swal2-toast-shown .swal2-container.swal2-top-end, 
html[dir=ltr] body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: unset;
}

.dark .swal2-popup.swal2-toast {
    background: #667589;
}

.dark .swal2-title {
    color: #fff;
}

.dark .swal2-timer-progress-bar {
    background: rgb(255 255 255 / 50%);
}

/* -------------------------------------------------------------------------- */
/*                               Preloader                                    */
/* -------------------------------------------------------------------------- */
#preloader {
    position: fixed;
    z-index: 999999;
    background: #edf2f9;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark #preloader {
    background: #232e3c;
}

/* -------------------------------------------------------------------------- */
/*                            Icon Background                                 */
/* -------------------------------------------------------------------------- */
.iconBackground {
    background: #edf2f9;
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 15%;
    color: #344050;
    border: 1px solid #d8e2ef;
    box-shadow: inset 0px 0px 4px #5e6e82;
}

.dark .iconBackground {
    background: #232e3c;
    color: #9da9bb;
    border: 1px solid #9da9bb;
    box-shadow: inset 0px 0px 4px #232e3c;
}

.modalIcon {
    margin-left: -5px;
    background: #edf2f9;
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #344050;
}

/* -------------------------------------------------------------------------- */
/*                            Button Color                                    */
/* -------------------------------------------------------------------------- */
/* Success */
.bg-customSuccess {
    color: #00d27a;
    background-color: #e0faef;
    border-color: #00d27a;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.dark .bg-customSuccess {
    color: #00d27a;
    background-color: transparent;
    border-color: #00d27a;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bg-customSuccess:hover {
    color: #fff;
    background-color: #00d27a;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 210, 122, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(0 210 122/ 25%) !important;
}

.bg-customSuccess:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 210, 122, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(0 210 122/ 25%) !important;
}

.bg-customSuccess:active {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 210, 122, 0.25) !important;
    box-shadow: 0 0 0 0.25rem rgb(0 210 122/ 25%) !important;
}

/* Primary */
.bg-customPrimary {
    color: #2c7be5;
    background-color: #e6effc;
    border-color: #2c7be5;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.dark .bg-customPrimary {
    color: #2c7be5;
    background-color: transparent;
    border-color: #2c7be5;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bg-customPrimary:hover {
    color: #fff;
    background-color: rgb(44, 123, 229);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(230, 239, 252, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(230 239 252/ 25%) !important;
}

.bg-customPrimary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 239, 252, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(230 239 252/ 25%) !important;
}

.bg-customPrimary:active {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(44, 123, 229, 0.25) !important;
    box-shadow: 0 0 0 0.25rem rgb(44 123 229/ 25%) !important;
}

/* Info */
.bg-customInfo {
    color: #27bcfd;
    background-color: #e5f7ff;
    border-color: rgb(39, 188, 253);
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.dark .bg-customInfo {
    color: #27bcfd;
    background-color: transparent;
    border-color: #27bcfd;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bg-customInfo:hover {
    color: #fff;
    background-color: #27bcfd;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(229, 247, 255, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(229 247 255/ 25%) !important;
}

.bg-customInfo:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(229, 247, 255, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(229 247 255/ 25%) !important;
}

.bg-customInfo:active {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(39, 188, 253, 0.25) !important;
    box-shadow: 0 0 0 0.25rem rgb(39 188 253/ 25%) !important;
}

/* Warning */
.bg-customWarning {
    color: rgb(245, 128, 62);
    background-color: #fef0e8;
    border-color: rgb(245, 128, 62);
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.dark .bg-customWarning {
    color: #f5803e;
    background-color: transparent;
    border-color: #f5803e;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bg-customWarning:hover {
    color: #fff;
    background-color: #f5803e;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25 rgba(245, 128, 62, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(245 128 62/ 25%) !important;
}

.bg-customWarning:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 128, 62, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(245 128 62/ 25%) !important;
}

.bg-customWarning:active {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(245, 128, 62, 0.25) !important;
    box-shadow: 0 0 0 0.25rem rgb(245 128 62/ 25%) !important;
}

/* Danger */
.bg-customDanger {
    color: #e63757;
    background-color: #fce7eb;
    border-color: rgb(230, 55, 87);
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.dark .bg-customDanger {
    color: #e63757;
    background-color: transparent;
    border-color: #e63757;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bg-customDanger:hover {
    color: #fff;
    background-color: #e63757;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(230, 55, 87, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(230 55 87/ 25%) !important;
}

.bg-customDanger:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 55, 87, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(230 55 87/ 25%) !important;
}

.bg-customDanger:active {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 55, 87, 0.25) !important;
    box-shadow: 0 0 0 0.25rem rgb(230 55 87/ 25%) !important;
}

/* Secondary */
.bg-customSecondary {
    color: #748194;
    background-color: #eef0f2;
    border-color: #748194;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.dark .bg-customSecondary {
    color: #748194;
    background-color: transparent;
    border-color: #748194;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bg-customSecondary:hover {
    color: #eef0f2;
    background-color: rgb(116, 129, 148);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(116, 129, 148, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(116 129 148/ 25%) !important;
}

.bg-customSecondary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(116, 129, 148, 0.25) !important;
    box-shadow: 0 0 0 0 rgb(116 129 148/ 25%) !important;
}

.bg-customSecondary:active {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(116, 129, 148, 0.25) !important;
    box-shadow: 0 0 0 0.25rem rgb(116 129 148/ 25%) !important;
}

/* -------------------------------------------------------------------------- */
/*                            Custom Modal                                    */
/* -------------------------------------------------------------------------- */
.modal-body div.header ~ div {
    max-height: 450px;
    overflow: auto;
}

.modal-content .header {
    background-color: #edf2f9;
}
  
.modal-content .modal-body .icon {
    font-size: 65px;
    margin-bottom: 0;
}

.modal-content .modal-body .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
  
.modal-content .modal-body .text {
    font-size: 16px;
    font-weight: 600;
}

/* -------------------------------------------------------------------------- */
/*                            Custom Table                                    */
/* -------------------------------------------------------------------------- */
th.white-space-nowrap {
    width: fit-content;
}

td.white-space-nowrap {
    width: fit-content;
}

.tableCheckBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table tfoot > tr > th, .table thead > tr > th {
    padding: 5px 25px !important;
}

.table tr td {
    padding: 10px 25px !important;
}

@media only screen and (max-width: 600px) {
    .table tr td {
        padding: 5px 5px !important;
        font-size: 10px;
        white-space: wrap;
    }
    
    .table tr th {
        padding: 5px 10px !important;
        font-size: 10px;
    }
    
    .table tfoot > tr > th, .table thead > tr > th {
        padding: 5px 10px !important;
        font-size: 10px;
        white-space: wrap;
    }
    
    .table tr td.action {
        white-space: nowrap;
        padding: 5px 5px !important;
    }
    
    .tableCheckBox {
        width: 12px;
        height: 12px;
    }
    
    #customersTable {
        margin-left: var(--BigBoss-gutter-x, -1rem);
        margin-right: var(--BigBoss-gutter-x, -1rem);
        border-radius: 0;
    }
    
    .tableBtn {
        width: 18px;
        height: 18px;
        font-size: 12px;
    }
}

.table tfoot > tr > th.action, .table thead > tr > th.action, .table tr td.action {
    padding: 5px 10px !important;
}

.tableBtn {
    padding: 0;
    width: 24px;
    height: 22px;
    font-size: 16px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.table tr td .active {
    background: #e0faef;
    border: 1px solid #00d27a;
    color: inherit;
    padding: 0 5px;
}

.dark .table tr td .active {
    background: transparent;
    color: #00d27a;
}

.table tr td .banned {
    background: #fce7eb;
    border: 1px solid #e63757;
    color: inherit;
    padding: 0 5px;
}

.dark .table tr td .banned {
    background: transparent;
    color: #e63757;
}

/* Data Tables */
thead {
    position: sticky;
    z-index: 1;
    top: 0;
}

.dataTableFooterContainer {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 762px) {
    .dataTableFooterContainer {
        padding-top: 0;
    }

    .dataTablePagenation {
      width: 100%;
      order: 2;
    }

    .dataTableShow {
        order: 3;
    }

    .dataTablePage {
        order: 1;
        margin-bottom: 10px;
    }
}

.table.dataTable {
    margin: 0 !important;
}

table.dataTable.table-striped>tbody>tr.even>* {
    box-shadow: inset 0 0 0 9999px var(--BigBoss-table-striped-bg);
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px var(--BigBoss-table-accent-bg);
}

table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    right: 5px;
}

table.dataTable.table-striped>tbody>tr.odd.selected>* {
    box-shadow: inset 0 0 0 9999px rgb(43 173 249 / 15%);
    color: var(--BigBoss-800);
}

table.dataTable.table-striped>tbody>tr.even.selected>* {
    box-shadow: inset 0 0 0 9999px rgb(43 173 249 / 15%);
    color: var(--BigBoss-800);
}

table.dataTable thead .sorting:before, 
table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_asc_disabled:before, 
table.dataTable thead .sorting_desc_disabled:before {
    font-family: "Font Awesome 5 Free";
    right: 10px !important;
    bottom: unset !important;
    top: 50% !important;
    transform: translate(0,-50%);
    font-size: 18px !important;
    content: "\f30c" !important;
}

table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after {
    font-family: "Font Awesome 5 Free";
    right: 2px !important;
    bottom: unset !important;
    top: 50% !important;
    transform: translate(0,-50%);
    font-size: 18px !important;
    content: "\f309" !important;
}

/* Filter */
.filterRow {
    position: relative;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out , visibility 0.6s ease-in-out , height 0.4s ease-out;
}

.table tfoot > tr.filterRow > th, .table thead > tr.filterRow > th {
    padding: 0 !important;
    position: relative;
    transition: padding 0.4s ease-in-out;
}

.filterRow th select.selectFilter ~ .select2.select2-container {
    position: absolute;
    top: 6px;
    right: 5%;
    width: 90%;
    height: auto;
    opacity: 0;
    min-height: calc(1.5em + 0.375rem + 2px);
    font-size: 0.875rem;
    border-radius: 0.2rem;
    transition: all 0.2s ease-out;
}

.filterRow .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: center;
}

.filterRow .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 0;
}

.filterRow th input {
    position: absolute;
    top: 6px;
    right: 5%;
    width: 90%;
    height: auto;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.filterRow.show {
    height: calc(1.5em + 0.375rem + 2px);
    min-height: calc(1.5em + 0.375rem + 2px);
    opacity: 1;
    visibility: visible;
}

.table tfoot > tr.filterRow.show > th, .table thead > tr.filterRow.show > th {
    padding: 20px 25px !important;
}

.filterRow.show th select.selectFilter ~ .select2.select2-container {
    opacity: 1;
}

.filterRow.show th input {
    opacity: 1;
}

/** Pagination **/
.dataTables_paginate .pagination {
    margin: 0;
}

.page-link {
    padding: 0.1875rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    border: 1px solid;
    color: var(--BigBoss-btn-BigBoss-default-color);
    background-color: var(--BigBoss-btn-BigBoss-background);
    border-color: var(--BigBoss-btn-BigBoss-background);
    -webkit-box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
    box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
}

.dark .page-link {
    background-color: var(--BigBoss-btn-BigBoss-background);
    border-color: var(--BigBoss-btn-BigBoss-background);
    color: var(--BigBoss-btn-BigBoss-default-hover-color);
    -webkit-box-shadow: var(--BigBoss-btn-BigBoss-hover-box-shadow);
    box-shadow: var(--BigBoss-btn-BigBoss-hover-box-shadow);
}

.page-item.active .page-link {
    color: #2c7be5;
    background-color: #e6effc;
    border-color: #2c7be5;
}

.dark .page-item.active .page-link {
    background-color: transparent;
    color: #2c7be5 !important;
    border-color: var(--BigBoss-btn-BigBoss-background);
    -webkit-box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
    box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
}

.page-link:focus {
    color: var(--BigBoss-btn-BigBoss-default-color);
    -webkit-box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
    box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
}

.dark .page-link:focus {
    background-color: var(--BigBoss-btn-BigBoss-background);
    border-color: var(--BigBoss-btn-BigBoss-background);
    color: var(--BigBoss-btn-BigBoss-default-hover-color);
    -webkit-box-shadow: var(--BigBoss-btn-BigBoss-hover-box-shadow);
    box-shadow: var(--BigBoss-btn-BigBoss-hover-box-shadow);
}

.page-link:hover {
    color: var(--BigBoss-pagination-hover-color);
    text-decoration: none;
    background-color: var(--BigBoss-pagination-hover-bg);
    border-color: var(--BigBoss-pagination-hover-border-color);
}

.dark .page-link:hover {
    background-color: var(--BigBoss-btn-BigBoss-background);
    border-color: var(--BigBoss-btn-BigBoss-background);
    color: var(--BigBoss-btn-BigBoss-default-hover-color);
    -webkit-box-shadow: var(--BigBoss-btn-BigBoss-hover-box-shadow);
    box-shadow: var(--BigBoss-btn-BigBoss-hover-box-shadow);
}

.page-item:not(:first-child) .page-link,.page-item:not(:last-child) .page-link {
    margin: 0 0.25rem;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.page-item.disabled .page-link {
    pointer-events: none;
    opacity: .65;
    border-color: var(--BigBoss-btn-BigBoss-background);
    color: var(--BigBoss-btn-disabled-color);
    background-color: var(--BigBoss-btn-BigBoss-background);
    -webkit-box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
    box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
}

.dark .page-item.disabled .page-link  {
    border-color: var(--BigBoss-btn-BigBoss-background);
    color: var(--BigBoss-btn-disabled-color);
    background-color: var(--BigBoss-btn-BigBoss-background);
    -webkit-box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
    box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
}
/** DataTables Length **/
.dataTables_length label {
    margin: 0;
}

.dataTables_length select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: auto;
    min-height: auto;
    padding: 0.1875rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    border: 1px solid;
    color: var(--BigBoss-btn-BigBoss-default-color);
    background-color: var(--BigBoss-btn-BigBoss-background);
    border-color: var(--BigBoss-btn-BigBoss-background);
    -webkit-box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
    box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
}

.dataTables_length select:focus {
    color: var(--BigBoss-btn-BigBoss-default-color);
    -webkit-box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
    box-shadow: var(--BigBoss-btn-BigBoss-box-shadow);
}

/** DataTables Info **/
.dataTables_info {
    padding: 0 !important;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
}

/** DataTables Processing **/
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(230 239 252 / 87%);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.dataTables_wrapper div.dataTables_processing.active {
    z-index: 4;
    opacity: 1;
    visibility: visible;
}

.dark div.dataTables_wrapper div.dataTables_processing {
    background-color: rgb(35 46 60 / 85%);
}

.deleteSelected {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.deleteSelected svg {
    font-size: 19px;
}

@media only screen and (max-width: 600px) {
    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
        right: 0 !important;
        top: 50% !important;
        transform: translate(0,-50%);
        font-size: 10px !important;
    }
    
    table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
        right: 5px !important;
        top: 50% !important;
        transform: translate(0,-50%);
        font-size: 10px !important;
    }
            
    .filterRow th input {
        min-height: auto;
        height: 25px;
        font-size: 13px;
        padding: 0 4px 3px;
        line-height: initial;
    }
    
    .select2-container .select2-selection--single {
        height: 25px;
    }
    
    .select2-container--default .select2-search--dropdown .select2-search__field {
        padding: 5px;
        font-size: 13px;
        line-height: initial;
    }
    
    .select2-results__option {
        font-size: 12px;
        padding: 6px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 14px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 4px;
        left: 50%;
        right: unset;
        top: 50%;
        margin-top: 0;
        transform: translate(0,-25%);
    }
    
    .filterRow .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0 10px 0 0;
    }
    
    .selectFilterContainer.select2-container--default .select2-selection--single {
        font-size: 12px;
        padding: 4px 4px;
    }
    
    .table tfoot > tr.filterRow.show > th, .table thead > tr.filterRow.show > th {
        padding: 0 !important;
    }
    
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 4px;
        margin-top: -4.5px;
    }
}

/* -------------------------------------------------------------------------- */
/*                            Accordion                                       */
/* -------------------------------------------------------------------------- */
.accordion-item {
    border: 1px solid var(--BigBoss-300);
}

.accordion-button {
    font-weight: 600;
    color: var(--BigBoss-700);
    background-color: var(--BigBoss-200);
}

.accordion-button:not(.collapsed) {
    color: var(--BigBoss-700);
    background-color: var(--BigBoss-200);
    -webkit-box-shadow: inset 0 -1px 0 var(--BigBoss-300);
    box-shadow: inset 0 -1px 0 var(--BigBoss-300);
}

/* -------------------------------------------------------------------------- */
/*                            searchBox                                       */
/* -------------------------------------------------------------------------- */
.tableMainButton.search {
    display: flex;
}

.searchBox {
    display: inline-block;
    position: relative;
    width: 47%;
    font-size: 0.875rem;
    margin-right: 10px;
}

.searchBox .searchInput {
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    line-height: 1.5;
    border-radius: 50rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.searchBox .searchInput:focus {
    border-color: var(--BigBoss-input-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--BigBoss-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
    box-shadow: var(--BigBoss-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
}

.searchBox .searchBoxIcon {
    position: absolute;
    color: var(--BigBoss-400);
    top: 50%;
    left: 0.9rem;
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    transform: translateY(-48%);
}

/* -------------------------------------------------------------------------- */
/*                          Date Filter                                       */
/* -------------------------------------------------------------------------- */
#dateFilter {
    display: flex;
    align-items: center;
}

.dateFilter {
    border-radius: 15px;
}

@media only screen and (min-width: 1024px) {
    .dateFilter {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 576px) {
    .dateFilter {
        max-width: 80%;
    }
}

/* -------------------------------------------------------------------------- */
/*                          Flatpickr Calendar                                */
/* -------------------------------------------------------------------------- */
.flatpickr-calendar {
    box-shadow: 0px 3px 11px 0px #232e3c8c !important;
    border: 1px solid var(--BigBoss-border-color) !important;
}

.dark .flatpickr-calendar {
    background-color: #232e3c !important;
    box-shadow: 0px 3px 11px 0px #232e3c  !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    padding: 0 0.5ch 0 0;
}

.dark .flatpickr-months .flatpickr-month {
    background-color: #232e3c !important;
    color: #9da9bb !important;
}

.dark .flatpickr-day {
    color: #9da9bb;
}

.dark .flatpickr-day.flatpickr-disabled, 
.dark .flatpickr-day.flatpickr-disabled:hover, 
.dark .flatpickr-day.prevMonthDay, 
.dark .flatpickr-day.nextMonthDay, 
.dark .flatpickr-day.notAllowed, 
.dark .flatpickr-day.notAllowed.prevMonthDay, 
.dark .flatpickr-day.notAllowed.nextMonthDay {
    color: rgb(56 68 84);  
}

.flatpickr-current-month input.cur-year {
    padding: 0 0 0 0.9ch;
    font-weight: 500;
    border-radius: 5px;
}

.dark span.flatpickr-weekday, 
.dark .flatpickr-weekdaycontainer, 
.dark .flatpickr-monthDropdown-months, 
.dark .flatpickr-months .flatpickr-month {
    background-color: #232e3c !important;
    color: var(--BigBoss-body-color) !important;
}

.dark .flatpickr-day.inRange, 
.dark .flatpickr-day.prevMonthDay.inRange, 
.dark .flatpickr-day.nextMonthDay.inRange, 
.dark .flatpickr-day.today.inRange, 
.dark .flatpickr-day.prevMonthDay.today.inRange, 
.dark .flatpickr-day.nextMonthDay.today.inRange, 
.dark .flatpickr-day:hover, 
.dark .flatpickr-day.prevMonthDay:hover,
.dark .flatpickr-day.nextMonthDay:hover,
.dark .flatpickr-day:focus,
.dark .flatpickr-day.prevMonthDay:focus,
.dark .flatpickr-day.nextMonthDay:focus {
    background-color: #0b1727;
    border-color: #9da9bb;
}

.shortcut-buttons-flatpickr-label {
    background: var(--BigBoss-200);
    color: var(--BigBoss-800);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    border-top: 1px solid #d9dfe7;
    border-bottom: 1px solid #d9dfe7;
}

.dark .shortcut-buttons-flatpickr-label {
    background: #0b1727;
    color: #9da9bb;
    border-top: 1px solid #343e4b;
    border-bottom: 1px solid #343e4b;
}

.shortcut-buttons-flatpickr-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
}

.shortcut-buttons-flatpickr-button {
    display: inline-flex;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 2px 7px 4px 7px;
    line-height: 15px;
    text-wrap: nowrap;
    vertical-align: middle;
    border: none;
    background: #e6effc;
    color: #2c7be5;
    border-radius: 0px;
    margin-bottom: 8px;
    outline: none;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.dark .shortcut-buttons-flatpickr-button {
    background: #0b1727;
    color: #9da9bb;
}

.shortcut-buttons-flatpickr-button:hover {
    outline: none;
    color: #fff;
    background-color: rgb(44, 123, 229);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(230, 239, 252, 0.25);
    box-shadow: 0 0 0 0 rgb(230 239 252/ 25%);
}

.shortcut-buttons-flatpickr-button:focus {
    outline: none;
}

.shortcut-buttons-flatpickr-button:active {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
    box-shadow: 0 0 0 0.25rem rgb(44 123 229/ 25%);
}

.shortcut-buttons-flatpickr-buttons .shortcut-buttons-flatpickr-button:nth-child(4) {
    color: #00d27a;
    background-color: #e0faef;
    border-color: #00d27a;
}

.dark .shortcut-buttons-flatpickr-buttons .shortcut-buttons-flatpickr-button:nth-child(4) {
    background: #0b1727;
}

.shortcut-buttons-flatpickr-buttons .shortcut-buttons-flatpickr-button:nth-child(4):hover {
    color: #fff;
    background-color: #00d27a;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 210, 122, 0.25);
    box-shadow: 0 0 0 0 rgb(0 210 122/ 25%);
}

.shortcut-buttons-flatpickr-buttons .shortcut-buttons-flatpickr-button:nth-child(4):active {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 210, 122, 0.25);
    box-shadow: 0 0 0 0.25rem rgb(0 210 122/ 25%);
}

.shortcut-buttons-flatpickr-buttons .shortcut-buttons-flatpickr-button:nth-child(5) {
    color: #e63757;
    background-color: #fce7eb;
    border-color: rgb(230, 55, 87);
}

.dark .shortcut-buttons-flatpickr-buttons .shortcut-buttons-flatpickr-button:nth-child(5) {
    background: #0b1727;
}

.shortcut-buttons-flatpickr-buttons .shortcut-buttons-flatpickr-button:nth-child(5):hover {
    color: #fff;
    background-color: #e63757;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(230, 55, 87, 0.25);
    box-shadow: 0 0 0 0 rgb(230 55 87/ 25%);
}

.shortcut-buttons-flatpickr-buttons .shortcut-buttons-flatpickr-button:nth-child(5):active {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 55, 87, 0.25);
    box-shadow: 0 0 0 0.25rem rgb(230 55 87/ 25%);
}

/* -------------------------------------------------------------------------- */
/*                              My Tree                                       */
/* -------------------------------------------------------------------------- */
.Tree {
    background-color: var(--BigBoss-card-bg);
    position: relative;
}

.TreeWidth {
    min-width: 820px;
}

/* parentTree header */
.Tree .TreeHeader {
    border: 1px solid var(--BigBoss-400);
    border-radius: 0.25rem;
    color: var(--BigBoss-700);
    background-color: var(--BigBoss-200);
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    position: relative;
}

.TreeHeader .noneToggler {
    display: inline-flex;
    min-width: 38px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 14px 10px;
    font-size: 20px;
    background: var(--BigBoss-400);
    color: var(--BigBoss-700);
    cursor: auto;
}

.TreeHeader .togglerButton {
    display: inline-flex;
    min-width: 38px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 15px 10px;
    font-size: 20px;
    background: var(--BigBoss-400);
    color: var(--BigBoss-700);
    cursor: pointer;
}

.TreeHeader .togglerButton {
    rotate: 0deg;
    transition: all 0.5s ease-in-out;
}

.Tree.active > .TreeHeader > .togglerButton > svg {
    rotate: 90deg;
}

.TreeHeader .userName {
    display: inline-flex;
    align-items: center;
    border-right: 1px solid var(--BigBoss-400);
    background-color: #e0faef;
    border-radius: 0px;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 0;
    color: var(--BigBoss-700);
}

.TreeHeader .userName .userNameInf {
    display: inline-block;
}

.TreeHeader .userName .userNameInf .name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.TreeHeader .userName .userNameInf .surId {
    font-size: 14px;
    font-weight: 600;
}

.dark .TreeHeader .userName {
    background-color: #91cbb3;
    color: var(--BigBoss-200);
}

.TreeHeader .userInfo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.userInfo .depot {
    display: inline-block;
    min-width: 130px;
    border-left: 1px solid var(--BigBoss-400);
    background-color: #dceafd;
    border-radius: 0;
    height: 100%;
    padding: 2px 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--BigBoss-700);
}

.dark .userInfo .depot {
    background-color: #adc5e5db;
    color: var(--BigBoss-200);
}

.userInfo .depot span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.userInfo .retrait {
    display: inline-block;
    min-width: 130px;
    border-left: 1px solid var(--BigBoss-400);
    background-color: #f5eced;
    border-radius: 0;
    height: 100%;
    padding: 2px 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--BigBoss-700);
}

.dark .userInfo .retrait {
    background-color: #e59da4;
    color: var(--BigBoss-200);
}

.userInfo .retrait span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.userInfo .total {
    display: inline-block;
    min-width: 130px;
    border-left: 1px solid var(--BigBoss-400);
    background-color: #e0faef;
    border-radius: 0 0.25rem 0.25rem 0;
    height: 100%;
    padding: 2px 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--BigBoss-700);
}

.dark .userInfo .total {
    background-color: #91cbb3;
    color: var(--BigBoss-200);
}

.userInfo .total span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

/* Tree body */
.Tree .TreeBody {
    padding-left: 40px;
    position: relative;
}

.Tree .TreeBody .Tree {
    margin: 15px 0;
}

.Tree .TreeBody .Tree:last-child {
    margin-bottom: 0;
}

.Tree > .TreeBody > .Tree::after {
    content: "";
    position: absolute;
    top: 25px;
    width: 22px;
    left: -22px;
    height: 3px;
    background-color: var(--BigBoss-400);
}

.Tree > .TreeBody > .Tree::before {
    content: "";
    position: absolute;
    top: -16px;
    width: 3px;
    left: -22px;
    height: calc(100% + 30px);
    background-color: var(--BigBoss-400);
}

.Tree > .TreeBody > .Tree:last-child::before {
    top: -15px;
    height: calc(85px / 2);
}

.treeLoader {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 0;
    background: #edf2f9;
    width: calc(100% - 30px);
    height: calc(100% - 1rem);
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark .treeLoader {
    background: #232e3c;
}

@media only screen and (max-width: 885px) {
    .treeLoader {
        width: 100%;
    }    
}

/* Tree Filter */
.treeDateFilter .dateFilter {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.treeSearchFilter .searchBox {
    width: 100%;
    margin: 0;
}

.treeSearchFilter .searchBox .TreeSearchInput {
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    border-radius: 50rem;
    line-height: 1.3;
    -webkit-box-shadow: var(--BigBoss-box-shadow-inset);
    box-shadow: var(--BigBoss-box-shadow-inset);
}

.treeSearchFilter .searchBox .TreeSearchInput:focus {
    border-color: var(--BigBoss-input-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--BigBoss-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
    box-shadow: var(--BigBoss-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
}

.TreeFilter .TreeNoResult {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    border: 1px solid var(--BigBoss-400);
    border-radius: 0.25rem;
    box-shadow: var(--BigBoss-box-shadow);
}

.TreeFilter .TreeNoResult svg {
    font-size: 30px;
    color: var(--BigBoss-alert-danger-color);
}

.TreeFilter .TreeNoResult p {
    display: block;
    margin: 15px 0 0 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--BigBoss-700);
}

/* -------------------------------------------------------------------------- */
/*                           Mobile Bar                                       */
/* -------------------------------------------------------------------------- */
.backHome {
    display: block;
    width: 100%;
    text-align: center;
    background: #293a4d;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
}

.backHome:hover {
    text-decoration: none;
}

.mobileCard {
    background-color: #232e3c;
}

.mobileCard .divider {
    font-size: 13px;
    margin: 8px 0;
    color: #5e6e82;
    align-items: center;
}

.mobileCard .divider hr {
    color: #5e6e82;
}

.mobileBar ul {
    margin: 0;
    padding: 0;
}

.mobileBar ul li {
    list-style: none;
    margin-bottom: 8px;
}

.mobileBar ul li:last-child {
    margin-bottom: 0;
}

.mobileBar ul li a {
    font-weight: 600;
    display: block;
    color: #9da9bb;
    font-size: 14px;
}

.mobileBar ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.mobileBar ul li a span {
    margin-right: 5px;
    width: 15px;
    display: inline-flex;
    justify-content: center;
}
/*# sourceMappingURL=user.css.map */