/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/frontend.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap);
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/frontend.scss (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.boilerplate-frontend {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #604e45 !important;
  width: 100%;
  min-height: 10rem;
}

.spacing-top {
  margin-top: 120px;
}

.spacing-top-2 {
  margin-top: 120px;
}

.boiler-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #fff;
}


.book-online-h1 {
  font-weight: 700;
	  color: #2c93c0;
  font-size: 72px;
  margin: 3rem 0 2rem 0;
}

.form {
  width: 100%;
}

.error {
  color: rgb(219, 5, 5);
  padding-left: 2.4rem;
}

.success {
  color: green;
}

.slidecontainer {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 2rem 0 0 0;
}

.max-width {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.max-width-2 {
  width: 100%;
  max-width: 1450px;
  margin: auto;
}

.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 10px;
  margin: 2rem 0 2rem 0;
  background: #d6e1eb;
  outline: none;
  opacity: 1;
  transition: opacity 0.2s;
}

.slide-aside {
  display: flex;
  flex-direction: row;
  font-size: 18px;
}

.slider-label {
  min-width: 280px;
  padding: 0 2rem 0 0;
  font-weight: 700;
  color: rgb(96, 78, 69);
  font-size: 18px;
}

.name-aside {
  display: flex;
}

.slider:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 50px;
  background: #003772;
  border-radius: 8px;
  cursor: pointer;
}

.fw-500 {
  font-weight: 500;
}

.slider::-moz-range-thumb {
  width: 33px;
  height: 50px;
  background: #003772;
  cursor: pointer;
  border: none;
  border-radius: 8px;
}

.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  gap: 20px;
}

.input-container {
  width: 100%;
}

.limit-form {
  width: 500px;
  margin: 0 0 2rem 0;
}

.input-text,
.input-final {
  min-height: 3.75rem;
  padding: 0.75rem 1rem !important;
  border-radius: 8px !important;
  border: 2px solid #ccc !important;
  font-size: 16px !important;
  width: 100% !important;
  transition: border 0.3s ease-in-out !important;
  box-sizing: border-box !important;
  text-transform: none !important;
}

.input-zip {
  width: 500px !important;
}

.error-zip {
  display: flex;
  align-items: baseline;
  margin: 1rem 0 0 0;
  text-align: left;
}

.input-text:focus,
.input-final:focus {
  outline: none !important;
  border: 1px solid #2c93c0 !important;
  box-shadow: 0 0 8px 0 rgba(0, 208, 255, 0.4) !important;
}

.submit-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1200px;
  margin: 2rem auto;
}

.button-submit {
  padding: 1.5rem;
  font-size: 1.5rem;
  background-color: #003772;
  border-radius: 10px;
  color: white;
  margin-top: 1rem;
  font-weight: bolder;
  cursor: pointer;
  border: none !important;
}
.button-submit :hover {
  background-color: #003772 !important;
}

@media (max-width: 1450px) {
  .dropdowns {
    margin: 0 2rem;
  }
}
@media (max-width: 1350px) {
  .checkbox-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media (max-width: 1250px) {
  .slidecontainer {
    max-width: 900px;
  }
  .contact-info {
    max-width: 900px;
  }
  .contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .submit-wrapper {
    max-width: 900px;
  }
  .form-2 {
    margin: 0 2rem;
  }
}
@media (max-width: 1050px) {
  .name-aside {
    display: flex;
    flex-direction: column;
  }
  .input-text {
    margin: 1rem 0 0 0;
  }
  .limit-form {
    width: 100%;
  }
  .slide-aside {
    flex-direction: column;
  }
  .form {
    margin: 0 2rem;
  }
  .slider-label {
    min-width: 100px;
    padding: 0;
    margin: 0;
  }
  .boilerplate-frontend {
    padding: 0 2rem;
  }
}
@media (max-width: 800px) {
  .button-submit {
    font-size: 1.2rem;
    font-weight: bolder;
  }
  .contact-info {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  .boilerplate-frontend {
    padding: 0 1rem;
  }
}

/*# sourceMappingURL=frontend.css.map*/