.trem-reservation{
    width: 100%;
    height: auto;
    margin: auto;
    display: grid;
    grid-template: auto / auto;
    justify-content: center;
    --button-color: #c0ffee;
    --button-active-and-icons-color: #1e1914;
    transition: height 0.5s;
  }

    @media all and (max-width: 1000px) {
      .trem-reservation{
        grid-template: minmax(100px, 800px) / auto;
      }
      input[type="date"],
      input[type="datetime"],
      input[type="datetime-local"],
      input[type="email"],
      input[type="month"],
      input[type="number"],
      input[type="tel"],
      input[type="text"],
      input[type="time"],
      select:focus,
      textarea {
          font-size: 16px;
      }
    }

    .trem-reservation input, .trem-reservation .input{
      height: unset;
      margin: 0 auto !important;
    }

    .trem-reservation .trem-icon{
        /* color: var(--button-active-and-icons-color); */
    }

    .trem-reservation input, 
    .trem-reservation select, 
    .trem-reservation textarea, 
    .trem-reservation a{
        font-family:inherit;
    }
  
  
    .trem-reservation .hint{
      height: auto;

      margin: 0 auto;
  
      display: flex;
      flex-flow: column;
      justify-content: center;
  
      text-align: center;
    }
  
  
    .trem-reservation .c0ffee-button{
       width: auto;
       height: auto;
  
       margin: auto;
  
       padding: 3px 25px;
  
       border: 1px solid transparent;
       border-radius: 3px;
  
       cursor: pointer;
       text-decoration: none;
  
       text-transform: lowercase;
  
       color: var(--button-active-and-icons-color);
  
       background: var(--button-color);

       box-shadow: none;
     }
         .trem-reservation .c0ffee-button:hover{
           color: #fff;
           background: var(--button-active-and-icons-color);
         }
    
    .trem-reservation .reservation1{
      height: fit-content;
      display: flex;
    }
    .trem-reservation .reservation1 .envelope, .trem-reservation .reservation2 .envelope{
      width: 100%;
      height: auto;
  
      margin: auto;
  
      display: flex;
      flex-flow: column;
  
      text-align: center;
    }

       .trem-reservation .reservation1 .envelope h3, .trem-reservation .reservation2 .envelope h3 ,.trem-reservation .reservation3 .envelope h3{
         margin: 0 !important;
       }
  
       .trem-reservation .reservation1 .envelope .people-form{
         width: 100%;
         height: auto;
         margin: 10px auto;
         display: grid;
         grid-template: auto / 250px;
         justify-content: center;
         justify-items: center;
       }
  
           .trem-reservation .reservation1 .envelope .people-form .form-element{
             width: 250px;
             height: 100%;
  
             position: relative;
  
             display: flex;
             align-items: center;
             justify-content: flex-end;

             padding: 0 !important;
             margin: 0 !important;
           }
               .trem-reservation .reservation1 .envelope .people-form  input{
                 width: 250px;
                 height: 30px;
  
                 position: relative;
  
                 padding: 0 30px 0 5px;
  
                 display: flex;
                 align-items: center;
                 justify-content: flex-end;
               }
  
               .trem-reservation .reservation1 .envelope .people-form .form-element span{
                 height: inherit;
  
                 position: absolute;
                 right: 5px;

                 display: flex;
                 align-items: center;
  
                 margin:auto;
  
                 pointer-events: none;
               }

               .trem-reservation .reservation1 .envelope .people-form .VueCarousel{
                 width: 200px;
                 height: 100%;
                 min-height: 60px !important;
                 display: flex;
                 justify-content: center;
                 align-items: center;
               }

                    .trem-reservation .reservation1 .envelope .people-form .VueCarousel div{
                        cursor: pointer;
                        -webkit-touch-callout: none;
                        -webkit-user-select: none;
                        -khtml-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                    }

                        .trem-reservation .reservation1 .envelope .people-form .VueCarousel div div div {
                            display: flex;
                            justify-content: center;
                        }

               .trem-reservation .reservation1 .envelope .people-form .VueCarousel-navigation-button{
                 border: none;
                 outline: none;
                 background: unset;
                 box-shadow: none;
               }

               .trem-reservation .reservation1 .envelope .people-form .VueCarousel-navigation--disabled {
                 opacity: 0;
               }

               .trem-reservation .reservation1 .envelope .people-form .carusel-active-item{
                    text-shadow: 2px 0 0 var(--button-color),
                    -2px 0 0 var(--button-color),
                    0 2px 0 var(--button-color),
                    0 -2px 0 var(--button-color),
                    1px 1px var(--button-color),
                    -1px -1px 0 var(--button-color),
                    1px -1px 0 var(--button-color),
                    -1px 1px 0 var(--button-color);
               }
  
           .trem-reservation .reservation1 .envelope .people-form span{
             height: auto;
  
             justify-self: start;
           }
  
           .trem-reservation .reservation1 .envelope .people-form label{
             height: auto;
  
             justify-self: start;
  
             margin-top: 15px;
           }
  
           .trem-reservation .reservation1 .envelope .people-form canvas{
             width: auto;
             height: auto;
  
             display: flex;
  
             margin: 15px auto;
           }

           @media all and (max-width: 1000px) {
             .trem-reservation .reservation1 .envelope .people-form canvas {
               border: 1px solid var(--button-color);
             }
           }


  
           .trem-reservation .reservation1 .envelope .people-form .c0ffee-button{
             margin: 30px auto auto auto;
           }
  
  
      .trem-reservation .reservation2 .envelope .info-form{
        width: auto;
        height: auto;
        margin: 20px auto;
        display: grid;
        grid-template: auto / 250px;
        grid-gap: 25px;
        justify-content: center;
        justify-items: center;
      }
  
          .trem-reservation .reservation2 .envelope .info-form .form-element{
            width: auto;
            height: fit-content;
            margin: auto;
            display: grid;
            grid-template: auto / 80px 160px;
            justify-content: center;
            justify-items: center;
            align-items: start;
          }
              .trem-reservation .reservation2 .envelope .info-form .form-element h4,
              .trem-reservation .reservation2 .envelope .info-form .form-element p{
                margin-top: 0;
                padding-top: 0;
                margin-bottom: 0;
                padding-bottom: 0;
              }

              .trem-reservation .reservation2 .envelope .info-form .cafe{
                min-height: 50px;
              }
  
              .trem-reservation .reservation2 .envelope .info-form .form-element.guests span {
                width: 100%;
                height: auto;
  
                margin: 0 auto;
  
                display: flex;
                justify-content: center;
                align-items: flex-start;
              }
  
              .trem-reservation .reservation2 .envelope .info-form .form-element span input{
                max-width: 30px;
                height: unset !important;
                padding: 0 !important;
                margin: 0 !important;
                align-self: stretch;
              }
  
              .trem-reservation .reservation2 .envelope .info-form .c0ffee-button{
                background: #eee;
              }
  
                  .trem-reservation .reservation2 .envelope .info-form .c0ffee-button:hover{
                    color: #fff;
                    background: var(--button-active-and-icons-color);
                  }
          
           .trem-reservation .reservation2 .envelope .input-form{
             width: auto;
             height: auto;
  
             margin: auto;
             
             display: grid;
             grid-template: auto / 250px;
             grid-gap: 10px;
             justify-content: center;
             justify-items: center;
            
  
  
           }

				.trem-reservation .reservation2 .envelope{
					display: block;
				}
  
               .trem-reservation .reservation2 .envelope .input-form .input-element{
                 width: 250px;
                 height: 100%;
  
                 position: relative;
  
                 display: flex;
                 align-items: center;
                 justify-content: center;
               }
  
                   .trem-reservation .reservation2 .envelope .input-form .input-element textarea{
                     width: 250px;
                     min-height: 80px;
  
                     padding: 0 21px 0 5px;
                   }

                   .trem-reservation .reservation2 .envelope .input-form .input-element input{
                     width: 250px;
                     height: 30px;
                     padding: 0 21px 0 5px;
                   }


  
                   .trem-reservation .reservation2 .envelope .input-form .input-element span{
                     height: inherit;
  
                     position: absolute;
                     right: 5px;
  
                     margin:auto;
  
                     pointer-events: none;

                     display: flex;
                     align-items: center; 
                   }
  
                   .trem-reservation .reservation2 .envelope .input-form .input-element.message span{
                     height: inherit;
  
                     align-self: start;
  
                     position: absolute;
                     right: 5px;
  
                     margin:5px auto auto auto;
  
                     pointer-events: none;

                     display: flex;
                     align-items: flex-start;
                   }
  
      .trem-reservation .reservation3{
        height: 100%;
        width: 250px;
  
        margin: 0;
  
        display: flex;
		flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
      }
  
          .trem-reservation .reservation3 .confirmation{
            height: auto;
            width: auto;

            margin: auto;

            display: flex;
            flex-direction: column;
			flex-wrap: nowrap;

            justify-content: center;
            align-items: center;

            text-align: center;
          }  

              .trem-reservation .reservation3 .confirmation span{
                font-size: 30px;
              }                   
  

    .trem-reservation .fade-enter-active,
    .trem-reservation .fade-leave-active
    {
        transition: opacity .5s;
    }.trem-reservation .fade-enter,
    .trem-reservation .fade-leave-to
    {
        opacity: 0;
    }

    .toast-container{
        position:fixed !important;
        top: 50% !important;
        font-family: inherit;
    }
        .toast-container .toast{
        text-align: center;
        border-radius: 5px;
        background-color: rgba(30,25,20,0.7) !important; 
        font-size: 24px;
        }
            .toast-container .toast::before{
                margin:auto 0.5em;
                content: "💡";
            }
  
  
  
  .flatpickr-calendar
  {
      font-size: 14px;
      line-height: 24px;
  
      position: absolute;
  
      visibility: hidden;
      overflow: hidden;
  
      box-sizing: border-box;
      width: 307.875px;
      max-height: 0;
      padding: 0;
  
      -webkit-animation: none;
              animation: none;
      text-align: center;
  
      opacity: 0;
      border: 0;
      border-radius: 5px;
      background: transparent;
      background: #fff;
      box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);;
  
      direction: ltr;
      -ms-touch-action: manipulation;
          touch-action: manipulation;
  }.flatpickr-calendar.inline,
  .flatpickr-calendar.open
  {
      visibility: visible;
      overflow: visible;
  
      max-height: 640px;;
  
      opacity: 1;
  }
  
  @media (max-width:325px)
  {
      .flatpickr-calendar.open
      {
          left: 5px !important;
      }
  
  }
  
  .flatpickr-calendar.open
  {
      z-index: 99999;;
  
      display: inline-block;
  }.flatpickr-calendar.animate.open
  {
      -webkit-animation: fpFadeInDown .3s cubic-bezier(.23,1,.32,1);
              animation: fpFadeInDown .3s cubic-bezier(.23,1,.32,1);
  }.flatpickr-calendar.inline
  {
      position: relative;
      top: 2px;;
  
      display: block;
  }.flatpickr-calendar.static
  {
      position: absolute;
      top: calc(100% + 2px);
  }.flatpickr-calendar.static.open
  {
      z-index: 999;
  
      display: block;
  }.flatpickr-calendar.hasWeeks
  {
      width: auto;
  }.flatpickr-calendar .hasTime .dayContainer,
  .flatpickr-calendar .hasWeeks .dayContainer
  {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }.flatpickr-calendar .hasWeeks .dayContainer
  {
      border-left: 0;
  }.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time
  {
      height: 40px;
  
      border-top: 1px solid #e6e6e6;
  }.flatpickr-calendar.noCalendar.hasTime .flatpickr-time
  {
      height: auto;
  }.flatpickr-calendar:after,
  .flatpickr-calendar:before
  {
      position: absolute;
      left: 22px;;
  
      display: block;
  
      width: 0;
      height: 0;
  
      content: '';
      pointer-events: none;
  
      border: solid transparent;
  }.flatpickr-calendar.rightMost:after,
  .flatpickr-calendar.rightMost:before
  {
      right: 22px;;
      left: auto;
  }.flatpickr-calendar:before
  {
      margin: 0 -5px;;
  
      border-width: 5px;
  }.flatpickr-calendar:after
  {
      margin: 0 -4px;;
  
      border-width: 4px;
  }.flatpickr-calendar.arrowTop:after,
  .flatpickr-calendar.arrowTop:before
  {
      bottom: 100%;
  }.flatpickr-calendar.arrowTop:before
  {
      border-bottom-color: #e6e6e6;
  }.flatpickr-calendar.arrowTop:after
  {
      border-bottom-color: #fff;
  }.flatpickr-calendar.arrowBottom:after,
  .flatpickr-calendar.arrowBottom:before
  {
      top: 100%;
  }.flatpickr-calendar.arrowBottom:before
  {
      border-top-color: #e6e6e6;
  }.flatpickr-calendar.arrowBottom:after
  {
      border-top-color: #fff;
  }.flatpickr-calendar:focus
  {
      outline: 0;
  }.flatpickr-wrapper
  {
      position: relative;
  
      display: inline-block;
  }.flatpickr-month
  {
      line-height: 1;
  
      position: relative;
  
      overflow: hidden;;
  
      height: 48px;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-align: center;
  
      color: rgba(0,0,0,.9);
      background: transparent;
  
      fill: rgba(0,0,0,.9);
  }.flatpickr-next-month,
  .flatpickr-prev-month
  {
      line-height: 16px;
  
      position: absolute;
      z-index: 3;;
      top: 0;
  
      height: 28px;
      padding: 10px calc(3.57% - 1.5px);
  
      cursor: pointer;
      text-decoration: none;
  }.flatpickr-next-month i,
  .flatpickr-prev-month i
  {
      position: relative;
  }.flatpickr-next-month.flatpickr-prev-month,
  .flatpickr-prev-month.flatpickr-prev-month
  {
      left: 0;
  }.flatpickr-next-month.flatpickr-next-month,
  .flatpickr-prev-month.flatpickr-next-month
  {
      right: 0;
  }.flatpickr-next-month:hover,
  .flatpickr-prev-month:hover
  {
      color: #959ea9;
  }.flatpickr-next-month:hover svg,
  .flatpickr-prev-month:hover svg
  {
      fill: #f64747;
  }.flatpickr-next-month svg,
  .flatpickr-prev-month svg
  {
      width: 14px;
  }.flatpickr-next-month svg path,
  .flatpickr-prev-month svg path
  {
      transition: fill .1s;
  
      fill: inherit;
  }.numInputWrapper
  {
      position: relative;
  
      height: auto;
  }.numInputWrapper input,
  .numInputWrapper span
  {
      display: inline-block;
  }.numInputWrapper input
  {
      width: 100%;
  }.numInputWrapper span
  {
      line-height: 50%;
  
      position: absolute;
      right: 0;
  
      box-sizing: border-box;;
      width: 14px;
      height: 50%;
      padding: 0 4px 0 2px;
  
      cursor: pointer;
  
      opacity: 0;
      border: 1px solid rgba(57,57,57,.05);
  }.numInputWrapper span:hover
  {
      background: rgba(0,0,0,.1);
  }.numInputWrapper span:active
  {
      background: rgba(0,0,0,.2);
  }.numInputWrapper span:after
  {
      position: absolute;
      top: 33%;;
  
      display: block;
  
      content: '';
  }.numInputWrapper span.arrowUp
  {
      top: 0;
  
      border-bottom: 0;
  }.numInputWrapper span.arrowUp:after
  {
      border-right: 4px solid transparent;
      border-bottom: 4px solid rgba(57,57,57,.6);;
      border-left: 4px solid transparent;
  }.numInputWrapper span.arrowDown
  {
      top: 50%;
  }.numInputWrapper span.arrowDown:after
  {
      border-top: 4px solid rgba(57,57,57,.6);;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
  }.numInputWrapper span svg
  {
      width: inherit;
      height: auto;
  }.numInputWrapper span svg path
  {
      fill: rgba(0,0,0,.5);
  }.numInputWrapper:hover
  {
      background: rgba(0,0,0,.05);
  }.numInputWrapper:hover span
  {
      opacity: 1;
  }.flatpickr-current-month
  {
      font-size: 135%;
      font-weight: 300;
      line-height: inherit;
      line-height: 1;
  
      position: absolute;
      left: 12.5%;
  
      display: inline-block;
  
      width: 75%;
      height: 28px;
      padding: 6.16px 0 0;
  
      -webkit-transform: translateZ(0);
              transform: translateZ(0);;
      text-align: center;
  
      color: inherit;
  }.flatpickr-current-month.slideLeft
  {
      -webkit-transform: translate3d(-100%,0,0);
              transform: translate3d(-100%,0,0);
      -webkit-animation: fpFadeOut .4s ease,fpSlideLeft .4s cubic-bezier(.23,1,.32,1);
              animation: fpFadeOut .4s ease,fpSlideLeft .4s cubic-bezier(.23,1,.32,1);
  }.flatpickr-current-month.slideLeftNew
  {
      -webkit-transform: translate3d(100%,0,0);
              transform: translate3d(100%,0,0);
      -webkit-animation: fpFadeIn .4s ease,fpSlideLeftNew .4s cubic-bezier(.23,1,.32,1);
              animation: fpFadeIn .4s ease,fpSlideLeftNew .4s cubic-bezier(.23,1,.32,1);
  }.flatpickr-current-month.slideRight
  {
      -webkit-transform: translate3d(100%,0,0);
              transform: translate3d(100%,0,0);
      -webkit-animation: fpFadeOut .4s ease,fpSlideRight .4s cubic-bezier(.23,1,.32,1);
              animation: fpFadeOut .4s ease,fpSlideRight .4s cubic-bezier(.23,1,.32,1);
  }.flatpickr-current-month.slideRightNew
  {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-animation: fpFadeIn .4s ease,fpSlideRightNew .4s cubic-bezier(.23,1,.32,1);
              animation: fpFadeIn .4s ease,fpSlideRightNew .4s cubic-bezier(.23,1,.32,1);
  }.flatpickr-current-month span.cur-month
  {
      font-family: inherit;
      font-weight: 700;
  
      display: inline-block;
  
      margin-left: .5ch;
      padding: 0;;
  
      color: inherit;
  }.flatpickr-current-month span.cur-month:hover
  {
      background: rgba(0,0,0,.05);
  }.flatpickr-current-month .numInputWrapper
  {
      display: inline-block;;
  
      width: 6ch;
      width: 7ch\0;
  }.flatpickr-current-month .numInputWrapper span.arrowUp:after
  {
      border-bottom-color: rgba(0,0,0,.9);
  }.flatpickr-current-month .numInputWrapper span.arrowDown:after
  {
      border-top-color: rgba(0,0,0,.9);
  }.flatpickr-current-month input.cur-year
  {
      font-family: inherit;
      font-size: inherit;
      font-weight: 300;
      line-height: inherit;
  
      display: inline-block;
  
      box-sizing: border-box;
      height: auto;
      margin: 0;
      padding: 0 0 0 .5ch;
  
      cursor: default;
      vertical-align: initial;;
  
      color: inherit;
      border: 0;
      border-radius: 0;
      background: transparent;
  }.flatpickr-current-month input.cur-year:focus
  {
      outline: 0;
  }.flatpickr-current-month input.cur-year[disabled],
  .flatpickr-current-month input.cur-year[disabled]:hover
  {
      font-size: 100%;
  
      pointer-events: none;;
  
      color: rgba(0,0,0,.5);
      background: transparent;
  }.flatpickr-weekdays
  {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
  
      width: 100%;
      height: 28px;;
  
      text-align: center;
  
      background: transparent;
  
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }span.flatpickr-weekday
  {
      font-size: 90%;
      font-weight: bolder;;
      line-height: 1;
  
      display: block;
  
      margin: 0;
  
      cursor: default;
      text-align: center;
  
      color: rgba(0,0,0,.54);
      background: transparent;
  
      -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  }.dayContainer,
  .flatpickr-weeks
  {
      padding: 1px 0 0;
  }.flatpickr-days
  {
      position: relative;
  
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
  
      width: 307.875px;
  }.flatpickr-days:focus
  {
      outline: 0;
  }.dayContainer
  {
      display: inline-block;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
  
      box-sizing: border-box;
      width: 307.875px;
      min-width: 307.875px;
      max-width: 307.875px;
      padding: 0;
  
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      text-align: left;
  
      opacity: 1;;
      outline: 0;
  
          flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-around;
  }.flatpickr-calendar.animate .dayContainer.slideLeft
  {
      -webkit-animation: fpFadeOut .4s cubic-bezier(.23,1,.32,1),fpSlideLeft .4s cubic-bezier(.23,1,.32,1);
              animation: fpFadeOut .4s cubic-bezier(.23,1,.32,1),fpSlideLeft .4s cubic-bezier(.23,1,.32,1);
  }.flatpickr-calendar.animate .dayContainer.slideLeft,
  .flatpickr-calendar.animate .dayContainer.slideLeftNew
  {
      -webkit-transform: translate3d(-100%,0,0);
              transform: translate3d(-100%,0,0);
  }.flatpickr-calendar.animate .dayContainer.slideLeftNew
  {
      -webkit-animation: fpFadeIn .4s cubic-bezier(.23,1,.32,1),fpSlideLeft .4s cubic-bezier(.23,1,.32,1);
              animation: fpFadeIn .4s cubic-bezier(.23,1,.32,1),fpSlideLeft .4s cubic-bezier(.23,1,.32,1);
  }.flatpickr-calendar.animate .dayContainer.slideRight
  {
      -webkit-transform: translate3d(100%,0,0);
              transform: translate3d(100%,0,0);;
      -webkit-animation: fpFadeOut .4s cubic-bezier(.23,1,.32,1),fpSlideRight .4s cubic-bezier(.23,1,.32,1);
              animation: fpFadeOut .4s cubic-bezier(.23,1,.32,1),fpSlideRight .4s cubic-bezier(.23,1,.32,1);
  }.flatpickr-calendar.animate .dayContainer.slideRightNew
  {
      -webkit-animation: fpFadeIn .4s cubic-bezier(.23,1,.32,1),fpSlideRightNew .4s cubic-bezier(.23,1,.32,1);
              animation: fpFadeIn .4s cubic-bezier(.23,1,.32,1),fpSlideRightNew .4s cubic-bezier(.23,1,.32,1);
  }.flatpickr-day
  {
      font-weight: 400;
      line-height: 39px;
  
      position: relative;
  
      display: inline-block;
  
      box-sizing: border-box;
      width: 14.2857143%;
      max-width: 39px;
      height: 39px;
      margin: 0;
  
      cursor: pointer;
      text-align: center;;
  
      color: #393939;
      border: 1px solid transparent;
      border-radius: 150px;
      background: none;
  
      -ms-flex-preferred-size: 14.2857143%;
      flex-basis: 14.2857143%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }.flatpickr-day.inRange,
  .flatpickr-day.nextMonthDay.inRange,
  .flatpickr-day.nextMonthDay.today.inRange,
  .flatpickr-day.nextMonthDay:focus,
  .flatpickr-day.nextMonthDay:hover,
  .flatpickr-day.prevMonthDay.inRange,
  .flatpickr-day.prevMonthDay.today.inRange,
  .flatpickr-day.prevMonthDay:focus,
  .flatpickr-day.prevMonthDay:hover,
  .flatpickr-day.today.inRange,
  .flatpickr-day:focus,
  .flatpickr-day:hover
  {
      cursor: pointer;
  
      border-color: #e6e6e6;;
      outline: 0;
      background: #e6e6e6;
  }.flatpickr-day.today
  {
      border-color: #959ea9;
  }.flatpickr-day.today:focus,
  .flatpickr-day.today:hover
  {
      color: #fff;;
      border-color: #959ea9;
      background: #959ea9;
  }.flatpickr-day.endRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.endRange.nextMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.selected:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.startRange:hover
  {
      color: #fff;
      border-color: #569ff7;;
      background: #569ff7;
      box-shadow: none;
  }.flatpickr-day.endRange.startRange,
  .flatpickr-day.selected.startRange,
  .flatpickr-day.startRange.startRange
  {
      border-radius: 50px 0 0 50px;
  }.flatpickr-day.endRange.endRange,
  .flatpickr-day.selected.endRange,
  .flatpickr-day.startRange.endRange
  {
      border-radius: 0 50px 50px 0;
  }.flatpickr-day.endRange.startRange + .endRange,
  .flatpickr-day.selected.startRange + .endRange,
  .flatpickr-day.startRange.startRange + .endRange
  {
      box-shadow: -10px 0 0 #569ff7;
  }.flatpickr-day.endRange.startRange.endRange,
  .flatpickr-day.selected.startRange.endRange,
  .flatpickr-day.startRange.startRange.endRange
  {
      border-radius: 50px;
  }.flatpickr-day.inRange
  {
      border-radius: 0;
      box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  }.flatpickr-day.disabled,
  .flatpickr-day.disabled:hover
  {
      pointer-events: none;
  }.flatpickr-day.disabled,
  .flatpickr-day.disabled:hover,
  .flatpickr-day.nextMonthDay,
  .flatpickr-day.notAllowed,
  .flatpickr-day.notAllowed.nextMonthDay,
  .flatpickr-day.notAllowed.prevMonthDay,
  .flatpickr-day.prevMonthDay
  {
      cursor: default;;
  
      color: rgba(57,57,57,.3);
      border-color: transparent;
      background: transparent;
  }.flatpickr-day.week.selected
  {
      border-radius: 0;
      box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  }.rangeMode .flatpickr-day
  {
      margin-top: 1px;
  }.flatpickr-weekwrapper
  {
      display: inline-block;
      float: left;
  }.flatpickr-weekwrapper .flatpickr-weeks
  {
      padding: 0 12px;
  
      box-shadow: 1px 0 0 #e6e6e6;
  }.flatpickr-weekwrapper .flatpickr-weekday
  {
      line-height: 28px;;
  
      float: none;
  
      width: 100%;
  }.flatpickr-weekwrapper span.flatpickr-day
  {
      display: block;
  
      width: 100%;
      max-width: none;
  }.flatpickr-innerContainer
  {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
  }.flatpickr-innerContainer,
  .flatpickr-rContainer
  {
      box-sizing: border-box;
  }.flatpickr-rContainer
  {
      display: inline-block;
  
      padding: 0;
  }.flatpickr-time
  {
      line-height: 40px;
  
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;;
      overflow: hidden;
  
      box-sizing: border-box;
      height: 0;
      max-height: 40px;
  
      text-align: center;
  
      outline: 0;
  }.flatpickr-time:after
  {
      display: table;
      clear: both;;
  
      content: '';
  }.flatpickr-time .numInputWrapper
  {
      float: left;;
  
      width: 40%;
      height: 40px;
  
      -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  }.flatpickr-time .numInputWrapper span.arrowUp:after
  {
      border-bottom-color: #393939;
  }.flatpickr-time .numInputWrapper span.arrowDown:after
  {
      border-top-color: #393939;
  }.flatpickr-time.hasSeconds .numInputWrapper
  {
      width: 26%;
  }.flatpickr-time.time24hr .numInputWrapper
  {
      width: 49%;
  }.flatpickr-time input
  {
      font-size: 14px;
      line-height: inherit;
  
      position: relative;
  
      box-sizing: border-box;;
      height: inherit;
      margin: 0;
      padding: 0;
  
      cursor: pointer;
      text-align: center;
  
      color: #393939;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
  }.flatpickr-time input.flatpickr-hour
  {
      font-weight: 700;
  }.flatpickr-time input.flatpickr-minute,
  .flatpickr-time input.flatpickr-second
  {
      font-weight: 400;
  }.flatpickr-time input:focus
  {
      border: 0;;
      outline: 0;
  }.flatpickr-time .flatpickr-am-pm,
  .flatpickr-time .flatpickr-time-separator
  {
      font-weight: 700;
      line-height: inherit;
  
      display: inline-block;
      float: left;
  
      width: 2%;
      height: inherit;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      color: #393939;
  
      -webkit-align-self: center;
      -ms-flex-item-align: center;
              align-self: center;
  }.flatpickr-time .flatpickr-am-pm
  {
      font-weight: 400;;
  
      width: 18%;
  
      cursor: pointer;
      text-align: center;
  
      outline: 0;
  }.flatpickr-time .flatpickr-am-pm:focus,
  .flatpickr-time .flatpickr-am-pm:hover
  {
      background: #f0f0f0;
  }.flatpickr-input[readonly]
  {
      cursor: pointer;
  }@-webkit-keyframes fpFadeInDown
  {
      0%
      {
          -webkit-transform: translate3d(0,-20px,0);
                  transform: translate3d(0,-20px,0);;
  
          opacity: 0;
      }to
      {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);;
  
          opacity: 1;
      }
  }@keyframes fpFadeInDown
  {
      0%
      {
          -webkit-transform: translate3d(0,-20px,0);
                  transform: translate3d(0,-20px,0);;
  
          opacity: 0;
      }to
      {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);;
  
          opacity: 1;
      }
  }@-webkit-keyframes fpSlideLeft
  {
      0%
      {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
      }to
      {
          -webkit-transform: translate3d(-100%,0,0);
                  transform: translate3d(-100%,0,0);
      }
  }@keyframes fpSlideLeft
  {
      0%
      {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
      }to
      {
          -webkit-transform: translate3d(-100%,0,0);
                  transform: translate3d(-100%,0,0);
      }
  }@-webkit-keyframes fpSlideLeftNew
  {
      0%
      {
          -webkit-transform: translate3d(100%,0,0);
                  transform: translate3d(100%,0,0);
      }to
      {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
      }
  }@keyframes fpSlideLeftNew
  {
      0%
      {
          -webkit-transform: translate3d(100%,0,0);
                  transform: translate3d(100%,0,0);
      }to
      {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
      }
  }@-webkit-keyframes fpSlideRight
  {
      0%
      {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
      }to
      {
          -webkit-transform: translate3d(100%,0,0);
                  transform: translate3d(100%,0,0);
      }
  }@keyframes fpSlideRight
  {
      0%
      {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
      }to
      {
          -webkit-transform: translate3d(100%,0,0);
                  transform: translate3d(100%,0,0);
      }
  }@-webkit-keyframes fpSlideRightNew
  {
      0%
      {
          -webkit-transform: translate3d(-100%,0,0);
                  transform: translate3d(-100%,0,0);
      }to
      {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
      }
  }@keyframes fpSlideRightNew
  {
      0%
      {
          -webkit-transform: translate3d(-100%,0,0);
                  transform: translate3d(-100%,0,0);
      }to
      {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
      }
  }@-webkit-keyframes fpFadeOut
  {
      0%
      {
          opacity: 1;
      }to
      {
          opacity: 0;
      }
  }@keyframes fpFadeOut
  {
      0%
      {
          opacity: 1;
      }to
      {
          opacity: 0;
      }
  }@-webkit-keyframes fpFadeIn
  {
      0%
      {
          opacity: 0;
      }to
      {
          opacity: 1;
      }
  }@keyframes fpFadeIn
  {
      0%
      {
          opacity: 0;
      }to
      {
          opacity: 1;
      }
  }
  

  /* SPINNER */

  .flower-spinner,
  .flower-spinner * {
      box-sizing: border-box;
  }

  .flower-spinner {
      height: 70px;
      width: 70px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
  }

  .flower-spinner .dots-container {
      height: calc(70px / 7);
      width: calc(70px / 7);
  }

  .flower-spinner .smaller-dot {
      background: #ff1d5e;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      animation: flower-spinner-smaller-dot-animation 2.5s 0s infinite both;
  }

  .flower-spinner .bigger-dot {
      background: #ff1d5e;
      height: 100%;
      width: 100%;
      padding: 10%;
      border-radius: 50%;
      animation: flower-spinner-bigger-dot-animation 2.5s 0s infinite both;
  }

  @keyframes flower-spinner-bigger-dot-animation {
      0%,
      100% {
          box-shadow: rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px;
      }
      50% {
          transform: rotate(180deg);
      }
      25%,
      75% {
          box-shadow: rgb(255, 29, 94) 26px 0px 0px, rgb(255, 29, 94) -26px 0px 0px, rgb(255, 29, 94) 0px 26px 0px, rgb(255, 29, 94) 0px -26px 0px, rgb(255, 29, 94) 19px -19px 0px, rgb(255, 29, 94) 19px 19px 0px, rgb(255, 29, 94) -19px -19px 0px, rgb(255, 29, 94) -19px 19px 0px;
      }
      100% {
          transform: rotate(360deg);
          box-shadow: rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px;
      }
  }

  @keyframes flower-spinner-smaller-dot-animation {
      0%,
      100% {
          box-shadow: rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px;
      }
      25%,
      75% {
          box-shadow: rgb(255, 29, 94) 14px 0px 0px, rgb(255, 29, 94) -14px 0px 0px, rgb(255, 29, 94) 0px 14px 0px, rgb(255, 29, 94) 0px -14px 0px, rgb(255, 29, 94) 10px -10px 0px, rgb(255, 29, 94) 10px 10px 0px, rgb(255, 29, 94) -10px -10px 0px, rgb(255, 29, 94) -10px 10px 0px;
      }
      100% {
          box-shadow: rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px, rgb(255, 29, 94) 0px 0px 0px;
      }
  }

  .reservation .checkbox-component input {
    border-color: var(--button-color) !important;
}

.checkbox-component>input {
    opacity: 0;
    position: relative !important;
}