html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-control {
    border: 1.5px solid #ddd;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}
    .form-control:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
    }

.nav-tabs .nav-link.active {
    color: green !important;
    background-color: white !important;
    border-color: #dee2e6 !important;
}

td {
    vertical-align: middle !important;
}
.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

a {
    text-decoration-skip-ink: auto;
    font-size: 1rem; /* ΆΤΣ¦ fs-4 */
    text-decoration: underline;
    text-underline-offset: 0.375rem; /* ΆΤΣ¦ link-offset-2 */
}
