
html {
    font-family: 'Open Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen- Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size:  16px;
    line-height: 1.5;
  }

 body, table, th, td, form, input, textarea, option, select {
   font: inherit;
   color:#000;
  }
  body {
    background-color: #F6F6F6;
  }
  .card {
    border-radius: 6px;
    margin: 15px;
padding: 35px 33px;
  }

@media screen and (max-width: 650px) {
  .card {
   padding: 15px;
  }
}

.card > .row {
  margin: 0px !important;
}
  .btn {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ee1100; 
border-radius: 5px;
height: 46px;
  }
  .datepicker-date-display {
    background-color: #727272 !important;
  }
  .timepicker-digital-display {
    background-color: #727272 !important;
  }
  .input-field {
    margin-bottom: 20px;
  }
  form {
    width: 75%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-footer {
    background-color: white !important;
    border-left: 1em solid red !important;
  }
  .mt-2 {
    margin-top: 20px;
  }
  a{
   text-decoration: none;
   color: #000;
  }
  a:hover{
   text-decoration: none;
  }
  a.hover-color-effect{
   transform: all 0.3s ease;
   -webkit-transform: all 0.3s ease;
   -moz-transform: all 0.3s ease;
   -ms-transform: all 0.3s ease;
   -o-transform: all 0.3s ease;
  }

 a.hover-color-effect:hover{
  color: #ee1100;
 }
 .text-bold {
   font-weight: bold;
 }

.hour.is-booked {

            background-color: #BEB9B8;

            color: white;

            cursor: no-drop;

            pointer-events: none;

           border: 1px solid #BEB9B8 !important;



        }
.is-booked > p {
    background: #BEB9B8 !important;
    color: white;
    pointer-events: none;
}
.is-booked.slick-slide {
  pointer-events: none !important;
}

.site-header{
 border-top: 1rem solid #e10;
 background: #fff;
 height: 7.25rem;
}

.site-header-logo{
 width:18%;
 margin:0 1.25rem;
}
.site-header-logo img{
 margin:0 1.25rem;
}

.img-portrait{
width: 100%;
height: auto;
}

.img-landscape{
height: 100%;
width: auto;
}

.avatar-img{
overflow: hidden;
position: relative;
width: 60%;
margin-left: auto;
margin-right: auto;
}

.avatar-img-round{
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}

.avatar-img:after{
display: block;
content: "";
padding-bottom: 100%;
}

.avatar-img img{
position: absolute;
top:0;right:0;bottom:0;left:0;
}
@media screen and (max-width:960px){
 .site-header-logo{
    width:30%;
 }
 .avatar-img{
    width:30%;
    margin-left: auto;
    margin-right: auto;
 }
 form{
   width:100%;
 }
}
@media screen and (max-width:667px){
  .avatar-img{
    width:50%;
  }
}
/*---------------------*/

.select-month-wrapper {
 max-width: 150px;
}

.select-month-wrapper:after {
 content: '';
 display: inline-block;
 width: 12px;
 height: 12px;
 border-top: 2px solid black;
 border-right: 2px solid black;
 position: absolute;
 right: 0px;
 top: 35%;
 transform: rotate(45deg);
}

.select-month-wrapper input {
 font-weight: 600;
 border: none !important;
}
    
    .select-month-wrapper .dropdown-content {
      width: 200px !important;
    }

.select-month-wrapper .caret {
 display: none;
}
      .calendar {
          max-width: 600px;
      }

      .calendar-container {
        max-width: 450px;
margin-bottom: 20px;
      }

      p {
          margin: 0px;
      }

      .slick-track {
        margin-left: 0;
      }

      .days .slick-slide > p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #F5F5F5;
        margin: 5px;
        height: 80px;
        border-radius: 5px;
      }

      .days .slick-slide > p p {
          font-weight: 800;
margin-top: 7px;
      }

      .slick-next, .slick-prev {
          background: none;
          border: none;
          outline: none;
          font-size: 20px;
          display: inline-block;
          width: 12px;
          height: 12px;
          line-height: 0;
          padding: 0px;
          border-top: 2px solid black;
          border-right: 2px solid black;
          box-sizing: border-box;
          cursor: pointer;
          margin: 0 10px;
      }

      .slick-next:active, .slick-prev:active,
      .slick-next:focus, .slick-prev:focus,
      .slick-next:link, .slick-prev:link {
          background: none;
      }

      .slick-next {
          transform: rotate(45deg);
      }

      .slick-prev {
          transform: rotate(-135deg);
      }

      .slick-slide {
          cursor: pointer;
      }

      .is-active > p {
          background: #26A69A !important;
          color: white;
      }

      .hours {
          display: flex;
          flex-wrap: wrap;
      }

      .hour {
          display: block;
          width: 100px;
          padding: 4px 0px;
          text-align: center;
          border: 2px solid #26A69A;
          color: black;
          border-radius: 5px;
          margin: 3px;
          cursor: pointer;
          font-weight: 700;
      }

      .hour.is-active {
          background-color: #26A69A;
          color: white;
      }

.hour.disabled {
  border-color: silver;
  background-color: silver;
pointer-events: none;
}

      .form-unknown {
          margin-top: 25px;
      }

      .form-unknown .row {
          margin: 0px !important;
      }

      .error {
          color: red;
          font-size: 12px;
          display: none;
      }

      /* HELPERS */

      .flex {
          display: flex;
      }
      .fl-sb {
          justify-content: space-between;
      }
      .fl-ac {
        align-items: center;
      }

@media screen and (max-width: 650px) {
.flex {
  flex-direction: column;
}
}

/* GEOAPIFY */

.autocomplete-container {
  margin-bottom: 20px;
  display: none;
}

.input-container {
  display: flex;
  position: relative;
}

.input-container input {
  flex: 1;
  outline: none;
  
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  padding-right: 31px;
  font-size: 16px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  border-top: none;
  background-color: #fff;

  z-index: 99;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: rgba(0, 0, 0, 0.1);
}

.autocomplete-items .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: rgba(0, 0, 0, 0.1);
}

.clear-button {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  
  position: absolute;
  right: 5px;
  top: 0;

  height: 100%;
  display: none;
  align-items: center;
}

.clear-button.visible {
  display: flex;
}

.clear-button:hover {
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
    h2 {
      font-size:2.56rem !important
    }
}
@media screen and (max-width: 500px) {
    h2 {
      font-size:1.56rem !important
    }
}
@media screen and (max-width: 296px) {
    h2 {
      font-size:1.26rem !important
    }
}

@media screen  and ( max-width: 420px) {
    .input-field .prefix{
        font-size: 1.5rem !important;
        top:1rem !important;
    }
    .select-wrapper input.select-dropdown{
        font-size:13px !important
    }
    .prefix ~ .select-wrapper{
        margin-left:2rem !important;    
        width: 92% !important;
    }
    .card{
        padding: 5px !important;
    }
}
@media screen and (max-width: 360px) {
    .input-field .prefix{
        font-size: 1.2rem !important;
        top:1rem !important;
    }
    .select-wrapper input.select-dropdown{
        font-size:12px !important
    }
    .prefix ~ .select-wrapper{
        margin-left:1.5rem !important;    
    }
}

@media screen and (max-width: 300px) {

    .select-wrapper input.select-dropdown{
        font-size:11px !important
    }
}