.gdpr,
.gdpr-cookies-page{
    
    color: #666666;
    font-size: 15px;
}
.gdpr p, #cookies p, #cookies{
    font-size: calc(100vw * (14 / 1440));
}
.gdpr .gdprP {
    
    color: #666666;
    font-size: 15px;
}

.gdpr .gdprP2 {
    
    color: #666666;
    font-size: 17px;
}

.gdpr .tab-bkg,
.gdpr-cookies-page .tab-bkg {
    background-color: white;
    margin-top: 14%;
    color: #666666;
}

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

.gdpr .nav-tabs,
.gdpr-cookies-page .nav-tabs {
    border: 0;
}
.gdpr .nav-tabs a:hover,
.gdpr .nav-tabs > li.active > a:hover,
.gdpr-cookies-page .nav-tabs a:hover,
.gdpr-cookies-page .nav-tabs > li.active > a:hover{
    background-color: #006BB6;
}

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

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

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

.gdpr .clear-btn,
.gdpr-cookies-page .clear-btn{
    border: 0;
}

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

.gdpr .right-margin,
.gdpr-cookies-page .right-margin{
    margin-right: 20%;
}

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

.gdpr .switch input,
.gdpr-cookies-page .switch input{
    display:none;
}

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

.gdpr .slider:before ,
.gdpr-cookies-page .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,
.gdpr-cookies-page input:checked + .slider{
    background-color: #006BB6;
}

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

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

.gdpr .slider.round,
.gdpr-cookies-page .slider.round{
    border-radius: 34px;
    height: 36px;
}

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

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

.gdpr .custom-link {
    
    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 {
    
    color: #666666;
    font-size: 16px;
}

.gdpr .topContainer {
    padding: 2% 5%;

    text-align: center;
}

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


.gdpr #cookieTxt {
    width: 60% !important;
    position: fixed;
    z-index: 9999;
    height: auto;
    overflow-y: auto;
    top: 20%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-color:white;
    overflow: auto !important;
    max-height: 60%;
}


.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: 10px 5px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    border-color: none;
    -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;
}

.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), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

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

.gdpr [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]: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, [type="checkbox"]: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);
}
#account-top-content hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.sf-body{
    overflow:hidden;
}

.sf-b{
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.gdpr #gdprDetails{
    padding-top:5%;
    width:100%;
}

#gdprBtnPreferences{

}






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

.gdpr-cookies-page .custom-link {
    
    color: red;
    text-decoration: underline;
    font-size: 15px;
}

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

.gdpr-cookies-page .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-cookies-page .form-bkg {
    padding-bottom: 10%;
    padding-top: 10%;
    margin: 10%;
}

.gdpr-cookies-page #cookieInfo {
    display: none;
}

.gdpr-cookies-page #cookieNecesar {
    display: none;
}

.gdpr-cookies-page #cookieFunctional {
    display: none;
}

.gdpr-cookies-page #cookieAnaliza {
    display: none;
}

.gdpr-cookies-page #cookieMarketing {
    display: none;
}

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


.gdpr-cookies-page .topP {
    
    color: #666666;
    font-size: 16px;
}

.gdpr-cookies-page .topContainer {
    padding: 2% 5%;

    text-align: center;
}

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


.gdpr-cookies-page #cookieTxt {
    width: 60% !important;
    position: fixed;
    z-index: 9999;
    height: auto;
    overflow-y: auto;
    top: 20%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-color:white;
    overflow: auto !important;
    max-height: 60%;
}


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

.gdpr-cookies-page .red {
    color: red;
}

.gdpr-cookies-page .lightGrey {
    color: #999;
}

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

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

.gdpr-cookies-page #logat {
    display: none;
}

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

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

.gdpr-cookies-page .customA2 {
    color:darkblue;
}

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

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


.gdpr-cookies-page .btn-primary {
    margin: 10px 5px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    border-color: none;
    -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-cookies-page .btn-preferinte {
    color:black;
    background-color: white;
}

.gdpr-cookies-page .txtFade {
    color: red;
}

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

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

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

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

.gdpr-cookies-page .nav > li > a {
    display: block;
}

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

.gdpr-cookies-page #declar {
    width:3%;
}

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

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

.gdpr-cookies-page [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-top: 3px;
    padding-left: 28px;
    cursor: pointer;
    font-weight: normal;
    text-align: left;
}

.gdpr-cookies-page [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '';
    background-image: url(html/images/checked.png);
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 1px;
    font-size: 18px;
    color: #000000;
    transition: all .2s;
}

.gdpr-cookies-page [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]: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-cookies-page [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.gdpr-cookies-page #gdprDetails{
    padding-top:5%;
}

@media only screen and (max-width: 1200px) {
    .gdpr #cookieTxt {
        width: 100% !important;
    }
    .gdpr2{
        position: absolute;
        right: 0px;
    }

    .gdpr p, #cookies p, #cookies {
        font-size: calc(100vw * (14 / 430));
    }
    #cookies{
        padding-left:0px!important;
        padding-right:0px!important;
        
    }
}