
 .ph-apply-box {
    .phenom-form-container {
        .job-summary {
            font-size: 22px;
            margin-bottom: 3rem;
            h2 {
                font-size: 28px !important;
            }
        }
        .resume-section {
            margin-top: 1rem;
            .cloud-options {
                flex-direction: column;
                border: 1px solid;
                align-items: center;
                display: flex;
                padding: 20px;
                .resume_info {
                    .resume-header {
                        p {
                            .resume-mandatory {
                                color: #B30000;
                            }
                        }
                        p:nth-child(2) {
                            text-align: center;
                            margin-top: 10px;
                        }
                    }
                }                                                                                
                .drives {
                    margin-top: 10px;
                    display: flex;
                    align-items: center;
                    .cloud-options-group {
                        ul {
                            display: flex;
                            padding-left: 0 !important;
                            list-style: none;
                            align-items: center;
                            li {
                                padding: 0 !important;
                            }
                            li.linkedin-option {
                                margin-top: 0 !important;
                            }
                        }
                    }
                    .apply-or-line {
                        width: 30px;
                    }
                    .resume-upload-wrapper {
                        .upload-resume-btn {
                            min-height: 50px;
                            border-radius: 4px;
                            width: 100%;
                            background-color: #fff;
                            color: #5c2d91;
                            transition: .3s;
                            padding-inline: 20px;
                            outline-offset: 2px;
                            margin-top: 0 !important;
                            &:hover {
                                background-color: #5c2d91;
                                color: #fff;
                            }
                            &:focus {
                                background-color: #5c2d91;
                                color: #fff;
                                border: 2px solid #5c2d91;
                            }
                        }                                                                      
                    }
                }                                                                                
            }

            .has-resume {
                margin-top: 10px;
            }

            .text-danger{
                p {
                    color: #B30000;
                }
            }
        }
    }

    .rjsf {
        input {
            outline: none !important;
        }

        .field-string .required {
            color: #B30000;
        }

        .field-radio-group {
            span:nth-child(1) {
                display: flex;
            }
            input[type="radio"] {
                height: 16px;
                width: 16px;
            }

            span.radio-text {
                margin-left: 5px;
            }
        }

        .field-error.has-error {
            .error-detail {
                list-style: none !important;
                color: #B30000;
                padding-left: 0 !important;
                margin-top: 3px;
            }                                    
        }
        .candidate_class,.contactDetails_class {
            .markdown {
                margin-block: 10px;
                p {
                    font-size: 24px;
                    font-weight: 600 !important;
                }
            }
        }
                                        
                                                        
        .col-md-6 {
            .form-group {
                margin-block: 10px;
            }
            .field-string {
                .required {
                    color: #B30000;
                }
            }
            .phoneWidget_class {
                select.form-control {
                    height: 48px;
                    border-radius: 3px;
                    padding-left: 5px !important;
                    outline: none;
                }
            }
            select#country {
                height: 48px;
                border-radius: 3px !important;
                outline: none !important;        
            }
        } 

        
        .col-md-12 {
            .form-group {
                margin-block: 10px;
            }
            #candidatePreferences {
                .checkbox  {
                    label {
                        display: flex;
                        
                        span {
                            margin-left: 5px;
                        }
                    }
                }
            }

            .candidatePreferences_class {
                padding-block: 10px;
            }

            .form-group.field.field-string select { 
                    height: 48px;
                    border-radius: 3px;
                    outline: none;            
                }

            .field-undefined.additional-attachment-v2, .field-object.additional-attachment-v2 {
                border: 1px solid #000000;
                .additional-attachment-v2 {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    padding: 20px;

                    .col-md-12 {
                        .attachment-wrapper {
                            gap: 10px;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            .attachment-files {
                                ul {
                                    list-style: none;
                                    padding-left: 0;
                                }
                            }
                        }
                    }

                    .attachment-container {
                        ul {
                            list-style: none !important;
                            display: flex;
                            justify-content: center;
                            padding-left: 0;
                            margin-top: 10px;

                             li {
                                text-align: center;
                                width: 200px;
                                border: 2px solid #5c2d91;
                                color: #5c2d91;
                                background-color: #fff;
                                padding: 10px;                                                              
                                transition: .3s;
                                cursor: pointer;

                                .title-text {
                                    color: #5c2d91;
                                }

                                &:hover {
                                    background-color: #5c2d91;
                                    .title-text {
                                        color: #fff;
                                    }
                                }

                                label.file-label{
                                    margin-bottom: 0 !important;
                                }
                             }
                        }
                    }                    
                }                                                                                                                                                                                                                                                                                                
            }

            .form-group.field.field-string {
                label {
                    display: flex;
        
                    .checkmark {
                        color: #b30000;
                        margin-left: 5px;
                    }
                    span {
                        div {
                            display: flex;
                            flex-wrap: wrap;
                            p {
                                line-height: 1.2 !important;
                                padding-left: 3px;
                            }
                        }
                    }
                }
        }

            #applicantSource {
                height: 48px;
                border-radius: 3px !important;
                outline: none !important;        
            }

            select.form-control {
                height: 48px;
                border-radius: 3px;
                outline: none;
            }

            .consent {
                .checkbox  {
                    label {
                        span {
                            margin-left: 5px;
                        }
                    }                                        
                }
            }

            .form-group.field.field-array {
                .required {
                    color: #B30000;
                }
                .checkboxes {
                    label span:nth-child(1) {
                        display: flex;

                        span:nth-child(2) {
                            margin-left: 5px;
                        }
                    }
                }
            }
        }

        .navigation {
            display: flex;
            justify-content: space-between;
            .btn-submit {
                min-height: 50px;                
                border-radius: 4px;
                color: #5c2d91;
                background-color: #fff;               
                transition: .3s;  
                padding-inline: 36px; 
                outline-offset: 2px;             
                    &:hover {
                        background-color: #5c2d91;
                        color: #fff;
                    }
                    &:focus {
                        background: #5c2d91;
                        border: 2px solid #5c2d91;
                        color: #fff;                        
                    }
            }

            .btn-next,.btn-prev {
                min-height: 50px;                
                border-radius: 4px;
                background-color: #5c2d91;
                color: #fff;               
                transition: .3s;  
                padding-inline: 36px;
                border: 2px solid #5c2d91;
                outline-offset: 2px;         
                    &:hover {
                        background-color: #7d57a7;
                        border-color: #7d57a7 !important;
                        color: #fff;
                    }                    
            }
        }
    }
}

@media screen and (max-width:767px) {
    .resume-section {
        .drives {
            flex-direction: column;
            gap: 10px;

            .cloud-options-group {
                ul {
                    justify-content: center;

                    .linkedin-option {
                        margin-top: 10px;
                    }
                }
            }
        }
    }

    .rjsf {
        .phoneWidget_class {
            div.form-fields {
                display: flex;
                flex-direction: column;
            }

            .phoneWidget_phoneNumber_class {
                margin-top: 6px;
            }
        }
        
        #candidatePreferences {
            .checkbox {
                label {
                    span {
                        margin-left: 0 !important;
                    }
                }
            }
        }

        .Disclaimer_66200_class,.Disclaimer_66291_class {
            .checkmark {
                margin-left: 0;
            }                                                                                    
        }

        .consent {
            .checkbox  {
                label {
                    span {
                        margin-left: 0;
                    }
                }                                        
            }
        }
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .phoneWidget_class {
        div.form-fields {
            display: flex !important;
            flex-direction: column;
        }
    
        .phoneWidget_phoneNumber_class {
            margin-top: 6px;
        }
    }

    .resume-section {
        .drives {
            flex-direction: column;
            gap: 10px;                                                                
        }
    }
}


    .ph-apply-box{
        .rjsf{
            .col-md-12{
                .form-group {
                    .checkbox{

                        label{
                        display: flex !important;
                        span.required{
                            color: #B30000;
                        }
                    }
                }
            }
        }
    }
}

.es_co{
    .ph-apply-box{
        .rjsf{
            .col-md-6{
                .form-group {
                    .form-fields{

                        display: flex !important;
                        .col-md-4{
                            flex: 1;
                        }
                         .col-md-8{
                            flex: 1;
                        }
                    }
                }
            }
        }
    }
 }


 .ph-jtc-box {
    .resume-section {
        .resume-group {
            span.resume-mandatory {
                color: #B30000 !important;
            }
            .drives {
                .cloud-options-group {
                    ul {
                        gap: 16px;
                    }
                }
                .resume-upload-wrapper {
                    button {
                        font-family: Proximus Fonts !important;
                        border: 2px solid #5c2d91 !important;
                        &:hover {
                            background-color: white !important;
                            border: 2px solid #5c2d91 !important;
                            color: #5c2d91;

                        }
                    }
                }
            }
        }
    }
    .rjsf {
        .col-md-6 {
            .form-group { 
                label {
                    span.required {
                        color: #B30000 !important;
                    }
                } 
                input,select {
                    border-radius: 4px !important;
                    color: #393939;
                    &::placeholder {
                        font-size: 16px !important;                        
                    }                                              
                } 
                
                .rbt {
                    .rbt-input-multi {
                        min-height: 51px !important;
                        scrollbar-width: thin;                        
                        .rbt-token-removeable {
                            padding-block: 0 !important;
                            background-color: #5C2D91;
                            color: #fff;
                        }
                    }

                    .dropdown-item {
                        color: #393939 !important;
                    }
                }
            }

            select#country,select#state {
                border-radius: 4px !important;                 
                option {
                    color: #393939;
                }
            }                                                           

            ul.error-detail {
                li.text-danger {
                    color: #B30000 !important;
                }
            }
        }
        .col-md-12 {
            .checkbox  {
                label {
                    .checkbox-control {
                        height: 24px !important;
                    }
                    .checkmark,.required {
                        color: #B30000 !important;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 767px) {
    .ph-jtc-box {
        .resume-section {
            .resume-group {
                padding: 20px !important;
                .cloud-options {
                    .resume_info {
                        padding-left: 0 !important;
                    }
                    .drives {
                        flex-direction: column !important;
                        .cloud-options-group {
                            ul {
                                padding-left: 0 !important;
                            }
                        }
                    }
                }
            }
        }                                                                              
    }
}

@media screen and (max-width: 1024px) {
    .ph-jtc-box {
        .resume-section {
            .resume-group {                
                .cloud-options {                                        
                    .drives {
                        .cloud-options-group {
                            ul {
                                padding-left: 0 !important;
                            }
                        }
                    }
                }
            }
        }                                                                              
    }

    .col-md-12 {
        .checkbox  {
            label {
                align-items: unset !important;
                span.checkmark,span.required {
                    align-items: unset !important;
                }
                .checkbox-control {
                    margin-right: 8px !important;
                }
            }
        }
    }
}

.es_co .phw-container .ph-jtc-box .form-wrapper .form-group .col-md-12 .form-group .checkbox label{
    display: flex !important;
    align-items: start !important;
}


     .crm-event-registration-container {
        h2#ph-a11y-registrationPopup {
            text-align: center !important;
        }
        .hint-html {
            margin-block: 10px;
        }
    }

    .required-asterisk {
        color: #B30000 !important;
    }

    form.event-form {
        .has-error {
            input.form-control {
                border-color: #B30000 !important;
            }
        }
    }

    .event-details-hero {
        button.event-registration {
            border-bottom-right-radius: 2px;
            background-color: #5c2d91;
            color: #fff;
            &:hover {
                border-bottom-right-radius: 2px;
                background-color: #fff;
                border-color: #fff;
                color: #5c2d91;
            }
        }
    }

    [widget="phw-add-to-calendar-view1-default-v1"] {
        h2.phw-g-h2-card-sub-title-dark-small {
            font-size: 20px;
        }

        a.add-to-calendar {
            &:hover {
                border-bottom-right-radius: 2px;
                border-bottom: 2px solid #5c2d91;
            }
        }
    }

    [widget="phw-event-share-default-default-v1"] {
        border: 2px solid #5c2d91;
        .phw-g-noborderevent {
            margin-bottom: 0 !important;
        }
        .phw-header-block {
            margin-bottom: 25px !important;
            text-align: center;
            h2 {
                font-family: "Proximus Fonts";
                font-weight: 600;
            }
        }

        .phw-content-block {
            ._share-options-block_15dfa_15 {
                justify-content: center;

                button._share-btn_15dfa_25 {
                    border-radius: 25px;
                }

                button._email_15dfa_203 {
                    margin-inline-end: 0 !important;
                }
            }
        }
    }


    @media screen and (max-width:768px) {
        .event-details-hero {
            ._event-loc_1cuzn_31 {
                text-align: left !important;
            }
        }
    }


@media only screen and (max-width: 767px){
.apply {
}
}
@media only screen and (max-width: 767px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 767px){
.event {
}
}