body { 
    background: #f9f9f9; 
}
#wpadminbar, #adminmenu, #adminmenuback, #adminmenuwrap {
    display: none;
}
.notice {
    display: none;
}
#wpwrap{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
#wpcontent {
    margin-left: 0;
}
/* Background Overlay */
.wpea-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Popup Content */
.wpea-popup-content {
    position: relative;
    width: auto;
    height: 700px;
}

/* Close Button */
.wpea-close-btn {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    z-index: 10000;
}

.wpea-close-btn:hover {
    color: #ff0000;
}

/* Responsive Video Frame */
#wpea-wizard-video-popup .wpea-popup-content iframe {
    width: 1350px;
    height: 725px;
    border: none;
}
.wpea-wizard-wrap {
    background: #FFFFFF;
    padding: 40px 130px;
    max-width: 520px;
    border-radius: 22px;
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.wpea-wizard-wrap .wpea-wizard-starter-video a {
    padding: 33px 20px 19px;
    margin-top: 40px;
    display: block;
    text-decoration: none;
}
.wpea-wizard-button-style {
    color: #52595E;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    border-radius: 11px;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    border: 1px solid #DFE1E5;
    transition: all 0.2s ease;
}
.wpea-wizard-button-style svg path {
    transition: all 0.2s ease;
}

.wpea-wizard-import-box {
    border: 1px solid #DFE1E5;
    border-radius: 11px;
    padding: 22px 18px;
    width: 245px;
    font-size: 13px;
    background: #fff;
    text-align: left;
    color: #52595E;
}
.wpea-wizard-import-box svg {
    vertical-align: middle;
    margin-right: 10px;
}
.wpea-wizard-open-popup-box {
    margin-top: 40px;
}
button.wpea-wizard-open-popup {
    background: #fff;
    border: 1px solid #DFE1E5;
    border-radius: 11px;
    padding: 22px 18px;
    width: 230px;
    height: 130px;
    font-size: 13px;
    text-align: center;
    color: #52595E;
    float: left;
    margin-right: 50px;
}
button.wpea-wizard-open-popup span.wizard-notification-text {
    margin-top: 3px;
    font-size: 10px;
    color: #bfbfbf;
    letter-spacing: 0.5px;
}
button.wpea-wizard-open-popup span {
    display: block;
    margin-top: 13px;
}
.wpea-wizard-open-popup-box button:last-of-type {
    margin: 0 !important;
}
.wpea-wizard-back-box {
    text-align: center;
}
.wpea-wizard-back-button {
    margin-top: 55px;
    text-align: center;
    color: #959DA4;
    background: #fff;
    border: none;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}
.wpea-wizard-back-button svg {
    position: absolute;
    left: 0;
}
a.wpea-wizard-close-button {
    position: absolute;
    top: 18px;
    right: 23px;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    border: 1px solid #DFE1E5;
    transition: all 0.2s ease;
    width: 20px;
    height: 20px;
    padding: 6px;
    border-radius: 50px;
}
a.wpea-wizard-close-button svg {
    width: 20px;
    height: 20px;
}
a.wpea-wizard-close-button svg path {
    fill: #9e9e9e;
    transition: all 0.2s ease;
}
.wpea-wizard-wrap > h3 {
    color: #393C40;
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    margin-top: 5px;
    margin-bottom: 41px;
}
a.wpea-wizard-close-button:hover {
    border-color: red;
}
a.wpea-wizard-close-button:hover svg path {
    fill: red;
}

button.wpea-wizard-back-button:hover, button.wpea-wizard-back-button:hover svg path{
    color: #0049b3;
    fill: #0049b3;
}

.wpea-wizard-wrap .wpea-wizard-starter-video a:hover,.wpea-wizard-wrap .wpea-wizard-starter-video a:hover p, button.wpea-wizard-import-box:hover, button.wpea-wizard-open-popup:hover{
    border-color: #0049b3;
    color :  #0049b3;
}

.wpea-wizard-wrap .wpea-wizard-starter-video a:hover svg path, button.wpea-wizard-import-box:hover svg path, button.wpea-wizard-open-popup:hover svg path{
    fill: #0049b3;
}