body {
  background-color: #f4f7ff;
  font-family: "Poppins", sans-serif;
  margin: 0 !important;
}

.wrapper {
  width: 100%;
  margin: 0 0;
  background-color: #ffffff;
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
  height: 100vh;
}

.header {
  margin-right: 10px;
  margin-left: 10px;
}

.header img {
  max-width: 160px;
  padding: 20px 0;
  padding-left: 0.293em;
}

.sv_main {
  font-family: "Poppins", sans-serif;
}

.sv_main.sv_default_css .sv_p_root > .sv_row:nth-child(2n) {
  background-color: transparent !important;
}

.sv_main.sv_default_css .sv_p_root > .sv_row {
  border-color: transparent !important;
}

.sv_main.sv_default_css input[type="text"],
.sv_main.sv_default_css input[type="number"],
.sv_main.sv_default_css input[type="date"],
.sv_main.sv_default_css input[type="email"] {
  padding: 18px 14px;
  border-radius: 4px;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper:before {
  bottom: 0;
  border-radius: 0 4px 4px 0;
  top: 0;
  padding: 1rem 1.5rem;
}

.sv_main.sv_default_css
  .sv_container
  .sv_body
  .sv_p_root
  .sv_q
  .sv_select_wrapper
  .sv_q_dropdown_control {
  height: 40px;
  border-radius: 4px;
  top: 0;
}

.sv_main
  .sv_container
  .sv_body
  .sv_p_root
  .sv_q
  .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {
  padding: 0;
  margin: 4px 0;
}

.sv_main
  .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {
  border: none;
  background-color: transparent;
}

.sv_main input[type="button"],
.sv_main button {
  padding: 0.8em 2em;
  border-radius: 10px;
}

#surveyContainer .sv_main.sv_default_css .sv_progress-buttons__list li::before {
  border-color: rgb(212, 212, 212);
  background-color: rgb(212, 212, 212);
}

#surveyContainer
  .sv_main.sv_default_css
  .sv_progress-buttons__list
  li.sv_progress-buttons__list-element--current::before {
  border-color: rgb(96, 61, 177);
  background-color: white;
}

#surveyContainer
  .sv_main.sv_default_css
  .sv_progress-buttons__list
  li.sv_progress-buttons__list-element--passed::before {
  border-color: rgb(96, 61, 177);
  background-color: rgb(96, 61, 177);
}

#surveyContainer
  .sv_main.sv_default_css
  .sv_progress-buttons__list
  li.sv_progress-buttons__list-element--passed
  + li::after {
  background-color: rgb(96, 61, 177);
}

.sv_main .sv_container .sv_body .sv_progress span {
  float: right;
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

#surveyContainer .sv_main.sv_default_css .sv_body {
  border-color: transparent;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_title {
  font-weight: 400;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_title .sv_q_required_text {
  color: #dc3545;
  margin-left: -7px;
}

.completedpage-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.swal-modal {
  vertical-align: top;
}

#surveyContainer .sv_main.sv_default_css .sv_prev_btn {
  color: rgb(96, 61, 177);
  background-color: transparent;
  border: 1px solid rgb(96, 61, 177);
}

.swal-text {
  text-align: center;
}

.swal-footer {
  text-align: center !important;
}

.swal-button {
  background-color: rgb(96, 61, 177) !important;
  padding: 13px 30px;
}

/* loader */
.lds-ring {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  z-index: 999;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.lds-ring:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  margin: 8px;
  border: 4px solid #603DB1;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #603DB1 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 1000px) {
  .wrapper {
    width: 50%;
    margin: 0 auto;
  }

  .header {
    margin-right: 5%;
    margin-left: 5%;
  }
  .header img {
    max-width: 180px;
    padding: 20px 0;
    padding-left: 0.293em;
  }
}
