/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-40aslow8q3] {
    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-40aslow8q3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-i3teqbqviq],
.components-reconnect-repeated-attempt-visible[b-i3teqbqviq],
.components-reconnect-failed-visible[b-i3teqbqviq],
.components-pause-visible[b-i3teqbqviq],
.components-resume-failed-visible[b-i3teqbqviq],
.components-rejoining-animation[b-i3teqbqviq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-i3teqbqviq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-i3teqbqviq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-i3teqbqviq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-i3teqbqviq],
#components-reconnect-modal.components-reconnect-retrying[b-i3teqbqviq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-i3teqbqviq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-i3teqbqviq],
#components-reconnect-modal.components-reconnect-failed[b-i3teqbqviq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-i3teqbqviq] {
    display: block;
}


#components-reconnect-modal[b-i3teqbqviq] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-i3teqbqviq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-i3teqbqviq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-i3teqbqviq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-i3teqbqviq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-i3teqbqviq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-i3teqbqviq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-i3teqbqviq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-i3teqbqviq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-i3teqbqviq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-i3teqbqviq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-i3teqbqviq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-i3teqbqviq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-i3teqbqviq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-i3teqbqviq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-i3teqbqviq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-i3teqbqviq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-i3teqbqviq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-i3teqbqviq {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/HelpButton.razor.rz.scp.css */

body[b-thi9aay808] {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #232323 0%, #3a3a3a 100%);
}

.help-wrapper[b-thi9aay808] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.help-card[b-thi9aay808] {
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(141, 198, 63, 0.1);
    max-width: 520px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .help-card[b-thi9aay808]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(141, 198, 63, 0.2), transparent);
        transition: left 0.6s;
    }

    .help-card.sending-animation[b-thi9aay808]::before {
        animation: cardSweep-b-thi9aay808 1.2s ease-in-out;
    }

@keyframes cardSweep-b-thi9aay808 {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.logo-container[b-thi9aay808] {
    margin-bottom: 24px;
    animation: fadeInDown-b-thi9aay808 0.6s ease-out;
}

.dc-logo[b-thi9aay808] {
    height: 80px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

@keyframes fadeInDown-b-thi9aay808 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h2[b-thi9aay808] {
    margin: 0;
    color: #232323;
    font-size: 32px;
    font-weight: 700;
    animation: fadeInUp-b-thi9aay808 0.6s ease-out 0.1s both;
}

.subtitle[b-thi9aay808] {
    color: #666;
    margin: 16px 0;
    line-height: 1.6;
    animation: fadeInUp-b-thi9aay808 0.6s ease-out 0.2s both;
}

.it-hours[b-thi9aay808] {
    color: #8DC63F;
    font-weight: 600;
    font-size: 15px;
    margin: 16px 0 12px 0;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(141, 198, 63, 0.08) 0%, rgba(141, 198, 63, 0.04) 100%);
    border-left: 3px solid #8DC63F;
    border-radius: 4px;
    animation: fadeInUp-b-thi9aay808 0.6s ease-out 0.25s both;
}

@keyframes fadeInUp-b-thi9aay808 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.problem-description[b-thi9aay808] {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    resize: vertical;
    box-sizing: border-box;
    transition: all 0.3s ease;
    animation: fadeInUp-b-thi9aay808 0.6s ease-out 0.3s both;
}

    .problem-description:focus[b-thi9aay808] {
        outline: none;
        border-color: #8DC63F;
        box-shadow: 0 0 0 3px rgba(141, 198, 63, 0.1);
    }

    .problem-description:disabled[b-thi9aay808] {
        background-color: #f5f5f5;
        cursor: not-allowed;
    }

.help-btn[b-thi9aay808] {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #8DC63F 0%, #7AB635 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(141, 198, 63, 0.3);
    animation: fadeInUp-b-thi9aay808 0.6s ease-out 0.4s both;
}

    .help-btn[b-thi9aay808]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .help-btn:active[b-thi9aay808]::before {
        width: 300px;
        height: 300px;
    }

    .help-btn:hover:not(:disabled)[b-thi9aay808] {
        transform: translateY(-2px);
        background: white;
        color: #232323;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        border: 2px solid #8DC63F;
    }

    .help-btn:disabled[b-thi9aay808] {
        background: linear-gradient(135deg, #d0d0d0 0%, #c0c0c0 100%);
        cursor: not-allowed;
        box-shadow: none;
    }

    .help-btn.btn-loading[b-thi9aay808] {
        position: relative;
        overflow: hidden;
    }

.headlight-sweep[b-thi9aay808] {
    position: absolute;
    top: 0;
    left: -100%;
    width: 30%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.8), transparent );
    animation: headlightSweep-b-thi9aay808 1.5s ease-in-out infinite;
    z-index: 1;
}

@keyframes headlightSweep-b-thi9aay808 {
    0% {
        left: -30%;
    }

    100% {
        left: 130%;
    }
}

.help-btn > span[b-thi9aay808] {
    position: relative;
    z-index: 2;
}

.help-icon[b-thi9aay808] {
    font-size: 20px;
    animation: pulse-b-thi9aay808 2s ease-in-out infinite;
}

@keyframes pulse-b-thi9aay808 {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.success-icon[b-thi9aay808] {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    animation: successPop-b-thi9aay808 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes successPop-b-thi9aay808 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.help-btn.flashing[b-thi9aay808] {
    animation: flashGreen-b-thi9aay808 1.5s ease-in-out infinite;
}

@keyframes flashGreen-b-thi9aay808 {
    0%, 100% {
        background: linear-gradient(135deg, #8DC63F 0%, #7AB635 100%);
        box-shadow: 0 4px 12px rgba(141, 198, 63, 0.3);
    }

    50% {
        background: linear-gradient(135deg, #9FD84F 0%, #8AC645 100%);
        box-shadow: 0 4px 20px rgba(141, 198, 63, 0.5);
    }
}

.cancel-btn[b-thi9aay808] {
    width: 100%;
    padding: 14px;
    margin-top: 12px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    color: #d13438;
    border: 2px solid #d13438;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp-b-thi9aay808 0.4s ease-out;
}

    .cancel-btn:hover:not(:disabled)[b-thi9aay808] {
        background: linear-gradient(135deg, #d13438 0%, #a4262c 100%);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(209, 52, 56, 0.3);
    }

    .cancel-btn:disabled[b-thi9aay808] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .cancel-btn.btn-loading[b-thi9aay808] {
        background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
        color: #666;
        border-color: #ccc;
    }

    .cancel-btn > span[b-thi9aay808] {
        position: relative;
        z-index: 2;
    }

.btn-spinner[b-thi9aay808] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-thi9aay808 0.7s linear infinite;
}

    .cancel-btn.btn-loading .btn-spinner[b-thi9aay808] {
        border-color: rgba(100, 100, 100, 0.3);
        border-top-color: #666;
    }

@keyframes spin-b-thi9aay808 {
    to {
        transform: rotate(360deg);
    }
}

.status-banner[b-thi9aay808] {
    margin-top: 20px;
    padding: 16px;
    background: linear-gradient(135deg, rgba(141, 198, 63, 0.1) 0%, rgba(141, 198, 63, 0.05) 100%);
    border: 2px solid #8DC63F;
    border-radius: 8px;
    color: #4a6b2c;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(141, 198, 63, 0.1);
}

.fade-in[b-thi9aay808] {
    animation: fadeInScale-b-thi9aay808 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInScale-b-thi9aay808 {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.error-banner[b-thi9aay808] {
    margin-top: 20px;
    padding: 16px;
    background: linear-gradient(135deg, rgba(209, 52, 56, 0.1) 0%, rgba(209, 52, 56, 0.05) 100%);
    border: 2px solid #d13438;
    border-radius: 8px;
    color: #a4262c;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(209, 52, 56, 0.1);
}

/* Glassmorphism effect on hover */
.help-card:hover[b-thi9aay808] {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(141, 198, 63, 0.2);
}

/* Loading spinner styles */
.loading-wrapper[b-thi9aay808] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.loading-card[b-thi9aay808] {
    text-align: center;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    animation: fadeInScale-b-thi9aay808 0.3s ease-out;
}

.loading-logo[b-thi9aay808] {
    margin-bottom: 30px;
}

    .loading-logo .dc-logo[b-thi9aay808] {
        height: 80px;
        width: auto;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
        animation: pulse-b-thi9aay808 2s ease-in-out infinite;
    }

.loading-spinner[b-thi9aay808] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(141, 198, 63, 0.2);
    border-top-color: #8DC63F;
    border-radius: 50%;
    margin: 0 auto 20px;
    animation: spin-b-thi9aay808 0.8s linear infinite;
}

.loading-text[b-thi9aay808] {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    animation: fadeInUp-b-thi9aay808 0.6s ease-out 0.2s both;
}

/* Modal Styles */
.modal-overlay[b-thi9aay808] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-thi9aay808 0.3s ease-out;
}

@keyframes fadeIn-b-thi9aay808 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content[b-thi9aay808] {
    background: white;
    border-radius: 16px;
    padding: 32px;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideUp-b-thi9aay808 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalSlideUp-b-thi9aay808 {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-header[b-thi9aay808] {
    text-align: center;
    margin-bottom: 20px;
}

.modal-icon[b-thi9aay808] {
    font-size: 48px;
    margin-bottom: 12px;
    animation: bounceIn-b-thi9aay808 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes bounceIn-b-thi9aay808 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

.modal-header h3[b-thi9aay808] {
    margin: 0;
    color: #232323;
    font-size: 24px;
    font-weight: 700;
}

.modal-body[b-thi9aay808] {
    text-align: center;
    margin-bottom: 24px;
}

.modal-body p[b-thi9aay808] {
    margin: 8px 0;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

.modal-actions[b-thi9aay808] {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.modal-btn-primary[b-thi9aay808] {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #8DC63F 0%, #7AB635 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(141, 198, 63, 0.3);
}

.modal-btn-primary:hover[b-thi9aay808] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(141, 198, 63, 0.4);
}

.modal-btn-primary:active[b-thi9aay808] {
    transform: translateY(0);
}

.countdown-progress[b-thi9aay808] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: width 1s linear;
    pointer-events: none;
}

.modal-btn-content[b-thi9aay808] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* /Components/Pages/Resolve.razor.rz.scp.css */
body[b-a3uxt9m470] {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f5f5f5;
}

.resolve-wrapper[b-a3uxt9m470] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.resolve-card[b-a3uxt9m470] {
    text-align: center;
    padding: 32px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    min-width: 280px;
}

.resolve-success[b-a3uxt9m470] {
    border-top: 4px solid #6bb700;
}

.resolve-error[b-a3uxt9m470] {
    border-top: 4px solid #d13438;
}

.spinner[b-a3uxt9m470] {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top-color: #6264a7;
    border-radius: 50%;
    animation: spin-b-a3uxt9m470 0.8s linear infinite;
    margin: 0 auto 16px;
}

@keyframes spin-b-a3uxt9m470 {
    to {
        transform: rotate(360deg);
    }
}

p[b-a3uxt9m470] {
    color: #555;
    margin: 8px 0 0;
}
