.bullshitometer {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-block: 60px;
}
.bullshitometer form {
  background-color: #071A37;
  padding: 30px;
}
.bullshitometer form h2 {
  color: #ffffff;
  line-height: 30px;
}
.bullshitometer form .tickbox_container {
  color: #fff;
}
.bullshitometer form .inputs {
  margin-bottom: 30px;
  display: flex;
  gap: 15px;
}
.bullshitometer form input {
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 10px 25px;
  width: 100%;
  font-size: 16px;
}
.bullshitometer form .btn__main {
  display: block;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #071A37;
  background-color: #0FF2B2;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.bullshitometer form .btn__main:hover {
  background-color: #fff;
}
@media screen and (max-width: 1025px) {
  .bullshitometer {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 567px) {
  .bullshitometer {
    padding-inline: 1em;
  }
  .bullshitometer form .inputs {
    flex-direction: column;
  }
  .bullshitometer form .tickbox_container {
    line-height: 19.6px;
  }
}

.quizpopup {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5568627451);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 888888;
}
.quizpopup .close {
  font-size: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 900;
  cursor: pointer;
}
.quizpopup .close:hover {
  color: #0FF2B2 !important;
}
.quizpopup .questionsbox {
  position: relative;
  display: block;
  padding: 60px 30px;
  background-color: #ffffff;
  border-radius: 15px;
  max-width: 890px;
  width: 100%;
}
.quizpopup .categoryname {
  font-weight: 500;
  margin-bottom: 15px;
  color: #6B71F2;
  margin-bottom: 3px;
}
.quizpopup .questions {
  font-weight: 500;
  margin-bottom: 15px;
}
.quizpopup .progressbar {
  display: flex;
  background-color: #f2f2f2;
  height: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.quizpopup .progressbar .progress {
  height: 100%;
  background-image: url("../images/gradient_background.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}
.quizpopup .quiz__heading {
  font-size: 22px;
  line-height: 30px;
  color: #071A37;
  margin-bottom: 30px;
  font-weight: 700;
  word-wrap: break-word;
}
.quizpopup .sliderbox .answer {
  font-size: 18px;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.quizpopup .sliderbox .rangeselector {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.quizpopup .sliderbox .rangeselector:hover {
  opacity: 1;
}
.quizpopup .sliderbox .rangeselector::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #0FF2B2;
  cursor: pointer;
  border-radius: 50%;
}
.quizpopup .sliderbox .rangeselector::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #0FF2B2;
  cursor: pointer;
}
.quizpopup .options {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
.quizpopup .options label {
  margin: 0;
  text-align: left;
}
.quizpopup .buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
}
.quizpopup .buttons .btn__main {
  display: block;
  width: 175px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #071A37;
  background-color: #0FF2B2;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.quizpopup .buttons .btn__main:hover {
  background-color: #071A37;
  color: #0FF2B2;
}
@media screen and (max-width: 768px) {
  .quizpopup {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 567px) {
  .quizpopup .quiz__heading {
    font-size: 18px;
    line-height: 26px;
    max-height: 200px;
    overflow-y: scroll;
  }
  .quizpopup .buttons {
    flex-direction: column;
    gap: 5px;
  }
  .quizpopup .buttons .btn__main {
    min-width: 100%;
  }
}

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