#footer {
    background: linear-gradient(180deg, #49adeb 0%, #3398d8 48%, #237fbe 100%);
    color: rgba(255, 255, 255, 0.92);
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer .h1,
#footer .h2,
#footer .h3,
#footer .h4,
#footer .h5,
#footer .h6,
#footer .box-normal .box-normal-link {
    color: #ffffff;
}

#footer a,
#footer .card a,
#footer .nav-link,
#footer .box-login .register,
#footer .box-login .resetpw {
    color: rgba(255, 255, 255, 0.96);
}

#footer a:hover,
#footer a:focus,
#footer .card a:hover,
#footer .card a:focus,
#footer .nav-link:hover,
#footer .nav-link:focus {
    color: #e8f6ff;
    text-decoration: none;
}

#footer hr,
#footer .box-normal-hr {
    border-color: rgba(255, 255, 255, 0.18);
}

#footer .footer-social-media .btn {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

#footer .footer-social-media .btn:hover,
#footer .footer-social-media .btn:focus {
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
}

#footer .footnote-vat {
    margin-top: 1.35rem;
    padding: 0.95rem 1.15rem;
    background: rgba(7, 48, 82, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.9rem;
    box-shadow: 0 1rem 2rem -1.8rem rgba(8, 35, 61, 0.8);
}

#footer .footnote-vat .small {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
}

#footer .box-link-wrapper i.snippets-filter-item-icon-right,
#footer .box-login .register .fa {
    color: rgba(255, 255, 255, 0.82);
}

#copyright {
    background: linear-gradient(180deg, rgba(10, 36, 63, 0.12), rgba(10, 36, 63, 0.26)), #185d95;
    color: rgba(255, 255, 255, 0.84);
}

#copyright a {
    color: #ffffff;
}

#copyright a:hover,
#copyright a:focus {
    color: #dff2ff;
}
