.no-scroll {
    overflow: hidden;
}

.um-gdpr-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}

.um-gdpr-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.um-gdpr-content-inner {
    position: relative;
    padding: 40px;
    overflow: auto;
    max-height: 80vh;
    margin-top: 5vh;
    z-index: 20;
    background: #fff;
}

.um-gdpr-content-inner .um-gdpr-content-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}