html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Poppins';
}

th.dtfc-fixed-left {
    z-index: 11; /* Ensure these headers are on top */
    background-color: white; /* Give them a solid background to avoid visual issues */
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.otf');
}

.dropdown-item {
    cursor: pointer;
}

.navbar {
    background-color: rgb(23, 0, 48);
}

a, .spinner-border {
    color: rgb(23, 0, 48);
}

.btn-primary, .btn-primary.disabled, .form-check-input:checked {
    background-color: rgb(23, 0, 48);
    border-color: rgb(23, 0, 48);
}

.progress-bar {
    background-color: rgb(23, 0, 48);
    border-color: rgb(23, 0, 48);    
}
