html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

ul {
    list-style-type: none;
}


.btn-danger-confirm {
    background: #bb2d3b;
    border: #b02a37;
    color: #fff;
}

    .btn-danger-confirm:hover {
        background: #9b2530;
        border: #872029;
        color: #fff;
    }

.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;
    min-height: 80vh;
}

.main-body {
    min-height: 100vh;
    padding-bottom: 400px;
}

.hidden {
    display: none;
}

.nav-link {
    border-bottom: solid 2px #ddd;
    margin-right: 1rem;
}

    .nav-link:hover {
        border-bottom: solid 2px #777;
    }


@media (min-width: 1420px) {
    .container-max {
        max-width: 1600px;
    }
}

span.form-input-validation-error.field-validation-error {
    color: red;
    font-size: 0.8rem;
    font-style: italic;
}




.toast-popup.toast-popup-error {
    background: #f5c6cb !important;
    border: solid 2px #721c24 !important;
}

    .toast-popup.toast-popup-error p, .toast-popup.toast-popup-error .action {
        color: #721c24 !important;
    }

div.footer {
    background-color: rgba(1, 72, 138, 0.6);
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    background-position: top center;
    background-repeat: no-repeat;
    height: 300px;
    color: #fff;
    font-size: 1.1rem;
}

    div.footer p {
        line-height: 1.8rem;
        white-space: normal !important;
    }

div.bg-img {
    background-image: url('/images/footer_image-scaled.png');
    height: 400px;
}


div:where(.swal2-icon) .swal2-icon-content {
    font-size: 2.5rem!important;
}

div:where(.swal2-icon) {
    width: 3em!important;
    height: 3em!important;
    margin: 1.5em auto 0!important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 1rem!important;
}

    @media (max-width: 768px) {
        div .footer {
            height: auto;
            text-align: center;
        }

        div.bg-img {
            height: auto;
        }
    }
