.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  width: 140px;
}

.left {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  min-width: 200px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle {
  position: relative;
  min-height: 100vh;
  padding: 30px;
  border-left: 1px solid #dedede;
}

.right {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 100vh;
  min-width: 220px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-width: 1px;
  border-left-color: #000;
  background-color: #f8f8f8;
}

.body {
  font-family: Helvetica, sans-serif;
  color: #231f20;
}

.title {
  margin-top: 0px;
  color: #231f20;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.75px;
}

.date-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.today {
  color: #fe4c1f;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.time {
  font-family: Helvetica, sans-serif;
  color: #fe4c1f;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.date-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.date-item:hover {
  border-bottom-color: #fe4c1f;
  color: #fe4c1f;
}

.date-item.active {
  background-color: #fe4c1f;
  color: #fff;
}

.admin-block {
  margin-bottom: 30px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.admin-block.hide {
  opacity: 0;
}

.slot-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slot-hour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
}

.slot-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.slot-item:hover {
  border-bottom-color: #fe4c1f;
  color: #fe4c1f;
}

.slot-item.active {
  background-color: #fe4c1f;
  color: #fff;
}

.guest-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #dedede;
  border-bottom: 1px solid #dedede;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
}

.text-block {
  color: #fe4c1f;
}

.guest-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.guest-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 5px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe4c1f;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fe4c1f;
  cursor: pointer;
}

.guest-cta:hover {
  background-color: #fe4c1f;
  color: #fff;
}

.cta-text {
  font-size: 12px;
  text-transform: uppercase;
}

.guest-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.guest-name {
  margin-right: 20px;
  font-weight: 600;
}

.guest-info {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 200;
}

.guest-info.guest-id {
  min-width: 37px;
}

.guest-info.guest-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.guest-info.guest-link:hover {
  color: #fe4c1f;
}

.guest--add-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search {
  width: 30px;
}

.cta-search {
  position: absolute;
  top: 15px;
  right: 15px;
}

.cta-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 5px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #231f20;
  cursor: pointer;
}

.cta-black:hover {
  background-color: #fe4c1f;
  color: #fff;
}

.preloader {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-top: 2px solid #fe4c1f;
  border-right: 2px solid #fe4c1f;
  border-bottom: 2px solid #fe4c1f;
  border-radius: 32px;
}

.update_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  color: #fe4c1f;
  font-size: 12px;
  text-transform: uppercase;
}

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.overlay.hide {
  display: none;
  opacity: 0;
}

.overlay-bkg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popin-add {
  position: absolute;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.popin-add.hide {
  display: none;
}

.cta-orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe4c1f;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fe4c1f;
  cursor: pointer;
}

.cta-orange:hover {
  background-color: #fe4c1f;
  color: #fff;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.btn-close:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.popin-action {
  position: absolute;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.popin-action.hide {
  display: none;
}

.action-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dedede;
}

.action-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-bottom: 7px;
  margin-left: 10px;
  color: #fe4c1f;
  line-height: 44px;
}

.guest-action-name {
  color: #fe4c1f;
}

.reg-body {
  background-color: #000;
  font-family: Helvetica, sans-serif;
  color: #fff;
}

.reg-bkg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.44;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.reg-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reg-header {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 70px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reg-logo-link {
  padding-right: 45px;
  padding-left: 30px;
  border-right: 1px solid hsla(0, 0%, 59.2%, 0.35);
}

.reg-logo-link.intro {
  border-right-style: none;
}

.reg-header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 45px;
  padding-bottom: 0px;
}

.header-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.reg-header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.lang-switch.active {
  opacity: 1;
}

.lang-text {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.6px;
}

.reg-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 180px;
  padding-left: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reg-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reg-content-left.intrp {
  max-width: 640px;
}
.reg-content-left.end {
  margin-bottom: 30px;
}
.reg-content-right {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reg-content-right.intro {
  width: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reg-content-right.wide {
  width: 300px;
}

.reg-block {
  margin-bottom: 60px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.reg-block.hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg-block.hide {
  overflow: hidden;
  height: 0px;
  opacity: 0;
}

.reg-content-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 400;
}

.reg-content-title.margin {
  margin-bottom: 10px;
}

.reg-text {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 26px;
}

.reg-text.reservation {
  margin-top: 20px;
}

.reg-block-top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.number-selector {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  height: 50px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2c2c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.number-selector:hover {
  border-color: #E9E881 !important;
}

.day-selector-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.day-selector:not(.active):hover .day-content div:first-of-type{
  color: #EBA69A;
}
.day-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2c2c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  cursor: pointer;
}

.day-selector:hover {
  border-color: #EBA69A;
  color: #fff;
}

.day-selector.active {
  border-color: #EBA69A;
  background-color: #EBA69A;
  color: #000;
}

.day-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.text-block-4 {
  line-height: 24px;
}

.time-selector-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.time-hour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 30px;
}

.time-slot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2c2c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  cursor: pointer;
}

.time-slot:hover {
  border-style: solid;
  border-color: #E9E881;
  color: #fff;
}

.time-slot.active {
  border-color: #E9E881;
  background-color: #E9E881;
  color: rgba(0, 0, 0, 0.8);
}

.time-slot.full {
  color: hsla(0, 0%, 100%, 0.3);
}

.reg-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 13px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #E9E881;
  border-radius: 100px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
}
.reg-cta.pink{
  border-color: #EBA69A;
}
.reg-cta.pink:hover {
  background-color:  #EBA69A;
  border-color:  #EBA69A !important;
}
.reg-cta:hover {
  background-color:  #E9E881;
  border-color:  #E9E881 !important;
  color: #000;
}

.reg-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reg-step.hide {
  display: none;
}

.reg-ml {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  text-align: left;
}

.reg-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.reg-field {
  border-style: solid;
  border-width: 1px;
  border-color: #2c2c2c;
  background-color: transparent;
}

.reg-label {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
  text-align: left;
}

.reg-form-half {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reg-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
}

.reg-form-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
}

.form-block {
  margin-top: 40px;
  margin-bottom: 20px;
}

.reg-block-confirm {
  margin-bottom: 20px;
}

.ticket-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #dedede;
}

.ticket-main.validate {
  border-width: 3px;
  border-color: #fe4c1f;
}

.ticket-logo {
  width: 100px;
}

.ticket-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticket-date {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.ticket-sep {
  width: 20px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fe4c1f;
}

.cta-ticket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
  border-radius: 50px;
  background-color: #fe4c1f;
  color: #fff;
}

.cta-ticket.hide {
  display: none;
}

.body-ticket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Helvetica, sans-serif;
  color: #231f20;
}

.ticket-ok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fe4c1f;
  color: #fff;
  font-size: 20px;
}

.ticket-ok.hide {
  display: none;
}

.reg-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 28px;
  line-height: 42px;
}

.reg-sep {
  width: 20px;
  height: 2px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: white;
}

.reg-intro-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
}

.reg-intro-text {
  max-width: 570px;
  font-size: 27px;
}

.reg-intro-left {
  margin-bottom: 34px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 15px;
  line-height: 30px;
}

.reg-cta-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 13px 27px 13px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #E9E881;
  border-radius: 100px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
}

.reg-cta-intro:hover {
  background-color: #E9E881;
  border-color: #E9E881 !important;
  color: #000;
}

.reg-content-intro {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-right: 180px;
  padding-left: 180px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ticket-icon {
  margin-right: 12px;
}

.reg-content-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.login-admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-admin-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-form {
  margin-left: 40px;
  padding-left: 60px;
  border-left: 1px solid #dedede;
}

.popin-vip {
  position: absolute;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.popin-vip.hide {
  display: none;
}

.popin-search {
  position: absolute;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.popin-search.hide {
  display: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  margin-right: 10px;
  margin-bottom: 0px;
}

.milano {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-select-hover {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #23262a;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.number-select-option {
  padding: 10px 20px;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.15);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
}

.number-select-option:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}
  .d-mobile{
    display: none;
  }
  .reg-form-mobile{
    width: 100%;
  }
@media screen and (min-width: 1280px) {
  .guest-item {
    padding-top: 0px;
  }

  .reg-header {
    position: relative;
    z-index: 10;
  }

  .lang-switch {
    cursor: pointer;
  }

  .reg-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .reg-content-right {
    top: 40px;
  }

  .reg-content-right.intro {
    width: 260px;
    padding-bottom: 10px;
  }

  .number-selector {
    position: relative;
  }



  .reg-intro-left {
    font-size: 17px;
  }

  .reg-cta-intro {
    margin-bottom: -60px;
  }

  .reg-content-intro {
    z-index: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reg-content-middle {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .number-select-hover {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #23262a;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }

  .number-select-option {
    padding: 10px 20px;
    border-top: 1px solid hsla(0, 0%, 59.2%, 0.15);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: hsla(0, 0%, 100%, 0.8);
  }

  .number-select-option:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .popin-action {
    padding-bottom: 20px;
  }
  .md-text-center{
    text-align: center !important;
  }
  .popin-action.hide {
    display: none;
  }
  .d-mobile{
    display: block;
  }
  .d-desktop{
    display: none;
  }
  .reg-header {
    padding-top: 60px;
  }
  .reg-cta-wrapper{
    margin-bottom: 20px;
  }
  .reg-ml{
    position: relative;
  }
  .reg-ml::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: 0.26;
  }
  .reg-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .reg-content-intro {
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .milano {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reg-cta{
    width: 100%;
  }
.time-selector-wrapper{
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
}

@media screen and (max-width: 479px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 60px;
  }

  .left {
    position: relative;
    width: 100%;
    min-height: auto;
    min-width: auto;
    padding: 20px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .middle {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .right {
    display: none;
  }

  .guest-item {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .guest-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .guest-name {
    white-space: nowrap;
  }

  .guest-info.guest-link {
    white-space: nowrap;
  }

  .reg-header {
    padding-top: 34px;
    padding-right: 10px;
    padding-bottom: 34px;
  }

  .reg-logo-link {
    padding-left: 0px;
    border-right-style: none;
  }

  .reg-logo-link.intro {
    padding-left: 0px;
  }

  .reg-logo {
    width: 55px;
  }

  .header-title-wrapper {
    display: none;
  }

  .lang-switch.active {
    width: 40px;
    height: 40px;
  }

  .lang-text {
    font-size: 14px;
  }

  .reg-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .reg-content-right {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .reg-block.hor {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .reg-tel-msg{
    text-align: left;
  }
  .reg-content-title {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .number-selector {
    margin-top: 20px;
  }

  .day-selector-list {
    width: 100%;
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .day-selector {
    max-width: 28vw;
  }

  .time-slot {
    width: 100px;
    max-width: 28vw;
  }

  .reg-cta {
    margin-bottom: 40px;
  }

  .reg-step {
    width: 100%;
  }

  .ticket-main {
    padding: 20px;
  }

  .ticket-logo {
    margin-top: 10px;
  }

  .reg-sep {
    margin-left: 0px;
  }

  .reg-intro-top {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 40px;
  }

  .reg-intro-text {
    font-size: 24px;
    line-height: 36px;
  }

  .reg-cta-intro {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .reg-content-middle {
    padding-right: 30px;
    padding-left: 30px;
  }

  .login-admin-middle {
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .login-form {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .text-block-6 {
    line-height: 24px;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}