/*Module 1*/
.SFX_no_padding_important {
    padding: 0px !important;
}

.SFX_no_padding {
    padding: 0px;
}

.SFX_module {
    padding: 10% 0%;
}

.SFX_join_employee {
    padding: 0px;
    width: 22.5%;
    margin-right: 3%;
    margin-bottom: 40px;
}

    .SFX_join_employee:nth-child(4n) {
        margin-right: 0%;
    }

.BTN_3 {
    background-color: #377dff;
    color: white;
    border-radius: 20px;
    padding: 11px 20px;
    display: inline-block;
    font-weight: 600;
    width: 150px;
    text-align: center;
}

    .BTN_3:hover {
        cursor: pointer;
    }

.BTN_file_upload {
    background-color: #e5e5e5;
    color: #959595;
    border-radius: 20px;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    float: right;
    position: absolute;
    height: unset;
    right: 10px;
    top: 44px;
}

    .BTN_file_upload:hover {
        cursor: pointer;
    }

.BTN_file_upload_complete {
    background-color: #f35f55;
    color: #ffffff;
    border-radius: 20px;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    float: left;
    display: none;
    padding: 7px 15px;
    position: absolute;
    top: 45px;
    left: 15px;
}

    .BTN_file_upload_complete p {
        margin: 0;
    }

.BTN_remove_file {
    background-color: transparent;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 900;
    width: auto;
    padding: 0% 0%;
    text-align: right;
    text-align: right;
}

#quickApply .modal-header {
    padding: 0;
    border-bottom: none;
}

#quickApply .modal-content {
    border-radius: 25px;
    min-height: 1200px;
    height: auto;
}

#modal_svg {
    border-radius: 25px;
}

.modal-dialog {
    max-width: 900px;
    width: 100%;
}

.SFX_modal_title {
    top: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    top: -140px !important;
}

.SFX_modal_title_overwrite {
    top: -130px !important;
}

.SFX_modal_title_block {
    height: 250px;
}

.BTN_modal_close_group {
    position: absolute;
    right: 50px;
    top: 20px;
}

    .BTN_modal_close_group td:first-child {
        color: rgba(0, 0, 0, 0.3);
        padding: 0px 10px;
        font-weight: 600;
    }

.BTN_modal_close_button {
    color: #ffffff;
    background-color: #fe5f55;
    font-size: 40px;
    padding: 0px 10px;
    border-radius: 25px;
    line-height: 0;
    padding: 20px 9px;
}

.BTN_modal_close_group:hover {
    cursor: pointer;
}

#quickApply .modal-body {
    padding: 7% 15%;
}

.formJoinEmployeeDesc .modal-body {
    padding: 7% 15%;
}

.form-control {
    border-radius: 30px;
    height: 55px;
    padding: 10px 30px;
    outline: none;
    color: #000000;
    margin-bottom: 40px;
    border-color: #eee;
}

    .form-control:focus {
        border: 2px solid #377dff;
        box-shadow: none;
    }

.SFX_modal_form label {
    color: #959595;
    font-weight: 100;
    font-size: 17px;
    margin-bottom: 15px;
}

#selection_1 {
    border: 0 !important; /*Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /*Removes default style Firefox*/
    background: url("GFX_cheviron_down.png") no-repeat; /*Adds background-image*/
    background-position: 96% 20px;
    background-size: 20px; /*Position of the background-image*/
}

#selection:focus {
    border: 2px solid #377dff;
}

.custom-select select:hover {
    cursor: pointer;
}

.BTN_form_submit {
    background-color: #377dff;
    color: #ffffff;
    border-radius: 30px;
    height: 55px;
}

    .BTN_form_submit:hover {
        background-color: #ffffff;
        color: #377dff;
        border-color: #377dff;
        border-radius: 30px;
        height: 55px;
    }

.BTN_form_quickapply {
    background-color: #377dff;
    color: #ffffff;
    border-radius: 30px;
    height: 40px;
    vertical-align: middle;
}

    .BTN_form_quickapply i {
        display: inline-block;
        background-color: transparent;
        color: #ffffff !important;
        padding: 0px 0px;
        font-size: 15px;
    }

    .BTN_form_quickapply span {
        display: inline-block;
        width: 70%;
        text-align: left;
        font-weight: bold;
    }

    .BTN_form_quickapply:hover {
        text-decoration: none;
        background-color: #044acc !important;
        color: #ffffff !important;
    }

hr {
    border-top: 2px solid #377dff;
}

.SFX_joinemployee hr {
    border-top: 2px solid #377dff;
}

.SFX_pdf_requirement {
    font-size: 12px;
    color: #e5e5e5;
}

.SFX_Error li {
    color: #fe5f55;
    position: relative;
    top: -30px;
    display: none;
}

.g-recaptcha {
    display: inline-block;
}

.SFX_Recaptcha {
    text-align: center;
}

.SFX_Recaptcha_Container {
    display: inline-block;
}

.SFX_selection-option {
    font-size: 60px;
}

#fileinput {
    display: none;
}

/*ThankYou POP UP*/

.SFX_no_padding {
    padding: 0px;
}

.SFX_module {
    padding: 10% 0%;
}

.BTN_3 {
    background-color: #377dff;
    color: white;
    border-radius: 20px;
    padding: 11px 20px;
    display: inline-block;
    font-weight: 600;
    width: 150px;
    text-align: center;
}

    .BTN_3:hover {
        cursor: pointer;
    }

.modal {
    overflow: auto;
}

#thankyou .modal-header {
    padding: 0;
    border-bottom: none;
}

#thankyou .modal-content {
    border-radius: 25px;
    height: auto;
    /*min-height: 800px;*/
}

#modal_svg {
    border-radius: 25px;
}

.modal-dialog {
    max-width: 900px;
    width: 100%;
}

.SFX_modal_title {
    top: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    top: -140px;
}

.SFX_modal_subtitle {
    top: 0;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    top: -140px !important;
}

.SFX_modal_title_block {
    height: 250px;
}

.BTN_modal_close_group {
    position: absolute;
    right: 50px;
    top: 20px;
}

    .BTN_modal_close_group td:first-child {
        color: rgba(0, 0, 0, 0.3);
        padding: 0px 10px;
        font-weight: 600;
    }

.BTN_modal_close_button {
    color: #ffffff;
    background-color: #fe5f55;
    font-size: 40px;
    padding: 0px 10px;
    border-radius: 25px;
    line-height: 0;
    padding: 20px 9px;
}

.BTN_modal_close_group:hover {
    cursor: pointer;
}

#thankyou .modal-body {
    padding: 7% 15%;
}

.form-control {
    border-radius: 30px;
    height: 55px;
    padding: 10px 30px;
    outline: none;
    color: #000000;
    margin-bottom: 40px;
    border-color: #eee;
}

    .form-control:focus {
        border: 2px solid #377dff;
        box-shadow: none;
    }

.SFX_modal_form label {
    color: #959595;
    font-weight: 100;
    font-size: 17px;
    margin-bottom: 15px;
}

#selection_1 {
    /*Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /*Removes default style Firefox*/
    background: url("GFX_cheviron_down.png") no-repeat; /*Adds background-image*/
    background-position: 96% 20px;
    background-size: 20px; /*Position of the background-image*/
    border-color: #e5e5e5;
}

#selection:focus {
    border: 2px solid #377dff;
}

.custom-select select:hover {
    cursor: pointer;
}

.BTN_form_submit {
    background-color: #377dff;
    color: #ffffff;
    border-radius: 30px;
    height: 55px;
}

hr {
    border-top: 2px solid #377dff;
}

.SFX_ThankYou hr {
    border-top: 1px solid #ebebeb;
}

.SFX_ThankYou_important hr {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.BTN_ThankYou_close {
    background-color: #377dff;
    color: #ffffff;
    border-radius: 30px;
    height: 55px;
    margin-top: 40px;
    padding-top: 15px;
}

.BTN_ThankYou_close_overwrite {
    height: 55px !important;
    margin-top: 40px !important;
    padding-top: 15px !important;
}

.BTN_ThankYou_close:hover {
    background-color: #ffffff;
    color: #377dff;
    border-color: #377dff;
    border-radius: 30px;
    height: 55px;
    padding-top: 2.5%;
}

.SFX_ThankYou_Title {
    font-size: 30px;
    font-weight: 600;
    color: #377dff;
    padding: 0px;
}

.SFX_ThankYou_content {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 0px;
    margin-top: 40px;
}

.SFX_ThankYou_content_joinemployee {
    padding: 0px !important;
    margin-top: 40px !important;
    min-height: unset !important;
}

.SFX_ThanYou_content2 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 5% 15%;
    padding-bottom: 15%;
}

.SFX_ThankYou_content3 {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    padding: 0px 17% 40px 17%;
}

.SFX_ThankYou_content3_padding {
    padding: 0px 17% 40px 17% !important;
}
/*End*/

/*Module 4*/

.SFX_no_padding {
    padding: 0px;
}

.SFX_module {
    padding: 10% 0%;
}

.BTN_E_Assist_Panel {
    background-color: #377dff;
    color: white;
    border-radius: 30px;
    padding: 18px 42px;
    display: inline-block;
    font-weight: 600;
    width: fit-content;
    text-align: center;
    margin: 0% 15%;
}

    .BTN_E_Assist_Panel:hover {
        cursor: pointer;
    }

#quick_apply .modal-header {
    padding: 0;
    border-bottom: none;
}

#quick_apply .modal-content {
    border-radius: 25px;
}

#modal_svg {
    border-radius: 25px;
}

.modal-dialog {
    max-width: 900px;
    width: 100%;
}

#quick_apply .SFX_modal_title {
    top: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    top: -160px;
}

.SFX_modal_title_block {
    height: 250px;
}

.BTN_modal_close_group {
    position: absolute;
    right: 50px;
    top: 20px;
}

    .BTN_modal_close_group td:first-child {
        color: rgba(0, 0, 0, 0.3);
        padding: 0px 10px;
        font-weight: 600;
    }

.BTN_modal_close_button {
    color: #ffffff;
    background-color: #fe5f55;
    font-size: 40px;
    padding: 0px 10px;
    border-radius: 25px;
    line-height: 0;
    padding: 20px 9px;
}

.BTN_modal_close_group:hover {
    cursor: pointer;
}

#quick_apply .modal-body {
    padding: 7% 15%;
}

.form-control {
    border-radius: 30px;
    height: 55px;
    padding: 10px 30px;
    outline: none;
    color: #000000;
    margin-bottom: 40px;
    border-color: #eee;
}

    .form-control:focus {
        border: 2px solid #377dff;
        box-shadow: none;
    }

.SFX_modal_form label {
    color: #959595;
    font-weight: 100;
    font-size: 17px;
    margin-bottom: 15px;
}

#selection_1 {
    border: 0 !important; /*Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /*Removes default style Firefox*/
    background: url("GFX_cheviron_down.png") no-repeat; /*Adds background-image*/
    background-position: 96% 20px;
    background-size: 20px; /*Position of the background-image*/
}

#selection:focus {
    border: 2px solid #377dff;
}

.custom-select select:hover {
    cursor: pointer;
}

.BTN_quick_apply {
    background-color: #377dff;
    color: #ffffff;
    padding: 3% 10%;
    border-radius: 30px;
}

.SFX_Quick_Apply_modal_content_title {
    font-size: 20px;
    color: #377dff;
    padding-bottom: 3%;
}

.SFX_Quick_Apply_modal_content {
    text-indent: -2px;
    color: #377dff;
    padding-left: 2.5%;
}

    .SFX_Quick_Apply_modal_content > li {
        padding-bottom: 2%;
    }

        .SFX_Quick_Apply_modal_content > li > span {
            color: #a2a2a2;
            font-size: 15px;
        }

        .SFX_Quick_Apply_modal_content > li > ol {
            list-style: lower-alpha;
            color: #464646;
            font-weight: 600;
            font-size: 15px;
            padding-left: 2%;
        }

.SFX_quick_apply_hr {
    margin: 10% 0%;
}

.SFX_modal_title_description {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    top: -160px;
}

hr {
    border-top: 2px solid #377dff;
}

.formJoinEmployee .modal-header {
    padding: 0;
    border-bottom: none;
}

.formJoinEmployee .modal-content {
    border-radius: 25px;
    height: auto;
    display: inline-block;
}

.formJoinEmployee .modal-body {
    padding: 0px 50px 0px 50px !important;
}

@media (max-width: 576px) {
    .formJoinEmployee .modal-body {
        padding: 0px 15px 0px 15px !important;
    }
}

.formJoinEmployeeTQ .modal-header {
    padding: 0;
    border-bottom: none;
}

.formJoinEmployeeTQ .modal-content {
    border-radius: 25px;
    height: auto;
    /*min-height: 800px;*/
}

.SFX_joinemployee_title {
    font-size: 30px;
    font-weight: bold;
    color: #3782ff;
}

.SFX_joinemployee_jobtitle {
    font-weight: bold;
    color: #3782ff;
    font-size: large;
    padding-left: 0px;
}

.SFX_joinemployee_department {
    padding-top: 10px;
    font-size: small;
    color: #9a9a9a;
}

.SFX_joinemployee_joineddate {
    padding-top: 10px;
    font-size: x-small;
}

.SFX_SurpressFilter {
    padding-top: 0% !important;
}

.SFX_joinemployee_modal-header {
    min-height: 100px;
    border-bottom: 0px;
    padding: 0px;
}

.SFX_joinemployee_modal {
    min-height: auto;
    margin-bottom: 35px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    padding: 25px !important;
    position: relative;
    overflow: hidden;
}

.SFX_joinemployee_modal-content {
    height: 70px;
    padding: 0;
    margin-top: 15px;
}

.SFX_joinemployee_modal-job-description {
    padding-top: 0px;
}

.SFX_joinemployee_modal-footer {
    padding: 0px;
    padding-top: 30px;
}

.SFX_joinemployee_popup-modal {
    /*min-height: 1150px;*/
}

.SFX_joinemployee_popup-modal-agent-info {
    font-weight: bold;
}

.formJoinEmployeeDesc .modal-header {
    padding: 0;
    border-bottom: none;
}

.formJoinEmployeeDesc .modal-content {
    border-radius: 25px;
    height: auto;
    display: inline-block;
}

.SFX_JoinEmployee_JobDescriptionTitle {
    color: #437dfa;
    font-size: 35px;
    font-weight: bold;
    /*text-align: left;*/
    padding: 0;
}

.SFX_JoinEmployee_JobDescription {
    text-align: left;
    padding: 0;
    /*min-height: 300px;*/
    height: auto;
}

.SFX_joinemployeedesc_popup-modal {
    /*min-height: 900px;*/
}

/*state and department dropdown*/
.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.dropdown-block {
    z-index: 1;
    background: white;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 10px 30px !important;
    min-width: 100.8%;
    margin-left: -1px;
    padding-top: 10px;
    display: flex;
}

    .dropdown-block a {
        color: #555555;
        background: transparent !important;
    }

        .dropdown-block a:hover {
            background: transparent !important;
        }

    .dropdown-block:last-child {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom: 1px solid #e5e5e5;
    }

    .dropdown-block:first-child {
        margin-top: 40px;
        background: transparent;
        border: none;
    }

    .dropdown-block:hover {
        background: #f7f7f7;
        color: #333333;
        /*font-size: 17px;*/
        font-weight: 600;
    }

    .dropdown-block:first-child:hover {
        background: transparent;
        font-size: 17px;
        font-weight: 500;
    }

    .dropdown-block:first-child a:hover {
        background: transparent;
    }

/*end*/

.state_list .SFX_Selection_Block,
.department_list .SFX_Selection_Block {
    width: 100%;
    height: 62px;
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    border-radius: 30px;
    cursor: pointer;
}

.state_list .SFX_Selection_Title,
.department_list .SFX_Selection_Title {
    font-size: 17px;
    font-weight: 600;
    color: #464646;
    padding: 10px 30px;
    border: 0px;
    background-color: transparent;
    height: 62px;
    outline: none;
    cursor: pointer;
}

.state_list .SFX_Selection_Button,
.department_list .SFX_Selection_Button {
    width: 40px;
    height: 40px;
    background-color: #377dff;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
}

    .state_list .SFX_Selection_Button .fa,
    .fas,
    .department_list .SFX_Selection_Button .fa,
    .fas {
        font-weight: 900;
        color: #ffffff;
        text-align: center;
        padding-top: 13px;
        position: unset;
    }

    .state_list .SFX_Selection_Button .fa-angle-up,
    .department_list .SFX_Selection_Button .fa-angle-up {
        display: none;
    }

@media screen and (max-width: 870px) {
    .SFX_modal_title {
        top: -100px !important;
    }

    .SFX_modal_title_overwrite {
        top: -80px !important;
    }

    .SFX_modal_subtitle {
        top: -100px !important;
    }

    .BTN_file_upload {
        height: 34px;
        right: 4px;
        top: 37px;
    }

    .BTN_file_upload_complete {
        height: 34px;
        left: 15px;
        top: 38px;
        height: 33px;
    }

    .SFX_ThankYou_content_joinemployee {
        margin-top: 30px !important;
    }

    .SFX_ThankYou_important hr {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .SFX_ThankYou_content3_padding {
        padding: 0px 17% 30px 17% !important;
    }

    .BTN_ThankYou_close {
        height: 40px;
        margin-top: 30px;
    }

    .BTN_ThankYou_close_overwrite {
        height: 40px !important;
        margin-top: 30px !important;
        padding-top: 10px !important;
    }
}

@media screen and (max-width: 1040px) {
    .state_list .SFX_Selection_Block {
        margin-left: 20px;
    }

    .state_list .SFX_Selection_Button,
    .department_list .SFX_Selection_Button {
        background-color: unset !important;
    }

    /*  .state_list .SFX_Selection_Button .fa,
  .fas,
  .department_list .SFX_Selection_Button .fa,
  .fas {
    color: #377dff;
  }*/
}

.SFX_JoinEmployee_Vacancy_Block {
    margin-right: 3.2%;
    width: 22.6%;
    max-height: 342px;
}

    .SFX_JoinEmployee_Vacancy_Block:nth-child(4n + 4) {
        margin-right: 0%;
    }

@media screen and (max-width: 1040px) and (min-width: 768px) {
    .SFX_JoinEmployee_Vacancy_Block {
        margin-right: 4%;
        width: 48%;
    }

        .SFX_JoinEmployee_Vacancy_Block:nth-child(2n + 2) {
            margin-right: 0%;
        }
}

@media screen and (max-width: 767px) {
    .SFX_JoinEmployee_Vacancy_Block {
        margin-right: 0%;
        width: 100%;
    }
}

@media screen and (max-width: 1040px) {
    .quick_apply .fas .fa-edit {
        padding-left: 15px;
    }
}

.SFX_JoinEmployee_Block_hr {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    position: absolute;
    bottom: 100px;
    left: 0;
}

@media screen and (max-width: 425px) {
    .BTN_file_upload_complete {
        left: 4px !important;
    }

    .BTN_file_upload {
        padding: 8px 0px !important;
    }

    .BTN_remove_file {
        position: absolute;
    }

    .BTN_file_upload_complete p {
        padding: 0px;
    }
}

@media (max-width: 530px) {
    .dropdown-block {
        min-width: 100.6%;
    }
}

@media (min-width: 768px) and (max-width: 1040px) {
    .dropdown-block {
        min-width: 100.3%;
    }
}

.SFX_JoinEmployee_Title_Banner_Style {
    margin-top: 60px;
    color: #003e7e;
    font-weight: 900;
    font-size: 38px;
}

.SFX_JoinEmployee_JobTitle_Banner_Style {
    color: #377dff;
    font-weight: 900;
    font-size: 22px;
    margin-top: 30px;
}

.SFX_JoinEmployee_JobLocation_Banner_Style {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 40px;
}

.SFX_pdf_requirement {
    color: #7f7f7f;
}

.form-control {
    width: 100%;
    margin-bottom: 0px;
    height: auto;
}

.ra-card {
    input

{
    text-align: center;
    border: none;
    box-shadow: 0 30px 40px #00000014;
    font-weight: 900;
    font-size: 16pt;
    padding: 20px 25px !important;
    max-height: 80px;
    color: #000 !important;
    border-radius: 50px;
    box-sizing: border-box;
    outline: none;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 14pt;
        max-height: 40px;
    }

    &:focus, &:hover

{
    box-shadow: 0px 30px 40px #00000014;
    outline: none;
    height: 75px;
}

&::placeholder {
    color: #cacaca;
}

&:hover::placeholder {
    color: #cacaca;
}

&:focus::placeholder {
    opacity: 0;
}

}

input[type="file"] {
    flex-grow: 1;
    margin-left: 10px;
    height: unset;
    width: 100%;
    box-shadow: 0px 30px 40px #00000014;
}

}

.SFX_Form_Common_Style_form_control {
    width: 100% !important;
}

.form-control,
.form-control:focus {
    border: none;
    width: 100%;
    margin-bottom: 0px;
    height: auto;
}

.success-icon {
    width: 138px;
    height: 138px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10%;
}

.custom-label {
    font-weight: 900 !important;
    font-size: 16pt;
    margin-bottom: 35px;
}

.SFX_Form_Common_Style_modal_title_block {
    background-color: #ffffff !important;
    height: 100% !important;
}

.formAgent .modal-body {
    padding: 0px 50px 0px 50px !important;
}

.formAgentTQ .modal-body {
    padding: 0% 15%;
}

.ra-button {
    font-size: 16pt;
    font-weight: 900;
    border: none;
    padding: 20px 25px;
    border-radius: 50px;
    width: 100%;
    background: #377dff;
    color: #fff;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.08);
    height: 75px;
    margin-bottom: 10%;
    &:hover

{
    color: #fff;
    background: #0052ea;
    color: #fff;
}

&:disabled {
    background-color: #d7e5ff;
    cursor: no-drop;
    color: white;
    &:hover

{
    background-color: #d7e5ff !important;
    cursor: no-drop;
    border: none;
    outline: none;
    color: white;
}

}
}

.button-content {
    margin: 0;
    padding: 0;
    font-weight: bold;
    width: 100%;
    &:hover

{
    color: #fff;
}

}

.ra-error {
    background: #ef0008;
    color: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    margin-top: 15px;
    position: relative;
    font-weight: 500;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 12pt;
        padding: 15px;
        border-radius: 15px;
    }

    &::after

{
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ef0008;
    position: absolute;
    top: -9px;
    left: calc(50% - 5px);
}

}

.ra-wrapper {
    margin-bottom: 30px;

    @media (max-width: 992px) {
        margin-bottom: 13px;
    }

    &.error

{
    .ra-card

{
    input

{
    border: 3px solid #ef0008;
}

}
}
}

.ra-card {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    font-weight: 900;

    @media (max-width: 576px) {
        padding: 20px 15px;
    }

    h5

{
    font-weight: 900 !important;
    font-size: 16pt;
    margin-bottom: 35px;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 14pt;
        margin-bottom: 13px;
    }

    &.label-white

{
    color: #fff;
}

}

input {
    text-align: center;
    border: none;
    box-shadow: 0 30px 40px #00000014;
    font-weight: 900;
    font-size: 16pt;
    padding: 20px 25px !important;
    max-height: 80px;
    color: #000 !important;
    height: 75px;
    border-radius: 50px;
    box-sizing: border-box;
    outline: none;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 14pt;
        max-height: 40px;
    }

    &:focus, &:hover

{
    box-shadow: 0px 30px 40px #00000033;
    outline: none;
    border: none;
    height: 75px;
}

&::placeholder {
    color: #cacaca;
}

&:hover::placeholder {
    color: #cacaca;
}

&:focus::placeholder {
    opacity: 0;
}

}

textarea {
    text-align: left;
    border: none;
    box-shadow: 0px 30px 40px #00000014;
    font-weight: 900 !important;
    font-size: 16pt !important;
    padding: 20px 25px;
    min-height: 40px;
    max-height: none;
    width: 100%;
    overflow: auto;
    resize: none;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 14pt;
    }

    &:focus, &:hover

{
    box-shadow: 0px 30px 40px #00000033;
    outline: none;
    border: none;
}

&::placeholder {
    color: #cacaca;
}

&.ng-invalid.ng-touched {
    border: 3px solid #ef0008;
}

}
}

.BTN_file_upload {
    display: flex;
    align-items: center;
    background-color: #377dff;
    color: #fff;
    border: none;
    position: unset;
    cursor: pointer;
    padding: 3%;
    height: 100%;
    justify-content: center;
    &:hover

{
    text-decoration: none;
    background-color: #044acc !important;
    color: #ffffff !important;
}

}

.BTN_file_upload i {
    margin-left: 5px;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 0%;
}

.BTN_file_upload_complete {
    align-items: center;
    position: unset;
    padding: 3%;
    padding-right: 4%;
    height: 100%;
}

.BTN_file_upload_svg {
    display: none;
}

@media (max-width: 768px) {
    .BTN_file_upload {
        display: none;
    }

    .BTN_file_upload_svg {
        display: flex;
        height: 36px;
    }
}

.form-control-wrapper {
    position: relative;
}

.form-control {
    text-align: center;
    border: none;
    box-shadow: 0 30px 40px #00000014;
    font-weight: 400;
    font-size: 16px;
    padding: 20px 25px;
    max-height: 80px;
    color: #464646;
    border-radius: 40px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
}

.default-input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    display: inline-block;
}

.resume_upload {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 3%;
    box-shadow: 0 30px 40px #00000014;
    height: 75px !important;
    &:focus, &:hover

{
    box-shadow: 0px 30px 40px #00000033;
    outline: none;
}

}

.SFX_JoinEmployee.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.SFX_JoinEmployee .form-group {
    margin-bottom: 15px;
}

.SFX_JoinEmployee .row {
    margin: 0;
}

.SFX_Active_Tick {
    text-align: left !important;
}

.SFX_JoinEmployee hr {
    opacity: 1;
}

.SFX_JoinEmployee ul {
    padding-left: 0;
}

@media (min-width: 992px) {
    .custom-list-width {
        flex: 0 0 auto !important;
        width: 25% !important;
    }
}

@media (max-width: 576px) {
    .resume_upload {
        height: fit-content !important;
    }

    .form-control {
        padding: 5px !important;
    }
}

@media (min-width:768px) {
    .SFX_JoinEmployee.container {
        width: 750px;
        max-width: 750px;
    }

    .custom-list-width {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .SFX_JoinEmployee.container {
        width: 970px;
        max-width: 970px;
    }
}

@media (min-width:1200px) {
    .SFX_JoinEmployee.container {
        max-width: 1170px;
        width: 1170px;
    }
}

@media (min-width:1400px) {
    .SFX_JoinEmployee.container {
        max-width: 1170px;
        width: 1170px;
    }
}
/*
@media (min-width: 768px) {
    .resume_upload .BTN_file_upload_complete .col-md-12 {
        flex: 0 0 0 0 !important; 
    }
}*/
