body {
    background-color: #F5F5F5!important;
    font-family: 'Roboto', sans-serif!important;
}

.custom-bg-warning {
    background-color: #ed771b;
}

.card-image-max-height {
    max-height: 250px;
}

.custom-modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-dialog {
    max-width: 1050px!important;
}

.custom-box-shadow {
    box-shadow: 19px 17px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.custom-title {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.tablesorter-filter.disabled {
    display: none;
}

#fileListContainer .card {
    max-height: 550px;
    overflow-y: scroll;
}

.message-container div {
    position: fixed;
    z-index: 500;
}

.max-width-50 {
    width: 50px;
}

.custom-switch-item {
    width: 30px!important;
    height: 15px!important;
}

.custom-switch-item:checked  {
    background-color: #198754!important;
    border-color: #198754!important;
}

.custom-switch-item:disabled  {
    opacity: 1!important;
}

.custom-width-15-px {
    width: 15px;
}

.custom-fix-switch-left-padding {
    padding-left: calc(var(--bs-gutter-x)* .5)!important;
}

.custom-padding-left-0-px {
    padding-left: 0px!important;
}
