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;
}*/


body {
    background-color: #ECECEC;
    font-family: Inter, system-ui, sans-serif;
    padding: 0px;
}

.btn-cancel {
    background: transparent;
    border: none;
    color: #E06121;
    font-weight: 500;
}

.btn-prev {
    color: white;
    background: #23498A;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 22px;
    font-weight: 500;
}

/* Next button (disabled version) */
.btn-next {
    border-radius: 8px;
    padding: 10px 28px;
    font-weight: 600;
    color: white;
    border: none;
    text-decoration: none;
    background: #679C5B;
    color: white;
}