html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
    font-size: 10px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

.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;
}

@media print {
    /* Hide non-printable elements */
    header, footer, nav, .no-print {
        display: none;
    }

    /* Apply print styles */
    body {
        font-size: 8pt;
        display: block;
        width: fit-content;
    }

    h1, h2, h3, h4, h5, h6 {
        break-after: auto;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .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;
    }

    #togglePassword {
        font-size: 0.8rem; /* or 0.8rem */
        line-height: 2;
    }
