/* _content/BeamAnalyzerWeb/Areas/Identity/Pages/Account/ExternalLogin.cshtml.rz.scp.css */
.new-layout[b-8lkg1r2yje] {
    background-color: #FFD361;
}

.new-layout-label[b-8lkg1r2yje] {
    color: #3A0E85;
    font-weight: bolder;
    position: relative;
}

.register-form-block[b-8lkg1r2yje] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
    gap: 1rem;
}

.newsletter-container[b-8lkg1r2yje] {
    position: relative;
    border: 2px solid #FFD361;
    border-radius: 8px;
    padding: 8px;
    transition: all 0.3s ease;
    background-color: rgba(255, 211, 97, 0.05);
    margin-bottom: 25px;
}

.newsletter-container:hover[b-8lkg1r2yje] {
    box-shadow: 0 2px 8px rgba(58, 14, 133, 0.1);
    background-color: rgba(255, 211, 97, 0.1);
}

#label-for-consent[b-8lkg1r2yje] {
    margin-top: 5px;
}

.promo-banner[b-8lkg1r2yje] {
    position: absolute;
    right: -280px;
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    background-color: #FFD361;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(58, 14, 133, 0.1);
    animation: float-b-8lkg1r2yje 6s ease-in-out infinite;
}

.promo-banner[b-8lkg1r2yje]::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #FFD361 transparent transparent;
}

.promo-content[b-8lkg1r2yje] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #3A0E85;
}

.promo-content i[b-8lkg1r2yje] {
    font-size: 24px;
    animation: bounce-b-8lkg1r2yje 2s infinite;
}

.promo-content p[b-8lkg1r2yje] {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
}

@keyframes float-b-8lkg1r2yje {
    0% {
        transform: translateY(-50%) translateX(0px);
    }
    50% {
        transform: translateY(-50%) translateX(-10px);
    }
    100% {
        transform: translateY(-50%) translateX(0px);
    }
}

@keyframes bounce-b-8lkg1r2yje {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.external-login-container[b-8lkg1r2yje] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2rem;
}

.intro-header[b-8lkg1r2yje] {
    text-align: center;
    color: #3A0E85;
    font-weight: 500;
    margin-bottom: 1rem;
}

.provider-header[b-8lkg1r2yje] {
    text-align: center;
    color: #666;
    font-weight: 400;
    margin-bottom: 2rem;
}

.auth-success-banner[b-8lkg1r2yje] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.auth-success-banner i[b-8lkg1r2yje] {
    font-size: 24px;
}

.auth-success-banner p[b-8lkg1r2yje] {
    margin: 0;
    line-height: 1.5;
}

.form-container[b-8lkg1r2yje] {
    background-color: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(58, 14, 133, 0.1);
}

.consent-section[b-8lkg1r2yje] {
    margin-bottom: 2rem;
}

.newsletter-section[b-8lkg1r2yje] {
    margin-bottom: 2rem;
}

.button-section[b-8lkg1r2yje] {
    display: flex;
    justify-content: center;
}

.mdc-checkbox[b-8lkg1r2yje] {
    margin-top: 2px;
    padding: 0;
}

.promo-terms-link[b-8lkg1r2yje] {
    display: block;
    color: #3A0E85;
    font-size: 12px;
    margin-top: 8px;
    text-decoration: underline;
}

.promo-terms-link:hover[b-8lkg1r2yje] {
    color: #3A0E85;
    opacity: 0.8;
}
/* _content/BeamAnalyzerWeb/Areas/Identity/Pages/Account/ForgotPassword.cshtml.rz.scp.css */
.intro-header[b-ypy3wcepek] {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 2em;
}

.form-component[b-ypy3wcepek] {
    width: 60%;
    display: block;
    margin: auto;
}

.new-layout[b-ypy3wcepek] {
    background-color: #FFD361;
}

.new-layout-label[b-ypy3wcepek] {
    color: #3A0E85;
    font-weight: bolder;
    position: relative;
}
/* _content/BeamAnalyzerWeb/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.login-form-block[b-tcnacl16or] {
    display: flex;
    align-items: center;
    padding: 0 20% 0 20%;
}

.login-form-links-block[b-tcnacl16or] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
    font-size: 80%;
}

.mdc-checkbox[b-tcnacl16or] {
    margin-left: -0.5em;
}

.checkbox-label[b-tcnacl16or] {
    margin-bottom: 0
}

#login-button[b-tcnacl16or] {
    margin-top: 0.2em;
    color: #3A0E85;
    background-color: #FFD361;
}

.new-layout[b-tcnacl16or] {
    color: #3A0E85;
    background-color: #FFD361;
}

.intro-header[b-tcnacl16or] {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 2em;
    color: #673AB7;
    font-weight: 350;
}

.login-form-component[b-tcnacl16or] {
    width: 60%;
    display: block;
    margin: auto;
}

#register-button[b-tcnacl16or] {
    margin-top: 1em;
}

.create-acc-text[b-tcnacl16or] {
    margin-top: 0.8em;
    margin-left: 0.9em;
}

.intro-header[b-tcnacl16or] {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 2em;
    color: #673AB7;
    font-weight: 400;
}

.authentication-choise-separator[b-tcnacl16or] {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #673AB7;
    font-weight: 400;
}

.external-button-login[b-tcnacl16or] {
    background-color: white;
}

.register-form-component[b-tcnacl16or] {
    width: 60%;
    display: block;
    margin: auto;
}

.register-button[b-tcnacl16or] {
    width: 100%;
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 46px;
}

.register-button .mdc-button__label[b-tcnacl16or] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/* _content/BeamAnalyzerWeb/Areas/Identity/Pages/Account/Manage/PersonalData.cshtml.rz.scp.css */
.personal-data-button-container[b-i3zvl04zy6] {
    display: flex;
    margin-top: 1em;
}

.personal-data-button-container > button[b-i3zvl04zy6] {
    margin-left: 1em;
}
/* _content/BeamAnalyzerWeb/Areas/Identity/Pages/Account/Manage/Subscription.cshtml.rz.scp.css */
.subscription-detail[b-k2w3jgr1rf] {
    display: inline-block;
}

.subscription[b-k2w3jgr1rf] {
    border-radius: 5px;
    padding: 15px;
    width: 400px;
    background-color: #f9f9f9;
    margin-bottom: 2em;
}

.subscription h2[b-k2w3jgr1rf] {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.subscription-info[b-k2w3jgr1rf] {
    font-size: 16px;
}

.subscription-info p[b-k2w3jgr1rf] {
    margin: 5px 0;
}

.subscription-info strong[b-k2w3jgr1rf] {
    font-weight: bold;
}

.status-active[b-k2w3jgr1rf] {
    background-color: #8BC34A;
    color: white;
    padding: 2px 10px 4px 10px;
    border-radius: 5px;
}

.status-inactive[b-k2w3jgr1rf] {
    background-color: indianred;
    color: white;
    padding: 2px 10px 4px 10px;
    border-radius: 5px;
}

.spinner-container[b-k2w3jgr1rf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    /* You can adjust the height as needed */
}

.spinner[b-k2w3jgr1rf] {
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-top: 4px solid var(--mdc-theme-primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-k2w3jgr1rf 2s linear infinite;
}

@keyframes spin-b-k2w3jgr1rf {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

p[b-k2w3jgr1rf] {
    margin-top: 10px;
    font-size: 16px;
}

.d-c-btn[b-k2w3jgr1rf] {
    height: 2.3rem;
    margin-bottom: 1px;
    margin-left: 4px;
    position: absolute;
}

.d-c-label[b-k2w3jgr1rf] {
    width: 20%;
    display: inline-block;
    height: 2.3rem;
}

.subscription-parent[b-k2w3jgr1rf]{
    display: flex;
    flex-direction:row;
    gap: 10px;
}
/* _content/BeamAnalyzerWeb/Areas/Identity/Pages/Account/NewOrder.cshtml.rz.scp.css */
/* Container styling */
.new-order-container[b-c2576d401c] {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 2rem;
}

/* Table styling */
.table[b-c2576d401c] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(58, 14, 133, 0.05);
    margin-bottom: 2rem;
}

.table thead th[b-c2576d401c] {
    border-bottom: 2px solid #FFD361;
    color: #3A0E85;
    font-weight: 500;
    padding: 1rem;
}

.table td[b-c2576d401c] {
    padding: 1rem;
    color: #333;
}

/* Discount section styling */
.discount-section[b-c2576d401c] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: fit-content;
    padding: 1.2rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(58, 14, 133, 0.05);
}

.d-c-label[b-c2576d401c] {
    width: 300px;
    display: inline-block;
    height: 46px;
}

.d-c-btn[b-c2576d401c] {
    height: 46px !important;
    min-width: 120px !important;
    margin-left: 1rem;
    position: relative;
    align-self: flex-start;
}

/* Buy section styling */
.buy-section[b-c2576d401c] {
    margin-top: 1em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem;
}

.buy-section h4[b-c2576d401c] {
    color: #3A0E85;
    margin: 0;
    font-weight: 500;
}

.buy-section form[b-c2576d401c] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.buy-section .mdc-button[b-c2576d401c] {
    margin: 0 0.5rem;
}

/* Button styling */
.mdc-button[b-c2576d401c] {
    height: 46px !important;
    min-width: 150px !important;
    padding: 0 24px !important;
    font-size: 14px !important;
}

.mdc-button--raised[b-c2576d401c] {
    background-color: #3A0E85 !important;
    color: white !important;
    margin-right: 1rem;
}

.mdc-button--outlined[b-c2576d401c] {
    color: #3A0E85 !important;
    border-color: #3A0E85 !important;
}

/* Promo banner styling */
.promo-banner[b-c2576d401c] {
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    background-color: #FFD361;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(58, 14, 133, 0.1);
    animation: float-b-c2576d401c 6s ease-in-out infinite;
}

.promo-banner[b-c2576d401c]::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #FFD361 transparent transparent;
}

.promo-content[b-c2576d401c] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #3A0E85;
}

.promo-content i[b-c2576d401c] {
    font-size: 24px;
    animation: bounce-b-c2576d401c 2s infinite;
}

.promo-content p[b-c2576d401c] {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
}

/* PayU image styling */
.pay-u-img[b-c2576d401c] {
    height: 1.5em;
    margin-left: 0.5em;
    margin-top: -3px;
}

/* Animations */
@keyframes float-b-c2576d401c {
    0% { transform: translateY(-50%) translateX(0px); }
    50% { transform: translateY(-50%) translateX(-10px); }
    100% { transform: translateY(-50%) translateX(0px); }
}

@keyframes bounce-b-c2576d401c {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.discount-info[b-c2576d401c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #3A0E85;
    background-color: #FFD361;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin-right: 1rem;
    font-size: 14px;
}

.discount-info i[b-c2576d401c] {
    font-size: 18px;
}
/* _content/BeamAnalyzerWeb/Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */
.intro-header[b-p2vfrx00dz] {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 2em;
    color: #673AB7;
    font-weight: 400;
}

.authentication-choise-separator[b-p2vfrx00dz] {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #673AB7;
    font-weight: 400;
}

.external-button-login[b-p2vfrx00dz] {
    background-color: white;
}

.register-form-component[b-p2vfrx00dz] {
    width: 60%;
    display: block;
    margin: auto;
}

.register-form-block[b-p2vfrx00dz] {
    display: flex;
    align-items: center;
    padding: 0 20% 5% 18%;
}

.new-layout[b-p2vfrx00dz] {
    background-color: #FFD361;
}

.new-layout-label[b-p2vfrx00dz] {
    color: #3A0E85;
    font-weight: bolder;
    position: relative;
}

.newsletter-container[b-p2vfrx00dz] {
    position: relative;
    border: 2px solid #FFD361;
    border-radius: 8px;
    padding: 8px;
    transition: all 0.3s ease;
    background-color: rgba(255, 211, 97, 0.05);
    margin-bottom: 25px;
}

.newsletter-container:hover[b-p2vfrx00dz] {
    box-shadow: 0 2px 8px rgba(58, 14, 133, 0.1);
    background-color: rgba(255, 211, 97, 0.1);
}

.promo-banner[b-p2vfrx00dz] {
    position: absolute;
    right: -280px;
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    background-color: #FFD361;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(58, 14, 133, 0.1);
    animation: float-b-p2vfrx00dz 6s ease-in-out infinite;
}

.promo-banner[b-p2vfrx00dz]::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #FFD361 transparent transparent;
}

.promo-content[b-p2vfrx00dz] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #3A0E85;
}

.promo-content i[b-p2vfrx00dz] {
    font-size: 24px;
    animation: bounce-b-p2vfrx00dz 2s infinite;
}

.promo-content p[b-p2vfrx00dz] {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
}

@keyframes float-b-p2vfrx00dz {
    0% {
        transform: translateY(-50%) translateX(0px);
    }
    50% {
        transform: translateY(-50%) translateX(-10px);
    }
    100% {
        transform: translateY(-50%) translateX(0px);
    }
}

@keyframes bounce-b-p2vfrx00dz {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.newsletter-highlight[b-p2vfrx00dz] {
    animation: highlight-b-p2vfrx00dz 1s ease-in-out;
}

@keyframes highlight-b-p2vfrx00dz {
    0%, 100% {
        border-color: transparent;
    }
    50% {
        border-color: #FFD361;
    }
}

.promo-terms-link[b-p2vfrx00dz] {
    display: block;
    color: #3A0E85;
    font-size: 12px;
    margin-top: 8px;
    text-decoration: underline;
}

.promo-terms-link:hover[b-p2vfrx00dz] {
    color: #3A0E85;
    opacity: 0.8;
}
/* _content/BeamAnalyzerWeb/Areas/Identity/Pages/Account/RegisterConfirmation.cshtml.rz.scp.css */
body[b-yl5scmdvoy] {
    font-family: Arial, sans-serif;
    background-color: #f6f6f6;
    margin: 0;
    padding: 0;
}

.content[b-yl5scmdvoy]{
    padding: 40px 0px 20px 0px;
}

.message[b-yl5scmdvoy] {
    margin-bottom: 20px;
}
/* _content/BeamAnalyzerWeb/Pages/Shared/_CookieConsentPartial.cshtml.rz.scp.css */
#cookieConsent[b-z2t9pzdgj6]{
    margin-top: 1em;
}

.alert-info[b-z2t9pzdgj6]{
    background-color: #F0F4C3;
    border-color: #F0F4C3;
}
/* _content/BeamAnalyzerWeb/Pages/Shared/_Layout.cshtml.rz.scp.css */
html[b-yhxp3iuera], body[b-yhxp3iuera] {
    height: 100%;
    margin: 0;
}
.wrapper[b-yhxp3iuera] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content[b-yhxp3iuera] {
    flex: 1;
}

.footer[b-yhxp3iuera] {
    background-color: #f5f5f5;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}

.footer-text[b-yhxp3iuera] {
    text-align: right;
}

.mdc-tab-bar[b-yhxp3iuera]{
    display: flex;
    flex-grow: 0.5;
}
