/*finally all set for Abardon-Styles*/

.ch-cookie-consent {
    background-color: #fDfDFF;
    color: #262525;
    width: 100%;
    z-index: 99999;
    padding: 5px 40px;
}

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

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

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

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

.ch-cookie-consent__category {
    border-bottom: 1px solid#094173;
    padding-top: 3px;
    margin-bottom: 0px;
    display: -ms-flexbox;
    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 #094173;
}

.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__category-toggle {
        margin-top: 0px;
    }
}

.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: #094173;
    transition: all .2s;
    margin-right: 15px;
    cursor: pointer;
    width: 75px;
    
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #094173;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.4rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;


    margin-top: 2px;
    margin-bottom: 3px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.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: #094173;
    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: #094173;
    margin: 0px;
    font-size: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
}

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

.ch-cookie-consent__btn {
    margin-top: 12px;
    margin-bottom: 40px;
    width: 200px;
    font-weight: bold;
    padding: 10px 20px;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 26px 10px -21px rgba(0, 0, 0, 0.28);

    color: #434040;
    background-color: #CEE4F2;
    border-color: #F2EFE2 #D1CCB8 #807E75 #D1CCB8;
}

.ch-cookie-consent__btn+label {
    text-align: center;
}

.ch-cookie-consent__btn:hover {
    color: #434040;
    background-color: #3B99B2;
    border-color: #F2EFE2 #D1CCB8 #807E75 #D1CCB8;
}

.ch-cookie-consent--dark-theme {
    background-color: #000;
    color: #fff;
}

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