.footer,
.subscribe_form,
.topbar_header,
.header.site-header {
    display: none;
}
.site {
    width: 100%;
}
.rpa_test_page {
    padding-left: 20px;
    padding-right: 20px;
}
.grorpa_bx {
    width: 100%;
    margin: 0 auto;
}
.header_two {
    padding: 15px 0px;
    margin-bottom: 20px;
}
.logo_text {
    display: flex;
    width: 170px;
    margin: 0 auto;
}
.logo_text img {
    max-width: 100%;
    max-height: 100%;
}
.rpa_test_page .heading_main h2,
.rpa_test_page h2 {
    font-size: 30px;
} 
.grorpa_form_container {
    max-width: 500px;
    margin: 0 auto;
}
.question_container_wrap {
    max-width: 100%;
    margin: 0 auto;
}
.question_container_wrap .header_two .logo_text{
    margin: 0 auto;
}
.grorpa_bx .form_ps.form_loading {
    padding: 0px;
}
.grorpa_bx .form-group {
    margin-bottom: 20px;
}
.grorpa_bx .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.grorpa_bx .form_ps .form-control {
    font-size: 16px;
}
.grorpa-error {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    line-height: 1.25;
}
.grorpa-submit {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.grorpa-submit:hover {
    background-color: #0056b3;
}

.submit_link:hover {
    color: #000000;
}
#grorpa-form-toggle {
    margin-bottom: 20px;
}
 
#grorpa-form-toggle button.active {
    background-color: #81cbbd;
    border-color: #81cbbd;
    color: #213266;
}
#grorpa-form-toggle button.active:hover {
    background-color: transparent;
}
.rpa_test_page .form_loading:before {
    background: transparent;
}
.grorpa-form {
    display: none;
    /* width: 100%; */
    /* max-width: 500px; */
    /* margin: 0 auto; */
}
.grorpa-form.active {
    display: block;
}
#grorpa-message {
    margin-top: 10px;
    padding: 0;
    border-radius: 4px;
}
#grorpa-test-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

/*radio ps*/
.grorpa_option_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}
.grorpa_option_wrap [type="radio"]:checked,
.grorpa_option_wrap [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.grorpa_option_wrap [type="radio"]:checked + label,
.grorpa_option_wrap [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    width: 100%;
}
.grorpa_option_wrap label {
    border: 2px solid #ffffff36;
    border-radius: 7px;
    padding: 10px;
}
.grorpa_option_wrap [type="radio"]:checked + label:before,
.grorpa_option_wrap [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 15px;
    /* top: 10px; */
    width: 17px;
    height: 17px;
    border: 5px solid #5b558b;
    border-radius: 100%;
    background: #352f6d;
    top: 50%;
    transform: translateY(-50%);
}
.grorpa_option_wrap [type="radio"]:checked + label:after,
.grorpa_option_wrap [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #f9a291;
    position: absolute;
    /* top: 15px; */
    left: 20px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
}
.grorpa_option_wrap [type="radio"]:checked + label {
    color: #352f6d;
    background: #ffd6cec2;
    border-color: #352f6d;
}
.grorpa_option_wrap [type="radio"]:checked + label:before {
    border-color: #352f6d;
}
.grorpa_option_wrap [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.grorpa_option_wrap [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1) translateY(-50%);
}
.grorpa-option {
    width: 100%;
    /* border: 2px solid #ffffff36; */
    /* border-radius: 7px; */
    /* padding: 10px; */
} 

.dont-account {
    width: 100%;
}
.dont-account a {
    font-weight: 600;
    color: #F76F01;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.grorpa_bx .password_wrap {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
.grorpa_bx .password_eye_icon {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #29292980;
  font-weight: 400;
}
.grorpa_bx .form_ps .password_wrap .form-control {
    padding-right: 40px;
}
.password_info {
    font-size: 12px;
    line-height: 1.25;
    color: var(--color3);
}

/* Toggle switch */
.theme-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 30px;
  background-color: #4b4395;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.3s;
  gap: 5px;
}
.theme-switcher .thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.5s;
  flex: 0 0 auto;
}
.mode {
 transition: transform 0.5s;
 font-size: 14px;
 line-height: 1;
 font-weight: 500;
}
.theme-switcher.active .mode {
    transform: translateX(-20px);
}
.theme-switcher img {
  width: 14px;
  height: 14px;
}
.theme-switcher.active {
  background-color: #6a84c2a1;
  color: var(--color2);
}
.theme-switcher.active .thumb {
  transform: translateX(50px);
  background: var(--color2);
}

.grorpa_question_container {
    background: #352f6d;
    color: #fff;
    padding: 20px 20px;
    border-radius: 20px;
    /* display: none; */
    position: relative;
}
.grorpa_question_container p {
    color: #fff;
}
.grorpa_question_container h5 {
    color: #f9a291;
    font-weight: 400;
    margin-bottom: 10px;
}
.grorpa-passage {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    background: #7e7c7c36;
    padding: 10px;
    border-radius: 10px;
}
.grorpa_question_container.dark .grorpa-passage {
    background: var(--color7);
    color: #000000;
}
.grorpa_question_container:not(.dark) .grorpa-passage span {
    color: inherit !important;
}
.ques_count {
    font-size: 16px;
    text-align: left;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}   
.button.btn_org {
    border-color: #f9a291;
    background: #f9a291 !important;
    color: #352f6d !important;
}
.button.btn_org:hover {
    border-color: #f9a291 !important;
}
.button.btn_org svg {
    transition: all ease .5s;
}
.button.btn_org:hover svg {
    transform: translateX(10px);
}

.grorpa_question_result {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}


.grorpa_question_result h2 {
    margin-bottom: 10px;
}
.grorpa_question_result h3 {
    font-size: 24px;
    color: #f27a9f;
    margin-bottom: 10px;
}
.grorpa_question_result h3 .lbl1 {
    font-weight: 300;
    text-transform: capitalize;
}
.grorpa_question_result h4 {
    font-size: 18px;
    color: #6a84c2;
    margin-bottom: 10px;
}
.grorpa_question_result h4 .lbl1 {
    color: #213266;
}
.chart-container {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-top: 40px;
    position: relative;
    justify-content: center;
}
.bar-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 117px;
}
.bar-group.active {
    margin: 0;
}
.bubble {
    background: #0b0b45;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: none;
}
.bubble::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #0b0b45 transparent transparent transparent;
}
.bar {
    width: 50px;
    border-radius: 10px 10px 0 0;
}
.bar1 {
    height: 100px;
    background-color: #85C1E9;
}
.bar2 {
    height: 150px;
    background-color: #F1948A;
}
.bar3 {
    height: 180px;
    background-color: #5D6D7E;
}
.chart_bar_wrap {
    margin-bottom: 15px;
}
.chart_bar_wrap .drg_icon,
.drg_icon {
    display: none;
    max-width: 100px;
}
.bar-group.active>.bubble,
.bar-group.active>.drg_icon {
    display: block;
}
.form_loader {
    max-width: 200px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: 70px;
    z-index: 1;
}
.form_loader svg {
    width: 200px;
    height: 100px;
}
#grorpa-instruction-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.instruction-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

/* by uc */
.input-error {
    border: 1px solid red !important;
}
.required_sign{
	color:red;
}

/* media css */
@media screen and (min-width: 768px) {
    #grorpa-next-question {
        max-width: 300px !important;
        margin: 20px auto 0px;
    }
}
@media screen and (max-width: 767px) {
    .bar-group {
        min-width: 102px;
    }
    .bubble {
        padding: 8px 12px;        
        font-size: 12px;        
        line-height: 1.5;
    }
    .bar {
        width: 40px;
    }
    .chart_bar_wrap .drg_icon, .drg_icon {
        max-width: 80px;
    }
    
    .grorpa_question_result h2{
        font-size: 24px;
    }
    .grorpa_question_result h3{
        font-size: 20px;
    }
    .submit_link{
        width: 100%;
    }
    .grorpa_bx .password_eye_icon{
        top: 13px;
    }
}