.cookies-wrapper{
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    padding:1rem 1rem;
    color:#410051;
    z-index: 10000;
}
.cookies-wrapper *{
    margin: 0;
    padding: 0;
}

.cookies-wrapper-hidden{
    display: none;
}

.cookie-settings-button{
    position: fixed;
    bottom:0;
    right:0;
    padding: 0.2rem 0.5rem;
    background-color: rgba(0,0,0,0.8);
    color:#bce060;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:1rem;
    z-index: 200;
}


.cookies-content h4{
    font-size:1.3rem;
    color:white;
    margin-bottom:10px;
}


.cookies-content p {
    font-size:1rem;
    color:white;
}

.cookies-button{
    margin-top:1rem;
}

.cookie-button{
    background-color: #e2231a;
    color: white;
    padding:0.5rem 1rem;
    border-radius: 1rem;
    cursor: pointer;
    margin-top:0.5rem;
}

.cookie-button-settings{
    color: #white;
    padding:0.5rem 1rem;
    border-radius: 1rem;
    cursor: pointer;
    margin-top:0.5rem;
    transition: width 400ms;
}

.cookie-settings{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 400ms;
    color:white;
}

.cookie-settings-active {
    max-height: 200px;
    color:white;
}

.cookie-settings input {
    margin-right:0.5rem;
}





@media (min-width: 768px) {

}


@media (min-width: 1024px) {

}
