.half_chart_container .arc {
    transition: all 3s ease-in-out;
    border-color: #3cbb91;
}

.half_chart_container .arc:after {
    content: "";
    position: absolute;
    left: -40px;
    top: 5px;
}

.half_chart .half_chart_container {
    position: relative;
    width: 400px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-right: 0;
    margin-left: 0;
}

.half_chart .half_chart_container:before {
    border: 51px solid #ffe9bf;
    border-bottom: none;
    top: 0;
    z-index: 1;
    border-radius: 300px 300px 0 0;
}

.half_chart .half_chart_container .arc,
.half_chart .half_chart_container:before {
    content: "";
    width: 400px;
    height: 200px;
    position: absolute;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    left: 0;
    box-sizing: border-box;
}

.half_chart .half_chart_container .arc {
    border: 51px solid #ffab00;
    border-top: none;
    border-radius: 0 0 300px 300px;
    top: 100%;
    z-index: 2;
    animation-name: half_chartFill;
    animation-duration: 3s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: all 3s ease-in-out;
}

.half_chart .half_chart_container .arc::before {
    content: "";
    height: 2px;
    width: 5px;
    position: absolute;
    top: 0;
    transition: all 3s ease-in-out;
}

.half_chart_container .arc:after {
    content: "";
    position: absolute;
    left: -40px;
    top: 5px;
}

.half_chart .half_chart_container .score {
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    line-height: 0;
}

.half_chart .half_chart_container .score .text_heading {
    font-size: 80px;
    font-weight: 700;
    color: #31216b;
    line-height: 1;
}

.text_heading_per {
    font-size: 40px;
    font-weight: 700;
    color: #31216b;
}


/***/

.page-template-aihr-gravity-forms-template .first_section_with_background_image {
    background-size: 100% 1300px;
    background-position: top center;
}

.gravity_result_page.page-template-aihr-gravity-forms-template .first_section_with_background_image {
    background-size: cover;
}

.page-template-aihr-gravity-forms-template h1.first_section_title {
    font-weight: 600;
    color: #1ebbf0;
    margin: 0px 0px 40px;
}

.page-template-aihr-gravity-forms-template .first_section_content_below_title {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 40px 50px;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}


/***********/

.page-template-aihr-gravity-forms-template.gravity_result_page .first_section_content_below_title {
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    box-sizing: border-box;
    box-shadow: none;
}

.result_holder {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.result_column {
    width: calc(25% - 20px);
    margin: 0px 10px 0px;
    box-sizing: border-box;
}

.result_column h3 {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px 0px;
    border-left: 3px solid #fff;
    padding-left: 10px;
}

.front_side {
    border-radius: 15px;
    cursor: pointer;
}

.data_column .down_part {
    border: 3px solid #5d5cff;
    margin: 0px 15px;
    border-top: none;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.people_column .down_part {
    border: 3px solid #00a0af;
    margin: 0px 15px;
    border-top: none;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.data_column.active_tab {
    border-bottom: 15px solid #5d5cff;
}

.people_column.active_tab {
    border-bottom: 15px solid #00a0af;
}

.digital_column.active_tab {
    border-bottom: 15px solid #ffab00;
}

.business_column.active_tab {
    border-bottom: 15px solid #f45c0f;
}

.result_column {
    border-bottom: 15px solid transparent;
}

.result_column.active_tab .front_side {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.digital_column .down_part {
    border: 3px solid #ffab00;
    margin: 0px 15px;
    border-top: none;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.business_column .down_part {
    border: 3px solid #f45c0f;
    margin: 0px 15px;
    border-top: none;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.result_column_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.piechart {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.result_column_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.result_column_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result_column_header span {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
}

.piechart_result {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 50px;
    color: #fff;
    font-weight: 800;
}

.piechart_result>span {
    font-size: 50px;
}

.piechart_result .result_percentage {
    font-size: 25px;
    padding-left: 3px;
}

.data_column .piechart_result {
    background-color: #5d5cff;
    color: #dfdeff;
}

.people_column .piechart_result {
    background-color: #00a0af;
    color: #c5edec;
}

.digital_column .piechart_result {
    background-color: #ffab00;
    color: #ffe9bf;
}

.business_column .piechart_result {
    background-color: #f45c0f;
    color: #fddecf;
}

.result_column_footer {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.less_button span {
    font-weight: 800;
    font-size: 18px;
    margin-right: 10px;
}

.less_button i {
    font-weight: 800;
    font-size: 22px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.2s linear;
}

.data_column .less_button span {
    color: #5d5cff;
}

.data_column .less_button i {
    color: #5d5cff;
}

.people_column .less_button span {
    color: #00a0af;
}

.people_column .less_button i {
    color: #00a0af;
}

.digital_column .less_button span {
    color: #ffab00;
}

.digital_column .less_button i {
    color: #ffab00;
}

.business_column .less_button span {
    color: #f45c0f;
}

.business_column .less_button i {
    color: #f45c0f;
}

.result_column_footer span {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    margin-right: 10px;
}

.result_column_footer i {
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.2s linear;
}

.less_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0px !important;
}

.less_button_holder {
    cursor: pointer;
}

.result_column_footer_holder {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.down_part {
    display: none;
    border-radius: 15px;
}

.result_column.active_column .result_column_footer i {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.result_column_list>div .agenda_color {
    border: 2px solid #fff;
    width: 7px;
    height: 7px;
    border-radius: 2px;
}

.result_column_list>div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.down_part_inner_left>div>h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}

.down_part_inner_left>div .content_left p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
}

.tab_single {
    padding-top: 10px;
}

.tab_single p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
}

.tab_single p:last-child {
    margin-bottom: 0px;
}

.down_part_inner_left>div .content_left p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
}

.tab_single {
    padding-top: 10px;
}

.tab_single p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
}

.tab_single p:last-child {
    margin-bottom: 0px;
}

.result_column_list>div .agenda_text {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    margin-right: 30px;
}

.piechart_left {
    width: 180px;
    height: 180px;
}

.arrow_color {
    font-size: 16px;
    line-height: 1;
}

.data_column .arrow_color {
    color: #dfdeff;
}

.people_column .arrow_color {
    color: #c5edec;
}

.digital_column .arrow_color {
    color: #ffe9bf;
}

.business_column .arrow_color {
    color: #fddecf;
}

.result_header {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.result_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 14px 0px;
}

.result-item-score {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.meter {
    position: relative;
}

.meter::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #e2e2e2;
    border-radius: 100%;
    position: absolute;
    left: -6px;
    top: -6px;
}

.meter::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #e2e2e2;
    border-radius: 100%;
    position: absolute;
    right: -6px;
    top: -6px;
}

.meter>span {
    background-color: #fff;
}

.data_column .meter {
    background-color: #bebeff;
}

.people_column .meter {
    background-color: #8bd4db;
}

.digital_column .meter {
    background-color: #ffd38f;
}

.business_column .meter {
    background-color: #fabe9f;
}

.result_header_right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meter {
    width: 100%;
    box-sizing: content-box;
    height: 2px;
    /* Can be anything */
    position: relative;
    background: #e2e2e2;
}

.meter>span {
    display: block;
    height: 100%;
    border-radius: 5px;
    position: relative;
    background: #e2e2e2;
}

.meter>span:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 4px;
    z-index: 9;
}

.tabs_content_item:nth-child(1) .meter>span:after {
    background-color: #5e5cff;
}

.tabs_content_item:nth-child(2) .meter>span:after {
    background-color: #e32d34;
}

.tabs_content_item:nth-child(3) .meter>span:after {
    background-color: #1ebbf0;
}

.tabs_content_item:nth-child(4) .meter>span:after {
    background-color: #ffab00;
}

.tabs_content_item:nth-child(5) .meter>span:after {
    background-color: #00a0af;
}


/***************/

.result_main_holder {
    display: flex;
    flex-wrap: wrap;
}

.result_left {
    width: 300px;
    padding-right: 50px;
    box-sizing: border-box;
}

.result_right {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
}

.result_table {
    flex: 1;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}

.result_table_header {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-end;
}

.result_header_item {
    color: #50585f;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.picker {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    display: block;
    margin-right: 3px;
}

.result_table_single_item {
    border-radius: 4px;
    margin-bottom: 10px;
}

.coordinate_holder {
    width: 450px;
    height: 450px;
    position: relative;
}

.coordinate_horizontal {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgb(198, 203, 211);
}

.coordinate_horizontal:before {
    content: "\f053";
    font-size: 10px;
    color: rgb(198, 203, 211);
    position: absolute;
    left: -1px;
    top: -14px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.coordinate_horizontal:after {
    content: "\f054";
    font-size: 10px;
    color: rgb(198, 203, 211);
    position: absolute;
    right: -1px;
    top: -14px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.coordinate_vertical {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0px;
    width: 1px;
    height: 100%;
    background-color: rgb(198, 203, 211);
}

.coordinate_vertical:before {
    content: "\f077";
    font-size: 10px;
    color: rgb(198, 203, 211);
    position: absolute;
    top: -13px;
    left: calc(50% - 4px);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    width: 9px;
}

.coordinate_vertical:after {
    content: "\f078";
    font-size: 10px;
    color: rgb(198, 203, 211);
    position: absolute;
    bottom: -13px;
    left: calc(50% - 4px);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    width: 9px;
}

.result_poligon_1 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.result_poligon {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}

.result_poligon.active_content {
    display: block;
}

.resultat_user {
    background-color: rgba(30, 187, 240, 0.1);
}

.advisor_poligon {
    background-color: rgba(255, 171, 0, 0.1);
}

.strategist_poligon {
    background-color: rgba(93, 92, 255, 0.1);
}

.service_poligon {
    background-color: rgba(0, 160, 175, 0.1);
}

.solution_poligon {
    background-color: rgba(244, 92, 15, 0.1);
}

.down_part_inner_right_content ul {
    list-style: none;
    list-style: none;
    padding: 0px;
    margin-top: 0px;
}

.coordinate_horizontal_left {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #f45c0f;
    font-weight: 800;
}

.coordinate_horizontal_right {
    position: absolute;
    top: 5px;
    right: 0px;
    color: #00a0af;
    font-weight: 800;
}

.coordinate_vertical_top {
    position: absolute;
    top: 0px;
    color: #5d5cff;
    font-weight: 800;
    left: 10px;
    line-height: 1.3;
}

.name_of_quadrant {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.data_quadrant {
    position: absolute;
    top: 0px;
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    cursor: pointer;
    right: 0px;
    color: #5d5cff;
    font-weight: 800;
    font-size: 18px;
    text-align: right;
    line-height: 1;
    padding: 10px 10px 0px 0px;
}

.people_quadrant {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #00a0af;
    font-weight: 800;
    font-size: 18px;
    text-align: right;
    line-height: 1;
    padding: 0px 10px 10px 0px;
}

.digital_quadrant {
    display: flex;
    align-items: flex-end;
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #ffab00;
    font-weight: 800;
    font-size: 18px;
    text-align: left;
    line-height: 1;
    padding: 0px 0px 10px 10px;
}

.business_quadrant {
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #f45c0f;
    font-weight: 800;
    font-size: 18px;
    text-align: left;
    line-height: 1;
    padding: 10px 0px 0px 10px;
}

.coordinate_vertical_bottom {
    position: absolute;
    bottom: 0px;
    color: #ffab00;
    font-weight: 800;
    left: 10px;
    line-height: 1.3;
}

.data_quadrant:hover {
    background-color: rgba(93, 92, 255, 0.05);
}

.people_quadrant:hover {
    background-color: rgba(0, 160, 175, 0.05);
}

.digital_quadrant:hover {
    background-color: rgba(255, 171, 0, 0.05);
}

.business_quadrant:hover {
    background-color: rgba(244, 92, 15, 0.05);
}

.persona_item {
    border: 1px solid rgb(198, 203, 211);
    padding: 6px 0px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 8px;
    background-color: #fff;
    color: #50585f;
    cursor: pointer;
    position: relative;
}

.persona_item:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30px;
    background-color: #fff;
}

.persona_item:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0px;
    bottom: 0px;
    width: 30px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.persona_item:nth-child(1):after {
    background-color: rgba(255, 171, 0, 0.1);
}

.persona_item:nth-child(2):after {
    background-color: rgba(93, 92, 255, 0.1);
}

.persona_item:nth-child(3):after {
    background-color: rgba(0, 160, 175, 0.1);
}

.persona_item:nth-child(4):after {
    background-color: rgba(244, 92, 15, 0.1);
}

.persona_item span {
    border-left: 4px solid transparent;
    padding: 10px 20px;
    display: block;
    text-transform: capitalize;
}

.persona_item.active_tab span {
    border-left: 4px solid #1ebbf0;
}

.result_left h3 {
    margin: 0px 0px 20px;
    font-weight: 700;
    font-size: 1.8em;
    color: #2e3c47;
}

.result_table_middle_item_holder {
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgb(198, 203, 211);
}

.result_table_middle_item_holder:last-child {
    border-bottom: none;
}

.result_table_middle_item_holder_left {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0px;
    border-right: 1px solid rgb(198, 203, 211);
    font-size: 14px;
    line-height: 1.3;
}

.result_table_middle_item_holder_right {
    display: flex;
}

.spider_diagram {
    display: none;
}

.spider_diagram.show_diagram {
    display: block;
}

.front_side {
    padding: 30px 25px;
    box-sizing: border-box;
}

.backend_side {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg) translateZ(1px);
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    width: 100%;
    min-height: inherit;
    border-radius: 8px;
    box-sizing: border-box;
    justify-content: center;
}

.backend_side_inner {
    padding: 40px;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.result_column_inner {
    position: relative;
    transition-property: box-shadow, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.result_column:hover .result_column_inner {
    transform: rotateY(180deg);
    transform-origin: 50% 50% !important;
}

.backend_side h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #2e3c47;
    margin: 0px 0px 15px;
}

.backend_side p {
    margin: 0 0 10px;
    font-weight: 500;
    color: #50585f;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
}

.backend_side p:last-child {
    margin: 0px;
}

.explanation {
    text-align: left;
    color: #fff;
    margin-top: 15px;
}

.explanation i {
    padding-right: 5px;
}

.tooltip_header {
    position: relative;
}

.tooltip_explanation_inner {
    display: inline-block;
}

.text_on_hover {
    visibility: hidden;
    background-color: #fff !important;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 8%);
    color: #41476c !important;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 10px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px !important;
    line-height: 1.5;
    font-weight: 500 !important;
    padding: 10px !important;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
    width: 300px;
}

.text_on_hover:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 17px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.tooltip_explanation_inner:hover .text_on_hover {
    visibility: visible;
    opacity: 1;
}

.text_on_hover_inner {
    text-align: left;
}

.text_on_hover_inner h3 {
    margin: 0px 0px 0px;
}

.text_on_hover_inner p {
    padding: 0px 0px 10px;
    margin: 0px;
}

.text_on_hover_inner p:last-child {
    margin-bottom: 0px;
}

.country_field select {
    height: 45px;
    border-radius: 5px;
}

.country_field .address_country {
    width: 100%;
    padding-right: 0px !important;
    flex: none !important;
}

.country_field legend,
.assessments_field label {
    text-align: left;
    width: 100%;
    font-size: 16px;
    color: #50585f !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 32px !important;
}

.assessments_field label span {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
}

.assessments_checkbox .gchoice {
    display: flex;
    align-items: flex-start;
}

.assessments_checkbox .gchoice input {
    margin: 0px 5px 0px 0px;
}

.assessments_checkbox .gchoice input {
    height: 28px;
}

.assessments_checkbox .gchoice label {
    text-align: left;
    line-height: 1.8;
    padding-left: 5px;
}

.assessments_radiobox label {
    text-align: left !important;
    width: 100% !important;
    font-size: 16px !important;
    color: #50585f !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 32px !important;
}

.assessments_radiobox legend {
    text-align: left !important;
    width: 100% !important;
    font-size: 16px !important;
    color: #50585f !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 32px !important;
}

.assessments_radiobox .ginput_container {
    text-align: left !important;
}

.assessments_radiobox .ginput_container .gchoice {
    display: flex;
    align-items: flex-start;
}

.assessments_radiobox .ginput_container .gchoice input {
    margin-top: 8px !important;
}

.assessments_radiobox .ginput_container .gchoice label {
    font-size: 14px !important;
    padding-left: 5px !important;
}

@media screen and (max-width: 370px) {
    .gform_button[type="submit"] {
        min-width: inherit !important;
    }
}

.competency_mode_form.learning_journey .gform_footer.top_label {
    display: inline-block;
    padding: 0px;
    margin: 30px 0px -10px;
}

.competency_mode_form.learning_journey .gform_footer.top_label input {
    background: #fb9f00 !important;
    color: #ffffff !important;
}

.competency_mode_form.learning_journey .gform_footer.top_label:hover input {
    background: #f7b500 !important;
}

.competency_mode_form.learning_journey .ginput_container_radio {
    margin-left: -5px;
}

.competency_mode_form.learning_journey fieldset>.gfield_label {
    border-bottom: 1px solid #d8d8d8;
}

.competency_mode_form.learning_journey fieldset .gfield_description {
    text-align: left;
    padding-top: 0px;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
}

.journey_page.page-template-aihr-gravity-forms-template .first_section_with_background_image {
    background-size: 100% 500px;
}


/**********************************
  *****
  *****
  */

#result_assessemnts_main {
    width: 1100px;
    margin-left: -40px;
    margin-top: 30px;
}

.result_assessemnts_top {
    display: flex;
    margin: 0px -10px;
}

.result_assessemnts_top_left {
    width: calc(200% / 3 - 20px);
    margin: 0px 10px 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.result_assessemnts_top_right {
    width: calc(100% / 3 - 20px);
    margin: 0px 10px 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.result_header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #e9faff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    margin: 0px;
    font-size: 18px;
    color: #31216b;
    padding: 15px 20px;
    font-weight: 700;
}

.result_header-top span {
    color: #1ebbf0;
    font-weight: 700;
    font-size: 18px;
}

.result_holder_header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2.7em;
    line-height: 1.2em;
    margin: 0px 0px 0px;
}

.result_holder_header_inner {
    display: flex;
    padding: 30px;
}

.result_assessemnts_top_right .result_holder_header_inner {
    flex-direction: column;
    padding: 80px 0px 0px;
}

.result_assessemnts_top_right .result_holder_header_inner .text_below_chart {
    margin: 0px;
    padding: 20px;
}

.hr_persona_right_inner {
    margin: 0px 20px;
}

.hr_persona_right img {
    width: 313px;
    max-width: initial;
}

@media screen and (min-width: 1251px) and (max-width: 1500px) {
    .result_holder_header_inner_left_inner {
        padding-right: 0px !important;
    }
    .hr_persona_right img {
        width: 381px;
    }
    #result_assessemnts_main {
        width: 900px;
    }
    .result_assessemnts_top_left {
        width: calc(52% - 20px);
    }
    .result_assessemnts_top_right {
        width: calc(48% - 20px);
    }
    .result_assessemnts_top_left .result_holder_header_inner {
        flex-direction: column;
    }
    .result_holder_header_inner_left {
        width: 100% !important;
        border: none !important;
        order: 2;
    }
    .result_holder_header_inner_left ul {
        display: flex;
        flex-wrap: wrap;
    }
    .result_holder_header_inner_left ul li {
        width: calc(50% - 15px);
        margin: 0 10px 20px 0px !important;
        font-size: 14px !important;
    }
    .result_holder_header_inner_right {
        padding-left: 0px !important;
        order: 1;
    }
    .result_holder_header_inner_left ul {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }
    .result_holder_header_inner {
        padding: 60px 30px 30px;
    }
}

@media screen and (max-width: 1350px) {
    #result_assessemnts_main {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1250px) {
    .hr_persona_right_inner {
        margin: 0px;
    }
    .result_assessemnts_top_right .result_holder_header_inner .text_below_chart {
        padding: 0px 0px 0px 20px;
    }
    #result_assessemnts_main {
        width: 700px;
    }
    .result_assessemnts_top {
        flex-direction: column;
    }
    .result_assessemnts_top_left {
        width: calc(100% - 20px);
    }
    .result_assessemnts_top_right {
        width: calc(100% - 20px);
    }
    .result_assessemnts_top_right .result_holder_header_inner {
        flex-direction: row;
        padding: 60px 30px 30px;
        align-items: center;
    }
}

@media screen and (max-width: 980px) {
    .hr_persona_right img {
        width: 384px;
    }
    .hr_persona_right_inner {
        max-width: 384px;
    }
}

@media screen and (max-width: 760px) {
    .half_chart .half_chart_container {
        margin: 0 auto !important;
    }
    #result_assessemnts_main {
        width: 100%;
    }
    .result_holder_header_inner_left_inner {
        padding-right: 0px !important;
    }
    .result_assessemnts_top_left .result_holder_header_inner {
        flex-direction: column;
    }
    .result_holder_header_inner_left {
        width: 100% !important;
        border: none !important;
        order: 2;
    }
    .result_holder_header_inner_left ul {
        display: flex;
        flex-wrap: wrap;
    }
    .result_holder_header_inner_left ul li {
        width: calc(50% - 15px);
        margin: 0 10px 20px 0px !important;
        font-size: 14px !important;
    }
    .result_holder_header_inner_right {
        padding-left: 0px !important;
        order: 1;
    }
    .result_holder_header_inner_left ul {
        margin: 10px 0px 0px !important;
    }
    .hr_persona_right {
        max-width: 290px;
    }
    .hr_persona_right img {
        width: 290px;
    }
}

.result_holder_header_inner_left {
    width: 240px;
    border-right: 1px solid #e2e2e2;
}

.result_holder_header_inner_right {
    flex: 1;
    padding-left: 20px;
}

.result_left_inner_header {
    background-color: #31216b;
    padding: 5px 20px;
    display: flex;
    border-radius: 10px;
    text-align: left;
    align-items: center;
}

.text_below_chart {
    text-align: left;
    line-height: 1;
    margin-top: 20px;
}

.text_below_chart_title {
    font-weight: 700;
    color: #404040;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    padding-bottom: 5px;
}

.text_below_chart_content {
    color: #404040;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.text_below_chart_link a {
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.result_holder_header_inner_left_inner {
    padding-right: 30px;
}

.result_left_inner_header_bottom {
    padding: 20px;
}

.result_left_inner_header_bottom ul {
    list-style: none;
}

.result_left_inner_header i {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
    color: #c8c8c8;
    font-size: 18px;
    padding-right: 15px;
}

.result_left_inner_header i:before {
    content: "\f0ae";
}

.result_left_inner_header span {
    color: #c8c8c8;
    font-weight: 600;
}

.gravity_result_page .first_section_with_background_container {
    padding: 145px 50px 160px;
}

.gravity_result_page .first_section_with_background_image {
    position: relative;
}

.gravity_result_page .first_section_with_background_image:before {
    height: 160px;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    bottom: -1px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.result_holder_header_inner_left p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    letter-spacing: -0.3px;
    margin: 0 0 20px;
}

.result_holder_header_inner_left ul {
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 30px;
    list-style: none;
}

.result_holder_header_inner_left ul li {
    color: #50585f;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.inner_header_bottom {
    padding: 20px;
}

.agenda_text {
    cursor: pointer;
    color: #656464;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.agenda_text i {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.2s linear;
}

.agenda_text i.open-acc {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.2s linear;
}

.agenda_text.x_sign,
.result_holder_header_inner_left ul li.x_sign {
    position: relative;
}

.agenda_text.x_sign:before {
    content: "\f00d";
    position: absolute;
    left: -30px;
    top: -7px;
    font-size: 26px;
    color: #e32d34;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
}

.result_holder_header_inner_left ul li.x_sign:before {
    content: "\f00d";
    position: absolute;
    left: -30px;
    top: -11px;
    font-size: 30px;
    color: #e32d34;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
}

.agenda_text.c_sign,
.result_holder_header_inner_left ul li.c_sign {
    position: relative;
}

.agenda_text.c_sign:before {
    content: "\f00c";
    position: absolute;
    left: -30px;
    top: 0px;
    font-size: 22px;
    color: #23c530;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
}

.result_holder_header_inner_left ul li.c_sign:before {
    content: "\f00c";
    position: absolute;
    left: -30px;
    top: -6px;
    font-size: 25px;
    color: #23c530;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
}

.spec {
    font-style: italic;
    font-weight: 400 !important;
    text-transform: none !important;
}

.spec i {
    position: relative;
}

.spec i:before {
    content: "\f05a";
    font-size: 19px;
    color: #50585f;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    left: -27px;
    top: -15px;
}

.left_inner_header a {
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.button-one {
    margin: 20px 0px;
}

.button-one .default-button.button-orange {
    min-width: 100%;
}

.button-two .default-button.button-orange-ghost {
    min-width: 100%;
}

.buttons_holder {
    max-width: 440px;
}

.t_text {
    font-size: 350px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.t_holder {
    position: relative;
    display: inline-block;
}

.t_per {
    position: absolute;
    right: -80px;
    color: #fb9f00;
    top: 50%;
    font-size: 60px;
    font-weight: 600;
}

@media screen and (max-width: 1100px) {
    .result_column {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    .result_column {
        border-bottom: none !important;
    }
    .result_column.active_tab .front_side {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .result_column_down .down_part:nth-child(1) {
        border-top-left-radius: 15px !important;
    }
    .result_column_down .down_part:nth-child(4) {
        border-top-right-radius: 15px !important;
    }
}

@media screen and (max-width: 1100px) {
    .result_column {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    .result_column {
        border-bottom: none !important;
    }
    .result_column.active_tab .front_side {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .result_column_down .down_part:nth-child(1) {
        border-top-left-radius: 15px !important;
    }
    .result_column_down .down_part:nth-child(4) {
        border-top-right-radius: 15px !important;
    }
}

@media screen and (max-width: 1040px) {
    .gravity_result_page .first_section_with_background_image:before {
        height: 100px;
    }
    .gravity_result_page .first_section_with_background_container {
        padding: 115px 50px 140px;
    }
}

@media screen and (max-width: 980px) {
    .result_header-top {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 540px) {
    .text_below_chart {
        width: 100%;
    }
    .text_heading_per {
        font-size: 30px;
    }
    .half_chart .half_chart_container .score .text_heading {
        font-size: 60px;
    }
    .half_chart .half_chart_container:before {
        border: 36px solid #ffe9bf;
        border-bottom: none;
    }
    .half_chart .half_chart_container .arc {
        border: 36px solid #ffab00;
        border-top: none;
    }
    .half_chart .half_chart_container .score {
        bottom: -5px;
    }
    .half_chart {
        width: 300px;
        margin: 0 auto;
    }
    .half_chart .half_chart_container .arc,
    .half_chart .half_chart_container:before,
    .half_chart .half_chart_container {
        width: 300px;
        height: 150px;
    }
    .result_assessemnts_top_right .result_holder_header_inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .result_assessemnts_top_right .result_holder_header_inner .text_below_chart {
        padding: 20px 0px 0px;
    }
    .result_assessemnts_top_right .text_below_chart_content {
        margin-bottom: 0px;
    }
    .result_holder_header_inner_left ul li {
        width: calc(100% - 15px);
    }
    .result_holder_header_inner_left ul li.spec {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    .text_below_chart {
        width: 100%;
    }
    .text_heading_per {
        font-size: 30px;
    }
    .half_chart .half_chart_container .score .text_heading {
        font-size: 60px;
    }
    .half_chart .half_chart_container:before {
        border: 36px solid #ffe9bf;
        border-bottom: none;
    }
    .half_chart .half_chart_container .arc {
        border: 36px solid #ffab00;
        border-top: none;
    }
    .gravity_result_page .first_section_with_background_image:before {
        height: 80px;
    }
    .result_holder_header h1 {
        font-size: 2.5em;
    }
    .gravity_result_page .first_section_with_background_container {
        padding: 115px 30px 120px;
    }
    .button-one .default-button.button-orange,
    .button-two .default-button.button-orange-ghost {
        padding: 12px 5px;
    }
}

@media screen and (max-width: 420px) {
    .result_holder_header_inner {
        padding: 20px;
    }
    .result_assessemnts_top_right .result_holder_header_inner {
        padding: 50px 20px 20px;
    }
    .hr_persona_right {
        max-width: 250px;
    }
    .hr_persona_right img {
        width: 250px;
    }
    .half_chart .half_chart_container .score .text_heading {
        font-size: 40px;
    }
    .half_chart {
        width: 240px;
    }
    .half_chart .half_chart_container:before {
        border: 24px solid #ffe9bf;
        border-bottom: none;
    }
    .half_chart .half_chart_container .arc {
        border: 24px solid #ffab00;
        border-top: none;
    }
    .half_chart .half_chart_container .arc,
    .half_chart .half_chart_container:before,
    .half_chart .half_chart_container {
        width: 240px;
        height: 120px;
    }
    .half_chart .half_chart_container {
        margin: 0 auto;
    }
}

.down_part_inner {
    padding: 40px 40px 40px;
    display: flex;
    align-items: flex-start;
}

.down_part_inner_left {
    flex: 1;
    padding-right: 50px;
}

.down_part_inner_right {
    width: 300px;
}

.down_part_inner h4 {
    font-weight: 800;
    margin: 0px 0px 20px 0px;
    font-size: 2.5em;
    line-height: 1.3;
}

.down_part_inner p {
    font-weight: 500;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    margin: 0px 0px 20px 0px;
}

.content_image {
    display: flex;
    align-items: center;
}

.content_left {
    width: 100%;
}

.content_left p:last-child {
    margin-bottom: 0px !important;
}

.image_right {
    width: 40%;
    line-height: 0;
    padding-left: 20px;
}

.image_right img {
    width: 100%;
}

#download_image {
    border: solid 1px #fb9f00 !important;
    color: #fb9f00 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    margin: 0px !important;
    height: 38px;
    width: 234px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 100 !important;
    border-radius: 5px !important;
    letter-spacing: 1px;
}

@media screen and (max-width: 1040px) {
    .gravity_result_page #main>.wf-wrap {
        padding: 0 50px 0 50px;
    }
}

@media screen and (max-width: 800px) {
    .content_image {
        flex-direction: column;
    }
    .content_left {
        width: 100%;
        padding-right: 0px;
    }
    .image_right {
        width: 100%;
        padding-left: 0px;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 750px) {
    .result_column_content {
        flex-direction: column;
    }
    .piechart_left {
        margin-right: 0px;
    }
    .result_column_list {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .down_part_inner h4 {
        font-size: 2.3em;
        margin: 0px 0px 10px 0px;
    }
    .down_part_inner h5 {
        font-size: 1.8em;
        margin: 0px 0px 10px 0px;
    }
    .down_part_inner {
        padding: 30px;
    }
    .front_side {
        padding: 30px;
    }
    .gravity_result_page #main>.wf-wrap {
        padding: 0 30px 0 30px;
    }
}

.img_holder {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    border-right: 1px solid #5d5cff;
}

.content_right_hr {
    width: 50%;
    padding-left: 50px;
}

.second_section_inner {
    display: flex;
    align-items: center;
}

.hr_persona_right_inner:before {
    position: absolute;
    top: -20px;
    font-size: 20px;
    color: #5d5cff;
    font-weight: 700;
}

.hr_persona_right_inner {
    position: relative;
    line-height: 0;
}

.hr_persona_inner {
    display: flex;
    align-items: center;
}

.content_right_hr p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    margin: 0px 0px 10px 0px;
}

.l_more a {
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.content_right_hr p:last-child {
    margin-bottom: 0px;
}

.second_section h2 {
    color: #170f3f;
    text-align: left;
    font-weight: 700;
    font-size: 2.7em;
    line-height: 1.2em;
    margin: 0px 0px 40px;
}

.gravity_result_page #main {
    padding: 0px !important;
}

.four_competencies_main {
    background-color: #e9faff;
    margin-left: calc(-100vw / 2 + 1130px / 2);
    margin-right: calc(-100vw / 2 + 1130px / 2);
    padding: 100px 0 100px !important;
}

.second_section {
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.result_column_down .down_part:nth-child(1) {
    background-color: #5d5cff;
}

.result_column_down .down_part:nth-child(1) .meter {
    background: #dfdeff;
}

.result_column_down .down_part:nth-child(1) .down_part_inner_right {
    background: #dfdeff;
}

.result_column_down .down_part:nth-child(2) {
    background-color: #00a0af;
}

.result_column_down .down_part:nth-child(2) .meter {
    background: #c5edec;
}

.result_column_down .down_part:nth-child(2) .down_part_inner_right {
    background: #c5edec;
}

.result_column_down .down_part:nth-child(3) {
    background-color: #ffab00;
}

.result_column_down .down_part:nth-child(3) .meter {
    background: #ffe9bf;
}

.result_column_down .down_part:nth-child(3) .down_part_inner_right {
    background: #ffe9bf;
}

.result_column_down .down_part:nth-child(4) {
    background-color: #f45c0f;
}

.result_column_down .down_part:nth-child(4) .meter {
    background: #fddecf;
}

.result_column_down .down_part:nth-child(4) .down_part_inner_right {
    background: #fddecf;
}

.hr_compare_section {
    padding: 30px;
    display: flex;
    align-items: flex-start;
}

.hr_dropdown_section {
    color: #170f3f;
    text-align: left;
    font-weight: 700;
    font-size: 2.7em;
    line-height: 1.2em;
    order: 2;
    flex: 1;
    border-radius: 10px;
    background-color: #e9faff;
}

.hr_dropdown_holder {
    display: none;
}

.below_dropdown_content {
    padding: 20px;
}

.active_dropdown span {
    font-size: 22px;
    font-weight: 700;
    color: #170f3f;
    line-height: 1;
}

.dropdown_item {
    cursor: pointer;
}

.dropdown_item:hover {
    color: #1ebff0;
}

.your_match_new {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.last_accordion_title {
    color: #1ebff0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.last_accordion_title i {
    color: #1ebff0;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.four_tabs_item_content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    margin: 0px 0px 10px;
}

.last_accordion_content {
    display: none;
}

.last_accordion_content ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}

.introduce_section {
    max-width: 750px;
}

.last_accordion {
    padding-top: 20px;
}

.four_tabs {
    margin-top: 40px;
}

.last_accordion_content h5 {
    margin: 10px 0px;
    font-weight: 600;
    font-size: 16px;
}

.last_accordion_column {
    margin-bottom: 15px;
}

.last_accordion_column:last-child {
    margin-bottom: 0px;
}

.active_dropdown i {
    font-size: 25px;
    color: #170f3f;
    margin-left: 10px;
    line-height: 37px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.2s linear;
    position: absolute;
    right: 25px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
}

.hr_item_content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    margin: 0px 0px 10px 0px;
}

.hr_item_content ul {
    list-style: none;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 15px;
}

.learn_more_about a {
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.learn_more_about {
    line-height: 1;
    font-size: 20px;
}

.hr_item_content ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

.hr_item_content h3 {
    color: #404040;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin: 30px 0px 10px;
}

.active_dropdown.open-dropdown i {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.your_match {
    color: #170f3f;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
}

.your_match span {
    display: inline-block;
}

.your_match strong {
    color: #1ebff0;
}

.your_match_new i {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #1ebff0;
    font-style: normal;
    font-size: 50px;
}

.your_match_new i:before {
    content: "\f2bd";
}

.tooltip_holder {
    position: relative;
}

.your_match_new .tooltip_holder i {
    font-size: 14px;
}

.your_match_new .tooltip_holder i:before {
    content: '\f05a';
}

.tooltip_holder .tooltip_on_tab {
    left: inherit;
    right: -20px;
    font-size: 14px!important;
    line-height: 20px!important;
    color: #41476c!important;
    text-transform: none!important;
}

.tooltip_holder .tooltip_on_tab::after {
    left: inherit;
    right: 20px;
}

.tooltip_holder:hover .tooltip_on_tab {
    visibility: visible;
    opacity: 1;
}

.your_match_right {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.your_match_right_header strong {
    color: #1ebff0;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 20px;
}

.your_match_right_header span {
    color: #1ebff0;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 5px;
    line-height: 20px;
}

.your_match_right_header {
    line-height: 20px;
}

.your_match_right>span {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.active_dropdown {
    border-radius: 10px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    background-color: #b0e7ff;
}

.hr_item_content {
    display: none;
}

.hr_item_content.activ_item_content {
    display: block;
}

.hr_dropdown_holder {
    position: absolute;
    top: 54px;
    z-index: 99999;
    background-color: #fff;
    right: 0px;
    width: 100%;
    border: 1px solid #1ebff0;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 7px 10px 0px;
    box-sizing: border-box;
}

.dropdown_item:first-child {
    border: none;
}

.dropdown_item {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    border-top: 1px solid #d8d8d8;
}

.hr_dropdown_inner {
    position: relative;
    width: 100%;
}

.hr_bottom_section {
    order: 1;
    width: 700px;
}

body.gravity_result_page .site-header-new {
    z-index: 9999999 !important;
}

.below_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    width: 80%;
    margin: 0px;
}

.last_accordion_content ul {
    list-style: none;
    padding: 0px;
    margin-top: 0px;
}

.button_left,
.button_right {
    margin-top: 20px;
}

@media screen and (max-width: 1250px) {
    .four_competencies_main {
        margin-left: -60px;
        margin-right: -60px;
    }
    .second_section {
        max-width: 100%;
        margin: 0 60px;
        width: calc(100% - 140px);
    }
    .hr_persona_container {
        margin-left: calc(-100vw / 2 + 50%);
        margin-right: calc(-100vw / 2 + 50%);
    }
}

@media screen and (max-width: 1140px) {
    .four_competencies_main {
        margin-left: -50px;
        margin-right: -50px;
    }
    .second_section {
        margin: 0 50px;
        width: calc(100% - 100px);
    }
    .highcharts-container {
        margin: 0 auto !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 1040px) {
    .second_section {
        margin: 0 50px;
        width: calc(100% - 100px);
    }
    .highcharts-container {
        margin: 0 auto !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 980px) {
    .second_section_inner {
        flex-direction: column;
    }
    .content_right_hr {
        padding: 0px 0px 50px;
        width: 100%;
        order: 1;
    }
    .down_part_inner {
        flex-direction: column;
    }
    .down_part_inner_left {
        flex: none;
        padding-right: 0px;
        padding-bottom: 30px;
        width: 100%;
    }
    .down_part_inner_right {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 800px) {
    .below_title {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .hr_dropdown_holder {
        top: 43px;
    }
    .active_dropdown i {
        font-size: 22px;
        line-height: 35px;
    }
    .dropdown_item {
        font-size: 16px;
    }
}

@media screen and (max-width: 580px) {
    .result_column {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .your_match_right {
        padding-left: 10px;
    }
    .your_match_right_header strong {
        font-size: 22px;
    }
    .your_match_right_header {
        flex-direction: column;
        display: flex;
    }
    .your_match_right_header>span {
        padding: 5px 0px 0px 0px;
        font-size: 12px;
    }
    .hr_persona_right_inner:before {
        right: 30% !important;
        font-size: 16px;
    }
    .gravity_result_page .below_footer_section {
        padding: 60px 30px !important;
    }
    .strengths_inner {
        padding: 60px 0px;
    }
    .four_tabs_item {
        width: calc(100% - 10px);
    }
    .four_competencies_main {
        margin-left: -30px;
        margin-right: -30px;
        padding: 60px 0px !important;
    }
    .second_section {
        margin: 0 30px;
        width: calc(100% - 60px);
    }
    .hr_dropdown_holder {
        top: 39px;
    }
    .dropdown_item {
        font-size: 15px;
    }
    .active_dropdown span {
        font-size: 24px;
    }
    .active_dropdown i {
        font-size: 23px;
        line-height: 32px;
    }
    .second_section h2 {
        font-size: 2.5em;
    }
    .hr_persona_container {
        padding: 60px 0px !important;
    }
}

@media screen and (max-width: 365px) {
    .active_dropdown span {
        font-size: 24px;
    }
}

@media screen and (max-width: 340px) {
    .below_dropdown_content {
        padding: 10px;
    }
}

.your_match_holder>figure {
    margin: 0px;
}

.horizontal_scroll {
    display: none;
}

@media screen and (max-width: 800px) {
    .horizontal_scroll {
        display: block;
        margin-bottom: 30px;
        margin-top: 10px;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        color: #170f3f;
    }
    #container_adv,
    #container_str,
    #container_ser,
    #container_sol {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        white-space: nowrap;
    }
    .your_match_holder>figure {
        margin: 40px 0px 0px;
    }
    #container_adv::-webkit-scrollbar,
    #container_str::-webkit-scrollbar,
    #container_ser::-webkit-scrollbar,
    #container_sol::-webkit-scrollbar {
        height: 0.6em;
        background-color: #f2f2f2;
    }
    #container_adv::-webkit-scrollbar,
    #container_adv::-webkit-scrollbar-thumb,
    #container_str::-webkit-scrollbar,
    #container_str::-webkit-scrollbar-thumb,
    #container_ser::-webkit-scrollbar,
    #container_ser::-webkit-scrollbar-thumb,
    #container_sol::-webkit-scrollbar,
    #container_sol::-webkit-scrollbar-thumb {
        overflow: visible;
        border-radius: 4px;
    }
    #container_adv::-webkit-scrollbar-thumb,
    #container_str::-webkit-scrollbar-thumb,
    #container_ser::-webkit-scrollbar-thumb,
    #container_sol::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.3);
    }
}

.gravity_result_page .below_footer_section_overlay,
.gravity_result_page .below_footer_section:before,
.gravity_result_page .below_footer_section:after {
    display: none;
}

.gravity_result_page .below_footer_section {
    padding: 70px 50px;
}

.gravity_result_page .below_footer_section .two_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gravity_result_page .below_footer_section .two_buttons .two_buttons_left {
    margin: 0px 10px;
}

.gravity_result_page .below_footer_section .two_buttons .two_buttons_right {
    margin: 0px 10px;
}

.gravity_result_page .below_footer_section .two_buttons .two_buttons_right .button-blue-ghost {
    background-color: #fff;
}

.gravity_result_page .below_footer_section {
    background-position: center center;
}

.gravity_result_page .below_footer_section .two_buttons .two_buttons_left a {
    padding: 12px 0px;
}

@media screen and (max-width: 620px) {
    .gravity_result_page .below_footer_section .two_buttons {
        flex-direction: column;
    }
    .gravity_result_page .below_footer_section .two_buttons .two_buttons_left {
        margin: 0px 0px 20px;
    }
    .gravity_result_page .below_footer_section .two_buttons .two_buttons_right {
        margin: 0px;
    }
}

@media screen and (max-width: 480px) {
    .gravity_result_page .below_footer_section .two_buttons .two_buttons_left {
        width: 250px;
    }
    .gravity_result_page .below_footer_section .two_buttons .two_buttons_right {
        width: 250px;
    }
}

.spec {
    position: relative;
}

.tooltip_on_tab {
    visibility: hidden;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 8%);
    color: #41476c;
    text-align: center;
    border-radius: 6px;
    padding: 10px 5px;
    position: absolute;
    z-index: 1;
    bottom: 35px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    left: -40px;
    margin: 0 auto;
    text-transform: none;
}

.tooltip_on_tab::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.spec:hover .tooltip_on_tab {
    visibility: visible;
    opacity: 1;
}


/********Add now****/

.result_assessemnts_second_section {
    width: 100%;
    margin: 0px 0px 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.second_section_holder_top {
    background-color: #caeefc;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.12em;
    color: #1ebbf0;
    margin: 0px 20px 40px;
    text-align: center;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.second_section_holder_top span {
    z-index: 99;
}

.second_section_holder_top:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -12px;
    height: 60px;
    width: 87px;
    background-image: url(../images/svg/light-blue-arrow.svg);
    background-repeat: no-repeat;
    background-position: top center;
    transform: rotate(180deg);
}

.second_section_holder_top:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -12px;
    height: 60px;
    width: 87px;
    background-image: url(../images/svg/light-blue-arrow.svg);
    background-repeat: no-repeat;
    background-position: top center;
}

.tabs_section {
    padding: 40px 30px 110px;
}

.tabs_nav {
    display: flex;
    margin: 0px -10px;
}

.tab_item.active_tab .tab_item_inner {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tab_item {
    width: calc(20% - 20px);
    margin: 0px 10px;
    padding-bottom: 20px;
    cursor: pointer;
}

.tab_item .tab_item_inner {
    border-radius: 12px;
    padding: 15px;
    position: relative;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tab_item_icon {
    line-height: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tab_item_icon img {
    max-width: 70px;
}

.tab_item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab_item_title span {
    color: #fff;
    line-height: 1;
}

.tab_item_title i {
    color: #fff;
    font-size: 20px;
}

.tab_item:nth-child(1) .tab_item_inner {
    background: #5e5cff;
}

.tab_item:nth-child(2) .tab_item_inner {
    background: #e32d34;
}

.tab_item:nth-child(3) .tab_item_inner {
    background: #1ebbf0;
}

.tab_item:nth-child(4) .tab_item_inner {
    background: #ffab00;
}

.tab_item:nth-child(5) .tab_item_inner {
    background: #00a0af;
}

.tab_item_number {
    font-weight: 800;
    font-size: 26px;
    color: #fff;
    line-height: 1;
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
}

.diff {
    position: absolute;
    top: -10px;
    padding: 5px;
    font-weight: 800;
    font-size: 18px;
    border-radius: 5px;
    background-color: #fff;
    line-height: 1;
}

.tab_item:nth-child(1) .tab_item_inner .diff {
    color: #5e5cff;
    border: 1px solid #5e5cff;
}

.tab_item:nth-child(2) .tab_item_inner .diff {
    color: #e32d34;
    border: 1px solid #e32d34;
}

.tab_item:nth-child(3) .tab_item_inner .diff {
    color: #1ebbf0;
    border: 1px solid #1ebbf0;
}

.tab_item:nth-child(4) .tab_item_inner .diff {
    color: #ffab00;
    border: 1px solid #ffab00;
}

.tab_item:nth-child(5) .tab_item_inner .diff {
    color: #00a0af;
    border: 1px solid #00a0af;
}

.tab_item_number span.bigger_number {
    font-weight: 800;
    font-size: 46px;
    color: #fff;
}

.tab_item .tab_item_title i {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.tab_item.active_tab .tab_item_title i {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.tabs_content .tabs_content_item {
    padding: 30px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.tabs_content .tabs_content_item:nth-child(1) {
    background: #5e5cff;
    border-top-left-radius: 0px !important;
}

.tabs_content .tabs_content_item:nth-child(2) {
    background: #e32d34;
}

.tabs_content .tabs_content_item:nth-child(3) {
    background: #1ebbf0;
}

.tabs_content .tabs_content_item:nth-child(4) {
    background: #ffab00;
}

.tabs_content .tabs_content_item:nth-child(5) {
    border-top-right-radius: 0px !important;
    background: #00a0af;
}

.tab_item.active_tab {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.tab_item.active_tab:nth-child(1) {
    background: #5e5cff;
}

.tab_item.active_tab:nth-child(2) {
    background: #e32d34;
}

.tab_item.active_tab:nth-child(3) {
    background: #1ebbf0;
}

.tab_item.active_tab:nth-child(4) {
    background: #ffab00;
}

.tab_item.active_tab:nth-child(5) {
    background: #00a0af;
}

.content_left_part {
    flex: 1;
    padding-right: 30px;
}

.content_right_part {
    width: 250px;
    padding-left: 30px;
    padding-bottom: 20px;
    border-left: 1px solid #fff;
}

.content_left_top {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

.content_left_header {
    display: flex;
    margin: 0px -5px;
}

.item_header {
    flex: 1;
    margin: 0px 5px;
}

.item_header {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

.item_header:nth-child(1) {
    border-bottom: 3px solid #ca0000;
    color: #ca0000;
    text-align: center;
}

.item_header:nth-child(2) {
    border-bottom: 3px solid #f1c028;
    color: #f1c028;
    text-align: center;
}

.item_header:nth-child(3) {
    border-bottom: 3px solid #9cdb7b;
    color: #9cdb7b;
    text-align: center;
}

.item_header:nth-child(4) {
    border-bottom: 3px solid #63a347;
    color: #63a347;
    text-align: center;
}

.tab_single {
    font-size: 14px;
    color: #8e8e8e;
}

.content_left_middle {
    margin-top: 20px;
}

.content_left_middle h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin: 0px 0px 10px;
}

.content_left_middle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    margin: 0px 0px 10px;
}

.content_left_middle p:last-child {
    margin-bottom: 0px;
}

.content_right_title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    padding-bottom: 5px;
}

.content_right_middle {
    color: #fff;
}

.content_right_benchmark {
    margin-bottom: 20px;
}

.button_leave a {
    background-color: #dfdeff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 10px 8px 35px;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    border-radius: 4px;
    position: relative;
}

.button_leave a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.button_leave a:hover {
    color: #31216b !important;
}

.button_leave a:hover:before {
    background-image: url(../images/svg/left-dark.svg) !important;
}

.button_leave:last-child a {
    margin-bottom: 0;
}

.tabs_content_item:nth-child(1) .button_leave a {
    color: #5e5cff;
    background-color: #dfdeff;
}

.tabs_content_item:nth-child(1) .button_leave a:before {
    background-image: url(../images/svg/left-purple.svg);
}

.tabs_content_item:nth-child(2) .button_leave a {
    color: #e32d34;
    background-color: #ffd0d4;
}

.tabs_content_item:nth-child(2) .button_leave a:before {
    background-image: url(../images/svg/left-red.svg);
}

.tabs_content_item:nth-child(3) .button_leave a {
    color: #1ebbf0;
    background-color: #e9faff;
}

.tabs_content_item:nth-child(3) .button_leave a:before {
    background-image: url(../images/svg/left-blue.svg);
}

.tabs_content_item:nth-child(4) .button_leave a {
    color: #ffab00;
    background-color: #ffe9bf;
}

.tabs_content_item:nth-child(4) .button_leave a:before {
    background-image: url(../images/svg/left-orange.svg);
}

.tabs_content_item:nth-child(5) .button_leave a {
    color: #00a0af;
    background-color: #c5edec;
}

.tabs_content_item:nth-child(5) .button_leave a:before {
    background-image: url(../images/svg/left-green.svg);
}

.tabs_holder_nav {
    display: flex;
}

.tab_item_add {
    width: calc(20% - 20px);
    margin: 0px 10px;
    padding-bottom: 20px;
}

.tab_item_add .tab_item_content_inner {
    background-color: rgba(30, 187, 240, 0.05);
    min-height: 170px;
    border-radius: 12px;
}

.tab_item_add.have_content .tab_item_content_inner {
    background-color: rgba(30, 187, 240, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tab_item_add.have_content .tab_item_content_inner .tab_item_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
}

.tab_item_add.have_content .tab_item_content_inner i {
    color: #fff;
    font-size: 20px;
}

.tabs_holder_content {
    display: flex;
    background-color: rgba(30, 187, 240, 0.6);
    margin: 0px 10px 20px;
    border-radius: 12px;
    padding: 30px;
    align-items: flex-start;
}

.tabs_holder_content .content_left_middle {
    margin-top: 0px;
}

.tabs_holder_content ul {
    margin: 0px;
    padding-left: 20px;
}

.tabs_holder_content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    margin: 0px 0px 10px;
    list-style: none;
}

.underline_link {
    display: inline-block;
    color: #fff !important;
}

.underline_link:hover {
    color: #31216b !important;
}

.tabs_holder_content .button_leave a:before {
    background-image: url(../images/svg/left-blue.svg);
}

.tabs_holder_content .button_leave a {
    color: #1ebbf0;
    background-color: #e9faff;
}

.tab_item_add.have_content {
    cursor: pointer;
}

.tab_item_add.have_content i {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.tab_item_add.have_content.active_tab i {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.tabs_section {
    position: relative;
}

.tabs_section:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 30px;
    height: 82px;
    width: 188px;
    background-image: url(../images/svg/light-bigger-arrow.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.tabs_holder_below {
    margin: 0px -10px;
}

@media screen and (max-width: 1500px) {
    .hr_bottom_section {
        order: 2;
        width: 100% !important;
    }
    .hr_bottom_section figure>div>div {
        text-align: center !important;
        margin: 0 auto;
    }
    .view_all a {
        max-width: 300px;
    }
    .hr_compare_section {
        flex-direction: column;
    }
    .hr_dropdown_section {
        order: 1;
        margin: 0px 0px 20px;
    }
    .tabs_section {
        padding: 40px 30px 80px;
    }
    .tabs_section:before {
        width: 152px;
        height: 66px;
    }
    .tabs_section:before {
        bottom: 17px;
    }
}

@media screen and (max-width: 1250px) {
    .tab_item_number span.bigger_number {
        font-size: 36px;
    }
    .tab_item_number {
        font-size: 20px;
    }
    .tab_icon img,
    .tab_item_icon img {
        width: 60px;
    }
    .tab_item_add.have_content .tab_item_content_inner .tab_item_title {
        font-size: 20px;
    }
    .tabs_section:before {
        width: 112px;
        height: 49px;
    }
    .tabs_section:before {
        bottom: 17px;
    }
    .tabs_section {
        padding: 40px 30px 60px;
    }
}

@media screen and (max-width: 750px) {
    .tabs_nav {
        flex-wrap: wrap;
    }
    .tab_item {
        width: calc(100% / 3 - 20px);
    }
    .tabs_holder_nav .tab_item_add:first-child,
    .tabs_holder_nav .tab_item_add:last-child {
        display: none;
    }
    .tab_item_add {
        width: calc(100% / 3 - 20px);
    }
    .tabs_content .tabs_content_item:nth-child(1),
    .tabs_content .tabs_content_item:nth-child(5) {
        border-radius: 12px !important;
    }
    .tab_item.active_tab {
        background-color: transparent !important;
    }
    .tab_item.active_tab .tab_item_inner {
        border-radius: 12px !important;
    }
    .tabs_holder_content,
    .tabs_content_item {
        flex-direction: column;
    }
    .content_left_part {
        flex: 1;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .content_right_part {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 20px;
        border-top: 1px solid #fff;
        border-left: none;
    }
    .button_leave a {
        max-width: 300px;
    }
}

@media screen and (max-width: 630px) {
    .tab_item {
        width: calc(50% - 20px);
    }
    .tabs_holder_nav .tab_item_add:nth-child(2),
    .tabs_holder_nav .tab_item_add:nth-child(4) {
        display: none;
    }
    .tab_item_add {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .second_section_holder_top {
        font-size: 14px;
    }
    .tab_item {
        width: calc(100% - 20px);
    }
    .tab_item .tab_item_inner {
        min-height: 120px;
    }
    .tab_item_add .tab_item_content_inner {
        min-height: 120px;
    }
    .tab_icon {
        line-height: 0;
    }
    .tabs_section {
        padding: 30px 20px 60px;
    }
    .tabs_holder_content,
    .tabs_content .tabs_content_item {
        padding: 20px;
    }
    .item_header {
        font-size: 12px;
        margin: 0px 0px;
    }
    .meter>span:after {
        width: 12px;
        height: 12px;
        right: -6px;
        top: -5px;
    }
    .meter::before {
        width: 8px;
        height: 8px;
        left: -3px;
        top: -3px;
    }
    .meter::after {
        width: 8px;
        height: 8px;
        right: -3px;
        top: -3px;
    }
}

@media screen and (max-width: 410px) {
    .item_header {
        font-size: 10px;
    }
    .content_left_top {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 360px) {
    .second_section_holder_top {
        font-size: 13px;
        line-height: 1;
    }
}

.view_all a {
    color: #1ebff0;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 12px 10px 12px 35px;
    border-radius: 4px;
    background-color: #caeefc;
    position: relative;
    display: flex;
}

.view_all a img {
    padding-right: 10px;
}

.view_all a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/svg/left-blue.svg);
}

.view_all a:hover {
    color: #31216b !important;
}

.view_all a:hover:before {
    background-image: url(../images/svg/left-dark.svg);
}

.hr_compare_section_main {
    margin: 0px 0px 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}


/********/

.faq_column_title {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.faq_column_title i {
    margin-right: 10px;
    color: #1ebbf0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.faq_column_text {
    padding: 10px 0px 0px 22px;
}

.faq_column_title h4 {
    color: #31216b;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0px;
}

.faq_column_text p {
    margin: 0px 0px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.faq_column_text p:last-child {
    margin: 0px;
}

.faq_column_text {
    display: none;
}

.faq_column_text {
    padding: 0px 20px 20px 70px;
}

.faq_column_text {
    display: none;
}

.faq_column_text p a {
    text-decoration: none;
    font-weight: 600;
    color: #1ebbf0;
}

.faq_column_text p a:hover {
    color: #31216b;
}

.faq_column_text p:last-child {
    margin: 0px;
}

.faq_inner_list_holder {
    padding-top: 20px;
    padding-bottom: 70px;
}

.faq_inner_list {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    max-width: 870px;
}

.faq_inner_list .faq_column:nth-child(2n + 1) {
    background-color: #fff;
}

.faq_column_title h3 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    flex: 1;
    padding-right: 15px;
    color: #2e3c47;
}

@media screen and (max-width: 480px) {
    .faq_column_text {
        padding: 0px 20px 20px 20px;
    }
}


/*****************/

.gform_button[type="submit"],
.gform_next_button {
    padding: 11px 0px;
    height: 50px;
    border-radius: 5px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    min-width: 250px;
    width: 250px;
    box-shadow: 2px 4px 8px 0 rgb(46 61 73 / 20%) !important;
    text-align: center;
    max-width: 100%;
    background: #1ebbf0 !important;
    color: #ffffff !important;
    border: none !important;
    margin: 0px !important;
    cursor: pointer;
    text-transform: capitalize !important;
    background-color: #fb9f00 !important;
    font-size: 16px !important;
}

.gform_button[type="submit"]:hover,
.gform_next_button:hover {
    background: #f7b500 !important;
}

.gform_previous_button:hover {
    background-color: #fb9f002e !important;
}

.survey_mod {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
    border-bottom: 1px solid #a3a1ad !important;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    margin: 0px 30px;
}

.survey_mod thead {
    display: none;
}

.survey_mod label {
    width: 450px;
    padding-right: 20px !important;
    margin-bottom: 0px !important;
}

.survey_mod .ginput_container_likert {
    flex: 1;
}

.survey_mod table {
    display: flex;
    border: none !important;
    margin-bottom: 0px !important;
}

.survey_mod table tbody {
    width: 100%;
}

.survey_mod table tbody tr {
    width: 100%;
    display: flex !important;
    justify-content: flex-end;
}

.survey_mod tbody tr td {
    width: 60px;
    height: 60px !important;
    margin-left: 11px;
}

.gravity-theme table.gsurvey-likert td.gsurvey-likert-choice {
    background-image: none !important;
}

.gravity-theme table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
    background-image: none !important;
}

.gravity-theme .slide_one table.gsurvey-likert td.gsurvey-likert-choice {
    border: 1px solid #5d5cff;
    background-color: #dfdeff !important;
    cursor: pointer;
    border-radius: 5px;
}

.gravity-theme .slide_two table.gsurvey-likert td.gsurvey-likert-choice {
    border: 1px solid #f45c0d;
    background-color: #ffeaed !important;
    cursor: pointer;
    border-radius: 5px;
}

.gravity-theme .slide_three table.gsurvey-likert td.gsurvey-likert-choice {
    border: 1px solid #1ebbf0;
    background-color: #d9f7ff !important;
    cursor: pointer;
    border-radius: 5px;
}

.gravity-theme .slide_four table.gsurvey-likert td.gsurvey-likert-choice {
    border: 1px solid #ffab00;
    background-color: #fb9f002e !important;
    cursor: pointer;
    border-radius: 5px;
}

.gravity-theme .slide_five table.gsurvey-likert td.gsurvey-likert-choice {
    border: 1px solid #00a0af;
    background-color: #d3fbff !important;
    cursor: pointer;
    border-radius: 5px;
}

.gravity-theme .slide_one table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus,
.gravity-theme .slide_one table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
    background-color: #5d5cff !important;
}

.gravity-theme .slide_two table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus,
.gravity-theme .slide_two table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
    background-color: #f45c0d !important;
}

.gravity-theme .slide_five table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus,
.gravity-theme .slide_five table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
    background-color: #00a0af !important;
}

.gravity-theme .slide_three table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus,
.gravity-theme .slide_three table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
    background-color: #1ebbf0 !important;
}

.gravity-theme .slide_four table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus,
.gravity-theme .slide_four table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
    background-color: #ffab00 !important;
}

.slide_one .survey_mod label {
    color: #5d5cff;
}

.slide_two .survey_mod label {
    color: #f45c0d;
}

.slide_three .survey_mod label {
    color: #1ebbf0;
}

.slide_four .survey_mod label {
    color: #ffab00;
}

.slide_five .survey_mod label {
    color: #00a0af;
}

.slide_one .radio_button_mod .ginput_container .gfield_radio .gchoice {
    border: 1px solid #5d5cff;
    background-color: #dfdeff;
    cursor: pointer;
}

.slide_three .radio_button_mod .ginput_container .gfield_radio .gchoice {
    border: 1px solid #00a0af;
    background-color: #d3fbff;
    cursor: pointer;
}

.slide_two .radio_button_mod .ginput_container .gfield_radio .gchoice {
    border: 1px solid #f45c0d;
    background-color: #ffeaed;
    cursor: pointer;
}

.slide_three .radio_button_mod .ginput_container .gfield_radio .gchoice {
    border: 1px solid #1ebbf0;
    background-color: #d9f7ff;
    cursor: pointer;
}

.slide_four .radio_button_mod .ginput_container .gfield_radio .gchoice {
    border: 1px solid #f45c0d;
    background-color: #ffeaed;
    cursor: pointer;
}

.slide_five .radio_button_mod .ginput_container .gfield_radio .gchoice {
    border: 1px solid #00a0af;
    background-color: #d3fbff;
    cursor: pointer;
}

.top-part {
    margin: -40px -40px 0px;
    padding: 25px 40px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.title-section {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.text-section {
    color: #a3a1ad;
    font-size: 16px;
    line-height: 20px;
}

.slide_one .top-part {
    background-color: #ececff;
}

.slide_one .title-section {
    color: #5d5cff;
}

.slide_two .title-section {
    color: #f45c0d;
}

.slide_three .title-section {
    color: #1ebbf0;
}

.slide_four .title-section {
    color: #ffab00;
}

.slide_five .title-section {
    color: #00a0af;
}

.radio_button_mod .ginput_container .gfield_radio .gchoice input {
    width: 60px;
    height: 60px;
    margin: 0px;
    opacity: 0;
    z-index: 999;
    position: relative;
    cursor: pointer;
}

.agree-holder {
    display: flex;
    justify-content: flex-end;
}

.s-agree,
.n-agree,
.d-agree {
    color: #a3a1ad;
    font-size: 16px;
    line-height: 20px;
}

.s-agree {
    margin-right: 65px;
}

.n-agree {
    margin-right: 55px;
}

@media screen and (max-width: 1230px) {
    .survey_mod label,
    .mod_question label {
        width: 300px;
    }
    .radio_button_mod legend {
        width: 300px;
    }
}

@media screen and (max-width: 1080px) {
    .agree-holder {
        margin-right: 160px;
    }
}

@media screen and (max-width: 1040px) {
    .site-header-new {
        box-shadow: none;
    }
    .hero-section-container {
        padding: 205px 50px 80px;
    }
}

@media screen and (max-width: 900px) {
    .content-left {
        border-bottom: 1px solid #d8d8d8;
        border-right: none;
        bottom: 0px;
        position: relative;
        width: 100%;
        top: 0px;
        left: 0px;
        padding-right: 0px;
        height: auto;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 800px) {
    .agree-holder {
        display: flex;
        justify-content: space-between;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

.flip-holder {
    display: flex;
    margin: 0px -10px;
}

.flip-box {
    background-color: transparent;
    width: calc(20% - 20px);
    margin: 0px 10px 20px;
    display: flex;
    min-height: 128px;
    border-radius: 12px;
}

.item-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}

.flip-box-front {
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    padding: 15px;
}

.item-image {
    line-height: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.item-image img {
    max-width: 70px;
}

.flip-holder .flip-box:nth-child(1) .flip-box-front {
    background: #5e5cff;
}

.flip-holder .flip-box:nth-child(2) .flip-box-front {
    background: #e32d34;
}

.flip-holder .flip-box:nth-child(3) .flip-box-front {
    background: #1ebbf0;
}

.flip-holder .flip-box:nth-child(4) .flip-box-front {
    background: #ffab00;
}

.flip-holder .flip-box:nth-child(5) .flip-box-front {
    background: #00a0af;
}

.flip-box {
    opacity: 0.5;
}

#start_assessemnts_main {
    width: 1100px;
    margin-left: -40px;
    margin-top: 30px;
}

.competency_mode_form.assesment_mode {
    display: flex;
    flex-direction: column;
}

.competency_mode_form.assesment_mode .gf_progressbar_wrapper {
    order: 2;
    max-width: 760px;
    margin: 30px auto 0px;
    width: 100%;
}

.competency_mode_form.assesment_mode .gform-body {
    order: 1;
}

.competency_mode_form.assesment_mode .gf_progressbar_wrapper .gf_progressbar {
    margin: 0px !important;
    height: 56px;
    border-radius: 50px !important;
    background-color: #d9f7ff !important;
    position: relative;
}

.competency_mode_form.assesment_mode .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    height: 56px;
    border-radius: 50px !important;
    background-color: #1ebbf0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

.gform_page.slides_mode.slide_zero {
    background-color: #31216b;
    padding: 30px 120px 30px 30px;
    border-radius: 8px;
}

.init-title {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
    text-align: left;
    margin: 0 0 10px;
}

.init-text {
    font-size: 16px;
    color: #fff;
    margin: 0 0 25px;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0px !important;
}

.specialization_class select {
    padding: 8px 10px 8px 16px !important;
    border: 1px solid #cdd9dd;
    border-radius: 5px !important;
    height: 50px;
    outline: 0 !important;
    font-size: 16px !important;
    color: #8b8d94;
    font-weight: 400;
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
    font-size: 16px !important;
    line-height: 32px;
    text-align: center;
    color: #8b8d94 !important;
    margin: 0px 0px 10px;
}

.gform_validation_errors {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    border: none !important;
    padding: 0px !important;
    background-color: transparent !important;
    color: #fb9f08 !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
    border-color: #fb9f08 !important;
}

.gform_required_legend {
    display: none !important;
}

@media screen and (max-width: 1500px) {
    #start_assessemnts_main {
        width: 900px;
    }
    .flip-holder {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1350px) {
    #start_assessemnts_main {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1250px) {
    .item-name {
        font-size: 16px;
    }
    #start_assessemnts_main {
        width: 700px;
    }
    .gform_page.slides_mode.slide_zero {
        padding: 30px;
    }
    .gform_page.slides_mode.slide_zero .gform_fields.top_label {
        flex-direction: column;
        display: flex;
    }
    .gform_page.slides_mode.slide_zero .gform_fields.top_label>div:last-child {
        margin-top: 15px;
    }
}

@media screen and (max-width: 750px) {
    #start_assessemnts_main {
        width: 100%;
    }
    .flip-box {
        width: calc(100% / 3 - 20px);
        min-height: 128px;
    }
    .item-image {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 630px) {
    .flip-box {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .flip-box {
        width: calc(100% - 20px);
        min-height: 120px;
    }
}

.gform_page_footer.top_label {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px !important;
}

.gform_previous_button {
    margin: 0px !important;
    width: 250px;
    border: 1px solid #fb9f00 !important;
    color: #fb9f00 !important;
    background: #fff !important;
    height: 50px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px !important;
    border-radius: 5px;
}

.gform_ajax_spinner {
    position: absolute;
    top: 52px;
    right: 20px;
    color: #fff;
    width: 25px;
    height: 25px;
}

[activ-class="slide_1"] .flip-holder .flip-box:nth-child(1),
[activ-class="slide_2"] .flip-holder .flip-box:nth-child(2),
[activ-class="slide_3"] .flip-holder .flip-box:nth-child(3),
[activ-class="slide_4"] .flip-holder .flip-box:nth-child(4),
[activ-class="slide_5"] .flip-holder .flip-box:nth-child(5) {
    opacity: 1;
}

[activ-class="slide_1"] .gform_wrapper.gravity-theme .gfield_error label {
    color: #5d5cff;
}

[activ-class="slide_2"] .gform_wrapper.gravity-theme .gfield_error label {
    color: #f45c0d;
}

[activ-class="slide_3"] .gform_wrapper.gravity-theme .gfield_error label {
    color: #1ebbf0;
}

[activ-class="slide_4"] .gform_wrapper.gravity-theme .gfield_error label {
    color: #ffab00;
}

[activ-class="slide_5"] .gform_wrapper.gravity-theme .gfield_error label {
    color: #00a0af;
}

.start_assessemnts_holder {
    margin-bottom: 30px;
}

.slides_mode.slide_one,
.slides_mode.slide_two,
.slides_mode.slide_three,
.slides_mode.slide_four,
.slides_mode.slide_five,
.slides_mode.slide_six {
    background-color: #fff;
    border-radius: 12px;
}

.agree-holder {
    margin: 30px 30px 0px;
}

.gravity-header {
    padding: 20px 30px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.slide_one .gravity-header {
    background-color: #ececff;
}

.slide_two .gravity-header {
    background-color: #ffeaed !important;
}

.slide_three .gravity-header {
    background-color: #d9f7ff !important;
}

.slide_four .gravity-header {
    background-color: #fb9f002e !important;
}

.slide_five .gravity-header {
    background-color: #d3fbff !important;
}

.slide_one .gform_page_footer,
.slide_two .gform_page_footer,
.slide_three .gform_page_footer,
.slide_four .gform_page_footer,
.slide_five .gform_page_footer,
.slide_six .gform_page_footer {
    padding: 20px 30px 30px !important;
}

.gform_wrapper.gravity-theme .gform_fields .survey_mod:last-child {
    border-bottom: none !important;
}

@media screen and (max-width: 1250px) {
    .s-agree {
        margin-right: 35px;
    }
    .n-agree {
        margin-right: 25px;
    }
    .agree-holder {
        margin: 30px 10px 0px 30px;
    }
    .survey_mod label {
        width: 300px;
    }
    .survey_mod tbody tr td {
        width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
    }
}

@media (min-device-width: 768px) and (max-device-width: 1024px),
only screen and (max-width: 761px) {
    .gform_legacy_markup_wrapper .gform_fields table.gsurvey-likert td:after,
    .gravity-theme .gform_fields table.gsurvey-likert td:after {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    .survey_mod {
        padding-right: 0px;
    }
    .survey_mod tbody tr td {
        margin-left: 0px;
    }
    .s-agree {
        margin-right: 0px;
    }
    .n-agree {
        margin-left: -5px;
    }
    .survey_mod {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0px !important;
    }
    .survey_mod label {
        width: 100%;
        padding: 0px 0px 10px !important;
    }
    .survey_mod .ginput_container_likert {
        flex: none;
        width: 100%;
    }
    .survey_mod table tbody tr {
        justify-content: space-between;
    }
    .agree-holder {
        margin: 30px 30px 0px;
    }
}

@media screen and (max-width: 640px) {
    .survey_radio legend {
        position: relative !important;
        top: inherit !important;
        margin-bottom: -10px !important;
    }
    .slide_one .gform_page_footer,
    .slide_two .gform_page_footer,
    .slide_three .gform_page_footer,
    .slide_four .gform_page_footer,
    .slide_five .gform_page_footer,
    .slide_six .gform_page_footer {
        flex-direction: column;
        align-items: center;
    }
    .slide_one .gform_page_footer .gform_previous_button,
    .slide_two .gform_page_footer .gform_previous_button,
    .slide_three .gform_page_footer .gform_previous_button,
    .slide_four .gform_page_footer .gform_previous_button,
    .slide_five .gform_page_footer .gform_previous_button,
    .slide_six .gform_page_footer .gform_previous_button {
        margin-bottom: 15px !important;
    }
    .gform_wrapper.gravity-theme .gform_page:nth-child(3) .gfield_repeater .gfield_repeater_items .gfield_repeater_item {
        margin-bottom: 16px !important;
    }
}

@media screen and (max-width: 540px) {
    .top-part {
        padding: 20px;
        margin: -20px -20px 0px;
    }
}

@media screen and (max-width: 480px) {
    .s-agree,
    .n-agree,
    .d-agree {
        font-size: 13px;
    }
    .survey_mod tbody tr td {
        width: 25px !important;
        height: 25px !important;
        min-height: 25px !important;
    }
    .slide_one .gform_page_footer .gform_previous_button,
    .slide_one .gform_page_footer .gform_next_button,
    .slide_two .gform_page_footer .gform_previous_button,
    .slide_two .gform_page_footer .gform_next_button,
    .slide_three .gform_page_footer .gform_previous_button,
    .slide_three .gform_page_footer .gform_next_button,
    .slide_four .gform_page_footer .gform_previous_button,
    .slide_four .gform_page_footer .gform_next_button,
    .slide_five .gform_page_footer .gform_previous_button,
    .slide_five .gform_page_footer .gform_next_button,
    .slide_six .gform_page_footer .gform_previous_button,
    .slide_six .gform_page_footer .gform_button.button {
        width: 100%;
    }
    .below-title p {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    .radio_button_mod .ginput_container .gfield_radio .gchoice input,
    .radio_button_mod .ginput_container .gfield_radio .gchoice {
        width: 20px;
        height: 20px;
    }
    .radio_button_mod .ginput_container .gfield_radio .gchoice input {
        margin-top: -15px;
    }
    .radio_button_mod .ginput_container .gfield_radio .gchoice:nth-child(6) {
        width: 100px;
    }
    .radio_button_mod .ginput_container .gfield_radio .gchoice:nth-child(6) label {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 410px) {
    .gfield_repeater_buttons .add_repeater_item {
        font-size: 14px !important;
        line-height: 1 !important;
        text-align: left;
    }
}

fieldset.survey_mod {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    padding-right: 0px !important;
    margin: 0px 30px !important;
}

fieldset.survey_mod .address_country {
    flex: 1 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

fieldset.survey_mod select {
    padding: 8px 10px 8px 16px !important;
    border: 1px solid #cdd9dd;
    border-radius: 5px !important;
    height: 50px;
    outline: 0 !important;
    font-size: 16px !important;
    color: #8b8d94;
    font-weight: 400;
}

.survey_mod.survey_dropdown {
    padding-right: 0px !important;
}

.survey_mod.survey_dropdown select {
    padding: 8px 10px 8px 16px !important;
    border: 1px solid #cdd9dd;
    border-radius: 5px !important;
    height: 50px;
    outline: 0 !important;
    font-size: 16px !important;
    color: #8b8d94;
    font-weight: 400;
}

.gform_wrapper.gravity-theme .ginput_container_address {
    margin: 0px !important;
}

.survey_radio {
    padding: 15px 0px !important;
    margin: 30px 30px 0px !important;
    border-bottom: 1px solid #a3a1ad !important;
    position: relative;
}

.survey_radio legend {
    position: absolute;
    top: -15px;
}

.result_viewing_holder {
    display: flex;
    margin: 0px 0px 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.result_viewing_left {
    display: flex;
    align-items: center;
    flex: 1;
    padding-right: 70px;
}

.result_viewing_right {
    width: 300px;
}

.result_viewing_left_icon {
    width: 80px;
    line-height: 0;
}

.result_viewing_left_text {
    flex: 1;
    padding-left: 20px;
}

.result_viewing_title {
    color: #50585F;
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
}

.result_viewing_text {
    color: #50585F;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.view_button_holder {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#view_result {
    border: none;
    position: absolute;
    right: 0px;
    width: 280px;
    text-align: right;
    background-color: transparent;
    top: 0px;
    bottom: 0px;
    outline: 0;
    color: #8E8E8E;
}

.view_button_holder {
    border: 2px solid #F99D00;
    border-radius: 8px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
}

.view_prefix {
    font-size: 18px;
    font-weight: 600;
    color: #F99D00;
}

.progress_over_time_main {
    margin: 0px 0px 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.progress_over_time_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #e9faff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    margin: 0px;
    font-size: 18px;
    color: #31216b;
    padding: 15px 20px;
    font-weight: 700;
}

.progress_over_time_section {
    padding: 30px;
}

.progress_over_time_table {
    padding: 50px 50px 10px;
    display: flex;
}

.progress_over_time_table_inner {
    height: 400px;
    display: flex;
    width: 100%;
    padding: 0px 40px;
    background-image: url(../images/lines.png);
    background-size: contain;
    background-position: top center;
}

.col_progress {
    width: calc(25% - 60px);
    margin: 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ba_col {
    background-color: #5e5cff;
}

.dl_col {
    background-color: #e32d34;
}

.da_col {
    background-color: #1ebbf0;
}

.pa_col {
    background-color: #ffab00;
}

.ee_col {
    background-color: #00a0af;
}

.progress_table_numbers {
    height: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 10px;
}

.progress_table_numbers:after {
    content: '0';
    position: absolute;
    left: 20px;
    bottom: -10px;
}

.progress_table_number span {
    display: block;
    margin-top: -14px;
    text-align: right;
}

.progress_over_time_table_footer {
    display: flex;
    margin-left: 130px;
    margin-right: 90px;
}

.progress_footer_column {
    width: calc(25% - 60px);
    margin: 0px 30px;
    text-align: center;
    line-height: 1.2;
}

.tooltip_col_hover {
    display: none;
    color: #41476C !important;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 30%;
    left: -35px;
    right: -35px;
    transition: opacity 0.3s;
    font-size: 12px !important;
    line-height: 1.2;
    font-weight: 500 !important;
    padding: 3px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: calc(100% + 70px);
}

.border-bar-radius {
    border-radius: 5px 5px 0px 0px;
}

.tooltip_col_hover:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.col_progress:hover .tooltip_col_hover {
    display: block;
}

.col_progress {
    position: relative;
}

.tooltip-content {
    text-align: left;
}

.tooltip-item {
    padding-left: 20px;
    position: relative;
}

.tooltip-item:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 4px;
    top: 2px;
    border-radius: 100%;
}

.tooltip-ba:before {
    background-color: #5e5cff;
}

.tooltip-dl:before {
    background-color: #e32d34;
}

.tooltip-da:before {
    background-color: #1ebbf0;
}

.tooltip-pa:before {
    background-color: #ffab00;
}

.tooltip-ee:before {
    background-color: #00a0af;
}

.reassessment-button {
    position: relative;
    text-align: right;
}

.reassessment-button span:hover~.tooltip_hover {
    display: block;
}

.reassessment-button a,
.reassessment-button span {
    position: relative;
    background-color: #F99D00;
    font-size: 18px;
    border-radius: 8px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    padding: 0px 24px;
}

.reassessment-button a:hover {
    background: #f7b500;
}

.reassessment-button .tooltip_hover {
    width: 200px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.reassessment-button.disabled-button span {
    opacity: 0.3;
}

.col_progress.smaller_opacity .ee_col {
    background-color: #8BD4DB;
}

.col_progress.smaller_opacity .pa_col {
    background-color: #FFD38F;
}

.col_progress.smaller_opacity .da_col {
    background-color: #B0E7FF;
}

.col_progress.smaller_opacity .dl_col {
    background-color: #FFD0D4;
}

.col_progress.smaller_opacity .ba_col {
    background-color: #BEBEFF;
}

.col_progress .tooltip_col_hover a {
    position: relative;
    color: #F99D00;
    font-size: 12px;
    display: inline-flex;
    text-decoration: underline;
    margin-top: 5px;
}

#view_result {
    padding: 10px;
    padding-right: 30px;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iIzhFOEU4RSIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4=');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}


/* For IE (thanks to @SaiManoj) */

#view_result::-ms-expand {
    display: none;
}

@media screen and (max-width: 1500px) {
    .result_viewing_left {
        padding-right: 30px;
    }
    .result_viewing_holder {
        align-items: flex-start;
    }
    .progress_over_time_table {
        padding: 20px 0px 10px;
    }
    .progress_over_time_table_footer {
        margin-left: 80px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 1250px) {
    .progress_over_time_table_inner {
        background-size: cover;
    }
    #view_result {
        width: 100%;
    }
    .result_viewing_holder {
        flex-direction: column;
    }
    .result_viewing_left {
        padding-right: 0px;
    }
    .result_viewing_right {
        width: 100%;
        display: flex;
    }
    .view_button_holder {
        width: calc(50% - 10px);
        margin-bottom: 0px;
        margin-right: 10px
    }
    .reassessment-button {
        width: calc(50% - 10px);
        margin-left: 10px;
    }
    .result_viewing_right {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1070px) {
    .progress_footer_column,
    .col_progress {
        width: calc(25% - 40px);
        margin: 0px 20px;
    }
}

@media screen and (max-width: 768px) {
    .progress_over_time_table_inner,
    .progress_table_numbers {
        height: 300px;
    }
    .progress_footer_column,
    .col_progress {
        width: calc(25% - 30px);
        margin: 0px 15px;
    }
    .progress_over_time_table_inner {
        background-size: contain;
    }
}

@media screen and (max-width: 725px) {
    .result_viewing_right {
        padding-top: 20px;
        flex-direction: column;
    }
    .view_button_holder {
        width: 300px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .reassessment-button {
        width: 300px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 680px) {
    .progress_over_time_table_footer {
        margin-left: 40px;
        margin-right: 0px;
    }
    .progress_over_time_table_inner {
        background-size: cover;
    }
    .progress_footer_column {
        font-size: 14px;
    }
    .progress_footer_column,
    .col_progress {
        width: calc(25% - 30px);
        margin: 0px 15px;
    }
    .progress_over_time_table_inner {
        padding: 0px;
    }
}

@media screen and (max-width: 480px) {
    .progress_footer_column {
        font-size: 12px;
    }
    .progress_over_time_table_footer {
        margin-left: 30px;
        margin-right: 0px;
    }
    .progress_footer_column,
    .col_progress {
        width: calc(25% - 20px);
        margin: 0px 10px;
    }
    .progress_table_numbers:after {
        left: 17px;
        font-size: 14px;
    }
    .progress_table_number span {
        margin-top: -10px;
        font-size: 14px;
    }
    .progress_over_time_table {
        padding: 0px 0px 5px;
    }
    .progress_over_time_section {
        padding: 30px 30px 10px 10px;
    }
    .reassessment-button a,
    .reassessment-button span,
    .view_prefix {
        font-size: 16px;
    }
    .result_viewing_holder {
        padding: 20px;
    }
    .result_viewing_left {
        align-items: flex-start;
    }
    .view_button_holder {
        width: 100%;
    }
    .reassessment-button {
        width: 100%;
    }
    .result_viewing_left_icon {
        width: 60px;
    }
    .result_viewing_text,
    .result_viewing_title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 380px) {
    .reassessment-button a,
    .reassessment-button span {
        padding: 0px 10px;
    }
    .view_prefix span {
        display: none;
    }
}

@media screen and (max-width: 335px) {
    .view_prefix {
        font-size: 15px;
    }
}

.share-link {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.share-link i {
    color: #ffab00;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    color: #50585F;
}

.tooltip:before {
    content: 'Copied to Clipboard!';
    font-size: 14px;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 6px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    font-weight: 400;
    color: #31216B;
    text-transform: none;
    width: 160px;
    text-align: center;
}

.tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hr_item_content {
    position: relative;
}

.position-image {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    width: 700px;
    margin: 0 auto;
}

@media screen and (min-width: 761px) and (max-width: 1250px) {
    .your_match_holder .highcharts-figure>div>div,
    .your_match_holder .highcharts-figure>div>div>svg {
        width: 640px!important;
        height: 640px!important;
    }
    .position-image {
        width: 640px;
    }
}

@media screen and (max-width: 760px) {
    .position-image {
        display: none;
    }
    .your_match_holder>figure {
        margin: 0px 0px 0px;
    }
}