<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* _content/Balto.Web/Pages/Article/ArticleFooterBanner.razor.rz.scp.css */
.banner-container[b-t8zw02yxt4] {

}

.banner-title[b-t8zw02yxt4] {
}

.banner-description[b-t8zw02yxt4] {
    max-width: 100%;
}
/* _content/Balto.Web/Pages/Article/ArticleItem.razor.rz.scp.css */
.text-with-line-limit-2[b-3kcf70m7qb] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-with-line-limit-4[b-3kcf70m7qb] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}


.floating-icon[b-3kcf70m7qb] {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    height: 32px;
    width: 32px;
}

.card-img-top[b-3kcf70m7qb] {
    width: 100%;
    height: 12rem;
    object-fit: cover;
}

.youtube-container[b-3kcf70m7qb] {
    overflow: hidden;
    /*width: 100%;*/
    /* Keep it the right aspect-ratio */
    /*aspect-ratio: 16/9;*/
    /* No clicking/hover effects */
    pointer-events: none;
}

    .youtube-container iframe[b-3kcf70m7qb] {
        /* Extend it beyond the viewport... */
   /*     width: 300%;
        height: 100%;*/
        /* ...and bring it back again */
    /*    margin-left: -100%;*/
    }
/* _content/Balto.Web/Pages/Article/ArticlePage.razor.rz.scp.css */
.container[b-dvgjzfsgah] {
    display: flex;
    flex-wrap: wrap;
}

.container-item-40[b-dvgjzfsgah] {
    width: 40%; /* By default, each box occupies 50% of the screen width */
    padding: 20px;
}
.container-item-60[b-dvgjzfsgah] {
    width: 60%; /* By default, each box occupies 50% of the screen width */
    padding: 20px;
}

container-item-100[b-dvgjzfsgah] {
    width: 100%; /* Full with box occupying 100% of the screen width */
    padding: 20px;
}


.article-title[b-dvgjzfsgah] {
    text-transform: uppercase;
    padding-left: 1rem;
    border-left: 4px solid var(--c-accent);
}

@media screen and (max-width: 768px) {
    .container-item-40[b-dvgjzfsgah] {
        width: 100%; /* On smaller screens, each box takes up 100% of the screen width after the wrap */
    }
    .container-item-60[b-dvgjzfsgah] {
        width: 100%; /* On smaller screens, each box takes up 100% of the screen width after the wrap */
    }
}
/* _content/Balto.Web/Pages/Article/ArticlesPage.razor.rz.scp.css */
.container[b-i8ftbb33bc] {
    /*background-color: #333;*/
    /*padding: 1rem;*/
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:1rem;
    /*width: 300px;*/
}

.draggable[b-i8ftbb33bc] {
    /*padding: 1rem;
    background-color: white;
    border: 1px solid black;*/
    cursor: move;
    /*width: max-content;*/
}

    .draggable.dragging[b-i8ftbb33bc] {
        opacity: .5;
    }
/* _content/Balto.Web/Pages/Article/EditArticlePage.razor.rz.scp.css */

/* _content/Balto.Web/Pages/Article/_EditArticleContent.razor.rz.scp.css */
/* _content/Balto.Web/Pages/Article/_EditArticleDisplay.razor.rz.scp.css */
/* _content/Balto.Web/Pages/Article/_EditArticleHeader.razor.rz.scp.css */
.fileinput-wrapper:hover[b-y7tagjdufn] {
    cursor: pointer;
}

.custom-input-hide[b-y7tagjdufn] {
    width: 0;
    height: 0;
    overflow: hidden;
}
/* _content/Balto.Web/Pages/Article/_EditArticleShare.razor.rz.scp.css */
/* _content/Balto.Web/Pages/Article/_EditArticleTitle.razor.rz.scp.css */
.article-title[b-8x3eo9245e] {
    padding-left: 1rem;
    border-left: 4px solid var(--c-accent);
}

[b-8x3eo9245e] .article-title-input {
    font-size: inherit;
    text-transform: uppercase;
}

[b-8x3eo9245e] .autosize-textarea {
    resize: none;
    overflow: hidden;
    min-height: 50px;
}

[b-8x3eo9245e] .custom-select {
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 24px 0 0;
    position: relative;
    text-indent:0px;
    width: 100%;
    z-index: 1;
    border: 0;
    box-shadow: none;
    outline:0 !important;
}
/* _content/Balto.Web/Pages/Contact/Contact.razor.rz.scp.css */
/* _content/Balto.Web/Pages/ContactRequestDemonstration/ContactRequestDemonstration.razor.rz.scp.css */
.container[b-5eiz53afjr] {
    display: flex;
    flex-wrap: wrap;
}

.container-item[b-5eiz53afjr] {
    width: 50%; /* By default, each box occupies 50% of the screen width */
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .container-item[b-5eiz53afjr] {
        width: 100%; /* On smaller screens, each box takes up 100% of the screen width after the wrap */
    }
}
/* _content/Balto.Web/Pages/Cross/Account/AdminTrainer/EmailValidatedPage.razor.rz.scp.css */
.btn-go-to-workspace[b-1r7rs24jzw] {
    display:block;
    width:100%;
    margin-bottom:1.5rem;
}
/* _content/Balto.Web/Pages/Cross/Account/AdminTrainer/ForgotPasswordPage.razor.rz.scp.css */
.success-box[b-0tushowdpq] {
    margin-top: 1rem;
}

.btn-send-link[b-0tushowdpq] {
    margin-top: 1rem;
    width: 100%;
}

.btn-go-to-connection[b-0tushowdpq] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

/* _content/Balto.Web/Pages/Cross/Account/AdminTrainer/ImpersonateTrainerPage.razor.rz.scp.css */
.success-box[b-lmhyr3sbe1] {
    margin-top: 1rem;
}

.btn-send-link[b-lmhyr3sbe1] {
    margin-top: 1rem;
    width: 100%;
}

.btn-go-to-connection[b-lmhyr3sbe1] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

/* _content/Balto.Web/Pages/Cross/Account/AdminTrainer/LoginPage.razor.rz.scp.css */
.field-password[b-0xik5fcglr] {
    margin-top: 1rem;
}

.btn-login[b-0xik5fcglr] {
    margin-top: 1rem;
    width: 100%;
}

.field-forgot-password[b-0xik5fcglr] {
    margin-top: 0.5rem;
    text-align: end;
}

.line-connect-with[b-0xik5fcglr] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.line-register[b-0xik5fcglr] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


.btn-google[b-0xik5fcglr] {
    color: #EA4335;
    border-color: #E0E0E0;
    width: 100%;
    /*background-color: #ffffff;*/
}

    .btn-google:hover[b-0xik5fcglr], .btn-google:active[b-0xik5fcglr], .btn-google:visited[b-0xik5fcglr] {
        color: #ffffff;
        background-color: #EA4335;
    }

.btn-facebook[b-0xik5fcglr] {
    margin-top: 10px;
    color: #ffffff;
    border-color: #3B5998;
    background-color: #3B5998;
    width: 100%;
}

    .btn-facebook:hover[b-0xik5fcglr], .btn-facebook:active[b-0xik5fcglr], .btn-facebook:visited[b-0xik5fcglr] {
        color: #ffffff;
        background-color: #1D2E4C;
    }

.btn-register[b-0xik5fcglr] {
    /*margin-top: 1rem;*/
    width: 100%;
}

.page-background-class[b-0xik5fcglr] {
    background-image: url(images/Background1.png);
    background-size: cover;
    /*height: auto;*/
    width: 100%;
    overflow: auto;
}

.text-small[b-0xik5fcglr] {
    font-size: 14px;
    line-height: 22px;
}

.login-card-style[b-0xik5fcglr] {
    max-width: 500px;
    padding: 50px
}

@media screen and (max-width: 767px) {
    .login-card-style[b-0xik5fcglr] {
        max-width: 500px;
        padding: 20px
    }
}
/* _content/Balto.Web/Pages/Cross/Account/AdminTrainer/RegisterCompletedPage.razor.rz.scp.css */
.btn-send-again[b-y8r2pjidog] {
    margin-bottom: 1.5rem;
    width: 100%;
}

.btn-go-to-login[b-y8r2pjidog] {
    margin-bottom: 1.5rem;
    width: 100%;
}

.textInfo1[b-y8r2pjidog] {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    display:table;
    width:100%;
}
.textInfo2[b-y8r2pjidog] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: table;
    width: 100%;
}

.line-no-email[b-y8r2pjidog] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


/* _content/Balto.Web/Pages/Cross/Account/AdminTrainer/RegisterPage.razor.rz.scp.css */
.field-password[b-j4uwtlloxr] {
    margin-top: 1rem;
}

.btn-register[b-j4uwtlloxr] {
    margin-top: 1rem;
    width:100%;
}

.btn-login[b-j4uwtlloxr] {
    width: 100%;
}

.line-already-have-account[b-j4uwtlloxr] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
/* _content/Balto.Web/Pages/Cross/Account/AdminTrainer/ResetPasswordPage.razor.rz.scp.css */
.field-password[b-v5o0s11vmm] {
    margin-top: 1rem;
}

.btn-reset-password[b-v5o0s11vmm] {
    margin-top: 1rem;
    width: 100%;
}

.btn-go-to-connection[b-v5o0s11vmm] {
    margin-top: 1rem;
    width: 100%;
}

.btn-go-to-workspace[b-v5o0s11vmm] {
    margin-top: 1rem;
    width: 100%;
}
/* _content/Balto.Web/Pages/Features/FeatureLink.razor.rz.scp.css */
.feature-link[b-fflhajkoqm] {
    text-align:end;
}
/* _content/Balto.Web/Pages/Features/FeatureSection.razor.rz.scp.css */
.section-grid-spacing[b-as9dlf1uju] {
    padding-top: 50px;
    /*min-height:300px;*/
}
/* _content/Balto.Web/Pages/Features/FeaturesPage.razor.rz.scp.css */
/* _content/Balto.Web/Pages/GetAppDownloadsPage.razor.rz.scp.css */
.buttons-download[b-t0v7snyb7z] {
    display: inline-grid;
    gap: 16px;
    grid-auto-flow: column;
}

    .buttons-download li[b-t0v7snyb7z],
    .buttons-download li a[b-t0v7snyb7z] {
        line-height: 0;
    }

.card-sub-titles[b-t0v7snyb7z] {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: start;
}
/* _content/Balto.Web/Pages/GetStarted/GetStartedPage.razor.rz.scp.css */
.section__hero[b-5jmphh0d2c] {
    align-items: center;
    background-size: cover;
    color: var(--c-neutral-white);
    display: flex;
    flex-direction: column;
    /*height: 950px;*/
    height: auto;
    padding-bottom: 80px;
    padding-top: 240px;
    /*padding-top: 80px;*/
}


.hero-wrapper[b-5jmphh0d2c] {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: unset;
}

.hero-title[b-5jmphh0d2c] {
    font-family: var(--ff-extraBold);
    font-size: var(--headlines-hero-fs);
    line-height: var(--headlines-hero-lh);
    text-align: start;
    margin-bottom: 24px;
}

    .hero-title &gt; strong[b-5jmphh0d2c] {
        color: var(--c-accent-light) !important;
    }

.hero-description[b-5jmphh0d2c] {
    font-family: 'Montserrat Light';
    font-size: var(--text-xl-fs);
    line-height: var(--text-xl-lh);
}

[b-5jmphh0d2c] .img-limit-height {
    max-height:400px;
}
[b-5jmphh0d2c] .img-limit-height-mobile {
    max-height: 400px;
    min-width: 160px;
}


.superposedGrid[b-5jmphh0d2c] {
    display: grid;
     /*Provide a background when the video is loading */
    background: url("../images/hero_landing_image.svg") no-repeat center bottom transparent;
}

.superposedLayer[b-5jmphh0d2c] {
    grid-column: 1;
    grid-row: 1;
}

.btn-hero[b-5jmphh0d2c] {
    width: 200px;
}


.btn-outline-filled[b-5jmphh0d2c] {
    color: #ffffff;
    background-color: var(--c-accent);
    border-color: var(--c-accent);
    font-weight: bold;
    letter-spacing: 0.05em;
    /*border-radius: 0;*/
}

    .btn-outline-filled:hover[b-5jmphh0d2c],
    .btn-outline-filled:active[b-5jmphh0d2c],
    .btn-outline-filled:focus[b-5jmphh0d2c],
    .btn-outline-filled.active[b-5jmphh0d2c] {
         /*let's darken #004E64 a bit for hover effect */
        background: var(--c-accent-dark);
        color: #ffffff;
        border-color: var(--c-accent-dark);
    }


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

    .section__hero[b-5jmphh0d2c] {
        /*height: 900px;*/
        padding-top: 220px; /*AFA Added after Boostrap introduction*/
    }
    .hero-wrapper[b-5jmphh0d2c] {
        max-width: unset;
    }
 
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-grid-right-image-wrapper.decorative[b-5jmphh0d2c] {
        max-width: 200px;
    }

    .section__hero[b-5jmphh0d2c] {
        /*height: 660px;*/
        padding-top: 200px; /*AFA Added after Boostrap introduction*/
        padding-bottom: 50px;
    }

    .hero-wrapper[b-5jmphh0d2c] {
        max-width: 100%;
    }

    .hero-title[b-5jmphh0d2c],
    .hero-description[b-5jmphh0d2c] {
        max-width: unset;/*  450px;*/
    }
    [b-5jmphh0d2c] .img-limit-height {
        max-height: 300px;
    }
}
/*@media screen and (max-width: 991px) {
}*/
@media screen and (max-width: 767px) {
 
    .section__hero[b-5jmphh0d2c] {
        /*height: auto;*/
        padding: 100px 20px 80px;
    }

    .hero-download[b-5jmphh0d2c] {
        grid-auto-flow: row;
    }

    .hero-description[b-5jmphh0d2c] {
        /*margin-bottom: 30px;*/
    }

    [b-5jmphh0d2c] .img-limit-height {
        max-height: 250px;
    }
}
/* _content/Balto.Web/Pages/GetStarted/_GetStarted_02b_Settings.razor.rz.scp.css */
.settings_icon[b-qtuyqvgvo5] {
    width: 64px;
    height: 64px;
}


.settings_div[b-qtuyqvgvo5] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}


@media screen and (max-width: 767px) {
    .settings_icon[b-qtuyqvgvo5] {
        width: 48px;
        height: 48px;
    }
}
/* _content/Balto.Web/Pages/GetStarted/_GetStarted_04_Planning.razor.rz.scp.css */
.settings_icon[b-b5tm7erlxh] {
    width: 64px;
    height: 64px;
}


.settings_div[b-b5tm7erlxh] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

@media screen and (max-width: 767px) {
    .settings_icon[b-b5tm7erlxh] {
        width: 48px;
        height: 48px;
    }
}
/* _content/Balto.Web/Pages/GetStarted/_GetStarted_06_FollowUp.razor.rz.scp.css */
.example-box[b-omns2hdy90] {
    background-color: #79589f12;
}
/* _content/Balto.Web/Pages/GetStarted/_GetStarted_07_DailyLife.razor.rz.scp.css */
.example-box[b-srth2op6aw] {
    background-color: #ffffff12;
}
/* _content/Balto.Web/Pages/Landing/LandingPage.razor.rz.scp.css */
.section__hero[b-csr506g7wc] {
    align-items: center;
    background-size: cover;
    color: var(--c-neutral-white);
    display: flex;
    flex-direction: column;
    /*height: 950px;*/
    height: auto;
    padding-bottom: 80px;
    padding-top: 240px;
    /*padding-top: 80px;*/
}


.hero-wrapper[b-csr506g7wc] {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: unset;
}

.hero-title[b-csr506g7wc] {
    font-family: var(--ff-extraBold);
    font-size: var(--headlines-hero-fs);
    line-height: var(--headlines-hero-lh);
    text-align: start;
    margin-bottom: 24px;
}

    .hero-title &gt; strong[b-csr506g7wc] {
        color: var(--c-accent-light) !important;
    }

.hero-description[b-csr506g7wc] {
    font-family: 'Montserrat Light';
    font-size: var(--text-xl-fs);
    line-height: var(--text-xl-lh);
}

.hero-download[b-csr506g7wc] {
    display: grid;
    gap: 16px;
    grid-auto-flow: column;
}

    .hero-download li[b-csr506g7wc],
    .hero-download li a[b-csr506g7wc] {
        line-height: 0;
    }

#myVideo[b-csr506g7wc] {
    /*position: relative;
    right: 0;
    bottom: 0;*/
    min-width: 100%;
    min-height: 100%;
}

.text-small[b-csr506g7wc] {
    font-size: 0.9rem !important
}

[b-csr506g7wc] .img-limit-height {
    max-height:400px;
}
[b-csr506g7wc] .img-limit-height-mobile {
    max-height: 400px;
    min-width: 160px;
}


.superposedGrid[b-csr506g7wc] {
    display: grid;
    /* Provide a background when the video is loading */
    background: url("../images/hero_landing_image.svg") no-repeat center bottom transparent;
}

.superposedLayer[b-csr506g7wc] {
    grid-column: 1;
    grid-row: 1;
}

.btn-hero[b-csr506g7wc] {
    width: 200px;
}

.btn-outline-black[b-csr506g7wc] {
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.05em;
}

    .btn-outline-black:hover[b-csr506g7wc],
    .btn-outline-black:active[b-csr506g7wc],
    .btn-outline-black:focus[b-csr506g7wc],
    .btn-outline-black.active[b-csr506g7wc] {
        background: #ffffff;
        color: #000000;
        border-color: #ffffff;
    }


.btn-outline-filled[b-csr506g7wc] {
    color: #ffffff;
    background-color: var(--c-accent);
    border-color: var(--c-accent);
    font-weight: bold;
    letter-spacing: 0.05em;
    /*border-radius: 0;*/
}

    .btn-outline-filled:hover[b-csr506g7wc],
    .btn-outline-filled:active[b-csr506g7wc],
    .btn-outline-filled:focus[b-csr506g7wc],
    .btn-outline-filled.active[b-csr506g7wc] {
        /* let's darken #004E64 a bit for hover effect */
        background: var(--c-accent-dark);
        color: #ffffff;
        border-color: var(--c-accent-dark);
    }


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

    .section__hero[b-csr506g7wc] {
        /*height: 900px;*/
        padding-top: 220px; /*AFA Added after Boostrap introduction*/
    }
    .hero-wrapper[b-csr506g7wc] {
        max-width: unset;
    }
 
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-grid-right-image-wrapper.decorative[b-csr506g7wc] {
        max-width: 200px;
    }

    .section__hero[b-csr506g7wc] {
        /*height: 660px;*/
        padding-top: 200px; /*AFA Added after Boostrap introduction*/
        padding-bottom: 50px;
    }

    .hero-wrapper[b-csr506g7wc] {
        max-width: 100%;
    }

    .hero-title[b-csr506g7wc],
    .hero-description[b-csr506g7wc] {
        max-width: unset; /* 450px;*/
    }
    [b-csr506g7wc] .img-limit-height {
        max-height: 300px;
    }
}
/*@media screen and (max-width: 991px) {
}*/
@media screen and (max-width: 767px) {
    .section-grid-right-image-wrapper.decorative[b-csr506g7wc] {
        max-width: 100px;
    }


    .section__hero[b-csr506g7wc] {
        /*height: auto;*/
        padding: 100px 20px 80px;
    }

    .hero-download[b-csr506g7wc] {
        grid-auto-flow: row;
    }

    .hero-description[b-csr506g7wc] {
        /*margin-bottom: 30px;*/
    }

    .hero-download li a img[b-csr506g7wc] {
        width: 130px;
    }

    [b-csr506g7wc] .img-limit-height {
        max-height: 250px;
    }
}
/* _content/Balto.Web/Pages/Landing/SectionGridButtonGetStarted.razor.rz.scp.css */
.justify-self-center[b-msef1sz3ip] {
    justify-self: center
}

@media screen and (max-width: 1279px) {
    
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    
}

@media screen and (max-width: 767px) {
    .btn-primary-variant[b-msef1sz3ip] {
        padding: 10px;

    }
    
}
/* _content/Balto.Web/Pages/Organisation/Dialogs/WelcomeDialog.razor.rz.scp.css */
.dialog-background[b-42q34xqugj] {
    background: url("/images/wavePath.svg") right top transparent;
    background-size: 60% 100%;
    background-repeat: no-repeat;
}

.dialog-title[b-42q34xqugj] {
    font-size: var(--text-xxl-fs);
    font-family: var(--ff-extraBold);
}

.dialog-subtitle[b-42q34xqugj] {
    font-size: var(--text-xl-fs);
    font-family: var(--ff-bold);
}

.superposedGridDialog[b-42q34xqugj] {
    display: grid;
}

.superposedLayerDialog[b-42q34xqugj] {
    grid-column: 1;
    grid-row: 1;
}
/* _content/Balto.Web/Pages/Payment/SuccessPage.razor.rz.scp.css */
.btn-letsgo[b-b71i9c0056] {
    margin-top: 1rem;
    /*margin-bottom: 1rem;*/
    width: 100%;
}

.btn-manage-billing[b-b71i9c0056] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width:100%;
}
/* _content/Balto.Web/Pages/UnderMaintenancePage.razor.rz.scp.css */
.bloc[b-bi1wp3az0h] {
    display: flex;
    flex-direction: column;
    flex: 1;
}


.title[b-bi1wp3az0h] {
    flex: 0.5;
    display: inline-flex;
    /*font-size: 84px;*/
    font-size: var(--headlines-h1-fs);
    line-height: var(--headlines-h1-fs);
    font-weight: 800;
    text-align: center;
    align-items: end;
    justify-content: space-around;
    margin: 30px;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.message[b-bi1wp3az0h] {
    flex: 0.8;
    display: inline-flex;
    font-size: var(--text-xxl-lh);
    line-height: var(--text-xxl-lh);
    font-weight: 700;
    text-align: center;
    align-items: start;
    margin: 30px;
    justify-content: space-around;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
/* _content/Balto.Web/Pages/Unsubscribe/UnsubscribePage.razor.rz.scp.css */
.container[b-lz1m3exlye] {
    display: flex;
    flex-wrap: wrap;
}

.container-item[b-lz1m3exlye] {
    width: 50%; /* By default, each box occupies 50% of the screen width */
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .container-item[b-lz1m3exlye] {
        width: 100%; /* On smaller screens, each box takes up 100% of the screen width after the wrap */
    }
}
/* _content/Balto.Web/Pages/Videos/Video.razor.rz.scp.css */
/* _content/Balto.Web/Shared/AccountComponent.razor.rz.scp.css */
.btn-update-account[b-csyl3phhqc] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

.btn-subscribe[b-csyl3phhqc] {
    width: 100%;
}

.btn-delete-account[b-csyl3phhqc] {
    width: 100%;
}

.line-connect-with[b-csyl3phhqc] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.btn-manage-billing-information[b-csyl3phhqc] {
    margin-top: 1rem;
    width: 100%;
}

.btn-manage-billing-account[b-csyl3phhqc] {
    margin-top: 1rem;
    width: 100%;
}

.align-start[b-csyl3phhqc] {
    text-align: start;
}

.container[b-csyl3phhqc] {
    text-align: left;
}

.avatar-row[b-csyl3phhqc] {
    /*justify-content: center;*/
    /*max-width: 150px;*/
    margin: 10px;
}

.avatar-image[b-csyl3phhqc] {
    cursor: pointer;
    margin-top:20px;
    max-width:150px;
}


.logo-row[b-csyl3phhqc] {
    justify-content: center;
    max-width: 200px;
    margin: 10px;
}

.logo-image[b-csyl3phhqc] {
    cursor: pointer;
}

.subLabel[b-csyl3phhqc] {
    font-size: 14px;
}
/* _content/Balto.Web/Shared/BannerTop.razor.rz.scp.css */
.banner[b-jq22hw2ixa] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    background-color : yellow;
}
/* _content/Balto.Web/Shared/BarFooter.razor.rz.scp.css */
.a-footer[b-v21t0575ha] {
    text-align:center;
}

/* _content/Balto.Web/Shared/BarMenu.razor.rz.scp.css */

.a-firstRow[b-pj9xp5qef7] {
    padding-bottom: 0 !important;
}

.a-icon[b-pj9xp5qef7] {
    text-decoration: none;
}

    .a-icon:hover &gt; span[b-pj9xp5qef7] {
        text-decoration: underline;
    }

.a-secondRow[b-pj9xp5qef7] {
    padding-top: 0 !important;
    opacity: 0.8 !important;
    font-size: 14px !important;
}
/* _content/Balto.Web/Shared/CenteredCardLayout.razor.rz.scp.css */
.page-background-class[b-lnmxt8rtly] {
    background-image: url(images/Background1.png);
    background-size: cover;
    /*height: auto;*/
    width: 100%;
    overflow: auto;
}

.card-container[b-lnmxt8rtly]{
    max-width:500px;
}
/*.logo-top-class {
    margin-bottom: 1.5rem;
}*/
.vertical-center[b-lnmxt8rtly] {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}
/* _content/Balto.Web/Shared/Dialogs/VideoPlayerDialog.razor.rz.scp.css */
.modal-dialog[b-kxim2evn9m] {
    max-width: 800px;
    margin: 30px auto;
}



.modal-body[b-kxim2evn9m] {
    position: relative;
    padding: 0px;
}

.close[b-kxim2evn9m] {
    position: absolute;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}


/* _content/Balto.Web/Shared/EmptyLayout.razor.rz.scp.css */
.top-content[b-0cxzeg5a4q] {
    height: 100%;
    display: flex;
    flex: 1
}
/* _content/Balto.Web/Shared/FullScreenImageLayout.razor.rz.scp.css */
.page-background-class[b-mc0kg2l7sf] {
    background-image: url(images/fogg-searching-2.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    overflow: auto;
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    flex-direction:column;
}


.vertical-center[b-mc0kg2l7sf] {
    height: 100%;
    display: flex;
    flex: 1
}

.company-text[b-mc0kg2l7sf] {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.0rem;
    color: black;
    font-weight: 700;
    margin: 2rem;
    flex: 0;
    vertical-align:middle;
}

.copyright-text[b-mc0kg2l7sf] {
    margin: 2rem;
}
/* _content/Balto.Web/Shared/ImageCropper.razor.rz.scp.css */
.btn-delete-image[b-6jkpjzr2b9] {
    position: absolute;
    right: -21px;
    bottom: -1px;
    padding: 0px;
    opacity: 0.5;
}

.image-holder[b-6jkpjzr2b9] {
    position: relative;
}
/* _content/Balto.Web/Shared/Language/LanguageSwitcher.razor.rz.scp.css */
.flag[b-yn61jlm7hw] {
    width: 24px;
    margin-bottom: 2px;
}


header .menu.visible .flag[b-yn61jlm7hw] {
    /*This is convert to white*/
    filter: invert(100%) sepia(0%) saturate(21%) hue-rotate(282deg) brightness(105%) contrast(104%);
}
/* _content/Balto.Web/Shared/LoaderWhenEmpty.razor.rz.scp.css */
.loader-when-empty[b-kwowz35cql] {
    margin: auto;
    display: block;
}

    .loader-when-empty:not(:last-child)[b-kwowz35cql] {
        visibility: collapse;
    }
/* _content/Balto.Web/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

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

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

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/Balto.Web/Shared/PricingComponent.razor.rz.scp.css */
.rounded-lg[b-yyon7mwqmx] {
    border-radius: 1rem !important
}

.text-small[b-yyon7mwqmx] {
    font-size: 0.9rem !important
}

.pricing[b-yyon7mwqmx] {
    color: #fff
}

.custom-separator[b-yyon7mwqmx] {
    width: 5rem;
    height: 6px;
    border-radius: 1rem
}

.text-uppercase[b-yyon7mwqmx] {
    letter-spacing: 0.2em
}

.btn-warning[b-yyon7mwqmx] {
    color: #fff
}

    .btn-warning:hover[b-yyon7mwqmx] {
        color: #fff
    }

.pricing-card[b-yyon7mwqmx] {
    position: relative;
    /*padding: 5px 5px 5px 5px;*/
}
.ribbon-container[b-yyon7mwqmx] {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
}
.ribbon[b-yyon7mwqmx] {
    background-color: var(--c-accent);
    color: var(--c-neutral-white);
    transform:rotate(45deg);
    height:32px;
    display:block;
    position:absolute;
    z-index:2;
    top:33px;
    right:-52px;
    width:200px;
    padding:9px 20px 8px;
    box-sizing:border-box;
    white-space:nowrap;
    overflow:hidden;
    font-size:13px;
    line-height:13px;
}
.pricing-container[b-yyon7mwqmx] {
    justify-content: center;
    align-content:center;
}

.span-your-subscription[b-yyon7mwqmx] {
    font-size: 1rem;
    color: #7081AC;
    font-weight: 600;
}

.promotion-code[b-yyon7mwqmx]{
    font-size:14px;
}



.highlight-container[b-yyon7mwqmx], .highlight[b-yyon7mwqmx] {
    position: relative;
}

.highlight-container[b-yyon7mwqmx] {
    display: inline-block;
}

    .highlight-container[b-yyon7mwqmx]:before {
        content: " ";
        display: block;
        height: 90%;
        width: 100%;
        margin-left: -3px;
        margin-right: -3px;
        position: absolute;
        background: #ffd500;
        transform: rotate(2deg);
        top: -1px;
        left: -1px;
        border-radius: 20% 25% 20% 24%;
        padding: 10px 3px 3px 10px;
    }
</pre></body></html>