#registerCandidateForm label.w-100,
#registerEmployerForm label.w-100 {
    width: auto
}

#registerCandidateForm label.w-100 span,
#registerEmployerForm label.w-100 span {
    float: none !important;
    margin-left: 5px;
}

#registerCandidateForm .input-group button,
#registerEmployerForm .input-group button {
    height: 48px !important;
}

.job-application-form label {
    font-family: "Google Sans Flex Regular", sans-serif !important;
    font-weight: 700;
    font-style: Medium;
    font-size: 15px;
    line-height: 140%;
    color: #000000;
    /* margin-left: 1em; */
}

.job-application-form .form-control {
    font-size: 15px;
    font-family: "Google Sans Flex Regular", sans-serif !important;
}

.job-application-form input.form-control {
    height: 48px;
}

.job-application-form .select2-container--bootstrap-5 .select2-selection--single {
    padding: 0.75rem 1rem !important;
    min-height: calc(1.5rem + 2rem - 1px);
    border-radius: 20px;
}

.job-application-form .help-block {
    color: var(--bs-red);
}

.job-application-form .input-group-text {
    width: 48px;
}

.job-application-form .children-tagify-wrapper {
    background: #ffffff;

}

.bootstrap-datetimepicker-widget {
    display: block;
}

.bootstrap-datetimepicker-widget ul,
.ui-datepicker-calendar ul,
.k-datepicker ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

/* Also ensure no padding/margin is forcing the bullets to appear (though list-style: none is usually enough) */
.bootstrap-datetimepicker-widget li,
.ui-datepicker-calendar li,
.k-datepicker li {
    margin: 0;
    padding: 0;
}