
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjdXN0b20uY3NzIn0= */

/*# sourceMappingURL=custom.css.map */
.custom-select {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 5px 8px;
    background: #f0f3ff;
    color: #777;
    font-size: 12px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="16"><path fill="%23777" d="M10 12l-5-5h10l-5 5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    height: calc(2.25rem + 4px) !important;
}

.form-control.ui-autocomplete-input {
    border: 0;
    background: #f0f3ff;
    color: #777;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    box-shadow: none;
    height: calc(2.25rem + 4px) !important;
}

    .form-control.ui-autocomplete-input + .input-group-append .input-group-text {
        border: 0;
        background: #f0f3ff;
        color: #6777ef;
        height: calc(2.25rem + 4px) !important;
    }

.easy-autocomplete + .input-group-append .input-group-text {
    border: 0;
    background: #f0f3ff;
    color: #6777ef;
    height: calc(2.25rem + 4px) !important;
}

.input-group .easy-autocomplete {
    width: auto !important;
}

.h-450 {
    height: 450px;
}