.c-navy {
  color: #00497F;
}
.bg-grey {
  background: #F0F0F3 !important;
}

.bg-gd-table {
  background: linear-gradient(102.99deg, #FFDAD4 32.04%, #FFD8E7 57.46%, #E7DEFF 74.48%, #BEE9FF 100%);
}

.table {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

.table-responsive:has(.table-price-pre-booking) {
  margin: 0 -16px;
  padding: 0 16px;
  overflow: auto;
}

.table-price-pre-booking {
  text-align: center;
  border-radius: 16px;
  outline: 1px solid #edeef1;
  overflow: hidden;
}

.table-price-pre-booking .txt-head {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.001em;
  font-family: var(--font-medium);
  white-space: nowrap;
}

.table-price-pre-booking .txt-sub-head {
  display: block;
  font-size: 8px;
  line-height: 9.6px;
  white-space: nowrap;
}

.table-price-pre-booking tr th,
.table-price-pre-booking tr td {
  padding: 12px 8px;
  vertical-align: middle;
  min-width: 100px;
}

.table-price-pre-booking thead tr th {
  background-color: #303c46;
  color: #ffffff;
}

.table-price-pre-booking thead tr:first-child th:first-child {
  border-radius: 16px 0 0 0;
  text-align: center;
  background: #E00000;

}

.table-price-pre-booking thead tr:nth-child(2) th:first-child {
  background-color: #900000;
  text-align: left;
}

.table-price-pre-booking thead tr:first-child th:last-child {
  border-radius: 0 16px 0 0;
}

.table-price-pre-booking thead tr th {
  border: 1px solid #edeef1;
}

.table-price-pre-booking tbody tr td {
  background-color: #ffffff;
  border-top: 1px solid #edeef1;
}

.table-price-pre-booking tbody tr td+td {
  border-left: 1px solid #edeef1
}

.table-price-pre-booking tbody tr:last-child td:first-child {
  background: #E00000;
}

.table-price-pre-booking tbody tr td:first-child {
  background-color: #c00000;
  color: #ffffff;
  text-align: left
}

.table-price-pre-booking tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px
}

.table-price-pre-booking tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0
}

.table-price-pre-booking.select-pack .box-select {
  position: relative;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #f3f3f6;
  cursor: pointer
}

.table-price-pre-booking.select-pack .box-select.selected {
  background-color: #e00000
}

.table-price-pre-booking.select-pack .box-select.selected .txt-head,
.table-price-pre-booking.select-pack .box-select.selected .txt-sub-head {
  color: #ffffff
}

.table-price-pre-booking.select-pack .box-select.selected::after {
  position: absolute;
  content: "";
  top: 9px;
  left: -7px;
  width: 20px;
  height: 20px;
  background: url(../images/icons/ico-pack-selected.svg) center center no-repeat;
  background-size: 100%
}

.table-price-pre-booking td img.logo {
  height: 30px;
  width: auto;
  max-width: max-content;
}

.logo-true-vision {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}

.table-logo .logo-special img.logo {
  height: 47px !important;
}
.table-price-pre-booking div span .txt-sub-head {
  display: inline-block;
}