.cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1500;
    border-radius: 0px;
    display: none;
    margin-bottom: 0px;
    font-size: 18px;
}
.cookie-button{
    font-size: 20px;
}
.cookie-button-blue{
    font-size: 20px;
    background-color: #23b7e5;
}
.cookie-button-blue:hover {
    font-size: 20px;
    background-color: #19a9d5;
}
.cookie-list{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.cookie-list li:first-child{
    border-top: 1px solid #e6e6e6;
}
.cookie-list li{
    padding: 24px 32px 24px;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
}
.cookie-item{
    font-size: 16px;
    align-items: center;
}
.i-switch-disabled i:after{
    background-color: #d9534f;
    cursor: not-allowed;
}
.alert-dark{
    color: #1b1e21;
    background-color: rgba(214, 216, 217, 1);
    border-color: #c6c8ca;
}
