/* /Components/Account/Pages/Subscription.razor.rz.scp.css */
.plan-card[b-cs55l7tpy8] {
    border-radius: 12px;
    border: 1px solid #dee2e6;
}

.plan-card.popular[b-cs55l7tpy8] {
    border: 2px solid #2f6fed;
}

.badge-popular[b-cs55l7tpy8] {
    background-color: #e8f0ff;
    color: #2f6fed;
    font-weight: 500;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 0.75rem;
}

.price[b-cs55l7tpy8] {
    font-size: 2rem;
    font-weight: 700;
}

.price small[b-cs55l7tpy8] {
    font-size: 0.9rem;
    font-weight: 400;
    color: #6c757d;
}

.feature-list li[b-cs55l7tpy8] {
    margin-bottom: 0.5rem;
}

.feature-list li[b-cs55l7tpy8]::before {
    content: "✓";
    color: #2f6fed;
    font-weight: bold;
    margin-right: 8px;
}

.billing-card[b-cs55l7tpy8] {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.billing-card h5[b-cs55l7tpy8] {
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

.billing-item[b-cs55l7tpy8] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1rem;
    position: relative;
}

.billing-item.active[b-cs55l7tpy8] {
    border-color: #6f42c1;
    background-color: #f6f3ff;
}

.billing-item .check[b-cs55l7tpy8] {
    color: #6f42c1;
    font-weight: 600;
    margin-right: 0.5rem;
}

.billing-muted[b-cs55l7tpy8] {
    color: #6b7280;
    font-size: 0.9rem;
}

.billing-action[b-cs55l7tpy8] {
    color: #6f42c1;
    font-weight: 500;
    background: none;
    border: none;
    padding: 0;
}

.billing-action:hover[b-cs55l7tpy8] {
    text-decoration: underline;
}
/* /Components/Blogs/BlogCard.razor.rz.scp.css */
/* /Components/Components/Card.razor.rz.scp.css */
/* /Components/Components/SubscriptionModels.razor.rz.scp.css */
/* /Components/Footer.razor.rz.scp.css */
footer .social-icons a[b-tz12rczf99] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

footer .social-icons[b-tz12rczf99] {
    text-align: right
}

.social-icons[b-tz12rczf99] {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li[b-tz12rczf99] {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title[b-tz12rczf99] {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a[b-tz12rczf99] {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active[b-tz12rczf99],
.social-icons a:focus[b-tz12rczf99],
.social-icons a:hover[b-tz12rczf99] {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a[b-tz12rczf99] {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover[b-tz12rczf99] {
    background-color: #3b5998
}

.social-icons a.twitter:hover[b-tz12rczf99] {
    background-color: #00aced
}

.social-icons a.linkedin:hover[b-tz12rczf99] {
    background-color: #007bb6
}

.social-icons a.dribbble:hover[b-tz12rczf99] {
    background-color: #ea4c89
}

@media (max-width:767px) {
    .social-icons li.title[b-tz12rczf99] {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xq9mzg20a8] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page > *:not(.page-grid)[b-xq9mzg20a8] {
    position: relative;
    z-index: 1;
}

.page-grid[b-xq9mzg20a8] {
    position: absolute;
    inset: 0;
    /* Grid size */
    --grid-size: 40px;
    --line-color: rgba(234, 88, 12, 0.18);
    --alt-line-color: rgba(234, 88, 12, 0.35);
    background-image:

        /* vertical grid lines */
            repeating-linear-gradient(
                    to right,
                    var(--line-color) 0px,
                    var(--line-color) 1px,
                    transparent 1px,
                    transparent var(--grid-size)
            ),

                /* horizontal grid lines */
            repeating-linear-gradient(
                    to bottom,
                    var(--line-color) 0px,
                    var(--line-color) 1px,
                    transparent 1px,
                    transparent var(--grid-size)
            );
    background-size: 100% 75%;
    background-repeat: no-repeat;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(
            ellipse 70% 30% at 50% 30%,
            black 80%,
            transparent 100%
    );
    mask-image: radial-gradient(
            ellipse 70% 30% at 50% 30%,
            black 80%,
            transparent 100%
    );
}

.page-grid[b-xq9mzg20a8]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            repeating-linear-gradient(
                    to right,
                    var(--alt-line-color) 0px,
                    var(--alt-line-color) 1px,
                    transparent 1px,
                    transparent 200px
            ),
            repeating-linear-gradient(
                    to bottom,
                    var(--alt-line-color) 0px,
                    var(--alt-line-color) 1px,
                    transparent 1px,
                    transparent 200px
            );

    background-size: 100% 75%, 100% 75%;
    background-position: 0 0, 0 var(--grid-size);
    background-repeat: no-repeat;
    opacity: 1;
}

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

#blazor-error-ui[b-xq9mzg20a8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-xq9mzg20a8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.header-image[b-8wkv72hsvr] {
    height: 38px;
    text-align: center;
    color: rgb(234, 88, 12);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}
.header-image img[b-8wkv72hsvr] {
    max-width: 100%;
    object-fit: contain;
}
/* /Components/Pages/Blogs/BlogPost.razor.rz.scp.css */
.blog-image-frame[b-ximx4jgb6x] {
    padding: 8px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    /*height: 250px;*/
    width: auto;
}

.blog-image-frame img[b-ximx4jgb6x] {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    object-fit: fill;
}
/* /Components/Pages/Blogs/Blogs.razor.rz.scp.css */
.search-bar input[b-032ukao9fz] {
    border-radius: 30px 0 0 30px;
    border: 1px solid var(--soft-grey);
}

.search-bar button[b-032ukao9fz] {
    border-radius: 0 30px 30px 0;
    background-color: var(--accent-orange);
    color: white;
}

.sidebar[b-032ukao9fz] {
    padding: 25px;
    border-radius: 10px;
}

.sidebar h6[b-032ukao9fz] {
    font-weight: 600;
    margin-top: 20px;
}


.sidebar a:hover[b-032ukao9fz] {
    color: var(--accent-orange);
}

.sidebar a.active[b-032ukao9fz] {
    color: var(--accent-orange);
}

.page-link[b-032ukao9fz] {
    color: var(--accent-orange);
}

.page-link.active[b-032ukao9fz] {
    background-color: var(--accent-orange);
    color: var(--primary-navy);
    border: 1px solid var(--primary-navy);
}
.page-item.disabled > .page-link[b-032ukao9fz] {
    background-color: var(--light-grey);
    color: unset;
}

.empty-state[b-032ukao9fz] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    max-width: 700px;
    margin: 0 auto;
}

.empty-icon[b-032ukao9fz] {
    font-size: 3rem;
    color: #6c757d;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* 
Orange - #EA580C rgb(234, 88, 12) 
Grey - #1f2937  rgb(31, 41, 55)
*/

.hero-container[b-lh61qmkjv7] {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-title[b-lh61qmkjv7] {
    /*font-size: 3.2rem;*/
    /*font-weight: 700;*/
    color: #FFFFFF;
    margin-bottom: 20px;
}

.hero-subtitle[b-lh61qmkjv7] {
    font-size: 1.2rem;
    color: #FFF;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 40px;
}

.hero-actions[b-lh61qmkjv7] {
    display: flex;
    gap: 16px;
    justify-content: center;
}
/* /Components/Pages/LandingPages/Gomcs.razor.rz.scp.css */
.jt-primary[b-xbyghq4bzm] {
    background-color: #EA580C;
    color: white;
}

.jt-primary:hover[b-xbyghq4bzm] {
    background-color: #cf4e09;
    color: white;
}

.jt-accent-text[b-xbyghq4bzm] {
    color: #EA580C;
}

.hero-section[b-xbyghq4bzm] {
    padding: 60px 0;
}

/* CARDS */
.feature-card[b-xbyghq4bzm] {
    border: none;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    background: white;
    height: 100%;
}

.feature-card:hover[b-xbyghq4bzm] {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.form-container[b-xbyghq4bzm] {
    max-width: 500px;
    margin: auto;
}

