

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


/* fluent form */


  .fluentform {
    display: flex;
    justify-content: center;
  }
  .entry-title{
      display:none!important;
  }

  .frm-fluent-form {
    max-width: 690px;
    width: 100%;
    margin: auto;
    margin: 20px 0 40px;
    padding: 20px 0px;
  }

  .ff-el-form-check.ff-el-form-check-.ff_item_selected {
      background-color: #000;
  }

  .fluentform-step {
      padding: 20px;
      border-radius: 20px;
  }

  .form_header {
      margin: auto;
      padding: 10px;
      background-color: #4238aa;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      border-radius: 10px;
      position: relative;
      max-width: 500px;
      width: 100%;
  }

  .form_header::before {
      content: '';
      position: absolute;
      bottom: -8px;
      right: -8px;
      height: 100%;
      width: 100%;
      background: #000;
      z-index: -1;
      border-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
  }

  .form_header p {
      margin-bottom: 0;
      text-align: center;
  }
  /*@media screen and (min-width: 768px) {*/
  /*    .form_header p {*/
  /*   text-align: left;*/
  /*}*/

  /*}*/



  .ff-el-progress-status {
      display: none;
  }

  .fluentform .ff-el-progress {
      background-color: #2D2768;
      border-radius: 20px;
      height: 30px;
      max-width: 300px;
      width: 100%;
      margin: auto;
  }

  .candidates-container {
      background-color: #000;
  }

  .fluentform .ff-el-progress-bar {
      background-color: #4238aa;
      border-radius: 20px;
      height: 30px;
  }

  .frm-fluent-form fieldset {
      height: 100%;
  }

  .form-choices {
    justify-content: space-between;
    margin: 30px 0px;
    background: #B7ABFF;
    padding: 30px;
    border-radius: 20px;
  }

  .ff-el-input--content {
    display: flex;
    gap: 20px;
    max-width: 650px;
    width: 100%;
    margin: auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  @media screen and (min-width: 768px) {
    .ff-el-input--content {
      flex-direction: row;
    }
  }

  .ff-step-container {
      height: 100%;
  }

  .fluentform .ff-el-group.ff_list_2col .ff-el-form-check {
      width: 100%;
  }

  .ff-el-form-check {
    background-color: #4238AA;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    color: #fff;
    padding: 20px;
    width: 100%;
    height: auto;
  }

  .ff-el-form-check.ff-el-form-check-::before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: -1;
    border-radius: 8px;
  }

  .form_header::before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -8px;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: -1;
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .fluentform input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .ff-el-form-check-label span {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    font-size: 13px;
  }

  @media screen and (min-width: 768px) {
    .ff-el-form-check-label span {
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1.5;
      font-size: 17px;
    }
  }

  .ff-el-group.ff-el-form-hide_label.form_choices.ff_list_2col {
    margin-top: 40px;
    background-color: #B7ABFF;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
  }

  .ff-default .ff-btn-secondary:not(.ff_btn_no_style) {
      margin-top: 20px;
      background-color: #2D2768;
      border-radius: 8px;
  }

  .ff-default .ff-btn-secondary:not([data-action='next']) {
      background-color: #000;
  }

  .fluentform .ff-el-group {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }

  .step-nav.ff_step_nav_last {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .step-nav.ff_step_nav_last button{
      font-size: 1.1rem;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .step-nav.ff_step_nav_last {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .step-nav.ff_step_nav_last button{
      width: 150px;
    }
  }

  .fluentform .ff-step-t-container .ff-t-cell {
  width: 100%;
  }
  @media screen and (min-width: 768px) {
    .fluentform .ff-step-t-container .ff-t-cell {
      width: auto;
    }
  }

  .ff-el-group.ff-text-right.form_continue_container.ff_submit_btn_wrapper {
      justify-content: flex-end;
  }

  .ff-btn.ff-btn-submit.ff-btn-lg.form_continue.ff_btn_style.wpf_has_custom_css {
      height: 44px;
      font-size: 1.1rem;
      width: 100%;
  }

  @media screen and (min-width: 768px) {
    .ff-btn.ff-btn-submit.ff-btn-lg.form_continue.ff_btn_style.wpf_has_custom_css {
        margin-top: 18px;
        width: 180px;
    }
  }







.quiz-container {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  margin: 0 auto;

}
.header {
  background-color: #673ab7;
  color: white;
  padding: 20px;
}
.header h1 {
  font-size: 18px;
  margin: 0;
}
.header p {
  margin: 5px 0 0;
  font-size: 14px;
}

.ff-message-success .quiz-completed {
  background-color: #4238aa;
  color: white;
  padding: 8px 40px;
  margin: 15px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 6px 6px 0px 0px black;
  text-transform: uppercase;
  display: inline-block;
}
.ff-message-success .question-results-container {
  max-height: 600px;
  overflow-y: scroll;
  margin: 15px;
  border-radius: 5px;
  background-color: #B7ABFF;
  padding: 10px;
}
.ff-message-success .question-result {
  background-color: #4238aa;
  color: #fff;
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  box-shadow: 6px 6px 0px 0px black;
}
.ff-message-success .question-result span{
  text-align: left;
  width: 80%;
}
.ff-message-success .answer.correct {
  background-color: #2196f3;
  color: white;
}
.ff-message-success .answer.incorrect {
  background-color: #ff5722;
  color: white;
}
.ff-message-success .candidate-match {
  background-color: #B7ABFF;
  color: white;
  padding: 15px 0;
  margin: 15px;
  border-radius: 5px;
  display: flex;
/*  justify-content: space-evenly;*/
justify-content: center;
  align-items: center;
}
.ff-message-success .candidate {
  width: 200px;
  text-align: center;
  padding: 20px;
  background: #4238aa;
  box-shadow: 6px 6px 0px 0px black;
  text-transform: uppercase;
}
.ff-message-success .candidate-number {
  background-color: #e0e0e0;
  color: #673ab7;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ff-message-success .candidate-inner{
  color: #fff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
}

.ff-message-success .share-btn {
  background-color: #B7ABFF;
  padding: 10px 20px;
  margin: 0 15px 15px 15px;
  cursor: pointer;
  text-decoration: none!important;
  display: inline-block;
  box-shadow: 6px 6px 0px 0px black;
  text-transform: uppercase;
  color: #000!important;
  font-weight: 700;
}
.ff-message-success .social-icons-container,
.frm-fluent-form .share-container .social-icons-container
 {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  vertical-align:middle;
  text-align: center;
}

.ff-message-success .social-icons-container.show,
.frm-fluent-form .share-container .social-icons-container.show
 {
  opacity: 1;
  display: block;
}

.no-answer{
  font-size: 24px;
  line-height: 35px;
  padding: 20px;
  /* color: #4238AA; */
  font-weight: bold;
}

.frm-fluent-form .ff-step-container{
   width: 100%;
   max-width: 700px;
   box-shadow: none;
   padding: 0px;
}
.frm-fluent-form .ff-step-body{
}
.frm-fluent-form .fluentform-step{
   padding: 0px!important;
   border-radius: 0px!important;
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: unset;
}
.frm-fluent-form .form_header{
    background-color: #4238AA!important;
    color: white!important;
    padding: 10px 30px!important;
    margin: 20px 20px!important;
    border-radius: 16px!important; 
    font-weight: 600!important;
    font-size: 30px!important;
    line-height: 1.2em!important;
    font-family: "Rubik", sans-serif;
    box-shadow: 6px 6px 0px 0px black!important;
    text-transform: uppercase!important;
    display: inline-block!important;
    width: auto !important;
    max-width: 100%!important;
}

.frm-fluent-form .form_header p{
  color: white!important;
  font-weight: 600!important;
  font-size: 30px!important;
  line-height: 1.2em!important;
  font-family: "Rubik", sans-serif;
}

.frm-fluent-form .form_header::before{
  display: none!important;
}
.frm-fluent-form .form_header p{
    margin-top: 0px!important;
}
.frm-fluent-form .ff-el-group.ff-el-form-hide_label.form_choices.ff_list_2col{
    background-color: #B7ABFF!important;
    padding: 25px 25px 32px!important;
    border-radius: 24px!important;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto Slab", serif;
    margin:10px 0px 20px!important;
}
.frm-fluent-form .ff-el-input--content{
    width: 100%!important;
    max-width: 100%!important;
    gap: 30px !important;
    position: relative;
    align-items: initial!important;
    flex-wrap: wrap;
}
.frm-fluent-form .ff-el-form-check{
  max-width: 100%!important;
  gap: 30px!important;
  border-radius: 21px!important;
  box-shadow: 6px 6px 0px 0px black!important;
}
.fluentform .frm-fluent-form .ff-el-group.ff_list_2col .ff-el-form-check{
  width: calc(50% - 15px)!important;
}
.fluentform .frm-fluent-form .ff-el-group.ff_list_2col .ff-el-input--content  .ff-el-form-check:nth-child(3){
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    padding: 0px !important;
    background: transparent;
    justify-content: center;
    box-shadow: none !important;
}
.fluentform .frm-fluent-form .ff-el-group.ff_list_2col .ff-el-input--content  .ff-el-form-check:nth-child(3) .ff-el-form-check-label{
    display: inline-block;
    width: auto;
    padding: 6px 18px 5px 18px !important;
    background: #4238AA!important;
    color: #fff!important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 19px !important;
    line-height: 1em !important;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase !important;
    box-shadow: 6px 6px 0px 0px black !important;
}

.fluentform .frm-fluent-form .ff-el-group.ff_list_2col .ff-el-input--content  .ff-el-form-check:nth-child(3).ff-el-form-check-.ff_item_selected .ff-el-form-check-label{
    background: #000!important;
}
.fluentform .frm-fluent-form .ff-el-group.ff_list_2col .ff-el-input--content  .ff-el-form-check:nth-child(3) .ff-el-form-check-label span{
    color: #fff!important;
    font-size: 22px!important;
    font-weight: 700 !important;
}
.frm-fluent-form .ff-el-form-check::before{
  display: none!important;
}
.frm-fluent-form .ff-el-form-check{
      padding: 40px 30px 25px 30px!important;
}

.frm-fluent-form .ff-default .ff-btn-secondary:not(.ff_btn_no_style){
  margin-top: 0px!important;
}
.frm-fluent-form .step-nav.ff_step_nav_last{
   width:100%;
}
.frm-fluent-form .ff-btn{
    background-color: #4238AA !important;
    color: white !important;
    padding: 12px 25px 10px !important;
    margin-top: 0px !important;
    border-radius: 11px !important;
    font-weight: 500 !important;
    font-size: 19px !important;
    line-height: 1em !important;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase !important;
    display: inline-block !important;
    width: auto !important;
    cursor: pointer;
}
.frm-fluent-form .ff-btn:hover{
    background-color: #000!important;
    color: white!important;
}
.fluentform .frm-fluent-form .ff-el-is-error .text-danger{
    position: absolute;
    background: red;
    padding: 8px 15px;
    right: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    border-radius: 10px;
    text-transform: uppercase;
    top: -45px;
    font-weight: bold;
}
.fluentform .frm-fluent-form .ff-el-group{
    width: 100%;
    margin-bottom: 30px;
}
.fluentform .frm-fluent-form .ff-step-t-container{
     width: 100%;
}
.frm-fluent-form .ff-step-body .fluentform-step:first-child .step-nav.ff_step_nav_last{
    justify-content: end;
}
.frm-fluent-form .ff-inner_submit_container.ff-column-container.ff_columns_total_2{
  padding-top: 20px!important;
}
.frm-fluent-form .ff-inner_submit_container.ff-column-container.ff_columns_total_2 .ff-el-group.ff-text-right{
  margin-bottom: 0px!important;
}


.frm-fluent-form .ff-el-form-check-label span{
    text-transform: inherit!important;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400 !important;
}


.ff-message-success.ff-message-success{
    border:none;
    padding: 0px;
    margin:0px;
    box-shadow: none!important;
    padding-bottom: 25px!important;

}
.ff-message-success.ff-message-success .quiz-container{
   width: 100%;
   max-width: 700px;
   box-shadow: none;
   padding: 0px;
}
.ff-message-success.ff-message-success .question-results-container{
    max-height: 100%;
    overflow-y: auto;
    border-radius: 0px;
    background-color: #B7ABFF;
    font-family: "Rubik", sans-serif;
    padding: 25px 25px 15px 25px;
    margin: 20px 0px;
    border-radius: 18px;
}
.ff-message-success .quiz-completed{
   background-color: #4238AA;
    color: white;
    padding: 10px 60px;
    margin: 20px;
    border-radius: 15px; 
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    font-family: "Rubik", sans-serif;
    box-shadow: 5px 5px 0px 0px black;
    text-transform: uppercase;
    display: inline-block;
}
.ff-message-success .quiz-completed.bottom-heading{
    font-weight: 400;
}
.ff-message-success .question-result {
    background-color: #4238AA;
    color: #fff;
    padding: 20px 30px;
    margin-bottom: 25px;
    border-radius: 0px;
    display: flex;
    border-radius: 18px;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
    line-height: 1.3em;
    font-family: "Roboto Slab", serif;
    box-shadow: 6px 6px 0px 0px black;

}
.ff-message-success .question-result .answer{
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px;
    line-height: 1em;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Rubik", sans-serif;
}
.ff-message-success .bg-type-0{
  background-color: #613BFF!important;
}
.ff-message-success .bg-type-1{
  background-color: #FF3E4C!important;
}
.ff-message-success .candidate-match{
    background-color: #B7ABFF;
    color: white;
    margin: 20px 0px;
    border-radius: 18px;
    gap: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px;
    margin-bottom: 40px;
}
.ff-message-success .candidate{
    width: 50%;
    text-align: center;
    text-align: center;
    padding: 25px;
    min-height: 260px;
    height: 260px;
    background: #4238aa;
    box-shadow: 8px 8px 0px 0px black;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 18px;
}
.ff-message-success .candidate-name{
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}
.ff-message-success .candidate-number{
    background-color: transparent;
    color: transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 80px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ff-message-success .candidate-inner{
    width: 130px;
    height: 130px;
    border: solid 11px #D9D9D9;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    font-size: 68px;
    line-height: 1em;
    font-family: "Rubik", sans-serif;
    color:#fff;
}
.ff-message-success .share-btn
{
    background-color: #B7ABFF;
    color: white;
    padding: 12px 60px 10px;
    margin: 0 15px 15px 15px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    box-shadow: 8px 8px 0px 0px black;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    border-radius: 16px;
    font-family: "Rubik", sans-serif;
}

.frm-fluent-form .share-btn
{
    background-color: #B7ABFF;
    color: white;
    padding: 7px 25px 4px;
    margin: 0 15px 15px 15px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    box-shadow: 8px 8px 0px 0px black;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 23px;
    border-radius: 10px;
    font-family: "Rubik", sans-serif;
    text-align: center;
}

.frm-fluent-form .share-container{
  padding-top: 25px;
}

.ff-message-success .share-btn:hover,
.frm-fluent-form .share-btn:hover{
    background-color: #4238aa;
    color: #fff!important;
}
.ff-message-success .share-btn.o-guide{
    padding: 7px 25px 5px;
    font-size: 26px;
    border-radius: 14px;
    margin-top: 20px;
}
.fluentform .frm-fluent-form .ff-el-progress{
   border-radius: 30px!important;
}
.fluentform .frm-fluent-form .ff-el-progress-bar{
  border-radius: 20px!important;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  padding: 0px 20px 0px 5px;
  font-size: 14px;
}
.fluentform .frm-fluent-form .ff-step-header{
  margin-bottom: 0px;
}
.ff-message-success .social-icons-container a,
.frm-fluent-form .social-icons-container a{
  text-decoration: none!important;
  display: inline-block;
}

.ff-message-success .social-icons-container a svg,
.frm-fluent-form .social-icons-container a svg{
    height: 34px!important;
    width: 34px!important;
}
.ff-message-success .social-icons-container a.social-icon.o-email svg,
.frm-fluent-form .social-icons-container a.social-icon.o-email svg{
    height: 34px!important;
    width: 31px!important;
}

.fluentform .frm-fluent-form .ff-el-progress-bar{
  line-height: 30px;
}

.quiz-header{
  padding-top:20px;
}
.quiz-header .core-block-paragraph p{
  font-family: "Roboto Slab", serif !important;
}
@media only screen and (max-width: 768px) {
  .frm-fluent-form .ff-el-form-check-label span{
    font-weight: 400!important;
    line-height: 1.6!important;
    font-size: 16px!important;
  }
  .frm-fluent-form .ff-el-form-check{
        padding: 30px 20px 30px 20px !important;
  }
  .frm-fluent-form .step-nav.ff_step_nav_last{
    gap:10px;
  }
  .frm-fluent-form .form_header, .frm-fluent-form .form_header p{
    font-size: 19px!important;
  }

  .fluentform .frm-fluent-form .ff-el-group{
     padding: 0px 20px;
  }
  .frm-fluent-form .ff-el-group.ff-text-right.form_continue_container.ff_submit_btn_wrapper{
      justify-content: center!important;
  }
  .frm-fluent-form .ff-el-input--content{
    gap: 20px !important;
  }
  .ff-message-success .candidate-name{
    font-size: 20px;
  }
  .ff-message-success .candidate {
    padding: 20px;
    height: 200px;
    min-height: 200px;
  }
  .ff-message-success .candidate-inner{
     width: 90px;
     height: 90px;
     font-size: 50px;
  }
  .ff-message-success .candidate-number{
      width: 90px;
      height: 90px;
  }
  .ff-message-success .question-result{
    font-size: 17px;
    line-height: 1.3em;
    padding: 20px 25px;
    gap: 25px;
  }

  .ff-message-success .question-result .answer{
     width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
    line-height: 1em;
    font-size: 42px;
  }
  .ff-message-success .share-btn{
     font-size: 25px;
     padding: 12px 40px 10px;
  }
  .ff-message-success .share-btn.o-guide{
     font-size: 20px;
     border-radius: 10px;
     margin-top: 10px;
  }
  .ff-message-success .candidate-match{
      margin-bottom: 35px;
      padding: 25px 15px;
      gap: 20px;
  }
  .ff-message-success .quiz-completed{
     font-size: 24px;
  }
  .ff-message-success.ff-message-success .quiz-completed{
    margin: 15px 0px!important;
    max-width: 85%;
  }
  .ff-message-success.ff-message-success .question-results-container{
    padding: 15px 20px 15px 20px;
  }

  .fluentform .frm-fluent-form .ff-el-is-error .text-danger{
    font-size: 12px;
    top: -42px;
  }
  .fluentform  .frm-fluent-form .ff-el-group.ff_list_2col .ff-el-form-check{
    width: 100%!important;
  }

  .quiz-header{
    padding-top:0px;
  }

  .quiz-header .core-block-paragraph p{
    padding-left: 15px;
    padding-right:15px;
  }

}


