
/*# sourceMappingURL=custom.min.css.map */
.pnotify-center {
    right: calc(50% - 150px) !important;
    top: 10px !important;
    text-align: center;
}

body > .ui-pnotify {
    z-index: 99999999 !important;
}

.jconfirm-title-c {
    padding: 15px 1.5rem 8px 1.5rem !important;
    background-color: #f9f9f9fa;
    -webkit-box-shadow: 0 1px 2px rgb(56 65 74 / 15%);
    box-shadow: 0 1px 2px rgb(56 65 74 / 15%);
    border-bottom: 1px solid none;
    border-top: 1px solid none;
    margin: -23px -1.5rem 0.5rem -1.5rem;
}

.jconfirm-title {
    font-weight: 700;
    font-size: 15px !important;
    text-transform: uppercase;
}


label .required {
    color: red !important;
}



.hideInput {
    width: 0px;
    font-size: 0;
    display: inline-block;
    position: absolute;
    top: -9999px;
}


.autocomplete-suggestions-box {
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute; 
    overflow: auto;
    position: absolute;
    z-index: 99999999 !important;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: .8125rem;
    color: var(--vz-body-color);
    text-align: left;
    list-style: none;
    background-color: var(--vz-dropdown-bg);
    background-clip: padding-box;
    border: var(--vz-dropdown-border-width) solid var(--vz-border-color);
    border-radius: 0.3rem;
}

.scroll-preity {
    overflow: auto;
}
    .scroll-preity::-webkit-scrollbar {
        -webkit-appearance: none
    }

        .scroll-preity::-webkit-scrollbar:vertical {
            width: 10px
        }

        .scroll-preity::-webkit-scrollbar:horizontal {
            height: 10px
        }

    .scroll-preity::-webkit-scrollbar-thumb {
        background-color: rgba(var(--vz-dark-rgb), .1);
        border-radius: 10px;
        border: 2px solid var(--vz-light)
    }

    .scroll-preity::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: var(--vz-light)
    }

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    color: var(--vz-dropdown-link-hover-color);
    text-decoration: none;
    background-color: var(--vz-dropdown-link-hover-bg);
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }


.bg-red {
    background-color: #a13131 !important;
    color: white;
}
