
body {
  font-family: "Segoe UI", "Pyidaungsu" !important;
  background: #f2f2f2 !important;
}

.booking-page {
  background: #f2f2f2;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}

.booking-page .title-con {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.booking-page .title-con img {
  max-width: 150px;
}

.booking-page .title-con .title {
  font-weight: bold;
  padding-left: 100px;
  padding-right: 100px;
  color: #0d71b4;
}

.booking-page .booking-status-con {
  padding: 30px 0;
  text-align: left;
}

.booking-page .menu {
  display: flex;
  gap: 10px;
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
  margin-bottom: 0;
}

.booking-page .menu li {
  width: fit-content;
  border: 1px solid #e2e2e2;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #000;
  margin-bottom: -1px;
  text-decoration: none;
}

.booking-page .menu li a {
  text-decoration: none;
  color: #000;
  padding: 5px 15px;
  display: block;
}

.booking-page .menu li :hover {  
  background: #0d71b4;
  color: white;
}

.booking-page .menu li.current-menu-item a, .booking-page .menu li:hover a {
  color: white;
}

.booking-page .menu li.current-menu-item, .booking-page .menu li:hover {
  background: #0d71b4;
  color: white;
}

.booking-page .main-title {
  font-weight: bold;
  color: #0d71b4;
  padding-top: 20px;
  padding-bottom: 30px;
  text-decoration: wavy;
}

.booking-page .form-container {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0px 20px 20px 20px;
  padding: 50px 30px;
  margin: 0 auto;
}

.booking-page .form-container .form-layout {
  padding-left: 20px;
  padding-right: 40px;
  border-right: 1px solid #e2e2e2;
  position: relative;
  display: flex;
  flex-direction: column;
}

.booking-page .form-container .form-layout .info {
  width: 100%;
}

.booking-page .form-container .form-layout form,
.phone,
.info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.booking-page .form-container .form-layout .note {
  background: rgba(151, 217, 237, 0.4);
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
}


.booking-page .form-container .form-layout form label, .phone label, .info label {
  margin-bottom: 10px;
}

.booking-page .form-container .content-layout {
  padding-left: 50px;
  padding-right: 20px;
}

.booking-page .form-container .content-layout h2 {
  margin-bottom: 30px;
  line-height: 1.8;
}

.booking-page .form-container .form-layout .success-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-page .form-container .form-layout .success-container .check-sid {
  display: block;
}

.booking-page .form-container .form-layout .success-container .fail {
  border: 1px solid #ff0000;
  margin-top: 10px;
  border-radius: 5px;
  width: 97%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
}

.booking-page .form-container .form-layout .success-container .success {
  /* display: none; */
  margin-top: 10px;
  border-radius: 5px;
  width: 97%;
  border: 1px solid #8bc34a;
  padding: 20px;
  flex-direction: column;
  align-items: center;
}

.booking-page .form-container .form-layout .success-container .success img,
.booking-page .form-container .form-layout .success-container .fail img {
  width: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}


.input-check {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  text-align: left;
}

input, #openingdatePicker, #book_date {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background: transparent;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.time-wrapper {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 15px;
}

.downloadFile {
  margin: 30px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloadFile a {
  text-decoration: none;
}

.downloadFile .file-name-wrap {
  margin: 12px 10px 1px;
  font-weight: 600;
}

.downloadFile img {
  width: 38px;
}

.downloadFile .file-name-wrap img {
  margin-top: -5px;
  width: 16px;
  margin-right: 7px;
}

#qrcode img {
  margin: 0 auto;
  width: 130px;
}

.checkCDC_icon {
  position: absolute;
  right: 10px;
  top: 14px;
  opacity: 0;
}

.payment_note {
  font-weight: 500;
  background: #ff060026;
  color: red;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
}

.text-danger {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 0.875rem;
  color: #ff832b;
}

.error {
  color: #ff832b;
  font-size: 14px;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

span.error {
  color: #ff832b;
  display: block;
  margin-top: 8px;
  margin-bottom: 15px;
}

span.text-danger.error {
  color: #ff832b;
  font-size: 20px;
  display: block;
  margin-top: 8px;
  margin-bottom: 15px;
}
.input-group-text {
  background-color: #0054a67a !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-bottom: 9px !important;
}

li,
p {
  font-size: 1.05rem;
  line-height: 1.9rem;
  text-align: left;
  /*
  margin-bottom: 10px;
  */
}

.p {
  font-weight: normal !important;
  font-size: 1rem !important;
}

label {
  font-weight: 500;
  font-size: 1.1rem;
}

label:not(:first-child) {
  margin-top: 15px;
}

button,
input[type='submit'] {
  background: #0054a6;
  border-radius: 5px !important;
  text-align: center;
  width: fit-content;
  min-width: 100px;
  border: none;
  color: #fff;
  margin-top: 15px;
}

button {
  height: 40px;
  margin-top: 20px !important;
}

button:hover,
input[type='submit']:hover {
  background: #0054a6e0;
}

span {
  color: #ff832b;
  font-size: 14px;
  display: block;
  margin-top: 8px;
  margin-bottom: 15px;
  text-align: left;
  
}

.table-sid-color{
  background: #0d71b4;
  color: #fff;
}

.Zebra_DatePicker_Icon_Wrapper, .Zebra_DatePicker_Icon_Wrapper #datepicker {
  width: 100% !important;
}

.Zebra_DatePicker_Icon {
  top: -7px !important;
  /* right: -30px !important; */
  background-position: right 3% top !important;
}

input, #openingdatePicker, #book_date {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background: transparent;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.modal {
  margin-top: 35vh;
  text-align: center;
}

.modal-content {
  padding: 30px 20px 10px 20px;
}

#myModal .modal-body {
  padding: 0;
}

.modal-body p {
  font-size: 1.05rem;
  line-height: 1.9rem;
  text-align: center;
  margin-bottom: 0;
}


.modal-footer {
  justify-content: center !important;
  border-top: 1px solid transparent !important;
}

.modal-footer button {
  min-width: 80px !important;
  background-color: #0d71b4 !important;
}

button, .modal-footer button, input[type='submit'] {
  background: #0054a6;
  border-radius: 5px !important;
  text-align: center;
  width: fit-content;
  min-width: 100px;
  border: none;
  color: #fff;
  margin-top: 15px;
}



.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.btn-danger:hover {
  background-color: #c82333 !important;
  border-color: #c82333 !important;
}

#statusDatePicker {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  color: #000;
}
.Zebra_DatePicker_Icon {
  margin-left: 10px;
}

/*Responsive*/

@media screen and (max-width:1199px) {
  .booking-page .title-con .title {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width:991px) {
  .Zebra_DatePicker {
    left: 35% !important;
  }
  .booking-page .main-title {
    font-size: 30px;
  }

  .booking-page .title-con .title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
  }

  .booking-page .title-con img {
    max-width: 90px;
  }

  .booking-page, body {
    background: #fff;
  }

  .booking-page .form-container {
    max-height: 100%;
    height: 100%;
    border: none;
    padding-top: 0;
  }

  .booking-page .form-container .form-layout {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 0;
    padding-right: 0;
    max-height: none;
    height: auto;
  }
  .booking-page .form-container .form-layout form{
    padding-bottom: 35px;
  }

  /* .booking-page .form-container .form-layout .success-container{
      top: 0;
  } */
  .booking-page .form-container .form-layout .success-container .success {
    width: 100%;
    margin-top: 0;
  }
  /* 
      .booking-page .form-container .form-layout .note {
          position: relative;
          bottom: auto;
          left: auto;
          right: auto;
          top: 30px;
          margin-bottom: 80px;
      } */

  .booking-page .form-container .content-layout {
    max-height: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}


@media screen and (max-width:767px) {
  .booking-page .main-title {
    font-size: 22px;
  }

  .booking-page .title-con .title {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }

  .booking-page .title-con img {
    max-width: 60px;
  }
}

@media screen and (max-width:526px) {

  .Zebra_DatePicker {
    left: 10% !important;
  }
  .booking-page .main-title {
    font-size: 18px;
  }

  .booking-page .title-con .title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .booking-page .title-con img {
    max-width: 50px;
  }
}

@media screen and (max-width:460px) {
  .booking-page .title-con .title {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (max-width:427px) {
  .booking-page .menu li a{
    font-size: 12px;
  }
  .booking-page .main-title {
    font-size: 16px;
  }

  .booking-page .title-con .title {
    padding-left: 1px;
    padding-right: 1px;
    font-size: 14px;
  }

  .booking-page .title-con img {
    max-width: 40px;
  }
}

@media screen and (max-width:374px) {
  .booking-page .main-title {
    font-size: 14px;
  }

  .booking-page .title-con .title {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
  }

  .booking-page .title-con img {
    max-width: 40px;
  }
}

#pagination-container {
  float: right;
}

.Zebra_DatePicker_Icon_Wrapper, .Zebra_DatePicker_Icon_Wrapper #datepicker {
  width: 100% !important;
}


.table thead th {
  background-color: #0d71b4;
  color: white;
}

/* Overall */
@media screen and (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (min-width:1400px) {
  .container {
    max-width: 1320px !important;
  }
}

@media screen and (min-width:1500px) {
  .container {
    max-width: 1420px !important;
  }
}

@media screen and (min-width:1600px) {
  .container {
    max-width: 1520px !important;
  }
}

@media screen and (min-width:1800px) {
  .container {
    max-width: 1700px !important;
  }
}

@media screen and (max-width:425px) {

  li,
  p,
  .p,
  label {
    font-size: 14px;
    line-height: 25px;
  }

  label {
    font-size: 16px;
    line-height: 30px;
  }
}



