.wds-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
}

.wds-cover.fade-out {
    opacity: 0;
    transition: opacity 1s;
}

.wds-cover-dialog {
    height: 100%;
    width: 100%;
}

.wds-cover-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.wds-cover-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.wds-cover-body {
    position: relative;
    height: 100%;
    z-index: 1;
}

.centered-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 450px;
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.centered-box .elementor-button {
    cursor: pointer;
}