label.error {
    color: #dd4b39;
    font-weight: 400;
}

.required {
    color: #dd4b39;
}
body {
    font-size: 15px;
}

.badge {
    font-size: 14px;
}

.swal2-styled {
    font-size: 14px !important;
}

.swal2-html-container {
    font-size: 13px;
}

.preview-image img:hover {
    opacity: 0.8;
}

/*.form-group .error {*/
/*    color: #dd4b39;*/
/*}*/

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    height: 35px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 10px 12px;
    background-color: #367fa9;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.file-input__label svg {
    height: 14px;
    margin-right: 4px;
}

.not-allowed {
    pointer-events: auto! important;
    cursor: not-allowed! important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d2d6de;
    border-radius: 0px;
    height: 34px;
}
