html {
    position: relative;
    min-height: 100%;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/JH20230818_0870_16x9.jpg");
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
    opacity: 0.75;
    z-index: -1;
}

body {
    padding-top: 3.75rem;
    margin-bottom: 1.75rem;
}

.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;
}

span.required {
    font-weight: bold;
    color: #dc3545;
}

.input-validation-error {
    border: 1px solid #dc3545;
}

.l-required-label::after {
    content: " *";
    color: #800000;
    font-weight: bolder;
    font-size: larger;
}

th.fit-content, td.fit-content {
    width: 0;
    min-width: fit-content;
}
