.logo {
    width: 150px;
    height: auto;
}

#loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn-wide {
    width: 100%;
}

@media (min-width: 768px) {
    .btn-wide {
        width: auto;
        min-width: 150px;
    }
}

.table-container {
    overflow-x: auto;
}

.modal-dialog.modal-custom {
    max-width: 90%;
}

.dataTables_scrollBody {
    overflow-x: auto;
}

.table-container {
    overflow-x: auto;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
}
