@import '../_content/Blazor.Flags/Blazor.Flags.bundle.scp.css';
@import '../_content/Consonus.UI/Consonus.UI.cpxxe2fpx6.bundle.scp.css';

/* app/Areas/Dashboard/Components/DashboardOverview.razor.rz.scp.css */
.overview-filter[b-ymj5btzely] {
    min-width: 140px;
}
/* app/Areas/Dashboard/Components/SessionCreationDialog.razor.rz.scp.css */
/* app/Areas/Dashboard/Components/SessionList.razor.rz.scp.css */
/* app/Areas/Dashboard/Components/TeamCreationDialog.razor.rz.scp.css */

[b-p29votwqdj] .valid {
    outline: none !important;
}
/* app/Areas/Dashboard/Components/TeamList.razor.rz.scp.css */
/* app/Areas/Dashboard/Dashboard.razor.rz.scp.css */

.div[b-jnsz9hzaes] {
    background-color: black;
}
/* app/Areas/Estimation/Components/Celebration.razor.rz.scp.css */
*[b-qjngc47r1j] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-qjngc47r1j], :root[b-qjngc47r1j] {
    height: 100%;
}

.fireworks-canvas[b-qjngc47r1j] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: auto; /* we want clicks to spawn fireworks */
    z-index: 50;
}

body[b-qjngc47r1j] {
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    background: linear-gradient(135deg, #0c1445 0%, #1a1f3a 50%, #2d1b69 100%);
    overflow: hidden;
    height: 100vh;
    position: relative;
}

.stars[b-qjngc47r1j] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(2px 2px at 20px 30px, #eee, transparent),
    radial-gradient(2px 2px at 40px 70px, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1px 1px at 90px 40px, #fff, transparent),
    radial-gradient(1px 1px at 130px 80px, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(2px 2px at 160px 30px, #ddd, transparent);
    background-repeat: repeat;
    background-size: 200px 100px;
    animation: sparkle-b-qjngc47r1j 3s linear infinite;
}

@keyframes sparkle-b-qjngc47r1j {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .8;
    }
}


.celebration-container[b-qjngc47r1j] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 100;
    animation: fadeInUp-b-qjngc47r1j 1s ease-out;
}

@media (max-width: 1200px) {
    .celebration-container[b-qjngc47r1j] {
        transform: translate(-50%, 0) !important;
    }
}

@keyframes fadeInUp-b-qjngc47r1j {
    0% {
        opacity: 0;
        transform: translate(-50%, -30%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.celebration-title[b-qjngc47r1j] {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, .5);
    animation: glow-b-qjngc47r1j 2s ease-in-out infinite alternate;
}

.celebration-subtitle[b-qjngc47r1j] {
    font-size: 1.5rem;
    color: #e2e8f0;
    margin-bottom: 2rem;
    font-weight: 400;
}

.session-stats[b-qjngc47r1j] {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 2rem;
    margin: 2rem 0;
    display: inline-block;
    animation: slideIn-b-qjngc47r1j 1.5s ease-out .5s both;
}

@keyframes slideIn-b-qjngc47r1j {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.stats-grid[b-qjngc47r1j] {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 1rem;
}

.stat-item[b-qjngc47r1j] {
    text-align: center;
}

.stat-number[b-qjngc47r1j] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fbbf24;
    display: block;
    text-shadow: 0 0 10px rgba(251, 191, 36, .5);
}

.stat-label[b-qjngc47r1j] {
    font-size: .9rem;
    color: #e2e8f0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes glow-b-qjngc47r1j {
    0% {
        text-shadow: 0 0 20px rgba(255, 255, 255, .5);
    }
    100% {
        text-shadow: 0 0 30px rgba(255, 255, 255, .8), 0 0 40px rgba(59, 130, 246, .5);
    }
}

.confetti[b-qjngc47r1j] {
    position: absolute;
    width: 10px;
    height: 10px;
    animation: confetti-fall-b-qjngc47r1j 3s linear infinite;
    z-index: 70;
    top: -10px;
}

@keyframes confetti-fall-b-qjngc47r1j {
    0% {
        transform: translateY(-100vh) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}

.continue-btn[b-qjngc47r1j] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 2rem;
    transition: all .3s ease;
    box-shadow: 0 10px 25px rgba(59, 130, 246, .3);
    animation: pulse-b-qjngc47r1j 2s infinite;
}


.feedback-btn[b-qjngc47r1j] {
    background: linear-gradient(135deg, #f0d030 0%, #d6bd1b 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 2rem;
    transition: all .3s ease;
    box-shadow: 0 10px 25px rgba(59, 130, 246, .3);
    animation: pulse-b-qjngc47r1j 2s infinite;
}

.feedback-btn:hover[b-qjngc47r1j] {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, .4);
}
.continue-btn:hover[b-qjngc47r1j] {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, .4);
}

@keyframes pulse-b-qjngc47r1j {
    0%, 100% {
        box-shadow: 0 10px 25px rgba(59, 130, 246, .3);
    }
    50% {
        box-shadow: 0 10px 25px rgba(59, 130, 246, .6);
    }
}

@media (max-width: 768px) {
    .celebration-title[b-qjngc47r1j] {
        font-size: 2.5rem;
    }

    .celebration-subtitle[b-qjngc47r1j] {
        font-size: 1.2rem;
    }

    .stats-grid[b-qjngc47r1j] {
        grid-template-columns:1fr;
        gap: 1rem;
    }

    .session-stats[b-qjngc47r1j] {
        padding: 1.5rem;
        margin: 1rem;
    }
}
/* app/Areas/Estimation/Components/InvitationDialog.razor.rz.scp.css */

.share-box[b-ohojm49wcl] {
    display: flex;
    align-items: center;
    background: var(--bs-tertiary-bg, #f9fafb); /* light gray background */
    border: 1px solid var(--bs-border-color); /* subtle border */
    border-radius: var(--bs-border-radius-lg); /* rounded corners */
    padding: 0.75rem 1rem;
    gap: 0.75rem;
    box-shadow: var(--bs-box-shadow-sm, 0 2px 4px rgba(0, 0, 0, 0.05)); /* subtle shadow */
    max-width: 100%;
    overflow: hidden;
}

.share-box label[b-ohojm49wcl] {
    font-size: 0.9rem; /* close to .small */
    color: var(--bs-secondary-color); /* was #374151 */
    font-weight: 500;
    display: block;
    margin-bottom: 0.25rem;
}

.input-group[b-ohojm49wcl] {
    border-radius: var(--bs-border-radius);
}

.invite-link[b-ohojm49wcl] {
    font-family: var(--bs-font-monospace), serif; /* Bootstrap monospace */
    background-color: var(--bs-secondary-bg, #f8f9fa);
    border: none;
    cursor: default;
}

.invite-link:hover[b-ohojm49wcl] {
    background-color: var(--bs-tertiary-bg, #f1f3f5);
}

.share-link[b-ohojm49wcl] {
    flex: 1;
    font-family: var(--bs-font-monospace);
    font-size: 0.9rem;
    color: var(--bs-link-color); /* was #1d4ed8 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* If you can, use <button class="btn btn-primary copy-btn"> in markup.
   Then this CSS is just sizing/spacings. */
.copy-btn[b-ohojm49wcl] {
    background-color: var(--bs-primary); /* was #2563eb */
    border: 1px solid var(--bs-primary);
    color: var(--bs-btn-color, #fff);
    padding: 0.5rem 0.75rem;
    border-radius: var(--bs-border-radius); /* 0.375rem */
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.copy-btn:hover[b-ohojm49wcl] {
    background-color: var(--bs-link-hover-color, var(--bs-primary)); /* was #1d4ed8 */
    border-color: var(--bs-link-hover-color, var(--bs-primary));
}
/* app/Areas/Estimation/Components/UserStoryDisplay.razor.rz.scp.css */
.story-description[b-g3tq139dt7] {
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.story-description.collapsed[b-g3tq139dt7] {
    height: 1.5rem;
}

.story-description.expanded[b-g3tq139dt7] {
    max-height: 20rem;
    overflow-y: scroll;
}

.story-button-row[b-g3tq139dt7] {
    min-height: 2rem; /* reserves space even when button is hidden */
    display: flex;
    align-items: flex-start;
    margin-top: 0.5rem;
}

.story-text[b-g3tq139dt7] {
    white-space: break-spaces;
    overflow-wrap: anywhere;
    word-break: break-word;
   
}

.story-expand-button[b-g3tq139dt7] {
    position: absolute;
    bottom: 0.25rem;
    left: 0;
}
/* app/Areas/Estimation/EstimationPage.razor.rz.scp.css */
.reveal-wrapper[b-r41x77oxs9] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.reveal-wrapper.show[b-r41x77oxs9] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

[b-r41x77oxs9] .estimation-sidebar {
    overflow-y: scroll;
    height: calc(100vh - 5rem);
    overflow-x: hidden;
}
/* app/Areas/SessionManagement/Components/UserStoryDragList.razor.rz.scp.css */
.prevent-user-select[b-7y86i8xlu2] {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
/* app/CommonComponents/BarChartSvg.razor.rz.scp.css */
.chart-container[b-xs9q1pjgw1] {
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    margin: 1rem;
    display: inline-block;
    vertical-align: top;
}

.bar[b-xs9q1pjgw1] {
    transition: height 0.5s ease, y 0.5s ease;
}

.chart-card[b-xs9q1pjgw1] {
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    width: 320px;
    display: inline-block;
    font-family: sans-serif;
}

.chart-title[b-xs9q1pjgw1] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.chart-label[b-xs9q1pjgw1] {
    text-align: center;
    color: #777;
    font-size: 0.85rem;
    margin-top: 0.3rem;
}

svg[b-xs9q1pjgw1] {
    max-height: 200px;
}

.bar[b-xs9q1pjgw1] {
    transition: height 0.4s ease, y 0.4s ease;
}

.chart-title[b-xs9q1pjgw1],
.chart-label[b-xs9q1pjgw1] {
    text-align: center;
}
/* app/CommonComponents/Carousel/Carousel.razor.rz.scp.css */
.carousel-control-next-icon[b-krzeasf3bx],
.carousel-control-prev-icon[b-krzeasf3bx] {
    background-image: none;
    background-color: var(--bs-emphasis-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: inline-block;
    width: 2rem;
    height: 2rem;
}

.carousel-control-prev-icon[b-krzeasf3bx] {
    -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") center / 100% 100% no-repeat;
    mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") center / 100% 100% no-repeat;
}

.carousel-control-next-icon[b-krzeasf3bx] {
    -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 1 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") center / 100% 100% no-repeat;
    mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 1 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") center / 100% 100% no-repeat;
}
/* app/CommonComponents/ChartJs/ChartCard.razor.rz.scp.css */
.chart-card[b-s0abkb0t44] {
    border-radius: var(--bs-border-radius);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.chart-title[b-s0abkb0t44] {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.chart-canvas-wrap[b-s0abkb0t44] {
    height: 180px; 
}

.chart-label[b-s0abkb0t44] {
    margin-top: 8px;
    text-align: center;
    color: rgba(107, 114, 128, 1);
    font-size: 0.85rem;
}
/* app/CommonComponents/ColorPicker.razor.rz.scp.css */
.color-picker[b-c7hxvdj1ly] {
    display: flex;
    flex-wrap: wrap;
}

.color-swatch[b-c7hxvdj1ly] {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* app/CommonComponents/Dialogs/GrowingModal.razor.rz.scp.css */

.modal-overlay[b-q382r815p8] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vh 2vw; /* keep space on small screens */
}

.modal-container[b-q382r815p8] {

    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius-lg);
    box-shadow: var(--bs-box-shadow-lg);
    width: min(900px, 95vw);
    max-height: 90vh; /* <= key: keep modal within viewport */
    display: flex; /* make a column layout */
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.5rem; /* fine to keep */
    animation: fadeInScale-b-q382r815p8 0.2s ease-out;
}

.modal-header[b-q382r815p8],
.modal-footer[b-q382r815p8] {
    flex: 0 0 auto;
}

.modal-body[b-q382r815p8] {
    flex: 1 1 auto;
    min-height: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 1rem;
    -webkit-overflow-scrolling: touch;
}


.modal-header[b-q382r815p8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-button[b-q382r815p8] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.modal-body[b-q382r815p8] {
    margin-top: 1rem;
    font-size: 1rem;
}

.modal-footer[b-q382r815p8] {
    margin-top: 1.5rem;
    text-align: right;
}

@keyframes fadeInScale-b-q382r815p8 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* app/CommonComponents/Dialogs/Modal.razor.rz.scp.css */
.modal-overlay[b-wtb7vkbmfs] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-container[b-wtb7vkbmfs] {
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius-lg);
    box-shadow: var(--bs-box-shadow-lg);
    width: 90%;
    max-width: 500px;
    padding: 1.5rem;
    animation: fadeInScale-b-wtb7vkbmfs 0.2s ease-out;
}

.modal-header[b-wtb7vkbmfs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-button[b-wtb7vkbmfs] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.modal-body[b-wtb7vkbmfs] {
    margin-top: 1rem;
    font-size: 1rem;
}

.modal-footer[b-wtb7vkbmfs] {
    margin-top: 1.5rem;
    text-align: right;
}

@keyframes fadeInScale-b-wtb7vkbmfs {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* app/CommonComponents/GlowPill.razor.rz.scp.css */
/* Base */
.glowpill[b-02vv34tjid] {
    --h: 56px; /* default height */
    --padx: 18px; /* side padding so 13 fits nicely */
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: var(--h);
    height: var(--h);
    padding: 0 var(--padx);
    border-radius: 3rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: .3px;
    /* gradient blue + subtle inner highlight */
    background: radial-gradient(80% 80% at 30% 20%, rgba(255, 255, 255, .25), transparent 60%),
    linear-gradient(180deg, #3b82f6, #2563eb);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18),
    0 6px 6px rgba(37, 99, 235, .1),
    0 2px 6px rgba(37, 99, 235, .1);
}

/* soft glow “under” the pill */
.glowpill[b-02vv34tjid]::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 70%;
    height: 22px;
    background: #60a5fa;
    filter: blur(14px);
    opacity: .35;
    border-radius: 9999px;
    pointer-events: none;
}

/* sizes */
.glowpill--sm[b-02vv34tjid] {
    --h: 44px;
    --padx: 14px;
    font-size: 1.15rem;
}

.glowpill--md[b-02vv34tjid] {
    --h: 56px;
    --padx: 18px;
    font-size: 1.25rem;
}

.glowpill--lg[b-02vv34tjid] {
    --h: 72px;
    --padx: 22px;
    font-size: 1.5rem;
}
/* app/CommonComponents/Grid/Table.razor.rz.scp.css */
.actions-column[b-43igcc624h] {
    white-space: nowrap;
    width: 1%;
}

.sticky-right[b-43igcc624h] {
    position: sticky;
    right: 0;
    z-index: 2; /* stays above other content */
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.05); /* optional subtle separator */
}

.center-items-col[b-43igcc624h] {
    display: flex;
    justify-content: center;
}

.center-items-header[b-43igcc624h] {
    text-align: center;
}

.table-wrapper[b-43igcc624h] {
    border-radius: var(--bs-border-radius);
    overflow-x: auto;
}

.table[b-43igcc624h] {
    margin-bottom: 0;
}
/* app/CommonComponents/Grid/TableColumn.razor.rz.scp.css */
/* app/CommonComponents/Icon/IconButton.razor.rz.scp.css */
.btn-icon[b-joqwurnwk8] {

}

.btn-icon i[b-joqwurnwk8] {
    font-size: 1rem;
}

.btn-transparent[b-joqwurnwk8] {
    background-color: transparent;
}

.btn[b-joqwurnwk8]  {

}

[b-joqwurnwk8] .btn:first-child:active {

}

.blue-gradient[b-joqwurnwk8] {
    background: linear-gradient(135deg, #3b82f6 0%, #1b6ec2 100%);
}

.hover-grow[b-joqwurnwk8] {
    transition: transform 0.3s ease-in-out;
}

.hover-grow:hover[b-joqwurnwk8] {
    transform: scale(1.05);
}

/* app/CommonComponents/LanguageSelect.razor.rz.scp.css */
/* app/CommonComponents/LinkInput.razor.rz.scp.css */
/* app/CommonComponents/Member/MemberOnlineStatus.razor.rz.scp.css */
.status-container[b-fn6qw4wva0] {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif; /* Optional: Styling for the label text */
}

.status-dot[b-fn6qw4wva0] {
    width: 12px; /* Size of the indicator */
    height: 12px;
    border-radius: 50%; /* Makes it a circle */
    margin-right: 8px; /* Space between the dot and label */
}
[b-fn6qw4wva0] .status-green-color {
    color: #28a745; 
}

[b-fn6qw4wva0] .status-red-color {
    color: #dc3545; 
}

.status-green[b-fn6qw4wva0] {
    background-color: #28a745; 
}

.status-red[b-fn6qw4wva0] {
    background-color: #dc3545; 
}
/* app/CommonComponents/MicroBar.razor.rz.scp.css */
.microbar[b-1g0jjodkqu] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    width: 140px;
    align-items: center
}

.microbar__value[b-1g0jjodkqu] {
    line-height: 1;
    text-align: center
}

.microbar__track[b-1g0jjodkqu] {
    position: relative;
    height: 8px;
    background: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
    width: 3.5rem;
}

.microbar__fill[b-1g0jjodkqu] {
    height: 100%;
    border-radius: inherit;
    transition: width .35s ease;
}

/* colors like in your screenshot */
.is-green[b-1g0jjodkqu] {
    background: #22c55e;
}

.is-yellow[b-1g0jjodkqu] {
    background: #fbbf24;
}

.is-orange[b-1g0jjodkqu] {
    background: #fb923c;
}

.is-red[b-1g0jjodkqu] {
    background: #ef4444;
}
/* app/CommonComponents/Popover.razor.rz.scp.css */
[b-980c62gk56] .popover-scale {
    list-style: none;
    padding: 0;
    margin: 0;
}

[b-980c62gk56] .popover-scale li {
    margin-bottom: 0.4rem;
}
/* app/CommonComponents/Select/DropdownSelect.razor.rz.scp.css */
.dropdown-toggle[b-3705heht5e] {
    border-radius: var(--bs-border-radius);
    padding-right: 0.75rem;
}

.with-border[b-3705heht5e] {
    border: var(--bs-border-width) solid var(--bs-border-color);
}
/* app/CommonComponents/SortableList.razor.rz.scp.css */
[b-q069kj6v4k] .sortable-ghost {
    visibility: hidden;
}

[b-q069kj6v4k] .sortable-fallback {
    opacity: 1 !important
}

.draggable-list[b-q069kj6v4k] {
    user-select: none; /* Prevent text selection */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE/Edge */
}
/* app/CommonComponents/Tabs/TabPage.razor.rz.scp.css */
/* app/CommonComponents/Tabs/Tabs.razor.rz.scp.css */
/* app/Layout/MainLayout.razor.rz.scp.css */
.page[b-qbm1euhqpz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qbm1euhqpz] {
    flex: 1;
    background: var(--bs-body-bg);
    height: 100vh;
}

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

.top-row[b-qbm1euhqpz] {
    background-color: var(--bs-tertiary-bg, #f7f7f7);
    border-bottom: 1px solid var(--bs-border-color);
    justify-content: flex-end;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

.content[b-qbm1euhqpz] {
    background: var(--bs-body-bg);
    padding-top: 1.1rem;
    color: var(--bs-body-color);
}

ul li:last-child[b-qbm1euhqpz] {
    padding-bottom: 0;

}

ul li:first-child[b-qbm1euhqpz] {
    padding-top: 0.5rem;
}

li[b-qbm1euhqpz] {
    padding-bottom: 0.5rem;
}

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

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

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

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

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



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

    .top-row[b-qbm1euhqpz], article[b-qbm1euhqpz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* app/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-twsk17o30y] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-twsk17o30y] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-twsk17o30y] {
    font-size: 1.1rem;
}

.bi[b-twsk17o30y] {
    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-twsk17o30y] {
    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-twsk17o30y] {
    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-twsk17o30y] {
    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-twsk17o30y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-twsk17o30y] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-twsk17o30y] {
    padding-bottom: 1rem;
}

.nav-item[b-twsk17o30y]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-twsk17o30y]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-twsk17o30y]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-twsk17o30y] {
        display: none;
    }

    .collapse[b-twsk17o30y] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-twsk17o30y] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* app/SharedComponents/AllDoneToast.razor.rz.scp.css */

:root[b-2zb6xerh8c] {
    /* Keep your original gold, but let it follow Bootstrap warning if present */
    --gold: var(--bs-warning, #FFD700);
    --gold-rgb: 218, 165, 32; /* used for rgba() */
}

.toast-wrap[b-2zb6xerh8c] {
    position: fixed;
    z-index: 9000;
    pointer-events: none;
}

.pos-tr[b-2zb6xerh8c] {
    top: 20px;
    right: 20px;
}

.save-toast[b-2zb6xerh8c] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    min-height: 60px;
    padding: 14px;

    /* soft warning-ish background; falls back to your original goldy colors */
    background: linear-gradient(
            135deg,
            var(--bs-warning-bg-subtle, #FFF8DC) 0%,
            var(--bs-warning-bg-subtle, #FFFACD) 100%
    );

    border-radius: 9999px;

    /* gold outline; uses Bootstrap warning border if available */
    border: 3px solid var(--bs-warning-border-subtle, #DAA520);

    box-shadow: 0 10px 25px rgba(var(--gold-rgb), 0.3);

    transform: translateX(120%);
    opacity: 0;
    transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
}

.save-toast.show[b-2zb6xerh8c] {
    transform: translateX(0);
    opacity: 1;
}

.save-toast.hide[b-2zb6xerh8c] {
    transform: translateX(120%);
    opacity: 0;
}

.toast-icon[b-2zb6xerh8c] {
    position: relative;
    width: 28px;
    height: 28px;
}

.toast-icon i[b-2zb6xerh8c] {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    color: var(--gold); /* still uses --gold */
    transform-origin: 50% 50%;
    transition: all .6s ease;
}

.save-icon[b-2zb6xerh8c] {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.save-icon.hide[b-2zb6xerh8c] {
    opacity: 0;
    transform: scale(.3) rotate(180deg);
}

.check-icon[b-2zb6xerh8c] {
    opacity: 0;
    transform: scale(.3) rotate(-180deg);
}

.check-icon.show[b-2zb6xerh8c] {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

@keyframes pulse-b-2zb6xerh8c {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--gold-rgb), .6);
    }
    50% {
        box-shadow: 0 0 0 30px rgba(var(--gold-rgb), .25);
    }
    100% {
        box-shadow: 0 0 0 60px rgba(var(--gold-rgb), 0);
    }
}

.check-icon.pulse[b-2zb6xerh8c] {
    animation: pulse-b-2zb6xerh8c 1.6s ease-out;
    border-radius: 50%;
}

@media (max-width: 640px) {
    .save-toast[b-2zb6xerh8c] {
        width: calc(100vw - 40px);
    }

    .pos-tr[b-2zb6xerh8c],
    .pos-tl[b-2zb6xerh8c] {
        left: 20px;
        right: 20px;
    }
}
/* app/SharedComponents/BlinkingCircle.razor.rz.scp.css */
.outer-circle[b-cy92tom30j] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-circle[b-cy92tom30j] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #007bff;
}

.glow-animation[b-cy92tom30j] {
    animation: glow-b-cy92tom30j 3s infinite ease-in-out;
}

@keyframes glow-b-cy92tom30j {
    0% {
        filter: opacity(0.4);
    }
    50% {
        filter: opacity(1.0);
    }
    100% {

        filter: opacity(0.4);
    }
}
/* app/SharedComponents/BlinkingDots.razor.rz.scp.css */
.typing-indicator[b-i7n3toe92w] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 100px;
}

.dot[b-i7n3toe92w] {
    width: 12px;
    height: 12px;
    background-color: #1b6ec2;
    border-radius: 50%;
    animation: typing-b-i7n3toe92w 1.5s infinite ease-in-out;
}

.dot:nth-child(2)[b-i7n3toe92w] {
    animation-delay: 0.2s;
}

.dot:nth-child(3)[b-i7n3toe92w] {
    animation-delay: 0.4s;
}

@keyframes typing-b-i7n3toe92w {
    0%, 80%, 100% {
        transform: scale(1);
        filter: brightness(1);
        opacity: 0.9;
    }
    40% {
        transform: scale(1.5);
        filter: brightness(1.8);
        opacity: 1;
    }
}
/* app/SharedComponents/SaveToast.razor.rz.scp.css */

:root[b-g8pb0cfr53] {
    /* Use Bootstrap's success color as the accent */
    --toast-accent: var(--bs-success);
    /* For rgba() usage in shadows/animations */
    --toast-accent-rgb: 16, 185, 129; /* fallback emerald-ish */
}

.toast-wrap[b-g8pb0cfr53] {
    position: fixed;
    z-index: 9000; /* fine; Bootstrap toasts are around this too */
    pointer-events: none;
}

/* top-right helper; you *could* swap to .top-0 .end-0 utilities in markup */
.pos-tr[b-g8pb0cfr53] {
    top: 20px;
    right: 20px;
}

.save-toast[b-g8pb0cfr53] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    min-height: 60px;
    padding: 14px;

    /* success-subtle style background */
    background: linear-gradient(
            135deg,
            var(--bs-success-bg-subtle, #ecfdf5) 0%,
            var(--bs-success-bg-subtle, #f0fdf4) 100%
    );

    border-radius: 9999px;
    border: 3px solid var(--bs-success-border-subtle, var(--toast-accent)); /* green outline */

    /* box-shadow aligned with Bootstrap but tinted */
    box-shadow: 0 10px 25px rgba(var(--toast-accent-rgb), 0.2);

    transform: translateX(120%);
    opacity: 0;
    transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
}

.save-toast.show[b-g8pb0cfr53] {
    transform: translateX(0);
    opacity: 1;
}

.save-toast.hide[b-g8pb0cfr53] {
    transform: translateX(120%);
    opacity: 0;
}

.toast-icon[b-g8pb0cfr53] {
    position: relative;
    width: 28px;
    height: 28px;
}

.toast-icon i[b-g8pb0cfr53] {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    color: var(--toast-accent); /* was --gold */
    transform-origin: 50% 50%;
    transition: all .6s ease;
}

.save-icon[b-g8pb0cfr53] {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.save-icon.hide[b-g8pb0cfr53] {
    opacity: 0;
    transform: scale(.3) rotate(180deg);
}

.check-icon[b-g8pb0cfr53] {
    opacity: 0;
    transform: scale(.3) rotate(-180deg);
}

.check-icon.show[b-g8pb0cfr53] {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

@keyframes pulse-b-g8pb0cfr53 {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--toast-accent-rgb), .6);
    }
    50% {
        box-shadow: 0 0 0 30px rgba(var(--toast-accent-rgb), .25);
    }
    100% {
        box-shadow: 0 0 0 60px rgba(var(--toast-accent-rgb), 0);
    }
}

.check-icon.pulse[b-g8pb0cfr53] {
    animation: pulse-b-g8pb0cfr53 1.6s ease-out;
    border-radius: 50%;
}

@media (max-width: 640px) {
    .save-toast[b-g8pb0cfr53] {
        width: calc(100vw - 40px);
    }

    .pos-tr[b-g8pb0cfr53],
    .pos-tl[b-g8pb0cfr53] {
        left: 20px;
        right: 20px;
    }
}
/* app/SharedComponents/UserStory/SlimUserStoryDragList.razor.rz.scp.css */
.prevent-user-select[b-wrbkla8gny] {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

[b-wrbkla8gny] h5 {
    word-break: break-all;
}


.drag-handle[b-wrbkla8gny] {
    margin-left: -0.5rem;
    padding-right: 0.5rem;
    opacity: 0.1;
    transition: opacity 120ms ease;
}

.user-story-item:hover .drag-handle[b-wrbkla8gny],
.user-story-item:focus-within .drag-handle[b-wrbkla8gny],
.user-story-item.is-selected .drag-handle[b-wrbkla8gny] {
    opacity: 0.8;
}

.drag-handle:hover[b-wrbkla8gny] {
    cursor: grab;
}

.drag-handle:active[b-wrbkla8gny] {
    cursor: grabbing;
}
.drag-handle[b-wrbkla8gny]::before {
    content: "";
    position: absolute;
    width: 2rem;
    margin-left: -1rem;
    height: 100%;
}
/* app/SharedComponents/UserStory/UserStoryCreationDialog.razor.rz.scp.css */
