.btn-icon {
    position: relative;
    top: -1px;
    margin-right: 10px;
}

select[readonly] option, select[readonly] optgroup {
    display: none;
}

.login-form-header {
    font-size: 13px;
}

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

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

.select2-selection {
    border-radius: 0px !important;
    border-color: rgb(229, 229, 229) !important;
    height: 38px !important;
    line-height: 38px !important;
}

.select2-selection--single .select2-selection__rendered, .select2-selection__arrow {
    height: 38px !important;
    line-height: 38px !important;
}

.select2-selection--multiple .select2-selection__rendered, .select2-selection__arrow {
    height: 18px !important;
    line-height: 18px !important;
    margin-bottom: 0px !important;
}

.select2-selection--multiple .select2-selection__choice {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.select2-selection--multiple .select2-selection__rendered {
    display: block !important;
    float: left !important;
    margin-top: 8px !important;
}

.select2-selection--multiple .select2-search__field {
    display: block !important;
    float: left !important;
    margin-top: 8px !important;
}

.select2-dropdown {
    border-color: rgb(229, 229, 229) !important;
}

.uk-card-title {
    font-size: 1.1rem !important;
    line-height: 1 !important;
}