﻿.cookie-button {
    position: fixed;
    left: 1rem;
    color: #ffffff;
    background-color: #e94839;
    position: fixed;
    z-index: 1980;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    line-height: 1;
}

#cc-main {
    /** Change font **/
    /*--cc-font-family: Roboto;*/
    /** Change button primary color to black **/
    --cc-btn-primary-bg: #e94839;
    --cc-btn-primary-border-color: #e94839;
    --cc-btn-primary-hover-bg: #e94839;
    --cc-btn-primary-hover-border-color: #e94839;
    /** Also make toggles the same color as the button **/
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);
    /** Make the buttons a bit rounder **/
    --cc-btn-border-radius: 34px;
}