.cookie-consent-banner {
    padding: 1rem;
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #FFF;
    box-shadow: 0 -10vh 20vh 80vh #0009;
}

.cookie-consent-banner.active {
    display: block;
    z-index: 99999999;
}

.cookie-consent-banner button {
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 0.5rem 1.2rem;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    color: #00BFFF;
    border: 2px solid #00BFFF;
    background-color: #FFF;
    transition: all .3s ease-in-out;
}

.cookie-consent-banner button#accept-all {
    color: #FFF;
    border-color: #00BFFF;
    background-color: #00BFFF;
}

.cookie-consent-banner button:hover,
.cookie-consent-banner button:active {
    opacity: 0.8;
    outline: none;
}

.cookie-consent-banner h3,
.cookie-consent-banner h4,
.cookie-consent-banner p {
    margin-bottom: 0;
}

.cookie-consent-banner a {
    color: #00BFFF;
}

.cookie-consent-banner a:hover {
    color: #1E90FF;
}

.cookie-consent-banner .cookie-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .cookie-consent-banner .cookie-banner {
        flex-wrap: wrap;
    }
}

.cookie-consent-banner .cookie-banner .cookie-consent-text {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    padding: 0.5rem;
    max-width: 72rem;
}

.cookie-consent-banner .cookie-banner .actions {
    padding: .5rem;
    display: flex;
    gap: .75rem;
}

.cookie-consent-banner .cookie-settings-container {
    display: none;
    margin: 1rem -1rem -1rem;
    border-top: 1px solid #EAEAEA;
    padding: 0rem;
}

.cookie-consent-banner .cookie-settings {
    padding: 0rem;
    max-height: 24rem;
    overflow-y: auto;
}

.cookie-consent-banner .cookie-settings .cookie-setting-intro {
    padding: 1rem 1.5rem;
}

.cookie-consent-banner .cookie-settings .cookie-setting-categories {
    margin: 0rem 1.5rem;
}

.cookie-consent-banner .cookie-settings .setting-intro-more {
    display: none;
}

.cookie-consent-banner .cookie-settings #setting-intro-less,
.cookie-consent-banner .cookie-settings #setting-intro-more {
    display: none;
    cursor: pointer;
}

.cookie-consent-banner .cookie-settings #setting-intro-more::before {
    content: "...";
    color: #000;
    margin-left: -0.2rem;
}

.cookie-setting-categories .category {
    border-top: 1px solid #EAEAEA;
    padding: 0.75rem 0.5rem 0.75rem 2rem;
}

.cookie-setting-categories .category .category-intro {
	cursor:pointer;
    position: relative;
}

.cookie-setting-categories .category-intro::before {
    content: "";
    position: absolute;
    border-right: 1.4px solid;
    border-bottom: 1.4px solid;
    border-color: inherit;
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
    top: 12px;
    left: -22px;
}

.cookie-setting-categories .category.active .category-intro::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cookie-setting-categories .category .category-intro .category-intro-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-setting-categories .category .force {
    color: green;
}

.cookie-setting-categories .category .cookie-list {
    display: none;
    margin: 0.5rem 2rem 0.5rem 0;
    background: #EEEEEE;
    border-radius: 8px;
}

.cookie-setting-categories .category.active .cookie-list {
    display: block;
}

.cookie-setting-categories .category .cookie-list .item {
    display: block;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #E0E0E0;
}

.cookie-setting-categories .category .cookie-list .item:last-child {
    border-bottom: none;
}

.cookie-setting-categories .category .cookie-list .item table {
    font-size: 0.9em;
    line-height: 1.2em;
}
.cookie-setting-categories .category .cookie-list .item table th {
    padding-right: 1rem;
}

.cookie-consent-banner .cookie-setting-footer {
    border-top: 1px solid #EAEAEA;
    padding: 1rem 1.5rem 1rem;
    text-align: right;
}

.cookie-consent-banner input[type="checkbox"]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0;
}

.cookie-consent-banner input[type="checkbox"]:checked:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.cookie-consent-banner input[type="checkbox"] {
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0;
    background: #d0d5d2;
    -webkit-appearance: none;
    border-radius: 50px;
    cursor: pointer;
    outline: 0;
    border: none;
    top: 0;
}

.cookie-consent-banner input[type="checkbox"]:checked {
    background: #3a76d8;
}

.cookie-consent-banner {
    font-size: 20px;
    line-height: 1.2em;
}

.cookie-consent-banner button {
    font-size: 22px;
    border-radius: 10px;
    color: #17497C;
    border-color: #17497C;
}

.cookie-consent-banner button#accept-all {
    color: #FFF;
    border-color: #17497C;
    background-color: #17497C;
}

.cookie-consent-banner h3 {
    font-family: "PSL KandaExtra Pro", "cn", Sans-serif !important;
}

.cookie-consent-banner a {
    color: #17497C;
}

.cookie-consent-banner .cookie-settings #setting-intro-less,
.cookie-consent-banner .cookie-settings #setting-intro-more {
    color: #17497C;
}