#applicantPreviousConvictionsDiv, #applicantDBSCheckConsentDiv, #applicantDeclarationDiv, #applicantPlaceOfBirthDiv {
    text-align: justify;
}

#applicantPlaceOfBirthDiv {
    margin-left: 9px;
}


#previousNamesModal, #addressHistoryModal {
    padding-right: 0px !important;
}
.bold_text {
    font-weight: bold;
}
.summaryDetails .summarySection {
    border: 1px solid #dadada;
    border-radius: 1rem;
    overflow: hidden;
}

    .summaryDetails .summarySection .summarySectionTitle {
        background: #dadada;
        margin: 0;
        padding: 2rem 1rem;
        background-color: #42346A;
        color: white;
    }

    .summaryDetails .summarySection .summarySectionBody {
        padding: 2rem;
    }

.summaryLabel {
    font-weight: bold;
}

.btn {
    cursor: pointer;
}

.custom-big-checkbox::before {
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
}

.custom-big-checkbox::after {
    top: 0.3rem;
    left: -1.5rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
}


/*******************************/
@media (max-width: 769px) {
    #applicantPlaceOfBirthDiv {
        margin-left: 0px;
    }
}
