html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
    margin-bottom: 60px;
}

.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;
}

.btn-labc {
    --bs-btn-color: #008996;
    --bs-btn-bg: #008996;
    --bs-btn-border-color: #008996;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #23565b;
    --bs-btn-hover-border-color: #23565b;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #23565b;
    --bs-btn-active-border-color: #23565b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    color: white;
}

html {
  position: relative;
  min-height: 100%;
}

.nav-authenticated {
    background-color: #008996;
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    margin-left: 2px;
    top: 7px;
}

.radio.required .room-number:before {
    color: #d00;
    content: "*";
}
