
#cookie-consent-content {
    background-color: white;
    border: 0;
    box-shadow:#121212 2px 2px 14px 2px;
    font-size: 14px;
    color: white;
    line-height: 20px;
    padding: 20px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
#cookie-consent-content:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid white;
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
}
.cookie-consent-container {
    padding: 10px 0px;
}
.cookie-consent-container p {font-size: 12.5px; color: black;}
.cookie-consent-accept-selected-button {
    width: 100%;
}
.cookie-consent-accept-all-button {
    width: 100%;
}
#cookie-consent-details {
    padding-top: 10px;
}
#cookie-consent-tabs > div {
    padding: 5px 10px;
    color: black;
}
#cookie-consent-details ul {
    padding: 0px;
}
#cookie-consent-details ul li {
    list-style: none;
    display: inline-flex;
    margin-right: 25px;
}
#cookie-consent-tabs {
    display: none;
    position: relative;
    background: rgba(255,255,255, 0.8);
}
#cookie-consent-tabs ul  {
    background: black;
    margin: 0;
    padding: 0;
}
#cookie-consent-tabs ul li {
    list-style: none;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    /* border-right: 1px solid white; */
}
#cookie-consent-tabs ul li:last-child {
    border-right: none;
}
#cookie-consent-tabs ul li a {
    color: white;
}
#cookie-consent-tabs ul li.active {
    background-color: white;
}
#cookie-consent-tabs ul li.active a {
    color: #333;
}
.cookie-consent-tab-content {
    max-height: 150px;
    overflow: auto;
}
.top-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#cookie-consent-content .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cookie-consent-show-details {
    text-align: center;
}
.cookie-consent-show-details-btn {
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    background: black;
    border: none;
    color: white !important;
    padding: 5px 15px;
    cursor: pointer;
    margin-left: .9rem;
}
.cookie-consent-accept-selected-button {
    padding: 8px 10px;
    color: black;
    border: 1px solid #cccccc;;
    width: auto;
    font-size: 12.5px;
    font-weight: 500;
    background:transparent;
    border-radius: 0px;
}
.cookie-consent-accept-selected-button:hover {
    border: 1px solid;
    border-color: #cccccc;;
    color: black;
    background: transparent;
    border-radius: 0px;
}
.cookie-consent-accept-all-button {
    padding: 8px 10px;
    border: none;
    color: white;
    background: black !important;
    width: auto;
    font-size: 12.5px;
    font-weight: 500;
}
.cookie-consent-accept-all-button:hover {
    border: none;
    color: white;
    background: black !important;
}
.cookie-consent-accept-all-button:after {
    display: none !important;
}
.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
    border: 1px solid #ccc;
    padding: 2px 0;
    border-radius: 0px;
    background: #f0f0f0;
}
.cookie-consent-options .form-check.form-check-inline {
    margin: 0 1rem;
    position: relative;
    flex-grow: 1;
}

#cookie-consent-tabs p {
    color: black;
}

#statistics-cookies {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

#required-cookies {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

#marketing-cookies {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.cookie-option-name {
    color: white;
    font-size: 12.5px;
    font-weight: 500;
}

.cookie-wrapper {max-width: 1200px; width:100%; margin: auto; display:flex; flex-direction: row;}
.form-check-label {color: black; font-size: 12px;}
.cookie-brand-img {width: 20%; padding-right: 10px;}
.cookie-content {width: 80%;}

/* input style */
.form-check-inline input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}
.form-check-inline input[type="checkbox"] ~ .form-check-label{
    background-image: url('../../images/unchecked.svg');
    background-repeat: no-repeat;
    height: auto;
    min-height: 14px;
    width: auto;
    display: inline-block;
    padding: 0px 0 0 17px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    background-position: left 1px;
    background-position-x: left;
    background-position-y: 0px;
    vertical-align: top;
    line-height: 16px;
    font-size: 12px;
    color: black;
}

.form-check-inline input[type="checkbox"]:checked ~ .form-check-label {
    background-image: url('../../images/checked.svg');
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    min-height: 14px;
    display: inline-block;
    padding: 0px 0 0 17px;
    vertical-align: top;
    line-height: 16px;
}

@media screen and (max-width: 585px) {
    #cookie-consent-content .actions {
        flex-direction: row;
        text-align: center;
        margin: 1rem 0;
    }
    .top-section {
        flex-direction: column;
        align-items: center;
    }
    #cookie-consent-tabs ul {
        background: transparent;
        display: flex;
        align-items: center;
    }
    #cookie-consent-tabs ul li {
        font-size: 12px;
        margin-right: 0;
        padding: 10px 15px;
        background: black;
    }
    #cookie-consent-content {padding: 15px;}
    .cookie-consent-container {padding-right: 0; font-size: 12px;}
    #cookie-consent-tabs p {font-size: 12px; line-height: normal;}
    .cookie-wrapper {flex-direction: column;}
    .cookie-content {width: 100%;}
    .cookie-brand-img {max-width: 120px; width: 100%;}
    .cookie-consent-options .form-check.form-check-inline {margin: 1.5rem 0rem;}
}



