/* pstb front css here */

.booking-form-wrapper {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-family: sans-serif;
  font-size: 16px;
}
.field-wrp {
  margin-bottom: 20px;
  width: 100%;
}
.field-wrp .psbk-field {
  width: 100%;
  margin: 0px;
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-family: sans-serif;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 22px;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 5px;
}
.field-wrp .psbk-field:focus {
  border: 1px solid #333 !important;
}
.step-btn-sec .psbk-btn {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  padding: 10px 18px;
  color: black;
  font-weight: 600;
  min-width: 70px;
  transition: 0.3s;
  line-height: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.back_btn {
  background-color: unset !important;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%238391A1%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center !important;
  background-position-x: calc(100% - 14px) !important;
}
select::-ms-expand {
  display: none;
}
.psbk-next-btn-sec {
  text-align: right;
}
.psbk-prev-btn-sec {
  text-align: left;
}
.pstb-step {
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 16px;
}
.step-btn-sec {
  text-align: center;
}
#pstb_booking_form_step2,
#pstb_booking_form_table_list {
  display: none;
}
.error {
  color: red;
  font-size: 14px;
}
.psbk-rad-btn {
  margin-right: 5px;
}
.woocommerce-additional-fields h3 {
  display: none;
}
.booking-form-wrapper label.psbk-lbl {
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: black;
  margin-bottom: 4px;
}
.booking-form-wrapper .tbbs-title {
  font-size: 22px !important;
  text-align: center;
  margin-bottom: 20px;
  color: black;
}
.booking-form-wrapper .step-btn-sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
  margin: 0;
  gap: 15px;
}
.booking-form-wrapper .section {
  width: 33%;
  float: left;
  /*border-right:1px solid #000;*/
  min-height: 500px;
  padding: 10px;
}
.booking-form-wrapper .section:last-child {
  /*border-right:0px !important;*/
}
.booking-form-wrapper .square {
  width: 150px;
  height: 150px;
}
.booking-form-wrapper .rectangle {
  width: 250px;
  height: 150px;
}
.booking-form-wrapper .circle {
  border-radius: 50%;
  height: 150px;
  width: 150px;
}
.pstb-step .table {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  margin: 0 auto 10px auto;
}
.booking-form-wrapper .table-name {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
}
.table-person {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
.section-name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0px;
}
.tbbs-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
.ck-bk-details {
  display: inline-block;
}
.confirmation_box {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 30px;
  max-width: 700px;
  color: black;
}
.booking-message-box {
  position: relative;
}
.booking_loader,
.booking_loader:after {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.booking_loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
#booking_branch {
  width: 100%;
  max-width: 310px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.two_columns {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .booking-form-wrapper .field-wrp.psbk-half {
    width: 49%;
    float: left;
  }
  .booking-form-wrapper .field-wrp.psbk-right-field {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .booking-form-wrapper .section {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .two_columns {
    flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .action_button_wraper {
    position: fixed;
    width: 100%;
    bottom: 72px;
    left: 0;
    z-index: 10;
    padding: 10px;
    background: white;
  }
  .action_button_wraper .psbk-btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pstb-step {
    padding: 30px;
    max-width: 700px;
  }
  .booking-form-wrapper .tbbs-title {
    font-size: 28px !important;
  }
}
