
#consent-update{
background: none;
color: #000;
cursor: pointer;
position: fixed;
font-size: 21px;
font-weight: bold;
left: 0px;
bottom: 20px;
z-index: 1000;
padding: 10px 20px;
transition: all 0.2s;
}


#ca-container {
    z-index: 1040;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, .5);
    line-height: 1.30;
}

#ca-container button {
    text-transform: uppercase;
}

#ca-container .tint {
    background-color: #f8f9fa;
    border-radius: 6px;
}

#ca-container input:hover {
    cursor: pointer;
}

#ca-container .rotated {
    transform: rotate(180deg);
}

#ca-categories,
#ca-container .category-info {
    display: none;
}
