body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #f8f8f8;
}

.ap-search-account span{
    border-radius: 0px;
    border-width: 0px;
    padding: 0.75rem 0.75rem;
}
.ap-search-account input{
    border-radius: 0px;
    border-width: 0px;
    padding: 0.75rem 0.75rem;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    color:white !important;
}

.social-btn{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 5px;
    background-color: white;
    border: 1px solid var(--bs-dark);
    border-radius: 0px;
    color: var(--bs-dark);
    font-weight: bold;
}

.social-btn i{
    font-size: 2rem;
}

.hr-divider{
    border-bottom: 1px solid #d2d9e1;
    line-height: 0;
    text-align: center;
    width: 100%;
    margin: 1.5rem 0px;
}

.hr-divider span{
    background: var(--bs-light);
    line-height: 0;
    padding: 0 10px;
    color: #d2d9e1;
}

.g-recaptcha-error{
    border-bottom: 3px solid red;
    padding-bottom: 2px;
}

.nav-link.active{
    color:var(--bs-secondary-color);
}

#r2cCookieBadge {
    position: fixed;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 13px;
    line-height: 20px;
    color: #DDD;
    cursor: pointer;
    z-index: 2147483647;
    background-color: #222;
    padding: 6px 11px 2px;
    box-shadow: rgb(0 0 0) 0px 0px 5px;
    left: 10px;
    bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#r2cCookieConsentPopup{
    transition: none;
    height: 190px;
}
#r2cCookieConsentPopup .offcanvas-body{
    padding: 0.8rem 1.4rem;
    overflow-y: hidden;
    background-color: #222;
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 1.45;
}
.offcanvas-backdrop.show {
    opacity: 0;
}
#r2cCookieConsentPopup .cookies-body{
    max-width: 600px;
    margin: auto;
    text-align: left;
}

#r2cCookieConsentPopup .cookieTitle{
    font-size: 24px;
}

#r2cCookieConsentPopup .cookieSubTitle{
    font-size: 13px;
    max-height: 40px;
    overflow: auto;
    text-overflow: ellipsis;
}

#r2cCookieConsentPopup .cookieSelector{
    display: flex;
    border: 1px solid white;
    border-radius: 5px;
    margin-top: 10px;
    padding: 6px 0px;
}

#r2cCookieConsentPopup .cookieSelector .form-check{
    margin-left: 15px;
    margin-bottom: 0px;
    user-select:none;
}

#r2cCookieConsentPopup .cookieSubmit{
    margin-top: 10px;
    text-align: right;
}