/* hide the close x on loading screen */
.gdpr-popup .ui-dialog-titlebar-close {
    display: none;
}

.gdpr-popup button.yes{
    width: auto;
    background-color: #005395 !important;
    color: #ffffff;
}

.gdpr-popup .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background-image: none;
    background-color:inherit;
}