.gdpr {
    font-family: "Breurer-Text Light", sans-serif;
    color: #666666;
    font-size: 15px;
}

.gdpr .gdprP {
    font-family: "Breurer-Text Light", sans-serif;
    color: #666666;  
    font-size: 15px;
}

.gdpr .gdprP2 {
    font-family: "Breurer-Text Light", sans-serif;
    color: #666666;  
    font-size: 17px;
}

.gdpr .tab-bkg {
    background-color: white;
    margin-top: 7%;
    color: #666666;
}

.gdpr .col-centered{
    float: none;
    margin: 0 auto;
}

.gdpr .nav-tabs {
    border: 0;
}
.gdpr .nav-tabs a:hover,
.gdpr .nav-tabs > li.active > a:hover{
    background-color: red;
    text-decoration:none;
    color:white;
}

.gdpr .customH {
    padding-left: 15%;
    padding-right: 18%;
    text-transform: uppercase;
    color: #666666;
}

.gdpr .nav-tabs>li {
    width: 33.33333333%;
    float: left;
    margin-bottom: -1px;
    border: 1px solid #eee;
}

.gdpr .flex {
    display: flex;
    align-items: center;
}

.gdpr .clear-btn {
    border: 0;
}

.gdpr .clear-btn:focus {
    outline: 0;
}

.gdpr .right-margin {
    margin-right: 20%;
}

.gdpr .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.gdpr .switch input {display:none;}

.gdpr .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.gdpr .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.gdpr input:checked + .slider {
    background-color: red;
}

.gdpr input:focus + .slider {
    box-shadow: 0 0 1px #0070c0;
}

.gdpr input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.gdpr .slider.round {
    border-radius: 34px;
}

.gdpr .slider.round:before {
    border-radius: 50%;
}

.gdpr .no-bullet {
    list-style-type: none;
}

.gdpr .custom-link {
    font-family: "Breurer-Text Light", sans-serif;
    color: red; 
    text-decoration: underline;
    font-size: 15px;
}

.gdpr .scroll-background {
    background: #e0e0e0;
    padding: 4%;
}

.gdpr .scrollable {
    overflow-y: scroll;
    height:200px;
    background:#ffffff;
    padding: 3%;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.gdpr .form-bkg {
    padding-bottom: 10%;
    padding-top: 10%;
    margin: 10%;
}

.gdpr #cookieInfo {
    display: none;
}

.gdpr #cookieNecesar {
    display: none;
}

.gdpr #cookieFunctional {
    display: none;
}

.gdpr #cookieAnaliza {
    display: none; 
}

.gdpr #cookieMarketing {
    display: none; 
}

.gdpr #cookieTxt1 {
    left: 77%;
    height: 100%;
    top: -32px;
    /* right: 0; */
    position: relative;
    z-index: 9999;
    width: 330px;
}


.gdpr .topP {
    font-family: "Breurer-Text Light", sans-serif;
    color: #666666;
    font-size: 12px;
    margin-top: 4%;
}

.gdpr .topContainer {
    padding: 10%;
    background-image: url('html/gdpr/images/bkg.png');
    background-size: cover;
}

.gdpr .margin-btn {
    margin: 2%;
}


.gdpr #cookieTxt {
    top: 99px;
    right: 3%;
    position: fixed;
    z-index: 9999;
    width: 330px  
}


.gdpr #accountTxt {
    display: none;
    top: 99px;
    right: 3%;
    position: fixed;
    z-index: 9999;
    width: 330px  
}

.gdpr .red {
    color: red;
}

.gdpr .lightGrey {
    color: #999;
}

.gdpr .header-gdpr {
    color:black;
}

.gdpr hr {
    display: block;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    border: 0.5px solid lightgray;
}

.gdpr #logat {
    display: none;
}

.gdpr #nelogat {
    /*display: none;*/
}

.gdpr #creeazaCont {
    /*display: block;*/
}

.gdpr .customA2 {
    color:darkblue;
}

.gdpr .cookieImg {
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
}

.gdpr .accountImg {
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
}


.gdpr .btn-primary {
    margin: 0px 5px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    border-color: none;
    border-color: #d9071e;
    background-color: #d9071e;
    -webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
    transition: .4s cubic-bezier(0.25,.46,.45,.94);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
}

.gdpr .btn-preferinte {
    color:black;
    background-color: white;
}

.gdpr .txtFade {
    color: red;
}

.gdpr #lighter {
    background-color: #e2dfdf!important;
}

.gdpr .blue-link {
    color: darkblue;
    font-weight: bold;
}

.gdpr .margined-bottom-btn {
    margin-bottom: 5px;
}

.gdpr .tab-bkg2 {
    padding: 6%;
    background-color: white;
    color: #666666;
}

.gdpr .nav > li > a {
    display: block;
    height:100%;
}

.gdpr .tab-pane {
    padding: 15px;
    background-color: white;
}

.gdpr #declar {
    width:3%;
}

.gdpr #gdprIcons {
    right: 0px;
    position: absolute;
    top: 30%;
}

.gdpr [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.gdpr [type="checkbox"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    text-align: left;
}

.gdpr [type="checkbox"]:not(:checked) + label:after{
    content: '✔';
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 18px;
    color: #000000;
    transition: all .2s;
}

.gdpr [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}

.gdpr [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.customH{
    padding-top: 20px;
    padding-bottom: 10px;
}

.gdpr .customH:hover{
    color:white;
    text-decoration:none;

}

@media only screen and (max-width: 992px) { 
    .gdpr, .gdpr .gdprP, #notLogged p, #notLogged span, #notLogged b{
        font-size:10px!important;
    }
    #cookies{
        padding-top:0px;
    }
    .gdpr .switch{
        width: 50px;
        height: 24px;
    }
    .gdpr .slider::before {
        height: 16px;
        width: 16px;
    }
    section.bg-red{
        padding-bottom:0px;   
    }
    .gdpr h4{
        font-size:14px;
    }
}