.entry-item label,
.attrEntry label {
    display: none;
}

.helpLink,
.intro {
    display: none;
}

.TextBox:has([id^="extension_callback"]) {
    display: none;
}

#attributeList ul {
    padding-left: 0px;
}

li {
    list-style: none;
}

#claimVerificationServerError ul {
    margin-top: 1em;
    margin-left: 1em;
}

#claimVerificationServerError li {
    list-style: outside;
}

#claimVerificationServerError > ul > li a {
    text-decoration: underline;
}

.error {
    color: #b7002b;
}

.highlightError {
    border-color: #b7002b !important;
}

.highlightError::placeholder {
    color: #b7002b;
    opacity: 1;
    /* Firefox */
}

.highlightError::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #b7002b;
}

input[type="checkbox"]+label {
    display: inline;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px;
}

.c-adb2c-dialog__wrap-pass {
    position: relative;
}

.c-adb2c-dialog__show-pass {
    position: absolute;
    height: 3.059rem;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding-right: 1rem;
}

/*Hide Edge default password icon*/
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.fa-spin::after {
    animation: fa-spin 5s infinite linear;
}

#verifying_blurb {
    color: white;
}

#verifying_blurb_klantenzoneLink {
    color: white;
    text-decoration: underline;
}

.simplemodal-wrap:has(#verifying_blurb) {
    overflow: initial !important;
}

/* Consent to update primarey email styles */
#extension_consent_to_update_primary_email_info_message {
    display: none;
    /* hide msg by default */
}

#extension_code_already_verified_message {
    display: none;
}

/* Hide all the paragraphs that represent a custom required error message */
.Paragraph:has([id^="extension_required_error_message"]),
.Paragraph:has([id^="extension_klantenzone_link"]) {
    display: none;
}

/* Submit button that only exists on the CombinedSignInSignUp form */
#next {
    margin-top: -1rem;
}

main {
    padding-top: 158.525px;
}

.s-margin-left {
    margin-left: 5px;
}

button {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Mobile devices */
@media only screen and (max-width: 768px) {
    button {
        width: 100%;
    }

    /* Submit button that only exists on the CombinedSignInSignUp form */
    #next {
        margin-top: 0;
    }

    main {
        padding-top: 103.525px;
    }

    .fa-info-circle {
        height: 24px;
        width: 24px;
        z-index: 1;
        position: relative;
    }

    .fa-info-circle::after {
        content: "";
        z-index: 1;
        position: absolute;
        inset: -10px;
    }
}