﻿.cookie-consent {
    /*background-color: #1c4dba;*/
    /*background-color: #585858;*/
    background-color: #f5f5f5;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: solid 1px #bebebf;
    display: none;
}

    .cookie-consent .title {
        /*color: #fff !important;*/
        margin: 0;
    }

    .cookie-consent p.title {
        margin: 0;
    }

    .cookie-consent .card {
        margin: 0;
    }

    .cookie-consent #consent-details ul {
        list-style: none;
        margin: 0;
    }

    .cookie-consent #consent-details li::before {
        display: inline-block;
        content: '';
        height: 8px;
        width: 8px;
        margin-right: 8px;
        margin-left: -20px;
        background-color: #0097e6 !important;
        border-radius: 6px;
    }

    .cookie-consent .card-header {
        /*background-color: #1c4dba;
                border-bottom-color: #1c4dba;*/
        background-color: #f5f5f5;
        border-bottom-color: #f5f5f5;
        padding-top: 0;
    }

        .cookie-consent .card-header a {
            color: #3c4858;
            font-size: 14px;
        }

    .cookie-consent .card-collapse .card-header a[aria-expanded="true"], .cookie-consent .card-collapse .card-header a:hover {
        color: #3c4858;
    }

    .cookie-consent .card-collapse .card-body {
        padding: 0;
    }

    .cookie-consent .cookie-basic ul {
        margin-bottom: 0;
        padding: 0;
        list-style: none;
    }

    .cookie-consent .cookie-basic li {
        display: inline-block;
    }

        .cookie-consent .cookie-basic li > div {
            display: inline-block;
        }

    .cookie-consent .cookie-basic .form-check {
        display: inline-block;
        padding: 0 15px;
        margin: .5rem 0;
    }

    .cookie-consent .cookie-basic .form-check-label {
        color: #fff;
    }

    .cookie-consent .cookie-basic label {
        color: #3c4858 !important;
    }

    .cookie-consent .cookies {
        overflow: hidden;
        border: solid 1px #eae9e9;
        border-radius: 3px;
        font-size: 14px;
        margin-bottom: 10px;
    }

        .cookie-consent .cookies ul {
            list-style-type: none;
            padding: 0;
            margin: 0px;
            width: 25%;
            float: left;
            background: #fff;
        }

            .cookie-consent .cookies ul li {
                padding: 10px;
                line-height: 1;
                cursor: pointer;
                background: #f5f5f5;
                border-bottom: solid 1px #eae9e9;
            }

        .cookie-consent .cookies li.active {
            background: #fff;
        }

    .cookie-consent .cookie-preferences {
        font-size: 14px;
        line-height: 23px;
        float: left;
        background: #fff;
        width: 75%;
        height: 200px;
        overflow-y: auto;
        padding: 10px;
    }

        .cookie-consent .cookie-preferences > div:not(.active), .cookie-consent .cookie-preferences > table:not(.active) {
            display: none;
        }

        .cookie-consent .cookie-preferences table {
            margin: 15px 0;
            text-align: left;
            width: 100%;
        }

    .cookie-consent > div:last-child {
        display: none;
    }

    .cookie-consent .bc-fieldset .togglebutton label input[type="checkbox"]:checked + .toggle::after {
        border-color: #c50b62;
    }

    .cookie-consent .bc-fieldset .togglebutton label input[type="checkbox"]:checked + .toggle {
        background-color: #c50b62;
    }

    .cookie-consent .form-check .form-check-input:checked ~ .form-check-sign .check::before {
        color: #FFFFFF;
        -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
        -webkit-animation: checkbox-on 0.3s forwards;
        animation: checkbox-on 0.3s forwards;
    }

    .cookie-consent .form-check .form-check-input:checked ~ .form-check-sign .check {
        background: #9c27b0;
    }
