/* .dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    background-color: #fafafa !important;
} */

@import url('onepage.style.css');

.spinner-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #ffffff08;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.blur {
    filter: blur(3px);
}

.img-max-100 {
    max-width: 100px !important;
}

.img-max-30 {
    max-width: 30px !important;
}