.cc-title {
    /*text-align: right;*/
}
.cc-section-settings {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.cc-hidden {
    display: none;
}
.cc-btn-settings:hover {
    background: unset;
}
.cc-btn {
    border-radius: 5px;
}
.cc-btn-reject {
    color: #fff;
    background-color: #333333;
    font-family: inherit;
    font-size: 15px;
    font-weight: bolder;
    transition: filter .15s;
}
.cc-btn-reject:hover {
    background: #333333;
    filter: contrast(85%);
}
.cc-btn-accept {
    color: #fff;
    background-color: #21B3C1;
    font-family: inherit;
    font-size: 15px;
    font-weight: bolder;
    -webkit-transition: color .1s ease-out;
    transition: color .1s ease-out;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    transition-property: color;
}
.cc-btn-accept:hover {
    background: #21B3C1;
    -webkit-transition: color .1s ease-out;
    transition: color .1s ease-out;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    transition-property: color;
}

.cc-btn-accept:before {
    -webkit-transition: -webkit-box-shadow .3s ease-out;
    transition: -webkit-box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out
}

.cc-btn-accept:focus, .cc-btn-accept:hover {
    color: #fff
}

.cc-btn-accept:hover:before {
    -webkit-box-shadow: inset 0 0 0 10em #1C9AA6;
    box-shadow: inset 0 0 0 10em #1C9AA6
}
.cc-box {
    color: rgb(29, 46, 56);
    padding: 25px;
    border-radius: 5px;
}

.cc-categories span[role="link"] {
    border-bottom: unset;
}

.cc-categories {
    width: 35%;
}

.cc-category-description {
    width: 65%;
}
.cc-container a {
    font-weight: bold;
}




.glowCookies__banner__2 {
    bottom: 300px;
}