﻿@charset "utf-8";

body .console-wrap {
    padding-bottom: 50px;
}

/*
.modal-open .container-fluid, .modal-open .container {
    -webkit-filter: blur(5px) grayscale(90%);
}

.modal-backdrop{
   backdrop-filter: blur(5px);
   background-color: #01223770;
}
.modal-backdrop.in{
   opacity: 1 !important;
}
*/

.gdprModal {
    max-height: calc(100% - 100px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 10000;
    border-radius: 5px;
    padding: 15px;
    overflow: auto;
    width: 900px;
    text-align: left;
}

    .gdprModal a {
        text-decoration: underline;
        cursor: pointer;
    }

.simplemodal-overlay {
    background: #333;
}

.microToolCookieConsentFullBtn {
    cursor: pointer;
}

.gdprBottom {
    background: #444;
    color: #fff;
    z-index: 9999;
    width: 100%;
    display: table;
}

    .gdprBottom.v2 {
        position: fixed;
        bottom: 0;
        opacity: 85%;
        min-height: 33vh;
    }

    .gdprBottom .gdprBottomBody {
        margin: 20px;
        display: table;
    }

    .gdprBottom.v2 .gdprBottomBody {
        margin: 30px 80px;
    }

body div.gdprBottom a {
    text-decoration: underline;
    color: #fff;
}

.gdprModal h5,
.gdprBottom h5 {
    width: 100%;
    font-size: 16px;
    font-weight: 100;
}

.gdprBottom .gdprLeftSide {
    min-width: 250px;
    padding-left: 15px;
    margin-left: 200px;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}

.gdprBtnContainer {
    width: 195px;
    min-width: 195px;
    margin: 40px auto 0;
    position: relative;
}

.v2 .gdprBtnContainer {
    /*width: 195px;*/
    min-width: 195px;
    margin: 40px auto 0;
    position: relative;
}

.v2 .modal-title {
    text-align: center;
    margin-top: -30px;
    font-size: 24px;
}

#gdprModal.v2, #gdprModal.v2 a {
    color: black;
}

    #gdprModal.v2 .introText {
        display: block;
        font-size: 16px;
        line-height: 21px;
        text-align: center;        
    }

#gdprModal.v2 .gdprBtn {
    margin-left: 0px;
    margin-right: 20px;
}

    #gdprModal.v2 .gdprBtn.gdprRegDecline, #gdprModal.v2 .gdprBtn.gdprManagePreferences {
        margin-right: 0px !important;
    }

    #gdprModal.v2 .gdprBtn.gdprRegAcceptance.fullWidth {
        width: 100% !important;
        display: block;
    }

#gdprModal.v2 .declineBtnContainerOnBottom {
    margin: 25px auto 0;
}
/* an attempt to make it be in the bottom/ left corner.. combined with the modal-dialog-scrollable class, it doesnt work tho
#gdprModal.v2 .modal-dialog {
    position: absolute;
    bottom: 0px !important;
    left: 0px !important;
    margin: 20px !important;
}
*/

#gdprModal.v2 input[type=checkbox] {
    display: inline-block;
}

#gdprModal.v2 .row {
    flex-direction: row;
}

#gdprModal.v2 .customizeCookiesTextHeader {
    font-size: 16px;
}

.v2 .textAlignCenter {
    text-align: center;
    display: block;
}

.v2 .modal-header {
    border-bottom: 0px;
}

.gdpr-custom-settings .toolOwnerItemContainer {
    font-size: 12px;
}

.gdpr-custom-settings .elipsisEmail {
    font-size: 14px;
}

    .gdpr-custom-settings .elipsisEmail .gdpr-always-active {
        font-size: 10px;
        font-weight: 700;
    }

.gdpr-custom-settings h2.accordion-header {
    font-size: 2rem;
}

.gdprBtnContainerBootstrap {
    width: auto !important;
    text-align: center;
}

.gdprModal .gdprBtnContainer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.customizeCookiesTextHeader {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.gdprCustomizeCookiesContainer {
    padding: 0px 0px;
}

.gdpr-always-active {
    color: #27AFE7;
    display: inline-flex;
}

.gdpr-custom-settings .accordion-body {
    padding: 0rem 0rem;
}

.gdpr-custom-settings .accordion-button:after {
    /*order: -1;*/ /* swap order margin-left: 0;*/
    margin-right: 0.5em; /* just extra space between text and icon */
    margin-left: 5px;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.gdpr-custom-settings .accordion-button {
    background-color: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    width: auto;
    margin-bottom: 8px;
    margin-left: 0px;
    display: inline-flex;
    color: black;
    height: 35px;
}

    .gdpr-custom-settings .accordion-button:not(.collapsed) {
        color: black;
    }

        .gdpr-custom-settings .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
        }

.gdpr-custom-settings .form-check-input:checked {
    background-color: #3BB982;
    border-color: #3BB982;
    filter: unset; /* lead gen tools have this set to grayscale which make the gdpr switches hard to understand */
}

.gdpr-custom-settings .form-check {
    margin-bottom: -18px;
}

.gdpr-custom-settings .accordion-button:focus {
    border-color: #fff !important;
}

.gdpr-custom-settings .accordion-item {
    padding-left: 0px;
    padding-right: 0px;
    border: 0px;
    color: black;
}

.gdpr-custom-settings .form-switch {
    padding-left: 48px;
}

.gdprFloatingIcon .bi-cookie::before, .gdprFloatingIcon img {
    color: black;
    font-size: 20px;
    cursor: pointer;
    /*position: relative;
    top: 13px;
    left: 15px;*/
    margin-left: 14px;
    margin-top: 14px;
    width: 22px;
}

.gdprFloatingIcon {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50px;
    background-color: #eee;
    margin-left: 20px;
    margin-bottom: 20px;
    /* bootstrap: fixed-bottom; // for simple modal we dont have bootstrap classes so here we explicitely spell it out */
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

    .gdprFloatingIcon.hasStickyFooter {
        margin-bottom: 90px;
    }

.gdpr-custom-settings {
    padding-left: 0.8em;
    padding-right: 0.8em;
}

    .gdpr-custom-settings .accordion-body {
        /*background-color: #f8f8f8;*/
    }

.gdprBtn.gdprSaveCustomSettings {
    background: #ffde00 !important;
    color: black !important;
    font-weight: bold;
    margin-right: 0px !important;
}

.gdpr-custom-settings .form-check-input[type=checkbox] {
    border: 1px solid rgba(0, 0, 0, .25);
}

    .gdpr-custom-settings .form-check-input[type=checkbox]:active {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    }

.gdpr-custom-settings .form-switch .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #3BB982;
    border-color: #3BB982;
}

    .gdpr-custom-settings .form-switch .form-check-input:checked[type=checkbox]:hover {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
        background-color: #3BB982;
        border-color: #3BB982;
    }

.gdprBtnContainer.aboveCustomSection,
.gdprBtnContainerBootstrap.aboveCustomSection {
    text-align: left;
    margin: 25px 0px 20px -10px;
}

/* .v2 class is on the gdprModal and on the bottomBanne r*/
.v2 .btnContainerAboveCustomSection {
    /* text-align: center;
    margin: 25px 0px 20px -10px;*/
}

.v2 .whatAreCookiesLink {
    text-decoration: underline;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
    font-size: 10px;
}

.v2 .whatAreCookiesBlock {
    font-size: 10px;
    padding-top: 5px;
    display: block;
}

.v2 .form-check-input {
    font-size: 18px;
    height: 1.2rem;
    border-radius: 2rem !important;
    width: 1.9em !important; /*override any locally set styles */
}

    .v2 .form-check-input:checked {
        border-radius: 2rem !important;
        height: 1.2rem;
        width: 1.9em !important; /*override any locally set styles*/
    }

.v2 .policyLink {
    margin-top: 15px;
    font-size: 10px;
}

    .v2 .policyLink a {
        text-decoration: underline;
    }

.gdprBottom .gdprBtnContainer {
    width: 200px;
    margin: auto 0;
    position: relative;
    float: left;
    margin-right: 15px;
    display: table-cell;
}

.gdprBtn {
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    width: 177px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.v2 .gdprBtn {
    padding: 10px 15px;
    border-radius: 0px !important;
    color: #fff;
    cursor: pointer;
    width: 177px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
}

div span.gdprBtn:last-child {
}

.gdprBtn.gdprAcceptance,
.gdprBtn.gdprRegAcceptance {
    background: #269e32;
    /*float: right;*/
}

.gdprBottom .gdprBtn.gdprAcceptance,
.gdprBottom .gdprBtn.gdprRegAcceptance {
    background: #269e32;
    float: right;
}

.v2 .gdprBtn.gdprAcceptance,
.v2 .gdprBtn.gdprRegAcceptance {
    background: #ffde00 !important; /*yellow*/ /* PROBABLY SHOULDNT DO THIS here with important... ITS OVERRIDDEN TO BE BLUE in forreter/templates/tei/v5/css/style.css  */
    border: 0px;
    color: black !important;
    font-weight: bold;
    white-space: nowrap;
}

.v2 .gdprBtn.gdprManagePreferences {
    background: #ffffff !important; /*yellow*/ /* PROBABLY SHOULDNT DO THIS here with important... ITS OVERRIDDEN TO BE BLUE in forreter/templates/tei/v5/css/style.css  */
    border: 1px solid black;
    color: black;
    font-weight: bold;
    white-space: nowrap;
}

.gdprBtn.gdprCustomize,
.gdprBtn.gdprRegCustomize {
    background: #ffde00; /*yellow*/
    color: black;
    font-weight: bold;
}

.gdprBtn.gdprDecline,
.gdprBtn.gdprRegDecline {
    background: #c51313;
}

.v2 .gdprBtn.gdprDecline,
.v2 .gdprBtn.gdprRegDecline {
    background: #fff;
    color: #aaa;
}

.gdprBtn.gdprClose {
    background: #fff;
    color: #333;
}

.v2 .gdprBtn.gdprClose {
    display: none;
}

.Hide {
    display: none !important;
}

.cookiesNotEnabledInBrowserMessage {
    color: red;
    text-align: center;
}

.gdprModal .cookiesNotEnabledInBrowserMessage {
    clear: both;
}

#gdprModal .introText {
    font-size: 18px;
    line-height: 27px;
}

#gdprModal .modal-body {
    padding: 2rem;
}

#gdprModal .modal-content {
    border-radius: 0rem;
}

/* fixes for simplemodal  */
.gdprModal.v2.simpleModalUseCase {
    padding: 30px;
}

    .gdprModal.v2.simpleModalUseCase .managePreferencesBlock {
        margin-top: 10px;
    }

    .gdprModal.v2.simpleModalUseCase .accordion-button {
        border: 0px;
        /*margin-left: 25px;*/
        margin-top: 10px;
    }

    .gdprModal.v2.simpleModalUseCase .form-switch {
        padding-left: 0px;
    }

    .gdprModal.v2.simpleModalUseCase .accordion-collapse {
        display: block;
    }

    .gdprModal.v2.simpleModalUseCase .accordion-header .col-lg-1, .gdprModal.v2.simpleModalUseCase .accordion-header col-sm-2 {
        padding-right: 0px;
    }

    .gdprModal.v2.simpleModalUseCase .accordion-header {
        margin-top: 0px;
    }

.gdprBottom.v2 {
    background: #000;
}

    .gdprBottom.v2 .bannerTitle {
        font-size: 32px;
        font-weight: 700;
    }

    .gdprBottom.v2 .microToolCookieConsentFullBtn {
        border: 1px solid white;
        float: left;
        display: block;
        width: auto;
        text-decoration: none;
    }

    .gdprBottom.v2 .bannerBtns {
        width: 230px;
        padding-top: 15px;
    }

    .gdprBottom.v2 .gdprBtn {
        margin-left: 0px;
        margin-right: 0px;
        padding: 5px 15px;
    }

    .gdprBottom.v2 .gdprRegAcceptance {
        width: 100%;
        margin-bottom: 15px;
    }

    .gdprBottom.v2 .gdprRegDecline {
        float: right;
        display: block;
        width: auto;
        color: white;
        background: none;
    }

    .gdprBottom.v2 .gdprBottomBody {
        font-size: 16px;
    }

    .gdprBottom.v2 .gdprBtn {
        font-size: 14px;
        font-weight: 700;
    }

/*Responsive WEB CSS*/
@media screen and (max-width: 1630px) {
    .gdprBottom .gdprLeftSide {
    }
}

@media screen and (max-width: 1300px) {
    .gdprBottom .gdprBtnContainer {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .gdprBottom .gdprRightSide {
        display: block;
        float: none;
    }

    .gdprBottomBody {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .gdprBottom.v2 .gdprBottomBody {
        margin: 15px 30px;
    }
}

@media screen and (max-width: 1000px) {
    .gdprModal {
        width: 75%;
    }
}

@media screen and (max-width: 647px) {
    .gdprBottom .gdprBtnContainer .gdprBtn {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .gdprBtn {
        display: block;
        margin: 10px auto;
    }

    #gdprModal.v2 .gdprRegAcceptance, #gdprModal.v2 .gdprManagePreferences, #gdprModal.v2 .gdprRegDecline, #gdprModal.v2 .gdprSaveCustomSettings {
        display: block;
        width: auto;
        margin-bottom: 25px;
        margin-right: 0px
    }
}

@media screen and (max-width: 540px) {
    .gdprBottom .gdprLeftSide {
        clear: both;
    }

    .gdprBottom .gdprLeftSide {
        margin-left: 0px;
    }

    .gdprBottom .gdprBtnContainer {
        margin: 5px auto 0;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    .gdprBottom .gdprBtnContainer {
        display: block;
    }

        .gdprBottom .gdprBtnContainer .gdprBtn {
            float: none;
        }

    .gdprBottom .gdprLeftSide {
        display: block;
        padding-left: 10px;
    }
}

/*
@media screen and (max-width: 890px) {
    .gdprBottom .gdprLeftSide {
    }
}

@media screen and (max-width: 850px) {
    .gdprModal {
    }
}

@media screen and (max-width: 690px) {
    .gdprBottom .gdprBtnContainer {
    }
}

@media screen and (max-width: 600px) {
    .gdprBtn {
        display: block;
        margin: 10px auto;
    }

    div span.gdprBtn:last-child {
        margin: 10px auto;
    }

    .gdprBtn.gdprDecline, .gdprBtn.gdprRegDecline {
    }

    .gdprModal {
    }
}

@media screen and (max-width: 575px) {
    .gdprBottom .gdprBtnContainer {
    }
}

@media screen and (max-width: 540px) {
    .gdprBottom .gdprLeftSide {
        clear: both;
    }

    .gdprBottom .gdprLeftSide {
        margin-left: 0px;
    }

    .gdprBottom .gdprBtnContainer {
        margin: 5px auto 0;
        float: none;
    }

    .gdprModal {
    }
}

@media screen and (max-width: 500px) {
    .gdprBottom .gdprBtnContainer {
        display: block;
    }

    .gdprBottom .gdprBtnContainer .gdprBtn{
        float: none;
    }

    .gdprBottom .gdprLeftSide {
         display: block;
         padding-left: 10px;
    }
}

@media screen and (max-width: 375px) {
    .gdprModal {
    }
}

    */