input.wrong:focus {
    box-shadow: 0 0 5px 1px #ff0000 !important;
    border: 1px solid red !important;
}
input.wrong {
    box-shadow: 0 0 2px 1px #ff0000 !important;
    border: 1px solid red !important;
}

.select2-container {
    height: 100% !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 39px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 37px;
    padding-left: 0 !important;
    margin-top: -10px;
}

.scrollable{
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
}
.h-400 {
    height: 400px!important;
}
.h-1_2 {
    height: 50vh!important;
}
.h-3_4 {
    height: 75vh!important;
}
.scrollable thead th { position: sticky; top: 0;}

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

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

/* For Webkit */
::-webkit-scrollbar {
    width: 12px;
}

/* For Webkit track */
::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #ced1d2;
    border: 1px solid #cacaca;
}

/* For Webkit thumb */
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #8c8d8f;
}

/* For Firefox */
* {
    scrollbar-color: #8c8d8f #ced1d2;
}

/* For Firefox track */
*::-webkit-scrollbar-track {
    background-color: #ced1d2;
}

/* For Firefox thumb */
*::-webkit-scrollbar-thumb {
    background-color: #8c8d8f;
}

.required {
    font-weight: bold;
    color: red;
}
