html {
  scroll-padding-top: 3.5rem;
}

header {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
}

section {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.site-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #343a40;
  color: #fff;
  padding: 10px;
}


input[type="checkbox"][aria-disabled="true"] {
  background-color: #007bff;
  pointer-events: none;
}

.toast.show {
  position: absolute !important;
  bottom: 50px;
  right: 0px;
}

.disabled {
  cursor: not-allowed !important;
}

.bg-libere {
  background-color: #04ff0038;
  color: #343a40;
}

.bg-surbooking {
  background-color: #ff000086;
  color: white;
}

.btn-primary:hover {

  background-color: #2a9db9;
  border-color: #0096BC;
}

.btn-primary,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus {
  background-color: #0096BC;
  border-color: #0096BC;
}

@media print {

  button,
  footer {
    display: none !important;
  }

  tr,
  td {
    break-inside: avoid;
  }
}