@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
.hidden {
  display: none;
}

@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
  .start-page__content {
    background-image: url("../img/main.jpg");
    background-size: cover;
  }

  .start-page__header, .start-page__subheader {
    color: white;
    font-size: 12px;
  }
}
.intgrtn-form-signup .intgrtn-input-holder svg {
  color: #dbdbdb;
  position: relative;
  bottom: 50px;
  left: 5px;
}
.intgrtn-form-signup .intgrtn-input-holder .intgrtn-input {
  width: 100%;
  font-size: 1.1em;
  padding: 12.5px 40px;
  outline: 0;
}
@media all and (max-width: 768px) {
  .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input .intgrtn-areas-dropdown {
    width: 270px;
  }
}
.intgrtn-form-signup .intgrtn-input-holder.has-btn-generate-password {
  display: none;
}
.intgrtn-form-signup .intgrtn-input-holder.intgrtn-input-holder-phone {
  color: black;
}
.intgrtn-form-signup .intgrtn-btn-submit-holder {
  margin-bottom: 0px;
}
.intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--color);
  color: var(--color);
  border-radius: 28px;
  width: 100%;
  font-size: 22px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover {
  background-color: var(--color);
  color: white;
  -webkit-box-shadow: 0 3px 10px 0 var(--color-alpha);
  box-shadow: 0 3px 10px 0 var(--color-alpha);
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in;
  transition: -webkit-box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
}

.footer {
  background-size: cover;
  padding: 35px 35px 55px;
  margin-top: 10rem;
  text-align: center;
}
.footer .footer-ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media all and (max-width: 768px) {
  .footer .footer-ul {
    display: block;
    padding: 0;
    text-align: center;
  }
}
.footer .footer-ul a {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #225f4e;
  text-decoration: none;
  display: block;
}
.footer p {
  color: black;
}
.footer p a {
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.intgrtn-basic-message-layout-holder a {
  color: blue;
}

.range-wrapper {
  text-align: center;
}
.range-wrapper p {
  color: #73818c;
  font-family: "Open Sans", sans-serif;
}
.range-wrapper .range-result {
  background-color: #fbfbfb;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.range-wrapper .range-result .range-result__item {
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 10px;
  min-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
@media all and (max-width: 768px) {
  .range-wrapper .range-result .range-result__item {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.range-wrapper .range-result .range-result__item .range-result__item-title {
  color: #73818c;
}
.range-wrapper .range-result .range-result__item .range-result__item-value {
  color: #4caf50;
}

.irs--round .irs-bar {
  background-color: #4caf50;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: #4caf50;
}

.irs--round .irs-handle {
  background-color: #4caf50;
  border: 4px solid #4caf50;
}

.users-box {
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 1000;
  background-color: #225f4e;
  max-width: 250px;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.users-num {
  font-family: sans-serif;
  color: #f1f1f1;
  font-weight: bolder;
}

@media all and (max-width: 600px) {
  .quiz-container {
    padding-top: 60px;
  }

  .users-box {
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 1000;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .users-box {
    top: 5%;
  }
}

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