body {
    margin: 0;
    padding: 0;
    background-color: #e2e8f0;
    color: black;
    height: auto;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 768px) {
    .custom-container {
        max-width: 95%;
    }
}
@media (max-width: 767.98px) {
    .dataTables_length,
    .dataTables_filter {
        width: 100%;
        margin-bottom: 10px;
    }
    .dataTables_paginate #dataTable_previous a,
    .dataTables_paginate #dataTable_next a {
        display: flex;
        align-items: center;
        height: 38px;
    }
}
.header {
    font-size: 1.15rem;
    font-weight: 600;
    background-color: #ffffff;
    box-shadow: 0px -3px 20px 0px rgba(142, 142, 142, 1);
}
.logo {
    font-size: 1.7rem;
    font-weight: bold;
    color: black;
    letter-spacing: -0.025rem;
    img {
        width: 3.1rem;
        margin-right: 0.5rem;
    }
}
.nav-top a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: inherit;
    margin-right: 1.5rem;
}
.nav-top a:hover {
    color: rgb(30, 150, 207);
}
.card-box {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background-color: #f9fafb;
}
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-select {
    padding: 0.25rem 1.75rem 0.25rem 0.5rem;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.dataTables_wrapper {
    display: flex;
    flex-direction: column;
    .row {
        width: 100%;
        align-self: center;
    }
    .row:nth-child(2) {
        overflow-x: auto;
    }
    table.custom-table {
        width: 100%;
        white-space: nowrap;
        border-collapse: collapse !important;
    }
    table.custom-table,
    table.custom-table th,
    table.custom-table td {
        background-color: transparent !important;
        border-bottom-width: 0 !important;
        margin-bottom: 0;
    }
    table.custom-table tr {
        vertical-align: middle;
    }
    table.custom-table thead {
        border-top-width: 1px !important;
        border-bottom-width: 1px !important;
    }
    table.custom-table tfoot {
        border-top-width: 1px !important;
    }
}