.radioGroup > div:not(:last-child) {
    margin-bottom: 10px;
}
.recruitment-radiobutton {
    position: relative;
}

.recruitment-radiobutton input[type="radio"] {
    opacity: 0;

}
.recruitment-radiobutton label {
    margin-left: 15px;
}
.recruitment-radiobutton label::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #DBDBDB;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-top: -2px;

}

.recruitment-radiobutton input[type="radio"]:checked + label::before {
    content: "";
    border: 2px solid #19579f;

}

.recruitment-radiobutton input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #19579f;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
    margin-top: -2px;
}
.recruitment-checkbox input[type="checkbox"] {
    opacity: 0;
}

.recruitment-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-top: 5px;
}

.recruitment-checkbox label::before,
.recruitment-checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    transition: all 0.2s;
}

.recruitment-checkbox label::before {
    top: 3px;
    left: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #dbdbdb;
}

.recruitment-checkbox label::after {
    position: absolute;
    left: 6px;
    top: 11px;
    width: 12px;
    height: 5px;
    border-left:2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}

.recruitment-checkbox label {
    position: relative;
}

.recruitment-checkbox input[type="checkbox"] + label::before {
    border-radius: 2px;
}

.recruitment-checkbox input[type="checkbox"]:checked + label::before {
    border: 2px solid #19579f;
    border-radius: 3px;
}

.recruitment-checkbox input[type="checkbox"] + label::after {
    content: none;
}

.recruitment-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    border-color: #19579f;
    border-width: 2px;
}

.recruitment-checkbox input[type="checkbox"]:focus + label::before {
    border: 2px solid #19579f;
}
.offer-note {
    white-space: pre-line;
    margin-top: -15px
}
.previewContractLink {
    color: '#2972C4';
    letter-spacing: 0.5px;
}
.previewContract {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 15px;
    max-height: 65vh;
    overflow: scroll;
}
.customPlaceholderOuterDiv {
    display: flex;
    flex-wrap: wrap;
}
.customPlaceholderInnerDiv {
    flex: 0 49%;
    margin-right: 10px;
    margin-bottom: 20px
}
.offerSectionTitle {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
}
.preview {
    max-height: 65vh;
    overflow: scroll;
}
.previewImgWrapper {
    display: flex;
    justify-content: center;
}
.previewImg {
    max-width: 100%;
    max-height: 65vh;
}

.fileFooter {
    padding-top: 20px;
    padding-right: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin-left: -20px;
    margin-right: -20px;
}

input[name="startDate"][readonly="readonly"] {
    cursor: pointer;
    background-color: #f0f2f5;
}

.screen-questions p:first-child {
    display: inline;
}
