/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansJP-Thin.woff2) format("woff2"), url(../fonts/NotoSansJP-Thin.woff) format("woff"), url(../fonts/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSansJP-Light.woff2) format("woff2"), url(../fonts/NotoSansJP-Light.woff) format("woff"), url(../fonts/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansJP-DemiLight.woff2) format("woff2"), url(../fonts/NotoSansJP-DemiLight.woff) format("woff"), url(../fonts/NotoSansJP-DemiLight.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansJP-Black.woff2) format("woff2"), url(../fonts/NotoSansJP-Black.woff) format("woff"), url(../fonts/NotoSansJP-Black.otf) format("opentype");
}

body {
  background-color: #ffffff;
  color: #000000;
  font-size: 0.875rem;
  font-family: "Noto Sans Japanese";
}

* {
  outline: none !important;
}

.container {
  margin: auto;
  width: auto;
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

.hidden {
  display: none !important;
}

.border-none {
  border: none !important;
}

.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #f2f2f2;
}

button[disabled] {
  background-color: rgba(239, 239, 239, 0.3) !important;
  color: rgba(16, 16, 16, 0.3) !important;
  border-color: rgba(195, 195, 195, 0.3) !important;
}

button[disabled]:active {
  transform: none !important;
  box-shadow: none !important;
}

.bold {
  font-weight: bold;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.flex-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.flex-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-evenly {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.full-width {
  width: 100% !important;
}

.padding-none {
  padding: 0 !important;
}

.margin-none {
  margin: 0 !important;
}

.mr-b-10 {
  margin-bottom: 10px !important;
}

.mr-b-15 {
  margin-bottom: 15px !important;
}

.mr-b-20 {
  margin-bottom: 20px !important;
}

.mr-b-30 {
  margin-bottom: 30px !important;
}

.mr-b-40 {
  margin-bottom: 40px !important;
}

.mr-b-50 {
  margin-bottom: 50px !important;
}

.mr-b-60 {
  margin-bottom: 60px !important;
}

.mr-b-70 {
  margin-bottom: 70px !important;
}

.mr-t-10 {
  margin-top: 10px !important;
}

.mr-t-15 {
  margin-top: 15px !important;
}

.mr-t-20 {
  margin-top: 20px !important;
}

.mr-t-30 {
  margin-top: 30px !important;
}

.mr-t-40 {
  margin-top: 40px !important;
}

.mr-t-50 {
  margin-top: 50px !important;
}

.mr-t-60 {
  margin-top: 60px !important;
}

.mr-t-70 {
  margin-top: 70px !important;
}

.mr-tb-10 {
  margin: 10px 0px !important;
}

.mr-tb-20 {
  margin: 20px 0px !important;
}

.mr-tb-30 {
  margin: 30px 0px !important;
}

.mr-tb-40 {
  margin: 40px 0px !important;
}

.mr-tb-50 {
  margin: 50px 0px !important;
}

.mr-tb-60 {
  margin: 60px 0px !important;
}

.mr-tb-70 {
  margin: 70px 0px !important;
}

.mr-tb-80 {
  margin: 80px 0px !important;
}

.padding-t10 {
  padding-top: 10px;
}

.padding-t15 {
  padding-top: 15px;
}

.padding-t20 {
  padding-top: 20px;
}

.padding-t30 {
  padding-top: 30px;
}

.padding-t40 {
  padding-top: 40px;
}

.padding-t50 {
  padding-top: 50px;
}

.padding-t60 {
  padding-top: 60px;
}

.padding-t70 {
  padding-top: 70px;
}

.padding-b10 {
  padding-bottom: 10px;
}

.padding-b15 {
  padding-bottom: 15px;
}

.padding-b20 {
  padding-bottom: 20px;
}

.padding-b30 {
  padding-bottom: 30px;
}

.padding-b40 {
  padding-bottom: 40px;
}

.padding-b50 {
  padding-bottom: 50px;
}

.padding-b60 {
  padding-bottom: 60px;
}

.padding-b70 {
  padding-bottom: 70px;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-60 {
  font-size: 60px !important;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.d-flex-align-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.d-flex-align-center {
  -ms-flex-align: center;
      align-items: center;
}

.d-flex-align-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.flex-content-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.flex-content-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.flex-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.flex-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flex-content-evenly {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.flex-warp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-warp-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000 !important;
}

.text-orange {
  color: #ef7d35 !important;
}

.text-black {
  color: #000000 !important;
}

.text-green {
  color: #1ab253 !important;
}

.text-blue {
  color: #0000ff !important;
}

.text-gray-dark {
  color: #707070 !important;
}

.text-note {
  font-size: 20px;
  font-weight: bold;
}

.jquery-page {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.jquery-page .jquery-page-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.jquery-page .jquery-page-container.jquery-page-stacked {
  display: block;
  transform-style: preserve-3d;
  perspective: 400px;
}

.jquery-page .jquery-page-container.jquery-page-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: none;
      flex-wrap: none;
}

.jquery-page .jquery-page-container.jquery-page-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: none;
      flex-wrap: none;
}

.jquery-page .jquery-page-container.jquery-page-flip-left,
.jquery-page .jquery-page-container.jquery-page-flip-right {
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 40px #333333;
}

.jquery-page .jquery-page-container.jquery-page-flip-left {
  transform: perspective(400px) rotateY(-180deg);
}

.jquery-page .jquery-page-container.jquery-page-flip-right {
  transform: perspective(400px) rotateY(180deg);
}

.jquery-page .jquery-page-container.jquery-page-slide {
  transition: all 0.5s ease-in-out;
}

.jquery-page .jquery-page-container.jquery-page-shake {
  animation: jquery-page-shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes jquery-page-shake {
  10%, 90% {
    transform: translateX(-1px);
  }
  20%, 80% {
    transform: translateX(2px);
  }
  30%, 50%, 70% {
    transform: translateX(-4px);
  }
  40%, 60% {
    transform: translateX(4px);
  }
}

.jquery-page .jquery-page-front,
.jquery-page .jquery-page-back {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.jquery-page .jquery-page-back {
  transform: perspective(400px) rotateY(180deg);
}

.jquery-page .jquery-page-left,
.jquery-page .jquery-page-top {
  -ms-flex-order: 1;
      order: 1;
}

.jquery-page .jquery-page-right,
.jquery-page .jquery-page-bottom {
  -ms-flex-order: 2;
      order: 2;
}

.jquery-page .jquery-page-disabled {
  display: none !important;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #333333;
}

.datepicker--cell.-current-.-focus- {
  color: #333333;
}

.datepicker--cell.-current-.-in-range- {
  color: #ef7d35;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #333333;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #ef7d35;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #ef7d35;
}

.datepicker--cell.-selected-.-focus- {
  background: #ef7d35;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
}

.datepicker--day-name.-weekend-saturday {
  color: #1A8CFF;
}

.datepicker--day-name.-weekend-sunday {
  color: #CC2929;
}

.datepicker--cell-day {
  background-color: #f2f2f2;
  margin: 1px;
  width: 38px;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: 'Noto Sans Japanese';
  font-size: 14px;
  color: #333333;
  width: 290px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 34px;
}

.datepicker--nav-title .curent-year,
.datepicker--nav-action .curent-year {
  font-size: 16px;
  padding-left: 15px;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: none;
  color: #ef7d35;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: none;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #333333;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: 'Noto Sans Japanese';
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
  outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.filter_date {
  background-image: url("../images/icon-calendar.png");
  background-position: right 7px center;
  background-repeat: no-repeat;
  padding-right: 35px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
}

.modal-content .modal-footer {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media (min-width: 992px) {
  .modal-content .modal-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.modal-content .btn {
  margin: 0px 8px;
  min-height: 64px;
  min-width: 240px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  font-size: 1.125rem;
  margin: 5px 0px;
}

@media (min-width: 992px) {
  .modal-content .btn {
    font-size: 1.5rem;
    margin: 5px 10px;
  }
}

.modal-keyboard .modal-dialog .modal-content {
  width: 490px;
}

.modal-keyboard .modal-dialog .modal-content .modal-text-content {
  padding: 22px 20px 0;
}

.modal-keyboard .modal-dialog .modal-content .modal-text-content .employees-split-form {
  padding: 22px 15px 0px;
}

.modal-keyboard .modal-dialog .modal-content .modal-text-content input {
  border: 2px solid #89753b;
  height: 80px;
  font-weight: bold;
  font-size: 62px;
  line-height: 55px;
  text-align: center;
}

.modal-keyboard .modal-dialog .modal-content .btn-keyboard.btn-md {
  line-height: 50px;
  padding: 15px 0;
  height: 90px;
  width: 90px;
}

.modal-keyboard .modal-dialog .modal-content .keyboard {
  padding: 25px 25px 0px 20px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #256BA8;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin: 0px 0px 10px;
}

ul.unstylelist {
  list-style: none !important;
  padding: 0;
}

label {
  letter-spacing: normal;
  margin-bottom: 0px;
  font-size: 1.125rem;
  font-weight: bold;
}

label.larger-label {
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

label.medium-label {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

label.small-label {
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

input, select {
  border: 1px solid #999999;
  border-radius: 4px;
  max-height: 36px;
  height: 34px;
  font-size: 1.125rem;
  padding: 0px 10px;
}
textarea {
  border: 1px solid #999999;
  border-radius: 4px;
  font-size: 1.125rem;
  padding: 2px 10px;
}

input:disabled, select:disabled, textarea:disabled {
  background-color: #e1e1e1;
}

input.input-size-small, select.input-size-small {
  width: 90px;
}

input.input-size-medium, select.input-size-medium {
  width: 160px;
}

input.input-size-large, select.input-size-large, textarea.input-size-large {
  width: 328px;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B3B3B3;
  font-size: 1.125rem;
  font-weight: 400;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B3B3B3;
  font-size: 1.125rem;
  font-weight: 400;
}

input::placeholder, select::placeholder, textarea::placeholder {
  color: #B3B3B3;
  font-size: 1.125rem;
  font-weight: 400;
}

select.form-control {
  padding: 6px 30px 6px 15px;
}

.form-group.group-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

table {
  margin: 30px 0;
  width: 100%;
}

table th {
  font-size: 0.875rem;
  padding: 15px 0;
}

table td {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
  padding: 5px;
  font-size: 0.875rem;
  text-align: left;
}

table td input, table td select, table td .form-control {
  height: auto;
}

table td .onoffswitch-label {
  margin-bottom: 0;
}

.btn {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 4px;
  color: #000000;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 5px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.btn.btn-small {
  height: 40px;
}

.btn.btn-medium {
  height: 50px;
}

.btn.btn-large {
  height: 64px;
  font-size: 1.5rem;
}

.btn:active {
  box-shadow: 3px 1px 6px 1px rgba(0, 0, 0, 0.16);
  transform: translate(3px, 3px);
}

.btn-aqua {
  background-color: #cfe9ff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-blue {
  background-color: #082742;
  border: 1px solid #082742;
  color: #FFFFFF;
}

.btn-outline {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-blue-draker {
  background-color: #082742 !important;
  border-color: #082742 !important;
  color: #FFFFFF !important;
}

.form-control-two-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.form-control-two-group input {
  margin: 0px 5px;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

.btn-close {
  box-sizing: content-box;
  width: 1.25em;
  height: 1.25em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1.25em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

#main-header {
  margin: 30px 0px 20px;
}

#main-header .content-header {
  position: relative;
  text-align: center;
}

@media (min-width: 600px) {
  #main-header .content-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 80px;
  }
}

@media (min-width: 600px) {
  #main-header .content-header .store-logo {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

#main-header .content-header .title-header {
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  #main-header .content-header .title-header {
    height: 80px;
    font-size: 2.5rem;
    padding: 0px 115px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.webol-name-store {
  background-color: #F2F2F2;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 15px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.webol-name-store .name-store {
  font-size: 1.125rem;
}

.webol-name-store .name-store label {
  font-weight: 400;
}

.webol-name-store a {
  padding: 0px 15px;
  text-decoration: none;
}

#breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0px auto 60px;
  width: 360px;
}

@media (min-width: 768px) {
  #breadcrumb {
    margin-bottom: 0px;
    width: auto;
  }
}

#breadcrumb .breadcrumb__title {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#breadcrumb .breadcrumb__title .numner-step {
  background-color: #E6E6E6;
  border: 2px solid #E6E6E6;
  border-radius: 100%;
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
  position: relative;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32px;
  height: 32px;
}

#breadcrumb .breadcrumb__desc {
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  display: none;
  position: absolute;
  left: -42px;
  right: 0px;
  bottom: -32px;
  width: 150px;
}

#breadcrumb .breadcrumb-last-element {
  left: 0px;
  right: 0px;
  width: auto;
}

@media (min-width: 768px) {
  #breadcrumb .breadcrumb__desc {
    display: block;
    bottom: -20px;
    left: 0px;
    width: auto;
  }
}

#breadcrumb .breadcrumb__inner {
  position: relative;
  text-align: center;
  width: 120px;
}

#breadcrumb .breadcrumb__inner::after {
  background-color: #E6E6E6;
  content: '';
  position: absolute;
  right: 30px;
  top: 16px;
  z-index: 9;
  width: 75px;
  height: 2px;
}

@media (min-width: 768px) {
  #breadcrumb .breadcrumb__inner::after {
    right: 45px;
    width: 150px;
    height: 2px;
  }
}

#breadcrumb .breadcrumb__inner:first-child::after {
  width: 0px;
  height: 0px;
}

#breadcrumb .breadcrumb__inner.breadcrumb__inner-active::after {
  background-color: #082742;
}

#breadcrumb .breadcrumb__inner.breadcrumb__inner-active .breadcrumb__title .numner-step {
  background-color: #082742;
  border-color: #082742;
  color: #FFFFFF;
}

#breadcrumb .breadcrumb__inner.breadcrumb__inner-active .breadcrumb__desc {
  display: block;
  color: #000000;
  font-weight: bold;
}

#breadcrumb .breadcrumb__inner.breadcrumb__inner-active.has-active .breadcrumb__title .numner-step {
  background-color: #FFFFFF;
  border-color: #082742;
  color: #082742;
}

#breadcrumb .breadcrumb__inner.breadcrumb__inner-active.has-active .breadcrumb__desc {
  font-weight: 400;
  display: none;
}

@media (min-width: 768px) {
  #breadcrumb .breadcrumb__inner.breadcrumb__inner-active.has-active .breadcrumb__desc {
    display: block;
  }
}

#screen_booking_online {
  margin: auto;
  width: 360px;
}

@media (min-width: 768px) {
  #screen_booking_online {
    width: auto;
  }
}

.form_content_booking {
  display: none;
}

.form_content_booking .title-heading {
  text-align: center;
  font-size: 1.5rem;
  margin: 70px 0px 0px;
}

.form_content_booking .sub-title {
  color: #666666;
  margin: 10px 0px;
}

.form_content_booking .form-booking-layout {
  font-size: 1.125rem;
  margin: 40px 0px;
}

.form_content_booking .action-form-booking {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.form_content_booking .action-form-booking .btn-form-booking {
  margin: 0px 10px;
  font-size: 1.125rem;
  min-width: 180px;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 768px) {
  .form_content_booking .action-form-booking .btn-form-booking {
    min-width: 240px;
    font-size: 1.5rem;
  }
}

.form_content_booking .action-form-booking.box-full-mobile {
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 768px) {
  .form_content_booking .action-form-booking.box-full-mobile {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.form_content_booking .action-form-booking.box-full-mobile .btn {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .form_content_booking .action-form-booking.box-full-mobile .btn {
    margin-bottom: 0px;
  }
}

.form_content_booking .action-form-booking.box-full-mobile .btn-outline {
  -ms-flex-order: 2;
      order: 2;
}

@media (min-width: 768px) {
  .form_content_booking .action-form-booking.box-full-mobile .btn-outline {
    -ms-flex-order: 1;
        order: 1;
  }
}

.form_content_booking .action-form-booking.box-full-mobile .btn-blue-draker {
  -ms-flex-order: 1;
      order: 1;
}

@media (min-width: 768px) {
  .form_content_booking .action-form-booking.box-full-mobile .btn-blue-draker {
    -ms-flex-order: 2;
        order: 2;
  }
}

.form_content_booking.step-active {
  display: block;
}

.box-form-booking {
  border-bottom: 1px solid #999999;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .box-form-booking {
    padding: 0px 60px 30px;
  }
}

.box-form-booking .box-form-booking-item {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.box-form-booking .box-form-booking-item.box-full-mobile {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 768px) {
  .box-form-booking .box-form-booking-item.box-full-mobile {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.box-form-booking .box-form-booking-item.box-full-mobile .title-table {
  margin-bottom: 10px;
}

.box-form-booking .box-form-booking-item.box-full-mobile input.date-booking-info {
  width: 338px;
}

@media (min-width: 768px) {
  .box-form-booking .box-form-booking-item.box-full-mobile input.date-booking-info {
    width: 152px;
  }
}

.box-form-booking .box-form-booking-item .box-form-group-item {
  margin-bottom: 20px;
  min-width: 180px;
  position: relative;
}

.box-form-booking .box-form-booking-item .required {
  background-image: url("../images/icon_error.png");
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding: 0px 10px;
  margin-left: 10px;
}

.box-form-booking .box-form-booking-item .note-title {
  color: #666666;
  font-size: 0.875rem;
  display: none;
}

@media (min-width: 768px) {
  .box-form-booking .box-form-booking-item .note-title {
    display: block;
  }
}

.box-form-booking .box-form-booking-item .note-show-mobile {
  color: #666666;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .box-form-booking .box-form-booking-item .note-show-mobile {
    display: none;
  }
}

.box-form-booking .sub-box-form-booking.select-number-people label {
  font-weight: 400;
}

.box-form-booking .sub-box-form-booking.select-number-people .quantity-people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.box-form-booking .sub-box-form-booking.select-number-people .quantity-people input {
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 42px;
}

.box-form-booking .sub-box-form-booking.select-number-people .quantity-people .plus {
  background-image: url("../images/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  padding: 0px 10px;
  margin-left: 10px;
  width: 15px;
  height: 36px;
}

.box-form-booking .sub-box-form-booking.select-number-people .quantity-people .plus.disable {
  background-image: url("../images/icon_plus_disable.png");
}

.box-form-booking .sub-box-form-booking.select-number-people .quantity-people .minus {
  background-image: url("../images/icon_minus.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  padding: 0px 10px;
  margin-right: 10px;
  width: 15px;
  height: 36px;
}

.box-form-booking .sub-box-form-booking.select-number-people .quantity-people .minus.disable {
  background-image: url("../images/icon_minus_disable.png");
}

.box-form-booking .sub-box-form-booking.select-number-people .quantity-people.change-quantity input {
  color: #000000;
}

.box-form-booking .sub-box-form-booking.select-number-people .quantity-people.required-error input {
  background-color: rgba(255, 0, 0, 0.1);
}

.box-data-notification {
  border-bottom: 1px solid #999999;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .box-data-notification {
    padding: 0px 60px 30px;
  }
}

.box-data-notification .title-notification {
  font-size: 1.125rem;
}

#data_customer_name {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.notify-error {
  background-color: rgba(255, 0, 0, 0.1);
  border-radius: 4px;
  color: #ff0000;
  font-size: 1.125rem;
  margin-top: 40px;
  padding: 5px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.icon-notify-error {
  background-image: url("../images/icon_error.png");
  background-repeat: no-repeat;
  margin-top: 6px;
  margin-right: 6px;
  padding: 8px 10px;
}

.date-booking-info {
  background-image: url("../images/icon_calendar.png");
  background-repeat: no-repeat;
  background-position: 99% center;
  padding: 0px 10px;
}

.box-form-data-confirm {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.box-form-data-confirm .data-people-confirm {
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 768px) {
  .box-form-data-confirm .data-people-confirm {
    margin-bottom: 0px;
  }
}

.box-form-data-confirm .data-people-confirm .data-confirm-item {
  margin-right: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .box-form-data-confirm .data-people-confirm .data-confirm-item {
    margin-bottom: 0px;
  }
}

.box-form-data-confirm .data-people-confirm .data-confirm-item:last-child {
  margin-right: 0px;
}

.box-change-position-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 768px) {
  .box-change-position-mobile {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.box-change-position-mobile .data-date-booking {
  -ms-flex-order: 2;
      order: 2;
}

@media (min-width: 768px) {
  .box-change-position-mobile .data-date-booking {
    -ms-flex-order: 1;
        order: 1;
  }
}

.box-change-position-mobile .option-time {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .box-change-position-mobile .option-time {
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 0px;
    margin-left: 10px;
  }
}

.box-time-data-booking {
  position: relative;
}

@media (min-width: 768px) {
  .box-time-data-booking {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.box-time-data-booking .action-change-time {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 768px) {
  .box-time-data-booking .action-change-time {
    position: relative;
  }
}

.box-time-data-booking .action-change-time .btn-change-date-time {
  margin: 0px 4px;
  padding: 5px 13px;
  font-size: 1.5rem;
}

.box-privacy {
  text-align: center;
}

.box-privacy .link-privacy {
  margin: 10px 0px;
}

.date-time-picker-contents {
  margin: 40px -6px 0px;
}

@media (min-width: 768px) {
  .date-time-picker-contents {
    margin: 40px 0px 0px;
  }
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-month {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-month .space-none {
  border: 1px solid #E6E6E6;
  border-right: none;
  width: 47px;
  height: 36px;
}

@media (min-width: 768px) {
  .date-time-picker-contents .time-picker--content .time-picker-heading .list-data-month .space-none {
    width: 89px;
    height: 36px;
  }
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-month .data-month {
  border: 1px solid #E6E6E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 36px;
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-month .data-month .data-month-item {
  border-right: 1px solid #E6E6E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 36px;
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-month .data-month .data-month-item:last-child {
  border-right: none;
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-week {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-week .data-week {
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 80px;
  height: 64px;
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-week .data-week:last-child {
  border-right: none;
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-week .data-week p {
  margin: 0px;
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-week .data-week.bg-red p:last-child {
  color: #ff0000;
}

.date-time-picker-contents .time-picker--content .time-picker-heading .list-data-week .data-week.bg-blue p:last-child {
  color: #1A8CFF;
}

.date-time-picker-contents .time-picker--content .time-picker-item {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.date-time-picker-contents .time-picker--content .time-picker-item .time-picker-item--hourse {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .date-time-picker-contents .time-picker--content .time-picker-item .time-picker-item--hourse {
    font-size: 1.125rem;
  }
}

.date-time-picker-contents .time-picker--content .time-picker-item span {
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 80px;
  height: 45px;
}

@media (min-width: 768px) {
  .date-time-picker-contents .time-picker--content .time-picker-item span {
    width: 80px;
    height: 64px;
  }
}

.date-time-picker-contents .time-picker--content .time-picker-item span:last-child {
  border-right: none;
}

.date-time-picker-contents .time-picker--content .time-picker-item span::after {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
}

.date-time-picker-contents .time-picker--content .time-picker-item span .text-status {
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .date-time-picker-contents .time-picker--content .time-picker-item span .text-status {
    font-size: 0.875rem;
  }
}

.date-time-picker-contents .time-picker--content .time-picker-item span.selected {
  background-color: #cfe9ff;
  border: 1px;
}

.date-time-picker-contents .time-picker--content .time-picker-item span.selected:hover {
  background-color: #cfe9ff;
}

.date-time-picker-contents .time-picker--content .time-picker-item span.selected::after {
  background: url(../images/icon_check_small.png) no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .date-time-picker-contents .time-picker--content .time-picker-item span.selected::after {
    background: url(../images/icon_check_medium.png) no-repeat;
  }
}

.date-time-picker-contents .time-picker--content .time-picker-item span.selected::before {
  border: 1px solid #082742;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 96%;
  height: 42px;
}

@media (min-width: 768px) {
  .date-time-picker-contents .time-picker--content .time-picker-item span.selected::before {
    width: 77px;
    height: 62px;
  }
}

.date-time-picker-contents .time-picker--content .time-picker-item .status-reservable::after {
  background: url(../images/icon_reservable.png) no-repeat;
}

.date-time-picker-contents .time-picker--content .time-picker-item .status-reservable:hover {
  background-color: #e2e2e2;
}

.date-time-picker-contents .time-picker--content .time-picker-item .status-not-accepted::after {
  background: url(../images/icon_not_accepted.png) no-repeat;
}

.date-time-picker-contents .time-picker--content .time-picker-item .status-not-accepted:hover {
  background-color: #e2e2e2;
}

.date-time-picker-contents .time-picker--content .time-picker-item .status-only-one::after {
  background: url(../images/icon_only_one.png) no-repeat;
}

.date-time-picker-contents .time-picker--content .time-picker-item .status-only-one:hover {
  background-color: #e2e2e2;
}

.date-time-picker-contents .time-picker--content .time-picker-item .status-not-booking::after {
  background: url(../images/icon_not_booking.png) no-repeat;
}

.date-time-picker-contents .time-picker--content .time-picker-item .status-not-booking:hover {
  background-color: #e2e2e2;
}

.date-time-picker-contents .time-picker--content .time-picker {
  margin: 0px;
}

.option-time .btn-choose-time {
  border: 1px solid #999999;
  border-radius: 4px;
  cursor: pointer;
  padding: 3px 10px;
  max-width: 200px;
  font-size: 1.125rem;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 152px;
  height: auto;
}

@media (min-width: 768px) {
  .option-time .btn-choose-time {
    -ms-flex-direction: row;
        flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 152px;
    height: auto;
  }
}

.option-time .btn-choose-time.active {
  background-color: rgba(0, 136, 255, 0.2);
}

.option-time .btn-choose-time:first-child {
  margin-right: 10px;
}

.option-time .btn-choose-time .time {
  margin-left: 8px;
}

.name-info {
  width: 152px;
}

@media (min-width: 768px) {
  .name-info {
    width: 138px;
  }
}

.name-info.last-name {
  margin-right: 0 !important;
}

input.input-size-large.mail-info, input.input-size-large.phone-info, textarea.input-size-large.mail-info, select.input-size-large.mail-info {
  width: 340px;
}

@media (min-width: 768px) {
  input.input-size-large.mail-info, input.input-size-large.phone-info, textarea.input-size-large.mail-info, select.input-size-large.mail-info {
    width: 308px;
  }
}

.getdatetime-info {
  width: 260px;
}

@media (min-width: 768px) {
  .getdatetime-info {
    width: 308px;
  }
}

.note-guide-booking .list-guide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.note-guide-booking .list-guide .guide-item {
  margin: 15px 7px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (min-width: 768px) {
  .note-guide-booking .list-guide .guide-item {
    margin: 15px 15px 0px;
  }
}

.note-guide-booking .list-guide .guide-item:last-child {
  margin-right: 0px;
}

.note-guide-booking .list-guide .guide-item img {
  margin-right: 5px;
}

.note-guide-booking .list-guide p {
  margin: 0px;
  font-size: 0.875rem;
}

.change-data-number-people {
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.change-data-number-people .btn-aqua-confirm-data {
  background-color: #cfe9ff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: #082742;
  font-size: 1.125rem;
  font-weight: 600;
}

.change-data-number-people .btn-aqua-confirm-data[disabled] {
  background-color: rgba(239, 239, 239, 0.3) !important;
  color: rgba(16, 16, 16, 0.3) !important;
  border-color: rgba(195, 195, 195, 0.3) !important;
}

.change-data-number-people .btn-aqua-confirm-data[disabled]:active {
  transform: none !important;
  box-shadow: none !important;
}

.change-data-number-people .text-change-note {
  color: #1A8CFF;
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 600;
}

.email_confirm {
  position: absolute;
  bottom: -25px;
  left: 0;
  white-space: pre;
}

:root {
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 120px);
}

.modal.show .modal-dialog.modal-dialog-centered {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1.75rem * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1.75rem * 2);
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  padding-bottom: 15px;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem;
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

@media (min-width: 992px) {
  .modal-title {
    font-size: 1.5rem;
  }
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .modal-body {
    font-size: 1.125rem;
  }
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: calc(1rem - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1remrgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    width: 800px;
  }
  .modal-dialog {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .fix-calenda-sp {
    top: 115px;
  }
  .box-time-data-booking .action-change-time {
    bottom: -27px;
  }
}

#note_char_count {
  direction: rtl;
  color: rgba(0, 0, 0, 0.25);
  font-size: 0.875rem;
}

.box-confirm-datetime-booking {
  position: sticky;
  border-top: 1px solid #CCCCCC;
  min-height: 150px;
  padding: 15px 5%;
  background-color: #fff;
  bottom: 0px;
  margin: 30px -6px 0px;
}

.disabled-input-people {
  pointer-events: none;
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.disabled-input-people input {
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.2);
}

