@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
}
body .grecaptcha-badge {
  display: none;
}
body .select2-container .select2-dropdown {
  border-color: #e5e5e5 !important;
  border-radius: 8px !important;
}
body .select2-container .select2-dropdown .select2-results__options {
  display: flex;
  flex-wrap: wrap;
}
body .select2-container .select2-dropdown .select2-results__options li {
  margin: 5px;
  /* border-radius: 10px; */
  /* padding: 4px; */
  background-color: #f6f6f6 !important;
  border: 1px solid #e5e5e5 !important;
  border: 0;
  border-radius: 6px;
  cursor: default;
  /* float: left; */
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 8px;
  color: #242525 !important;
  font-size: 14px;
  font-family: Lato, Bold;
}
body .select2-container .select2-dropdown .select2-results__options .select2-results__option--highlighted {
  background-color: #f4f4f4 !important;
  color: #161616 !important;
}
body .modal-backdrop {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.41);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
body .modal-wrapper {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: calc(100% - 32px);
  z-index: 99;
  overflow-y: scroll;
  border-radius: 12px;
  border: 1px solid #d4d5d6;
}
@media (max-width: 900px) {
  body .modal-wrapper {
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
body .modal-wrapper #modal-animated-wrapper {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  transform: translateX(0) translateY(0);
  background-color: #fff;
  border-radius: 12px;
  max-height: 600px;
  margin-left: auto;
}
@media (max-width: 900px) {
  body .modal-wrapper .full-width {
    width: 100% !important;
  }
}
body .modal-wrapper #modal-animated-wrapper.collapsed {
  opacity: 0;
  transform: translateX(40px) translateY(40px);
  height: 0;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
}
body .modal-wrapper .main-modal-header {
  position: sticky;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
}
body .modal-wrapper .main-modal-header .btn-close-modal {
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  margin-left: 10px;
  color: #161616;
  z-index: 9;
}
body .modal-wrapper .main-modal-header .btn-close-modal img {
  width: 12px;
}
body .modal-wrapper .main-modal-header .title-content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
body .modal-wrapper .main-modal-header .title-content p {
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  color: #161616;
}
body .modal-wrapper .main-modal-header .select-content {
  margin-left: auto;
  position: relative;
  z-index: 9;
}
body .modal-wrapper .main-modal-header .select-content .btn-lang {
  background-color: transparent;
  border: 0;
}
body .modal-wrapper .main-modal-header .select-content .btn-lang #locale {
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #161616;
  padding: 10px;
  cursor: pointer;
}
body .modal-wrapper .main-modal-header .select-content .btn-lang #locale:hover {
  background-color: #f4f4f4;
  border-radius: 8px;
}
body .modal-wrapper .main-modal-header .select-content .btn-lang ul {
  z-index: 9;
  display: none;
  list-style: none;
  border: 1px solid #e5e5e5;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  max-width: 250px;
  right: 0;
  top: 35px;
  text-align: center;
  max-height: 280px;
  overflow: auto;
}
body .modal-wrapper .main-modal-header .select-content .btn-lang ul li a {
  display: flex;
  align-items: center;
  padding: 11px;
  text-decoration: none;
}
body .modal-wrapper .main-modal-header .select-content .btn-lang ul li a:hover {
  background-color: #f6f6f6;
  border-radius: 8px;
}
body .modal-wrapper .main-modal-header .select-content .btn-lang ul li a img {
  width: 20px;
  margin-right: 10px;
}
body .modal-wrapper .main-modal-header .select-content .btn-lang ul li a span {
  color: #242525;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 100;
}
body .modal-wrapper .main-modal-header .select-content .btn-lang-toggle #locale {
  color: #161616;
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 8px;
}
body .modal-wrapper .main-modal-body {
  background-color: #fff;
}
body .modal-wrapper .main-modal-body .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
body .modal-wrapper .main-modal-body .lds-ripple div {
  position: absolute;
  border: 4px solid #999999;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
body .modal-wrapper .main-modal-body .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
body .modal-wrapper .main-modal-body .loading-container {
  padding: 20px 0;
  text-align: center;
}
body .modal-wrapper .main-modal-body .loading-container .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
body .modal-wrapper .main-modal-body .loading-container .lds-ripple div {
  position: absolute;
  border: 4px solid #999999;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
body .modal-wrapper .main-modal-body .loading-container .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
body .modal-wrapper .main-modal-body .content {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
body .modal-wrapper .main-modal-body .content .message-content-body {
  padding: 16px;
  padding-bottom: 0;
}
body .modal-wrapper .main-modal-body .content .message-content-body p {
  font-family: sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #161616;
}
body .modal-wrapper .main-modal-body .content .alert-content-body {
  margin: 16px;
  border: 1px solid #d4d5d6;
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
  text-align: left;
  display: flex;
}
body .modal-wrapper .main-modal-body .content .alert-content-body span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #d4d5d6;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  margin-right: 16px;
  flex-shrink: 0;
  color: #161616;
}
body .modal-wrapper .main-modal-body .content .alert-content-body p {
  font-family: Lato, sans-serif;
  color: #161616;
  font-weight: 100;
  font-size: 14px;
  line-height: 22px;
}
body .modal-wrapper .main-modal-body .content .columns-actions {
  margin: 16px 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room {
  transition: opacity 250ms ease, transform 250ms ease;
  border-bottom: 1px solid #d4d5d6;
  padding: 4px;
  cursor: pointer;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room:last-child {
  border: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-menu,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-menu,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-menu,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-menu {
  display: flex;
  padding: 12px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-menu .label-info-endtime,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-menu .label-info-endtime,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-menu .label-info-endtime,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-menu .label-info-endtime {
  color: #161616;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-menu:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-menu:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-menu:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-menu:hover {
  background-color: #f4f4f4;
  border-radius: 8px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-menu img,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-menu img,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-menu img,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-menu img {
  width: 20px;
  margin-right: 10px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-menu i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-menu i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-menu i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-menu i {
  margin-left: auto;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-menu span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-menu span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-menu span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-menu span {
  font-family: Lato, sans-serif;
  font-weight: bold;
  color: #161616;
  font-size: 16px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items {
  max-height: 0;
  visibility: hidden;
  overflow: auto;
  transition: visibility 0s, max-height 0.5s linear;
  opacity: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline {
  width: auto;
  background: transparent;
  border: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header {
  background: transparent;
  border: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev .ui-nagigation img,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev .ui-nagigation img,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev .ui-nagigation img,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev .ui-nagigation img,
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next .ui-nagigation img,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next .ui-nagigation img,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next .ui-nagigation img,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next .ui-nagigation img {
  width: 20px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
  color: #161616;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar thead tr th span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar thead tr th span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar thead tr th span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar thead tr th span {
  font-size: 12px;
  color: #161616;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a {
  width: 40px;
  height: 40px;
  margin: 2px auto;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 0;
  position: relative;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td span {
  font-size: 14px;
  color: #161616;
  font-family: Lato, sans-serif;
  background: transparent;
  border: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a {
  font-size: 14px;
  color: #161616;
  font-family: Lato, sans-serif;
  background: transparent;
  outline: 1px solid #d4d5d6;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a:hover {
  background-color: #f4f4f4;
  color: #161616;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td .ui-state-active,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td .ui-state-active,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td .ui-state-active,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td .ui-state-active {
  background-color: #555555;
  color: #fff;
  width: 40px !important;
  height: 40px !important;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td .ui-state-active:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td .ui-state-active:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td .ui-state-active:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td .ui-state-active:hover {
  background-color: #f4f4f4;
  color: #161616;
  opacity: 0.8;
  outline: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled span::before,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled span::before,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled span::before,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled span::before,
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::before,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::before,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::before,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled span::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled span::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled span::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled span::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::before,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::before,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::before,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::before {
  content: "";
  border: 2px dashed rgba(0, 0, 0, 0.3);
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .date-disabled-web span::after {
  content: "";
  width: 43px;
  height: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .ui-datepicker-today a,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .ui-datepicker-today a,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .ui-datepicker-today a,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .datepicker-container #datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr .ui-datepicker-today a {
  outline: 2px solid #d4d5d6;
  width: 38px;
  height: 38px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .alert-container,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .alert-container,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .alert-container,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .alert-container {
  margin-top: 16px;
  display: none;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .alert-container .alert-title,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .alert-container .alert-title,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .alert-container .alert-title,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .alert-container .alert-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .alert-container .alert-title::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .alert-container .alert-title::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .alert-container .alert-title::after,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .alert-container .alert-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d4d5d6;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .alert-container .alert-title p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .alert-container .alert-title p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .alert-container .alert-title p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .alert-container .alert-title p {
  font-size: 12px;
  color: #161616;
  font-family: sans-serif;
  background-color: #fff;
  padding: 0 10px;
  z-index: 9;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .alert-container .alert-message,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .alert-container .alert-message,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .alert-container .alert-message,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .alert-container .alert-message {
  text-align: left;
  border: 1px solid #d4d5d6;
  border-radius: 8px;
  padding: 16px;
  margin: 16px;
  display: flex;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .alert-container .alert-message .icon-alert,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .alert-container .alert-message .icon-alert,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .alert-container .alert-message .icon-alert,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .alert-container .alert-message .icon-alert {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #d4d5d6;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  margin-right: 16px;
  flex-shrink: 0;
  color: #161616;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .alert-container .alert-message .message p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .alert-container .alert-message .message p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .alert-container .alert-message .message p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .alert-container .alert-message .message p {
  font-size: 14px;
  color: #161616;
  font-family: sans-serif;
  font-weight: 100;
  padding-top: 5px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .alert-container .alert-message .message p:first-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .alert-container .alert-message .message p:first-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .alert-container .alert-message .message p:first-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .alert-container .alert-message .message p:first-child {
  font-weight: bold;
  font-family: Lato, sans-serif;
  padding: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container {
  padding: 16px;
  text-align: left;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service {
  display: none;
  margin-bottom: 16px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service:last-child {
  margin-bottom: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service .description,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service .description,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service .description,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service .description {
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 100;
  color: #161616;
  margin-bottom: 16px;
  line-height: 24px;
  text-transform: none;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service p {
  font-size: 14px;
  color: #161616;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 12px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul {
  list-style: none;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul li,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul li,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul li,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #161616;
  font-family: sans-serif;
  font-weight: 100;
  padding: 12px;
  margin-bottom: 5px;
  border: 0;
  outline: 1px solid #161616;
  border-radius: 8px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul li:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul li:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul li:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul li:last-child {
  margin-bottom: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul li:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul li:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul li:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul li:hover {
  background-color: #f4f4f4;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul li i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul li i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul li i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul li i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: 1px solid #f2dac2;
  display: block;
  background-color: #1f8531;
  margin-right: 5px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul li p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul li p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul li p,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul li p {
  text-align: right;
  margin: 0;
  margin-left: auto;
  font-size: 12px;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul .item-selected,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul .item-selected,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul .item-selected,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul .item-selected {
  background-color: #555555;
  color: #fff;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul .item-selected i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul .item-selected i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul .item-selected i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul .item-selected i {
  display: none;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul .item-selected .end-time,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul .item-selected .end-time,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul .item-selected .end-time,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul .item-selected .end-time {
  color: #fff !important;
  border: 0;
  outline: 1px solid #fff;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul .item-selected:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul .item-selected:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul .item-selected:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul .item-selected:hover {
  background-color: #f4f4f4;
  color: #161616 !important;
  font-weight: 500;
  opacity: 0.8;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container .service ul .item-selected:hover .end-time,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container .service ul .item-selected:hover .end-time,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container .service ul .item-selected:hover .end-time,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container .service ul .item-selected:hover .end-time {
  color: #161616;
  outline-color: #161616;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container #surbook-legend,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container #surbook-legend,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container #surbook-legend,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container #surbook-legend {
  display: flex;
  align-items: center;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container #surbook-legend .round-cercle,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container #surbook-legend .round-cercle,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container #surbook-legend .round-cercle,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container #surbook-legend .round-cercle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: #d54949;
  margin-right: 5px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .service-container #surbook-legend span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .service-container #surbook-legend span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .service-container #surbook-legend span,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .service-container #surbook-legend span {
  font-size: 14px;
  color: #161616;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .number-container ul,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .number-container ul,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .number-container ul,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .number-container ul {
  list-style: none;
  display: grid;
  width: auto;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, minmax(56px, max-content));
  justify-content: start;
  gap: 6px;
  justify-items: center;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .number-container ul li,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .number-container ul li,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .number-container ul li,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .number-container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #161616;
  font-family: Lato, sans-serif;
  outline: 1px solid #161616;
  border-radius: 8px;
  margin: 2px;
  width: 56px;
  height: 56px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .number-container ul li:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .number-container ul li:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .number-container ul li:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .number-container ul li:hover {
  background-color: #f4f4f4;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .number-container ul .item-selected,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .number-container ul .item-selected,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .number-container ul .item-selected,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .number-container ul .item-selected {
  background-color: #555555;
  color: #fff;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .number-container ul .item-selected:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .number-container ul .item-selected:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .number-container ul .item-selected:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .number-container ul .item-selected:hover {
  background-color: #f4f4f4;
  color: #161616;
  opacity: 0.8;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .number-container ul:has(li),
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .number-container ul:has(li),
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .number-container ul:has(li),
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .number-container ul:has(li) {
  padding: 16px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .form-login,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .form-login,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .form-login,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .form-login {
  text-align: left;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .form-login .step-title,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .form-login .step-title,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .form-login .step-title,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .form-login .step-title {
  font-size: 14px;
  color: #161616;
  font-family: Lato, sans-serif;
  text-transform: capitalize;
  margin-bottom: 8px;
  padding: 16px;
  padding-bottom: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .rooms-container,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .rooms-container,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .rooms-container,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .rooms-container {
  padding: 16px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .rooms-container ul,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .rooms-container ul,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .rooms-container ul,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .rooms-container ul {
  list-style: none;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .rooms-container ul li,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .rooms-container ul li,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .rooms-container ul li,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .rooms-container ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #161616;
  font-family: sans-serif;
  font-weight: 100;
  padding: 12px;
  margin-bottom: 5px;
  border: 0;
  outline: 1px solid #161616;
  border-radius: 8px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .rooms-container ul li:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .rooms-container ul li:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .rooms-container ul li:last-child,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .rooms-container ul li:last-child {
  margin-bottom: 0;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .rooms-container ul li:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .rooms-container ul li:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .rooms-container ul li:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .rooms-container ul li:hover {
  background-color: #f4f4f4;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .rooms-container ul li i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .rooms-container ul li i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .rooms-container ul li i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .rooms-container ul li i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: 1px solid #f2dac2;
  display: block;
  background-color: #1f8531;
  margin-right: 5px;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .rooms-container ul .item-selected,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .rooms-container ul .item-selected,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .rooms-container ul .item-selected,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .rooms-container ul .item-selected {
  background-color: #555555;
  color: #fff;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .rooms-container ul .item-selected i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .rooms-container ul .item-selected i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .rooms-container ul .item-selected i,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .rooms-container ul .item-selected i {
  display: none;
}
body .modal-wrapper .main-modal-body .content .columns-actions .column-date .dropdown-items .rooms-container ul .item-selected:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-time .dropdown-items .rooms-container ul .item-selected:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-number .dropdown-items .rooms-container ul .item-selected:hover,
body .modal-wrapper .main-modal-body .content .columns-actions .column-room .dropdown-items .rooms-container ul .item-selected:hover {
  background-color: #f4f4f4;
  color: #161616;
  opacity: 0.8;
}
body .modal-wrapper .main-modal-body .content .columns-actions .nav-item.active {
  background-color: #f6f6f6;
}
body .modal-wrapper .main-modal-body .content .columns-actions .nav-item.active .dropdown-items {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
body .modal-wrapper .main-modal-body .content .confirmation-modal {
  padding: 16px;
  padding-top: 0;
  background-color: #fff;
}
body .modal-wrapper .main-modal-body .content .confirmation-modal .btn-submit {
  width: 100%;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 14px;
  border: 0;
  border-radius: 8px;
  padding: 12px;
  color: #fff;
  cursor: pointer;
  background-color: #555555;
}
body .modal-wrapper .main-modal-body .content .confirmation-modal .btn-submit:hover {
  opacity: 0.8;
}
body .modal-wrapper .main-modal-body .content .confirmation-modal .btn-submit:disabled {
  background-color: #f4f4f4;
  cursor: default;
  cursor: not-allowed;
}
body .modal-wrapper .main-modal-body .form-content {
  padding: 0 40px;
  text-align: left;
  background-color: #fff;
  display: none;
}
body .modal-wrapper .main-modal-body .form-content .cgv-mobile {
  display: none;
  text-align: center;
}
@media (max-width: 2000px) {
  body .modal-wrapper .main-modal-body .form-content .cgv-mobile {
    padding-top: 16px;
    display: none;
  }
}
body .modal-wrapper .main-modal-body .form-content .cgv-mobile span {
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #505151;
  font-size: 13px;
  margin-bottom: 16px;
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
}
body .modal-wrapper .main-modal-body .form-content .cgv-mobile span img {
  width: 20px;
  height: 20px;
}
body .modal-wrapper .main-modal-body .form-content .cgv-mobile span img:first-child {
  margin-right: 10px;
}
body .modal-wrapper .main-modal-body .form-content .cgv-mobile span .cgv-arrow {
  transition: transform 0.3s ease;
}
body .modal-wrapper .main-modal-body .form-content .cgv-mobile span .cgv-arrow.open {
  transform: rotate(90deg);
}
body .modal-wrapper .main-modal-body .form-content .cgv-mobile h3,
body .modal-wrapper .main-modal-body .form-content .cgv-mobile p {
  font-size: 10px;
  color: #6e6f6f;
  text-align: left;
  line-height: 16px;
}
body .modal-wrapper .main-modal-body .form-content .cgv-mobile a {
  color: #da954c;
}
body .modal-wrapper .main-modal-body .form-content .cgv-mobile .cgv-content {
  display: none;
  margin-top: 8px;
  margin-bottom: 15px;
}
@media (max-width: 2000px) {
  body .modal-wrapper .main-modal-body .form-content .cgv-mobile {
    display: block;
  }
}
body .modal-wrapper .main-modal-body .form-content .cgv-mobile.hidden {
  display: none;
}
@media (max-width: 2000px) {
  body .modal-wrapper .main-modal-body .form-content {
    padding: 0;
  }
}
body .modal-wrapper .main-modal-body .form-content .title-tab {
  margin: 16px 0;
  display: flex;
  align-items: center;
  position: relative;
}
body .modal-wrapper .main-modal-body .form-content .title-tab a {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
body .modal-wrapper .main-modal-body .form-content .title-tab span {
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  color: #242525;
  font-size: 16px;
}
body .modal-wrapper .main-modal-body .form-content .title-tab img {
  width: 100%;
}
body .modal-wrapper .main-modal-body .form-content .title-tab.hidden {
  display: none;
}
body .modal-wrapper .main-modal-body .form-content .form {
  width: 65%;
  order: 1;
}
@media (max-width: 2000px) {
  body .modal-wrapper .main-modal-body .form-content .form {
    width: auto !important;
    padding: 0 30px;
  }
}
body .modal-wrapper .main-modal-body .form-content .form .alert-msg {
  border: 1px solid #242525;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  text-align: left;
  display: flex;
}
body .modal-wrapper .main-modal-body .form-content .form .alert-msg span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #242525;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  margin-right: 16px;
  flex-shrink: 0;
  color: #242525;
}
body .modal-wrapper .main-modal-body .form-content .form .alert-msg p {
  font-family: Lato, sans-serif;
  color: #242525;
  font-weight: 100;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 2000px) {
  body .modal-wrapper .main-modal-body .form-content #js-step-info {
    width: auto;
  }
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .alert-error {
  color: #242525;
  margin-bottom: 16px;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  border: 1px solid #f67278;
  background-color: #feeced;
  padding: 16px;
  border-radius: 8px;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .manual-confirmation-required {
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 100;
  color: #242525;
  margin-bottom: 16px;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-row {
  display: flex;
  margin-bottom: 16px;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-row .form-group {
  margin-bottom: 0;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-row .form-group input {
  padding: 7px 10px;
  border: 1px solid #d5d6d7;
  border-radius: 8px;
  font-size: 16px;
  width: -webkit-fill-available;
  font-size: 12px;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-row .form-group .intl-tel-input input {
  padding-left: 50px;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-row .form-group .intl-tel-input .country-list {
  left: -255px;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-row .form-group textarea {
  font-size: 14px;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .has-error label {
  color: #e74c3c !important;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .has-error input,
body .modal-wrapper .main-modal-body .form-content #js-step-info form .has-error textarea {
  border: 1px solid #e74c3c !important;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .has-error .select2-container .select2-selection {
  border: 1px solid #e74c3c !important;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-right: 16px;
  width: 100%;
  margin-bottom: 16px;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group:last-child {
  margin: 0;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group small {
  font-size: 14px;
  padding-left: 5px;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group label {
  font-family: Lato, sans-serif;
  color: #242525;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group textarea,
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .select2-container--default .select2-selection--multiple {
  padding: 7px 10px;
  border: 1px solid #d5d6d7;
  border-radius: 8px;
  font-size: 14px;
  width: -webkit-fill-available;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .select2-results ul .select2-selection__choice {
  background-color: #d4d5d6;
  border: 0;
  border-radius: 6px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 8px;
  color: #161616;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .select2-results ul .select2-selection__choice span {
  color: #161616;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .select2-container--default {
  width: auto !important;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .select2-container--default .select2-selection--multiple ul .select2-selection__choice {
  background-color: #d4d5d6;
  border: 0;
  border-radius: 6px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 8px;
  color: #161616;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .select2-container--default .select2-selection--multiple ul .select2-selection__choice span {
  color: #161616;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #d4d5d6;
  color: #161616;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .toggle-allergies {
  display: flex;
  justify-content: flex-start;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .toggle-allergies .toggle {
  border-radius: 8px !important;
  min-height: auto;
  min-width: auto;
  border: 1px solid #d5d6d7;
  margin-right: 5px;
  font-size: 13px;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .toggle-allergies .is_active {
  color: #161616 !important;
  background-color: #d4d5d6;
  border: 0;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form .form-group .has-error {
  border: 1px solid #e74c3c !important;
}
body .modal-wrapper .main-modal-body .form-content #js-step-info form #js-booking-btn {
  background-color: #161616;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment {
  margin-bottom: 30px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .desc {
  margin-bottom: 16px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .desc p {
  font-size: 16px;
  font-family: Lato, sans-serif;
  margin-bottom: 10px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .desc p:last-child {
  margin-bottom: 0;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation {
  position: relative;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation .stripe-form .form-group {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation .stripe-form .form-group .checkbox-container {
  margin-top: 0 !important;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation .stripe-form .form-group .checkbox-container .checkbox-input {
  width: auto !important;
  margin-right: 10px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation .stripe-form .form-group .checkbox-container .checkbox-input input {
  width: auto !important;
  margin: 0 !important;
  height: auto !important;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation .stripe-form .form-group .checkbox-container .checkbox-label .politique_h3 {
  font-size: 14px;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation .stripe-form .form-group #info-tooltip {
  font-size: 14px;
  font-style: italic;
  font-family: Lato, sans-serif;
  text-decoration: underline;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
  flex-shrink: 0;
  color: #242525;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation .stripe-form .submit-bank-print {
  cursor: pointer;
  padding: 12px;
  border: 0;
  border-radius: 8px;
  margin-top: 30px;
  background-color: #242525 !important;
  font-size: 14px;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation #popup1 {
  width: 400px;
  position: absolute;
  left: 310px;
  bottom: -100px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 35px -20px;
}
@media (max-width: 2000px) {
  body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation #popup1 {
    left: 10px;
    bottom: 80px;
    width: 350px;
  }
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation #popup1 .popup {
  padding: 10px;
  background-color: #f6f6f6;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation #popup1 .popup .header {
  display: flex;
  align-items: center;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation #popup1 .popup .header h2 {
  background: transparent !important;
  color: #242525 !important;
  font-size: 20px;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation #popup1 .popup .header a {
  margin-left: auto;
  background: transparent !important;
  color: #242525 !important;
  cursor: pointer;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-payment .booking-payment-confirmation #popup1 .popup .content {
  background: transparent !important;
  color: #242525 !important;
  font-size: 14px;
  line-height: 20px;
  font-family: Lato, sans-serif;
  margin-top: 10px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation {
  text-align: center;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation p {
  font-size: 14px;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .btns-confirmation {
  margin-top: 16px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .btns-confirmation button {
  border: 0;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 16px auto;
  cursor: pointer;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .btns-confirmation button p {
  color: #242525;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .btns-confirmation button p::first-letter {
  text-transform: uppercase;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .btns-confirmation button img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line {
  text-align: center;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .main-img {
  width: 45px;
  height: 45px;
  border: 1px solid #e8e7e7;
  padding: 16px;
  border-radius: 50%;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc {
  margin-top: 5px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .booking-pending-description {
  margin: 16px 0;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .booking-pending-description p {
  margin-bottom: 5px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .booking-pending-description p:last-child {
  margin: 0;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc p {
  font-size: 13px;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc h3 {
  font-size: 16px;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details {
  margin: 40px 0;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details p,
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details .mg-left-40 {
  font-size: 14px;
  font-family: Lato, sans-serif;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details .info-text {
  border: 1px solid #e4e4e4;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details .info-text span {
  font-weight: bold;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details .info-text .linebreak-info {
  padding-top: 5px;
  display: block;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details .info-text .confirmation-line {
  display: none;
  justify-content: center;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details .info-text .confirmation-line span {
  padding-right: 5px;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details .info-text .confirmation-line .js-total-amount {
  padding: 0;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details button {
  border: 0;
  display: flex;
  align-items: center;
  background-color: #242525;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 16px auto;
  cursor: pointer;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details button p {
  color: #fff;
  font-size: 13px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details button p::first-letter {
  text-transform: uppercase;
}
body .modal-wrapper .main-modal-body .form-content #js-booking-confirmation .booking-confirmation .confirmation-big-line .body-desc .details button img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
body .modal-wrapper .main-modal-body .form-content .update-section {
  order: 2;
  width: 100%;
  margin: 16px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  border-bottom: 1px solid #d4d5d6;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  border-top: 0;
  border: 0;
  padding: 16px 30px;
  margin-bottom: 8px;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .title p {
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  color: #242525;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .title a {
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  color: #727272;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .alert-msg {
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 8px;
  margin-bottom: 15px;
  background-color: #ffffff;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .alert-msg .alert-text {
  font-family: Lato, sans-serif;
  font-size: 12px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .alert-msg .is-expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .alert-msg .toggle-more {
  background: none;
  border: 0;
  padding: 0;
  margin-top: 6px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .resa-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .resa-info .resa {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 16px;
  margin-top: 5px;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .resa-info .resa img {
  width: 18px;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .resa-info .resa p {
  font-size: 13px;
  font-family: lato, sans-serif;
  color: #242525;
  margin-left: 10px;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .resa-info .resa:last-child {
  margin-bottom: 0;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .message-notice #bank-print-infos,
body .modal-wrapper .main-modal-body .form-content .update-section .update .message-notice #prepayment-infos {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #555555;
  margin-top: 16px;
  text-align: left;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .message-notice #bank-print-infos::before,
body .modal-wrapper .main-modal-body .form-content .update-section .update .message-notice #prepayment-infos::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.2;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .message-notice #bank-print-infos .info,
body .modal-wrapper .main-modal-body .form-content .update-section .update .message-notice #prepayment-infos .info {
  display: inline-block;
  vertical-align: top;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .message-notice #bank-print-infos .info span,
body .modal-wrapper .main-modal-body .form-content .update-section .update .message-notice #prepayment-infos .info span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #555555;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 16px;
  flex-shrink: 0;
  color: #555555;
}
body .modal-wrapper .main-modal-body .form-content .update-section .update .message-notice #bank-print-infos .float-right,
body .modal-wrapper .main-modal-body .form-content .update-section .update .message-notice #prepayment-infos .float-right {
  font-size: 12px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  display: inline-block;
  line-height: 22px;
  width: 83%;
}
body .modal-wrapper .main-modal-body .form-content .update-section .cgv {
  text-align: center;
}
@media (max-width: 2000px) {
  body .modal-wrapper .main-modal-body .form-content .update-section .cgv {
    padding: 16px;
    padding-top: 0;
    display: none;
  }
}
body .modal-wrapper .main-modal-body .form-content .update-section .cgv span {
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #505151;
  font-size: 14px;
  margin-bottom: 16px;
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
}
body .modal-wrapper .main-modal-body .form-content .update-section .cgv span img {
  width: 20px;
  height: 20px;
}
body .modal-wrapper .main-modal-body .form-content .update-section .cgv span img:first-child {
  margin-right: 10px;
}
body .modal-wrapper .main-modal-body .form-content .update-section .cgv span .cgv-arrow {
  transition: transform 0.3s ease;
}
body .modal-wrapper .main-modal-body .form-content .update-section .cgv span .cgv-arrow.open {
  transform: rotate(90deg);
}
body .modal-wrapper .main-modal-body .form-content .update-section .cgv h3,
body .modal-wrapper .main-modal-body .form-content .update-section .cgv p {
  font-size: 10px;
  color: #6e6f6f;
  text-align: left;
  line-height: 16px;
}
body .modal-wrapper .main-modal-body .form-content .update-section .cgv a {
  color: #da954c;
}
body .modal-wrapper .main-modal-body .form-content .update-section .cgv .cgv-content {
  display: none;
  margin-top: 8px;
  margin-bottom: 15px;
}
body .modal-wrapper .main-modal-body .form-content-visible {
  display: flex;
}
@media (max-width: 2000px) {
  body .modal-wrapper .main-modal-body .form-content-visible {
    display: block;
  }
}
body .modal-wrapper .hidden {
  display: none;
}
body .info-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-top: 1px solid #d4d5d6;
  background-color: #fff;
}
body .info-modal p {
  font-family: sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #161616;
}
body .info-modal img {
  display: block;
  width: 40px;
}
body .info-modal a {
  margin-right: 5px;
}
body .info-modal a:hover {
  background-color: #f4f4f4;
  border-radius: 8px;
}
body .responsive-container {
  display: block;
  max-width: 600px;
  margin: auto;
  background-color: #ffffff;
}
body header {
  background-color: #f5f5f5;
  padding: 18px 20px 50px 20px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  text-align: left;
}
body header .header-left {
  flex-grow: 1;
}
body header .header-left h2 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #555555;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 3px;
  letter-spacing: 1.13px;
}
body header .header-left p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.29;
  color: #555555;
}
body header .header-right {
  position: relative;
}
@media (min-width: 550px) {
  body header .header-right {
    padding-right: 90px;
    padding-top: 9px;
  }
}
body header .header-right .btn-lang,
body header .header-right .btn-lang:active,
body header .header-right .btn-lang:focus {
  position: relative;
  width: 76px;
  height: 34px;
  border-radius: 20px;
  border: solid 1px #555555;
  cursor: pointer;
  background: none;
  outline: none;
  margin-left: 12px;
}
body header .header-right .btn-lang div,
body header .header-right .btn-lang:active div,
body header .header-right .btn-lang:focus div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 76px;
  height: 34px;
}
body header .header-right .btn-lang div span,
body header .header-right .btn-lang:active div span,
body header .header-right .btn-lang:focus div span {
  width: 40px;
  margin-left: 5px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 1px;
  color: #555555;
}
body header .header-right .btn-lang div img,
body header .header-right .btn-lang:active div img,
body header .header-right .btn-lang:focus div img {
  width: 18px;
  height: 18px;
}
body header .header-right .btn-lang ul,
body header .header-right .btn-lang:active ul,
body header .header-right .btn-lang:focus ul {
  display: none;
  position: absolute;
  z-index: 9;
  top: 32px;
  left: -1px;
  right: -1px;
  background-color: #f5f5f5;
  border-radius: 0 0 20px 20px;
  border: solid 1px #555555;
  border-top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
body header .header-right .btn-lang ul li a,
body header .header-right .btn-lang:active ul li a,
body header .header-right .btn-lang:focus ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 24px;
  padding: 6px 0 6px 9px;
}
body header .header-right .btn-lang ul li a img,
body header .header-right .btn-lang:active ul li a img,
body header .header-right .btn-lang:focus ul li a img {
  width: 28px;
  height: 20px;
}
body header .header-right .btn-lang ul li a span,
body header .header-right .btn-lang:active ul li a span,
body header .header-right .btn-lang:focus ul li a span {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  color: #555555;
  margin-left: 6px;
}
body header .header-right .btn-lang.btn-lang-toggle,
body header .header-right .btn-lang:active.btn-lang-toggle,
body header .header-right .btn-lang:focus.btn-lang-toggle {
  border-radius: 20px 20px 0 0;
}
body header .header-right .btn-lang.btn-lang-toggle div img,
body header .header-right .btn-lang:active.btn-lang-toggle div img,
body header .header-right .btn-lang:focus.btn-lang-toggle div img {
  transform: rotateX(180deg);
}
@media (min-width: 550px) {
  body header .header-right .divider {
    width: 0;
    height: 35px;
    border-right: solid 1px #555555;
    position: absolute;
    top: 9px;
    left: 115px;
    z-index: 9;
  }
}
body main {
  margin-top: -30px;
  background-color: transparent;
  padding: 0 20px 20px 20px;
  text-align: left;
  /* STEP 1 *********************************************************************/
  /* STEP LOGIN *********************************************************************/
  /* STEP INFO *********************************************************************/
  /* STEP 4 *********************************************************************/
}
body main .hidden,
body main #js-booking-loader,
body main #js-step-time,
body main #js-step-number,
body main #js-step-login,
body main #js-step-info,
body main #js-step-info,
body main #js-booking-confirmation,
body main #alert-error,
body main #alert-error-email {
  display: none;
}
body main .navigation {
  height: 60px;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
body main .navigation .nav-item {
  height: 60px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .navigation .nav-item div {
  width: 44px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .navigation .nav-item div img {
  height: 36px;
  opacity: 0.5;
}
body main .navigation .nav-item.active div {
  border-bottom: 2px solid #555555;
}
body main .navigation .nav-item.active div img {
  opacity: 1;
}
body main .navigation .nav-devider {
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  background-color: #d4d4d4;
}
body main .alert-msg {
  border-radius: 10px;
  border: 1px solid #dadada;
  padding: 16px;
  display: flex;
  align-items: normal;
  margin-bottom: 16px;
}
body main .alert-msg span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #555555;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-right: 16px;
  flex-shrink: 0;
  color: #555555;
}
body main .alert-msg p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #555555;
  flex-grow: 1;
}
body main #bank-print-infos,
body main #prepayment-infos {
  color: #ffac40;
  background: #fff2cc;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
}
body main #bank-print-infos div.info,
body main #prepayment-infos div.info {
  color: #ffac40;
  background-color: #fff;
  border-radius: 100%;
  width: 23px;
  font-style: italic;
  font-weight: bold;
  float: left;
  text-align: center;
  font-family: docs-Lobster--Menu;
  font-size: 23px;
  margin-right: 10px;
}
body main .booking-summary {
  display: flex;
  flex-direction: row;
  height: 90px;
  border-radius: 10px;
  box-shadow: 0 9px 44px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 0 30px;
  margin-bottom: 24px;
}
body main .booking-summary .booking-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 90px;
  margin-right: 50px;
}
body main .booking-summary .booking-info img {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-right: 16px;
}
body main .booking-summary .booking-info span {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 44px;
  color: #555555;
}
body main h3.step-title {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #555555;
  margin-bottom: 10px;
}
body main .datepicker-container {
  text-align: center;
}
body main .datepicker-container #datepicker {
  width: 100%;
  margin: auto;
}
body main .datepicker-container #datepicker .ui-datepicker-next-hover {
  background-color: transparent;
}
body main .datepicker-container #datepicker .ui-datepicker-group {
  box-shadow: 0 9px 44px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 1%;
  width: 31.3%;
  min-height: 290px;
}
body main .datepicker-container #datepicker .ui-nagigation {
  width: 25px;
  height: 25px;
  border: none;
}
body main .datepicker-container #datepicker .ui-nagigation img {
  width: 25px;
  height: 25px;
}
body main .datepicker-container #datepicker .ui-datepicker {
  margin: auto;
  width: 100% !important;
  display: block;
  background: transparent;
  border: 0;
  padding: 0;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-widget-header {
  background: #f4f4f4;
  color: #555555;
  font-family: 'Lato', sans-serif;
  border-radius: 12.5px;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  border: 0;
  padding: 0;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-widget-header .ui-datepicker-title {
  line-height: 25px;
  text-transform: uppercase;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-calendar thead th span {
  opacity: 0.5;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-align: center;
  color: #555555;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-calendar tbody {
  margin: 0;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-calendar tbody td {
  background-color: #ffffff !important;
  padding: 2px;
  border: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #555555;
  width: 14.2857%;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-calendar tbody td a {
  font-weight: bold;
  color: #555555;
  border: none;
  opacity: 1;
  line-height: 50px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-calendar tbody td a:hover {
  background-color: #d4d5d6;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable .ui-state-default {
  display: block;
  line-height: 48px;
  border-radius: 6px;
  border: solid 1px #ededed;
  background: none !important;
  color: #555555;
  opacity: 0.4;
  text-align: center;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-unselectable,
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled {
  background-color: #f1f1f1;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today a {
  border: solid 2px #388ebd;
  line-height: 46px;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-corner-right {
  border-right: 0;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-corner-left {
  border-left: 0;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-next,
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-next-hover {
  background-color: transparent;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  top: 0;
  right: 10px;
  bottom: O;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-prev,
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-prev-hover {
  background-color: transparent;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  top: 0;
  left: 10px;
  bottom: O;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-next:hover,
body main .datepicker-container #datepicker .ui-datepicker .ui-datepicker-prev:hover {
  border: 0;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-state-disabled {
  opacity: 1;
}
body main .datepicker-container #datepicker .ui-datepicker .ui-state-disabled .ui-nagigation {
  opacity: 0.35;
}
body main .datepicker-container #datepicker .ui-state-default,
body main .datepicker-container #datepicker .ui-widget-content .ui-state-default,
body main .datepicker-container #datepicker .ui-widget-header .ui-state-default {
  background: #ffffff;
}
body main .datepicker-container #datepicker .ui-state-active,
body main .datepicker-container #datepicker .ui-widget-content .ui-state-active,
body main .datepicker-container #datepicker .ui-widget-header .ui-state-active {
  border: none !important;
  background: #34ab4f !important;
  color: #ffffff !important;
}
body main .service-container .service {
  margin-bottom: 6px;
}
body main .service-container .service h3 {
  margin: 0 0 12px 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #555555;
}
body main .service-container .service ul {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  padding: 15px 0;
  padding-top: 0;
}
body main .service-container .service ul li {
  cursor: pointer;
  display: block;
  border-radius: 6px;
  box-shadow: 0 9px 44px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  color: #555555;
}
body main .service-container .service ul li.item-disabled {
  opacity: 0.4;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px #555555;
}
body main .service-container .service ul li.item-selected {
  background-color: #34ab4f !important;
  color: #ffffff;
}
body main .service-container .service ul li:hover {
  background-color: #d4d5d6;
}
body main .service-container .service ul li.surbook:after {
  content: " ";
  background-color: #d54949;
  transform: translateX(63px) translateY(-55px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
}
body main .number-container ul {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  padding: 15px 0;
  padding-top: 0;
}
body main .number-container ul li {
  cursor: pointer;
  display: block;
  border-radius: 6px;
  box-shadow: 0 9px 44px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  color: #555555;
}
body main .number-container ul li.item-selected {
  background-color: #34ab4f !important;
  color: #ffffff;
}
body main .number-container ul li:hover {
  background-color: #d4d5d6;
}
body main .number-container ul li.surbook:after {
  content: " ";
  background-color: #d54949;
  transform: translateX(35px) translateY(-55px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
}
body main .rooms-container ul {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  padding: 15px 0;
  padding-top: 0;
}
body main .rooms-container ul li {
  cursor: pointer;
  display: block;
  border-radius: 6px;
  box-shadow: 0 9px 44px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  color: #555555;
}
body main .rooms-container ul li.item-selected {
  background-color: #34ab4f !important;
  color: #ffffff;
}
body main .rooms-container ul li:hover {
  background-color: #d4d5d6;
}
body main .form-login {
  padding: 0;
}
body main .form-login h2 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #555555;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 550px) {
  body main .form-login h2 {
    text-align: left;
  }
}
body main .form-login .label {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #555555;
  height: 25px;
}
body main .form-login .form-group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 550px) {
  body main .form-login .form-group {
    flex-direction: row;
  }
}
body main .form-login .form-group input {
  display: block;
  flex-grow: 1;
  padding: 12px 16px;
  height: 24px;
  border-radius: 5px;
  border: solid 1px #555555;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #555555;
  outline: none;
  margin-bottom: 16px;
}
@media (min-width: 550px) {
  body main .form-login .form-group input {
    margin-bottom: 0;
  }
}
body main .form-login .form-group input.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
body main .form-login .form-group input.has-error {
  border: solid 2px #df6868;
}
body main .form-login .form-group button {
  height: 50px;
  align-items: center;
  border-radius: 31.3px;
  border: solid 1px #555555;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
}
@media (min-width: 550px) {
  body main .form-login .form-group button {
    margin-left: 16px;
  }
}
body main .form-login .form-group button p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #555555;
  padding: 0 0 0 10px;
  flex-grow: 1;
  text-transform: uppercase;
}
@media (min-width: 550px) {
  body main .form-login .form-group button p {
    width: 190px;
    line-height: 1.2;
    padding-top: 5px;
  }
}
body main .form-login .form-group button div {
  width: 48px;
  height: 48px;
  border: solid 1px #555555;
  border-radius: 50%;
  text-align: center;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .form-login .form-group button div img {
  width: 24px;
  height: 24px;
}
body main .form-login .form-group button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
body main .form-login .alert-error {
  height: 32px;
  background-color: #df6868;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 15px;
}
body main .form-login .divider {
  border: dashed 1px #555555;
  border-bottom: 0;
  height: 0;
  margin: 36px 0;
}
body main .form-login .divider .or {
  width: 52px;
  height: 33px;
  border-radius: 16.5px;
  border: solid 1px #555555;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #555555;
  margin: -17px auto 0 auto;
}
body main .form-login .social-connect {
  display: flex;
  flex-direction: column;
}
@media (min-width: 550px) {
  body main .form-login .social-connect {
    flex-direction: row;
  }
}
body main .form-login .social-connect .social-text {
  margin-bottom: 16px;
}
@media (min-width: 550px) {
  body main .form-login .social-connect .social-text {
    margin-bottom: 0;
  }
}
body main .form-login .social-connect .social-text h3 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #555555;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 550px) {
  body main .form-login .social-connect .social-text h3 {
    text-align: left;
  }
}
body main .form-login .social-connect .social-text .social-info {
  display: flex;
  align-items: normal;
}
@media (min-width: 550px) {
  body main .form-login .social-connect .social-text .social-info {
    margin-bottom: 5px;
  }
}
body main .form-login .social-connect .social-text .social-info img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.7;
  margin-right: 10px;
  margin-top: 5px;
}
body main .form-login .social-connect .social-text .social-info p {
  opacity: 0.7;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #555555;
  flex-grow: 1;
}
body main .form-login .social-connect .social-btns {
  flex-shrink: 0;
}
@media (min-width: 550px) {
  body main .form-login .social-connect .social-btns {
    width: 210px;
    margin-left: 30px;
    margin-top: 20px;
  }
}
body main .form-login .social-connect .social-btns button {
  height: 50px;
  line-height: 50px;
  border-radius: 31px;
  border: solid 1px #555555;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
  width: 100%;
  margin-bottom: 16px;
}
body main .form-login .social-connect .social-btns button p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #555555;
  padding: 0 10px 0 30px;
  flex-grow: 1;
  text-transform: uppercase;
  text-align: left;
}
body main .form-login .social-connect .social-btns button div {
  width: 48px;
  height: 48px;
  border: solid 1px #555555;
  border-radius: 50%;
  margin: -1px -1px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .form-login .social-connect .social-btns button div img {
  width: 30px;
  height: 30px;
}
body main .form-login .social-connect .social-btns button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
body main .form-info {
  padding: 0 0 66px 0;
}
body main .form-info .label {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #555555;
  height: 25px;
}
body main .form-info .form-group-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 550px) {
  body main .form-info .form-group-container {
    flex-direction: row;
  }
}
@media (min-width: 550px) {
  body main .form-info .form-group-right {
    width: 275px;
    margin-left: 10px;
    flex-grow: 0 !important;
  }
}
body main .form-info .form-group {
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  flex-grow: 1;
}
body main .form-info .form-group label {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #555555;
  height: 25px;
  line-height: 25px;
  padding-left: 1px;
}
body main .form-info .form-group input,
body main .form-info .form-group select,
body main .form-info .form-group textarea {
  padding: 12px 16px;
  border-radius: 5px;
  border: solid 1px #555555;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #555555;
  outline: none;
}
body main .form-info .form-group input {
  height: 24px;
}
body main .form-info .form-group select {
  height: 50px;
  -webkit-appearance: none;
  background: #ffffff url("/images/external-booking/icon-arrow-down@3x.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
}
body main .form-info .form-group .intl-tel-input {
  display: block;
}
body main .form-info .form-group .intl-tel-input .selected-flag {
  padding-left: 16px !important;
  width: 56px !important;
  outline: none;
}
body main .form-info .form-group input.phone-number {
  height: 50px !important;
  width: 100%;
  padding-left: 60px !important;
}
body main .form-info .form-group label.checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: normal;
  height: auto;
  padding: 0;
  margin-top: 10px;
}
body main .form-info .form-group label.checkbox-container .checkbox-input {
  width: 38px;
  text-align: left;
  flex-shrink: 0;
}
body main .form-info .form-group label.checkbox-container .checkbox-input input {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: solid 1px #555555;
  margin-top: 8px;
}
body main .form-info .form-group label.checkbox-container .checkbox-label {
  flex-grow: 1;
}
body main .form-info .form-group label.checkbox-container .checkbox-label h3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #555555;
}
body main .form-info .form-group label.checkbox-container .checkbox-label h3 small {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #555555;
  margin-top: 5px;
}
body main .form-info .form-group.has-error label {
  color: #df6868;
}
body main .form-info .form-group.has-error input,
body main .form-info .form-group.has-error select,
body main .form-info .form-group.has-error textarea {
  border: solid 2px #df6868;
}
body main .form-info .alert-error {
  height: 32px;
  background-color: #df6868;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  border-radius: 15px;
  margin: 20px 0 20px 0;
  width: 100%;
}
@media (min-width: 550px) {
  body main .form-info .alert-error {
    margin: 20px 0 0 0;
  }
}
body main .form-info button {
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  margin-left: -20px;
  height: 70px;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
  background-color: #34ab4f;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  outline: none;
}
body main .form-info button.disabled {
  background-color: #f2f2f2;
  color: #dadada;
  cursor: not-allowed;
}
body main .cgv {
  border-radius: 10px;
  border: 1px solid #dadada;
  padding: 16px;
  margin-top: 20px;
}
body main .cgv h3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #555555;
}
body main .cgv p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #555555;
}
body main .cgv a {
  color: #337ab7;
  text-decoration: none;
}
body main .booking-confirmation {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 9px 44px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
body main .booking-confirmation .confirmation-big-line {
  margin-bottom: 19px;
  text-align: center;
}
body main .booking-confirmation .confirmation-big-line img {
  width: 80px;
  height: 80px;
  margin-bottom: 18px;
}
body main .booking-confirmation .confirmation-big-line h3 {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #555555;
  margin-bottom: 18px;
}
body main .booking-confirmation .confirmation-big-line p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #555555;
  margin-top: 18px;
}
body main .booking-confirmation .confirmation-big-line .booking-pending-description {
  color: #f0ad4e;
}
body main .booking-confirmation .confirmation-big-line .booking-pending-description img {
  display: inline-block;
  vertical-align: middle;
  width: 25px !important;
  height: 25px !important;
  margin-bottom: 0 !important;
}
body main .booking-confirmation .confirmation-big-line .booking-pending-description p {
  font-weight: bold;
  color: #f0ad4e !important;
}
body main .booking-confirmation .confirmation-big-line .booking-pending-description div {
  display: inline-block;
  vertical-align: middle;
  color: #f0ad4e;
  font-weight: bold;
}
body main .booking-confirmation .confirmation-line {
  width: 220px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  justify-content: left;
}
body main .booking-confirmation .confirmation-line img {
  width: 44px;
  height: 44px;
  margin-right: 16px;
}
body main .booking-confirmation .confirmation-line h3 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #555555;
}
body main .booking-confirmation .confirmation-line.last {
  margin-bottom: 0;
}
body main .booking-confirmation .confirmation-line.card-confirmation-line {
  width: 236px;
  display: none;
}
body main .phrase-confirmation {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #555555;
  margin: 24px 0 16px 0;
  text-align: center;
}
body main .btns-confirmation {
  display: flex;
  flex-direction: column;
}
@media (min-width: 550px) {
  body main .btns-confirmation {
    flex-direction: row;
  }
}
body main .btns-confirmation button {
  height: 50px;
  align-items: center;
  border-radius: 31.3px;
  border: solid 1px #555555;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  background-color: #ffffff;
  margin-bottom: 16px;
  cursor: pointer;
  outline: none;
}
body main .btns-confirmation button p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #555555;
  padding: 0 5px;
  flex-grow: 1;
  text-transform: uppercase;
}
@media (min-width: 550px) {
  body main .btns-confirmation button p {
    font-size: 14px;
    letter-spacing: 0.88px;
  }
}
body main .btns-confirmation button div {
  width: 48px;
  height: 48px;
  border: solid 1px #555555;
  border-radius: 50%;
  text-align: center;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .btns-confirmation button div img {
  width: 24px;
  height: 24px;
}
@media (min-width: 550px) {
  body main .btns-confirmation button.btn-right {
    margin-left: 16px;
  }
}
body main #surbook-legend,
body main #pax-surbook-legend {
  margin-top: 30px;
}
body main .round-cercle {
  background-color: #d54949;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}
body main #confirm-surbooking {
  text-align: center;
  padding: 15px;
}
body main #confirm-surbooking p {
  margin-bottom: 20px;
}
body main #confirm-surbooking #confirm-surbook {
  width: 45%;
  margin-left: 25%;
}
body main #card-number {
  width: 65%;
  float: left;
  padding: 9px 3px;
  border-radius: 5px;
  border: solid 1px #555;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  color: #555;
  outline: 0;
}
body main #card-expiry {
  width: 13%;
  float: right;
  margin-right: 1%;
  padding: 9px 3px;
  border-radius: 5px;
  border: solid 1px #555;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  color: #555;
  outline: 0;
}
body main #card-cvc {
  width: 13%;
  float: right;
  padding: 9px 3px;
  border-radius: 5px;
  border: solid 1px #555;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  color: #555;
  outline: 0;
}
body main .submit-bank-print {
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  height: 70px;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
  background-color: #34ab4f;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  outline: none;
}
body main .submit-bank-print.disabled {
  background-color: #f2f2f2;
  color: #dadada;
  cursor: not-allowed;
}
body main .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
body main .overlay:target {
  visibility: visible;
  opacity: 1;
}
body main .popup {
  margin: 70px auto;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 5s ease-in-out;
  font-size: 15px;
}
body main .popup h2 {
  margin-top: 0;
  color: #333;
  padding: 15px;
}
body main .popup .close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
body main .popup .content {
  max-height: 30%;
  overflow: auto;
  padding: 15px;
}
body main #info-tooltip {
  float: right;
  color: #555;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  font-weight: 700;
  text-align: center;
  font-family: docs-Lobster--Menu;
  font-size: 18px;
  border: 1px solid #555;
  text-decoration: none;
  margin-top: -25px;
  cursor: pointer;
}
body main .info-tooltip {
  color: #555;
  border-radius: 100%;
  font-weight: 700;
  font-family: docs-Lobster--Menu;
  font-size: 13px;
  border: 1px solid #555;
  cursor: pointer;
  padding: 0px 6px;
  margin-left: 15px;
}
body main .politique_h3 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #555;
  margin-top: 5px;
}
body .disp-non {
  height: 0;
  margin: 0;
  text-decoration: none;
  border: none;
  padding: 0;
}
body #uniiti_commonbundle_shopbookingrequest_hasAllergies {
  display: none;
}
body .toggle-allergies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .toggle-allergies .toggle {
  min-height: 23px;
  min-width: 30px;
  left: 4px;
  bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #dadada;
  background-color: transparent;
  padding: 10px;
  cursor: pointer;
  text-transform: capitalize;
}
body .toggle-allergies .toggle.has-error {
  border: solid 2px #df6868;
}
body .toggle-allergies .toggle:hover {
  color: #333 !important;
  background-color: transparent!important;
  border-color: #333 !important;
}
body .toggle-allergies .toggle.is_active {
  color: #fff !important;
  background-color: #333 !important;
  border-color: #333 !important;
}
body .toggle-allergies .toggle:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 5px!important;
  border-top-left-radius: 5px!important;
  -webkit-border-bottom-left-radius: 5px!important;
  border-bottom-left-radius: 5px!important;
}
body .toggle-allergies .toggle:last-child {
  -webkit-border-top-right-radius: 5px!important;
  border-top-right-radius: 5px!important;
  -webkit-border-bottom-right-radius: 5px!important;
  border-bottom-right-radius: 5px!important;
}
body .check-spams-container {
  border: 1px solid;
  border-radius: 10px;
  font-weight: bold;
  padding: 5px;
  margin-top: 15px;
  margin-left: 15px;
}
body .check-spams-container div.info {
  color: #ffac40;
  border: 1px solid #ffac40;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-style: italic;
  font-weight: bold;
  float: left;
  text-align: center;
  font-family: docs-Lobster--Menu;
  font-size: 23px;
  margin-right: 10px;
}
body .mg-left-40 {
  margin-left: 40px;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc;
  border-radius: 8px;
  min-height: 44px;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  cursor: text;
  font-family: "Tajawal", Arial, sans-serif;
  /* Police arabe lisible */
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  margin-left: 4px;
  font-weight: 500;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #555;
  margin-right: 6px;
  font-size: 16px;
  cursor: pointer;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 4px;
  font-size: 14px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 220px;
  overflow-y: auto;
  border-radius: 8px;
}
.select2-container--default .select2-results__option {
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 15px;
}
/* Hover */
.select2-container--default .select2-results__option--highlighted {
  background: #1976d2 !important;
  color: #fff !important;
}
.label-info-endtime {
  background-color: #555;
  margin-bottom: 0px;
  margin-left: 7px;
  display: inline;
  padding: 0.3em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  outline: 1px solid;
}
