.booking-details-header-content-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .booking-details-header-content-container {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .booking-details-content-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.booking-details-registration-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .booking-details-registration-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: inherit;
  }
}
.booking-details-details-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
@media (max-width: 767px) {
  .booking-details-details-container {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
.booking-details-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
@media (max-width: 767px) {
  .booking-details-table {
    border: 0;
  }
  .booking-details-table thead {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
  .booking-details-table tr {
    border-bottom: 1px solid #757575;
    display: block;
    margin-bottom: 1em;
  }
  .booking-details-table td {
    border-bottom: 1px solid #757575;
    display: flex;
    justify-content: space-between;
    height: 4.5em;
    align-items: center;
    font-size: 0.9em;
  }
  .booking-details-table td button {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 30px;
  }
  .booking-details-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .booking-details-table td:last-child {
    border-bottom: 0;
  }
}
.booking-details-new-guest-container {
  display: flex;
  justify-content: space-between;
  width: 81%;
}
@media (max-width: 767px) {
  .booking-details-new-guest-container {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 20px;
  }
}
.booking-details-new-guest-select-container {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .booking-details-new-guest-select-container {
    justify-content: space-between;
  }
}
@media (max-width: 350px) {
  .booking-details-new-guest-select-container {
    flex-direction: column;
  }
}
.fade {
    animation: fade 150ms ease;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.booking-details-copied-link {
  opacity: 0;
  color: #347D39;
}
.booking-details-copied-link-fade {
  animation-name: fade;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
.toggle * {
  width: 200px;
  height: 40px;
  line-height: 40px;
}
.toggle-button {
  position: absolute;
  z-index: 0;
  padding: 0;
  text-align: center;
  font-weight: lighter;
}
.toggle-input {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.toggle-input-container {
  display: inline-block;
  position: relative;
  background-color: #f8f6f4;
  border-radius: 10px;
}
.toggle-input-container input:checked + label {
  background: #02405a;
  color: white;
  border-radius: 10px;
}
.MenuContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .MenuContainer {
    display: unset;
  }
}
.Reservation-Card_Container {
  display: grid;
}
@media (min-width: 1280px) {
  .Reservation-Card_Container {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.Gannt {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.Gannt-Row-Header {
  display: grid;
  color: white;
  background-color: #02405a;
}
.Gannt-Row-Content-Lines {
  display: grid;
  position: absolute;
  height: 100%;
  width: 100%;
}
.Gannt-Row-Fill {
  border-right: 1px solid rgba(10, 52, 68, 0.13);
}
.Gannt-Row-Today {
  background-color: rgba(10, 52, 68, 0.13);
}
.Gannt-Row {
  display: grid;
  background-color: rgba(10, 52, 68, 0.13);
  grid-template-columns: 150px 1fr;
}
.Gannt-Row:nth-child(even) {
  background-color: white;
  border-right: 1px rgba(10, 52, 68, 0.13) solid;
}
.Gannt-Row:nth-child(even) > div {
  background-color: white;
  border-left: 1px rgba(10, 52, 68, 0.13) solid;
}
.Gannt-Row:last-of-type {
  border-radius: 0 0 12px 12px;
  border-bottom: 1px rgba(10, 52, 68, 0.13) solid;
}
.Gannt-Row:last-of-type > div {
  border-radius: 0 0 0 12px;
}
.Gannt-Row-First {
  border-width: 1px 0 0 0;
  border-color: rgba(10, 52, 68, 0.13);
  border-style: solid;
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.Gannt-Row-Line {
  border-top: 0;
  list-style: none;
  display: grid;
  padding: 9px 0;
  margin: 0;
  grid-gap: 8px;
}
.Gannt-Row-Line-Item-Boat {
  font-weight: 500;
  text-align: left;
  font-size: 14px;
  min-height: 15px;
  padding: 5px 12px;
  color: white;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-color: #02405a;
  display: flex;
  align-items: center;
  transform: skewX(-16deg);
  border: 1px solid white;
}
.Gannt-Row-Line-Item-Boat:hover {
  text-decoration: none;
  color: white;
  filter: brightness(75%);
}
.Gannt-Row-Line-Item-Boat li {
  transform: skewX(16deg);
}
.Gannt-Row-Line-Item-Boat_Is_Active {
  background-color: #347D39;
}
.ReservationCards {
  color: black;
}
.ReservationCards:hover {
  text-decoration: none;
  color: black;
}
.ReservationCards_ongoing:hover {
  border-color: #347D39;
}
.ReservationCards_completed:hover {
  border-color: #02405a;
}
.ReservationCards_starting-soon:hover {
  border-color: #C69026;
}
.ReservationCards_starting-later:hover {
  border-color: #02405a;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ReservationCards-display {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .ReservationCards-display {
    display: block !important;
  }
}

/* Phone */
.boatModalButtonContainer {
    display: flex;
    flex-direction: column; 
    width: 100%;
    gap: 10px;
    justify-content: center;
    align-items: center; 
}

.boatModalButtonContainer button {
    width: 100%;
}

/* Tablet and desktop */
@media (min-width: 768px) {
    .boatModalButtonContainer {
        flex-direction: column; 
        width: 347px;
        justify-content: space-around;
    }
}