@import "../../../theme/variables.css";
@media screen and (min-width: 1025px) {
  html,
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: white;
    font-family: "Helvetica Neue-Light", "Helvetica Neue Light",
      "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  header {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.07);
  }
  .container {
    margin: 0 auto;
    padding-right: 15px;
    width: 92%;
    margin-right: 15px;
    box-sizing: border-box;
  }
  header .container {
    margin: 15px 50px;
  }
  .leftLogoWrap img {
    max-width: 172px;
  }
  .subHeaderContainer {
    max-width: 1110px;
    margin: 30px auto;
    padding: 0 20px;
  }
  .progressBarOuter {
    border: #111926 1px solid;
    border-radius: 8px;
    height: 7px;
    display: inline-block;
    width: 80%;
    background: linear-gradient(to right, black 33%, white 0);
  }
  .subHeaderContainer p {
    text-align: center;
    font-family: "LibreFranklin", sans-serif;
    font-size: 14px;
  }
  h1 {
    text-align: center;
    font-size: 34px;
    font-family: "LibreFranklin", sans-serif;
    color: #3a5eac;
  }
  h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
  }
  .surveyPageContainer {
    position: relative;
    min-height: 100vh;
  }
  .slickAssessment {
    padding-bottom: 315px;
  }
  .box h2 {
    font-size: 24px;
    line-height: 29px;
    margin: 20px 0;
    color: #000;
    font-weight: 900;
    max-width: 90%;
  }
  .innerBox {
    border: #3761a0 2px solid;
    border-radius: 8px;
    max-width: 716px;
    margin: auto;
    padding-bottom: 10px;
  }

  .innerBox.q1,
  .innerBox.q2 {
    max-width: 462px;
  }

  .innerBoxTitleContainer {
    background: #3761a0;
    color: #fff;
  }

  .innerBoxTitleContainer h2 {
    color: #fff;
    font-family: "LibreFranklin", sans-serif;
    font-size: 30px;
    padding: 32px 0;
    margin: 0 auto;
  }

  .nextBtn {
    text-decoration: underline;
    cursor: pointer;
    text-align: left;
    font-family: "LibreFranklin", sans-serif;
    font-size: 20px;
    display: inline;
    color: #233354;
    margin-right: 10px;
  }
  .pl20 {
    padding-left: 20px;
  }
  input {
    display: none;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  #surveySubmitDesktop,
  .nextQuestion {
    background: #fff;
    border: 2px solid #233354;
    border-radius: 25px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 39px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    color: #233354;
    font-size: 20px;
    font-family: "LibreFranklin", sans-serif;
    line-height: 24px;
    margin: 30px auto;
  }

 .nextPage {
    width: 100%;
    padding: 8px 0;
    border-radius: 25px;
  }

  input[type="checkbox"]:checked + label {
    background-color: #edf5f8;
  }
  input[type="checkbox"] + label {
    background-color: white;
  }
  label {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
    border-radius: 10px;
  }

  .wrap img.selectedCheck {
    display: none;
    text-align: right;
    max-width: 24px;
    max-height: 20px;
    align-self: center;
    margin-right: 10px;
  }

  .selected.wrap img.selectedCheck {
    display: inline;
  }

  .wrap,
  .checkWrap {
    border: 2px solid #233354;
    border-radius: 28px;
    margin: 18px 72px;
    max-width: 572px;
    display: flex;
  }

  .wrap img,
  .checkWrap img {
    display: inline;
    max-width: 30px;
    max-height: 30px;
    vertical-align: middle;
  }

  .wrap label,
  .checkWrap label {
    color: #233354;
    font-size: 20px;
    font-family: "LibreFranklin", sans-serif;
    display: inline;
    text-align: left;
    align-self: center;
    padding: 13px;
    border-radius: 28px;
  }

  .box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    margin: 10px 0px 30px;
  }
  #fourthBox {
    height: 635px;
  }
  footer {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: "LibreFranklin", sans-serif;
    background: #3761a0;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
  }
}
