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;
}

@page{
    size: A4;
    margin: 0;
    padding: 0;
}
@media print {
    body {
        visibility: hidden;
        margin: 0;
        padding: 0;
    }
    #section-to-print {
        visibility: visible;
        width: 100%;
        padding: 50px;
        position: fixed;
        top: 0;
        left: 0;
        zoom: 120%;
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge */
        color-adjust: exact !important; /* Firefox 48 – 96 */
        print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */
    }
    #section-to-print-voucher {
        visibility: visible;
        width: 100%;
        padding: 25px;
        position: absolute;
        top: 0;
        left: 0;
        zoom: 100%;
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge */
        color-adjust: exact !important; /* Firefox 48 – 96 */
        print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */
    }
}