.input_error {
    border: 1px solid red !important;
}

#toast-container>.toast-success:before {
    content: "";
}

#toast-container>.toast-error:before {
    content: "";
}

button.toast-close-button {
    margin-top: 5px;
    margin-right: 3px;
}

.toast.toast-success {
    background-color: #28a78c;
}

.password_container {
    position: relative;
}

.password_eye {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
}

.select2-container--default .select2-selection--single {
    border-color: #e4e6fc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

/* .btn-progress-black {
    position: relative;
    background-image: url("../../backend/img/spinner-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    pointer-events: none;
} */

.btn-progress {
    position: relative;
    background-image: url("../../backend/img/spinner-white.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    color: transparent !important;
    pointer-events: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6777ef;
    color: #fff;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e4e6fc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #95a0f4 1px;
}
.custom-switch-indicator {
    cursor: pointer;
}
