a {
    color: #5729d9;
}
a:hover {
    color: #5729d9;
}
.admin_page_tmpcoder-setup-wizard {
    background: #f0f5fa!important;
}
.admin_page_tmpcoder-setup-wizard .button {
    color: #fff;
    border: 1px solid #5729d9;
    background: #5729d9;
}
.admin_page_tmpcoder-setup-wizard .button:hover {
    color: #5729d9;
    background: #fff;
    border: 1px solid #5729d9; 
}
.admin_page_tmpcoder-setup-wizard .tmpcoder-license-activation-header {
    max-width: 1024px;
    margin: 15px 0;
}
.spexo-wizard-branding-step__logo-remove {
    border: unset !important;
    min-height: unset;
    background: unset !important;
}
.admin_page_tmpcoder-setup-wizard .button svg {
    display: block;
    width: 20px;
    height: 20px;
}
.admin_page_tmpcoder-setup-wizard .button svg path {
    stroke: #ef4444;
    transition: all 400ms ease;
}

/* Wizard message */
.tmpcoder-container .theme-wizard-notice {
    padding: 10px 15px;
    /* margin-left: 20px; */
    max-width: 992px;
}

.wizard-header {
    padding: 0 20px;
}
.tmpcoder-license-activation-logo .wizard-header h1 {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
}
.wizard-header .theme-welcome-text {
    margin: 0;
}


/* Wizard Main Container */
.theme-wizard-main {
    position: relative;
    /* max-width: 700px; */
    max-width: 1024px;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}


/* Wizard Nav bar */
.theme-wizard-nav {
    padding-top: 0;
}
.theme-wizard-nav li {
    background: #fff;
    border: none;
    margin: 0;
    width: 31.3%;
    /* width: 23.03%; */
    text-align: center;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: transparent;
}
.theme-wizard-nav  li:first-child {
    margin-left: 0;
}
.theme-wizard-nav  li:last-child {
    margin-right: 0;
}
.theme-wizard-nav  li:hover {
    border-bottom: none;
    background: #fff;
}
.theme-wizard-nav  li.nav-tab-active {
    border-color: #5729d9;
    border-top: 3px solid;
    border-width: 0 0 3px 0;
    border-style: solid;
}
.theme-wizard-nav  li .step-number {
    color: #abafb4;
    font-weight: bold;
    background: #f0f0f1;
    padding: 0;
    display: inline-flex;
    margin: 0.35em;
    border-radius: 50%;
    line-height: 1;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-right: 10px;
}
.theme-wizard-nav .wizard-right-sign {
    margin-top: 8px;
    color: green;
}
.theme-wizard-nav .nav-tab.disabled {
    color: rgba(85, 93, 102, 0.6);
}

/* Wizard Tab Content */

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-content-select-demo .plugin_box.col {
    width: 31%;
    margin-right: 25px;
}
.tab-content-select-demo .plugin_box.col:last-child {
    margin-right: 0;
}

/* Wizard Theme Register */
.tmpcoder-reg-tabs .reg-form {
    margin-bottom: 60px;
}
.tmpcoder-reg-tabs .reg-form input[type="submit"] {
    position: absolute;
    bottom: 30px;
    right: 65px;
    padding: 6px 20px;
    font-size: 14px;
}
.theme-wizard-main .tmpcoder-reg-tabs .heading i {
    vertical-align: baseline;
    margin-right: 8px;
}
.tmpcoder-license-activation-page .heading {
    margin-bottom: 10px;
}
.tmpcoder-license-activation-page .tmpcoder-license-activation-box input[type="text"],
.tmpcoder-license-activation-page .tmpcoder-license-activation-box input[type="email"] {
    width: 100%;
}
#license-registration > .tmpcoder-message-box {
    min-height: 300px;
    padding: 0;
}
#license-registration .reg-form {
    margin-top: 20px;
}
#license-registration .tmpcoder-license-activation-page .tmpcoder-message-box {
    padding: 10px 15px;
    border: 0;
    margin: 0;
    width: 50%;
}
#license-registration p {
    margin-top: 0;
}

.theme-wizard-main .wizard-heading {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.theme-wizard-main .wizard-title-text {
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
}
.form-field {
    margin-bottom: 20px;
}
.form-field.no-margin {
    margin: 0;
}
.form-field .form-label {
    width: 28%;
    display: inline-block;
}
.form-field .form-label label {
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.form-field .form-group {
    width: 70%;
    display: inline-block;
}

.tab-content-install-plugins .tmpcoder-message-box {
    min-height: 250px;
}
.tab-content-install-plugins .wizard-title-text {
    width: 60%;
    margin: 0 auto 20px;
}
.theme-wizard-main .recommended-plugins {
    width: calc(100% - 40px);
    display: inline-block;
    margin-left: 20px;
}
.theme-wizard-main .plugin_box {
    width: 31.7%;
    margin-right: 20px;
    display: inline-block;
}
.theme-wizard-main .plugin_box:nth-child(3) {
    margin-right: 0;
}
.theme-wizard-main .plugin_box a {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: none;
}
.install-plugin-part .plugin_box {
    padding-top: 15px;
}
.install-plugin-part .plugin_box .plugin_name {
    display: block;
    font-weight: 500;
}
.install-plugin-part .plugin_box .action_bar {
    padding: 10px 15px;
    height: auto;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
}
.theme-wizard-main .install-plugin-part .plugin_box .plugin-preview {
    width: auto;
    height: 210px;
}
.theme-wizard-main .plugin_box .action_button {
    height: 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    padding-left: 0;
}
.plugin-checkbox[readonly] {
    pointer-events: none;
    background: #ccc;
    margin-top: 0;
    margin-right: 8px;
}
.plugin_box {
    border: 1px solid #ccc;
}

.theme-wizard-main .theme-install-part, .theme-wizard-main .install-plugin-part {
        background: transparent;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 0;
    padding-bottom: 0;
}
.theme-wizard-main .theme-install-part .plugin_box .plugin-preview {
    width: 100%;
}
.theme-install-part .plugin_box .action_bar {
    margin: 10px;
    height: auto;
    padding: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
}
.theme-install-part .plugin_box .action_bar .theme-status {
    float: right;
    font-weight: 400;
    font-size: 14px;
}


.tab-content-select-demo .tmpcoder-message-box {
    min-height: 200px;
}
.tab-content-select-demo .demo-import-boxed {
    display: inline-block;
}
#import-process-complete-popup .popup-content .popup-message2 {
    font-size: 15px;
}

/* Wizard Next Action Button */
.next-step-action {
    text-align: right;
}
.next-step-action .next-step-btn {
    margin-right: 35px;
    margin-top: 20px;
    padding: 6px 20px;
}

/* Wizard Process Loader */
.process-loader {
    background-color: rgb(255 255 255 / 70%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.process-loader.hide {
    display: none;
}
.loader-image {
    background-image: url(../../../assets/images/backend-loader.gif);
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    display: inline-block;
}
.process-loader .loader-text {
    font-weight: 700;
    margin-top: 10px;
}

@media only screen and (min-width: 1600px) {
    .tab-content-install-plugins .plugin_box:nth-child(3) {
        width: 31%;
    }
}

/* Plugin wizard step-1 redesign (reference style) */
body.spexo-plugin-wizard-fullscreen #wpcontent {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
body.spexo-plugin-wizard-fullscreen #adminmenuback,
body.spexo-plugin-wizard-fullscreen #adminmenuwrap,
body.spexo-plugin-wizard-fullscreen #wpadminbar,
body.spexo-plugin-wizard-fullscreen #wpfooter {
    display: none !important;
}
body.spexo-plugin-wizard-fullscreen #wpbody-content {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.spexo-plugin-wizard-fullscreen #wpbody {
    padding-top: 0 !important;
}
body.spexo-plugin-wizard-fullscreen .wrap.spexo-plugin-wizard {
    margin: 0;
    max-width: none;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    box-sizing: border-box;
    background: #f8fafc;
}
.spexo-plugin-wizard-header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 24px;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}
.spexo-plugin-wizard-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.spexo-plugin-wizard-header__mark-img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.spexo-plugin-wizard-header__title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172b;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.spexo-plugin-wizard-header__actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.spexo-plugin-wizard-header__utilities {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.spexo-plugin-wizard-header__utility {
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background: #fff;
    color: #3c434a;
    cursor: pointer;
    transition: all 400ms ease;
}

.spexo-plugin-wizard-header__utility .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    transition: all 400ms ease;
}

.spexo-plugin-wizard-header__utility:hover {
    border-color: #5729d9;
    color: #fff;
    outline: none;
    box-shadow: none;
    background: #5729d9;
}

.spexo-plugin-wizard-header__utility.is-active {
    border-color: #5729d9;
    background: #5729d9;
    color: #fff;
}

.spexo-plugin-wizard-header__utility.is-loading .dashicons {
    animation: spexoWizardHeaderIconSpin 0.8s linear infinite;
}

.spexo-plugin-wizard-header__actions {
    position: relative;
}

.spexo-wizard-sync-overlay[hidden] {
    display: none !important;
}

.spexo-wizard-sync-overlay {
    position: fixed;
    inset: 0;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(240, 245, 250, 0.82);
}

.spexo-wizard-sync-overlay__card {
    width: 100%;
    max-width: 360px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
    border-radius: 10px;
    padding: 18px 20px;
    text-align: center;
}

.spexo-wizard-sync-overlay__spinner {
    width: 26px;
    height: 26px;
    margin: 0 auto 12px;
    border-radius: 999px;
    border: 2px solid #dbe3ee;
    border-top-color: #5729d9;
    display: block;
    animation: spexoWizardHeaderIconSpin 0.8s linear infinite;
}

.spexo-wizard-sync-overlay__title {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}

.spexo-wizard-sync-overlay__desc {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.spexo-wizard-sync-toast[hidden] {
    display: none !important;
}

.spexo-wizard-sync-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 100001;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 320px;
    max-width: 520px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.15);
    padding: 12px 14px;
}

.spexo-wizard-sync-toast__icon.dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #10b981;
}

.spexo-wizard-sync-toast__text {
    flex: 1 1 auto;
    min-width: 0;
    color: #334155;
    font-size: 15px;
    line-height: 1.35;
}

.spexo-wizard-sync-toast__close {
    border: 0;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.spexo-wizard-sync-toast__close .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
}

.spexo-wizard-sync-toast__close:hover,
.spexo-wizard-sync-toast__close:focus {
    color: #475569;
    outline: none;
    box-shadow: none;
}

.spexo-plugin-wizard-header__panel {
    display: none;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 15px rgb(64 110 157 / 3%);
    padding: 14px;
    position: absolute;
    top: 55px;
    right: 0;
    width: 300px;
    z-index: 2;
}

.spexo-plugin-wizard-header__panel.open {
    display: block;
}

.spexo-plugin-wizard-header__panel-title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2327;
}

.spexo-plugin-wizard-header__panel-desc {
    margin: 0 0 10px;
    color: #3c434a;
    font-size: 14px;
    line-height: 1.5;
}
.spexo-plugin-wizard-header__panel-desc a {
    color: #3c434a;
}
.spexo-plugin-wizard-header__panel-desc a:hover {
    color: #562ad5;
}

.spexo-plugin-wizard-header__panel-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #3c434a;
    cursor: pointer;
}

.spexo-plugin-wizard-header__panel-feedback {
    margin: 8px 0 0;
    font-size: 12px;
}

.spexo-plugin-wizard-header__panel-feedback.is-success {
    color: #15803d;
}

.spexo-plugin-wizard-header__panel-feedback.is-error {
    color: #dc2626;
}

.spexo-plugin-wizard-header__whats-new-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 220px;
    overflow-y: auto;
}

.spexo-plugin-wizard-header__whats-new-list > ul > li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
}

.spexo-plugin-wizard-header__whats-new-list > ul > li:last-child {
    border-bottom: 0;
}

.spexo-plugin-wizard-header__whats-new-list > ul > li > a {
    display: block;
    font-size: 12px;
    color: #334155;
    text-decoration: none;
}

.spexo-plugin-wizard-header__whats-new-list > ul > li > a:hover {
    color: #5729d9;
}

.spexo-plugin-wizard-header__whats-new-list > ul > li > span {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    margin-top: 3px;
}

.spexo-plugin-wizard-header__panel.is-whats-new-panel {
    width: 500px;
    padding: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    right: -500px;
    border: unset;
    box-shadow: unset;
    display: block;
    transition: all 400ms ease;
    z-index: 6;
}
.spexo-plugin-wizard-header__panel.is-whats-new-panel.open {
    right: 0;
}
.spexo-plugin-wizard-header__panel.is-whats-new-panel .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease;
}
.spexo-plugin-wizard-header__panel.is-whats-new-panel.open .overlay {
    opacity: 0.5;
    visibility: visible;
}
.spexo-plugin-wizard-header__panel-content {
    background: #fff;
    position: relative;
    height: 100vh;
}

.spexo-plugin-wizard-header__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 20px;
    border-bottom: 1px solid #e8e8e8;
}

.spexo-plugin-wizard-header__panel.is-whats-new-panel .spexo-plugin-wizard-header__panel-title {
    margin: 0;
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    color: #1d2327;
}

.spexo-plugin-wizard-header__panel-close {
    border: 0;
    background: transparent;
    color: #1d2327;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 0;
    transition: all 0.4s ease;
}

.spexo-plugin-wizard-header__panel-close:hover {
    color: #5729d9;
    outline: none;
    box-shadow: none;
}

.spexo-plugin-wizard-header__panel-close .dashicons {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
}

.spexo-plugin-wizard-header__whats-new-body {
    max-height: calc(100vh - 61px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px 20px;
    box-sizing: border-box;
}

.spexo-plugin-wizard-whats-new-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    box-sizing: border-box;
}

.spexo-plugin-wizard-whats-new-loading .spexo-wizard-sync-overlay__spinner {
    margin: 0;
}

.spexo-plugin-wizard-header__whats-new-items {
    display: grid;
    gap: 25px;
}

.spexo-plugin-wizard-header__whats-new-item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.spexo-plugin-wizard-header__whats-new-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.spexo-plugin-wizard-header__whats-new-date {
    margin: 0 0 5px;
    color: #50575e;
    font-size: 13px;
    font-weight: 500;
}

.spexo-plugin-wizard-header__whats-new-title {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 600;
    color: #0f172a;
}
.spexo-plugin-wizard-header__whats-new-content h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 15px;
}

.spexo-plugin-wizard-header__whats-new-title a {
    color: inherit;
    text-decoration: none;
}

.spexo-plugin-wizard-header__whats-new-title a:hover {
    color: #5729d9;
}

.spexo-plugin-wizard-header__whats-new-content p {
    margin: 0 0 12px;
    color: #3c434a;
    font-size: 14px;
    line-height: 1.5;
}

.spexo-plugin-wizard-header__whats-new-content p:last-child {
    margin-bottom: 0;
}

.spexo-plugin-wizard-header__whats-new-content ul,
.spexo-plugin-wizard-header__whats-new-content ol {
    max-height: none;
    overflow: visible;
    margin: 0;
    padding-bottom: 12px;
}

.spexo-plugin-wizard.is-card-step .spexo-plugin-wizard-header__utility.is-analytics,
.spexo-plugin-wizard.is-card-step .spexo-plugin-wizard-header__utility.is-whats-new {
    display: inline-flex;
}

.spexo-plugin-wizard.is-prebuilt-step .spexo-plugin-wizard-header__utility {
    display: inline-flex;
}

.spexo-plugin-wizard-header__skip {
    color: #3c434a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.spexo-plugin-wizard-header__skip:after {
    content: "\f335" / '';
    font: normal 20px / 1 dashicons;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.spexo-plugin-wizard-header__skip:hover {
    color: #562ad5;
}

.spexo-plugin-wizard-header__skip.is-disabled {
    pointer-events: none;
    opacity: .45;
    cursor: not-allowed;
}
body.spexo-plugin-wizard-fullscreen .spexo-plugin-wizard .theme-wizard-main {
    margin: 0;
    max-width: none;
    width: 100%;
    min-height: calc(100vh - 81px);
    border: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    background: #f0f5fa;
    overflow: unset;
}
body.spexo-plugin-wizard-fullscreen .spexo-plugin-wizard .theme-wizard-main > * {
    width: 100%;
}
body.spexo-plugin-wizard-fullscreen .spexo-plugin-wizard .theme-wizard-nav {
    display: none;
}
body.spexo-plugin-wizard-fullscreen .spexo-plugin-wizard .tab-content-theme-installation {
    display: flex;
}
body.spexo-plugin-wizard-fullscreen .spexo-plugin-step1 {
    background: transparent;
    max-width: 896px;
    width: 100%;
}
.spexo-plugin-step1__section-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #1d2327 !important;
    text-align: center;
    margin: 0 0 15px !important;
    line-height: 1.2 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.spexo-plugin-step1__heading {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}
.spexo-plugin-step1__lead {
    margin: 0 auto 32px;
    max-width: 640px;
    color: #64748b;
    font-size: 18px;
    line-height: 1.55;
    text-align: center;
}
.spexo-plugin-step1__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.spexo-plugin-card {
    position: relative;
    border: 2px solid oklch(92.9% 0.013 255.508);
    border-radius: 16px;
    background: #fff;
    padding: 32px;
    text-align: left;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 400ms ease;
}
.spexo-plugin-card:hover {
    border-color: #5729d9;
}
.spexo-plugin-card__radio {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
    background: #fff;
    transition: all 400ms ease;
}
.spexo-plugin-card__radio::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #5729d9;
    transition: all 400ms ease;
    opacity: 0;
}
.spexo-plugin-card:hover .spexo-plugin-card__radio {
    border-color: #5729d9;
}
.spexo-plugin-card:hover .spexo-plugin-card__radio::after {
    opacity: 1;
}
.spexo-plugin-card__icon {
    margin-bottom: 24px;
    transition: all 0.4s ease;
}
.spexo-plugin-card__icon .dashicons {
    width: 35px;
    height: 35px;
    font-size: 35px;
    background-image: linear-gradient(90deg, #5729d9 0%, #bf1864 100%);
    color: transparent;
    background-clip: text;
}
.spexo-plugin-card__title {
    color: #1d2327;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}
.spexo-plugin-card__text {
    color: #3c434a;
    font-size: 14px;
    line-height: 1.5;
}
.spexo-plugin-card__link {
    color: #5729d9;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.spexo-plugin-card__link-arrow {
    display: inline-block;
    transition: transform 0.4s ease;
    font-size: 16px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
}
.spexo-plugin-card:hover .spexo-plugin-card__link-arrow {
    transform: translateX(5px);
}

/* —— Wizard Phase 2: prebuilt demo picker —— */
.spexo-plugin-step1-wrap {
    width: 100%;
    max-width: 896px;
    margin: 0 auto;
}

.spexo-wizard-demo-step[hidden] {
    display: none !important;
}

.spexo-wizard-demo-step__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    background: #fff;
    box-shadow: 0 0 15px rgb(64 110 157 / 3%);
    border-radius: 10px;
    transition: all 400ms ease;
    padding: 17px 17px;
    /*position: sticky;
    top: 0;
    z-index: 5;*/
}

.spexo-wizard-demo-step__title {
    margin: 0 0 8px;
    padding: 0;
    color: #1d2327;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
}

.spexo-wizard-demo-step__subtitle {
    margin: 0;
    max-width: 520px;
    color: #3c434a;
    font-size: 14px;
    line-height: 1.5;
}

.spexo-wizard-demo-step__search-wrap {
    position: relative;
    flex: 0 1 320px;
    width: 100%;
    max-width: 340px;
}

.spexo-wizard-demo-step__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.spexo-wizard-demo-step__price-filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.spexo-wizard-demo-step__price-label {
    color: #6b7280;
    font-size: 14px;
    line-height: 1;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__price-select {
        position: relative;
    width: 140px;
    height: 40px;
    border: 1px solid #e8e8e8;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 16px top 55%;
    background-size: 16px;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__price-select:focus {
    border-color: #d3d2d2;
    outline: none;
    box-shadow: unset;
}

@media (max-width: 768px) {
    .spexo-wizard-demo-step__controls {
        width: 100%;
        justify-content: flex-start;
    }
}

.spexo-wizard-demo-step__search-icon {
        position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #3c434a;
    width: 20px;
    height: 20px;
    font-size: 20px;
    pointer-events: none;
    transition: all 400ms ease;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__search {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 15px 0 42px;
    border: 1px solid #d3d2d2;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    color: #2c3338;
    background: #ffffff;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    transition: all 400ms ease;
    min-width: 300px;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__search::placeholder {
    color: #94a3b8;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__search:hover {
    border-color: #cbd5e1;
    background: #fff;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__search:focus {
        border-color: #d3d2d2;
    outline: none;
    box-shadow: unset;
}


.spexo-wizard-demo-step__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

@media (max-width: 900px) {
    .spexo-wizard-demo-step__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .spexo-wizard-demo-step__grid {
        grid-template-columns: 1fr;
    }
}

/* Demo card shell: full-bleed thumb, light border, design ~8–10px radius */
.spexo-plugin-wizard .spexo-wizard-demo-card,
.spexo-plugin-wizard .spexo-wizard-demo-card--locked {
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid rgb(0 0 0 / .1);
    border-radius: 6px;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    overflow: unset;
    transition: all 400ms ease;
    font: inherit;
    color: inherit;
    display: block;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.spexo-plugin-wizard button.spexo-wizard-demo-card {
    cursor: pointer;
    appearance: none;
    text-align: left;
    border: 1px solid rgb(0 0 0 / .1);
    border-radius: 6px;
    box-shadow: unset;
    overflow: unset;
}

.spexo-plugin-wizard .spexo-wizard-demo-card.is-selected,
.spexo-plugin-wizard .spexo-wizard-demo-card.is-selected:hover {
    border-color: #562ad5;
    /* box-shadow: 0 0 0 1px #7c3aed, 0 10px 28px rgba(124, 58, 237, 0.16); */
}

.spexo-plugin-wizard .spexo-wizard-demo-card--locked {
    cursor: default;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__thumb-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: top;
    transform: scale(1);
    transition: transform 0.4s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.spexo-plugin-wizard .spexo-wizard-demo-card__thumb-wrap .new-tag-icon {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 60px;
    height: 60px;
    transform: rotate(90deg);
    z-index: 1;
}


.spexo-plugin-wizard .spexo-wizard-demo-card__badges {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 4;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    max-width: calc(100% - 20px);
    pointer-events: none;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__badge {
        display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 15px 5px;
    border-radius: 3px;
    font-size: 11px;
    letter-spacing: .4px;
    line-height: 1.4em;
    color: #fff;
    border: 1px solid #5729d9;
    background: #5729d9;
}

/* NEW: dark label on thumb */
.spexo-plugin-wizard .spexo-wizard-demo-card__badge--new {
    background: #1e293b;
    color: #fff;
}

/* PRO: purple label */
.spexo-plugin-wizard .spexo-wizard-demo-card__badge--pro {
    background: #fff;
    color: #5729d9;
    border: 1px solid #5729d9;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__check {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #562ad5;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.spexo-plugin-wizard .spexo-wizard-demo-card.is-selected .spexo-wizard-demo-card__check {
    display: flex;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__check .dashicons {
    display: none;
}
.spexo-plugin-wizard .spexo-wizard-demo-card__check:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__body {
    padding: 20px 20px 20px;
    -webkit-box-shadow: inset 0 1px 0 rgb(0 0 0 / .1);
    box-shadow: inset 0 1px 0 rgb(0 0 0 / .1);
}

.spexo-plugin-wizard .spexo-wizard-demo-card__name {
        display: block;
    font-size: 15px;
    font-weight: 600;
    color: #3c434a;
    line-height: 1.4em;
    margin: 0;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__favorite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s ease;
}
.spexo-plugin-wizard .spexo-wizard-demo-card__favorite svg {
    fill: #cbcaca;
    transition: all 400ms ease;
}
.spexo-plugin-wizard .spexo-wizard-demo-card__favorite.is-active svg {
    fill: #5729d9;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__category {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.45;
}

/* Actions: purple pill buttons (avoid core .button secondary/primary clash) */
.spexo-plugin-wizard .spexo-wizard-demo-card__actions {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 0;
    padding: 3px 10px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: #fff0;
    color: #3c434a !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 2.15384615;
    text-decoration: none !important;
    box-shadow: none;
    cursor: pointer;
    transition: all 400ms ease;
    width: calc(50% - 4px);
    box-sizing: border-box;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__btn:hover,
.spexo-plugin-wizard .spexo-wizard-demo-card__btn:focus {
    background: #562ad5;
    color: #fff !important;
    outline: none;
    border-color: #562ad5;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__btn-icon.dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    opacity: 1;
    transition: all 400ms ease;
}
.spexo-plugin-wizard .spexo-wizard-feature-step__continue:focus,
.spexo-plugin-wizard .spexo-wizard-final-step__submit:focus,
.spexo-plugin-wizard .spexo-wizard-final-step__skip:focus,
.spexo-plugin-wizard .spexo-wizard-final-step__terms a:focus {
    box-shadow: unset !important;
    outline: unset !important;
}
.spexo-plugin-wizard .spexo-wizard-feature-step__back:focus {
    box-shadow: unset;
    outline: none;
}

.spexo-plugin-wizard .spexo-wizard-demo-card__btn-text {
    display: inline-block;
}
.spexo-plugin-wizard .spexo-wizard-demo-card__btn.spexo-wizard-demo-card__btn--upgrade {
    background-image: linear-gradient(120deg, #5729D9 0%, #BF1864 100%);
    color: #fff !important;
    border: unset;
    padding: 4px 10px;
}
.spexo-plugin-wizard .spexo-wizard-demo-card__btn.spexo-wizard-demo-card__btn--upgrade:hover {
    background-image: linear-gradient(120deg, #BF1864 0%, #5729D9 100%);
}

.spexo-wizard-demo-step__empty,
.spexo-wizard-demo-step__error {
    margin: 16px 0 0;
    font-size: 14px;
    color: #64748b;
}

.spexo-wizard-demo-step__error {
    color: #b91c1c;
}
div#spexo-wizard-demo-step {
    padding-bottom: 50px;
}
.spexo-wizard-demo-step__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
    padding: 15px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
    box-sizing: border-box;
    box-shadow: 0px -4px 8px -3px rgba(0,0,0,.05),0px -2px 6px -2px rgba(0,0,0,.05);
}
.spexo-wizard-demo-step__footer .spexo-wizard-demo-step__footer-buttons {
    max-width: 1120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-back,
.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    box-shadow: none;
    transition: all 0.4s ease;
    min-height: unset;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-back {
    border: 1px solid #e8e8e8;
    background: #ffffff;
    color: #727272;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-back:hover,
.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-back:focus {
        border-color: #5729d9;
    background: #5729d9;
    color: #fff;
    outline: none;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue {
    border: 1px solid #7c3aed;
    background: #7c3aed;
    color: #fff;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue:hover,
.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue:focus {
    border-color: #6d28d9;
    background: #6d28d9;
    color: #fff;
    outline: none;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue:disabled,
.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue[disabled] {
    border-color: #dbe3ee;
    background: #eef2f7;
    color: #94a3b8;
    box-shadow: none;
    cursor: not-allowed;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: currentColor !important;
    transition: transform 0.4s ease, color 0.4s ease;
}
.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue:hover, .spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue:focus {
    border-color: #5729d9 !important;
    background: #fff !important;
    color: #5729d9 !important;
}
.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue:hover .dashicons, .spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue:focus .dashicons {
    color: #5729d9 !important;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-back .dashicons {
    margin-right: 2px;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue .dashicons {
    margin-left: 2px;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue:disabled .dashicons,
.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue[disabled] .dashicons {
    color: #94a3b8 !important;
    transform: none;
}

body.spexo-plugin-wizard-fullscreen .spexo-plugin-wizard #theme-installation.spexo-wizard-showing-demos {
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 48px;
}

body.spexo-plugin-wizard-fullscreen .spexo-plugin-wizard #theme-installation.spexo-wizard-showing-demos .spexo-plugin-step1-wrap {
    max-width: 1120px;
}

/*__________________________________________________________________*/


header.tmpcoder-license-activation-header {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 15px rgb(64 110 157 / 3%);
    background-color: #fff;
    border-radius: 10px;
    transition: all 400ms ease;
}

.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue {
    background: #5729d9 !important;
    color: #fff !important;
    border-color: #5729d9 !important;
}
.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue .dashicons {
    color: #fff !important;
}
.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue[disabled] {
    opacity: 0.5;
}
.spexo-plugin-wizard .spexo-wizard-demo-step__footer .button.spexo-wizard-demo-continue[disabled] .dashicons {
    color: #fff !important;
}


.wizard-header .theme-welcome-text{
    margin-top: 2px;
    color: #3c434a;
}

.admin_page_tmpcoder-setup-wizard #wpbody #wpbody-content .tmpcoder-license-activation-header{
    max-width: 100%;
}

.theme-wizard-main{
    box-shadow: 0 0 15px rgb(64 110 157 / 3%);
    background-color: #fff;
    border-radius: 10px;
    border: 0;
    margin-top: 7px;
    max-width: 920px;
}

.tmpcoder-settings.inte-settings{
    border: 0px;
}

ul.theme-wizard-nav{
    border-color: #e8e8e8 !important;
    display: flex;
}

ul.theme-wizard-nav .nav-tab{
    padding: 12px 30px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    color: #50575e !important;
    border-bottom: 0px !important;
    text-align: left;
    cursor: pointer;
}

ul.theme-wizard-nav .nav-tab.disabled{
    cursor: no-drop;
}

.tmpcoder-reg-message{
    color: #3c434a;
}

ul.theme-wizard-nav .nav-tab .step-number{
    color: #50575e;
    font-weight: 600;
    width: unset;
    height: unset;
    border-radius: unset;
    border: 0px;
    margin-right: 6px;
    background: transparent;
    font-size: 16px;
}

ul.theme-wizard-nav .nav-tab.nav-tab-active,ul.theme-wizard-nav .nav-tab.nav-tab-active .step-number{
    color: #5729d9 !important;
}

body .theme-wizard-nav .wizard-right-sign{
    margin-top: 4px;
    /*color: #5729d9;*/
}

body #license-registration .tmpcoder-license-activation-page .tmpcoder-message-box{
    width: 100%;
}

body .tmpcoder-reg-tabs .reg-form input[type=submit]{
    right: 30px;
    bottom: 30px;
    transition: all 400ms ease !important;
}

body .theme-wizard-main .wizard-heading{
        font-size: 18px;
    line-height: 1.25 !important;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 0;
    padding: 0px 0px;
    text-align: left;
    color: #1d2327 !important;
}

.action_bar .plugin_name{
    white-space: break-spaces;
}

body .theme-wizard-main .tab-content-license-registration .wizard-heading{
    padding: 0px;
    margin-bottom: 21px;
}

.tab-content-theme-installation .wizard-title-text,.tab-content-install-plugins .wizard-title-text{
    margin-bottom: 8px !important;
    color: #3c434a !important;
    padding: 0px 30px;
    text-align: left;
    font-size: 14px;
    margin-top: 0px;
}
#install-plugins form {
    padding-top: 15px;
}

body .next-step-action .next-step-btn{
    margin-right: 30px;
    border-radius: 4px;
    transition: all 400ms ease !important;
    line-height: 28px !important;
}

body .next-step-action .next-step-btn:hover{
    border-color: #5729d9 !important;
}

body .next-step-action .next-step-btn:focus{
    outline: none !important;
    border-color: #5729d9 !important;
    color: #fff !important;
    background: #5729d9 !important;
    box-shadow: none !important;
}

.tab-content-theme-installation .theme-installation-frm .recommended-plugins,.theme-wizard-main .tab-content-install-plugins .recommended-plugins{
    width: unset;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    padding: 0px 30px;
}

.tab-content-theme-installation .theme-installation-frm .recommended-plugins .plugin_box,.theme-wizard-main .tab-content-install-plugins .recommended-plugins .plugin_box{
    width: 33.33%;
    padding: 0px 15px;
    box-sizing: border-box;
    margin: 0px !important;
    margin-top: 15px !important;
    border: 0px !important;
    display: flex;
}

.tab-content-theme-installation .theme-installation-frm .recommended-plugins .plugin_box img,.theme-wizard-main .tab-content-install-plugins .recommended-plugins .plugin_box img{
    display: block;
    width: 100%;
    height: auto;
}

.theme-wizard-main .tab-content-install-plugins .recommended-plugins .plugin_box a{
    display: flex;
}

.plugin_box .theme-grid-box{
    border: 1px solid #e8e8e8 !important;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.tab-content-theme-installation .theme-installation-frm .recommended-plugins .plugin_box .action_bar,.theme-wizard-main .tab-content-install-plugins .recommended-plugins .plugin_box .action_bar{
    margin: 0;
    padding: 10px;
}

.tab-content-license-registration{
    padding: 0px 30px;
}

.tab-content-license-registration .tmpcoder-license-activation-page,
.tab-content-license-registration .tmpcoder-license-activation-page .tmpcoder-license-activation-box,
.tab-content-license-registration .tmpcoder-license-activation-page .tmpcoder-license-activation-box .col{
    padding: 0px !important;
    margin: 0px !important;
}

.tab-content-license-registration .reg-form .form-field.no-margin{
    margin-bottom: 7px;
}

.tab-content-license-registration .reg-form p{
    margin-top: 6px !important;
    margin-bottom: 0;
    color: #3c434a;
}

.tab-content-license-registration .reg-form small{
    color: #3c434a;
}

.tab-content-license-registration .reg-form p a{
    color: #5729d9;
}

.tab-content-license-registration .reg-form p a:hover{
    color: #010101;
}

.theme-wizard-main .tab-content-install-plugins .recommended-plugins .plugin_box img{
    padding-bottom: 6px;
}

.theme-wizard-main .tab-content-install-plugins .plugin_box .action_button{
    padding: 0;
    margin-top: 4px;
}

.theme-wizard-main .tab-content-install-plugins .plugin_box .action_button .plugin-checkbox[readonly]{
    background: #5729d9;
    border-color: #5729d9;
    border-radius: 50%;
}

.theme-wizard-main .tab-content-install-plugins .plugin_box .action_button input[type="checkbox"]:checked::before{
    filter: brightness(0) invert(1);
}

.tab-content-install-plugins .wizard-title-text{
    margin-left: unset;
    margin-right: auto;
    width: 70%;
}

.tab-content-license-registration .tmpcoder-license-activation-box h3.heading{
    margin-bottom: 10px;
    margin-top: 0;
}

.tab-content-license-registration .tmpcoder-license-activation-box h3.heading i{
    color: #5729d9;
    margin-right: 6px;
}

.process-loader .loader-text{
    font-weight: 600;
}

.tab-content-license-registration .reg-form .tmpcoder-notice{
    margin-bottom: 90px;
    margin-top: 0;
}

.tab-content-license-registration .reg-form input{
    letter-spacing: 0px;
}

.theme-wizard-notice{
    max-width: 100% !important;
    background-color: #fff;
    border-radius: 10px;
    padding: 18px !important;
    margin-top: 20px !important;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 14px;
    box-shadow: 0 0 15px rgb(64 110 157 / 3%);
}

.theme-wizard-notice.notice-success{
    color: #00a32a;
     border: 0px solid #00a32a;
    border-left: 5px solid #00a32a;
}

.theme-wizard-notice.notice-error{
    color: #d63638;
     border: 0px solid #d63638;
    border-left: 5px solid #d63638;
}

@media (max-width: 767px){
    ul.theme-wizard-nav{
        flex-wrap: wrap;
    }
    ul.theme-wizard-nav .nav-tab,.tab-content-theme-installation .theme-installation-frm .recommended-plugins .plugin_box,
    .theme-wizard-main .tab-content-install-plugins .recommended-plugins .plugin_box{
        width: 100%;
    }
    .tab-content-install-plugins .wizard-title-text{
        width: 100%;
    }
}






.spexo-addons_page_tmpcoder-license-activation #wpcontent {
    padding: 0;
}

.tmpcoder-license-activation-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.tmpcoder-license-activation-logo div {
    padding: 17px 20px;
    border-right: 1px solid #e8e8e8;
}

.license-activation-header-logo img {
    width: unset;
    max-width: 100%;
    display: block;
}

.tmpcoder-license-activation-logo h1 {
    margin: 0;
    padding-left: 20px;
    font-size: 23px;
    line-height: 30px;
}

.tmpcoder-reg-tabs .heading i {
    vertical-align: baseline;
}
.tmpcoder-reg-tabs .reg-form .reg-input {
    width: 70%;
    padding: 5px 12px;
    letter-spacing: 1px;
    font-size: 15px;
}
.tmpcoder-reg-tabs .reg-form input[type="submit"] {
    font-size: 15px;
    padding: 5px 24px;
    line-height: 2;
}
.tmpcoder-reg-tabs .reg-form.loading {
    opacity: 0.5;
    pointer-events: none;
}

.tmpcoder-license-activation-box i.tmpcoder-reg-icon:before{
    vertical-align: middle;
}

.tmpcoder-license-activation-page {
    padding-left: 15px;
}

.tmpcoder-license-activation-box .column {
    margin-right: 0;
}

.tmpcoder-license-activation-page .button,
.tmpcoder-license-activation-page .button:focus {
    box-shadow: none;
    border-radius: 4px;
    transition: all 400ms ease;
    background: #5729d9;
    border: 1px solid #5729d9 !important;
    padding: 4px 19px;
}

.tmpcoder-license-activation-page .button:hover {
    background: #ffffff;
    color: #5729d9;
    border: 1px solid #5729d9;
    box-shadow: none;
}

.tmpcoder-license-activation-page #re-authenticate {
    float: right;
}
.license-loader {
    width: 24px;
    display: none;
    margin-top: 10px;
}

.tmpcoder-license-activation-page .tmpcoder-license-activation-box input {
    border: 1px solid #e8e8e8;
    padding: 5px 15px;
    transition: all 400ms ease;
}

.tmpcoder-license-activation-page .tmpcoder-license-activation-box input:focus:not(.button) {
    outline: none;
    box-shadow: 0 0 0 1px #5729d9;
    color: #2c3338;
}

.tmpcoder-license-activation-page .tmpcoder-license-activation-box {
    margin: 24px 0px;
    padding: 30px;
    width: 45%;
    border: 1px solid #e8e8e8;
}

/* ------------------- License Activate Notice --------------------- */
#screen-meta-links+.tmpcoder-upgrade-pro-notice,
#screen-meta-links+.tmpcoder-license-expiration-notice,
#screen-meta-links+.tmpcoder-notice-banner {
    margin-top: 40px !important;
}
.tmpcoder-upgrade-pro-notice-dismissible {
    padding-inline-end: 38px;
}
.tmpcoder-upgrade-pro-notice-extended, .tmpcoder-license-expiration-notice-extended {
    --e-notice-is-extended: 1;
}
.tmpcoder-upgrade-pro-notice, .tmpcoder-license-expiration-notice {
    position: relative;
    display: flex;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background: #ffffff;
    border: 1px solid #c4c7ca;
    border-inline-start-width: 4px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 18%);
    margin: 5px 20px 5px 2px;
    margin-top: 22px;
}
.tmpcoder-upgrade-pro-notice::before, .tmpcoder-license-expiration-notice::before {
    display: block;
    content: "";
    position: absolute;
    inset-inline-start: -4px;
    inset-block-start: -1px;
    inset-block-end: -1px;
    width: 4px;
    background-color: #5729d9;
}
.tmpcoder-upgrade-pro-notice-dismiss {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.8125rem;
    text-align: center;
    background: none;
    display: block;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 1px;
    border: none;
    margin: 0;
    padding: 9px;
    cursor: pointer;
    font-style: normal;
}
.tmpcoder-upgrade-pro-notice-dismiss:before {
    font-family: eicons;
    display: inline-block;
    content: "\e87f";
    color: #b1a9a9;
    width: 20px;
    border-radius: 20px;
    speak: none;
    text-align: center;
}
.tmpcoder-upgrade-pro-notice-aside, .tmpcoder-license-expiration-notice-aside {
    overflow: hidden;
    background-color: rgba(82, 76, 255, 0.05);
    width: calc(1* 50px);
    text-align: center;
    padding-block-start: 15px;
    flex-grow: 0;
    flex-shrink: 0;
}
.tmpcoder-upgrade-pro-notice-icon-wrapper, .tmpcoder-license-expiration-notice-icon-wrapper {
    display: inline-block;
    font-size: 0.625rem;
    max-height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    border-radius: 100px;
    background: #5729d9;
    color: #fff;
    text-shadow: 0 0 3px, 0 0 1px, 0 0 1px;
}
.tmpcoder-upgrade-pro-notice-icon-wrapper img, .tmpcoder-license-expiration-notice-icon-wrapper img {
    max-width: 24px;
}
.tmpcoder-upgrade-pro-notice-content, .tmpcoder-license-expiration-notice-content {
    padding: 20px;
}
.tmpcoder-upgrade-pro-notice h3, .tmpcoder-license-expiration-notice h3 {
    font-size: 1.0625rem;
    line-height: 1.2;
    margin: 0;
    color: #1d2327;
}
.tmpcoder-upgrade-pro-notice-actions, .tmpcoder-license-expiration-notice-actions {
    display: flex;
}
.tmpcoder-upgrade-pro-notice .tmpcoder-upgrade-pro-button, .tmpcoder-license-expiration-notice .tmpcoder-license-renew-button {
    display: inline-block;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px !important;
    color: #fff;
    text-align: center;
    background-color: #5729d9;
    border-color: #5729d9;
    text-decoration: none;
    border-radius: 3px;
}
.tmpcoder-upgrade-pro-notice .tmpcoder-upgrade-pro-button:hover, .tmpcoder-upgrade-pro-notice .tmpcoder-upgrade-pro-button:focus, .tmpcoder-license-expiration-notice .tmpcoder-license-renew-button:hover, .tmpcoder-license-expiration-notice .tmpcoder-license-renew-button:focus {
    background-color: #ffffff !important;
    color: #5729d9;
    border-color: #5729d9;
    box-shadow: unset !important;
}

/* ------------------- License Activate Notice End ----------------- */

.theme-installation-frm .next-step-action .tmpcoder-skip-wizard-link {
    position: absolute;
    bottom: 30px;
    left: 31px;
    color: #c4c4c4;
    font-weight: 600;
    cursor: pointer;    
    text-decoration: none;
}
.theme-installation-frm .next-step-action .tmpcoder-skip-wizard-link:hover {
    text-decoration: underline;
}
.theme-installation-frm .next-step-action .tmpcoder-skip-wizard-link:focus {
    box-shadow: unset;
}

.tmpcoder-get-pro-btn:hover, .tmpcoder-get-pro-btn:focus {
    background-color: #5729d9;
    color: #ffffff;
    background-image: linear-gradient(120deg, #bf1864 0%, #5729d9 100%);
    box-shadow: none;
}
.tmpcoder-wizard-pro-features-list {
    margin-bottom: 30px; 
}
.tmpcoder-get-pro-btn img {
    width: 14px;
    transition: all 400ms ease;
    filter: none;
    vertical-align: middle;
    margin-right:4px;
}
.tmpcoder-get-pro-btn {
    background-image: linear-gradient(120deg, #5729d9 0%, #bf1864 100%);
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    padding: 12px 25px;
    /*font-size: 14px;*/
    margin: 0 3px;
    border-radius: 6px;
    /*border: 1px solid #e8e8e8;*/
    font-weight: 600;
    transition: all 400ms ease;
    line-height: 17px;
}

#license-registration .tmpcoder-message-box {
    padding-bottom: 30px;
}

.tmpcoder-wizard-pro-features-list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -0.4em;
    top: 0em;
    transform: rotate(45deg);
    height: 1em;
    width: 0.5em;
    border-bottom: 0.15em solid;
    border-right: 0.15em solid;
    border-color: #5729d9;
}
.tmpcoder-wizard-pro-features-list li {
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
}

/*============= skip wizard confirm popup - [START] =============*/

.tmpcoder-skip-wizard-popup-wrap.tmpcoder-admin-popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.tmpcoder-skip-wizard-popup.tmpcoder-admin-popup {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 550px;
    background-color: #FFF;
}

.tmpcoder-skip-wizard-popup .button {
    background: #562ad5;
    border-color: #562ad5;
    color: #fff;
    transition-duration: 0.4s;
}

.tmpcoder-skip-wizard-popup .button.button-secondary {
    background: transparent;
    border-color: #562ad5;
    color: #562ad5;
    transition-duration: 0.4s;
}

.tmpcoder-skip-wizard-popup .button:hover {
    background: transparent;
    border-color: #562ad5;
    color: #562ad5;
}

.tmpcoder-skip-wizard-popup .button.button-secondary:hover {
    background: #562ad5;
    border-color: #562ad5;
    color: #fff;
    transition-duration: 0.4s;
}

/*============= skip wizard confirm popup - [END] =============*/

/*============= wizard phase 3 feature-step ui - [START] =============*/
.spexo-plugin-wizard .tab-content-install-plugins .tmpcoder-message-box {
    padding: 0 30px 30px;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__title {
    margin: 24px 0 10px;
    padding: 0;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__subtitle {
    margin: 0 0 22px;
    padding: 0;
    color: #64748b;
    font-size: 14px;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.spexo-plugin-wizard .spexo-wizard-feature-card {
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #efefef !important;
    border-radius: 4px;
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0 0 30px rgb(20 44 33 / 5%);
        cursor: pointer;
}

.spexo-plugin-wizard .spexo-wizard-feature-card__meta {
    display: flex;
    min-width: 0;
    align-items: flex-start;
}
.spexo-plugin-wizard .spexo-wizard-feature-card__meta .spexo-wizard-feature-card__content {
    display: block;
    padding-left: 8px;
}

.spexo-plugin-wizard .spexo-wizard-feature-card__icon svg {
    width: 30px;
    height: 30px;
}

.spexo-plugin-wizard .spexo-wizard-feature-card__icon .dashicons {
    width: unset;
    height: unset;
    font-size: 18px;
    line-height: 18px;
    color: #3a3a3a;
    position: relative;
    top: 4px;
}

.spexo-plugin-wizard .spexo-wizard-feature-card__title {
    font-size: 14px;
    font-weight: 600;
    color: #1d2327;
    line-height: 1.5;
    min-width: 0;
    display: block;
}

.spexo-plugin-wizard .spexo-wizard-feature-card__desc {
    margin-top: 4px;
    font-size: 12px;
    color: #999;
    line-height: 15px;
}

.spexo-plugin-wizard .spexo-wizard-feature-card__toggle {
    position: relative;
    flex: 0 0 auto;
}

.spexo-plugin-wizard .spexo-wizard-feature-card__checkbox {
    position: relative;
    display: block;
    width: 36px;
    height: 20px;
    border-radius: 20px;
    background: #e8e8e8;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    border: 0;
    margin: 0;
}
.spexo-plugin-wizard .spexo-wizard-feature-card__checkbox:checked {
    background: #5729d9;
}
.spexo-plugin-wizard .spexo-wizard-feature-card__checkbox:before {
    content: "" !important;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.spexo-plugin-wizard .spexo-wizard-feature-card__checkbox:checked:before {
    left: 19px;
    width: 14px;
    height: 14px;
    margin: unset;
}
.spexo-plugin-wizard .spexo-wizard-feature-card__checkbox:focus {
    outline: none !important;
    box-shadow: unset;
}

.spexo-plugin-wizard .spexo-wizard-feature-card__checkbox:disabled {
    cursor: not-allowed;
}

.spexo-plugin-wizard .spexo-wizard-feature-card__check {
    display: none;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__summary {
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05) !important;
    border-radius: 8px;
    background: rgb(239 244 250 / .5);
    padding: 16px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__summary-title {
    margin: 0;
    color: #6b7280;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__summary-required {
    margin: 0;
    text-align: right;
    font-size: 12px;
    color: #64748b;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__summary-required span {
    color: #ef4444;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 16px;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background: #fff;
    color: #3c434a;
    font-size: 12px;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__chip .dashicons {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #3a3a3a;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__chip-icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    display: inline-block;
    object-fit: contain;
    vertical-align: middle;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__chip-required {
    color: #ef4444;
    margin-left: 3px;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__progress {
    margin-top: 16px;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__progress-text {
    font-size: 14px;
    color: #475569;
    font-weight: 500;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__progress-value {
    font-size: 20px;
    color: #7c3aed;
    font-weight: 600;
    line-height: 1;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__progress-track {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: #e9d5ff;
    overflow: hidden;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #9333ea 0%, #7c3aed 60%, #6d28d9 100%);
    transition: width 0.4s ease;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__actions,
.spexo-plugin-wizard .spexo-wizard-import-progress-step__progress-head,
.spexo-wizard-branding-step__actions {
    display: flex;
    align-items: center;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__actions {
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
    justify-content: space-between;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__actions-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__continue,
.spexo-plugin-wizard .spexo-wizard-feature-step__back {
    min-height: unset;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    transition: all 400ms ease;
}
.spexo-plugin-wizard .spexo-wizard-feature-step__continue .dashicons {
    color: #fff !important;
    transition: all 400ms ease;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px !important;
    vertical-align: middle;
}
.spexo-plugin-wizard .spexo-wizard-feature-step__continue:hover .dashicons,
.spexo-plugin-wizard .spexo-wizard-feature-step__continue:focus .dashicons {
    color: #5729d9 !important;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__continue:focus {
    background: transparent!important;
    border-color: #5729d9!important;
    color: #5729d9!important;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__continue.is-installing,
.spexo-plugin-wizard .spexo-wizard-feature-step__continue:disabled {
    opacity: 0.9;
    cursor: not-allowed;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__back {
    background: #fff;
    color: #3c434a;
    border: 1px solid #e8e8e8;
}
.spexo-plugin-wizard .spexo-wizard-feature-step__back:hover,
.spexo-plugin-wizard .spexo-wizard-feature-step__back:focus {
    background: #5729d9;
    border-color: #5729d9;
    color: #fff;
}

.spexo-plugin-wizard .spexo-wizard-feature-step__skip {
    font-size: 14px;
    color: #3c434a;
    cursor: pointer;
}
.spexo-plugin-wizard .spexo-wizard-feature-step__skip:hover {
    color: #5729d9;
}
/*============= wizard phase 3 feature-step ui - [END] =============*/

/*============= wizard phase 4 final-step ui - [START] =============*/


.spexo-plugin-wizard .spexo-wizard-final-step,
.spexo-plugin-wizard .spexo-wizard-import-progress-step {
    max-width: 760px;
    margin: 0 auto;
}

.spexo-plugin-wizard .spexo-wizard-final-step__title {
        margin: 0 0 18px;
    text-align: center;
    color: #1d2327;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
}

.spexo-plugin-wizard .spexo-wizard-final-step__label {
    margin: 0 0 5px;
    color: #1d2327;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
}

.spexo-plugin-wizard .spexo-wizard-final-step__block + .spexo-wizard-final-step__block {
    margin-top: 16px;
}

.spexo-plugin-wizard .spexo-wizard-final-step__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.spexo-plugin-wizard .spexo-wizard-final-step__input {
    border: 1px solid #d7dbea;
    padding: 6px 16px;
    width: 100%;
    border-radius: 6px;
    color: #2c3338 !important;
    line-height: 2;
    min-height: 30px;
}

.spexo-plugin-wizard .spexo-wizard-final-step__input:focus,
.spexo-wizard-branding-step__font-grid select:focus {
    outline: none;
    box-shadow: unset;
}
.spexo-plugin-wizard .spexo-wizard-final-step__input:focus {
        border-color: #bfbfbf;
}

.spexo-plugin-wizard .spexo-wizard-final-step__toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.spexo-plugin-wizard .spexo-wizard-final-step__toggle-text {
        color: #666;
    font-size: 13px;
    line-height: 1.3;
}

.spexo-plugin-wizard .spexo-wizard-final-step__help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    border: 1px solid #d5deec;
    border-radius: 999px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 700;
}

.spexo-plugin-wizard .spexo-wizard-final-step__switch {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
}

.spexo-plugin-wizard .spexo-wizard-final-step__switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.spexo-plugin-wizard .spexo-wizard-final-step__slider {
    width: 38px;
    height: 22px;
    border-radius: 999px;
    background: #6d28d9;
    position: relative;
}

.spexo-plugin-wizard .spexo-wizard-final-step__slider::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 19px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    transition: left .4s ease;
}

.spexo-plugin-wizard .spexo-wizard-final-step__switch input:not(:checked) + .spexo-wizard-final-step__slider {
    background: #cbd5e1;
}

.spexo-plugin-wizard .spexo-wizard-final-step__switch input:not(:checked) + .spexo-wizard-final-step__slider::after {
    left: 3px;
}

.spexo-plugin-wizard .spexo-wizard-final-step__notice-box {
        margin-top: 15px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: rgb(239 244 250 / .5);
    padding: 16px 24px;
}

.spexo-plugin-wizard .spexo-wizard-final-step__notice-content p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.spexo-plugin-wizard .spexo-wizard-final-step__checkbox-row {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1d2327;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.spexo-plugin-wizard .spexo-wizard-final-step__checkbox-row input {
    margin: 0;
    position: relative;
}
.spexo-plugin-wizard .spexo-wizard-final-step__checkbox-row input:focus {
    outline: none;
    box-shadow: unset;
}
.spexo-plugin-wizard .spexo-wizard-final-step__checkbox-row input:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px 0px 0px -3px;
    transform: rotate(45deg) translate(-50%, -50%);
    opacity: 0;
}
.spexo-plugin-wizard .spexo-wizard-final-step__checkbox-row input:checked {
    background: #562ad5;
    border-color: #562ad5;
}
.spexo-plugin-wizard .spexo-wizard-final-step__checkbox-row input:checked:before {
    opacity: 1;
}

.spexo-plugin-wizard .spexo-wizard-final-step__cube {
    width: 78px;
    min-width: 78px;
    height: 78px;
    border-radius: 8px;
    background: #edf3fb;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.spexo-plugin-wizard .spexo-wizard-final-step__submit {
    margin-top: 18px;
    width: 100%;
    border: 0;
    color: #fff;
    font-weight: 500;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    border: 1px solid #5729d9 !important;
    background: #5729d9 !important;
    transition: all 400ms ease;
}
.spexo-plugin-wizard .spexo-wizard-final-step__submit .dashicons {
    color: #fff !important;
    line-height: 16px !important;
    transition: all 400ms ease;
    vertical-align: sub;
}
.spexo-plugin-wizard .spexo-wizard-final-step__submit:hover {
    background: #fff !important;
    color: #5729d9 !important;
}
.spexo-plugin-wizard .spexo-wizard-final-step__submit:hover .dashicons {
    color: #5729d9 !important;
}

.spexo-plugin-wizard .spexo-wizard-final-step__submit:hover,
.spexo-plugin-wizard .spexo-wizard-final-step__submit:focus-visible {
    background: linear-gradient(90deg, #5b21b6 0%, #6d28d9 100%);
    color: #fff;
}

.spexo-plugin-wizard .spexo-wizard-final-step__submit .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
}

.spexo-plugin-wizard .spexo-wizard-final-step__skip {
    margin: 12px auto 0;
    display: block;
    background: transparent;
    border: 0;
    color: #1d2327!important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.spexo-plugin-wizard .spexo-wizard-final-step__skip:hover {
    color: #5729d9!important;
    text-decoration: none;
    border: unset;
}

.spexo-plugin-wizard .spexo-wizard-final-step__terms {
    margin: 16px 0 0;
    text-align: center;
    color: #999;
    font-size: 13px;
}

.spexo-plugin-wizard .spexo-wizard-final-step__terms a {
    color: #5729d9;
    text-decoration: none;
}

.spexo-plugin-wizard .spexo-wizard-final-step__terms a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .spexo-plugin-wizard .spexo-wizard-final-step__row {
        grid-template-columns: 1fr;
    }

    .spexo-plugin-wizard .spexo-wizard-final-step__cube {
        display: none;
    }
}
/*============= wizard phase 4 final-step ui - [END] =============*/

/*============= wizard phase 5 import-progress ui - [START] =============*/
.spexo-plugin-wizard .tab-content-import-progress .tmpcoder-message-box {
    padding: 20px 30px 34px;
    box-sizing: border-box;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step {
    border: 1px solid #dbe8f7;
    border-radius: 12px;
    background: #fff;
    padding: 24px;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__title,
.spexo-plugin-wizard .spexo-wizard-import-progress-step__congrats {
    margin: 0 0 16px;
    color: #1d2327;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__congrats .dashicons {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #f59e0b;
    vertical-align: middle;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__progress-head {
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__progress-stage {
    color: #475569;
    font-size: 15px;
    line-height: 1.35;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__progress-value {
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__stage-segments {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__stage-segment {
    flex: 1 1 auto;
    min-width: 0;
    height: 4px;
    border-radius: 999px;
    background: #e2e8f0;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__stage-segment.is-active,
.spexo-plugin-wizard .spexo-wizard-import-progress-step__stage-segment.is-complete {
    background: #5729d9;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__stage-segment.is-error {
    background: #ef4444;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__status {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__status-wrap {
    margin: 14px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__status-loader {
    width: 14px;
    height: 14px;
    border: 2px solid #bfdbfe;
    border-top-color: #5729d9;
    border-radius: 50%;
    animation: spexoWizardImportSpin 0.75s linear infinite;
    flex: 0 0 auto;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step .display-error-message {
    margin: 8px 0 0;
    color: #dc2626;
    font-size: 13px;
    line-height: 1.4;
}

@keyframes spexoWizardImportSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__visual {
    margin: 25px auto 0;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #f0f5fa;
    border-radius: 10px;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__visual svg {
    width: 100%;
    height: unset;
    position: relative;
    z-index: 1;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__view-site {
    margin-top: 24px;
    width: 100%;
    min-height: unset;
    border: 1px solid #5729d9;
    border-radius: 6px;
    background: #5729d9;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    padding: 8px 16px;
    transition: all 400ms ease;
}
.spexo-plugin-wizard .spexo-wizard-import-progress-step__view-site .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px !important;
    color: #fff !important;
    vertical-align: sub!important;
}
.spexo-plugin-wizard .spexo-wizard-import-progress-step__view-site:hover {
    background: #fff;
    border-color: #5729d9;
    color: #5729d9;
}
.spexo-plugin-wizard .spexo-wizard-import-progress-step__view-site:hover .dashicons {
    color: #5729d9 !important;
}

.spexo-plugin-wizard .spexo-wizard-import-progress-step__finish-link {
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    border-radius: 0px;
    font-weight: 500;
    line-height: 20px;
    transition: all 400ms ease;
    padding: 0;
    width: fit-content;
    min-height: unset;
    background: unset;
    border: unset;
    color: #5729d9!important;
}
.spexo-plugin-wizard .spexo-wizard-import-progress-step__finish-link:hover {
    border: unset;
}

.tweet-box {
    background: #f0f5fa;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 24px 24px;
    max-width: 700px;
    margin: 24px auto 0px auto;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.tweet-text {
  font-style: italic;
  color: #4a4a4a;
  text-align: center;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.tweet-link svg {
   width: 15px;
}

.tweet-link {
    color: #5729d9;
    text-decoration: none;
    float: right;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.spexo-plugin-wizard .spexo-wizard-import-progress-step__finish-link,
.tweet-link {
    font-size: 14px;
}

.tweet-link:hover {
  text-decoration: underline;
}

.spexo-plugin-wizard .spexo-wizard-final-step__panel,
#install-plugins .tmpcoder-message-box,
#import-progress .tmpcoder-message-box {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05) !important;
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid #e5e7eb !important;
    box-sizing: border-box;
}
#install-plugins .tmpcoder-message-box {
    margin-top: 0;
}
#final-step .tmpcoder-message-box {
    padding: 0;
    background-color: unset;
    border-radius: 0;
    margin-top: 0;
}
#import-progress .tmpcoder-message-box .spexo-wizard-import-progress-step {
    max-width: unset;
    margin: unset;
    border: unset;
    border-radius: 0;
    background: unset;
    padding: 0;
}
#import-progress .tmpcoder-message-box {
    margin: 0 auto;
    max-width: 600px;
}
.spexo-plugin-wizard-header__whats-new-content ul {
    padding-left: 16px;
}
.spexo-plugin-wizard-header__whats-new-content ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.spexo-plugin-wizard-header__whats-new-content ul li:last-child {
    margin-bottom: 0px;
}
.spexo-plugin-wizard-header__whats-new-content ol {
    padding-left: 14px;
}
.spexo-plugin-wizard-header__whats-new-content ol li {
    margin-bottom: 10px;
}


@media (max-width: 900px) {
    .spexo-plugin-wizard .spexo-wizard-import-progress-step {
        padding: 18px;
    }
}

@media (max-width: 767px) {
    .spexo-plugin-step1__cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    body.spexo-plugin-wizard-fullscreen .spexo-plugin-wizard .theme-wizard-main {
        padding: 20px;
    }
    .spexo-plugin-card {
        padding: 20px;
    }
}
/*============= wizard phase 5 import-progress ui - [END] =============*/

/* HTML: <div class="loader"></div> */
.loader {
  width: 55px;
  aspect-ratio: 1;
  --g1:conic-gradient(from  90deg at top    3px left  3px,#0000 90deg,#fff 0);
  --g2:conic-gradient(from -90deg at bottom 3px right 3px,#0000 90deg,#fff 0);
  background:
    var(--g1),var(--g1),var(--g1),var(--g1), 
    var(--g2),var(--g2),var(--g2),var(--g2);
  background-position: 0 0,100% 0,100% 100%,0 100%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  animation: l11 1.5s infinite;
}
@keyframes l11 {
  0%   {background-size:35px 15px,15px 15px,15px 35px,35px 35px}
  25%  {background-size:35px 35px,15px 35px,15px 15px,35px 15px}
  50%  {background-size:15px 35px,35px 35px,35px 15px,15px 15px}
  75%  {background-size:15px 15px,35px 15px,35px 35px,15px 35px}
  100% {background-size:35px 15px,15px 15px,15px 35px,35px 35px}
}

.notice1, .notice, .updated, .update-nag, .error, .warning, div.fs-notice.promotion {
    display: none !important;
}

.spexo-plugin-step1__section-subtitle {
	font-size: 14px;
	color: #3c434a;
    margin: 0 auto 24px;
    text-align: center;
    max-width: 550px;
    line-height: 1.5;
}

@keyframes spexoWizardHeaderIconSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*============= wizard phase 2 branding step - [START] =============*/
.spexo-plugin-wizard .tab-content-customize-branding .tmpcoder-message-box {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    padding: 24px 28px;
    border-radius: 10px;
    border: 1px solid #e5e7eb !important;
    box-sizing: border-box;
}

.spexo-wizard-branding-step__panel + .spexo-wizard-branding-step__panel {
    margin-top: 30px;
}

.spexo-wizard-branding-step__logo-row {
    display: block;
}

.spexo-wizard-branding-step__logo-box {
    width: 100%;
    max-width: calc(50% - 20px);
    border: 1px solid #dbe3f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.spexo-wizard-branding-step__logo-upload-empty {
    margin: 0 !important;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 0 !important;
    background: transparent !important;
    color: #18263a !important;
    box-shadow: none !important;
    text-align: left;
    padding: 12px 12px !important;
    min-height: 50px !important;
}
.spexo-wizard-branding-step__logo-upload-icon svg path {
    stroke: #94a3b8 !important;
}

.spexo-wizard-branding-step__logo-upload-empty[hidden],
.spexo-wizard-branding-step__logo-selected[hidden] {
    display: none !important;
}

.spexo-wizard-branding-step__logo-upload-icon {
    font-size: 17px;
    color: #8aa0c0;
    line-height: 1;
}

.spexo-wizard-branding-step__logo-selected {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 50px;
    padding: 12px 12px;
    box-sizing: border-box;
}
.spexo-wizard-branding-step__logo-selected .spexo-wizard-branding-step__logo-display {
    max-height: 35px;
    max-width: 100px !important;
}

.spexo-wizard-branding-step__logo-change {
    margin: 0 auto !important;
    border: 0 !important;
    background: transparent !important;
    color: #0f172a !important;
    text-decoration: none !important;
    box-shadow: none !important;
    font-size: 14px;
    padding: 0 !important;
    min-height: unset !important;
}

.spexo-wizard-branding-step__logo-display {
    max-width: 74px;
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
}

.spexo-wizard-branding-step__logo-placeholder {
    color: #3c434a;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.spexo-wizard-branding-step__logo-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}
.spexo-wizard-branding-step__logo-selected .spexo-wizard-branding-step__logo-change {
    line-height: 1 !important;
    font-weight: 500;
    color: #3c434a !important;
}
body .theme-wizard-main .spexo-wizard-branding-step .wizard-heading {
    font-size: 18px !important;
    line-height: 18px !important;
    margin: 0px !important;
    margin-bottom: 5px !important;
    text-align: left;
    color: #1d2327 !important;
    font-weight: 600;
}
body .theme-wizard-main .spexo-wizard-branding-step .wizard-title-text {
    padding: 0;
    margin-bottom: 15px !important;
}

.spexo-wizard-branding-step__logo-remove {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #ff4d4f !important;
    min-height: unset !important;
    line-height: 1;
    box-shadow: none !important;
}

.admin_page_tmpcoder-setup-wizard .spexo-wizard-branding-step__logo-remove svg path {
    stroke: #ff4d4f;
}

.spexo-wizard-branding-step__label {
    display: inline-block;
    margin: 0 0 4px;
    font-size: 14px;
    color: #3c434a;
    font-weight: 400;
}

.spexo-wizard-branding-step__logo-width-row {
    margin-top: 14px;
    max-width: 320px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
}

.spexo-wizard-branding-step__logo-width-row[hidden] {
    display: none !important;
}

.spexo-wizard-branding-step__logo-width-label {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: #3c434a;
    font-weight: 400;
}

.spexo-wizard-branding-step__logo-width-input {
    width: 100%;
    margin: 0;
    --spexo-range-progress: 0%;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(
        to right,
        #2f53ff 0,
        #2f53ff var(--spexo-range-progress),
        #eef2f7 var(--spexo-range-progress),
        #eef2f7 100%
    );
    outline: none;
}

.spexo-wizard-branding-step__logo-width-input::-webkit-slider-runnable-track {
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: transparent;
}

.spexo-wizard-branding-step__logo-width-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    border: 0;
    border-radius: 50%;
    background: #2f53ff;
    box-shadow: 0 0 0 0px #fff;
    cursor: pointer;
}

.spexo-wizard-branding-step__logo-width-input::-moz-range-track {
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: #eef2f7;
}

.spexo-wizard-branding-step__logo-width-input::-moz-range-progress {
    height: 4px;
    border-radius: 999px;
    background: #2f53ff;
}

.spexo-wizard-branding-step__logo-width-input::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: #2f53ff;
    box-shadow: 0 0 0 0px #fff;
    cursor: pointer;
}

.spexo-wizard-branding-step__logo-width-value {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: #334155;
    white-space: nowrap;
}

.spexo-wizard-branding-step__font-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-top: 10px;
}

.spexo-wizard-branding-step__font-grid select {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    min-height: 35px;
    padding: 2px 16px !important;
    color: #2c3338 !important;
    line-height: 2;
}
.spexo-wizard-branding-step__font-grid select:hover {
    border: 1px solid #e8e8e8;
}
.spexo-wizard-branding-step__font-grid select:focus {
    border-color: #d3d2d2;
}

.spexo-wizard-branding-step__preview-surface {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px;
    padding: 16px 24px;
    background: rgba(239, 244, 250, 0.5) !important;
    margin-top: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.spexo-wizard-branding-step__preview-heading {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    line-height: 1.25 !important;
}

.spexo-wizard-branding-step__preview-text {
    margin: 4px 0 0 0 !important;
    color: #6b7280 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}
.spexo-wizard-branding-step__preview-surface .spexo-wizard-branding-step__logo-display {margin-bottom: 10px;}
.spexo-wizard-branding-step__preview-surface .spexo-wizard-branding-step__logo-display[src=""] {display: none;}
.spexo-wizard-branding-step__actions {margin-top: 20px; justify-content: space-between;}
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__back,.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__continue { display: inline-flex; align-items: center; justify-content: center; padding: 8px 20px; border-radius: 6px; font-size: 14px; font-weight: 600; line-height: 20px; text-decoration: none; box-shadow: none; transition: all 0.4s ease; min-height: unset;}
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__back {border: 1px solid #e8e8e8; background: #ffffff; color: #727272!important;}
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__back .dashicons {width: 16px; height: 16px; font-size: 16px; color: currentColor !important; transition: transform 0.4s ease, color 0.4s ease; line-height: 1.2;}
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__back:hover,
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__back:focus {box-shadow: none!important;border-color: #5729d9; background: #5729d9; color: #fff!important; outline: none;border-radius: 6px!important;}
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__continue {background: #5729d9 !important; color: #fff !important; border: 1px solid #7c3aed;}
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__back .dashicons, .spexo-wizard-branding-step__actions .spexo-wizard-branding-step__continue .dashicons {width: 16px; height: 16px; font-size: 16px; transition: transform 0.4s ease, color 0.4s ease;line-height: 1.2;}
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__continue .dashicons {color: #fff !important;}
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__continue:hover,
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__continue:focus {border-color: #5729d9 !important; background: #fff !important; color: #5729d9 !important;box-shadow: none!important;border-radius: 6px;}
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__continue:hover .dashicons,
.spexo-wizard-branding-step__actions .spexo-wizard-branding-step__continue:focus .dashicons {color: #5729d9 !important;}
.spexo-plugin-wizard .spexo-wizard-import-progress-step__visual .sk-viewport { display: flex; flex-direction: column; animation: seamlessScroll 10s linear infinite; position: absolute; top: 0; left: 15px; width: calc(100% - 30px);}
.spexo-plugin-wizard .spexo-wizard-import-progress-step__visual .sk-row {height: 60px; margin-bottom: 10px; padding: 10px; border-radius: 10px; background: #fff; display: flex; flex-direction: column; justify-content: center;}
.spexo-plugin-wizard .spexo-wizard-import-progress-step__visual .line {height: 10px; margin: 6px 0; border-radius: 4px; background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%); background-size: 200% 100%; animation: shimmer 1.2s infinite;}
.spexo-plugin-wizard .spexo-wizard-import-progress-step__visual .w80 { width: 80%; }
.spexo-plugin-wizard .spexo-wizard-import-progress-step__visual .w60 { width: 60%; }
.sk-row:nth-child(odd) .w80 {width: 30px;}
.sk-row:nth-child(odd) .w60 {width: calc(75% - 30px);}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
@keyframes seamlessScroll {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
/*============= wizard phase 2 branding step - [END] =============*/