/* vex dialog styles */
.vex {
    z-index: 999999 !important; }

.vex-overlay {
    z-index: 999999 !important; }

.vex .vex-content {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    color: #292b2c;
    width: 650px !important;
    padding: 2em !important;
}

.vex .vex-dialog-form .m4gdpr-dialog label {
    display: inline-block !important;
    font-weight: bold !important;
    margin-bottom: .5rem !important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.vex .vex-dialog-form .m4gdpr-dialog .lbl {
    margin-left: 5px;
    vertical-align: top;
    width: 90%;
    padding: 0.7em;
    text-align: left;
    cursor: pointer;
}

.vex .vex-dialog-form .m4gdpr-dialog .lbl:hover {
    background-color: #e0e0e0;
}

.vex .vex-dialog-form .m4gdpr-dialog .inp {
    display: none;
}

.vex .vex-dialog-form .m4gdpr-dialog .inp:checked + .cbx {
    border-color: transparent;
    background: #6871f1;
}

.vex .vex-dialog-form .m4gdpr-dialog .inp:checked + .cbx::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.vex .vex-dialog-form .m4gdpr-dialog .cbx {
    position: relative;
    top: 1px;
    min-width: 17px !important;
    width: 17px !important;
    min-height: 17px !important;
    height: 17px !important;
    margin: 1em 0;
    border: 1px solid #787878;
    border-radius: 3px;
    vertical-align: top;
    transition: background 0.1s ease;
    cursor: pointer;
}

.vex .vex-dialog-form .m4gdpr-dialog .cbx::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.1s ease;
    transition-delay: 0.05s;
    vertical-align: top;
}

.vex .vex-dialog-form .vex-dialog-message {
    font-size: 1.6em !important; }

.vex .vex-dialog-button {
    font-size: 1em !important;
    font-weight: bold !important; }

.vex .vex-dialog-form .m4gdpr-consent-header {
    padding: 0.5em 0 1em !important; }

.vex .vex-dialog-form .m4gdpr-consent {
    display: flex;
    justify-content: space-between;
    padding: 0.5em 0 !important;
    border-bottom: 1px solid #c9c9c9 !important; }

.vex .vex-dialog-form .m4gdpr-consent-footer {
    padding: 1em 0 !important; }

.vex .vex-dialog-form .m4gdpr-consent-footer span {
    display: inline-block;
    width: 50%; }

.vex .vex-dialog-form .m4gdpr-consent-footer-right {
    text-align: right; }

.vex .vex-dialog-form .m4gdpr-consent-footer-right a:hover {
    text-decoration: underline; }

.vex .vex-dialog-form .m4gdpr-dialog .lbl.required::before {
    content: '* ' !important;
    color: red !important; }

.vex .vex-dialog-form .vex-dialog-button.vex-dialog-button-primary:disabled {
    background-color: #89c1ff;
    cursor: not-allowed; }

.vex .vex-dialog-form .vex-dialog-button.vex-dialog-button-secondary {
    background: none !important; }

/* my account specific styles */
.m4gdpr-15 a img {
    width: 26px !important;
    height: 26px !important;
    margin-right: 4px; }

.m4gdpr-16 a i {
    background: url('../img/star-orange.png') center / 32px no-repeat scroll padding-box content-box transparent; }

.m4gdpr-17 i {
    background: url('../img/star-black.png') top / 42px no-repeat scroll transparent; }

.m4gdpr-tb10 a i {
    background: url('../img/star-orange.png') center / 1.25em no-repeat scroll padding-box content-box transparent;
    display: inline-block;
    width: 1.1em !important;
    height: 1.1em !important; }