/* styles.css */
/* body {
  background: #1861F5 !important;
  letter-spacing: 0.5px;
} */

input.is-invalid {
  border: 1px solid #ff3232a7 !important;
}

.error-message {
  color: #ff9a9a !important;
}

.spinnerContainer {
  color: #ffffff;
  /* height: 100vh; */
  padding: 0 !important;
  text-align: center;
  overflow: auto;
  max-width: 480px !important;
  margin: 0 auto;
  background-image: url('./resources/images/blue-bg.jpg');
  background-position: left bottom;
  background-size: cover;
  /* 
  background-repeat:no-repeat; */
}
.landing{
  background-color:#1942be !important;
}

.landing .spinnerContainer {
  color: #ffffff;
  /* height: 100vh; */
  padding: 0 !important;
  text-align: center;
  overflow: auto;
  max-width: 480px !important;
  margin: 0 auto;
  background-image: url('./resources/images/blue-bg.jpg');
  background-position: left bottom;
  background-size: cover;
  background-color:#1942be;
  /* 
  background-repeat:no-repeat; */
}

.qbox-footer__home {
  width: 100%;
  /* height: 18%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  /* background: linear-gradient(112.3deg, #F96806 2.53%, #FFC800 89.02%); */
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  /* position: fixed;
  bottom: 0;
  left: 0; */
}

.qbox-footer {
  width: 118%;
  height: 9%;
  left: -9%;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column-reverse;
  background: linear-gradient(112.3deg, #f96806 2.53%, #ffc800 89.02%);
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: fixed;
  bottom: 0;
}

.logo img,
.footer-img__home img {
  width: 100%;
  height: auto;
}

.logo p {
  font-size: 34px;
  font-weight: 700;
  line-height: 40.98px;
  text-align: center;
  color: #ffffff;
}

.footer-img__home {
  width: 100%;
  height: auto;
  /* position: fixed;
  bottom: 0; */
  /* max-width: 480px; */
  z-index: 2;
}

.footer-img__home__epsilon {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0px;
  right: 0px;
}
.footer-img__home__epsilon img {
  width: 100%;
}
.footer-img__epsilon {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 25px;
}

#qbox-container {
  padding: 36px;
  padding-top:10px;
  /* padding-top: 180px; */
  min-height: 700px;
}

.form-check {
  padding: 0 !important;
  margin: 0 !important;
}

#steps-container {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 0px;
}

#steps-container .step {
  min-width: 288px;
  min-height: 320px;
}

#steps-container .step:not(:first-child) {
  min-height: 460px;
}

.step {
  display: block;
}

#steps-container .dropdown .selectoptionBtn {
  width: 100%;
  height: 40px;
  border-radius: 50px !important;
  padding: 8px 14px 8px 54px !important;
  border: 1px solid #323231 !important;
  background: #ffffff !important;
  text-align: left;
}

.selectoptionBtn.dropdown-toggle::after {
  margin-left: 90px !important;
  content: url(resources/images/arrowDown.png);
  border: none !important;
  vertical-align: -8px !important;
  float: right;
}

#steps-container .dropdown .dropdown-menu {
  width: 100%;
  border-radius: 10px !important;
  padding: 8px 14px;
  border: 1px solid #a7a7a7 !important;
  background: #ffffff !important;
}

#steps-container .dropdown .dropdown-menu .dropdown-item {
  padding-left: 8px;
}

#steps-container .dropdown .dropdown-menu .dropdown-item input {
  margin: 5px 10px 0 0;
}

button#next-btn,
button#spin-btn,
button#chooseAnotherRaffle-btn,
button#submit-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  min-width: 288px;
  background: #ffc700;
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s;
  text-align: center;
  color: #2137a0;
  border: 1px solid #2137a0;
  border-radius: 50px !important;
  position: relative;
  margin: 10px 0;
  text-transform: none;
}

button#next-btn:after {
  content: url(resources/images/arrowRight.png);
  position: absolute;
}

button#chooseAnotherRaffle-btn {
  background: #f96c06;
  color: #ffffff;
  border: 1px solid #ffffff;
}

input:focus {
  outline: none;
}

#q-box__buttons {
  text-align: center;
}

.__inputName,
.__inputEmail,
.__selectCompany,
.__inputDesignation,
.__inputCompany,
.__inputPhone {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

input[type='text'],
input[type='email'],
select {
  width: 100%;
  border-radius: 50px;
  padding: 10px 14px 10px 54px;
  border: 1px solid #323231;
  background: #ffffff;
}

.__inputName:before,
.__inputEmail:before,
.__selectCompany:before,
.__inputDesignation:before,
.__inputCompany:before,
.__inputPhone:before {
  background: #f8f7f2;
  height: 40px !important;
  width: 44px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.__inputName:before {
  content: '';
  background: url('resources/images/icon__01.png') no-repeat 6px 6px #f8f7f2;
  background-size: 30px 30px;
}

.__inputEmail:before {
  content: '';
  background: url('resources/images/icon__02.png') no-repeat 6px 6px #f8f7f2;
  background-size: 30px 30px;
}

.__selectCompany:before {
  content: '';
  background: url('resources/images/icon__03.png') no-repeat 6px 6px #f8f7f2;
  background-size: 30px 30px;
}
.__inputDesignation:before {
  content: '';
  background: url('resources/images/work.png') no-repeat 6px 6px #f8f7f2;
  background-size: 30px 30px;
}
.__inputCompany:before {
  content: '';
  background: url('resources/images/source_environment.png') no-repeat 6px 6px #f8f7f2;
  background-size: 30px 30px;
}

.__inputPhone:before {
  content: '';
  background: url('resources/images/call.png') no-repeat 6px 6px #f8f7f2;
  background-size: 30px 30px;
}

/* input[type="text"]:focus,
input[type="email"]:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  border: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
} */

select:focus {
  border-radius: 0 0 50px 50px;
}

.q__number {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.form-group {
  text-align: left;
}

.questions {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 14px 0;
  text-shadow: 0px 0px 2px #000;
}
.custom-control {
  text-shadow: 0px 0px 2px #000;
}

.custom-control-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 12px 6px;
}
.custom-radio {
  display: flex;
}
.custom-radio input[type='radio'] {
  margin: 5px;
}

/* .step:nth-child(4) .custom-radio input[type="radio"] {
  display: none;
} */

.form-check-input {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #2137a0 !important;
}

.form-check-input:checked {
  background-color: #f96c06 !important;
  border-color: #f96c06 !important;
}

.custom-control-label:not(:last-child) {
  margin-top: 0;
}

.custom-control-label span {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
}

.chart-scale {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-left: 32px;
  margin-bottom: 12px;
}

.step:nth-child(4) .chart-scale {
  margin-left: 6px;
}

.btn-scale {
  min-width: 44px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  background: #8cb0fa;
  border: none;
  outline: none;
  color: #f8f7f2;
}

.btn-scale:hover {
  color: #1861f5;
  background: #ffffff;
}

.btn-scale:focus {
  color: #1861f5;
  background: #ffffff;
}

.btn-scale:not(:last-child) {
  border-right: 2px solid #ffffff;
}

.btn-scale-asc-1 {
  border-radius: 10px 0 0 10px;
}

.btn-scale-asc-5 {
  border-radius: 0 10px 10px 0;
}

.__imageContainer {
  width: 187px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.__imageContainer img,
.__imageContainer .__iconContainer img {
  width: 100%;
  height: auto;
}

.__imageContainer .__iconContainer {
  position: absolute;
  top: 40%;
  left: 40%;
  height: auto;
  width: 36px;
}

.__textContainer {
  text-align: center;
}

.__textContainer h4 {
  line-height: 26px;
  max-inline-size: 22ch;
  text-wrap: balance;
  margin: 0 auto;
  letter-spacing: 0.7px !important;
  margin-bottom: 14px;
}

.__textContainer h4 span {
  font-weight: 900;
  font-size: 24px !important;
  letter-spacing: 0.7px !important;
}

.__textContainer h6 {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.7px !important;
  margin-bottom: 14px;
  font-size: 16px;
}

.__textContainer p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.7px !important;
}

.textAreaContainer {
  text-align: left;
}

.textAreaContainer label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

.textAreaContainer textarea {
  width: 100%;
  min-height: 164px !important;
  border: 1px solid #2137a0;
  border-radius: 20px;
  overflow: auto;
}

.chooseOtherLabel {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.7px !important;
  display: block;
  text-align: center;
}

.radioImgBackground {
  background-image: url(resources/images/chooseOthers.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  height: 346px;
  margin: 20px auto;
}

.radioImgBackground .custom-control.custom-radio {
  padding: 12px 8px;
}

.__thankYouImageContainer {
  width: 90px;
  height: 80px;
  margin: 100px auto 20px;
}

.__thankYouImageContainer img {
  width: 100%;
  height: auto;
}

.__thankYouTextContainer h4 {
  font-size: 29px;
  font-weight: 900;
  line-height: 26px;
}

.__thankYouTextContainer p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

/* .roulette {
  margin: 100px auto;
  width: 314px;
  height: 314px;
  background-color: #1861F5;
  background: url(resources/images/five-option.png) no-repeat center;
  background-size: cover;
  border-radius: 50%;
}

.roulette img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pointer {
  background: url(resources/images/pointer.png) no-repeat center;
  background-size: cover;
  border: none;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 256px;
  left: 190px;
  z-index: 999;
} */

audio {
  display: none;
}

.deal-wheel {
  --size: clamp(250px, 82vmin, 700px);
  --lg-hs: 0 3%;
  --lg-stop: 50%;
  --lg: linear-gradient(hsl(var(--lg-hs) 0%) 0 var(--lg-stop), hsl(var(--lg-hs) 20%) var(--lg-stop) 100%);
  position: relative;
  display: grid;
  grid-gap: calc(var(--size) / 20);
  align-items: center;
  grid-template-areas:
    'spinner'
    'trigger';
  margin-top: 32px;
}

.deal-wheel > * {
  grid-area: spinner;
}

.deal-wheel #spin-btn {
  grid-area: trigger;
  justify-self: center;
}

#spinnerFiveOption .spinner {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-areas: 'spinner';
  width: var(--size);
  height: var(--size);
  transform: rotate(calc(var(--rotate, 25) * 1deg));
  border-radius: 50%;
  box-shadow: inset 0 0 0 calc(var(--size) / 40) hsl(0deg 0% 0% / 0.06);
}

#spinnerTwoOption .spinner {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-areas: 'spinner';
  width: var(--size);
  height: var(--size);
  transform: rotate(calc(var(--rotate, 45) * -2deg));
  border-radius: 50%;
  box-shadow: inset 0 0 0 calc(var(--size) / 40) hsl(0deg 0% 0% / 0.06);
}

.spinner * {
  grid-area: spinner;
}

#spinnerFiveOption .prize {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
  width: 50%;
  height: 50%;
  transform-origin: center right;
  transform: rotate(var(--rotate));
  user-select: none;
}

#spinnerTwoeOption .prize {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
  width: 50%;
  height: 50%;
  transform-origin: center right;
  transform: rotate(var(--rotate));
  user-select: none;
}

.ticker {
  background: url(resources/images/pointer.png) no-repeat center;
  background-size: cover;
  border: none;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 188px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
}

.is-spinning .spinner {
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

.is-spinning .ticker {
  /* animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1); */
}

@keyframes tick {
  40% {
    transform: rotate(-12deg);
  }
}

#spinnerFiveOption .spinner:before {
  content: ' ';
  width: 100%;
  height: 100%;
  /* border:solid 1px #ff0000; */
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(resources/images/five-option.png) !important;
  background-size: 100% !important;
  /* opacity: 0.3; */
  transform: rotate(90deg);
}

#spinnerTwoOption .spinner:before {
  content: ' ';
  width: 100%;
  height: 100%;
  /* border:solid 1px #ff0000; */
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(resources/images/two-option.png) !important;
  background-size: 100% !important;
  /* opacity: 0.3; */
  transform: rotate(90deg);
}

@media (max-width: 576px) {
  .spinnerContainer {
    max-width: 100% !important;
    margin: 0 !important;
  }
}

.chart-scale .active {
  position: absolute;
  opacity: 0;
  left: 0px;
}
.scale-label {
  position: relative;
}

.button-wrap {
  display: flex;
  flex-direction: column;
}

.choose-another {
  background: #f96c06;
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
  border: solid 1px #fff;
  border-radius: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  width: 100%;
}

.post-data {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  min-width: 288px;
  /* height: 40px; */
  background: #ffc700;
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s;
  text-align: center;
  color: #2137a0;
  border: 1px solid #2137a0;
  border-radius: 50px !important;
  position: relative;
  padding: 15px;
  margin: 10px 0;
}
.default-btn {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  /* min-width: 288px; */
  /* background: #ffff00; */
  background: rgb(24,79,212);
background: linear-gradient(90deg, rgba(24,79,212,1) 0%, rgba(75,196,252,1) 100%);
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 50px !important;
  position: relative;
  margin: 10px 0;
  padding: 15px;
}
.default-btn.yellow {
  border: 1px solid #2137a0;
  background: #ffc700;
  color: #2137a0;
}

.default-btn[disabled] {
  opacity: 0.5;
}
.error-message {
  color: #ff9a9a !important;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.btn-spin {
  color: hsl(0deg 0% 100%);
  background: var(--lg);
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  padding: 0.9rem 2rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: opacity 200ms ease-out;
}

.btn-spin:focus {
  outline-offset: 2px;
}

.btn-spin:active {
  transform: translateY(1px);
}

.btn-spin:disabled {
  cursor: progress;
  opacity: 0.25;
}

/* Spinning animation */
.is-spinning .spinner {
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

.is-spinning .ticker {
  /* animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1); */
}

@keyframes tick {
  40% {
    transform: rotate(-12deg);
  }
}

/* Selected prize animation */
.prize.selected .text {
  color: white;
  animation: selected 800ms ease;
}

/*----------------------------------------------*/

.deal-wheel1 {
  --size: clamp(250px, 80vmin, 700px);
  --lg-hs: 0 3%;
  --lg-stop: 50%;
  --lg: linear-gradient(hsl(var(--lg-hs) 0%) 0 var(--lg-stop), hsl(var(--lg-hs) 20%) var(--lg-stop) 100%);

  position: relative;
  display: grid;
  grid-gap: calc(var(--size) / 20);
  align-items: center;
  grid-template-areas:
    'spinner'
    'trigger';
  font-family: 'Girassol', sans-serif;
  font-size: calc(var(--size) / 21);
  line-height: 1;
  text-transform: lowercase;
}

.deal-wheel1 > * {
  grid-area: spinner;
}

.deal-wheel1 .btn-spin1 {
  grid-area: trigger;
  justify-self: center;
}

.spinner1 {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-areas: 'spinner';
  width: var(--size);
  height: var(--size);
  transform: rotate(calc(var(--rotate, 1) * 1deg));
  border-radius: 50%;
  box-shadow: inset 0 0 0 calc(var(--size) / 40) hsl(0deg 0% 0% / 0.06);
}

.spinner1:before {
  content: ' ';
  width: 100%;
  height: 100%;
  /* border:solid 1px #ff0000; */
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: 100% !important;
  /* opacity: 0.3; */
  transform: rotate(0deg);
  background: url('./resources/images/two-option.png');
  background-size: 100%;
}

.spinner1 * {
  grid-area: spinner;
}

.prize1 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
  width: 50%;
  height: 50%;
  transform-origin: center right;
  transform: rotate(var(--rotate));
  user-select: none;
  opacity: 0;
}

.cap1 {
  --cap-size: calc(var(--size) / 4);
  position: relative;
  justify-self: center;
  width: var(--cap-size);
  height: var(--cap-size);
}

/* Hide select dropdown from SVG import file */
.cap1 select {
  display: none;
}

.cap1 svg {
  width: 100%;
}

/* .ticker1 {
  position: relative;
  left: calc(var(--size) / -15);
  width: calc(var(--size) / 10);
  height: calc(var(--size) / 20);
  background: var(--lg);
  z-index: 1;
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%);
  transform-origin: center left;
} */

.btn-spin1 {
  /* color: hsl(0deg 0% 100%);
  background: var(--lg); */
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  padding: 0.9rem 2rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: opacity 200ms ease-out;
}

.ticker1 {
  position: relative;
  left: calc(var(--size) / -15);
  width: calc(var(--size) / 10);
  height: calc(var(--size) / 20);
  background: var(--lg);
  z-index: 1;
  /* clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%); */
  transform-origin: center left;
  background: url(resources/images/pointer.png) no-repeat center;
  background-size: cover;
  border: none;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 140px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
}

.btn-spin1:focus {
  outline-offset: 2px;
}

.btn-spin1:active {
  transform: translateY(1px);
}

.btn-spin1:disabled {
  cursor: progress;
  opacity: 0.25;
}

/* Spinning animation */
.is-spinning1 .spinner1 {
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

.is-spinning1 .ticker1 {
  /* animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1); */
}

@keyframes tick {
  40% {
    transform: rotate(-12deg);
  }
}

/* Selected prize animation */
.prize1.selected1 .text1 {
  color: white;
  animation: selected1 800ms ease;
}

@keyframes selected1 {
  25% {
    transform: scale(1.25);
    text-shadow: 1vmin 1vmin 0 hsla(0 0% 0% / 0.1);
  }
  40% {
    transform: scale(0.92);
    text-shadow: 0 0 0 hsla(0 0% 0% / 0.2);
  }
  60% {
    transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 hsla(0 0% 0% / 0.1);
  }
  75% {
    transform: scale(0.98);
  }
  85% {
    transform: scale(1);
  }
}

/* ---------------------------------------veeva style------------------------------------------------------- */

body {
  /* background: linear-gradient(270deg, #4CC7FC 0%, #1861F5 74.52%, #1A298E 150.56%); */
  /* background-color: #498b04; */
}
.footer-img__home {
  background: #fff;
  padding: 15px;
  text-align: center;
}
.footer-img__home img {
  width: 100%;
  max-width: 300px;
}

.qbox-header {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
}
.logo img {
  width: 85%;
}
.top-shape {
  width: 30px;
  height: 130px;
  position: fixed;
  left: 0px;
  top: 0px;
}
.top-shape img {
  width: 100%;
}

.bottom-shape {
  width: 30px;
  height: 315px;
  position: fixed;
  right: 0px;
  bottom: 0px;
}
.bottom-shape img {
  width: 100%;
}
.participate {
  display: flex;
  background: #ffc800;
  margin-right: -36px;
  padding-right: 20px;
  border-radius: 70px 0 0 70px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.participate img {
  max-width: 100px;
}
.participate .img {
  margin-right: 10px;
}
.participate .desc {
  text-align: left;
}
.participate .desc p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0px;
  text-shadow: 0px 0px 3px #000;
}
.participate .desc .default-btn {
  width: 90%;
}
.progress-wrapper {
  background: rgba(255, 255, 255, 0.2);
}
.progressbar {
  background: rgba(255, 255, 255, 1);
  height: 3px;
}
.headphone {
  background: #ffc800;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.headphone img {
  width: 100%;
}
.qbox-header.hidelogo img {
  display: none;
}
.form-check label.error {
  color: #ff9797 !important;
  text-shadow: 0px 0px 1px #000000;
}
.mt-1,
.mt-2 {
  text-align: left;
}
.submitted {
  height: 100vh;
}
.submitted .qbox-footer__home {
  position: fixed;
  bottom: 0px;
  max-width: 480px;
}

/* download page */
body {
  /* background: #498b04 !important; */
  background:#1942be !important ;
}

.maintitle{
  padding:20px;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0px;
}
.spinnerContainer.download {
  color: #ffffff;
  height: 100vh;
  padding: 0 !important;
  text-align: center;
  overflow: auto;
  max-width: 1024px !important;
  margin: 0 auto;
  background-image: url('./resources/images/download-bg.png');
  background-position: left top;
  background-size: cover;
  /* 
  background-repeat:no-repeat; */
}
.eps-logo img {
  width: 50%;
}
.download-section {
  text-align: left;
}
.download-section h2 {
  color: #f96c06;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 800;
}

.download-section h2.yellow {
  color: #ffff00;
}
.download-section p {
  color: #fff;
  font-size: 16px;
}
.download-items p {
  margin-bottom: 10px;
}
.download-items a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: solid 1px #fff;
  padding: 0 5px;
  border-radius: 5px;
}
.download-icon svg {
  margin-left: 10px;
}
.download-title p {
  text-align: left;
}
.success-message {
  color: #ff9a9a !important;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.footnote a{
  color:#fff;
  text-decoration:underline;
}