.input-text {
    padding: 14px 16px;
    border-radius: 4px;
}

.input-text.input-border {
    border: 1px solid;
}

/* Chrome, Safari, Edge, Opera */
.input-text .input-number::-webkit-outer-spin-button,
.input-text .input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.input-text input[type="number"] {
    -moz-appearance: textfield;
}

.select2-container .select2-selection--single {
    padding: 16px !important;
    height: fit-content !important;
}

.select2-container--default .select2-selection--single,
.select2-container .select2-dropdown .select2-search__field {
    border-radius: 4px !important;
    border: none !important;
}

.select2-container .select2-dropdown {
    border: none !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: initial !important;
    color: initial;
    padding: 0 !important;
    font-size: 14px;
    line-height: 135%;
}

.select2-container .select2-dropdown .select2-results li {
    font-size: 12px;
    line-height: 135%;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -5px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 15px !important;
    right: 16px !important;
    width: 16px !important;
    height: 16px !important;
}

.select2-container--default .select2-selection--single b[role="presentation"] {
    display: none !important;
}

/* add custom class */
.select2-container.bg-state-success-dark .select2-selection--single {
    background-color: #00451a !important;
    border-radius: 4px !important;
}

.select2-container.bg-state-error-dark .select2-selection--single,
.select2-container.bg-state-danger-dark .select2-selection--single {
    background-color: #53002c !important;
    border-radius: 4px !important;
}

.select2-container.border-state-success .select2-selection--single {
    border: 1px solid;
    border-color: #14a16e !important;
}

.select2-container.border-state-error .select2-selection--single,
.select2-container.border-state-danger .select2-selection--single {
    border: 1px solid;
    border-color: #c31e5a !important;
}

.select2-container.none-pointer .select2-selection--single {
    pointer-events: none !important;
}

.select2-container.border-form .select2-selection--single {
    border: 1px solid;
    border-color: #14a16e !important;
    background-color: #00451a !important;
    border-radius: 4px !important;
}

/* DATEPICKER */
.ui-datepicker .ui-datepicker-title {
    font-family: "Regular";
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-calendar thead th {
    font-family: "Regular";
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background: none !important;
    font-family: "Regular";
    font-size: 12px;
    text-align: center !important;
    border: none;
    border-radius: 2px;
    width: 30px;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    background: none !important;
}
