@import './core/cookieconsent.min.css';

.cc--preference-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    border: 2px solid black;
    cursor: pointer;
    background-color: white;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    transition: all, 0.3s;
    z-index: 20;
}

.cc--preference-button:hover {
    background-color: #f0f0f0;
}