@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");


.verticalQuiz {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* min-height: 100vh; */
  background: #eeeeeeb0;
  padding: 27px 80px;
  padding-bottom: 77px;
}

header {
  padding-bottom: 20px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo {
  font-size: 50px;
  color: rgb(255, 254, 255);
  font-weight: 900;
}

.logo img {
  margin-right: 5px;
}

.logo span {
  background: var(--primary-gradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

main {
  width: 100%;
  height: 437px;
}

form {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 50px;
}

.totalQuiz {
  border-radius: 22px;
  top: -23px;
  z-index: 1000;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #2b485c !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-3d .swiper-slide-shadow {
  background-color: rgba(0, 0, 0, 0);
}

.swiper-slide-active .step {
  opacity: 1 !important;
}

.swiper-slide-next .step,
.swiper-slide-prev .step {
  opacity: 0.7;
}

.swiper-slide .step {
  opacity: 0;
}

.step {
  width: 100%;
  height: auto;
  background-color: var(--secondary-color);
  padding: 10px;
  padding-bottom: 71px;
}

.mainHeading {
  font-size: 22px;
  color: var(--text-color);
  font-weight: 600;
  line-height: 1.15;
  font-family: 'Roboto';
  margin-bottom: 28px
}

.radioField {
  width: 100%;
  height: 42px;
  margin-bottom: 30px;
  position: relative;
  /*padding-left: 25px;*/
  display: grid;
  align-content: center;
}

.radioField input {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #eeeeee47;
  width: 100%;
  height: 100%;
  /* border-radius: 36px; */
  /* border: solid 2px rgb(0, 0, 0); */
  cursor: pointer;
  font-size: 10px;
  overflow: hidden;
}

.radioField input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: var(--primary-gradient);
  border-radius: inherit;
}

.radioField input:checked:before {
  width: 100%;
}

.radioField label {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
  pointer-events: none;
  z-index: 2;
  font-family: 'Roboto';
}

.nextprev {
  position: absolute;
  left: 70px;
      width: 90%;
    bottom: 10%;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}



.swiper-button-disabled {
  display: none;
}

.nextprev button,
.thankyouBtn {
  border: none;
    background: #1a2d62;
    padding: 7px 20px;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    color: rgb(255 255 255);
    border-radius: 36px;
}

footer {
  width: 90%;
  margin: 0 auto;
  height: auto;
}

footer .bar {
  background-color: rgb(193, 214, 255);
  width: 100%;
  height: 19px;
  border-radius: 20px;
  overflow: hidden;
}

.progress {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: var(--primary-gradient);
  border: solid 2px rgb(0, 0, 0);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mainArea {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  margin: 100px 0;
}


.totalQuiz {
  color: #333;
}

.timer {
  font-size: 18px;
  color: red;
}

.option-label {
  width: 28px;
  height: 28px;
  background-color: #1a2d62;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: sans-serif;
}


.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #111827;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}

.right {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #374151;
}

.right i {
  font-size: 15px;
  color: red;
}

.custom-transform {
  transform: translate3d(0px, calc(-1.92134% - 1263px), -24.5833px) rotateZ(0deg) scale(1);
}

/* -------------Thank You-------------------- */
.thankyou-container {
/* background: white; */
/* background-image: url('../images/register-bg/3.png'); */
background-color: #ffff;
    width: 705px;
    padding: 0px 30px 50px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    text-align: center;
    margin: 0 auto;
    /*transform: translate(0%, 15%);*/
  }

.thankyou-container h1 {
  font-family: 'Instrument Sans';
    font-size: 48px;
    color: #1a2d62;
    font-weight: 700;
    margin-bottom: 10px;
}

.thankyou-main{
      /* background-color: #e7e7e738; */
      background-image: url(../images/register-bg/1.png);
    height: 100%;
    background-size: cover;

}

.thankyou-container p {
      color: #275576;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: 'Instrument Sans';
}

.btn-home {
  background-color: #1a2d62;
  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-home:hover {
  background-color: #3c6edd;
}

.resend-container {
  background-color: #d8e3ff;
  padding: 12px 20px;
  margin-top: 30px;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  color: #548aff;
}

.resend-container a {
  font-weight: 600;
  color: #3c6edd;
  text-decoration: none;
  cursor: pointer;
}

.resend-container a:hover {
  text-decoration: underline;
}