.ch-cookie-consent {
    background-color: #fff;
    color: #000;
    width: 100%;
    z-index: 99999;
    padding: 20px 25px;
}

.ch-cookie-consent__title {
    color: #000;
    margin-top: 0;
}

.ch-cookie-consent__title, h3 {
    font-size: 1.5rem;
}

.ch-cookie-consent__read-more {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
}

.ch-cookie-consent__read-more:hover {
    text-decoration: underline;
}

.ch-cookie-consent__form {
    margin-top: 17px;
}

.ch-cookie-consent__category {
    border-bottom: 1px solid #000;
    padding: 20px 0;
    
    display: flex;
}

@media screen and (max-width: 641px) {
    .ch-cookie-consent__category {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.ch-cookie-consent__category:first-child {
    border-top: 1px solid #000;
}

.ch-cookie-consent__category-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 641px) {
    .ch-cookie-consent {
        padding: 10px 15px;
    }
}

.ch-cookie-consent__category-toggle input {
    opacity: 0;
    position: absolute;
    left: -10000px;
}

.ch-cookie-consent__category-toggle input + label {
    background-repeat: no-repeat;
    background-position: 45px center;
    background-color: #fff;
    color: #223462;
    border: 1px solid #223462;
    transition: all 0.2s;
    display: inline-block;
    margin-right: 15px;
    padding: 6px 28px 6px 10px;
    cursor: pointer;
    border-radius: 6px;
    width: 75px;
}

.ch-cookie-consent__category-toggle input + label::before, .ch-cookie-consent__category-toggle input + label::after {
    content: '';
}

.ch-cookie-consent__category-toggle input:checked + label, .ch-cookie-consent__category-toggle input + label:hover {
    background-color: #223462;
    color: #fff;
    border-color: #fff;
}

.ch-cookie-consent__category-toggle input:checked + label {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='#fff' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}

.ch-cookie-consent__category-title {
    color: #000;
    margin: 0;
}

.ch-cookie-consent__category-title, h4{
    font-size: 1.2rem;
    padding-bottom: 3px;
}

.ch-cookie-consent__category-description {
    margin: 0;
}

.ch-cookie-consent__btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 2%;
}

.ch-cookie-consent__btn-group .ch-cookie-consent__btn {
    margin-right: 30px;
    font-size: inherit;
}

.ch-cookie-consent__btn-group .ch-cookie-consent__toggle-details {
    cursor: pointer;
    margin-bottom: 25px;
}

.ch-cookie-consent__btn-group .ch-cookie-consent__toggle-details-hide {
    display: none;
}


.ch-cookie-consent__btn-wrapper:nth-child(2) {
    flex-grow: 1;
}


.ch-cookie-consent__btn {
    background: linear-gradient(349.19deg, #cf1e34 0%, #ee365f 100%);
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 26px 10px -21px rgba(0, 0, 0, .28);
}

@media screen and (max-width: 641px) {
    .ch-cookie-consent__btn {
        width: 100%;
        display: inline-block;
    }
    .ch-cookie-consent__btn-wrapper {
        width: 100%;
    }
    .ch-cookie-consent__category-information{
        max-width: 100% !important;
    }
    .ch-cookie-consent--simplified .ch-cookie-consent__btn-group {
        margin-bottom: 4px !important;
    }
    .ch-cookie-consent__btn-group .ch-cookie-consent__toggle-details {
        margin-bottom: 4px !important;
        margin-top: 8px !important;
    }
}

.ch-cookie-consent__btn--secondary {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

.ch-cookie-consent--dark-theme {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    font-size: small;
    width: 80%;
}


.ch-cookie-consent--dark-theme .ch-cookie-consent__title, .ch-cookie-consent--dark-theme .ch-cookie-consent__read-more {
    color: #fff;
}

.ch-cookie-consent--dark-theme .ch-cookie-consent__category {
    border-color: #fff;
}

.ch-cookie-consent--dark-theme .ch-cookie-consent__category:first-child {
    border-color: #fff;
}

.ch-cookie-consent--dark-theme .ch-cookie-consent__category-toggle input + label {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}

.ch-cookie-consent--dark-theme .ch-cookie-consent__category-toggle input:checked + label, .ch-cookie-consent--dark-theme .ch-cookie-consent__category-toggle input + label:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.ch-cookie-consent--dark-theme .ch-cookie-consent__category-toggle input:checked + label {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='#000' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}

.ch-cookie-consent--dark-theme .ch-cookie-consent__category-title {
    color: #fff;
}

.ch-cookie-consent--dark-theme .ch-cookie-consent__btn--secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.ch-cookie-consent--simplified .ch-cookie-consent__form {
    flex-direction: column-reverse;
    display: flex;
}

.ch-cookie-consent--simplified .ch-cookie-consent__category-group {
    display: none;
}

.ch-cookie-consent--simplified .ch-cookie-consent__category-toggle {
    display: none;
}

.ch-cookie-consent--simplified .ch-cookie-consent__btn-group {
    margin-top: 0;
    margin-bottom: 25px;
}

.cookieBanner{
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 1090px) {
    .ch-cookie-consent--dark-theme {
        width: 95%;
        font-size: x-small;
    }
    .ch-cookie-consent__category {
        padding: 5px 0;
    }
    .ch-cookie-consent__form {
        margin-top: 10px;
    }
    .cookieBanner{
        bottom: 5px;
        justify-content: center;
    }
}

.ch-cookie-consent{
    background-color: #5a5c69;
    background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
    background-size: cover;
} 

.ch-cookie-consent__category-information{
    max-width: 70%;
}