.icon-btn {
    all: unset;
    cursor: pointer;
}

form .required:after {
    color: #f35958;
    content: "*";
    font-size: 15px;
    left: 3px;
    position: relative
}

input.error, textarea.error, select.error, .error ~ .select2-container .select2-selection--single {
    background-color: #fadcd9 !important;
    border: 1px solid #db1802 !important;
}

span.error {
    color: red !important;
    font-size: 0.857rem;
}
