body.buddypress.register.login-split-page .login-split__entry {
    position: fixed !important;
    bottom: 14%;
}
body.buddypress.register.login-split-page .login-split__entry > h1 {
    font-family: Zuume Edge Cut;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: 0.02em;
    text-align: center;
}
body.buddypress.register.login-split-page .login-split__entry > p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}
body.buddypress.register.login-split-page .register-section-logo {
    position: fixed;
    top: 7%;
    left: 5%;
    margin: 0 !important;
}
#register-page .mc4wp-checkbox {
    margin-bottom: 0;
}
#signup-form,
#nsl-custom-login-form-1 {
    margin-bottom: 0 !important;
}
.continue-with-tnc {
    font-family: Inter;
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 10px;
}
.continue-with-tnc a {
    color: #1877F2 !important;
}
.continue-with-tnc a:hover {
    text-decoration: underline !important;
}
body.registration #legal_agreement,
body.registration .mc4wp-checkbox input[type=checkbox] {
    width: 20px;
    height: 25px;
    margin-right: 10px;
    accent-color: #1877F2;
}
body.registration #luai_create_account {
    margin: 0;
    border: none;
    font-family: "Inter";
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    background-color: transparent;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
body.registration #profile-details-section {
    display: none !important;
}
body.registration .bb-password-wrap,
body.registration .register-with-link-wrapper #register-account,
body.registration .bb-signup-field.signup_password_confirm {
    display: none;
}
body.registration .continue-to-login,
body.registration .continue-to-registration {
    width: 100%;
}
body.registration .top-email-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
body.registration .top-email-wrapper .user-email {
    font-weight: 600;
}

/* Introduce yourself css */
.eff-introduce-wrapper {
    text-align: center;
    padding: 60px 0;
}
.eff-introduce-wrapper .eff-tow-column {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 2%;
    margin-top: 1%;
    text-align: center;
    justify-content: center;
}
.eff-introduce-wrapper input, 
.eff-introduce-wrapper select {
    width: 350px;
}
.eff-input-wrapper {
    margin-top: 1%;
}
.eff-input-wrapper {
    margin-top: 1%;
}
.eff-introduce-wrapper textarea {
    width: 85.5%;
}
.eff-introduce-wrapper .eff-action-buttons {
    margin-bottom: 20px;
    position: relative;
    justify-content: end !important;
}
.eff-introduce-wrapper .eff-action-buttons a input,
.eff-introduce-wrapper .eff-action-buttons input {
    border-color: #338E89;
    background: #338E89;
    color: #ffffff;
}
.eff-introduce-wrapper .eff-action-buttons a input:hover,
.eff-introduce-wrapper .eff-action-buttons input:hover {
    border-color: #338E89;
    background: #ffffff;
    color: #338E89;
}
.eff-profile-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    margin-top: 20px;
}
.eff-profile-image-wrapper .eff-images-display {
    background: #e5e5e5;
    width: 60px;
    height: 50px;
}
.eff-profile-image-wrapper .eff-images-display .eff-camera-icon {
    line-height: 2.5;
    color: #b1b0b0;
}
.eff-introduce-wrapper .eff-profile-info {
    color: #090F52;
    padding-top: 20px;
    font-weight: 600;
}
.eff-introduce-wrapper .eff-community-check-desc {
    width: 88%;
    margin: 20px auto;
    border-top: 1px solid #d4d4d4;
}
.eff-introduce-wrapper .eff-open-media-uploader {
    border: 1px solid #338E89;
    color: #338E89;
    padding: 12px;
    cursor: pointer;
}
.eff-introduce-wrapper .eff-upload-icon {
    border: 1px solid #338E89;
    color: #338E89;
    cursor: pointer;
    width: 28px;
    height: 28px;
}
.media-frame-tab-panel .media-frame-router button {
    color: #000000;
}
body.registration .register-with-link-wrapper,
body.registration .login-with-magin-link {
    position: relative;
}
body.registration #magic-login-shortcode {
    display: unset;
    margin: auto;
    width: 80%;
}
body.registration #magic-login-shortcode .input {
    height: 52px;
    border: 1px solid #E8E9EF;
    padding: 14px 24px;
    border-radius: 0;
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 164%;
    color: #5D5E6A;
    margin-bottom: 18px;
    transition: all 0.5s;
}
body.registration #magic-login-shortcode .magic-login-submit {
    height: 50px;
}
body.registration #magic-login-shortcode #login_error, 
body.registration #magic-login-shortcode .message, 
body.registration #magic-login-shortcode .success {
    border-left: 4px solid #338E89;
}
body.registration #magic-login-shortcode label {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 164%;
    margin: 28px 0 0;
    color: #5D5E6A;
}
body.registration .ajax-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #338E89;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 20%;
    left: 42%;
    transform: translate( -50%, -50% );
    display: none;
}
body.registration .ajax-loader.first-task-redirection-loader {
    left: 48%;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
    body.registration .ajax-loader {
        border: 0.28vw solid #f3f3f3;
        border-top: 0.28vw solid #338E89;
        width: 2.08vw;
        height: 2.08vw;
    }    
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
body.registration .res-error-message {
    color: #e55757;
}
#pass-strength-result.hide-password-meter {
    display: none;
}
.soc-registration .title-wrap {
    flex-direction: column;
}
.eff-introduce-wrapper .profile-image-upload {
    display: none;
}
/* End introduct yourself css  */

/* Cart detials css */
.eff-cart-detail-wrap {
    display: flex;
    gap: 2%;
    width: 90%;
    margin: 6%;
}
.eff-cart-detail-wrap .eff-left-align {
    width: 70%;
}
.eff-cart-detail-wrap .eff-right-align {
    width: 30%;
}
.eff-cart-detail-wrap .eff-course-image {
    display: flex;
    align-items: end;
}
.eff-cart-detail-wrap .eff-course-image img {
    width: 80px;
}
.eff-cart-detail-wrap .eff-heading {
    font-style: italic;
    font-size: 26px;
    font-weight: bold;
    margin-left: 20px;
}
.eff-cart-detail-wrap .eff-heading span:nth-child(1),
.eff-cart-detail-wrap .eff-heading span:nth-child(3) {
    color: #090F52;
}
.eff-cart-detail-wrap .eff-heading span:nth-child(2) {
    color: #ed4620;
}
.eff-cart-detail-wrap .eff-heading span:nth-child(4) {
    color: #338E89;
}
.eff-cart-detail-wrap .eff-heading .secure-text {
    font-size: 16px;
    font-weight: normal;
}
.eff-cart-detail-wrap .eff-express-checkout {
    background: #ffffff;
    text-align: center;
    padding: 30px 0;
    margin-top: 20px;
    border: 1px solid #ECF2F2;
}
.eff-cart-detail-wrap .eff-express-checkout .eff-app-pay {
    width: 49%;
    background: unset;
    color: #000000;
    border: unset;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-radius: unset;
}
.eff-cart-detail-wrap .eff-express-checkout .eff-google-pay {
    width: 49%;
    background: #000000;
    color: #ffffff;
    border: unset;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-radius: unset;
}
.eff-cart-detail-wrap .eff-seperator {
    text-align: center;
    padding: 22px 0 0 0;
}
.eff-cart-detail-wrap .eff-cart-detial,
.eff-cart-detail-wrap .eff-billing-detail {
    background: #ffffff;
    padding: 30px;
    margin: 30px 0;
    border: 1px solid #ECF2F2;
}
.eff-cart-detail-wrap .eff-card-number input,
.eff-cart-detail-wrap .eff-card-name input,
.eff-cart-detail-wrap .eff-expire-cvv-cvd input,
.eff-cart-detail-wrap .eff-billing-detail-input input,
.eff-cart-detail-wrap .eff-billing-detail-input select {
    width: 100%;
    margin-top: 2%;
}
.eff-cart-detail-wrap .eff-cart-heading,
.eff-cart-detail-wrap .eff-billing-heading,
.eff-cart-detail-wrap .eff-order-summary-heading {
    color: #090F52;
    font-size: 20px;
    font-weight: 600;
}
.eff-cart-detail-wrap .eff-save-info {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.eff-cart-detail-wrap .eff-save-info span {
    padding-left: 10px;
}
.eff-cart-detail-wrap .eff-billing-detail-input {
    display: flex;
    align-items: center;
    gap: 2%;
    flex-wrap: wrap;
}
.eff-cart-detail-wrap .order-summary-wrap {
    background: #ffffff;
    padding: 30px;
    margin-top: 28.5%;
    border: 1px solid #ECF2F2;
    border-top: 5px solid #338E89;
}
.eff-cart-detail-wrap .eff-gratitude {
    background: #f1f1f1;
    padding: 8px;
    font-size: 14px;
    margin: 10px 0;
}
.eff-cart-detail-wrap .eff-input-wrapper input {
    width: 100%;
}
.eff-cart-detail-wrap .eff-sub-total-wrap,
.eff-cart-detail-wrap .eff-promo-code-wrap {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}
.eff-cart-detail-wrap .eff-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eff-cart-detail-wrap .eff-price,
.eff-cart-detail-wrap .eff-total-price {
    color: #338E89;
    font-weight: 600;
}
.eff-cart-detail-wrap .eff-total-wrap {
    margin-top: 20px;
}
.eff-cart-detail-wrap .eff-pay-button {
    position: relative;
    margin: 20px 0;
}
.eff-cart-detail-wrap .eff-pay-button .eff-pay-join-button {
    width: 100%;
    background: #338E89;
    border: unset;
    margin-bottom: 50px;
}
body.registration .ajax-loader.eff-pay-join-loader {
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
}
body.registration .ajax-loader.informed-consent {
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
}
body.registration .ajax-loader.alternative-product {
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
}
body.registration .ajax-loader.eff-shipping-continue-loader {
    top: 30%;
    left: 48%;
}
/* End cart details css  */

/* Shipping detail css  */
.eff-shipping-wrap {
    width: 80%;
    margin-top: 50px;
}
.eff-shipping-wrap .eff-heading {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
}
.eff-shipping-wrap .eff-heading span:nth-child(1) {
    color: #ed4620;
}
.eff-shipping-wrap .eff-heading span:nth-child(2) {
    color: #090F52;
}
.eff-shipping-wrap .eff-heading span:nth-child(3) {
    color: #338E89;
}
.eff-shipping-wrap .eff-shi-desc {
    padding: 16px 30px 0 30px;
}
.eff-shipping-wrap .eff-shi-inputs {
    background: #ffffff;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 2%;
    flex-wrap: wrap;
}
.eff-shipping-wrap .eff-shi-inputs input {
    width: 49%;
    margin-top: 2%;
}
.eff-shipping-wrap .eff-shi-action-button {
    position: relative;
    text-align: center;
}
.eff-shipping-wrap .eff-shipping-text {
    margin-top: 2%;
    display: flex;
    align-items: center;
}
.eff-shipping-wrap .eff-shipping-text input {
    width: unset;
    margin-top: unset;
}
.eff-shipping-wrap .eff-shipping-text span {
    padding-left: 10px;
}
/* End shipping detail css  */

/* Calendar css */
.eff-calendar-wrap {
    text-align: center;
    padding-top: 50px;
}
.eff-calendar-wrap .eff-list-buttons {
    margin: 20px 0;
}
.eff-calendar-wrap .eff-list-buttons button {
    background: unset;
    border: 1px solid #d4d4d4;
    color: #222222;
}
.eff-calendar-wrap .eff-list-buttons .to-do-action,
#efforia-got-it {
    color: #ff3515;
    font-weight: 600;
}
#efforia-got-it-pass {
    color: #338E89;
    font-weight: 600;
}
.eff-calendar-wrap .eff-list-buttons .outlook-action {
    color: #00a3f1;
    font-weight: 600;
}
.eff-calendar-wrap .eff-list-buttons .push-notification-action {
    color: #338E89;
    font-weight: 600;
}
/* .eff-calendar-wrap .eff-list-buttons .google_link {
    transform: scale(1.15);
    display: inline-block;
    transition: transform 0.2s ease;
} */
.eff-notification-heading {
    color: #090F52;
    font-weight: 600;
}
.eff-calendar-wrap .eff-news-actions {
    margin: 20px 0;
}
.eff-calendar-wrap .eff-news-actions button {
    background: #ffffff;
    border: 1px solid #338E89;
    color: #338E89;
}
.eff-calendar-wrap .start-task-actions {
    margin: 20px;
    position: relative;
}
.eff-join-the-challenge {
    background: #338E89;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin-left: 50px;
    border: unset;
}
/* End calendar css */

.soc-registration__right {
    position: relative;
}
.soc-registration__right .site-logo {
    /* position: absolute;
    top: 6%;
    right: 0;
    left: 0;
    margin: auto; */
    max-width: 187px;
}

/* body.registration .single-consent {
    width: 100%;
    padding-top: 40px !important;
    cursor: pointer;
} */
/* body.registration .consent-form {
    margin-top: 2.1875rem;
    position: fixed;
    bottom: 0;
    top: unset;
} */
/* body.registration .single-consent .consent-text {
    margin-bottom: 340px;
} */
.soc-registration .eff-continue-with-checkout {
    width: 100%;
    cursor: pointer;
    position: relative;
}
body.registration .eff-consent-form-btn,
body.registration .eff-scroll-consent-btn,
body.registration .eff-eligibility-form-btn {
    position: relative;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 738px;
}
body.registration .eff-consent-form-btn {
    max-width: 100%;
}
body.registration .eff-eligibility-form-btn {
    width: 30%;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}
.single-eligibility.started-right {
    position: relative;
}
/* body.registration .eff-consent-form-btn {
    display: none;
} */
/* body.registration .eff-scroll-consent-btn {
    cursor: not-allowed;
} */
body.registration .eff-consent-form-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.eff-consent-form-btn--accept.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
/* Allow alterntive section */
.aps-wrapper {
    width: 50%;
    padding: 94px 72px 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aps-wrapper__content {
	width: 100%;
}
.aps-already-have-it-text {
    font-size: 14px;
    text-align: center;
    color: #5D5E6A;
    margin-bottom: 10px;
}
.aps-recommended-solution,
.aps-supported-alternatives {
    text-align: center;
    color: #090F52;
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
}
.aps-product-image img {
    width: 46px;
}
.eps-product-title {
    font-size: 14px;
    color: #090F52;
    padding-left: 10px;
    font-weight: 500;
    font-family: 'Inter';
}
.eps-link-acount {
    margin-left: auto;
}
.aps-connection-wrapper .eps-link-acount {
    width: 100%;
}
.aps-aura-ring-wrap .alternative-prd-title {
    font-weight: 500;
    color: #090F52;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
}
.btn-green.eps-link-acount span {
    font-size: 13px;
    height: 28px;
    width: 28px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aps-aura-image img {
    width: 48px;
    height: 44px;
    margin-right: 10px;
}
.aps-connection-wrapper {
    display: flex;
    align-items: center;
    margin: 10px 0;
    gap: 2%;
    justify-content: center;
}
.aps-aura-ring {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 10px;
}
.aps-aura-ring-wrap {
    padding: 12px;
    background: #F9F9FB;
    min-width: 198px;
}
.aps-aura-ring-wrap .btn.btn-green.eps-link-acount {
	width: 100%;
}
.btn-green.eff-continue-with-checkout {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    margin-top: 70px;
    font-weight: 400;
}
.shipping-and-continue.shipping-skip-button {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ECF2F2 !important;
    padding: 0;
    color: #98B2B3;
}
.shipping-and-continue.shipping-skip-button .btn.skip {
    border: unset;
    color: #98B2B3;
}
.eps-link-button.mobile {
    display: none;
}
.eff-continue-with-checkout .icon,
.eff-consent-form-btn .icon,
body.registration .eff-eligibility-form-btn .icon {
    width: 42px !important;
    height: 42px !important;
}

.bb-dark-theme .aps-wrapper {
    background: #1c213d;
}
.bb-dark-theme .aps-already-have-it .already {
    color: #ffffff;
}
.bb-dark-theme .aps-already-have-it .have-it {
    color: #019592;
}
.bb-dark-theme .aps-already-have-it-text {
    color: #BCBCC8;
}
.bb-dark-theme .aps-recommended-solution, 
.bb-dark-theme .aps-supported-alternatives,
.bb-dark-theme .eps-product-title,
.bb-dark-theme .aps-aura-ring-wrap .alternative-prd-title {
    color: #F3F2F8;
}
.bb-dark-theme .aps-product-wrapper {
    border: 1px solid #0F5560;
    background: #232742;
}
.bb-dark-theme .aps-aura-ring-wrap {
    background: #171C38;
}


@media only screen and ( max-width: 1024px ) {

    .aps-wrapper {
        width: 80%;
        margin: auto;
    }

    .eff-shipping-wrap .eff-heading {
        padding: 13.29vw 2.6vw 0;
    }
}

@media only screen and ( max-width: 800px ) {

    .aps-wrapper {
        width: 90%;
    }
    body.registration .eff-consent-form-btn,
    body.registration .eff-eligibility-form-btn {
        width: 100%;
    }
}

@media only screen and ( max-width: 800px ) {

    .aps-wrapper {
        width: 100%;
    }
}

@media only screen and ( max-width: 600px ) {

    .aps-connection-wrapper {
        display: inherit;
    }
    .aps-aura-ring-wrap {
        width: 100%;
        margin-top: 10px;
    }
    .eps-link-acount.desktop {
        display: none;
    }
    .aps-aura-ring {
        margin-bottom: unset;
    }
}

@media (max-width: 1024px) {
    .started-top {
       padding: 16px 20px;
       border-bottom: 1px solid #F0F1F5;
       justify-content: flex-start;
    }
    .started-top ul {
        display: none;
    }
    .aps-wrapper {
        padding-top: 0;
        margin: 0;
    }
    .soc-registration .aps-wrapper {
        width: 100%;
        padding: 115px 20px 0;
    }
}

@media (max-width: 767px) {
    .started-top {
      padding: 7px 20px;
    }
    .aps-wrapper {
        padding: 95px 15px 15px;
    }
    .btn-green.eff-continue-with-checkout {
        font-size: 13px;
    }
    .btn.btn-green.eps-link-acount.desktop {
        display: none;
    }
}
.new-error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    text-align: left;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1.2;
}
div#llms-stripe-payment-request-button,
#llms-stripe-payment-request-button,
#llms-stripe-payment-request-button > div,
#llms-stripe-payment-request-button StripePaymentRequestButton {
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 44px !important;
}

/* Override Stripe's internal display:none */
.StripePaymentRequestWrapper,
.StripePaymentRequestShim {
    display: block !important;
    visibility: visible !important;
}

.soc-registration .eff-shipping-wrap .eff-shi-inputs {
    background: none;
}