.select2.select2-container.select2-container--default {
    width: 100% !important;
    margin-bottom: 7px;
}

.select2-selection.select2-selection--single {
    height: 35px !important;
    padding: 2px;
    display: flex;
    align-items: center;
}

.select2-selection__arrow {
    margin-top: 3px;
}

body {
    scroll-behavior: smooth;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body::-webkit-scrollbar {
    width: 0;
}

body::-webkit-scrollbar-track {
    background-color: transparent;
}

.error {
    color: red;
}

label {
    margin-top: 6px;
    margin-bottom: 4px;
}

.modal-footer {
    padding: 20px;
}

th {
    background-color: #eeeeee !important;
}