.theme-primary {
    background-color: #1e6292;
    color: #fff;
}

.theme-secondary {
    color: #000;
    background-color: #fff;
}

.cookie-consent {
    transition: opacity 0.5s linear;
    opacity: 1;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 500px;
    padding: 30px 20px;
    border-radius: 5px;
}

.fade-out {
    opacity: 0;
    /* visibility: hidden; */
}

.cookie-consent a {
    color: white;
}

.cookie-consent button {
    padding: 7px 20px;
    margin: 5px 10px 0 0;
    cursor: pointer !important;
}