html {
  font-size: 14px;
}
footer {
    bottom: 0;
    color: #707070;
    height: 2em;
    left: 0;
    position: relative;
    width: 100%;
}

@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;
}

input[readonly] {
    background-color: lightgray; /* Or any shade of gray you prefer */
}
/*centering buttons */
.button-container {
    display: flex;
    justify-content: center;
    /* optional: center vertically as well */
    align-items: center;
    height: 100%; /* adjust if needed */
}
.page {
    display: none;
}

.active {
    display: block;
}

.hidden {
    display: none;
}

#pdf-viewer { /* Style for the PDF viewer container */
    width: 100%;
    height: 800px; /* Adjust as needed */
    overflow: auto;
}





