@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap);
.hourglass-wrap {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.hourglass-wrap__fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.hourglass {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2em 0 0 -1em;
  background: #FFF;
  border: 10px solid #FFF;
  border-radius: 6px;
  width: 2em;
  height: 4em;
  box-shadow: inset #FFF 0 0 0 0, inset rgb(204, 204, 204) 0 2em 0 0, inset #FFF 0 0 4em 0;
  animation: hourglass 1s linear infinite;
}
.outer {
  fill: rgb(204, 204, 204);
}
.middle {
  fill: #FFF;
}
@keyframes hourglass {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #FFF 0 0 0 0, inset rgb(204, 204, 204) 0 2em 0 0, inset #FFF 0 4em 0 0, inset rgb(204, 204, 204) 0 4em 0 0;
  }
  80% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #FFF 0 2em 0 0, inset rgb(204, 204, 204) 0 2em 0 0, inset #FFF 0 2em 0 0, inset rgb(204, 204, 204) 0 4em 0 0;
  }
  100% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: inset #FFF 0 2em 0 0, inset rgb(204, 204, 204) 0 2em 0 0, inset #FFF 0 2em 0 0, inset rgb(204, 204, 204) 0 4em 0 0;
  }
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: sans-serif;
}
a {
  text-decoration: none;
  color: #FFF;
}
.text-center {
  text-align: center;
}
.b-cal {
  width: 100%;
}
.b-cal:after {
  display: block;
  content: "";
  float: none;
  width: 100%;
  clear: both;
}
.bc-left, .bc-right {
  float: left;
  width: 50%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.bc-left {
  padding-right: 1%;
}
.bc-right {
  padding-left: 1%;
}
.bc-months {
  margin: 0 0 15px 0;
  padding: 0;
}
.bc-months li {
  list-style-type: none;
  display: inline-block;
}
.bc-months li a {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #f5f5f5;
  color: #666 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 100%;
}
.bc-months li a:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #EEE;
  color: #666 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.bcm-active {
  opacity: 0.5;
}
.bc-sheet {
  width: 100%;
  border-collapse: collapse;
}
.bc-sheet thead {
  margin-bottom: 10px;
}
.bc-sheet thead tr td {
  width: 14.3%;
  color: #FFF;
}
.bc-sheet thead span {
  padding: 10px;
  display: block;
  background-color: #c5c5c5;
  border-radius: 2px;
}
.bc-sheet td {
  text-align: center;
}
.bc-sheet tbody a, .bc-sheet tbody span {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #f5f5f5;
  color: #666 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 100%;
}
.bc-sheet tbody a:hover, .bc-sheet tbody span:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #EEE;
  color: #666 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.bc-sheet tbody a, .bc-sheet tbody span {
  position: relative;
}
.bc-sheet tbody span {
  opcity: 0.3;
}
a.bcs-holid, a.bcs-holidd, span.bcs-holid, span.bcs-holidd {
  color: red !important;
}
span.bcs-now:after, a.bcs-now:after {
  border: 4px solid #AAA;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
span.bcs-active:after, a.bcs-active:after {
  border: 4px solid red;
  content: "";
  position: absolute;
  border-color: red;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.bct-tabs {
  display: none;
}
.bc-time-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.bct-room-col {
  display: table-cell;
  text-align: center;
  padding: 0 10px;
}
.bct-room-col a, .bct-room-col span {
  display: block;
  margin: 0 auto 5px;
  width: 120px;
  text-align: center;
}
.bct-room-col h3 {
  color: #FFF;
  font-size: 18px;
  margin: 10px 0 21px;
  padding: 0;
}
.btn-yes {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #8bdc8b;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.btn-yes:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: rgb(116.1647398844, 195.3352601156, 116.1647398844);
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.btn-last-minute {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #f0e10c;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.btn-last-minute:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: rgb(215.7142857143, 202.2321428571, 10.7857142857);
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.btn-no {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #e4e4e4;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.btn-no:hover {
  cursor: auto !important;
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #e4e4e4;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.btn-played {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #e4e4e4;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  border-bottom: 2px solid orange;
}
.btn-played:hover {
  cursor: pointer !important;
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #e4e4e4;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  border-bottom: 2px solid orange;
}
.window {
  position: relative;
  border: 0;
  background: #FAFAFA;
  background-image: linear-gradient(to top, #FAFAFA, #f4f4f4);
  border-radius: 2px;
}
.window__maxwidth {
  max-width: 550px;
  margin: 0 auto;
}
.window-body {
  padding: 20px;
}
.booking-modal {
  display: inline-block;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.booking_modal__show {
  visibility: visible;
  opacity: 1;
}
.bm-close {
  position: absolute;
  right: 20px;
  top: 0px;
  color: #444 !important;
  font-size: 50px;
  text-decoration: none;
}
.bm-close:hover, .bm-close:focus, .bm-close:active {
  text-decoration: none;
}
.bm-go-back {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #16a085;
  color: #fff !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 15px auto;
}
.btn-submit {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: rgb(204, 204, 204);
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 100%;
}
.btn-submit:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: rgb(178.5, 178.5, 178.5);
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.btn-submit {
  width: 140px;
  margin: 0 auto;
}
.btn-cancel {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #e6e6e6;
  color: #333 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 100%;
  font-weight: normal;
}
.btn-cancel:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: rgb(204.5, 204.5, 204.5);
  color: #333 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  font-weight: normal;
}
.btn-cancel {
  width: 140px;
  margin: 0 auto;
}
.b-form {
  max-width: 450px;
}
.b-form h2 {
  font-size: 18px;
  margin: 0 45px 20px 0;
}
.b-form-new .errorlist, .b-form .errorlist {
  margin: 0 0 8px 0;
  padding: 0;
  text-align: left;
}
.b-form-new .errorlist a, .b-form .errorlist a {
  color: #cc0000;
  text-decoration: underline;
}
.b-form-new .errorlist li, .b-form .errorlist li {
  color: red;
  list-style-type: none;
}
.field-wrap-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.field-wrap-flex > label {
  color: #333;
  width: 130px;
  flex-shrink: 0;
  line-height: 1.4;
  margin-right: 10px;
}
.field-wrap-flex .field {
  width: 100%;
}
.field-wrap {
  padding: 10px 10px;
  margin: 0 0 2px 0;
}
.field-wrap ul li, .field-wrap .field-wrap-flex > label {
  font-size: 14px;
}
.field-wrap select, .field-wrap input[type=email], .field-wrap input[type=text], .field-wrap input[type=number], .field-wrap textarea {
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 10px;
  box-shadow: 0 0 0 2px #ececec;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
}
.field-wrap select:focus, .field-wrap input[type=email]:focus, .field-wrap input[type=text]:focus, .field-wrap input[type=number]:focus, .field-wrap textarea:focus {
  outline: none !important;
  box-shadow: 0 0 10px rgb(204, 204, 204);
  border-color: rgb(165.75, 165.75, 165.75);
}
.field-wrap textarea {
  height: 60px;
}
.field-wrap.field-wrap__quantity input[type=number] {
  max-width: 150px;
}
.field-wrap:after {
  content: "";
  clear: both;
  float: none;
  display: block;
}
.select-field-type {
  position: relative;
}
.select-field-type select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.select-field-type:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 5px;
  height: 5px;
  inset: 0;
  left: auto;
  right: 10px;
  margin: auto 0;
  background-color: transparent;
  border: 1px solid black;
  border-top: transparent;
  border-right: transparent;
  transform: translateY(-2px) rotate(-45deg);
}
.field-wrap__error {
  background-color: #f9e5e5;
}
.field-wrap__radio > label {
  margin-top: 0;
  display: block;
}
.field-wrap__radio ul {
  color: #333;
  margin: 0;
  padding: 0;
}
.field-wrap__radio ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.field-wrap__radio ul li:last-child {
  margin-right: 0;
}
.field-wrap__radio ul li label {
  cursor: pointer;
  position: relative;
}
.field-wrap__radio ul li label input {
  position: absolute;
  opacity: 0;
}
.field-wrap__radio ul li label .checkmark {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #CCC;
  display: inline-block;
  border-radius: 50%;
}
.field-wrap__radio ul li label .checkmark:after {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #FFF;
  content: "";
  border-radius: 50%;
}
.field-wrap__radio ul li label {
  /* On mouse-over, add a grey background color */
}
.field-wrap__radio ul li label:hover input ~ .checkmark {
  background-color: #aaa;
}
.field-wrap__radio ul li label {
  /* When the radio button is checked, add a blue background */
}
.field-wrap__radio ul li label input:checked ~ .checkmark {
  background-color: rgb(204, 204, 204);
}
.field-wrap__radio ul li label input:checked ~ .checkmark:before {
  content: "";
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  position: absolute;
  background: rgb(204, 204, 204);
  border-radius: 50%;
  z-index: 1;
}
.field-wrap__checkbox ul li {
  margin-bottom: 5px;
}
.field-wrap__checkbox ul li label .checkmark {
  border-radius: 0;
}
.field-wrap__checkbox ul li label .checkmark:after {
  border-radius: 0;
}
.field-wrap__checkbox ul li label input:checked ~ .checkmark:before {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid rgb(204, 204, 204);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  background: none;
}
h2 {
  color: #c1c1c1;
  margin: 5px 0 15px 0;
  padding: 0 40px 0 0;
  font-weight: normal;
}
.b-book-thanks {
  color: #333;
}
.bf-actions {
  border-top: 1px solid rgb(204, 204, 204);
  margin: 20px 0 0 0;
  padding: 20px 0;
  text-align: center;
  background: #EEE;
}
.b-cal-allrooms .bc-left, .b-cal-allrooms .bc-right {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
.b-cal-allrooms .bc-time-list {
  display: block;
}
.b-cal-allrooms .bct-room-col {
  text-align: left;
  display: block;
  padding: 0 0 10px 0;
  margin: 10px 0 20px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.b-cal-allrooms .bct-room-col .btn-yes, .b-cal-allrooms .bct-room-col .btn-no, .b-cal-allrooms .bct-room-col .btn-played, .b-cal-allrooms .bct-room-col .btn-last-minute {
  display: inline-block;
}
.b-cal-allrooms__right .bc-left, .b-cal-allrooms__right .bc-right {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
}
.b-cal-allrooms__right .bc-left {
  width: 39%;
  margin-right: 1%;
}
.b-cal-allrooms__right .bc-right {
  width: 60%;
}
.bc-info-text {
  padding: 15px 0 0 0;
  color: #FFF;
}
.bc-info-text ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.message-window {
  padding: 20px;
  text-align: center;
}
.message-window h2 {
  color: rgb(204, 204, 204);
}
.message-window ul {
  margin: 0;
  padding: 0;
}
.message-window ul li {
  line-height: 2;
  list-style-type: none;
  color: rgb(204, 204, 204);
}
.message-window ul li span {
  font-weight: bold;
}
body.modal-show {
  overflow: hidden;
}
.phone_input {
  padding-left: 50px !important;
}
.field-wrap__checkbox .checkbox-name p {
  margin: 0;
}
.field-wrap__checkbox .checkbox-name a {
  color: #444;
  text-decoration: underline;
}
.field-wrap__checkbox input {
  margin-left: 20px;
}
span.btn-played span.hover-game-info-wrap, span.btn-no span.hover-game-info-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
}
span.btn-played span.hover-game-info-wrap__show, span.btn-no span.hover-game-info-wrap__show {
  display: flex;
}
span.btn-played span.hover-game-info-wrap span.hover-game-info, span.btn-no span.hover-game-info-wrap span.hover-game-info {
  background: #e4e4e4;
  color: #444;
  max-width: 100%;
  z-index: 22;
  border-radius: 2px;
  padding: 10px;
  width: 400px;
  height: auto;
  position: relative;
}
span.btn-played span.hover-game-info-wrap span.hover-game-info__close, span.btn-no span.hover-game-info-wrap span.hover-game-info__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  font-size: 1.4rem;
  cursor: pointer;
}
span.btn-played span.hover-game-info-wrap span.hover-game-info table, span.btn-no span.hover-game-info-wrap span.hover-game-info table {
  margin: 0 0 15px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
span.btn-played span.hover-game-info-wrap span.hover-game-info table th, span.btn-no span.hover-game-info-wrap span.hover-game-info table th {
  font-weight: normal;
}
span.btn-played span.hover-game-info-wrap span.hover-game-info table th, span.btn-played span.hover-game-info-wrap span.hover-game-info table td, span.btn-no span.hover-game-info-wrap span.hover-game-info table th, span.btn-no span.hover-game-info-wrap span.hover-game-info table td {
  padding: 10px;
}
span.btn-played span.hover-game-info-wrap span.hover-game-info table tr:nth-child(odd), span.btn-no span.hover-game-info-wrap span.hover-game-info table tr:nth-child(odd) {
  background-color: #eee;
}
.success-payment h1, .cancel-payment h1 {
  padding: 22px 0;
}
.gc-wrap .field-wrap__checkbox input {
  margin-left: 0;
  margin-right: 10px;
}
.iti__country-list {
  display: inline-block;
}
.gc-summary {
  display: grid;
  grid-template-columns: max-content auto;
  row-gap: 3px;
  padding: 10px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.gc-summary__row {
  grid-column: 1/-1;
  display: grid;
  align-items: center;
  grid-template-columns: subgrid;
  column-gap: 12px;
}
.gc-summary__row--total {
  font-size: 15px;
  font-weight: 700;
}
.gc-discount {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 12px;
  padding: 10px;
  margin-bottom: -2px;
}
.gc-discount .field-wrap {
  padding: 0;
  margin-bottom: 0;
}
.gc-discount__check-btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #CCC;
  border: 1px solid #CCC;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  height: 100%;
  padding: 5px 20px;
}
.gc-discount__message {
  margin-top: 5px;
  margin-bottom: 10px;
  grid-column: 1/-1;
  font-size: 13px;
  color: red;
}
@media (max-width: 500px) {
  .bc-left, .bc-right {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 470px) {
  .field-wrap select, .field-wrap input[type=email], .field-wrap input[type=text], .field-wrap textarea {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .bc-sheet thead a, .bc-sheet thead span, .bc-sheet tbody a, .bc-sheet tbody span {
    padding: 10px 5px !important;
  }
  .b-cal-allrooms .bct-room-col {
    text-align: center;
  }
  .bc-months {
    text-align: center;
  }
  .bc-months li {
    margin-bottom: 10px;
  }
  .bc-months li a {
    padding: 5px !important;
    font-size: 14px;
  }
  .b-form p select, .b-form p input[type=email], .b-form p input[type=text], .b-form p textarea {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .b-cal-allrooms .bct-room-col {
    text-align: center;
  }
}
body, html {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}
body {
  background-color: #0d1421;
}
a {
  color: #FFD700;
}
.bc-months {
  text-align: center;
}
.bc-months li a,
.bc-months li a:hover {
  background-color: transparent;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
}
.bc-months li a:hover {
  color: #FFD700 !important;
}
.bc-months li:first-child a {
  color: #8bdc8b !important;
  font-weight: 700;
}
.bc-months li a.bcm-active {
  font-weight: 700;
  color: #FFD700 !important;
  opacity: 1;
}
.bc-sheet thead span {
  background-color: #0a0f18;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 4px;
}
.bc-sheet > thead .bcs-holid,
.bc-sheet > thead .bcs-holidd {
  color: #E4441C !important;
}
.bc-sheet thead {
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
table.bc-sheet tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.04);
}
.bc-sheet tbody a {
  background-color: transparent;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 6px;
}
.bc-sheet tbody a:hover {
  background-color: rgba(255, 215, 0, 0.1);
  color: #FFD700 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 42px;
  width: 42px;
  height: 42px;
}
.bc-sheet tbody a:hover::after {
  border: 2px solid #FFD700;
  border-radius: 8px;
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.bc-sheet tbody span {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3) !important;
  cursor: not-allowed !important;
  padding: 0;
  line-height: 42px;
  width: 42px;
  height: 42px;
}
.bc-sheet tbody span:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.3) !important;
  padding: 0;
  line-height: 42px;
  width: 42px;
  height: 42px;
}
a.bcs-now:after {
  margin: auto;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border-color: #8bdc8b;
  border-width: 2px;
}
a.bcs-active:after {
  margin: auto;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border-color: #FFD700;
  border-width: 2px;
}
.bct-room-col h3 {
  color: #FFD700 !important;
  font-weight: 700;
}
.btn-yes {
  background-color: rgba(255, 215, 0, 0.1);
  color: #ffffff !important;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: inset 0 -2px 0 0 #8bdc8b;
}
.btn-yes:hover {
  background-color: rgba(255, 215, 0, 0.2);
  color: #FFD700 !important;
}
.btn-last-minute {
  background-color: rgba(255, 215, 0, 0.15);
  color: #FFD700 !important;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: inset 0 -2px 0 0 #FFD700;
}
.btn-last-minute:hover {
  background-color: rgba(255, 215, 0, 0.25);
}
.btn-no {
  background-color: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.35) !important;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: inset 0 -2px 0 0 rgba(228, 68, 28, 0.4);
}
.btn-no:hover {
  background-color: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.35) !important;
  cursor: not-allowed !important;
}
.btn-played {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 6px;
  border-bottom: 2px solid rgba(255, 165, 0, 0.5);
}
.btn-played:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7) !important;
}
.booking-modal {
  background: #0a0f18;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
.bm-close {
  color: #ffffff !important;
  opacity: 0.7;
}
.bm-close:focus,
.bm-close:hover {
  color: #FFD700 !important;
  opacity: 1;
}
.bm-close:active {
  color: #FFD700 !important;
  opacity: 0.8;
}
h2 {
  color: #ffffff;
  font-weight: 600;
}
.b-form h2 {
  color: #FFD700;
}
.field-wrap__radio ul,
.field-wrap-flex > label {
  color: rgba(255, 255, 255, 0.85);
}
.bf-actions {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}
.btn-submit {
  background-color: #FFD700;
  color: #000000 !important;
  font-weight: 700;
  border-radius: 8px;
}
.btn-submit:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.btn-cancel {
  background-color: rgba(255, 255, 255, 0.06);
  color: #ffffff !important;
  border-radius: 8px;
}
.btn-cancel:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
}
.field-wrap input[type=email],
.field-wrap input[type=text],
.field-wrap input[type=number],
.field-wrap select,
.field-wrap textarea {
  border-radius: 8px;
  color: #ffffff;
  background-color: #131b2e !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  border: none;
}
.field-wrap input[type=email]:focus,
.field-wrap input[type=text]:focus,
.field-wrap input[type=number]:focus,
.field-wrap select:focus,
.field-wrap textarea:focus {
  box-shadow: 0 0 0 2px #FFD700;
  outline: none;
}
.field-wrap select {
  height: 38px;
}
.field-wrap textarea {
  resize: vertical;
}
.field-wrap__error {
  background-color: rgba(228, 68, 28, 0.1);
  border-radius: 8px;
}
.field-wrap__radio ul li label input:checked ~ .checkmark {
  background-color: #FFD700;
}
.field-wrap__radio ul li label input:checked ~ .checkmark:before {
  background: #FFD700;
}
.field-wrap__checkbox ul li label input:checked ~ .checkmark {
  background-color: #FFD700;
}
.field-wrap__checkbox ul li label input:checked ~ .checkmark:before {
  border-color: #FFD700;
}
.bc-info-text {
  color: rgba(255, 255, 255, 0.7);
}
.bc-info-text .green:before {
  background-color: #8bdc8b;
  border-radius: 4px;
}
.bc-info-text .red:before {
  background-color: #E4441C;
  border-radius: 4px;
}
.window {
  background: #0a0f18;
  background-image: none;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.message-window h2 {
  color: #FFD700;
}
.message-window ul li {
  color: rgba(255, 255, 255, 0.85);
}
.b-book-thanks {
  color: rgba(255, 255, 255, 0.85);
}
.bm-go-back {
  background-color: #FFD700;
  color: #000000 !important;
  font-weight: 700;
  border-radius: 8px;
}
.bm-go-back:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.content {
  max-width: 600px;
  margin: 0 auto;
}
.text-wrap {
  background-color: rgba(13, 20, 33, 0.9);
  padding: 15px 20px;
  border-radius: 8px;
  color: #ffffff;
}
.select-field-type select {
  background-color: #131b2e;
  color: #ffffff;
}
.select-field-type:after {
  border-color: rgba(255, 255, 255, 0.5);
  border-top: transparent;
  border-right: transparent;
}
.field-wrap__checkbox .checkbox-name a {
  color: #FFD700;
}
.iti--allow-dropdown {
  width: 100%;
}
.field-wrap__phone .iti {
  width: 100%;
}
.field-wrap__phone .iti__country-list {
  width: 289px;
  margin-left: -3px;
  white-space: normal;
  background-color: #0a0f18;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
span.btn-played span.hover-game-info-wrap span.hover-game-info,
span.btn-no span.hover-game-info-wrap span.hover-game-info {
  background: #0a0f18;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
span.btn-played span.hover-game-info-wrap span.hover-game-info table tr:nth-child(odd),
span.btn-no span.hover-game-info-wrap span.hover-game-info table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.06);
}
span.btn-played span.hover-game-info-wrap span.hover-game-info table tr:nth-child(even),
span.btn-no span.hover-game-info-wrap span.hover-game-info table tr:nth-child(even) {
  background-color: transparent;
}
span.btn-played span.hover-game-info-wrap span.hover-game-info table th,
span.btn-no span.hover-game-info-wrap span.hover-game-info table th {
  color: rgba(255, 255, 255, 0.5);
}
span.btn-played span.hover-game-info-wrap span.hover-game-info table td,
span.btn-no span.hover-game-info-wrap span.hover-game-info table td {
  color: rgba(255, 255, 255, 0.85);
}
span.btn-played span.hover-game-info-wrap span.hover-game-info .btn-submit,
span.btn-no span.hover-game-info-wrap span.hover-game-info .btn-submit {
  background-color: #FFD700;
  color: #000000 !important;
  border-radius: 8px;
  font-weight: 600;
}
span.btn-played span.hover-game-info-wrap span.hover-game-info .btn-submit:hover,
span.btn-no span.hover-game-info-wrap span.hover-game-info .btn-submit:hover {
  background-color: #ffffff;
}
.gc-wrap {
  background: #0a0f18;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
}
.gc-wrap h2 {
  color: #FFD700;
  text-align: center;
  margin-bottom: 10px;
}
.gc-wrap .field-wrap__checkbox input {
  margin-left: 0;
  margin-right: 10px;
}
.gc-wrap .field-wrap__checkbox .checkbox-name {
  color: rgba(255, 255, 255, 0.85);
}
.gc-wrap .field-wrap__checkbox .checkbox-name a {
  color: #FFD700;
}
.gc-wrap .btn-submit {
  background-color: #FFD700;
  border: 1px solid #FFD700;
  color: #000000 !important;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 10px;
}
.gc-wrap .btn-submit:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.gc-summary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
}
.gc-summary__row--total {
  color: #FFD700;
}
.gc-discount__check-btn button {
  background-color: #FFD700;
  border: 1px solid #FFD700;
  color: #000000;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}
.gc-discount__check-btn button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.gc-discount__message {
  color: #E4441C;
}
@media (max-width: 748px) {
  .bc-right, .bc-left {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .bct-room-col {
    display: block;
  }
  .bct-room-col h3 {
    min-height: 0;
    margin: 30px 0 10px 0;
  }
}
@media (max-width: 410px) {
  .bc-sheet tbody a,
  .bc-sheet tbody span {
    padding: 0 !important;
  }
}

