.select2-selection {
    height: 2.4rem !important;
    border-radius: 0.375rem !important;
    border-color: #e2e8f0 !important;
    line-height: 1.25rem !important;
    padding-top: 0.2rem !important;
}
.select2-selection__arrow {
    margin-top: 0.3rem;
}

.form-sm .select2-selection {
    height: 1.7rem !important;
    border-radius: 0.375rem !important;
    border-color: #e2e8f0 !important;
    margin: 0 !important;
    /* padding-top: 0.375rem !important; */
    padding-bottom: 0.375rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 0.75rem !important;
    /* line-height: 1rem !important; */
}
.form-sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 1.2rem !important;
}

.form-sm .select2-selection__arrow {
    margin-top: 0.1rem;
}

.swal2-container {
    z-index: 20000 !important;
}

.ui-datepicker {
    z-index: 99999 !important;
    width: 18rem !important;
    /* top: 0 !important; */
    position: absolute !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
    height: 2rem !important;
    border-radius: 0.375rem !important;
    border-color: #e2e8f0 !important;
    line-height: 1.5rem !important;
    padding-top: 0.2rem !important;
    margin-left: 0.5rem !important;
}

code {
    font-size: small;
    color: #ff3939;
}
