.btn-login {
    background-color: #004a7c;
    color: #ffffff;
}

.btn-login:hover {
    background-color: #003356;
    color: #ffffff;
}

footer {
    background-color: #004a7c;
    color: #f8f9fa;
}

footer a {
    color: #f8f9fa;
}

footer a:hover {
    color: #f8f9fa;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.logo {
    margin: 0;
    padding: 0;
}

.btn-home:hover{
    background-color: #004a7c;
}

body {
    overflow-x: hidden;
}

.panel-table-header {
    background-color: #004a7c;
    color: #ffffff;
    
}

#tbl_latest_data thead th {
    border-color: #004a7c;
}

#tbl_search_result thead th {
    border-color: #004a7c;
}

.korlabs-color {
    color: #004a7c;
}

.button-white {
    background-color: white;
    border: none;
}

.cursor-pointer {
    cursor: pointer;
}

button.accordion-button:focus{
    box-shadow: none;
    outline: none; 
    background-color: #f8f9fa;
    color: black;
}

#tbl_user thead tr th {
    border: none;
    background-color: #004a7c;
    color: #ffffff;
}

#target_table thead tr th {
    border: none;
    background-color: #004a7c;
    color: #ffffff;
}

.queue-spinner {
    width: 5rem; 
    height: 5rem;
}

.border-input-modal {
    border: 1px solid #dee2e6;
}

.summary-card-deck > a {
    color: #004a7c;
}