#gdpr-tab {
    border-top: 1px solid #ccc;
    display: inline-block;
    margin-top: 0;
    padding-top: 15px;
    margin-bottom: 20px;
}

#gdpr-tab li,
#gdpr-tab .link,
#cookies-policy-form h3,
#cookies-policy-form h5 {
    padding: 10px 0px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

#gdpr-tab,
#gdpr-tab li, #gdpr-tab .link,
#cookies-policy-form .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
#gdpr-tab .link a {
    width: 100%;
}

#gdpr-tab .ui-state-active,
#gdpr-tab .ui-widget-content .ui-state-active,
#gdpr-tab .ui-widget-header .ui-state-active {
    background: transparent;
}

#gdpr-tab .ui-tabs-nav li a span,
#gdpr-tab .link:hover a {
    color: #000000;
}

#cookies-policy-form .ui-state-active span, #cookies-policy-form .ui-state-active i {
    font-weight: bold;
    color: #999;
}

#cookies-policy-form .ui-state-default span, #gdpr-tab .link span {
    display: inline-block;
    vertical-align: top;
}

#gdpr-modal-content h3,
#gdpr-modal-content h5 {
    font-weight: bold;
    color: #999;
    text-align: center;
}

.gdpr-lebel span{
    font-weight: bold;
    color: #999;
}

#gdpr-modal-content .field{
    margin-top: 10px;
    padding-right: 0px;
}

#gdpr-modal-content .field p{
    margin-bottom: 20px;
}

#gdpr-tab .tabs{
    padding-left: 0px;
}

.gdpr-actions{
    text-align: right;
    margin-bottom: 20px;
}

#gdpr-tab .link{
    margin-bottom: 15px;
}

#gdpr-modal-content input[type="checkbox"] + label{
    position: relative;
    margin-left: 5px;
    font-size: 14px;
}

.cookie-text {
    margin-top: 15px;
}

.cookie-text p {
    font-size: 13px;
    line-height: 20px;
}

#gdpr-tab ul > li.ui-tab,
#gdpr-tab .link {
    font-size: 14px;
}

#gdpr-tab .ui-tabs-nav li a span {
    line-height: normal;
}

#notice-cookie-block .content {
    text-align: center;
}

#notice-cookie-block .content > p,
#notice-cookie-block button.notice-popup-show {
    vertical-align: middle;
    margin: 7px;
}

#notice-cookie-block .content > p > * {
    display: block;
    letter-spacing: 0.5px;
}

#notice-cookie-block .content > p,
#notice-cookie-block .content > .actions,
#gdpr-tab .link a {
    display: inline-block;
}

#notice-cookie-block button.notice-popup-show,
.actions.gdpr-actions > button {
    background: #fff;
    border: 2px solid #000000;
    padding: 5px 15px;
    color: #000;
    font-weight: bold;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#notice-cookie-block button.notice-popup-show:hover,
.actions.gdpr-actions > button:hover {
    background: #000;
    color: #fff;
}

#notice-cookie-block.global-site-notice {
    background: #555555;
    font-size: 12px;
    line-height: normal;
}

#gdpr-modal-content {
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
    top: 50%;
    margin: 0 auto;
    width: 90%;
    max-width: 860px;
    height: fit-content;
    max-height: 96vh;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    padding: 0 !important;
}

#gdpr-modal-content > .modal-content,
#gdpr-tab.ui-tabs .ui-tabs-nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#gdpr-tab,
#gdpr-modal-content .modal-header,
#gdpr-tab.ui-tabs .ui-tabs-nav {
    border: none;
}

#gdpr-tab.ui-tabs .ui-tabs-nav {
    background: transparent;
}

#gdpr-tab .link a {
    padding: .5em 1em;
}

#gdpr-tab .link:hover {
    background: #ededed;
}

#gdpr-tab a:focus {
    outline: none !important;
}



@media (max-width: 767px){

    #gdpr-modal-content{
        padding:0px;
    }

    .modals-wrapper .modal-popup .modal-inner-wrap {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        margin: 0 auto;
        max-height: 96vh;
        overflow-y: auto;
    }

    #notice-cookie-block button.notice-popup-show {
        margin-bottom: 8px;
    }

}

@media (max-width: 380px) {

    .actions.gdpr-actions > button {
        width: 100%;
        margin-bottom: 8px;
    }

}