/* Font face */
body, html {
  font-family: Hiragino Sans !important;;
  width: 100%;
  height: 100%;
}

.block-center {
  margin: 0px auto;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-37 {
  margin-top: 37px;
}

.mr-34 {
  margin-right: 34px;
}

.mr-40 {
  margin-right: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.ml-40 {
  margin-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-68 {
  margin-top: 68px;
}

.mb-72 {
  margin-bottom: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-97 {
  margin-top: 97px;
}

.mb-103 {
  margin-bottom: 103px;
}

.mt-201 {
  margin-top: 201px;
}

.pb-234 {
  padding-bottom: 234px;
}

.mb-245 {
  margin-bottom: 245px;
}

.mt-285 {
  margin-top: 285px;
}
/* button custom */
.btn-custom-medium {
  width: 254px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 28px 0px;
  border-radius: 50px;
  color: #000000;
  align-self: center;
  text-decoration: none;
  font-size: 19px;
  line-height: 19px;
  background-color: #EAEAEA;
  box-shadow: 0px 2px 12px 3px #888888;
}

.btn-custom-medium:hover {
  text-decoration: none;
  color: #000000;
}
  .btn-custom-medium.blue,
  .btn-custom-medium.active {
    color: #ffffff;
    background-color: #2C56C9;
    border-color: #2C56C9;
  }

.btn.btn-noted-custom {
  width: 344px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  align-self: center;
  text-decoration: none;
  font-size: 17px;
  line-height: 17px;
}
  .btn-noted-custom.yellow {
    background-color: #fff;
    color: #CA9E2D;
    border-color: #CA9E2D;
    padding: 20.5px 0px;
  }
  .btn-noted-custom.bg-yellow {
    width: 100%;
    padding: 15px 0px;
    background-color: #CA9E2D;
    color: #ffffff;
    border-color: #CA9E2D;
  }
  .btn-noted-custom.bg-yellow-after {
    width: 100%;
    padding: 15px 0px;
    background-color: #ffffff;
    color: #CA9E2D;
    border-color: #CA9E2D;
  }

.btn-next {
  width: 142px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 25px 0px;
  border-radius: 50px;
  align-self: center;
  text-decoration: none;
  font-size: 19px;
  line-height: 19px;
  background-color: #ebebeb;
  color: #000000;
  border-color: #ebebeb;
  box-shadow: 0px 2px 12px 3px #888888;
}
  .btn-next > i {
    margin-left: 10px;
  }

  .btn-next.active {
    background-color: #CA9E2D;
    color: #ffffff;
    border-color: #CA9E2D;
  }

/* Form input custom */

.input-custom-basic {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 24px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.45rem;
}

.input-custom-basic:disabled {
  background: #e9ecef;
}

.select-option-custom {
  display: block;
  width: 100%;
  position: relative;
  height: 60px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.45rem;
  font-size: 17px;
  color: #000000;
  font-weight: 300;
}

.select-option-custom-signup::after {
  right: 16px !important;
}

.select-option-custom-signup select {
  -webkit-appearance: none ;
}

.select-option-custom select {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 60px;
  width: 100%;
  cursor: pointer;
  outline: none;
}

.select-option-custom::after {
  content: '';
  position: absolute;
  top: 22.5px;
  right: 3px;
  bottom: 1px;
  margin: auto;
  border-style: solid;
  background: #ffffff;
  border-width: 15px 8px 0 8px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}

.select-option-custom::-ms-expand {
  display: none;
}

.noted-city {
  padding: 21px 16.60px 21px 14.41px
}

.label-custom-detail {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
}

/* custom radio button */
.custom-radio-label {
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
  color: #000000;
  padding-left: 16px;
}

.custom-radio-label::after,
.custom-radio-label::before {
  top: -0.35rem !important;
  width: 28px !important;
  height: 28px !important;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.unit {
  font-size: 17px;
  color: #000000;
  line-height: 22px;
  font-weight: 300;
}

/* reservation_info */
.logo {
  width: 100%;
  padding: 20px 0px 50px 0px;
}
  .logo img{
    display: flex;
    height: auto;
  }
  .logo .title {
    font-size: 30px;
  }

.top-title {
  padding: 0px 30px 72px 30px;
  text-align: center;
}

.top-title-custom {
  padding: 0px 30px 0 30px;
}

.hr-custom {
  margin-top: 32px; 
  margin-bottom: 32px; 
  border-top: 8px solid rgba(0,0,0,.1); 
  border-color: #F8F8F8;
}

  .top-title .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #000000;
  }

  .top-title .sub-title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
  }

.box-infomation {
  padding: 0px 9px 0px 9px;
}

.box-infomation-reservation {
  padding: 0px 9px 0px 25px;
}

.border-right-custom {
  border-right: 1px solid #979797;
}
  .box-infomation .title {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #000000;
  }

  .box-infomation .title.text-15 {
    font-size: 15px;
  }

  .box-infomation .content {
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
  }

  .box-infomation .sub-content {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
  }

.copyright-custom {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

  .copyright-custom > span {
    font-weight: bold;
  }

/* reservation_info_step_1 */
.back-page {
  font-size: 18px;
  text-decoration: none;
  color: #0091FF;
}

.title-top {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  padding-top: 20px;
}

.title-top-form {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #0091FF;
  padding: 32px 9px 24px 9px;
  text-decoration: none;
}

h5.title-no-reservation {
  margin: 34px 0px 50px 0px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #000000;
}

/* login */
.link-create-account {
  font-size: 17px;
  line-height: 17px;
  color: #CA9E2D;
  font-weight: 400;
}

.link-create-account:hover {
  color: #CA9E2D;
  text-decoration: none;
}

/* Home index */
.box-avatar {
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  font-weight: 400;
  padding-top: 20px;
}

  .box-avatar > span {
    padding-right: 8px;
  }

  .box-avatar .avatar-customer {
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    flex-shrink: 0;
    border: 1px solid #979797;
  }

.img-qr-code {
  padding: 16px 0px;
}

  .img-qr-code > img {
    width: 190px;
    height: 190px;
    vertical-align: middle;
  }

.box-infomation-hotel {
  padding: 0px 8px;
}

.box-infomation-hotel .date {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #000000;
}

.box-infomation-hotel .name {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  padding-top: 4px;
}

.box-infomation-hotel .time {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #949694;
  padding-top: 8px;
}

.box-infomation-hotel .time .from {
  padding-right: 34px;
}

.wrap-menu .box-menu {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 90px;
  height: 106px;
  border: 1px solid #F8F8F8;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 15px;
  margin: 0 auto;
  text-align: center;
}

  .wrap-menu .box-menu > span {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 600;
  }

.wrap-menu .box-menu.selected {
  width: 106px;
  height: 106px;
  border: 1px solid #fff6e4;
  background-color: #fff6e4;
}

.box-menu .wrap-icon {
  padding: 20px 0px 11.3px 0px;
}

.box-menu .wrap-icon .icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0px auto;
  flex-shrink: 0;
}

.wrap-menu .pd-no-reservation {
  padding: 0px 65.25px;
}

.wrap-menu .pd-col-odd {
  padding: 0px 46.25px;
}


/* Checkin info */

.list-group-item {
  padding: .75rem 9px !important;
}

.list-group-custom li {
  font-size: 17px;
  color: #000000;
  line-height: 22px;
  font-weight: 400;
}

/* Checkin info  help */

.img-checkin-help {
  padding: 37px 0px 63px 0px;
}

  .img-checkin-help > img {
    width: 153px;
    height: 153px;
    vertical-align: middle;
  }

.box-infomation-help {
  padding: 0px 9px;
  width: 100%;
}

  .box-infomation-help .title {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .box-infomation-help .content {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
  }

  .img_helper {
    margin-top: 34px;
    width: 100%;
  }

/* history booking  */
.pd-box-history-booking {
  padding-right: 28px;
  padding-left: 28px;
}
.box-history-booking {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid #979595;
  box-shadow: 0px 2px 4px #000000;
  padding: 16px 22px;
}

.box-history-booking .title {
  font-size: 30px;
}

.box-history-booking .content {
  padding: 30px 0px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}

.box-history-booking .content .date {
  font-size: 12px;
}

.box-history-booking .content .name {
  font-size: 18px;
}

.link-view-reservation {
  font-size: 14px;
  line-height: 17px;
  color: #CA9E2D;
  font-weight: 400;
  padding-top: 52px;
}

.link-view-cancel-released {
  font-size: 14px;
  line-height: 17px;
  color: #FF2222;
  font-weight: 400;
  padding-top: 52px;
  cursor: pointer;
}

/* display infomation */
.box-display-info {
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  padding-right: 56px;
}

.box-display-info .title {
  font-weight: 700;
}

.box-display-info .content {
  font-weight: 300;
}

/* Modal custom  */

.modal-custom {
  border-radius: 1.3rem !important;
  padding: 20px 0px 0px 0px;
  display: flex;
  justify-content: center!important;
  margin: 0px 40px;
}

.modal-custom .modal-body {
  text-align: center;
  font-weight: 500;
}

.modal-custom .modal-body .title {
  font-size: 20px;
  line-height: 16px;
  padding-bottom: 20px;
}

.modal-custom .modal-body .content {
  font-size: 18px;
  line-height: 20px;
}

.modal-custom .modal-footer {
  padding: 0px;
  font-size: 18px;
  color: #5C9CEC;
  border-top: 2px solid #dee2e6;
}

.img-hidden {     display: none;     visibility: hidden; }

.indicate {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #949694;
  padding-top: 8px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 7%;
  margin-top: 3%;
  margin-bottom: 3%;
}

/* display PC */
@media only screen and (min-width: 600px) {

  .container.width-PC {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
  }

  body, html {
    font-family: Hiragino Sans;
    background-color: #000000 !important;
  }

  .modal-custom {
    margin: 0px;
  }
}

/* display max-width-320*/
@media only screen and (max-width: 325px) {
  .box-infomation {
    padding: 0px 10px 0px 10px;
  }

  .btn-noted-custom {
    font-size: 14px !important;
  }

  .label-custom-detail {
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
  }

  .box-menu .wrap-icon {
    height: 70px;
    padding: 20px 20px 11.3px 20px;
  }

  .box-infomation-help .content {
    padding: 0px;
  }

  .pd-box-history-booking {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box-display-info {
    padding-right: 0px;
  }

  .modal-custom {
    margin: 0px;
  }

  .wrap-menu .pd-no-reservation {
    padding: 0px 35.25px;
  }
}

.room-pass {
  font-weight: 700;
  margin-left: 24px;
  font-size: 2rem;
  word-break: break-all;
}

.panel-title {
  display: inline;
  font-weight: bold;
}
.display-table {
    display: table;
}
.display-tr {
    display: table-row;
}
.display-td {
    display: table-cell;
    vertical-align: middle;
    width: 61%;
}
.hide {
  display: none;
}

.payment-btn {
  margin-top: 10px;
  background-color: #2154d1 !important;
  height: 60px !important;
  border-radius: 30px !important;
  width: 55% !important;
  margin-left: 20%;
}

.payment-tabiq-btn {
  margin-top: 10px;
  background-color: #CC9933 !important;
  height: 48px !important;
  border-radius: 10px !important;
}

.payment-ammount-title {
  font-weight: bold; font-size: 36px; margin-top: 15px;
}
