
/*# sourceMappingURL=custom.min.css.map */
#back-to-top {
    bottom: 44px !important;
    right: 4px !important;
}

.input-validation-error {
    border-color: #f06548 !important;
    padding-right: calc(1.5em + 1rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.25rem) center !important;
    background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) !important;
}

.form-switch-custom .form-check-input::before {
    font-size: 24px !important;
}

.form-switch .form-check-input {
    height: 1.2rem !important;
    width: 3em !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4b38b3 !important;
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link.active {
    color: #45cb85;
}

.form-check-input {
    height: 1.2rem !important;
    width: 1.2rem !important;
}

.remove-top-space {
    margin-top: -1rem;
}

.card-bg-info {
    background-color: #d4ebf8 !important;
}

.card-header-padding {
    padding: 0.4rem 0.4rem !important;
}

.remove-card-body-padding {
    padding: 0.5rem !important;
}

.choices__inner {
    padding: 0rem !important;
    min-height: 0rem !important;
    color: var(--vz-body-color) !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    font-size: 0.75rem !important;
}

/*.choices {*/
    /*position: relative;
    font-size: 16px;*/
    /*margin-bottom: 8px !important;
}*/

.autoComplete_wrapper > input {
    min-height: calc(1.5em + .5rem + 2px) !important;
    padding: .25rem .5rem !important;
    font-size: .7109375rem !important;
    border-radius: .2rem !important;
}

.choices__input {
    min-height: calc(1.5em + .5rem + 2px) !important;
    padding: .25rem .5rem !important;
    font-size: .7109375rem !important;
    border-radius: .2rem !important;
}

.form-select:focus {
    border-color: var(--vz-primary-border-subtle);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--vz-primary-rgb),.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--vz-primary-rgb),.25);
}

.form-control:focus {
    border-color: var(--vz-primary-border-subtle);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--vz-primary-rgb),.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--vz-primary-rgb),.25);
}

.is-focused {
    border-color: var(--vz-primary-border-subtle) !important;
    outline: 0 !important;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--vz-primary-rgb),.25) !important;
    box-shadow: 0 0 0 0.25rem rgba(var(--vz-primary-rgb),.25) !important;
}

:root .choices, :root .ck, :root .flatpickr-calendar, :root .menu-dropdown, :root .ql-toolbar, :root .select2-container {
    --vz-choices-bg: #fff !important;
    --vz-choices-link-color: #212529 !important;
    --vz-choices-link-hover-bg: #7f6ce959 !important;
    --vz-choices-link-active-color: #1e2125 !important;
}

.autoComplete_wrapper > ul > li:hover, .autoComplete_wrapper > ul > li[aria-selected=true] {
    color: #1e2125 !important;
    background-color: #7f6ce959 !important;
}

.auth-one-bg {
    background-image: url(../images/auth-one-bg.webp) !important;
    /*background-position: center !important;
    background-size: cover*/
}

.navbar-landing {
    /*padding: 10px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;*/
    background: #4b38b3f7 !important;
    color: #fff !important;
}

    .navbar-landing.is-sticky {
        background-color: #4b38b3db !important;
        /*-webkit-box-shadow: 0 1px 16px -2px rgba(56,65,74,.15);
        box-shadow: 0 1px 16px -2px rgba(56,65,74,.15);*/
    }

    .navbar-landing .navbar-nav .nav-item .nav-link {
        /*font-size: 16px;
        font-weight: 500;
        -webkit-transition: all .4s;
        transition: all .4s;
        font-family: Inter,sans-serif;*/
        color: #fff;
        /*padding: 14px;*/
    }

/*[data-layout=vertical][data-sidebar-size=sm] .navbar-menu {
    position: fixed !important;*/
    /*width: 70px !important;
    padding-top: 70px*/
/*}*/


/*@media (min-width: 768px) {
    [data-layout=vertical][data-sidebar-size=sm] {
        min-height : 0px !important;
    }
}*/
/*.input-group-text {
    margin-bottom: 0;
    height: 2.4rem !important;
}*/
/*@media (min-width: 768px) {
    [data-layout=vertical][data-sidebar-size=sm] {
        min-height: 0px !important;
    }

        [data-layout=vertical][data-sidebar-size=sm] .main-content {
            margin-left: 70px !important;
        }
}*/
/*@media (min-width: 768px) {
    [data-layout=vertical][data-sidebar-size=sm] {
        min-height: 0px !important;
    }
}*/
/*.auth-one-bg .bg-overlay {
    opacity: .8;
}
*/
