body {
  background-color: #f4f4f4;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.667;
}

.navigation {
  display: flex;
  margin-bottom: 16px;
}

.navigation .back {
  margin-bottom: 12px;
  color: var(--primary-text-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.navigation .back i {
  font-size: 14px;
  margin-right: 8px;
}

.navigation .reserve {
  color: var(--primary-color);
  cursor: default;
}

.check-guest__title__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check-guest__title__contact select {
  color: black !important;
}

.check-guest__container {
  background-color: white !important;
  padding: 16px;
  margin-bottom: 64px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.check-guest__container__sub {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.check-guest__date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 6px;
}

.check-guest__container__sub-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  padding: 6px 4px;
  border-bottom: #2222 1px solid;
}

.check-guest__container__sub-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  padding: 4px;
}
.check-guest__main {
  display: flex;
  align-items: center;
  gap: 80px;
  color: black;
  padding: 4px;
  border-bottom: var(--primary-text-color) 2 1px solid;
}

.check-guest__container__sub-info .title {
  font-weight: 800;
}

.check-guest__container__sub-total .title {
  font-weight: 800;
}

.check-guest__contact {
  background-color: white !important;
  padding: 24px 16px;
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.guest__label__container {
  grid-column: span 1;
  grid-column-start: 1;
  max-width: 100%;
}

.check-guest__contact input {
  padding: 8px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  grid-column: span 1;
}

.check-guest__contact select {
  padding: 8px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  grid-column: span 1;
}

.check-guest__contact textarea {
  padding: 8px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  grid-column: span 1;
}

.guest-button__container {
  grid-column: span 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 4px;
}

.check-guest__contact label {
  color: black !important;
  padding: 0;
}

.check-guest__contact label span {
  color: red !important;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group {
  margin-bottom: 20px;
}

.terms-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.terms-checkbox input {
  width: auto;
}

#terms-of-use-link {
  color: var(--primary-color);
}

#terms-of-use-link:hover {
  text-decoration: underline;
}

.checkbox-size {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.payment-success-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 32px;
}

.payment-success-message {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.payment-success-message h5 {
  text-align: center;
}

.payment-success-message p {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-text-color);
  text-align: center;
}

.booking-summary .detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.booking-summary p {
  margin: 0; /* Removes default margin from p tag */
  font-weight: normal; /* Normal weight for the label */
  text-align: left;
}

.booking-summary span {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-text-color);
  text-align: center;
  text-align: left; /* Aligns the value to the left */
}

.booking-summary h5 {
  text-align: left;
  margin-bottom: 24px;
}

.confirmation-message a {
  color: var(--primary-color);
}

.confirmation-message p {
  text-align: left;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.error-message {
  color: #9d3b3b !important;
  font-size: 14px;
  margin-top: 5px;
}

.privacy-container {
  display: flex;
  flex-direction: column;

  background-color: #fff;
  padding: 32px;
}

.manage-main__container {
  background-color: white !important;
  padding: 24px 8px;
  margin-top: 12px;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--body-font-family);
}

.manage-booking__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.manage-booking__container .details {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  align-items: center;
  color: var(--primary-text-color);
}

.manage-booking__container .details img {
  width: 160px !important;
  height: 160px !important;
}

.manage-booking__container .details .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 14px;
}

.manage-booking__container .details .info h6 {
  display: inline;
  font-size: 16px;
}

.manage-booking__container .details .info .num-guest {
  display: flex;
  gap: 32px;
}

.manage-booking__container .details i {
  margin-right: 12px;
}

.manage-booking__container .action {
  font-size: 14px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--primary-text-color);
}
.manage-booking__container .action .ref {
  font-style: italic;
}

.manage-booking__container .action a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--body-font-family);
  font-weight: 500;
  color: #303030;
  transition: color 0.2s ease;
}

.manage-booking__container .action:hover a {
  color: var(--primary-color);
}

.card {
  color: var(--primary-text-color);
}
.card-header {
  background-color: #303030;
  color: #fff;
  text-align: center;
}
.card-footer-info {
  width: 100%;
}

.card-footer-info button {
  float: right;
}

.card-body-info {
  padding: 12px 0;
  border-bottom: 1px solid #2222;
}

.card-body-info:last-child {
  margin-bottom: 0px;
  border: none;
}

.card-body-info span {
  color: #534f4f;
}

.card-footer {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px !important;
}

.card-body .room-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.card-body .contact-detail {
  color: #534e4e;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-footer span {
  color: #534e4e;
  font-size: 13px;
}

.card-footer .info {
  font-size: 16px;
  font-weight: 600;
}

.card-footer .num-nights {
  background-color: #f4f4f4;
  color: var(--primary-text-color);
  padding: 4px 6px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.card-footer .num-nights i {
  color: var(--primary-text-color);
}

.card-body-info p {
  font-size: 14px;
}

.card-body-info .details {
  display: flex;
  gap: 24px;
}

.card-body-info .details a {
  color: var(--primary-text-color);
}

.card-body-info .details a span {
  color: var(--primary-text-color);
}
.card-body-info a span:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.policy div {
  font-size: 16px;
  font-weight: 600;
}

.policy span {
  font-size: 14px;
}

.policy span a {
  color: var(--primary-color);
}

.policy span a:hover {
  text-decoration: underline;
}

.payment div {
  font-size: 16px;
  font-weight: 600;
}

.payment-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.payment-info span {
  font-size: 14px;
  font-weight: normal;
}

.payment-info div {
  font-size: 14px;
  font-weight: normal;
}

.charge {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment .charge {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.btn-danger.button-contact {
  background-color: #dc3545;
  color: white;
}

.btn-danger.button-contact:hover {
  background-color: #c82333;
}

.policy-container {
  display: flex;
  flex-direction: column;
  gap: 16px;

  margin-top: 24px;
}

.policy-container .info {
  border-left: 8px solid #dc3545;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}

.policy-container .info .main {
  color: #dc3545;
  font-size: 14px;
  font-weight: 600;
}

.policy-container .info .sub {
  font-weight: normal;
  font-size: 13px;
}

.policy .note {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.policy .note .main {
  font-weight: 600;
  font-size: 16px;
}

.policy .note .sub {
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 480px) {
  .check-guest__container {
    padding: 16px;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .details-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .check-guest__contact {
    display: block;
    margin-bottom: 48px;
  }

  .check-guest__contact .guest__label__container {
    width: 100%;
    padding: 0;
  }

  .check-guest__contact input {
    margin-bottom: 24px;
  }
  .check-guest__contact select {
    margin-bottom: 24px;
  }

  .check-guest__contact textarea {
    margin-bottom: 24px;
  }

  .button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .button-form {
    width: 100%;
  }

  .button-contact {
    /* width: 100%; */
    text-align: center;
  }

  .booking-summary .detail {
    gap: 12px;
    padding-left: 4px;
    margin-bottom: 14px;
  }

  .card-header-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 760px) {
  .manage-main__container {
    background-color: white !important;
    padding: 16px 8px;
  }

  .manage-booking__container .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .manage-booking__container .details img {
    width: 100% !important;
    height: auto !important;
  }

  .manage-booking__container .action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px;
  }

  .card-footer {
    width: 100%;
    gap: 16px;
    display: flex;
  }
}

@media (max-width: 1024px) {
  .manage-booking__container {
    padding: 0px;
    margin: 0;
    gap: 0px;
  }
}
