.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 !important;
}
.cc-btn {
    border-radius: unset;
}
.cc-btn-reject {
    border: #333333 1px solid;
    border-radius: 4px;
    background-color: transparent !important;
    color: #333333 !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: bolder;
    transition: filter .15s;
}
.cc-btn-reject:hover {
    background-color: #333333 !important;
    color: white !important;
    filter: contrast(85%);
}
.cc-btn-accept {
    border-radius: 4px;
    color: #0dcaf0 !important;
    border: #0dcaf0 1px solid;
    background-color: transparent !important;
    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: #0dcaf0 !important;
    color: black !important;
    -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 #0dcaf0;
    box-shadow: inset 0 0 0 10em #0dcaf0
}
.cc-box {
    color: rgb(29, 46, 56);
    padding: 25px;
    border-radius: unset;
}

.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;
}