/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rvwkq83s2h] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-rvwkq83s2h] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-rvwkq83s2h] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rvwkq83s2h] {
    font-size: 1.1rem;
}

.bi[b-rvwkq83s2h] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-rvwkq83s2h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-rvwkq83s2h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-rvwkq83s2h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-rvwkq83s2h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rvwkq83s2h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rvwkq83s2h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rvwkq83s2h]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-rvwkq83s2h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rvwkq83s2h]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-rvwkq83s2h] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rvwkq83s2h] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rvwkq83s2h] {
        display: none;
    }

    .nav-scrollable[b-rvwkq83s2h] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/OctanormLayout.razor.rz.scp.css */
.octanorm-layout[b-iusl1qimp4] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: var(--color-octa-mono7);
}

.octanorm-layout[b-iusl1qimp4]  .dxbl-drawer .dxbl-drawer-panel {
    background-color:  var(--color-octa-mono7);
    padding-left: 0rem;
    padding-right: 0%;
    padding-top: 1.5rem;
}

.octanorm-layout[b-iusl1qimp4]  .dxbl-drawer-left.dxbl-drawer-open.dxbl-drawer.dxbl-drawer-shrink>.dxbl-drawer-panel {
    border-right: 0px solid var(--color-octa-mono7);
}

.octanorm-layout[b-iusl1qimp4]  .dxbl-drawer .dxbl-drawer-body {
    background-color:  var(--color-octa-white);
    border-radius: 0.5rem;
    margin-left: 1.5rem;
}

.octanorm-layout[b-iusl1qimp4]  div.dxbl-drawer-content {
    background-color:  var(--color-octa-mono7);
    padding: 1.5rem;
    padding-bottom: 0rem;
}

.octanorm-layout[b-iusl1qimp4]  .header-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.octanorm-layout[b-iusl1qimp4]  .header-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color:  var(--color-octa-white);
}

.octanorm-layout[b-iusl1qimp4]  .footer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: var(--color-octa-mono3);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.octanorm-layout[b-iusl1qimp4]  .header-container .navbar {
    display: flex;
    flex-direction: row;
    /*max-width: 1920px;*/
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--color-octa-white);
    padding: 1rem 1rem;
}

.octanorm-layout[b-iusl1qimp4]  .header-btn-container {
    align-items: center;
}

.octanorm-layout[b-iusl1qimp4]  .header-btn-text {
    color: var(--color-octa-mono4);
    font-size: 0.7rem;
    font-weight: 400;
}

.octanorm-layout[b-iusl1qimp4]  .logo-image span.logo-image {
      transition: width 0.2s ease-in-out;
      width: 220px;
      height: 50px;
      display: block;
      margin-top: 13px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
 }

.octanorm-layout[b-iusl1qimp4]  .logo-image span.logo-image {
    background-image: url('../images/payment-logo.svg');
}

.octanorm-layout[b-iusl1qimp4]  .bi {
    margin-bottom: 0.25rem;
    background-size: cover;
}

@media (max-width: 575.98px) {
    .octanorm-layout[b-iusl1qimp4]  .bi {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media (min-width: 576px) {
    .octanorm-layout[b-iusl1qimp4]  .bi {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.octanorm-layout[b-iusl1qimp4]  .navbar-toggler {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    padding: 0.5rem;
    margin: 0.5rem .5rem .5rem 0rem;
    border-radius: 50%;
    border-width: 0px;
}

.octanorm-layout[b-iusl1qimp4]  .navbar-toggler .navbar-toggler-icon {
    color: var(--color-octa-mono3);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.5C0 3.67157 0.671573 3 1.5 3H22.5C23.3284 3 24 3.67157 24 4.5C24 5.32843 23.3284 6 22.5 6H1.5C0.671573 6 0 5.32843 0 4.5Z' fill='currentColor' fill-opacity='0.54'/%3E%3Cpath d='M0 12.5C0 11.6716 0.671573 11 1.5 11H22.5C23.3284 11 24 11.6716 24 12.5C24 13.3284 23.3284 14 22.5 14H1.5C0.671573 14 0 13.3284 0 12.5Z' fill='black' fill-opacity='0.54'/%3E%3Cpath d='M24 20.5C24 19.6716 23.3284 19 22.5 19H1.5C0.671573 19 0 19.6716 0 20.5C0 21.3284 0.671573 22 1.5 22H22.5C23.3284 22 24 21.3284 24 20.5Z' fill='currentColor' fill-opacity='0.54'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.5C0 3.67157 0.671573 3 1.5 3H22.5C23.3284 3 24 3.67157 24 4.5C24 5.32843 23.3284 6 22.5 6H1.5C0.671573 6 0 5.32843 0 4.5Z' fill='currentColor' fill-opacity='0.54'/%3E%3Cpath d='M0 12.5C0 11.6716 0.671573 11 1.5 11H22.5C23.3284 11 24 11.6716 24 12.5C24 13.3284 23.3284 14 22.5 14H1.5C0.671573 14 0 13.3284 0 12.5Z' fill='black' fill-opacity='0.54'/%3E%3Cpath d='M24 20.5C24 19.6716 23.3284 19 22.5 19H1.5C0.671573 19 0 19.6716 0 20.5C0 21.3284 0.671573 22 1.5 22H22.5C23.3284 22 24 21.3284 24 20.5Z' fill='currentColor' fill-opacity='0.54'/%3E%3C/svg%3E%0A");
    background-color:  var(--color-octa-mono3);
    background-image: none;
    height: 1.5rem;
    width: 1.5rem;
    display: block;
    --dxbl-image-margin-y: 0;
}

.octanorm-layout[b-iusl1qimp4]  .navbar-toggler:hover .navbar-toggler-icon {
    background-color: var(--color-octa-mono4) !important;
}

.octanorm-layout[b-iusl1qimp4]  .dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active {
    border-radius: 0px;
}

.octanorm-layout[b-iusl1qimp4]  .dxbl-drawer-body .dxbl-treeview .dxbl-treeview-item>.dxbl-treeview-item-content>.dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active::before {
    border-radius: 0.5rem;
}

.octanorm-layout[b-iusl1qimp4]  .logo-container {
    margin-top: 16px;
    margin-left: 1rem;
}

@media (max-width: 575.98px) {
    .octanorm-layout[b-iusl1qimp4]  .logo-text {
        font-size: 1.2rem;
    }
}

.octanorm-layout[b-iusl1qimp4]  .page-content-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    flex: 1;
}

.octanorm-layout[b-iusl1qimp4]  .page-content {
    display: flex;
    flex-direction: row;
    /*max-width: 1920px;*/
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.octanorm-layout[b-iusl1qimp4]  .dxbl-drawer-body {
    height: 100%;
    max-height: 100%;
    background-color: var(--color-octa-mono7);
    overflow-y: auto;
    overflow-x: clip;
    padding: 1.5rem;
}

.octanorm-layout[b-iusl1qimp4]  .main-content-container {
    width: 100%;
    overflow: auto;
}

.octanorm-layout[b-iusl1qimp4]  .body-container {
    width: 100%;
    background-color: var(--color-octa-white);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: clip;
    overscroll-behavior: none;
    padding: 1.5rem;
    height: 100%;
    border-radius: 0.5rem;
}

.octanorm-layout[b-iusl1qimp4]  #blazor-error-ui {
    background: var(--color-warning-bg);
    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;
}

.octanorm-layout[b-iusl1qimp4]  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Pages/Database/ActivationCodes.razor.rz.scp.css */
.activation-code-grid[b-azec5rlwna]  .dxbl-grid {
    height: calc(100vh - 18rem);
}
/* /Components/Pages/Database/Apps.razor.rz.scp.css */
.app-grid[b-pei2zh7ykv]  .dxbl-grid {
    height: calc(100vh - 18rem);
}
/* /Components/Pages/Database/BusinessEvents.razor.rz.scp.css */
.business-event-grid[b-b8axntss1f]  .dxbl-grid {
    height: calc(100vh - 21rem);
}
/* /Components/Pages/Database/Countries.razor.rz.scp.css */
.country-grid[b-m4x774xgho]  .dxbl-grid {
    height: calc(100vh - 18rem);
}
/* /Components/Pages/Database/Features.razor.rz.scp.css */
.feature-grid[b-h5cfeq3u32]  .dxbl-grid {
    height: calc(100vh - 18rem);
}
/* /Components/Pages/Database/PromoCodes.razor.rz.scp.css */
.promo-code-grid[b-9vqn0a3dpj]  .dxbl-grid {
    height: calc(100vh - 18rem);
}
/* /Components/Pages/Database/SubscriptionPlans.razor.rz.scp.css */
.plan-grid[b-e3o0tsez76]  .dxbl-grid {
    height: calc(100vh - 18rem);
}
/* /Components/Pages/Database/Subscriptions.razor.rz.scp.css */
.subscription-grid[b-8f4jz5qjci]  .dxbl-grid {
    height: calc(100vh - 18rem);
}
/* /Components/Pages/Database/Users.razor.rz.scp.css */
.user-grid[b-ej1hv127oe]  .dxbl-grid {
    height: calc(100vh - 18rem);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-2w6qxyte5g] {
    padding: 0rem;
    /*max-width: 1920px;*/
    margin: 0 auto;
}

.content-wrapper[b-2w6qxyte5g] {
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: flex-start;
}

.feature-cards[b-2w6qxyte5g] {
    background-color: var(--color-octa-mono6);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.stats-section[b-2w6qxyte5g] {
    background-color: var(--color-octa-mono6);
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.stats-grid[b-2w6qxyte5g] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}


@media (max-width: 1200px) {
    .content-wrapper[b-2w6qxyte5g] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .feature-cards[b-2w6qxyte5g] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-container[b-2w6qxyte5g] {
        padding: 1rem;
    }

    .hero-section[b-2w6qxyte5g] {
        padding: 2rem 1.5rem;
    }

    .hero-section h1[b-2w6qxyte5g] {
        font-size: 1.75rem;
        flex-direction: column;
        gap: 0.75rem;
    }

    .hero-section h1 i[b-2w6qxyte5g] {
        width: 2.5rem;
        height: 2.5rem;
    }

    .hero-section .lead[b-2w6qxyte5g] {
        font-size: 1rem;
    }

    .feature-cards[b-2w6qxyte5g] {
        grid-template-columns: 1fr;
    }

    .stats-section[b-2w6qxyte5g] {
        padding: 1.5rem;
    }

    .stats-section h3[b-2w6qxyte5g] {
        font-size: 1.5rem;
    }

    .stats-grid[b-2w6qxyte5g] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section h1[b-2w6qxyte5g] {
        font-size: 1.5rem;
    }
    
    .hero-section .lead[b-2w6qxyte5g] {
        font-size: 0.95rem;
        flex-direction: column;
    }
}
/* /Components/Pages/LiveTicker.razor.rz.scp.css */
.live-ticker-container[b-xx1e7hibez] {
    padding: 0;
}

.ticker-heading-row[b-xx1e7hibez] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
   
}

.ticker-heading-row h1[b-xx1e7hibez] {
    margin-bottom: 0;
    padding-bottom: 0rem;
}

.ticker-subtitle[b-xx1e7hibez] {
    color: var(--color-octa-mono2);
    font-size: 0.8rem;
    opacity: 0.6;
    white-space: nowrap;
}

.ticker-stats-section[b-xx1e7hibez] {
    background-color: var(--color-octa-mono6);
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.ticker-stats-row[b-xx1e7hibez] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.ticker-last-updated[b-xx1e7hibez] {
    color: var(--color-octa-mono2);
    font-size: 0.8rem;
    opacity: 0.6;
    white-space: nowrap;
}

.ticker-event-list[b-xx1e7hibez] {
    background-color: var(--color-octa-mono6);
    border-radius: 0.5rem;
    padding: 1rem;
    max-height: 520px;
    overflow-y: auto;
}

.ticker-empty[b-xx1e7hibez] {
    text-align: center;
    color: var(--color-octa-mono2);
    padding: 2rem 0;
}

.ticker-event-item[b-xx1e7hibez] {
    display: grid;
    grid-template-columns: 36px 40px 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0.2rem;
    background: white;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.6rem 0.75rem;
    border-left: 4px solid transparent;
}

/* Icon column */
.ticker-event-icon[b-xx1e7hibez] {
    grid-column: 1;
    grid-row: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticker-event-icon-svg[b-xx1e7hibez] {
    width: 20px;
    height: 20px;
    color: var(--color-octa-mono3);
}

.ticker-event-item:last-child[b-xx1e7hibez] {
    margin-bottom: 0;
}

.ticker-border-primary[b-xx1e7hibez] {
    border-left-color: #0d6efd;
}

.ticker-border-success[b-xx1e7hibez] {
    border-left-color: #198754;
}

.ticker-border-info[b-xx1e7hibez] {
    border-left-color: #0dcaf0;
}

.ticker-border-warning[b-xx1e7hibez] {
    border-left-color: #ffc107;
}

.ticker-border-secondary[b-xx1e7hibez] {
    border-left-color: #6c757d;
}

/* Left column */
.ticker-event-time-relative[b-xx1e7hibez] {
    grid-column: 2;
    grid-row: 1;
    font-variant-numeric: tabular-nums;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--color-octa-mono3);
    text-align: right;
    white-space: nowrap;
}

.ticker-event-time-absolute[b-xx1e7hibez] {
    grid-column: 2;
    grid-row: 2;
    font-variant-numeric: tabular-nums;
    font-size: 0.75rem;
    color: var(--color-octa-mono4);
    text-align: right;
    white-space: nowrap;
}

/* Middle column */
.ticker-event-middle-top[b-xx1e7hibez] {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.ticker-event-badge[b-xx1e7hibez] {
    font-size: 0.72rem;
    padding: 0.25em 0.55em;
    white-space: nowrap;
    flex-shrink: 0;
}

.ticker-event-description[b-xx1e7hibez] {
    grid-column: 3;
    grid-row: 2;
    font-size: 0.8rem;
    color: var(--color-octa-mono3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.ticker-event-email[b-xx1e7hibez] {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-octa-mono4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

/* Right column */
.ticker-event-value-primary[b-xx1e7hibez] {
    grid-column: 4;
    grid-row: 1;
    font-variant-numeric: tabular-nums;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-octa-mono3);
    text-align: right;
    white-space: nowrap;
}

.ticker-event-value-secondary[b-xx1e7hibez] {
    grid-column: 4;
    grid-row: 2;
    font-variant-numeric: tabular-nums;
    font-size: 0.75rem;
    color: var(--color-octa-mono4);
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .ticker-stats-row[b-xx1e7hibez] {
        gap: 1rem;
    }

    .ticker-event-item[b-xx1e7hibez] {
        grid-template-columns: 28px 55px 1fr auto;
        column-gap: 0.4rem;
        row-gap: 0.15rem;
        padding: 0.5rem 0.6rem;
    }

    .ticker-event-icon-svg[b-xx1e7hibez] {
        width: 16px;
        height: 16px;
    }

    .ticker-event-time-relative[b-xx1e7hibez],
    .ticker-event-value-primary[b-xx1e7hibez] {
        font-size: 0.78rem;
    }

    .ticker-event-time-absolute[b-xx1e7hibez],
    .ticker-event-value-secondary[b-xx1e7hibez] {
        font-size: 0.7rem;
    }

    .ticker-event-description[b-xx1e7hibez] {
        font-size: 0.82rem;
    }
}
/* /Components/Shared/CreditTransactionsGrid.razor.rz.scp.css */
.credit-transactions-grid[b-trvgr6cjkz]  .dxbl-grid {
    height: calc(100vh - 18rem);
}
/* /Components/Shared/FeatureCard.razor.rz.scp.css */
.feature-card-link[b-ezptaa52qq] {
    text-decoration: none;
    display: block;
    height: 100%;
}

.feature-card[b-ezptaa52qq] {
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid var(--color-octa-white);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: border-color 0.2s ease;
}

.feature-card-link:hover .feature-card[b-ezptaa52qq] {
    border: 1px solid var(--color-octa-mono3);
}

.feature-card .card-body[b-ezptaa52qq] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.feature-icon[b-ezptaa52qq] {
    width: 3rem;
    height: 3rem;
    color: var(--color-octa-lightred);
    margin-bottom: 1rem;
    stroke-width: 1.5;
}

.feature-card .card-title[b-ezptaa52qq] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--color-octa-mono3);
}

.feature-card .card-text[b-ezptaa52qq] {
    color: var(--ccolor-octa-mono2);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    flex: 1;
}

.feature-card-arrow[b-ezptaa52qq] {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    background-color: var(--color-octa-white);
    border: 1px solid var(--color-octa-mono3);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.feature-card-arrow i[b-ezptaa52qq] {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-octa-mono3) !important;
    stroke-width: 2;
}

.feature-card-arrow svg[b-ezptaa52qq] {
    color: var(--color-octa-mono3);
    stroke: currentColor;
}

.feature-card-link:hover .feature-card-arrow[b-ezptaa52qq] {
    background-color: var(--color-octa-mono3);
}

.feature-card-link:hover .feature-card-arrow i[b-ezptaa52qq] {
    color: var(--color-octa-white) !important;
}

.feature-card-link:hover .feature-card-arrow svg[b-ezptaa52qq] {
    color: var(--color-octa-white);
    stroke: currentColor;
}
/* /Components/Shared/StatCard.razor.rz.scp.css */
.stat-item[b-rlmannpl8z] {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 0.75rem;
}

.stat-icon[b-rlmannpl8z] {
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-octa-lightred);
    margin-bottom: 1rem;
    stroke-width: 1.5;
}

.stat-value[b-rlmannpl8z] {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-octa-mono3);
    margin-bottom: 0.5rem;
}

.stat-label[b-rlmannpl8z] {
    color: var(--color-octa-mono2);
    font-size: 0.875rem;
    font-weight: 500;
}
