/* _content/Web.Server/Common/Components/AgroIdButton.razor.rz.scp.css */
/* _content/Web.Server/Common/Components/AgroIdCard.razor.rz.scp.css */
.agroid-card[b-n2r0kg4wan] {
    padding: 32px;
    box-shadow: 0 6px 8px -6px rgba(26, 26, 26, 0.12), 0 8px 16px -6px rgba(26, 26, 26, 0.08);
    background: var(--basic-white);
    min-height: 200px;
    border-radius: 8px;
}

.title[b-n2r0kg4wan] {
    font-family: "LF Press Sans";
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary)
}

.subtitle[b-n2r0kg4wan] {
    font-family: Arial;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 120%;
}

@media only screen and (max-width: 960px) {
    .agroid-card[b-n2r0kg4wan] {
        padding: 24px;
        max-width: calc(100vw - 24px) !important;
        min-width: unset !important;
    }

    [b-n2r0kg4wan] .mud-typography-h1 {
        font-size: 2rem !important;
    }

    .title[b-n2r0kg4wan] {
        font-size: 2rem !important;

    }

    .subtitle[b-n2r0kg4wan] {
        font-size: 1.125rem !important;
    }

    [b-n2r0kg4wan] .mud-typography-body2 {
        font-size: 1.125rem !important;
    }
}

/* _content/Web.Server/Common/Components/AgroIdDialog.razor.rz.scp.css */
/* _content/Web.Server/Common/Components/AgroIdLogo.razor.rz.scp.css */
[b-ebnekzesve] .agroid-logo-base {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* _content/Web.Server/Common/Components/AgroIdSubmitButton.razor.rz.scp.css */
/* _content/Web.Server/Common/Layout/AgroIdFooter.razor.rz.scp.css */
.agroid-footer[b-u2bvidbos3] {
    height: 190px;
    width: 100%;
    background: url("assets/images/footer.webp") no-repeat center;
    background-size: cover;
    font-size: 0.8rem;
}

footer[b-u2bvidbos3] {
    width: 100%
}

.agroid-footer-link[b-u2bvidbos3] {
    cursor: pointer;
    color: var(--basic-white);
    text-decoration: underline;
}

.footer-contact-line[b-u2bvidbos3] {
    margin-top: 8px;
}

.footer-contact-column[b-u2bvidbos3] {
    
}

@media only screen and (max-width: 960px) {
    .agroid-footer[b-u2bvidbos3] {
        height: 180px;
        padding: 16px 8px
    }
    
    .footer-contact-line[b-u2bvidbos3] {
        margin-top: 4px
    }
}
/* _content/Web.Server/Common/Layout/AgroIdHeader.razor.rz.scp.css */
.agroid-header[b-oyfi9alzrd] {
    height: 80px;
    padding: 12px 32px;
    position: sticky;
    z-index: 3;
    top: 0;
}

.background-primary[b-oyfi9alzrd] {
    background: var(--primary);
}

.background-white[b-oyfi9alzrd] {
    background: var(--basic-white);
}

.header-container[b-oyfi9alzrd] {
    display: flex;
    gap: 32px;
    align-items: center;
}

@media only screen and (max-width: 960px) {
    .agroid-header[b-oyfi9alzrd] {
        padding: 8px;
        height: 70px;
    }

    .header-language-selector[b-oyfi9alzrd] {
        display: none !important;
    }

    .header-container[b-oyfi9alzrd] {
        gap: 0;
    }
}
/* _content/Web.Server/Common/Layout/AgroIdMainContent.razor.rz.scp.css */
.content-background[b-ga8ch37yud] {
    background: var(--content-background);
}

.main-content-wrapper[b-ga8ch37yud] {
    height: calc(100vh - 80px);
    padding: 32px;
    box-shadow: inset 0 6px 14px -6px rgba(26, 26, 26, 0.12), inset 0 10px 32px -4px rgba(26, 26, 26, 0.10);
    overflow: auto;
}
.with-footer[b-ga8ch37yud] {
    min-height: calc(100vh - 80px - 190px) !important;
}

@media only screen and (max-width: 960px) {
    .main-content-wrapper[b-ga8ch37yud] {
        min-height: calc(100vh - 70px);
        padding: 12px
    }
}
/* _content/Web.Server/Common/Layout/AgroIdMenu.razor.rz.scp.css */
.drawer-menu[b-v8wo22virr] {
    position: sticky;
    top: 80px;
    left: 0;
    min-width: 300px;
    max-width: 300px;
    height: calc(100vh - 80px);
    transition: min-width 0.25s, max-width 0.25s;
    overflow: hidden;
    background-color: #fff;
}

.drawer-open[b-v8wo22virr] {
    min-width: 80px !important;
    max-width: 80px !important;
}

.text-name[b-v8wo22virr] {
    font-family: "Press Serif";
    font-size: 1.75rem;
    font-weight: 700;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-username[b-v8wo22virr] {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%
}

.toggle-icon[b-v8wo22virr] {
    cursor: pointer;
    position: absolute;
    top: 100px;
    left: 60px;
    background-color: var(--basic-white);
    border-radius: 78px;
    display: flex;
    justify-content: center;
    box-shadow: 4px 0px 5px #ccc;
    transition: left 0.25s;
}

.toggle-open[b-v8wo22virr] {
    left: 280px !important;
}

.info-icon[b-v8wo22virr] {
    padding: 8px 24px;
    transition: padding 0.25s;
}
/* _content/Web.Server/Common/Layout/AgroIdMenuItem.razor.rz.scp.css */
.agroid-menu-item[b-9ac9s5cb2k] {
    padding: 16px 24px;
    cursor: pointer;
    transition: padding 0.25s;
}

.small-item[b-9ac9s5cb2k] {
    padding: 16px 24px;
}

.agroid-menu-item:not(.active-route):hover[b-9ac9s5cb2k] {
    color: var(--menu-hover);
}

.active-route[b-9ac9s5cb2k] {
    color: var(--basic-white);
    background: var(--nav-item);
}
/* _content/Web.Server/Common/Layout/AgroIdMenuMobile.razor.rz.scp.css */
.logout-item[b-yarf1rnygi] {
    padding: 24px 48px;
    cursor: pointer;
}
/* _content/Web.Server/Common/Localization/Components/AgroIdLanguageSelector.razor.rz.scp.css */
[b-e93uox3adt] .language-select {
    padding-top: 6px !important;
    padding-bottom: 8px !important;
    text-decoration: underline;
    margin-top: 2px;
}


[b-e93uox3adt] .language-container {
    max-width: 150px;
}

[b-e93uox3adt] .login-button {
    padding: 8px 16px;
}
/* _content/Web.Server/Components/MainLayout.razor.rz.scp.css */
.page[b-s9644bui29] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s9644bui29] {
    flex: 1;
}

.sidebar[b-s9644bui29] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s9644bui29] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-s9644bui29]  a, .top-row[b-s9644bui29]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-s9644bui29]  a:hover, .top-row[b-s9644bui29]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-s9644bui29]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-s9644bui29] {
        justify-content: space-between;
    }

    .top-row[b-s9644bui29]  a, .top-row[b-s9644bui29]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s9644bui29] {
        flex-direction: row;
    }

    .sidebar[b-s9644bui29] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s9644bui29] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-s9644bui29]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-s9644bui29], article[b-s9644bui29] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-s9644bui29] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-s9644bui29] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.text-bold[b-s9644bui29] {
    font-weight: bold;
}

.loading[b-s9644bui29] {
    height: 100vh;
    background: url("assets/images/agroid_background.webp") no-repeat center;
    background-size: cover;
}

.loading-content[b-s9644bui29] {
    position: relative;
    top: -5%
}

[b-s9644bui29] .loading-logo {
    font-size: 180px !important;
}

.loading-text[b-s9644bui29] {
    text-align: center;
    font-size: 1.25rem;
}

@media only screen and (max-width: 960px) {
    [b-s9644bui29] .loading-logo {
        font-size: 90px !important;
    }
}
/* _content/Web.Server/Components/Pages/NotFound.razor.rz.scp.css */
.not-found-header[b-bg73j87gey] {
    margin-top: 5%;
    font-family: "LF Press Sans";
    font-size: 72px;
}

.not-found-sub-header[b-bg73j87gey] {
    font-family: "LF Press Sans";
    font-size: 32px;
}
/* _content/Web.Server/Features/Academy/Academy.razor.rz.scp.css */
/* _content/Web.Server/Features/Consent/Components/ConsentCard.razor.rz.scp.css */
/* _content/Web.Server/Features/Consent/Components/ConsentRowItem.razor.rz.scp.css */
.consent-row-item[b-dmzuyphxsw] {
    background: #e5e5e5;
    border-radius: 8px;
    padding: 16px;
}

.consent-header[b-dmzuyphxsw] {
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.consent-text[b-dmzuyphxsw] {
    font-size: 0.875rem
}
.consent-rejected-background[b-dmzuyphxsw] {
    background-color: #ececec;
}


.consent-rejected[b-dmzuyphxsw] {
    opacity: 0.7
}

[b-dmzuyphxsw] .agroid-button {
    padding: 8px 16px !important;
}

@media only screen and (max-width: 960px) {
    .consent-row-item[b-dmzuyphxsw] {
        flex-direction: column !important;
        align-items: start !important;
        gap: 8px;
    }

    .consent-text[b-dmzuyphxsw] {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100vw - 24px - 48px - 32px)
    }

    .consent-header[b-dmzuyphxsw] {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100vw - 24px - 48px - 32px)
    }
}
/* _content/Web.Server/Features/Consent/Consent.razor.rz.scp.css */
/* _content/Web.Server/Features/LandingPage/Components/FAQRow.razor.rz.scp.css */
.faq-row-header[b-x9mf6zaama] {
    cursor: pointer;
    max-width: 800px;
    width: 100%;
    padding: 18px 0;
    user-select: none;
    font-size: 1.25rem;
    line-height: 120%;
    color: var(--primary);
}

.faq-row-content[b-x9mf6zaama] {
    margin: 4px 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    font-family: Arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 130%;
}

.divider[b-x9mf6zaama] {
    height: 1px;
    width: 100%;
    background: #CED1DB
}

[b-x9mf6zaama] .faq-icon {
    font-size: 30px;
}

@media only screen and (max-width: 960px) {
    .faq-row-header[b-x9mf6zaama] {
        font-size: 1.125rem;
        padding: 16px 0;
    }

    .faq-row-content[b-x9mf6zaama] {
        font-size: 1rem;
    }

    [b-x9mf6zaama] .faq-icon {
        font-size: 28px;
    }
}
/* _content/Web.Server/Features/LandingPage/LandingPage.razor.rz.scp.css */
.banner-container[b-316sv9wxl2] {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    box-shadow: 0 6px 14px -6px rgba(26, 26, 26, 0.12), 0 10px 32px -4px rgba(26, 26, 26, 0.10);
}


.banner-window[b-316sv9wxl2] {
    position: absolute;
    left: 300px;
    top: 0;
    height: 600px
}

.banner-base[b-316sv9wxl2] {
    position: absolute;
    height: 550px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    /* Fixes pixel gap for some browsers */
    margin-left: -1px;
    margin-right: -1px;
}

.banner-hero[b-316sv9wxl2] {
    background: url("assets/images/hero.webp") no-repeat center;
    background-size: cover;
}

.banner-gradient[b-316sv9wxl2] {
    background: url("assets/images/gradient.webp") no-repeat center;
    background-size: cover;
}

.banner-overlay[b-316sv9wxl2] {
    background: url("assets/images/overlay.webp") no-repeat center;
    background-size: cover;
    opacity: 0.25;
}

@keyframes slide-in-b-316sv9wxl2 {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%);
    }
}

.banner-content-wrapper[b-316sv9wxl2] {
    position: relative;
    z-index: 2;
    max-width: 700px;
    left: 8%;
    overflow: hidden;
    animation: slide-in-b-316sv9wxl2 1s forwards;
    -webkit-animation: slide-in 0.5s forwards;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
}

.banner-title[b-316sv9wxl2] {
    color: var(--basic-white);
    font-family: "LF Press Sans";
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

[b-316sv9wxl2] .banner-button {
    padding: 12px 36px;
    border-radius: 56px;
}

[b-316sv9wxl2] .banner-button-text {
    color: var(--basic-white);
    font-size: 1.5rem;
}

.faq-content[b-316sv9wxl2] {
    margin: 4px;
}

[b-316sv9wxl2] .faq-header {
    font-size: 3rem;
    color: var(--basic-black);
}

@media only screen and (max-width: 960px) {
    .banner-title[b-316sv9wxl2] {
        font-size: 2rem;
    }

    [b-316sv9wxl2] .faq-header {
        font-size: 2rem;
        text-align: center !important;
    }

    .faq-container[b-316sv9wxl2] {
        padding: 12px;
        margin-top: 8px !important;
    }
    
    .faq-content[b-316sv9wxl2] {
        margin: 4px 0;
    }

    .banner-content-wrapper[b-316sv9wxl2] {
        position: unset;
        padding: 8px;
        padding-left: 16px;
        width: 50%;
    }

    .banner-container[b-316sv9wxl2] {
        width: 101%;
    }

    .banner-gradient[b-316sv9wxl2] {
        background: linear-gradient(85deg, #053248 -0.11%, rgba(0, 67, 99, 0.81) 33.01%, rgba(0, 67, 99, 0.31) 85.05%)
    }

    .banner-container[b-316sv9wxl2] {
        height: 300px;
    }

    .banner-base[b-316sv9wxl2] {
        height: 300px;
    }

    [b-316sv9wxl2] .banner-button {
        padding: 10px 32px;
    }

    [b-316sv9wxl2] .banner-button-text {
        font-size: 1.25rem;
    }

}

@media only screen and (max-width: 600px) {
    .banner-content-wrapper[b-316sv9wxl2] {
        width: 100%;
        padding: 8px !important;
    }
}
/* _content/Web.Server/Features/MitIdValidation/ProfileValidationForm.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/ChangeEmail/ProfileChangeEmail.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/ChangePassword/ProfileChangePassword.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/Components/ProfileAlertBar.razor.rz.scp.css */
.notification-bar[b-kms4dpnj5v] {
    padding: 6px;
    width: 100%;
    border-radius: 4px;
    font-size: 0.875rem;
    cursor: pointer;
}

.warning-bar[b-kms4dpnj5v] {
    background-color: #c09334;

}

.error-bar[b-kms4dpnj5v] {
    background-color: var(--error);
}

.loading-bar[b-kms4dpnj5v] {
    background-color: var(--row-item);
    cursor: unset;
}
/* _content/Web.Server/Features/Profile/Components/UserInformationCard.razor.rz.scp.css */

.information-container[b-izygbn30fx] {

}

@media only screen and (max-width: 960px) {
    .information-container[b-izygbn30fx] {
        gap: 12px
    }
}
/* _content/Web.Server/Features/Profile/Components/UserInformationEmailRow.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/Components/UserInformationRow.razor.rz.scp.css */
/*
 For some reason the first css rule of this file is not included in the output 
So this dummy rule is needed to include row-label
 */
#microsoft-please-fix[b-57ahzzf650] {
}

.row-label[b-57ahzzf650] {
    min-width: 150px;
}

.row-value[b-57ahzzf650] {
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.card-row-content[b-57ahzzf650] {
    font-family: Arial;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}

[b-57ahzzf650] .agroid-card {
    max-width: 650px;
}

@media only screen and (max-width: 960px) {
    .row-label[b-57ahzzf650] {
        font-size: 0.875rem;
    }

    [b-57ahzzf650] .agroid-card {
        max-width: 450px
    }

    .card-row-content[b-57ahzzf650] {
        flex-direction: column !important;
    }
}
/* _content/Web.Server/Features/Profile/Components/UserInformationWithFallbackRow.razor.rz.scp.css */
/*
 For some reason the first css rule of this file is not included in the output 
So this dummy rule is needed to include row-label
 */
#microsoft-please-fix[b-ryj5y4btku] {
}

.row-label[b-ryj5y4btku] {
    min-width: 150px;
}

.row-value[b-ryj5y4btku] {
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.card-row-content[b-ryj5y4btku] {
    font-family: Arial;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}

[b-ryj5y4btku] .agroid-card {
    max-width: 650px;
}

@media only screen and (max-width: 960px) {
    .row-label[b-ryj5y4btku] {
        font-size: 0.875rem;
    }

    [b-ryj5y4btku] .agroid-card {
        max-width: 450px
    }

    .card-row-content[b-ryj5y4btku] {
        flex-direction: column !important;
    }
}
/* _content/Web.Server/Features/Profile/DeleteAccount/ProfileDeleteAccount.razor.rz.scp.css */
.delete-card-text[b-nrb13tymv8] {
    font-family: Arial;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 120%;
}

.checkbox-text[b-nrb13tymv8] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 130%;
}

@media only screen and (max-width: 960px) {
    .delete-card-text[b-nrb13tymv8] {
        font-size: 1.125rem !important;
    }
}
/* _content/Web.Server/Features/Profile/Edit/ProfileEditForm.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/EmailValidationStarted/EmailValidationStarted.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/ForcePasswordChange/ForcePasswordChange.razor.rz.scp.css */
.container[b-kd3cjk4ky7] {
    background: url("assets/images/agroid_background.webp") no-repeat center;
    background-size: cover;
    height: 100vh;
}

[b-kd3cjk4ky7] .change-password-card {
    margin-top: -10%;
    min-width: 400px;
    max-width: 500px;
    overflow: auto;
}

[b-kd3cjk4ky7] .logo-size {
    font-size: 72px;
}

.change-password-bar[b-kd3cjk4ky7] {
    background-color: var(--primary);
    padding: 4px 16px;
    margin-left: -32px;
    font-size: 20px;
    width: 80%;
}

@media only screen and (max-width: 960px) {
    [b-kd3cjk4ky7] .change-password-card {
        margin: 0 !important;
        width: 100%;
        height: 100%;
        max-width: 100vw !important;
    }

    .input-wrapper[b-kd3cjk4ky7] {
        justify-content: space-between;
    }
}
/* _content/Web.Server/Features/Profile/ForgottenPassword/ForgottenPassword.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/ForgottenPassword/ForgottenPasswordComplete.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/ForgottenPassword/ForgottenPasswordEmailForm.razor.rz.scp.css */
.icon-wrapper[b-3dfpg47gum] {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    background: var(--sign-up-email-background);
    border-radius: 360px;
}
/* _content/Web.Server/Features/Profile/ForgottenUsername/ForgottenUsername.razor.rz.scp.css */
.icon-wrapper[b-i5x47f5ijy] {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    background: var(--sign-up-email-background);
    border-radius: 360px;
}
/* _content/Web.Server/Features/Profile/Profile.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/ProfileEdit.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/SignUp/Components/CancelSignUpDialog.razor.rz.scp.css */
[b-pm4t5k81qk] .cancel-dialog {
    margin: 16px;
}


@media only screen and (max-width: 960px) {
    .mud-typography-body2[b-pm4t5k81qk] {
        font-size: 1.125rem !important;
    }
}
/* _content/Web.Server/Features/Profile/SignUp/Components/SignUpProgressBar.razor.rz.scp.css */
.bar-element[b-czd43iksdy] {
    width: 160px;
    height: 15px;
    background: #CED1DB;
    border-radius: 10px;
}

.current[b-czd43iksdy] {
    background: #ADC5D2 !important;
}

.complete[b-czd43iksdy] {
    background: var(--primary) !important;
}
/* _content/Web.Server/Features/Profile/SignUp/SignUp.razor.rz.scp.css */
@media only screen and (max-width: 960px) {
    [b-k5paa6n4ww] .signup-cancel-button {
        display: none !important;
    }
}
/* _content/Web.Server/Features/Profile/SignUp/Steps/SignUpStepEmail.razor.rz.scp.css */
.icon-wrapper[b-u2jun9vaza] {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    background: var(--sign-up-email-background);
    border-radius: 360px;
}
/* _content/Web.Server/Features/Profile/SignUp/Steps/SignUpStepInformation.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/SignUp/Steps/SignUpStepPassword.razor.rz.scp.css */
/* _content/Web.Server/Features/Profile/ValidateEmail/ValidateEmail.razor.rz.scp.css */
/* _content/Web.Server/Features/Subscriptions/Components/SubscriptionCard.razor.rz.scp.css */
/* _content/Web.Server/Features/Subscriptions/Components/SubscriptionOverviewCard.razor.rz.scp.css */
/* _content/Web.Server/Features/Subscriptions/Components/SubscriptionRowItem.razor.rz.scp.css */
.subscription-row-item-active[b-5g0i257py4] {
    background: #DCE9EF;
    border-radius: 8px;
    padding: 16px;
}

.subscription-row-item-inactive[b-5g0i257py4] {
    background: #e5e5e5;
    border-radius: 8px;
    padding: 16px;
}


.subscription-text[b-5g0i257py4] {
    font-size: 0.875rem
}

.subscription-header[b-5g0i257py4] {
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;

}

@media only screen and (max-width: 960px) {
    .subscription-row-item[b-5g0i257py4] {
        flex-direction: column !important;
        align-items: start !important;
        gap: 8px;
    }
    
    .subscription-text[b-5g0i257py4] {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100vw - 24px - 48px - 32px)
    }

    .subscription-header[b-5g0i257py4] {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100vw - 24px - 48px - 32px)
    }
}
/* _content/Web.Server/Features/Subscriptions/Subscriptions.razor.rz.scp.css */
