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;*/
    background: url('/images/cornered-stairs.svg') no-repeat center center/cover;
}

.question-btn {
    top: 10px; /* Adjust as needed */
    z-index: 1050;
    border: none;
    background: none;
    font-size: 1.5rem;
    color: #333;
}

    .question-btn:hover {
        color: #007bff;
    }

.required::after {
    content: "*";
    color: red;
    margin-left: 5px;
}

hr {
    color: #cccccc80;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    border-bottom: 2px solid #dc3545;
}
