body {
    background: #19384e;
}

#spinner {
    display: none;
    position: absolute;
    background: #19384e;
    z-index: 9999;
}

.custom-select {
    background-color: #eb0926;
    color: white;
}

.card {
    background: #19384e;
    border: none;
    color: #ffffff;
}

.card .card-header {
    background: #19384e;
    border: none;
}

.card .card-body {
    background: #19384e;
    border: none;
}

table thead th {
    background-color: #19384e !important;
    color: #bfbdbd;
}

table tbody tr:nth-child(odd) {
    background-color: #053251 !important;  /* Light gray */
    color: #bfbdbd;
}

/* Change background color of even rows in table-striped */
table tbody tr:nth-child(even) {
    background-color: #19384e !important;  /* White */
    color: #bfbdbd;
    border-bottom: 1px solid #01263f;
}

table tbody tr:hover {
    background-color: #031326 !important;
    color: #bfbdbd;
}

table.no-borders tbody tr:nth-child(even) {
    border: none !important;
}

.size-16 {
    font-size: 16px;
}

.dark-blue {
    color: #01263f;
}

.btn-dark-blue {
    background-color: #01263f;
    color: #bfbdbd;
}

.btn-dark-blue:hover {
    background-color: #001f30;
    color: #bfbdbd;
}

