/* Layout styles */
body.hvh.has-dialog .hero-block.short-header, 
body.hvh.has-dialog .hero-block.tall-header {
    z-index: 2 !important;
}
.action-section:has(div:empty) {
    display: none;
}

.workflow-container,
.workflow-container .layout-d-f {
    min-height: calc(100vh - 60px);
    position: relative;
    background-color: var(--white);
}
[automation-screen="true"] .layout-d-f {
    position: relative;
}
/* .workflow-container [data-component="widget-footer-link"], */

 .workflow-container [data-component="widget-footer-subtitle"]{
    display: none;
}

.layout-d-f:has(.g-col-6):before {
    content: '';
    background-color: var(--white);
    width: calc(50% + (var(--grid-gutter-space) / 2));
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}
@media only screen and (max-width: 767.98px) {
    .layout-d-f:before {
        display: none;
    }
}
.layout-d-f>.phw-container {
    position: relative;
    z-index: 2;
}

.form-field-widget {
    margin-bottom: 72px;
}

.ph-apply-box .row.form-group{
  display: block;
}
.ph-apply-box .external-job .pageTitle, .ph-apply-box  .navigation-summary{
    display: none !important;
}
.ph-apply-box .external-job .pageTitle, .ph-apply-box   ul.errorList{
    width: 100%;
}
.ph-apply-box .phenom-form-container .form-wrapper{
    width: 100%;
}
.ph-apply-box .phenom-form-container .form-wrapper  form>.navigation{
    display: none;

}
div[type=form-fieldset-wrapper] input[type=file] {
    height: 100%;
    color: transparent;
    min-height: 144px;
    width: 100%;
    z-index: 2;
    position: relative;
    background-color: var(--white);
    border: 1px dashed #AEB5C2;
    border-top-left-radius: calc(var(--border-radius-base)*1.25);
    border-top-right-radius: calc(var(--border-radius-base)*1.25);
    border-bottom-left-radius: calc(var(--border-radius-base)*1.25);
    border-bottom-right-radius: calc(var(--border-radius-base)*1.25);
}

div[type=form-fieldset-wrapper] input[type=file]::-webkit-file-upload-button {
    display: none;
}

.phw-posn-center.file-info {
    z-index: 10
}

input.form-control[type="text"],
input.form-control[type="number"] {
    padding: 8px 12px;
    height: 40px;
}

/* Layout styles end */

/* :root {
    --brand-color-primary: #DA291C;
    --brand-color-secondary: #ed8b00;
} */

section[data-widget="phw-screening-followup-questions-default-default-v1"]{
    padding: 16px;
}
legend.phw-g-mf-label {
    color: #464F5E;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
}
.phw-g-mf-label {
    color: #464F5E;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}
.phw-g-radio-label, .form-field label.phw-g-mf-control-label {
    color: #464F5E !important;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 24px;
}

.phw-g-mf-control-label {
    font-size: var(--paragraph-font-size-2);
    line-height: var(--paragraph-line-height-2);
    color: var(--secondary-text);

    color: #464F5E;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1919.98px) {
    .phw-g-mf-control-label {
        font-size: 14px;
    }
}

.phw-g-mf-form-control {
    font-size: 16px;
    line-height: var(--input-line-height);
    padding-top: calc((var(--line-height-calc) - (var(--input-border-width) * 2)) / 2);
    padding-bottom: calc((var(--line-height-calc) - (var(--input-border-width) * 2)) / 2);
    background-color: var(--input-bg);
    font-weight: var(--input-font-weight);
    border: var(--input-border-width) solid var(--input-stroke);
    border-radius: var(--input-border-radius);
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    --line-height-calc: calc(var(--input-font-size) * var(--input-line-height));

    border-top-left-radius: calc(var(--border-radius-base)*1.25);
    border-top-right-radius: calc(var(--border-radius-base)*1.25);
    border-bottom-left-radius: calc(var(--border-radius-base)*1.25);
    border-bottom-right-radius: calc(var(--border-radius-base)*1.25);
    border: 1px solid #D1D5DC;
    background-color: var(--white);
    height: 48px;
}

.phw-g-mf-form-control:focus {
    border-color: var(--input-stroke-focus);
    box-shadow: var(--input-box-shadow-focus);
}

.phw-g-mf-form-control:disabled {
    background-color: var(--input-disabled-bg);
    opacity: 1;
    pointer-events: none;
}

.phw-g-mf-form-select {
    appearance: var(--input-appearance);
    -webkit-appearance: var(--input-appearance);
    -moz-appearance: var(--input-appearance);
    -ms-appearance: var(--input-appearance);

    font-size: var(--input-font-size);
    line-height: var(--input-line-height);
    padding-top: calc((var(--line-height-calc) - (var(--input-border-width) * 2)) / 2);
    padding-bottom: calc((var(--line-height-calc) - (var(--input-border-width) * 2)) / 2);
    background-color: var(--input-bg);
    font-weight: var(--input-font-weight);
    border: var(--input-border-width) solid var(--input-stroke);
    border-radius: var(--input-border-radius);
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    --line-height-calc: calc(var(--input-font-size) * var(--input-line-height));
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+DQo8cGF0aCBmaWxsPSdub25lJyBzdHJva2U9JyMzNDNhNDAnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNMiA1bDYgNiA2LTYnLz4NCjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;

    border-top-left-radius: calc(var(--border-radius-base)*1.25);
    border-top-right-radius: calc(var(--border-radius-base)*1.25);
    border-bottom-left-radius: calc(var(--border-radius-base)*1.25);
    border-bottom-right-radius: calc(var(--border-radius-base)*1.25);
    border: 1px solid #D1D5DC;
    background-color: var(--white);
    height: 48px;
}

.phw-g-mf-form-select:focus {
    border-color: var(--input-stroke-focus);
    box-shadow: var(--input-box-shadow-focus);
}

.phw-g-mf-form-select:disabled {
    background-color: var(--input-disabled-bg);
    opacity: 1;
    pointer-events: none;
}

.ph-apply-box input[type="radio"].phw-g-mf-input-radio {
    height: 18px;
    width: 18px;
    margin-top: 0;
}

input[type="radio"].phw-g-mf-input-radio-custom {}

input[type="checkbox"].phw-g-mf-input-check {
    width: 18px;
    height: 18px;
    border-top-left-radius: calc(var(--border-radius-base)*0.5);
    border-top-right-radius: calc(var(--border-radius-base)*0.5);
    border-bottom-left-radius: calc(var(--border-radius-base)*0.5);
    border-bottom-right-radius: calc(var(--border-radius-base)*0.5);
    border: 2px solid #AEB5C2;
}

input[type="checkbox"].phw-g-mf-input-check-custom {}

.phw-g-mf-input-range {}

.phw-g-mf-legend {}

.phw-g-file-text {
    font-size: 12px;
    color: #637085;
    pointer-events: none;
}

[widget="phw-apply-experience-default-default-v1"] .phw-content-block {
    background-color: var(--white);
}

.workflow-apply form .form-group > label,
.workflow-apply form label.control-label {
    text-align: left !important;
    margin-bottom: 8px;
    margin-top: 0 !important;
    font-size: 15px;
}

.workflow-apply form .col-12,
.workflow-apply form .col-sm-12,
.workflow-apply form .col-md-5, 
.workflow-apply form .col-md-7 {
    width: 100%;
}
input[type='checkbox'], 
input[type='radio']{
    min-height: var(--form-checkbox-height) !important;
}
.workflow-apply form .field-radio-group .radio,
.workflow-apply form .field-radio-group .radio label {
    margin-top: 0;
}
.workflow-apply form .field-radio-group .radio input[type="radio"]{
    margin-left: -30px;
    border-radius: 50% !important;
    height: 20px !important;
    width: 24px !important;
}
.workflow-apply form .field-radio-group .radio label {
    padding-left: 30px;
}
.workflow-apply form .field-radio-group .radio input[type='checkbox'],
.workflow-apply form .field-radio-group .radio input[type='radio']{
    margin-top: -4px !important;
}
.workflow-apply form .form-group input, 
.workflow-apply form .form-group textarea, 
.workflow-apply form .form-group select{
    background-color: var(--white);
}
.workflow-apply form .form-group select {
    /* -webkit-appearance: none;
    background-image: var(--select-box-arrow);
    background-repeat: no-repeat;
    background-position: 98% center; */
    padding-right: 45px;
}
.workflow-apply form .row.form-group{
    margin: 0;  
}
.workflow-apply form .row.form-group .additional-attachment{
    width: 100% !important;
    background-color: var(--white);
}
.workflow-apply form .row.form-group .additional-attachment .page2-attach-file > label{
    background-color: var(--brand-color-primary);
}
.workflow-apply form .summary-label{
    font-weight: 700;
}
.workflow-apply form .summary-value {
    color: var(--secondary-text);
}

/* .phw-width-3of5{
    width: 60%;
} */

input::placeholder{
    font-size: 16px;
}


 .apply-page  .ph-apply-box .error-detail{
    padding-left: 0% !important;
}

.apply-page .ph-apply-box li.text-danger{
    margin-left: 0% !important;

}
.apply-page .ph-apply-box .rjsf .array-button-add, .apply-page .ph-apply-box .rjsf .array-button-add{
    width: fit-content !important;
}
.apply-page .rjsf .row.form-group.field.field-string.terms-conditions.two-line-field input#agreementCheck{
    

    position: relative;
    margin-right: 16px;
    height: 24px;
    width: 23px;
}

.apply-page .ph-apply-box .rjsf .form-group.field.field-string.terms-conditions.two-line-field .checkbox label{
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
}


.apply-page .ph-apply-box .rjsf .form-group.field .checkbox label{
    /* justify-content: flex-start !important; */
    text-align: left !important;
    align-items: center !important;
    margin-top: 0px !important;
}

.apply-page .ph-apply-box .rjsf .form-group.field .checkbox label span{
    display: flex;
    align-items: center !important;
}

.apply-page .ph-apply-box .rjsf .form-group.field .checkbox label input{
    top: unset !important;
}
.apply-page .ph-apply-box .rjsf .form-group.field .checkbox label input{
    position: absolute !important;
}
.apply-page .ph-apply-box .rjsf .form-group.field .checkboxes{
    margin-left: 32px;
}


.iframe-doc{
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;

}
.hvx-apply .main{
    width: 100vw !important;
}
.hooper{
    height: calc(100vh - 500px) !important;
    min-height: 300px;
}
.hooper-list{
    overflow-y: auto !important;
}
.hvh-sl-week,.hvh-sl-day{
    font-weight: var(--phw-g-widget-title-font-weight);
    font-family: var(--phw-g-widget-title-font-family);
}


/* .phw-width-3of5{
    width: 60%;
} */

.form-field input.phw-form-control{
    border-radius: 8px;
}
.form-field input.phw-form-control.phw-g-mf-input-radio{
    border-radius: 50%;
}
.form-field + .form-field{
    gap: 24px;
}
.form-field label, .form-field label.form-label.phw-g-mf-control-label{
    color: #4e4e4e !important;
    font-weight: 600 !important; 
   
}
.form-field label, .form-field legend{
    font-weight: 600;
}
.form-field legend{
    font-weight: 600;
    margin-bottom: 48px;
    color: #000;
    font-size: 18px;
    line-height: 1;
    border: 0;
}
.form-field-section .phw-error-color{
    margin-top: 4px;
    display: block;
    /* font-size: var(--input-label-font-size); */
    font-size: 14px;
}
div[widget="phw-horizontal-accordion-default-default-v1"] ul li>div{
    white-space: nowrap;
}
.workflow-container .g-col-3.phw-g-widget-bg-gray-1, 
[automation-screen="true"] .g-col-3.phw-g-widget-bg-gray-1{
    background-color: var(--widget-bg-white-color) !important;
}
@media only screen and (max-width: 767.98px) {
    .workflow-container .g-col-3.phw-g-widget-bg-gray-1, 
    [automation-screen="true"] .g-col-3.phw-g-widget-bg-gray-1{
        background-color: transparent !important;
    }
}

.workflow-container [data-static-widget-id="PXslSL"] [data-map-id="description"],
[automation-screen="true"] [data-static-widget-id="PXslSL"] [data-map-id="description"]{
        font-size: 15px;
}

.layout-d-f .phw-container.phw-grid {
    min-height: calc(100vh - 60px);
    max-width: 85%;
    width: 100%;
}



.workflow-container .loader-ele{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: hwb(208deg 46% 49.13% / 20%);
    z-index: 2;
    top: 0;

}
.workflow-container .loader-ele img{
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 60px));
    height: 60px;
    width: 60px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* .phw-container{
    background-color: var(--widget-bg-gray-color) !important;

} */

.workflow-container .phw-g-widget-bg-gray-1 {
    background-color: var(--widget-bg-white-color) !important;
}
.workflow-container .phw-g-widget-bg-gray-1:has(.ph-apply-box),
.workflow-container .action-parent:has(.ph-apply-box){
    background-color: white !important;
}
.workflow-container .ph-apply-box  .markdown-as-header{
    padding-left: 12px !important;
}
.phw-border-radius-3{
    border-radius: calc(var(--border-radius-base)* 3);
}
.phw-container>section:only-child img[src]{
    max-height: 200px;
    object-fit: contain;
}
.phw-border-radius-2{
    border-radius: calc(var(--border-radius-base)* 2);

}
.workflow-container .ph-apply-box .termsText{
    padding-left: 16px;
}
.workflow-container .ph-apply-box .disclaimernew{
    padding-left: 16px;
}
.workflow-container .ph-apply-box .disclaimernew span{
    margin-left: 16px;
}

.workflow-container:has(.ph-apply-box) [data-component="widget-footer-link"]{
    display: none;
}

.workflow-container .ph-apply-box .terms-conditions label{
    display: flex;
}
.workflow-container .ph-apply-box .terms-conditions label span:has(a){
    display: inline-block !important;
}
.workflow-container .ph-apply-box .terms-conditions label span>a{
    padding-left: 8px;
}
.workflow-container:has([data-func-widget-id="qd9Kyz"]) .action-section{
    width: 100%;
    padding-right: 32PX;

}
.apply-page .ph-page div.phw-container:before{
    content: none;
}
.workflow-container a{
    word-break: break-all;
}
.workflow-container .ph-apply-box .summary-title-link{
    display: none;
}
/* .icon-parent{
    width: 36px;
height: 36px;
background: #E2EFF4;
border-radius: 50%;
}

.icon-parent{
    width: 36px;
    height: 36px;
    background: #E2EFF4;
    border-radius: 50%;
    flex-shrink: 0;
    display: block;
    margin: auto;
    padding-top: 4px;
}
.delete-icon{
    position: absolute;
    top:-35px;
    right:15px;
    width:34px;
    height:18px
}
.icon-parent svg{
    width: 30px;
    height: 30px;
}
.icon svg{
    width: 30px;
    height: 30px;
}
.delete-button{
    border: none;
    background-color: white;
}
.delete-button svg{
    width: 30px;
    height: 20px;
} */

.workflow-container .action-section .phw-btn{
    text-transform: capitalize;
}

.hvh.apply2.apply-page .ph-apply-box .rjsf .form-group.field input {
    font-size: 16px !important;
}