/*wanted page style*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 14px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 3px !important;
    color: #6b6565 !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d1d5da !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.08) !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d1d5da !important;
}
.error-own{
    color: red;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
}
.validation-error{
    padding: 0.5rem 1.25rem;
    border-radius: 0;
    font-size: 14px;
    color: #721c24;
    background-color: #f8d7da;
}
