.c-input-checkradio input.c-input-text--err {
	border: none;
}

.afro-space-pre {
	white-space:pre-wrap;
}

input[type=password].c-input-text--err {
    border: 1px solid #dc2b35;
}

.afro-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.afro-loading-overlay {
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.afro-loading-block {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.afro-loading-block::before {
    content: "";
    width: 54px;
    height: 66px;
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
    background-image: url(/images/common/update-w.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

/* Add right spacing to social icons when reCAPTCHA badge is present */
body:has(.grecaptcha-badge) .col-md-3.col-12.col-lg-3.c-footer__sns,
body:has(.grecaptcha-badge) .c-footer__sns {
    right: 65px;
}
