@import "fonts.css";
@import "global.css";
@import "top-navbar.css";
@import "main-navbar.css";
@import "buttons.css";

#cookieConsent {
    background-color: #C8102E !important;
    color: white !important;
}

#cookieConsent a {
    color: white;
    text-decoration: underline;
}

#cookieConsent button {
    opacity: 1 !important;
}

.footer-background-color{
    background-color: black !important;
}

#modal-footer{
    height:unset !important;
}

.modal-action-bar {
    margin-top: unset;
}