
.banner-styles .cookie-modal, .banner-styles .cookie-notice {
    /* The switch - the box around the slider */
    font-size: 14px;
}
.banner-styles .cookie-modal .switch, .banner-styles .cookie-notice .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 25px;
}
.banner-styles .cookie-modal .cm-app-input:checked + .cm-app-label .slider, .banner-styles .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
    background-color: #00AA3E;
}
.banner-styles .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider, .banner-styles .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
    opacity: 0.8;
    background-color: #00AA3E;
    cursor: not-allowed;
}
.banner-styles .cookie-modal .slider, .banner-styles .cookie-notice .slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.banner-styles .cookie-modal .cm-app-input, .banner-styles .cookie-notice .cm-app-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50px;
    height: 30px;
}
.banner-styles .cookie-modal .cm-app-label, .banner-styles .cookie-notice .cm-app-label {
    /* The slider */
    /* Rounded sliders */
}
.banner-styles .cookie-modal .cm-app-label .slider, .banner-styles .cookie-notice .cm-app-label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    width: 45px;
    display: inline-block;
}
.banner-styles .cookie-modal .cm-app-label .slider:before, .banner-styles .cookie-notice .cm-app-label .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    transition: 0.4s;
}
.banner-styles .cookie-modal .cm-app-label .slider.round, .banner-styles .cookie-notice .cm-app-label .slider.round {
    border-radius: 15px;
}
.banner-styles .cookie-modal .cm-app-label .slider.round:before, .banner-styles .cookie-notice .cm-app-label .slider.round:before {
    border-radius: 50%;
}
.banner-styles .cookie-modal .cm-app-label input:focus + .slider, .banner-styles .cookie-notice .cm-app-label input:focus + .slider {
    box-shadow: 0 0 1px #00AA3E;
}
.banner-styles .cookie-modal .cm-app-label input:checked + .slider:before, .banner-styles .cookie-notice .cm-app-label input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.banner-styles .cookie-modal .cm-app-input:focus + .cm-app-label .slider, .banner-styles .cookie-notice .cm-app-input:focus + .cm-app-label .slider {
    box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}
.banner-styles .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before, .banner-styles .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.banner-styles .cookie-modal .slider, .banner-styles .cookie-notice .slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.banner-styles .cookie-modal a, .banner-styles .cookie-notice a {
    color: #00AA3E;
    text-decoration: none;
}
.banner-styles .cookie-modal p, .banner-styles .cookie-modal strong, .banner-styles .cookie-modal h1, .banner-styles .cookie-modal h2, .banner-styles .cookie-modal ul, .banner-styles .cookie-modal li, .banner-styles .cookie-notice p, .banner-styles .cookie-notice strong, .banner-styles .cookie-notice h1, .banner-styles .cookie-notice h2, .banner-styles .cookie-notice ul, .banner-styles .cookie-notice li {
    font-family: inherit;
    color: #eee;
}
.banner-styles .cookie-modal p, .banner-styles .cookie-modal h1, .banner-styles .cookie-modal h2, .banner-styles .cookie-modal ul, .banner-styles .cookie-modal li, .banner-styles .cookie-notice p, .banner-styles .cookie-notice h1, .banner-styles .cookie-notice h2, .banner-styles .cookie-notice ul, .banner-styles .cookie-notice li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 0.7em;
}
.banner-styles .cookie-modal .cm-link, .banner-styles .cookie-notice .cm-link {
    padding-left: 4px;
    vertical-align: middle;
}
.banner-styles .cookie-modal .cm-btn, .banner-styles .cookie-notice .cm-btn {
    background: #555;
    color: #eee;
    border-radius: 6px;
    padding: 6px 10px;
    margin-right: 0.5em;
    border: 0;
}
.banner-styles .cookie-modal .cm-btn:disabled, .banner-styles .cookie-notice .cm-btn:disabled {
    opacity: 0.5;
}
.banner-styles .cookie-modal .cm-btn.cm-btn-sm, .banner-styles .cookie-notice .cm-btn.cm-btn-sm {
    padding: 0.4em;
    font-size: 1em;
}
.banner-styles .cookie-modal .cm-btn.cm-btn-close, .banner-styles .cookie-notice .cm-btn.cm-btn-close {
    background: #eee;
    color: #000;
}
.banner-styles .cookie-modal .cm-btn.cm-btn-success, .banner-styles .cookie-notice .cm-btn.cm-btn-success {
    background: #00AA3E;
}
.banner-styles .cookie-modal .cm-btn.cm-btn-info, .banner-styles .cookie-notice .cm-btn.cm-btn-info {
    background: #000;
}
.banner-styles .cookie-modal .cm-btn.cm-btn-right, .banner-styles .cookie-notice .cm-btn.cm-btn-right {
    float: right;
    margin-left: 0.5em;
    margin-right: 0;
}
.banner-styles .cookie-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000;
}
.banner-styles .cookie-modal .cm-bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.banner-styles .cookie-modal .cm-modal {
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 98%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    overflow: auto;
    background: #333;
    color: #eee;
}
@media (min-width: 1024px) {
    .banner-styles .cookie-modal .cm-modal {
        border-radius: 4px;
        position: relative;
        margin: 0 auto;
        max-width: 640px;
        height: auto;
        width: auto;
    }
}
.banner-styles .cookie-modal .cm-modal .hide {
    border: none;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.banner-styles .cookie-modal .cm-modal .hide svg {
    stroke: #eee;
}
.banner-styles .cookie-modal .cm-modal .cm-footer {
    padding: 2em 2em 1em 2em;
    border-top: 1px solid #555;
}
.banner-styles .cookie-modal .cm-modal .cm-footer-buttons::before, .banner-styles .cookie-modal .cm-modal .cm-footer-buttons::after {
    content: " ";
    display: table;
}
.banner-styles .cookie-modal .cm-modal .cm-footer-buttons::after {
    clear: both;
}
.banner-styles .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    font-size: 0.8em;
    padding-top: 4px;
    text-align: center;
}
.banner-styles .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
    color: #999;
}
.banner-styles .cookie-modal .cm-modal .cm-header {
    padding: 2em;
    padding-right: 24px;
    border-bottom: 1px solid #555;
}
.banner-styles .cookie-modal .cm-modal .cm-header h1 {
    margin: 0;
    margin-bottom: 1em;
    font-size: 2em;
    display: block;
}
.banner-styles .cookie-modal .cm-modal .cm-header h1.title {
    padding-right: 20px;
}
.banner-styles .cookie-modal .cm-modal .cm-body {
    padding: 1em 2em 1em 2em;
}
.banner-styles .cookie-modal .cm-modal .cm-body ul {
    display: block;
}
.banner-styles .cookie-modal .cm-modal .cm-body span {
    display: inline-block;
    width: auto;
}
.banner-styles .cookie-modal .cm-modal .cm-body ul.cm-apps {
    padding: 0;
    margin: 0;
}
.banner-styles .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 60px;
    min-height: 40px;
}
.banner-styles .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
    margin-top: 0;
}
.banner-styles .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
    position: absolute;
    left: 0;
}
.banner-styles .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
    margin-top: 0;
}
.banner-styles .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
    font-size: 0.8em;
    color: #999;
}
.banner-styles .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
    border-top: 1px solid #555;
    padding-top: 1em;
}
.banner-styles .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
    font-weight: 600;
}
.banner-styles .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out, .banner-styles .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
    padding-left: 0.2em;
    font-size: 0.8em;
    color: #999;
}
.banner-styles .cookie-notice {
    background: #333;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
}
@media (min-width: 990px) {
    .banner-styles .cookie-notice {
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
        border-radius: 4px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        max-width: 300px;
    }
}
@media (max-width: 989px) {
    .banner-styles .cookie-notice {
        border: none;
        border-radius: 0;
    }
}
.banner-styles .cookie-notice .cn-body {
    margin-bottom: 0;
    margin-right: 0;
    bottom: 0;
    padding: 1em;
    padding-top: 0;
}
.banner-styles .cookie-notice .cn-body p {
    margin-bottom: 0.5em;
}
.banner-styles .cookie-notice .cn-body p.cn-changes {
    text-decoration: underline;
}
.banner-styles .cookie-notice .cn-body .cn-learn-more {
    display: inline-block;
}
.banner-styles .cookie-notice .cn-body p.cn-ok {
    padding-top: 0.5em;
    margin: 0;
}
.banner-styles .cookie-notice-hidden {
    display: none !important;
}
