@import url(//fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,500,600&display=block);
.ActionButton .MuiButton-label {
  margin: 0;
  width: 28px; }
  .ActionButton .MuiButton-label .fa-2x {
    font-size: 2em; }

.ActionButton.MuiButton-root {
  border-radius: 50%;
  padding: 0px;
  min-width: auto; }

.ActionButton.MuiButton-outlinedPrimary {
  background-color: #fff; }

.ActionButton.MuiButton-sizeSmall {
  line-height: normal;
  padding: 0px; }
  .ActionButton.MuiButton-sizeSmall .MuiButton-label {
    width: 18px; }

.ActionButton .MuiButton-startIcon {
  margin: 0; }

.ActionButton.ActionButton__icon {
  width: 36px;
  height: 36px; }
  .ActionButton.ActionButton__icon--small {
    width: 28px; }

.ActionButton.ActionButton__default {
  background-color: #f7f7f7; }
  .ActionButton.ActionButton__default .MuiButton-label {
    color: #3c3c3c; }
  .ActionButton.ActionButton__default .MuiButton-startIcon {
    color: rgba(0, 0, 0, 0.23); }

.ActionButton.ActionButton__primary-light .MuiButton-outlinedPrimary {
  border: 1px solid #f1f0fe;
  background-color: #f1f0fe; }

.ActionButton.ActionButton__primary-light .MuiButton-outlinedPrimary:hover {
  background-color: #f1f0fe;
  color: #fff; }

.ActionButton.ActionButton__primary-thick.MuiButton-outlinedPrimary {
  border: 6px solid #f1f0fe;
  color: #f1f0fe; }
  .ActionButton.ActionButton__primary-thick.MuiButton-outlinedPrimary.Active {
    border: 6px solid #6971f6;
    color: #6971f6; }

.ActionButton.ActionButton__primary-thick.MuiButton-outlinedPrimary:hover {
  background-color: #ffffff; }

.ActionButton.ActionButton__no-background {
  background-color: transparent; }

.ActionButton.ActionButton__font-body {
  font-family: "Open Sans"; }

.FloatingCard {
  z-index: 100; }
  .FloatingCard__Content {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 4px 4px;
    padding: 16px;
    margin-top: 12px;
    -webkit-box-shadow: 3px 3px 5px 0 #00000029;
    -moz-box-shadow: 3px 3px 5px 0 #00000029;
    box-shadow: 3px 3px 5px 0 #00000029; }

.AvatarWithProfileMenu__AvatarButton.MuiButtonBase-root {
  width: 40px;
  height: 40px;
  border-radius: 20px; }

.AvatarWithProfileMenu__Avatar.MuiAvatar-root {
  width: 100%;
  height: 100%;
  background-color: #6971f6; }

.AvatarWithProfileMenu__Menu {
  z-index: 1500; }
  .AvatarWithProfileMenu__Menu .FloatingCard__Content .MuiList-padding {
    padding: 0; }
  .AvatarWithProfileMenu__Menu .FloatingCard__Content .MuiListItem-button {
    padding: 16px; }

.AvatarWithProfileMenu .AvatarWithProfileMenu__Avatar {
  font-size: 14px; }


.Modal {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .Modal__body {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0;
    outline: none;
    background: #fff;
    padding: 16px;
    width: 100%;
    height: calc(100% - 32px);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh; }
    @media (min-width: 1000px) {
      .Modal__body {
        width: 700px;
        height: auto; } }
    .Modal__body__title {
      line-height: 35px; }
    .Modal__body__content {
      margin-top: 22px;
      height: inherit; }

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://justhooit.com/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://justhooit.com/fonts/slick.eot");
  src: url("../../../fonts/slick.eot") format("embedded-opentype"), url("https://justhooit.com/fonts/slick.woff") format("woff"), url("https://justhooit.com/fonts/slick.ttf") format("truetype"), url("../../../fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.Carousel {
  width: 100%;
  height: 100%; }
  .Carousel .slick-prev {
    left: 5px;
    z-index: 5; }
  .Carousel .slick-next {
    right: 5px;
    z-index: 5; }
  .Carousel .slick-dots {
    bottom: 10px; }
  .Carousel .slick-dots li {
    margin: 0; }
  .Carousel .Carousel__CarouselDots--truncated .slick-dots li:not(:nth-child(5n + 1)) {
    display: none; }
  .Carousel .slick-dots li.slick-active button:before {
    font-size: 12px;
    color: white;
    opacity: 1; }
  .Carousel .slick-dots li button:before {
    color: white;
    opacity: 1; }
  .Carousel img {
    border-radius: 4px;
    object-fit: cover;
    height: 300px;
    cursor: pointer; }

.Carousel--scroll {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden; }
  .Carousel--scroll div {
    border-radius: 4px; }
    .Carousel--scroll div img {
      border-radius: 4px;
      width: 300px; }
      @media (max-width: 1000px) {
        .Carousel--scroll div img {
          width: 240px;
          height: 120px;
          border-radius: 8px; } }

@media (orientation: landscape) {
  .Carousel__Modal__Mobile .Modal__body {
    height: 80vh; }
    .Carousel__Modal__Mobile .Modal__body .Modal__body__content .slick-slide {
      width: 90vw;
      text-align: center;
      object-position: center; }
    .Carousel__Modal__Mobile .Modal__body .Modal__body__content img {
      height: 55vh;
      width: 73.3vh;
      margin: 0 auto; } }

@media (orientation: portrait) {
  .Carousel__Modal__Mobile .Modal__body {
    height: 65vh; }
    .Carousel__Modal__Mobile .Modal__body .Modal__body__content img {
      height: 67.5vw;
      width: 90vw; } }

.Carousel__Modal__Mobile .Modal__body {
  position: relative;
  z-index: 2;
  background-color: transparent; }
  .Carousel__Modal__Mobile .Modal__body .Modal__body__content {
    height: auto; }
    .Carousel__Modal__Mobile .Modal__body .Modal__body__content img {
      object-fit: cover; }
  .Carousel__Modal__Mobile .Modal__body .slick-slider {
    width: 90%;
    margin-left: 5%;
    height: auto; }
  .Carousel__Modal__Mobile .Modal__body .slick-next::before,
  .Carousel__Modal__Mobile .Modal__body .slick-prev::before {
    color: #e2e6ea; }
  .Carousel__Modal__Mobile .Modal__body .Carousel__Modal__Subtitle {
    color: #ffffff; }

.Carousel__Modal .Modal__body {
  height: 80vh;
  position: relative;
  z-index: 2;
  background: transparent;
  overflow-y: hidden;
  width: 68vw; }
  .Carousel__Modal .Modal__body .Modal__body__content {
    height: auto; }
  .Carousel__Modal .Modal__body .slick-slider {
    width: 60vw;
    margin-left: 5%; }
    .Carousel__Modal .Modal__body .slick-slider .slick-list {
      width: 60vw; }
    .Carousel__Modal .Modal__body .slick-slider .slick-slide {
      width: 60vw;
      object-position: center;
      margin: 0 auto; }
    .Carousel__Modal .Modal__body .slick-slider img {
      object-fit: cover;
      height: 70vh;
      min-width: 60vw;
      width: 60vw; }
  .Carousel__Modal .Modal__body .slick-next::before,
  .Carousel__Modal .Modal__body .slick-prev::before {
    display: none; }
  .Carousel__Modal .Modal__body .slick-arrow svg {
    height: 42px;
    width: auto;
    color: #ffffff; }
  .Carousel__Modal .Modal__body .slick-prev {
    left: -40px; }
  .Carousel__Modal .Modal__body .slick-next {
    right: -40px; }
  .Carousel__Modal .Modal__body .Carousel__Modal__Subtitle {
    color: #ffffff; }

@media (max-width: 1000px) {
  .Carousel--scroll div img {
    object-fit: cover;
    border-radius: 0;
    margin-right: 16px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDateDisplay{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.rdrDateDisplayItem{
  -webkit-box-flex: 1;
          flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled{
      cursor: default;
    }

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.rdrMonthAndYearPickers{
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: -webkit-box;
  display: flex;
}

.rdrMonthsVertical{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: -webkit-box;
  display: flex;
}

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
    outline: none;
  }

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: -webkit-box;
  display: flex;
}

.rdrInputRangeInput{}

.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay{
  margin: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  -webkit-box-align: center;
          align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
  }

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    -webkit-transform: translate(3px, 0px);
            transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
    outline: 0;
  }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  -webkit-box-align: center;
          align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    -webkit-filter: grayscale(100%) opacity(60%);
            filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  overscroll-behavior: contain; }

p {
  font-family: 'Open Sans'; }

a {
  text-decoration: none; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.strikethrough {
  text-decoration: line-through; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 8px !important; }

.mt-1 {
  margin-top: 8px !important; }

.mr-1 {
  margin-right: 8px !important; }

.mb-1 {
  margin-bottom: 8px !important; }

.ml-1 {
  margin-left: 8px !important; }

.m-2 {
  margin: 16px !important; }

.mt-2 {
  margin-top: 16px !important; }

.mr-2 {
  margin-right: 16px !important; }

.mb-2 {
  margin-bottom: 16px !important; }

.ml-2 {
  margin-left: 16px !important; }

.m-3 {
  margin: 24px !important; }

.mt-3 {
  margin-top: 24px !important; }

.mr-3 {
  margin-right: 24px !important; }

.mb-3 {
  margin-bottom: 24px !important; }

.ml-3 {
  margin-left: 24px !important; }

.m-4 {
  margin: 32px !important; }

.mt-4 {
  margin-top: 32px !important; }

.mr-4 {
  margin-right: 32px !important; }

.mb-4 {
  margin-bottom: 32px !important; }

.ml-4 {
  margin-left: 32px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 8px !important; }

.pt-1 {
  padding-top: 8px !important; }

.pr-1 {
  padding-right: 8px !important; }

.pb-1 {
  padding-bottom: 8px !important; }

.pl-1 {
  padding-left: 8px !important; }

.p-2 {
  padding: 16px !important; }

.pt-2 {
  padding-top: 16px !important; }

.pr-2 {
  padding-right: 16px !important; }

.pb-2 {
  padding-bottom: 16px !important; }

.pl-2 {
  padding-left: 16px !important; }

.p-3 {
  padding: 24px !important; }

.pt-3 {
  padding-top: 24px !important; }

.pr-3 {
  padding-right: 24px !important; }

.pb-3 {
  padding-bottom: 24px !important; }

.pl-3 {
  padding-left: 24px !important; }

.p-4 {
  padding: 32px !important; }

.pt-4 {
  padding-top: 32px !important; }

.pr-4 {
  padding-right: 32px !important; }

.pb-4 {
  padding-bottom: 32px !important; }

.pl-4 {
  padding-left: 32px !important; }

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

.pointer {
  cursor: pointer; }

.PrismicRichText {
  word-break: break-word; }
  .PrismicRichText img {
    max-width: 100%; }
  .PrismicRichText .embed.embed-youtube iframe {
    width: 100%;
    min-height: 300px; }

.MuiButton-label a {
  color: #ffffff; }

.rdr-DateRange {
  font-family: 'Open Sans'; }
  @media (max-width: 1000px) {
    .rdr-DateRange {
      /* has inline styles generated from the component so have to !important to override */ }
      .rdr-DateRange .rdr-Calendar:nth-child(1) {
        display: none !important; } }
  .rdr-DateRange .rdr-Day.is-selected {
    transform: scale(0.9);
    /* has inline styles generated from the component so have to !important to override */ }
    .rdr-DateRange .rdr-Day.is-selected.is-inRange {
      background-color: #6971f6 !important;
      color: #ffffff !important; }
  @media (min-width: 1000px) {
    .rdr-DateRange {
      /* has inline styles generated from the component so have to !important to override */ }
      .rdr-DateRange .rdr-Calendar + .rdr-Calendar {
        border-left: 1px solid #e2e6ea;
        padding-left: 9px !important; } }

/** From default theme **/
.rdrCalendarWrapper {
  color: #708596;
  font-family: 'Open Sans';
  font-size: 12px; }

.rdrNextPrevButton {
  background: #ffffff; }

.rdrNextPrevButton:hover {
  background: #f1f0fe; }

.rdrMonth {
  padding: 0 0.833em 1.666em 0.833em;
  width: 17em; }

.rdrDay {
  color: #708596; }

.rdrDayNumber span {
  color: #708596; }

.rdrDayToday .rdrDayNumber span:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 18px;
  height: 2px;
  border-radius: 2em;
  background: #3d91ff; }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  color: #708596; }

.rdrStartEdge ~ .rdrDayNumber {
  border-radius: 2em;
  background-color: #6971f6; }

.rdrSelected,
.rdrInRange,
.rdrEndEdge {
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px; }

.rdrDayActive .rdrDayNumber span {
  color: #ffffff; }

.rdrStartEdge {
  background-color: #f1f0fe;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  left: 2px; }

.rdrEndEdge {
  background-color: #f1f0fe;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  right: 2px; }

.rdrEndEdge ~ .rdrDayNumber {
  border-radius: 2em;
  background-color: #ffffff;
  border: 1px solid #6971f6; }

.rdrEndEdge.rdrStartEdge {
  border-radius: 2em; }

.rdrSelected {
  border-radius: 2em;
  border-color: #6971f6; }

.rdrDayStartOfMonth .rdrInRange,
.rdrDayStartOfMonth .rdrEndEdge,
.rdrDayStartOfWeek .rdrInRange,
.rdrDayStartOfWeek .rdrEndEdge {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  left: 2px; }

.rdrDayEndOfMonth .rdrInRange,
.rdrDayEndOfMonth .rdrStartEdge,
.rdrDayEndOfWeek .rdrInRange,
.rdrDayEndOfWeek .rdrStartEdge {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  right: 2px; }

.rdrDayStartOfMonth .rdrDayInPreview,
.rdrDayStartOfMonth .rdrDayEndPreview,
.rdrDayStartOfWeek .rdrDayInPreview,
.rdrDayStartOfWeek .rdrDayEndPreview {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  border-left-width: 1px;
  border-color: #6971f6;
  left: 0px; }

.rdrDayEndOfMonth .rdrDayInPreview,
.rdrDayEndOfMonth .rdrDayStartPreview,
.rdrDayEndOfWeek .rdrDayInPreview,
.rdrDayEndOfWeek .rdrDayStartPreview {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-right-width: 1px;
  border-color: #6971f6;
  right: 0px; }

.rdrDayStartPreview,
.rdrDayInPreview,
.rdrDayEndPreview {
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  bottom: 5px;
  pointer-events: none;
  border: 0px solid #6971f6;
  z-index: 1; }

.rdrDayStartPreview {
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  left: 1px; }

.rdrDayInPreview {
  border-top-width: 1px;
  border-bottom-width: 1px; }

.rdrDayEndPreview {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  right: 1px; }

.rdrDefinedRangesWrapper {
  display: none; }

.rdrInputRangeInput {
  border-radius: 12px; }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
  content: '';
  border: 1px solid #6971f6;
  border-radius: 2em; }

@media (max-width: 1000px) and (orientation: portrait) {
  .rdrMonth {
    width: 14em; } }

.Error,
.Loading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px; }

.Error404 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("https://justhooit.com/img/404-desktop.jpg");
  background-size: cover;
  height: calc(100vh - 72px);
  align-items: center;
  justify-content: center; }
  .Error404 .Error404__Search-container {
    position: relative;
    top: calc(50vh - 72px); }
  @media (max-width: 1000px) {
    .Error404 {
      background-image: url("https://justhooit.com/img/404-mobile.jpg");
      overflow: auto;
      position: fixed; }
      .Error404 .Error404__Search-container {
        position: fixed;
        top: unset;
        bottom: 0;
        left: 0;
        height: 50vh;
        width: 100vw; } }

.HooPageTemplate {
  height: calc(var(--vh, 1vh) * 100); }
  @media (min-width: 1000px) {
    .HooPageTemplate {
      height: auto;
      min-height: calc(var(--vh, 1vh) * 100); } }
  .HooPageTemplate__titleBar {
    height: fit-content;
    width: 100%;
    z-index: 2; }
  .HooPageTemplate .HooPageTemplate__content.no-margin {
    margin: 0;
    height: 100%; }

.AppBarPlaceholder {
  height: 64px;
  z-index: 1; }
  @media (max-width: 1000px) {
    .AppBarPlaceholder.search {
      height: 72px; } }

@media (max-width: 1000px) {
  .FilterTabsPlaceholder {
    height: 48px; } }

.AppBarContainer {
  box-sizing: border-box;
  position: fixed;
  z-index: 1100;
  width: 100%; }
  .AppBarContainer * > {
    box-sizing: border-box; }
  .AppBarContainer .AppBar {
    box-sizing: border-box; }
    .AppBarContainer .AppBar.MuiAppBar-root {
      box-shadow: none;
      background: white; }
    .AppBarContainer .AppBar__Toolbar .filter-button {
      width: 40px;
      height: 40px; }
    .AppBarContainer .AppBar__divider {
      border-right: 1px solid #e2e6ea; }
  .AppBarContainer.outlined {
    background-color: white; }
    .AppBarContainer.outlined .AppBar.MuiAppBar-root.MuiAppBar-colorDefault {
      box-shadow: none;
      border: 1px solid rgba(112, 133, 150, 0.2);
      box-sizing: border-box; }
    .AppBarContainer.outlined .AppBar__Toolbar .ToolbarContent {
      padding: 0 8px; }
  .AppBarContainer.default .AppBar.MuiAppBar-root {
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0 1px 0 0 #e0e0e0; }
  .AppBarContainer.default .AppBar__Toolbar {
    min-height: 64px; }
    .AppBarContainer.default .AppBar__Toolbar .Logo {
      margin-left: 8px; }
    .AppBarContainer.default .AppBar__Toolbar .ToolbarContent {
      padding: 0 8px 0 0; }
  .AppBarContainer.transparent .AppBar.MuiAppBar-root {
    background-color: transparent;
    border-bottom: none;
    box-shadow: none; }
  @media (max-width: 1000px) {
    .AppBarContainer .AppBar.MuiAppBar-root.MuiAppBar-colorDefault {
      border-bottom: none;
      box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15); }
    .AppBarContainer .AppBar__Toolbar {
      padding: 0; }
      .AppBarContainer .AppBar__Toolbar .ToolbarContent {
        box-sizing: border-box;
        flex-wrap: wrap; }
    .AppBarContainer.contained {
      background: white; }
    .AppBarContainer.search {
      height: 72px;
      padding: 8px; }
      .AppBarContainer.search.default .AppBar.MuiAppBar-root {
        border: 1px solid rgba(112, 133, 150, 0);
        box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15); }
      .AppBarContainer.search.expanded {
        padding: 0; }
        .AppBarContainer.search.expanded .AppBar {
          border-radius: 0; }
          .AppBarContainer.search.expanded .AppBar.MuiAppBar-root {
            border: 1px solid rgba(112, 133, 150, 0);
            box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15); }
          .AppBarContainer.search.expanded .AppBar__Toolbar .ToolbarContent {
            box-sizing: border-box;
            flex-wrap: wrap;
            padding: 0; }
            .AppBarContainer.search.expanded .AppBar__Toolbar .ToolbarContent .MuiBox-root {
              margin: 0; }
      .AppBarContainer.search.outlined .AppBar.MuiAppBar-root {
        border: 1px solid rgba(112, 133, 150, 0.2); }
      .AppBarContainer.search .AppBar {
        border-radius: 28px; }
        .AppBarContainer.search .AppBar__Toolbar {
          min-height: 56px; }
          .AppBarContainer.search .AppBar__Toolbar .ToolbarContent {
            box-sizing: border-box;
            flex-wrap: wrap;
            padding: 0 8px; } }
  @media (max-width: 1000px) {
    .AppBarContainer .AppBar .Logo img {
      width: 50px; } }


.CookieConsentBar .CookieConsentBar__AcceptButton {
  background: #ffffff !important;
  border-radius: 4px !important; }

@media (max-width: 1000px) {
  .CookieConsentBar .CookieConsentBar__ButtonWrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end; } }

.Input {
  cursor: pointer; }
  .Input .MuiFormLabel-asterisk {
    color: #708596; }
  .Input__password-adornment {
    color: #708596;
    cursor: pointer; }
  .Input .Input__Label {
    padding-bottom: 8px; }
    .Input .Input__Label.Mui-error p {
      color: #ef7869; }
  .Input .Input__Input {
    border: 1px solid #e2e6ea;
    border-radius: 4px;
    outline: none;
    display: flex; }
    .Input .Input__Input input {
      font-family: "Open Sans";
      padding: 16px; }
    .Input .Input__Input.Mui-focused {
      border: 1px solid #6971f6; }
    .Input .Input__Input.Mui-error {
      border: 1px solid #ef7869; }
  .Input--borderless .Input__Input {
    border: 0;
    background: transparent;
    padding-top: 5px; }
    .Input--borderless .Input__Input input {
      font-family: "Montserrat";
      font-weight: 600; }
  .Input--borderless .MuiInputBase-root.MuiInput-underline {
    margin-top: -5px; }
  .Input--borderless .MuiInputBase-root.MuiInput-underline:after {
    border: 0; }
  .Input--borderless .MuiInputBase-root.MuiInput-underline:before {
    border: 0; }
  .Input--borderless .MuiInputBase-root.MuiInput-underline:hover:before {
    border: 0; }
  .Input--borderless .MuiInputBase-root.MuiInput-underline:hover:after {
    border: 0; }
  .Input .MuiInputBase-root.MuiInput-underline:after {
    border: 0; }
  .Input .MuiInputBase-root.MuiInput-underline:before {
    border: 0; }
  .Input .MuiInputBase-root.MuiInput-underline:hover:before {
    border: 0; }
  .Input .MuiInputBase-root.MuiInput-underline:hover:after {
    border: 0; }
  .Input .MuiSelect-select:focus {
    background: #ffffff; }
  .Input--underlined .Input__Input {
    border: 0 0 1px 0;
    background: transparent;
    padding-top: 5px; }
    .Input--underlined .Input__Input input {
      font-family: "Montserrat";
      font-weight: 600; }
  .Input--underlined .MuiInputBase-root.MuiInput-underline {
    margin-top: -5px; }
  .Input--underlined .MuiInputBase-root.MuiInput-underline:after {
    border: 0 0 1px 0; }
  .Input--underlined .MuiInputBase-root.MuiInput-underline:before {
    border: 0 0 1px 0; }
  .Input--underlined .MuiInputBase-root.MuiInput-underline:hover:before {
    border: 0 0 1px 0; }
  .Input--underlined .MuiInputBase-root.MuiInput-underline:hover:after {
    border: 0 0 1px 0; }
  .Input .MuiInputBase-root.MuiInput-underline:after {
    border: 0 0 1px 0; }
  .Input .MuiInputBase-root.MuiInput-underline:before {
    border: 0 0 1px 0; }
  .Input .MuiInputBase-root.MuiInput-underline:hover:before {
    border: 0 0 1px 0; }
  .Input .MuiInputBase-root.MuiInput-underline:hover:after {
    border: 0 0 1px 0; }
  .Input .MuiSelect-select:focus {
    background: #ffffff; }

.SearchBar {
  height: 64px; }
  .SearchBar.SearchBar--button {
    padding: 16px 16px 16px 36px;
    height: 48px;
    border-radius: 40px; }
  .SearchBar .Divider__Desktop {
    border-right: 1px solid #e2e6ea; }
    .SearchBar .Divider__Desktop .Input--borderless {
      width: 100%; }
  .SearchBar .Divider__Toolbar {
    border-left: 1px solid #e2e6ea; }
  .SearchBar .MuiInput-input {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 150%;
    font-weight: 500 !important; }
  .SearchBar .search-button {
    border-radius: 24px;
    height: 48px;
    width: 144px; }
    .SearchBar .search-button span {
      text-transform: none;
      font-family: "Open Sans";
      font-weight: 600;
      font-size: 16px;
      line-height: 100%; }

.SearchBar__DatePickerFC {
  z-index: 1301; }

.SearchBar__GuestListFC {
  width: 20em;
  z-index: 1301; }

.SearchBar__modal {
  height: 100vh;
  height: calc((var(--vh, 1vh) * 100));
  align-items: flex-start;
  justify-content: flex-start; }

.SearchBar__CheckIn-Input input,
.SearchBar__Guests-Input input {
  cursor: pointer; }

.SearchBar--minimal-box {
  width: calc(100vw - 180px);
  width: calc(var(--vw, 1vw) * 100 - 180px); }

@media (max-width: 1000px) {
  .SearchBar__DatePickerFC,
  .SearchBar__GuestListFC {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1301;
    transform: none !important; }
    .SearchBar__DatePickerFC .FloatingCard__Content,
    .SearchBar__GuestListFC .FloatingCard__Content {
      box-sizing: border-box;
      margin: 0;
      height: 100%;
      width: 100%; }
  .Destination_Bottom {
    background-color: rgba(0, 0, 0, 0.42) !important; } }

@media (max-width: 1000px) and (max-width: 1000px) {
  .SearchBar__DestinationText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 210px; } }

@media (max-width: 1000px) {
  .MuiAutocomplete-popper {
    transform: none !important;
    top: 125px !important;
    left: 16px !important;
    width: calc(100% - 32px) !important; } }

.MuiAutocomplete-popper .MuiAutocomplete-listbox {
  padding: 0px; }
  @media (min-width: 1000px) {
    .MuiAutocomplete-popper .MuiAutocomplete-listbox {
      padding: 0px 16px;
      max-height: 100%; } }
  @media (max-width: 1000px) {
    .MuiAutocomplete-popper .MuiAutocomplete-listbox {
      overflow-y: auto;
      max-height: 60vh !important; } }

@media (min-width: 1000px) {
  .MuiAutocomplete-popper .MuiAutocomplete-listbox li:last-child div hr {
    display: none; } }

@media (min-width: 1000px) {
  .MuiAutocomplete-popper {
    padding: 0px 16px; } }

.MuiAutocomplete-popper .MuiAvatar-square {
  border-radius: 4px; }

.MuiAutocomplete-popper .MuiAutocomplete-option {
  min-height: 40px;
  align-items: center;
  padding: 0px; }

@media (max-width: 1000px) {
  .MuiAutocomplete-popper .MuiAutocomplete-paper {
    margin: 1px 0px; } }

@media (min-width: 1000px) {
  .MuiAutocomplete-paper.MuiPaper-elevation1 {
    box-shadow: 3px 3px 5px 0 #00000029; } }

.Input__Input .MuiInput-underline:before,
.Input__Input .MuiInput-underline:after,
.Input__Input .MuiInput-underline:hover:not(.Mui-disabled):before {
  border: none; }

.MuiAutocomplete-hasPopupIcon .MuiAutocomplete-inputRoot,
.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot {
  padding-right: 0px !important; }

.MuiAutocomplete-groupUl .MuiAutocomplete-option {
  padding-left: 0px !important; }

.Select__Label {
  color: #3c3c3c;
  font-size: 12px;
  margin-bottom: 8px; }

.Select__Input {
  border: 1px solid #e2e6ea;
  border-radius: 4px;
  color: #708596;
  outline: none;
  padding: 10px 12px; }

.Select__Input:focus {
  border: 1px solid #6971f6;
  background: #f1f0fe;
  color: #3c3c3c; }

.Select .MuiInputBase-root.MuiInput-underline:after {
  border: 0; }

.Select .MuiInputBase-root.MuiInput-underline:before {
  border: 0; }

.Select .MuiInputBase-root.MuiInput-underline:hover:before {
  border: 0; }

.Select .MuiInputBase-root.MuiInput-underline:hover:after {
  border: 0; }

.Slider {
  display: block; }

.PhoneNumberInput .PhoneNumberInput__Label {
  padding-bottom: 8px; }

.Logo {
  padding: 0;
  margin: 0; }
  .Logo__image {
    padding: 0;
    margin: 0; }
    .Logo__image--small {
      width: 63px;
      height: 41px; }
    .Logo__image--medium {
      width: 100px;
      height: 65px; }
    .Logo__image--large {
      width: 179px;
      height: 118px; }
    .Logo__image--xtraLarge {
      width: 250px;
      height: 162px; }

.MapMarker {
  outline: none;
  padding: 10px;
  border-radius: 5px 5px 0 5px;
  box-shadow: 0px 3px 6px #00000029;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  transform: translate(-100%, -120%); }
  .MapMarker--primary {
    background-color: #4e5186; }
    .MapMarker--primary .MapMarker__after {
      border-top: 20px solid #4e5186; }
  .MapMarker--secondary {
    background-color: #6971f6; }
    .MapMarker--secondary .MapMarker__after {
      border-top: 20px solid #6971f6; }
  .MapMarker .MapMarker__after {
    position: absolute;
    border-left: 20px solid transparent;
    right: 0;
    top: 100%;
    width: 0;
    height: 0; }
  .MapMarker .MapMarker__label {
    color: white; }

.CurrencySelector__top {
  width: 24px; }

.CurrencySelector__menu {
  width: 120px; }
  .CurrencySelector__menu-item {
    width: 30px;
    margin-right: 16px; }

.CurrencySelector__button.MuiButtonBase-root {
  width: 40px;
  height: 40px;
  border-radius: 48px;
  display: flex;
  flex-direction: column; }

.MobileCurrencySelector__List__Item {
  height: 56px; }
  .MobileCurrencySelector__List__Item__Icon {
    margin-right: 16px; }
    .MobileCurrencySelector__List__Item__Icon.MuiListItemIcon-root {
      min-width: 0; }

.HotelSummaryListing {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden; }
  .HotelSummaryListing--Highlighted {
    background-color: #f1f0fe; }
  .HotelSummaryListing .HotelSummaryListing__Like,
  .HotelSummaryListing .MuiChip-clickable {
    position: absolute;
    top: 10px;
    left: 10px; }
  .HotelSummaryListing img {
    height: 125px; }
  @media (max-width: 1000px) {
    .HotelSummaryListing__Content {
      box-sizing: border-box; } }
  .HotelSummaryListing .HotelSummaryListing__Images {
    width: 100%;
    position: relative;
    overflow: scroll;
    height: 120px; }
    .HotelSummaryListing .HotelSummaryListing__Images .MuiList-padding {
      padding: 0; }
    .HotelSummaryListing .HotelSummaryListing__Images .MuiListItemIcon-root {
      position: absolute;
      top: 10px;
      left: 10px; }
    .HotelSummaryListing .HotelSummaryListing__Images img {
      border-radius: 8px; }
    @media (max-width: 1000px) {
      .HotelSummaryListing .HotelSummaryListing__Images {
        box-sizing: border-box;
        padding-left: 16px; } }
  .HotelSummaryListing .HotelSummaryListing__Title {
    cursor: pointer; }
    .HotelSummaryListing .HotelSummaryListing__Title h3 {
      margin-bottom: 0; }
  .HotelSummaryListing .HotelSummaryListing__Buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto; }
    .HotelSummaryListing .HotelSummaryListing__Buttons button {
      width: 49%; }
  @media (min-width: 1000px) {
    .HotelSummaryListing {
      flex-direction: row; }
      .HotelSummaryListing img {
        height: 185px;
        width: 275px; }
      .HotelSummaryListing .HotelSummaryListing__Images {
        width: 275px !important;
        height: 185px;
        overflow: inherit; } }
  .HotelSummaryListing .HotelSummaryListing__Link {
    height: 100%;
    width: 100%;
    display: flex; }
    @media (max-width: 1000px) {
      .HotelSummaryListing .HotelSummaryListing__Link {
        flex-direction: column; } }
  .HotelSummaryListing .HotelSummaryListing__review-icon {
    vertical-align: inherit; }

.Counter--border {
  border: 1px solid #6971f6;
  border-radius: 5px;
  width: 100px; }
  .Counter--border .Counter__border {
    display: inline-block;
    height: 100%;
    width: 1px;
    border-left: 1px solid #6971f6;
    line-height: 36px; }
  .Counter--border .Counter__Box {
    min-width: 32px; }

.RoomList {
  border-top: 1px solid #e2e6ea;
  padding-bottom: 50px;
  margin-top: 20px; }
  .RoomList .RoomList__Room {
    padding-top: 20px; }
  .RoomList .RoomList__ImageAndViewDetails {
    display: flex; }
  .RoomList .RoomList__Action {
    display: flex;
    align-items: flex-end; }
  .RoomList .RoomList__Room__Divider {
    margin-top: 24px;
    height: 16px;
    background: #f7f7f7; }
    @media (min-width: 1000px) {
      .RoomList .RoomList__Room__Divider {
        margin-left: -25px;
        margin-right: -25px; } }
    @media (max-width: 1000px) {
      .RoomList .RoomList__Room__Divider {
        margin-left: -16px;
        margin-right: -16px; } }
  .RoomList .RoomList__Item:last-child .RoomList__Room__Divider {
    display: none;
    border: 1px solid red; }
  .RoomList .RoomList__OptionList__Container:last-child {
    margin-bottom: -25px; }
  .RoomList .RoomList__Image {
    width: 100%;
    height: 150px;
    object-fit: cover; }
  .RoomList .RoomList__RoomDetailsAndCount {
    padding-top: 10px; }
  .RoomList .RoomList__RoomName {
    padding-bottom: 4px; }
  .RoomList .RoomList__ShowRateButton {
    text-align: right; }
    .RoomList .RoomList__ShowRateButton button {
      text-transform: none;
      padding: 9px 20px; }
  .RoomList .RoomList__CancellationText {
    color: #3ca296; }
  .RoomList .RoomList__NonRefundableText {
    color: #c11739; }
  .RoomList .RoomList__CountAndPrice {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    background-color: #f7f7f7;
    justify-content: center; }
    .RoomList .RoomList__CountAndPrice .RoomList__CountLabel {
      padding: 8px 0;
      text-align: center; }
    .RoomList .RoomList__CountAndPrice .RoomList__Count {
      padding: 16px;
      text-align: center;
      line-height: 32px; }
      .RoomList .RoomList__CountAndPrice .RoomList__Count h6 {
        line-height: 40px; }
      .RoomList .RoomList__CountAndPrice .RoomList__Count .Counter__value {
        color: #3c3c3c; }
    .RoomList .RoomList__CountAndPrice .RoomList__CounterContainer {
      display: flex; }
    .RoomList .RoomList__CountAndPrice .RoomList__SelectNumberOfRooms {
      color: #3c3c3c;
      font-size: 14px; }
  .RoomList .RoomList__Price {
    flex: 1;
    padding-top: 20px; }
  .RoomList .RoomList__BuyItNow {
    color: #3c3c3c; }
  .RoomList .RoomList__PriceAmount {
    display: inline-block;
    padding-bottom: 2px; }
  .RoomList .RoomList__Mobile__AvgPrice {
    display: flex; }
  .RoomList .RoomList__ViewDetailsButton {
    padding: 0 0 15px 0; }
  @media (min-width: 1000px) {
    .RoomList {
      padding-bottom: 0; }
      .RoomList .RoomList__RoomDetailsAndCount {
        padding-top: 0;
        padding-left: 24px;
        height: 100%; }
      .RoomList .RoomList__Price {
        padding-top: 0; }
      .RoomList .RoomList__ViewDetailsButton {
        padding-bottom: 0px; } }

.RoomDetailsModal .RoomDetailsModal__carousel {
  margin-top: 10px; }
  .RoomDetailsModal .RoomDetailsModal__carousel button.slick-arrow:before {
    color: #e2e6ea; }
  .RoomDetailsModal .RoomDetailsModal__carousel .slick-slide {
    width: 700px; }
    .RoomDetailsModal .RoomDetailsModal__carousel .slick-slide img {
      margin: 0 auto; }

.RoomDetailsModal .RoomDetailsModal__section {
  padding: 20px 12px 0 12px; }

.RoomDetailsModal .RoomDetailsModal__amenity {
  margin-bottom: 10px; }
  .RoomDetailsModal .RoomDetailsModal__amenity div {
    width: 30px;
    display: inline-block; }
  .RoomDetailsModal .RoomDetailsModal__amenity svg {
    color: #708596; }
  .RoomDetailsModal .RoomDetailsModal__amenity.highlight {
    margin-right: 10px;
    display: flex;
    border-radius: 50px;
    padding: 3px 10px;
    background-color: #f7f7f7;
    border: 1px solid #e2e6ea; }
    .RoomDetailsModal .RoomDetailsModal__amenity.highlight svg {
      color: #6971f6; }

@media (min-width: 1000px) {
  .RoomDetailsModal .Modal .Modal__body__title {
    padding: 0 16px; }
  .RoomDetailsModal .Modal .Modal__body {
    padding: 16px 0px; }
  .RoomDetailsModal .RoomDetailsModal__section {
    padding: 20px 20px 0 20px; } }

.LoginSignUp .Tabs {
  padding: 8px; }

.LoginSignUp .LoginSignUp__Divider-container {
  display: flex;
  align-items: center; }

.LoginSignUp .LoginSignUp__Divider {
  flex: auto; }

.LoginSignUp .LoginSignUp__Divider-text {
  align-self: center;
  margin: 0 8px; }

.LoginSignUp .LoginSignUp__grid-container {
  overflow-y: auto; }

.LoginSignUp .LoginSignUp__Button-container {
  white-space: nowrap; }

.LoginSignUp .LoginSignUp__Link-button {
  margin-top: -4px;
  padding: 0 6px; }

.LoginSignUp .LoginSignUp__Button-icon {
  margin-right: 16px; }

.LoginSignUp .LoginSignUp__form-field-half-width {
  flex-grow: 0;
  max-width: calc(50% - 5px);
  flex-basis: calc(50% - 5px); }
  .LoginSignUp .LoginSignUp__form-field-half-width:first-of-type {
    margin-right: 5px; }
  .LoginSignUp .LoginSignUp__form-field-half-width:last-of-type {
    margin-left: 5px; }

@media (min-width: 1000px) {
  .LoginSignUp.Modal .Modal__body {
    padding: 24px;
    border: 2px solid #fff;
    width: 580px;
    border-radius: 4px; } }

.GuestSignUpModal {
  display: flex;
  justify-content: center; }
  .GuestSignUpModal .Modal__body {
    border-radius: 8px;
    max-width: 450px;
    padding: 24px; }
  .GuestSignUpModal .Modal__body__content {
    display: flex;
    justify-content: center;
    width: 100%; }
  .GuestSignUpModal__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    width: 100%; }
  .GuestSignUpModal__title {
    padding: 16px 0; }
  .GuestSignUpModal__Button-container button {
    border: 1px solid rgba(112, 133, 150, 0.3);
    padding: 7px 16px;
    margin: 4px 0;
    text-transform: none; }
  .GuestSignUpModal__form-field-half-width {
    flex-grow: 0;
    max-width: calc(50% - 5px);
    flex-basis: calc(50% - 5px); }
    .GuestSignUpModal__form-field-half-width:first-of-type {
      margin-right: 5px; }
    .GuestSignUpModal__form-field-half-width:last-of-type {
      margin-left: 5px; }
  .GuestSignUpModal__Button-text {
    text-transform: none; }
    .GuestSignUpModal__Button-text svg {
      margin-right: 12px; }
  .GuestSignUpModal__Separator-container {
    padding: 4px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    /* identical to box height, or 12px */
    letter-spacing: 0.1em;
    color: #708596;
    margin: 14px 0; }
  .GuestSignUpModal__Separator-line {
    width: 43%;
    opacity: 0.4;
    border-bottom: 1px solid #708596; }
  .GuestSignUpModal__Link-button {
    color: #6971f6; }
  .GuestSignUpModal__footer {
    margin-top: 22px; }
    .GuestSignUpModal__footer p {
      color: #708596; }
      .GuestSignUpModal__footer p a {
        color: #737dff;
        text-decoration: underline;
        cursor: pointer; }
  .GuestSignUpModal__links a {
    margin: 0 12px; }

.StepBar {
  background-color: #ffffff;
  z-index: 0; }
  .StepBar .StepBar__step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .StepBar .StepBar__step span.MuiTypography-body1 {
      color: #3c3c3c; }
    .StepBar .StepBar__step .StepBar__bar {
      position: absolute;
      background-color: #f1f0fe;
      height: 6px;
      width: 100%;
      left: 50%;
      top: 25%;
      z-index: 0; }
      .StepBar .StepBar__step .StepBar__bar.Active {
        background-color: #6971f6; }
    .StepBar .StepBar__step .ActionButton {
      z-index: 1; }
  @media (max-width: 1000px) {
    .StepBar .StepBar__step-name {
      padding: 0 16px;
      min-height: 50px;
      display: flex;
      align-items: center; }
    .StepBar .StepBar__step .StepBar__bar {
      top: 16px; } }

@media (max-width: 1000px) {
  .BookingSummary {
    padding: 16px 16px 0; } }

@media (min-width: 1000px) {
  .BookingSummary .BookingSummary__SelectedRoomList {
    max-height: 150px;
    overflow-y: auto; }
    .BookingSummary .BookingSummary__SelectedRoomList .MuiInputBase-root {
      line-height: 1.3em; }
  .BookingSummary ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .BookingSummary ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4); } }

.BookingSummary .BookingSummary__BlockItem:not(:last-child) {
  border-bottom: 1px solid #e2e6ea; }

.BookingSummary .BookingSummary__BlockItem {
  padding: 12px; }

.BookingSummary .BookingSummary__SelectedRoom,
.BookingSummary .BookingSummary__Block {
  border: 1px solid #e2e6ea;
  border-radius: 4px; }

.BookingSummary .BookingSummary__Block {
  margin-bottom: 16px; }

.BookingSummary .taxes_label {
  font-weight: 600; }

.BookingSummary__icon {
  position: absolute;
  top: 0;
  right: 15%; }

.BookingSummary .BookingSummary__SelectRoom,
.BookingSummary .BookingSummary__popoverInfo,
.BookingSummary .BookingSummary__editable input {
  cursor: pointer; }

.BookingSummary .BookingSummary__AverageReview {
  font-weight: bold; }

.BookingSummary .BookingSummary__Room {
  width: fit-content; }

.BookingSummary .BookingSummary__Discount {
  border-radius: 4px;
  height: 100%;
  align-items: center;
  background-color: #f1f0fe;
  display: flex;
  justify-content: center;
  position: relative; }
  .BookingSummary .BookingSummary__Discount h5 {
    color: #6971f6; }

.BookingSummary .BookingSummary__BlockSavings {
  padding: 16px 12px; }

.BookingGuestDetails .BookingGuestDetails__RequiredText {
  color: #c11739; }

@media (max-width: 1000px) {
  .BookingGuestDetails .BookingGuestDetails__RequiredTextWrapper {
    padding-top: 0px !important; } }

@media (min-width: 1000px) {
  .BookingGuestDetails .BookingGuestDetails__Heading {
    margin-bottom: 10px; }
  .BookingGuestDetails .BookingGuestDetails__RequiredText {
    text-align: right; } }

.FindAddress .FindAddress__results {
  -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.1);
  border-right: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  overflow-y: scroll; }

.FindAddress .FindAddress__address-result {
  cursor: pointer; }
  .FindAddress .FindAddress__address-result:hover {
    background-color: #f7f7f7; }

.FindAddress .MuiTypography-button {
  text-transform: none; }

.BookingPaymentDetails {
  display: none; }
  .BookingPaymentDetails .StripeElementWrapper .StripeElementWrapper__label {
    padding-bottom: 8px; }
  .BookingPaymentDetails .StripeElementWrapper .StripeElementWrapper__input {
    border-color: #e2e6ea; }
  .BookingPaymentDetails .StripeElementWrapper .StripeElementWrapper__focus {
    border: 1px solid #6971f6;
    background: #f1f0fe;
    color: #6971f6; }
  .BookingPaymentDetails .StripeElementWrapper .StripeElementWrapper__error {
    border: 1px solid #c11739;
    background-color: rgba(193, 23, 57, 0.031);
    color: #c11739; }
  .BookingPaymentDetails .BookingPaymentDetails__input input::placeholder {
    opacity: 1; }
  .BookingPaymentDetails .BookingPaymentDetails__halfwidth .StripeElementWrapper:first-child {
    margin-right: 8px;
    flex-grow: 1; }
  .BookingPaymentDetails .BookingPaymentDetails__halfwidth .StripeElementWrapper:last-child {
    margin-left: 8px;
    flex-grow: 1; }

.BookingComplete {
  text-align: center;
  width: 430px; }
  @media (max-width: 1000px) {
    .BookingComplete {
      height: calc(100vh - 126px);
      width: 100%; }
      .BookingComplete .MuiPaper-root {
        height: calc(100% - 54px); } }
  @media (min-width: 1000px) {
    .BookingComplete {
      margin: calc(50vh - 425.5px) auto 0; } }

.BackActionButton svg {
  font-size: 16px !important; }

.Tabs {
  cursor: pointer; }

.Tabs {
  width: 100%; }
  .Tabs .Tabs__Tab {
    flex: 1; }
    .Tabs .Tabs__Tab:first-of-type .Tabs__Tab-button {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
      .Tabs .Tabs__Tab:first-of-type .Tabs__Tab-button:not(.Tabs__Tab-button--selected):not(:hover) {
        border-left-color: #f7f7f7; }
    .Tabs .Tabs__Tab:last-of-type .Tabs__Tab-button {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .Tabs .Tabs__Tab-button {
    flex: 1;
    border-radius: 0;
    background-color: #ffffff;
    border-color: #f7f7f7;
    border-left-color: transparent; }
    .Tabs .Tabs__Tab-button:hover {
      z-index: 1; }
    .Tabs .Tabs__Tab-button.Tabs__Tab-button--selected {
      background-color: #f1f0fe;
      border-color: #6971f6;
      z-index: 1; }
    .Tabs .Tabs__Tab-button .MuiTypography-root {
      color: #3c3c3c; }
  .Tabs .Tabs__Tab-button-large {
    padding: 17px 0; }
  .Tabs .Tabs__Tab-button-small {
    padding: 9px 0; }

@media (max-width: 1000px) {
  .Tabs__Tab button {
    min-height: 94px; } }

.AccountDetails {
  padding-bottom: 100px; }

.AccountDetails__form-field {
  margin-bottom: 32px; }
  .AccountDetails__form-field:last-of-type {
    margin-bottom: 0; }
  .AccountDetails__form-field .MuiButton-text {
    text-transform: none;
    padding: 0;
    justify-content: flex-end; }
  .AccountDetails__form-field .MuiTypography-button {
    text-transform: none; }

.AccountDetails__form-field-half-width {
  flex-grow: 0;
  max-width: calc(50% - 5px);
  flex-basis: calc(50% - 5px); }
  .AccountDetails__form-field-half-width:first-of-type {
    margin-right: 5px; }
  .AccountDetails__form-field-half-width:last-of-type {
    margin-left: 5px; }

.AccountDetails__form-field-top-row {
  margin-bottom: 8px; }

.AccountDetails__form-field-label {
  flex: 1; }

.AccountDetails__form-field-value > * {
  margin-bottom: 5px; }

.AccountDetails__form-field-value :last-child {
  margin-bottom: 0; }

.TwoPanel__Container {
  margin-top: 12px !important; }

.TwoPanel__Left {
  padding: 12px 12px 8px 8px !important; }
  .TwoPanel__Left__Paper_No_Background {
    background-color: transparent !important;
    padding: 0px; }

.TwoPanel__Right {
  padding: 12px 8px 8px 12px !important; }

.TwoPanel__RightMobile {
  position: relative;
  display: contents; }
  .TwoPanel__RightMobile .TwoPanel__RightContent {
    overflow-y: scroll;
    padding: 24px;
    margin-bottom: 40px; }
  .TwoPanel__RightMobile .TwoPanel__RightAction {
    height: 45px;
    width: calc(100vw - 32px);
    padding: 0 16px 8px 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1201; }
  .TwoPanel__RightMobile .TwoPanel__RightDraw--open .MuiDrawer-paper {
    height: calc(100vh - 113px);
    overflow-y: visible; }
  .TwoPanel__RightMobile .TwoPanel__RightDraw--closed .MuiDrawer-paper {
    height: 64px;
    overflow-y: visible; }
  .TwoPanel__RightMobile .MuiAppBar-positionFixed {
    top: auto;
    bottom: 0; }
  .TwoPanel__RightMobile .TwoPanel__DrawHandle {
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 1203;
    transition: top 1s;
    transition-timing-function: ease; }
  .TwoPanel__RightMobile .MuiDrawer-paper {
    padding-top: 5px;
    transition: height 1s;
    transition-timing-function: ease; }

.TwoPanel__RightAction .MuiButtonBase-root {
  width: 100%; }

@media (max-width: 1000px) {
  .TwoPanel {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important; }
    .TwoPanel__Container.MuiGrid-container {
      margin-top: 0;
      width: 100%;
      margin: 0; }
    .TwoPanel__Left {
      padding: 0 !important; } }


.Panel {
  border-radius: 5px; }
  .Panel.Panel-outlined {
    border: solid 1px #e2e6ea; }
  .Panel.Panel-contained {
    background-color: #f7f7f7; }

.ActionPanel img {
  height: 150px; }

.ActionPanel .ActionPanel__Action__Label {
  text-transform: uppercase; }

.ActionPanel .ActionPanel__Action {
  width: 100%; }
  .ActionPanel .ActionPanel__Action.ActionPanel__Action__Divider {
    bottom: 0;
    position: fixed;
    border-top: 1px solid #e2e6ea;
    padding: 18px;
    box-sizing: border-box; }

.CircledIcon {
  background-color: #f1f0fe;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .CircledIcon svg {
    font-size: 25px; }

.MakeOfferInput .Input .Input__Input input {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: right; }

.MakeOfferInput .Mui-focused .MakeOfferInput__triangle {
  border-color: #6971f6; }

.MakeOfferInput .Mui-focused .MuiInputBase-input {
  color: #3c3c3c; }

.MakeOfferInput__triangle {
  height: 34px;
  width: 34px;
  background-color: #f1f0fe;
  border: solid 1px #e2e6ea;
  position: absolute;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(45deg);
  border-radius: 0 0 0 10px;
  z-index: 1;
  left: -15px; }

.MakeOfferInput__price {
  height: 45px;
  background-color: #f7f7f7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .MakeOfferInput__price p {
    font-size: 16px; }

.MakeOfferInput__adornment {
  clip-path: url("../../../img/rounded-arrow.svg");
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 100%;
  align-items: center;
  background-color: #f1f0fe;
  display: flex;
  justify-content: center;
  position: relative; }
  .MakeOfferInput__adornment h3 {
    color: #6971f6; }

.MakeOfferInput__discount-box {
  border-radius: 4px;
  background-color: #f1f0fe; }
  .MakeOfferInput__discount-box h4 {
    color: #6971f6; }

.MakeOfferInput__input p {
  font-size: 16px; }

.MakeOfferInput__input {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .MakeOfferInput__input input::-webkit-outer-spin-button,
  .MakeOfferInput__input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .MakeOfferInput__input input[type=number] {
    -moz-appearance: textfield; }

.OfferGuide {
  background-color: #f7f7f7;
  border-radius: 4px; }
  .OfferGuide__progress {
    height: 8px;
    background-color: #e2e7ea; }
  .OfferGuide__indicator {
    height: 100%;
    background-color: #f0ae3e;
    transition: width 0.5s ease-in-out 0.2s; }
    .OfferGuide__indicator.not {
      background: #c11739; }
    .OfferGuide__indicator.quite {
      background: #ef7869; }
    .OfferGuide__indicator.decent {
      background: #6971f6; }
    .OfferGuide__indicator.solid {
      background: #3ca296; }
  .OfferGuide__indicator, .OfferGuide__progress {
    border-radius: 15px; }

.OfferGuidePopper .OfferGuide {
  max-width: 260px; }

.OfferGuidePopper .OfferGuidePopper__icon {
  position: absolute;
  right: 8px;
  top: 8px; }

.MakeOffer .MakeOffer__Content {
  width: 100%; }

.MakeOffer img {
  display: block;
  margin: 0 auto; }

@media (min-width: 1000px) {
  .MakeOffer {
    padding: 10px; } }

@media (max-width: 1000px) {
  .MakeOffer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }

.StatusLabel.StatusLabel__success {
  color: #3ca296;
  background: #e2f1ef; }

.StatusLabel.StatusLabel__error {
  color: #c11739;
  background: #f6dce1; }

.TopInfoPanel {
  background-color: #f1f0fe;
  color: #6971f6;
  z-index: 99;
  position: relative; }
  .TopInfoPanel .TopInfoPanel__dismiss {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -21px; }
  .TopInfoPanel .TopInfoPanel__text a {
    text-decoration: underline; }
    .TopInfoPanel .TopInfoPanel__text a:not(.error) {
      color: #6971f6; }
  .TopInfoPanel.sticky {
    position: fixed;
    width: 100%;
    top: 0; }
  .TopInfoPanel.error {
    background-color: #f6dce1;
    color: #c11739; }
  @media (max-width: 1000px) {
    .TopInfoPanel .TopInfoPanel__dismiss {
      right: 0; }
    .TopInfoPanel .TopInfoPanel__text {
      max-width: 300px; } }

.Modal__MakeOffer .Modal__body__content {
  margin-top: 0; }

@media (min-width: 1000px) {
  .Modal__MakeOffer .Modal__body {
    max-width: 500px; } }

.HowItWorks .HowItWorks__Sign {
  background-color: #6971f6;
  color: #ffffff;
  clip-path: url(https://justhooit.com/_next/static/css/053a24b0295c1d1a824b760d6b55a87b8c6887bc_CSS.b5e4b8c0.chunk.css#signClip); }

.HowItWorks .HowItWorks__RoundedColumn--dashed-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 2px dashed #6971f6;
  border-left: 2px dashed #6971f6;
  border-right: 2px dashed #6971f6; }

.HowItWorks .HowItWorks__RoundedColumn--dashed-middle {
  border-left: 2px dashed #6971f6;
  border-right: 2px dashed #6971f6; }

.HowItWorks .HowItWorks__RoundedColumn--dashed-bottom {
  border-left: 2px dashed #6971f6;
  border-right: 2px dashed #6971f6;
  border-bottom: 2px dashed #6971f6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.HowItWorks .HowItWorks__PrimaryTop {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #6971f6;
  color: #ffffff; }

.HowItWorks .HowItWorks__PrimaryLightBody {
  background-color: #f1f0fe; }
  .HowItWorks .HowItWorks__PrimaryLightBody--last {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.Accordion .Accordion__header {
  cursor: pointer; }

.Accordion .Accordion__content {
  display: none; }

.Accordion .Accordion__content-open {
  display: block; }

.Accordion .Accordion__element {
  border-bottom: 1px solid #e2e6ea; }


.Pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 16px;
  align-items: center; }
  .Pagination p {
    display: inline-block;
    margin: 0 10px; }
  .Pagination .MuiChip-root {
    margin: 0 2px; }
  .Pagination .Pagination__page-button {
    margin-left: 4px;
    margin-right: 4px; }

.Pagination__direction-button.Pagination__direction-button-left svg {
  margin-right: 5px; }

.Pagination__direction-button.Pagination__direction-button-right svg {
  margin-left: 5px; }

.Pagination__direction-button .MuiTypography-root {
  display: flex;
  align-items: center; }

.Pagination__direction-button svg {
  font-size: 20px;
  margin-bottom: -2px; }

.Footer__list, .Footer__socialList {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.Footer {
  background-color: #1a1c3e;
  padding: 48px 0;
  color: #ffffff;
  width: 100%; }
  @media (max-width: 1000px) {
    .Footer {
      padding: 24px 0; } }
  .Footer__content {
    position: relative; }
    @media (max-width: 1000px) {
      .Footer__content {
        flex-direction: column; } }
  .Footer__logo {
    width: 62px; }
  @media (min-width: 1000px) {
    .Footer__logoContainer {
      height: 100px;
      border-right: solid 1px #ffffff; } }
  @media (max-width: 1000px) {
    .Footer__logoContainer {
      margin-bottom: 24px; } }
  @media (max-width: 1000px) {
    .Footer__list {
      padding-bottom: 24px; } }
  .Footer__list li {
    padding-bottom: 12px; }
    .Footer__list li a {
      color: #ffffff; }
  @media (min-width: 1000px) {
    .Footer__social {
      position: absolute;
      right: 0; } }
  @media (max-width: 1000px) {
    .Footer__social {
      margin: auto auto 48px auto; } }
  .Footer__socialList {
    display: flex;
    padding-top: 12px; }
    @media (min-width: 1000px) {
      .Footer__socialList {
        justify-content: flex-end; } }
    @media (max-width: 1000px) {
      .Footer__socialList {
        justify-content: center; } }
    .Footer__socialList li {
      margin-left: 8px; }
      .Footer__socialList li:first-child {
        margin-left: 0; }