.swal2-container {
    z-index: 9999 !important;
}

.table-body-scroll tbody {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-body-scroll thead, tfoot {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-body-scroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

* {
    text-transform: uppercase !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    border: 1px solid #d4d8dd
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
    border-color: #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    color: #677788;
}


