@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* /Components/Layout/HeaderMenu.razor.rz.scp.css */
/* Wallet container styling */
.wallet-container[b-fxrf75t1hn] {
    background: linear-gradient(135deg, #d4af37 0%, #ffd700 50%, #d4af37 100%) !important;
    border: 2px solid #ffeb3b;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4), 0 0 20px rgba(255, 215, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: #000 !important;
}

    /* Hover effects */
    .wallet-container:hover[b-fxrf75t1hn] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6), 0 0 25px rgba(255, 215, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
        background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 50%, #ffd700 100%) !important;
    }

    /* Shine effect */
    .wallet-container[b-fxrf75t1hn]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.4), transparent );
        transition: left 0.5s ease;
    }

    .wallet-container:hover[b-fxrf75t1hn]::before {
        left: 100%;
    }

/* Wallet icon styling */
.wallet-icon[b-fxrf75t1hn] {
    color: #000 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
    transition: all 0.3s ease;
    font-weight: bold;
}

.wallet-container:hover .wallet-icon[b-fxrf75t1hn] {
    transform: scale(1.2) rotate(-5deg);
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.7);
}

/* Refresh icon styling */
.refresh-icon[b-fxrf75t1hn] {
    color: #000 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}

.wallet-container:hover .refresh-icon[b-fxrf75t1hn] {
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.7);
}

.refresh-icon.fa-spin[b-fxrf75t1hn] {
    animation: spin-b-fxrf75t1hn 1s linear infinite;
}

/* Balance text styling */
.balance-text[b-fxrf75t1hn] {
    color: #212b36 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.wallet-container:hover .balance-text[b-fxrf75t1hn] {
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.7);
}

/* Pulsing animation */
@keyframes pulse-gold-b-fxrf75t1hn {
    0% {
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4), 0 0 20px rgba(255, 215, 0, 0.3) !important;
    }

    50% {
        box-shadow: 0 4px 20px rgba(212, 175, 55, 0.6), 0 0 30px rgba(255, 215, 0, 0.5) !important;
    }

    100% {
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4), 0 0 20px rgba(255, 215, 0, 0.3) !important;
    }
}

@keyframes spin-b-fxrf75t1hn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wallet-container.pulse[b-fxrf75t1hn] {
    animation: pulse-gold-b-fxrf75t1hn 2s ease-in-out;
}

/* Make it stand out */
.flag-nav.nav-item-box[b-fxrf75t1hn] {
    z-index: 10;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-mfs8of4or9] {
    background: lightyellow;
    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;
}

    #blazor-error-ui .dismiss[b-mfs8of4or9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavAccountant.razor.rz.scp.css */
/* /Components/Layout/NavMarketing.razor.rz.scp.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* 🌟 Golden Custom Upgrade Menu with ID Selectors */
#custom-upgrade-menu[b-p60pm36ue1] {
    position: relative;
    margin: 8px 0;
}

#custom-upgrade-link[b-p60pm36ue1] {
    background: linear-gradient(135deg, #fff9c4, #ffeb3b, #ffd700) !important;
    border: 2px solid #ffd700 !important;
    color: #8b6914 !important;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.6), 0 4px 15px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.8) !important;
    animation: golden-pulse-b-p60pm36ue1 3s infinite;
    position: relative;
    font-weight: 700;
    border-radius: 8px;
    margin: 4px 8px;
    padding: 12px 15px;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(255,255,255,0.5);
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

    #custom-upgrade-link:hover[b-p60pm36ue1] {
        background: linear-gradient(135deg, #ffeb3b, #ffd700, #ffc400) !important;
        box-shadow: 0 0 35px rgba(255, 215, 0, 0.8), 0 6px 20px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.9) !important;
        transform: translateY(-2px) scale(1.02);
        color: #7a5900 !important;
    }

@keyframes golden-pulse-b-p60pm36ue1 {
    0% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.5), 0 4px 12px rgba(0,0,0,0.1);
    }

    50% {
        box-shadow: 0 0 30px rgba(255, 215, 0, 0.8), 0 6px 18px rgba(0,0,0,0.15);
    }

    100% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.5), 0 4px 12px rgba(0,0,0,0.1);
    }
}

/* Stars */
#custom-upgrade-stars[b-p60pm36ue1] {
    position: absolute;
    top: -8px;
    right: -5px;
    z-index: 10;
}

#star-1[b-p60pm36ue1], #star-2[b-p60pm36ue1] {
    color: #ffd700;
    text-shadow: 0 0 10px gold, 0 0 20px orange;
    animation: star-twinkle-b-p60pm36ue1 2s infinite alternate;
    font-size: 16px;
    position: absolute;
}

#star-1[b-p60pm36ue1] {
    top: 0;
    right: 0;
}

#star-2[b-p60pm36ue1] {
    top: -5px;
    right: -5px;
    font-size: 12px;
    animation-delay: 0.5s;
}

@keyframes star-twinkle-b-p60pm36ue1 {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* Icon styling */
#custom-upgrade-icon[b-p60pm36ue1] {
    color: #b8860b !important;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

/* Menu text styling */
#custom-upgrade-text[b-p60pm36ue1] {
    font-weight: 700;
}
/* /Components/Layout/NavStickerBatching.razor.rz.scp.css */
/* /Components/Layout/NavStore.razor.rz.scp.css */
/* /Components/Layout/NavUser.razor.rz.scp.css */
/* /Components/Layout/PaymentStatus.razor.rz.scp.css */
/* Base Styles */
.payment-container[b-81dirqt8u3] {
    /* max-width: 500px; */
    /* margin: 50px auto; */
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    animation: containerAppear-b-81dirqt8u3 0.6s ease;
}

@keyframes containerAppear-b-81dirqt8u3 {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.page-title[b-81dirqt8u3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #2d3748;
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}

.payment-icon[b-81dirqt8u3] {
    width: 28px;
    height: 28px;
    fill: #4c51bf;
}

/* Pure CSS Loader */
.css-loader[b-81dirqt8u3] {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
}

.loader-card[b-81dirqt8u3] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 8px;
    padding: 12px;
    z-index: 2;
    animation: cardFloat-b-81dirqt8u3 2s ease-in-out infinite;
}

.card-chip[b-81dirqt8u3] {
    width: 20px;
    height: 16px;
    background: linear-gradient(135deg, #f6ad55, #ed8936);
    border-radius: 4px;
    margin-bottom: 10px;
}

.card-line[b-81dirqt8u3] {
    height: 4px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    margin-bottom: 6px;
}

    .card-line.short[b-81dirqt8u3] {
        width: 60%;
    }

.loader-ring[b-81dirqt8u3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border: 4px solid rgba(102, 126, 234, 0.1);
    border-top: 4px solid #4c51bf;
    border-radius: 50%;
    animation: ringRotate-b-81dirqt8u3 1.5s linear infinite;
}

@keyframes cardFloat-b-81dirqt8u3 {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }
}

@keyframes ringRotate-b-81dirqt8u3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.processing-heading[b-81dirqt8u3] {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.processing-message[b-81dirqt8u3] {
    color: #718096;
    font-size: 1.1rem;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.6;
}

/* Progress Steps */
.payment-progress[b-81dirqt8u3] {
    margin: 40px 0;
}

.progress-steps[b-81dirqt8u3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

    .progress-steps[b-81dirqt8u3]::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 15%;
        right: 15%;
        height: 3px;
        background: #e2e8f0;
        z-index: 1;
    }

.step[b-81dirqt8u3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-icon[b-81dirqt8u3] {
    width: 48px;
    height: 48px;
    background: #edf2f7;
    border: 3px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #a0aec0;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.step.active .step-icon[b-81dirqt8u3] {
    background: #4c51bf;
    border-color: #4c51bf;
    color: white;
    box-shadow: 0 4px 12px rgba(76, 81, 191, 0.3);
    animation: stepPulse-b-81dirqt8u3 1.5s ease-in-out infinite;
}

@keyframes stepPulse-b-81dirqt8u3 {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(76, 81, 191, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(76, 81, 191, 0.5);
    }
}

.step-label[b-81dirqt8u3] {
    color: #a0aec0;
    font-size: 0.9rem;
    font-weight: 500;
}

.step.active .step-label[b-81dirqt8u3] {
    color: #4c51bf;
    font-weight: 600;
}

.progress-bar[b-81dirqt8u3] {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill[b-81dirqt8u3] {
    height: 100%;
    width: 33%;
    background: linear-gradient(90deg, #4c51bf, #667eea);
    border-radius: 3px;
    animation: progressFill-b-81dirqt8u3 2s ease-in-out infinite;
}

@keyframes progressFill-b-81dirqt8u3 {
    0%, 100% {
        width: 33%;
    }

    50% {
        width: 66%;
    }
}

.security-badge[b-81dirqt8u3] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #f7fafc;
    border-radius: 10px;
    color: #4a5568;
    font-size: 0.9rem;
    border: 1px solid #e2e8f0;
}

.shield-icon[b-81dirqt8u3] {
    width: 18px;
    height: 18px;
    fill: #48bb78;
}

/* Pure CSS Success Animation */
.css-success[b-81dirqt8u3] {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
}

.success-circle[b-81dirqt8u3] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #48bb78, #38a169);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: successScale-b-81dirqt8u3 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.checkmark[b-81dirqt8u3] {
    width: 40px;
    height: 20px;
    border-left: 8px solid white;
    border-bottom: 8px solid white;
    transform: rotate(-45deg) translate(2px, 2px);
    animation: checkmarkDraw-b-81dirqt8u3 0.5s 0.3s ease-out both;
}

@keyframes successScale-b-81dirqt8u3 {
    0% {
        transform: scale(0);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes checkmarkDraw-b-81dirqt8u3 {
    0% {
        width: 0;
        height: 0;
        border-width: 0;
    }

    100% {
        width: 40px;
        height: 20px;
        border-width: 8px;
    }
}

.success-dots[b-81dirqt8u3] {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.dot[b-81dirqt8u3] {
    width: 8px;
    height: 8px;
    background: #48bb78;
    border-radius: 50%;
    animation: dotBounce-b-81dirqt8u3 1.4s ease-in-out infinite;
}

    .dot:nth-child(2)[b-81dirqt8u3] {
        animation-delay: 0.2s;
    }

    .dot:nth-child(3)[b-81dirqt8u3] {
        animation-delay: 0.4s;
    }

@keyframes dotBounce-b-81dirqt8u3 {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/* Pure CSS Pending Animation */
.css-pending[b-81dirqt8u3] {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
}

.pending-circle[b-81dirqt8u3] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #f6ad55, #ed8936);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pendingPulse-b-81dirqt8u3 2s ease-in-out infinite;
}

@keyframes pendingPulse-b-81dirqt8u3 {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(246, 173, 85, 0.4);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 0 20px rgba(246, 173, 85, 0);
        transform: scale(1.05);
    }
}

.pending-hand[b-81dirqt8u3] {
    width: 6px;
    height: 30px;
    background: white;
    border-radius: 3px;
    animation: handRotate-b-81dirqt8u3 2s linear infinite;
    transform-origin: bottom center;
}

@keyframes handRotate-b-81dirqt8u3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pending-arcs[b-81dirqt8u3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.arc[b-81dirqt8u3] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    border: 2px solid transparent;
    border-top: 2px solid rgba(237, 137, 54, 0.3);
    border-radius: 50%;
    animation: arcRotate-b-81dirqt8u3 3s linear infinite;
}

    .arc:nth-child(2)[b-81dirqt8u3] {
        animation-delay: 0.5s;
        width: 160px;
        height: 160px;
    }

@keyframes arcRotate-b-81dirqt8u3 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Pure CSS Failure Animation */
.css-failure[b-81dirqt8u3] {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
}

.failure-circle[b-81dirqt8u3] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #f56565, #e53e3e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: failureShake-b-81dirqt8u3 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes failureShake-b-81dirqt8u3 {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

.cross-line[b-81dirqt8u3] {
    position: absolute;
    width: 40px;
    height: 8px;
    background: white;
    border-radius: 4px;
}

.line1[b-81dirqt8u3] {
    transform: rotate(45deg);
    animation: crossLine1-b-81dirqt8u3 0.5s 0.2s ease-out both;
}

.line2[b-81dirqt8u3] {
    transform: rotate(-45deg);
    animation: crossLine2-b-81dirqt8u3 0.5s 0.2s ease-out both;
}

@keyframes crossLine1-b-81dirqt8u3 {
    0% {
        width: 0;
    }

    100% {
        width: 40px;
    }
}

@keyframes crossLine2-b-81dirqt8u3 {
    0% {
        width: 0;
    }

    100% {
        width: 40px;
    }
}

.failure-rings[b-81dirqt8u3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ring[b-81dirqt8u3] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    border: 2px solid rgba(229, 62, 62, 0.2);
    border-radius: 50%;
    animation: ringExpand-b-81dirqt8u3 1.5s ease-out infinite;
}

    .ring:nth-child(2)[b-81dirqt8u3] {
        animation-delay: 0.3s;
    }

@keyframes ringExpand-b-81dirqt8u3 {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

/* Result States Common */
.result-title[b-81dirqt8u3] {
    font-size: 2rem;
    color: #2d3748;
    margin-bottom: 8px;
    font-weight: 800;
    text-align: center;
}

.error-title[b-81dirqt8u3] {
    color: #e53e3e;
}

.result-subtitle[b-81dirqt8u3] {
    color: #718096;
    font-size: 1.1rem;
    margin-bottom: 25px;
    text-align: center;
}

/* Status Badges */
.status-badge[b-81dirqt8u3] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    animation: badgeAppear-b-81dirqt8u3 0.5s 0.3s both;
}

@keyframes badgeAppear-b-81dirqt8u3 {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-badge[b-81dirqt8u3] {
    background: linear-gradient(135deg, #c6f6d5, #9ae6b4);
    color: #065f46;
    border: 2px solid #68d391;
}

.pending-badge[b-81dirqt8u3] {
    background: linear-gradient(135deg, #feebc8, #fbd38d);
    color: #744210;
    border: 2px solid #ed8936;
}

.error-badge[b-81dirqt8u3] {
    background: linear-gradient(135deg, #fed7d7, #feb2b2);
    color: #991b1b;
    border: 2px solid #fc8181;
}

.badge-icon[b-81dirqt8u3] {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Transaction Card */
.transaction-card[b-81dirqt8u3] {
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
    margin: 25px 0;
    border: 1px solid #e2e8f0;
    animation: cardSlide-b-81dirqt8u3 0.5s 0.4s both;
}

@keyframes cardSlide-b-81dirqt8u3 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-header[b-81dirqt8u3] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(135deg, #edf2f7, #e2e8f0);
    border-bottom: 1px solid #e2e8f0;
}

.card-icon[b-81dirqt8u3] {
    width: 24px;
    height: 24px;
    fill: #4c51bf;
}

.card-header h4[b-81dirqt8u3] {
    color: #2d3748;
    margin: 0;
    font-size: 1.1rem;
}

.card-body[b-81dirqt8u3] {
    padding: 20px;
}

.detail-row[b-81dirqt8u3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f7;
}

    .detail-row:last-child[b-81dirqt8u3] {
        border-bottom: none;
    }

.detail-label[b-81dirqt8u3] {
    color: #718096;
    font-size: 0.95rem;
}

.detail-value[b-81dirqt8u3] {
    color: #2d3748;
    font-weight: 600;
    font-size: 0.95rem;
}

.success-text[b-81dirqt8u3] {
    color: #38a169;
}

/* Success Tips */
.success-tips[b-81dirqt8u3] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 25px 0;
}

.tip[b-81dirqt8u3] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: #f0fff4;
    border-radius: 10px;
    color: #065f46;
    border: 1px solid #c6f6d5;
    animation: tipAppear-b-81dirqt8u3 0.5s 0.5s both;
}

    .tip:nth-child(2)[b-81dirqt8u3] {
        animation-delay: 0.6s;
    }

@keyframes tipAppear-b-81dirqt8u3 {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.tip-icon[b-81dirqt8u3] {
    width: 24px;
    height: 24px;
    background: #9ae6b4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
}

/* Info Box */
.info-box[b-81dirqt8u3] {
    background: #fffaf0;
    border-radius: 16px;
    padding: 25px;
    margin: 25px 0;
    border: 1px solid #fed7d7;
    animation: cardSlide-b-81dirqt8u3 0.5s 0.4s both;
}

.info-header[b-81dirqt8u3] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.info-icon[b-81dirqt8u3] {
    width: 24px;
    height: 24px;
    fill: #d69e2e;
}

.info-header h4[b-81dirqt8u3] {
    color: #744210;
    margin: 0;
    font-size: 1.1rem;
}

.info-list[b-81dirqt8u3] {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .info-list li[b-81dirqt8u3] {
        padding: 8px 0;
        color: #744210;
        position: relative;
        padding-left: 24px;
    }

        .info-list li[b-81dirqt8u3]:before {
            content: "→";
            position: absolute;
            left: 0;
            color: #ed8936;
            font-weight: bold;
        }

/* Countdown */
.countdown[b-81dirqt8u3] {
    background: linear-gradient(135deg, #edf2f7, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    margin: 25px 0;
    text-align: center;
    border: 1px solid #cbd5e0;
    animation: pulseGlow-b-81dirqt8u3 2s ease-in-out infinite;
}

@keyframes pulseGlow-b-81dirqt8u3 {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.1);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(102, 126, 234, 0);
    }
}

.countdown-label[b-81dirqt8u3] {
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.countdown-timer[b-81dirqt8u3] {
    color: #4c51bf;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Courier New', monospace;
}

/* Error Details */
.error-details[b-81dirqt8u3] {
    margin: 25px 0;
}

.error-message[b-81dirqt8u3] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #fef2f2;
    border-radius: 12px;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.error-icon[b-81dirqt8u3] {
    width: 24px;
    height: 24px;
    fill: #e53e3e;
    flex-shrink: 0;
}

.error-message h4[b-81dirqt8u3] {
    margin: 0 0 8px 0;
    font-size: 1rem;
}

.error-message p[b-81dirqt8u3] {
    margin: 0;
    font-size: 0.95rem;
}

/* Solutions */
.solutions[b-81dirqt8u3] {
    background: #f0f9ff;
    border-radius: 16px;
    padding: 25px;
    margin: 25px 0;
    border: 1px solid #bae6fd;
    animation: cardSlide-b-81dirqt8u3 0.5s 0.4s both;
}

    .solutions h4[b-81dirqt8u3] {
        color: #0369a1;
        margin-bottom: 20px;
        font-size: 1.1rem;
        text-align: center;
    }

.solution-grid[b-81dirqt8u3] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.solution[b-81dirqt8u3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.solution-icon[b-81dirqt8u3] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4299e1, #3182ce);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1rem;
}

.solution span[b-81dirqt8u3] {
    color: #4b5563;
    font-size: 0.85rem;
    line-height: 1.3;
}

/* Action Buttons */
.action-buttons[b-81dirqt8u3] {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.btn[b-81dirqt8u3] {
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 160px;
    text-decoration: none;
    animation: buttonAppear-b-81dirqt8u3 0.5s 0.6s both;
}

.btn-success[b-81dirqt8u3] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

    .btn-success:hover[b-81dirqt8u3] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
        background: linear-gradient(135deg, #059669, #047857);
    }

.btn-primary[b-81dirqt8u3] {
    background: linear-gradient(135deg, #4c51bf, #667eea);
    color: white;
    box-shadow: 0 4px 15px rgba(76, 81, 191, 0.3);
}

    .btn-primary:hover[b-81dirqt8u3] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(76, 81, 191, 0.4);
        background: linear-gradient(135deg, #4338ca, #4c51bf);
    }

.btn-secondary[b-81dirqt8u3] {
    background: #6b7280;
    color: white;
}

    .btn-secondary:hover[b-81dirqt8u3] {
        background: #4b5563;
        transform: translateY(-2px);
    }

.btn-outline[b-81dirqt8u3] {
    background: transparent;
    color: #4a5568;
    border: 2px solid #cbd5e0;
}

    .btn-outline:hover[b-81dirqt8u3] {
        background: #f7fafc;
        border-color: #a0aec0;
        transform: translateY(-2px);
    }

.btn-icon[b-81dirqt8u3] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

@keyframes buttonAppear-b-81dirqt8u3 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 600px) {
    .payment-container[b-81dirqt8u3] {
        margin: 20px;
        padding: 25px;
    }

    .action-buttons[b-81dirqt8u3] {
        flex-direction: column;
    }

    .btn[b-81dirqt8u3] {
        width: 100%;
    }

    .result-title[b-81dirqt8u3] {
        font-size: 1.6rem;
    }

    .solution-grid[b-81dirqt8u3] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .progress-steps[b-81dirqt8u3]::before {
        left: 10%;
        right: 10%;
    }
}
/* /Components/Pages/ErrorHandlingPage/NotFoundPage.razor.rz.scp.css */
.error-page[b-2y0v7ktqno] {
    color: #1f1f1f;
}
    .error-page .error-wrapper[b-2y0v7ktqno] {
        height: auto;
        width: 100%;
    }
        .error-page .error-wrapper .error-box[b-2y0v7ktqno] {
            max-width: 480px;
            text-align: center;
            width: 100%;
            margin: 0 auto;
            padding: 1.875rem 0;
        }
            .error-page .error-wrapper .error-box h1[b-2y0v7ktqno] {
                color: #282460;
                font-size: 10em;
            }
            .error-page .error-wrapper .error-box h3[b-2y0v7ktqno] {
                font-size: 26px;
            }
            .error-page .error-wrapper .error-box .btn[b-2y0v7ktqno] {
                border-radius: 50px;
                font-size: 18px;
                font-weight: 600;
                min-width: 200px;
                padding: 10px 20px;
            }
/* /Components/Pages/HRMPage/PayslipPage/EmployeeOfferLetter.razor.rz.scp.css */
@media print {
    @page {
        size: A4;
        margin: 15mm; /* margin for content and footer */
    }

    body[b-jhx9ew14d9], html[b-jhx9ew14d9] {
        width: 100%;
        height: 100%;
    }

    /* Printable content */
    .print-area[b-jhx9ew14d9] {
        width: 100%;
        margin: 0;
        padding-bottom: 40px; /* reserve space for footer */
    }

    /* Footer that prints at bottom of every page */
    .page-footer[b-jhx9ew14d9] {
        position: absolute; /* use absolute instead of fixed */
        bottom: 15mm; /* match the page margin */
        left: 15mm; /* align to left page margin */
        width: calc(100% - 30mm); /* full width minus left+right margins */
        height: 25px;
        z-index: 1000;
    }

    .footer-shape[b-jhx9ew14d9] {
        height: 100%;
        width: 75%;
        background: green;
        clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
    }
}


.company-section[b-jhx9ew14d9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.details-section[b-jhx9ew14d9] {
    flex: 1;
}

.company-name[b-jhx9ew14d9] {
    font-weight: 900;
    margin-bottom: 4px;
    font-size: 22px;
    color: green;
}

.company-address[b-jhx9ew14d9],
.company-mobile[b-jhx9ew14d9] {
    margin: 0;
    font-size: 16px;
    width: 400px;
}

.logo-section[b-jhx9ew14d9] {
    text-align: right;
}

    .logo-section img[b-jhx9ew14d9] {
        max-height: 260px;
        max-width: 220px;
        object-fit: contain;
    }
.company-url a[b-jhx9ew14d9] {
    text-decoration: none;
    font-weight: 500;
    color: #0d6efd;
    margin: 0 4px;
}

    .company-url a:hover[b-jhx9ew14d9] {
        text-decoration: underline;
    }
.offer-text[b-jhx9ew14d9] {
    color: green;
    font-size: 28px;
    text-decoration: underline;
    font-weight: 600;
    text-underline-offset: 4px;
    display: block;
    text-align: center;
}
.user-details[b-jhx9ew14d9] {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    text-align: left; 
    font-size:18px;
    font-weight:900;
}
.content-dark[b-jhx9ew14d9]{
    font-size:18px;
    font-weight:bold;
}

.letter-content[b-jhx9ew14d9] {
    margin-top: 20px;
    padding: 0 30px;
}

.letter-content p[b-jhx9ew14d9] {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}

.offer-list[b-jhx9ew14d9] {
    padding-left: 45px;
    margin: 20px 0;
    list-style-type: decimal;
}

    .offer-list li[b-jhx9ew14d9] {
        margin-bottom: 12px;
        padding-left: 6px;
        line-height: 1.7;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
    }

        .offer-list li[b-jhx9ew14d9]::marker {
            color: green;
            font-weight: bold;
        }
.closing-section[b-jhx9ew14d9] {
    margin-top: 40px;
    padding: 0 30px; 
    text-align: left;
}

    .closing-section p[b-jhx9ew14d9] {
        margin: 4px 0;
        font-size: 18px;
    }

.annexure[b-jhx9ew14d9] {
    font-family: Arial, sans-serif;
    padding:20px 30px;
}

.annexure-title[b-jhx9ew14d9] {
    text-align: left;
    text-decoration: underline;
    font-weight: 700;
    margin-bottom: 10px;
    font-size:20px;
}
.details-row[b-jhx9ew14d9] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.left-details[b-jhx9ew14d9],
.right-details[b-jhx9ew14d9] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: underline;
}

.row-item[b-jhx9ew14d9] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.label[b-jhx9ew14d9] {
    font-size: 18px;
    font-weight: 500;
   ;
}

.value[b-jhx9ew14d9] {
    font-size: 18px;
    font-weight: 200;
}


.compensation-head[b-jhx9ew14d9] {
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: underline;
    font-weight: 500;
}

table[b-jhx9ew14d9] {
    width: 100%;
    border-collapse: collapse;
}

thead th[b-jhx9ew14d9] {
    border: 1px solid #000;
    padding: 6px;
/*    text-align: center;*/
    font-size:17px;
    font-weight: bold;
}

tbody td[b-jhx9ew14d9] {
    border: 1px solid #000;
    padding: 6px;
    text-align: left;
    font-size:17px;
    margin-left:2px;
}
.declaration-details[b-jhx9ew14d9] {
    padding: 12px;
    /*min-height: 280px;*/ /* controls overall box height */
    display: flex;
    flex-direction: column;
}

.declaration-title[b-jhx9ew14d9] {
    text-align:center;
    font-weight: bold;
    margin-bottom: 8px;
}

.declar-content[b-jhx9ew14d9] {
    flex: 1; /* keeps content inside */
    font-size: 18px;
    text-align: justify;
    overflow-wrap: break-word; /* prevents overflow */
}

.declare-footer[b-jhx9ew14d9] {
    margin-top: 20px; 
}

.footer-row[b-jhx9ew14d9] {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.footer-shape[b-jhx9ew14d9] {
    height: 100%;
    width: 75%;
    background: green;
    clip-path: polygon( 0 0, 92% 0, 100% 100%, 0 100% );
}
/* /Components/Pages/HRMPage/PayslipPage/EmployeeSalaryAdd.razor.rz.scp.css */
/* Remove focus outline for Radzen radio buttons only on this page */
.radzen-radiobutton:focus[b-dhmhf1d4bl] {
    outline: none !important;
    box-shadow: none !important;
}

.radzen-radiobutton-list:focus-within[b-dhmhf1d4bl] {
    outline: none !important;
    box-shadow: none !important;
}
/* /Components/Pages/HRMPage/PayslipPage/PaySlipPage.razor.rz.scp.css */

/*
.payslip {
    width: 900px;
    margin: auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
}
*/
.payslip[b-9bcfwvlhyr] {
    width: 900px !important;
    margin: auto !important;
    padding: 20px !important;
    font-family: Arial, sans-serif;
}
.payslip-header[b-9bcfwvlhyr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.company-section[b-9bcfwvlhyr] {
    display: flex;
    gap: 3px;
}

.company-logo[b-9bcfwvlhyr] {
    width: 110px;
    height: auto;
}

.company-details[b-9bcfwvlhyr] {
    display: flex;
    flex-direction: column;
    font-size:70px;
    color:red;
}

.company-name[b-9bcfwvlhyr] {
    font-size: 20px;
    font-weight: bold;
}

.company-address[b-9bcfwvlhyr] {
    font-size: 15px;
    margin-top: 3px;
    color: #444;
}

.payslip-title[b-9bcfwvlhyr] {
    text-align: right;
}

    .payslip-title .title[b-9bcfwvlhyr] {
        font-size: 15px;
        font-weight: 200;
    }

    .payslip-title .month[b-9bcfwvlhyr] {
        font-size: 18px;
        margin-top: 2px;
        font-weight: bold;
    }

hr[b-9bcfwvlhyr] {
    margin: 20px 0;
}

.employee-summary-container[b-9bcfwvlhyr] {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
}

.employee-summary[b-9bcfwvlhyr] {
    width: 60%;
}

.summary-title[b-9bcfwvlhyr] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.summary-row[b-9bcfwvlhyr] {
    display: flex;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 8px;
}

    .summary-row span:first-child[b-9bcfwvlhyr] {
        width: 130px;
        font-weight: 600;
    }

.salary-card[b-9bcfwvlhyr] {
    width: 315px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Green vertical line */
.salary-green-line[b-9bcfwvlhyr] {
    position: absolute;
    left: 0;
    /* top: 0; */
    height: 70%; /* full height of the top section */
    width: 4px; /* thickness of the line */
    background-color: #2ecc71; /* green */
    border-radius: 2px;
}

/* Card content */
.salary-card-content[b-9bcfwvlhyr] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Top section */
.salary-card-top[b-9bcfwvlhyr] {
    /* background: #eafaf1;
            padding: 16px 18px; */
    position: relative;
    padding-left: 12px;
    text-align: right;
    background: #eafaf1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.salary-amount[b-9bcfwvlhyr] {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: start;
}

.salary-label[b-9bcfwvlhyr] {
    font-size: 15px;
    color: #666;
    text-align: start;
}

/* Bottom section */
.salary-card-bottom[b-9bcfwvlhyr] {
    color: #000;
    padding: 17px 18px;
}

.day-row[b-9bcfwvlhyr] {
    display: flex;
    /* justify-content: space-between; */
    font-size: 14px;
    margin-bottom: 8px;
    gap: 20px;
}

    .day-row span:first-child[b-9bcfwvlhyr] {
        color: #ccc;
    }

.salary-separator[b-9bcfwvlhyr] {
    border-bottom: 3px dotted #ccc; /* dotted line */
    margin: -1px 26px; /* space above and below */
}

.column-separator[b-9bcfwvlhyr] {
    border-bottom: 3px dotted #ccc; /* dotted line */
    margin: 6px 0; /* space above and below */
}

.employee-salary-summary-container[b-9bcfwvlhyr] {
    border-top: 6px solid lightgray;
    border-left: 6px solid lightgray;
    border-right: 6px solid lightgray;
    padding: 25px 25px 10px; /* ⬅ reduced bottom padding */
    border-radius: 8px 8px 0 0;
    background: #fff;
}
/* Designation */
.employee-designation[b-9bcfwvlhyr] {
    margin-bottom: 35px;
    font-size: 23px;
    color: #333;
}

    .employee-designation .label[b-9bcfwvlhyr] {
        font-weight: 600;
    }

    .employee-designation .colon[b-9bcfwvlhyr] {
        margin: 0 6px;
    }

    .employee-designation .value[b-9bcfwvlhyr] {
        font-weight: 500;
    }

/* Grid */
.salary-grid[b-9bcfwvlhyr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

/* Flex container for section title and Amount header */
.section-header[b-9bcfwvlhyr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.section-title[b-9bcfwvlhyr] {
    font-weight: 600;
    margin: 0;
}

.amount-header[b-9bcfwvlhyr] {
    font-weight: 600;
}

.section-divider[b-9bcfwvlhyr] {
    border-bottom: 1px dotted #999;
    margin-bottom: 12px;
}


.amount[b-9bcfwvlhyr] {
    font-weight: 500;
    align-items: flex-end; /* ⬅ bottom align amount text */
    font-size: 16px;
    color: black;
}

/* Footer */
.salary-footer[b-9bcfwvlhyr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* ⬅ bottom align text */
    margin: 8px -25px 0; /* ⬅ cancel container padding */
    padding: 10px 25px; /* ⬅ internal spacing */
    border-top: 2px solid #ccc;
    font-weight: 600;
    background-color: #f5f5f5; /* ⬅ full-width background */
}

.footer-item[b-9bcfwvlhyr] {
    display: flex;
    justify-content: space-between;
    align-items: baseline; /* ⭐ BEST for text of different sizes */
    width: 48%;
}

.employee-salary-summary-container[b-9bcfwvlhyr] {
    position: relative;
}

    .employee-salary-summary-container[b-9bcfwvlhyr]::before,
    .employee-salary-summary-container[b-9bcfwvlhyr]::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 35px; /* ⬅ length of the corner line */
        height: 6px; /* ⬅ thickness */
        background: lightgray;
    }

    .employee-salary-summary-container[b-9bcfwvlhyr]::before {
        left: 0;
        border-bottom-left-radius: 6px;
    }

    .employee-salary-summary-container[b-9bcfwvlhyr]::after {
        right: 0;
        border-bottom-right-radius: 6px;
    }

.net-pay-card[b-9bcfwvlhyr] {
    background: #FAF9F6;
    color: black;
    padding: 14px 20px;
    border-radius: 8px;
    margin-top: 16px;
    box-sizing: border-box;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
}



/* LEFT COLUMN */
.net-pay-left[b-9bcfwvlhyr] {
    display: flex;
    flex-direction: column; /* ⬅ stack title + text */
    gap: 4px;
}

/* Title */
.net-pay-title[b-9bcfwvlhyr] {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.85;
}

/* Description */
.net-pay-desc[b-9bcfwvlhyr] {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

/* RIGHT AMOUNT */
.net-pay-content[b-9bcfwvlhyr] {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* ⭐ makes right section full height */
}

.net-pay-right[b-9bcfwvlhyr] {
    background: #eafaf1;
    color: #000;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 180px;
    text-align: right;
    border-radius: 0 6px 6px 0;
    /* Pull out of card padding */
    margin: -14px -20px -14px 0;
}

.amount-words[b-9bcfwvlhyr] {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
}

    /* RIGHT alignment */
    .amount-words.right-align[b-9bcfwvlhyr] {
        text-align: right;
    }

    .amount-words .label[b-9bcfwvlhyr] {
        font-weight: 600;
    }

    .amount-words .value[b-9bcfwvlhyr] {
        font-weight: 500;
    }

.grid-row[b-9bcfwvlhyr] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

/* Right-align amount column */
.amount[b-9bcfwvlhyr],
.amount-header[b-9bcfwvlhyr] {
    text-align: right;
    min-width: 120px; /* keeps column perfectly aligned */
}

/* Existing styles stay */
.section-title[b-9bcfwvlhyr] {
    font-weight: 600;
    margin: 0;
}

.salary-row[b-9bcfwvlhyr] {
    padding: 6px 0;
}
/* /Components/Pages/InventoryPage/ProductPage/BarcodeList.razor.rz.scp.css */
#barcode_text[b-pt5fd0sncs]
{
    text-align:center;
}
/* /Components/Pages/MasterSettingPage/ProductionDashboard.razor.rz.scp.css */

/* Enhanced Attendance Overview Styling */
.production-overview-module[b-e30ajqcy66] {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --success-gradient: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    --warning-gradient: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    --danger-gradient: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    --info-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.05);
    --hover-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 0 3px 8px rgba(0, 0, 0, 0.08);
}

/* Modern Card Enhancements */
.production-overview-module .modern-card[b-e30ajqcy66] {
    border: none;
    border-radius: 20px;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}

    .production-overview-module .modern-card:hover[b-e30ajqcy66] {
        transform: translateY(-5px);
        box-shadow: var(--hover-shadow);
    }

.production-overview-module .modern-card-header[b-e30ajqcy66] {
    background: var(--primary-gradient);
    color: white;
    border-bottom: none;
    padding: 1.5rem 2rem;
    position: relative;
    overflow: hidden;
}

    .production-overview-module .modern-card-header[b-e30ajqcy66]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1);
    }

.production-overview-module .chart-icon-wrapper[b-e30ajqcy66] {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 5px;
}

    .production-overview-module .chart-icon-wrapper i[b-e30ajqcy66] {
        padding: 2px;
    }
/* Quick Stats Enhancement */
.production-overview-module .card.bg-light[b-e30ajqcy66] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

    .production-overview-module .card.bg-light .badge[b-e30ajqcy66] {
        padding: 0.6rem 1.2rem;
        border-radius: 25px;
        font-weight: 600;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: 2px solid transparent;
        transition: all 0.3s ease;
    }

        .production-overview-module .card.bg-light .badge:hover[b-e30ajqcy66] {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        }

        .production-overview-module .card.bg-light .badge.bg-primary[b-e30ajqcy66] {
            background: var(--primary-gradient) !important;
            border-color: rgba(102, 126, 234, 0.3);
        }

        .production-overview-module .card.bg-light .badge.bg-success[b-e30ajqcy66] {
            background: var(--success-gradient) !important;
            border-color: rgba(17, 153, 142, 0.3);
        }

        .production-overview-module .card.bg-light .badge.bg-danger[b-e30ajqcy66] {
            background: var(--danger-gradient) !important;
            border-color: rgba(255, 107, 107, 0.3);
        }

        .production-overview-module .card.bg-light .badge.bg-warning[b-e30ajqcy66] {
            background: var(--warning-gradient) !important;
            border-color: rgba(255, 154, 158, 0.3);
            color: #333;
        }

        .production-overview-module .card.bg-light .badge.bg-info[b-e30ajqcy66] {
            background: var(--info-gradient) !important;
            border-color: rgba(79, 172, 254, 0.3);
        }

.production-overview-module .card .card-header[b-e30ajqcy66], .production-overview-module .card .card-body[b-e30ajqcy66] {
    padding: 5px;
}

.production-overview-module quick-stats-bar[b-e30ajqcy66] {
    padding: 10px;
}
/* Button Enhancements */
.production-overview-module .btn-outline-success[b-e30ajqcy66] {
    border: 2px solid #28a745;
    color: #28a745;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: transparent;
}

    .production-overview-module .btn-outline-success:hover[b-e30ajqcy66] {
        background: linear-gradient(135deg, #28a745, #20c997);
        color: white;
        border-color: transparent;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(40, 167, 69, 0.3);
    }

.production-overview-module .btn-outline-primary[b-e30ajqcy66] {
    border: 2px solid #007bff;
    color: #007bff;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: transparent;
}

    .production-overview-module .btn-outline-primary:hover[b-e30ajqcy66] {
        background: linear-gradient(135deg, #007bff, #0056b3);
        color: white;
        border-color: transparent;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 123, 255, 0.3);
    }

/* Enhanced Modal Styling */
.production-overview-module .modal-content[b-e30ajqcy66] {
    border: none;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
/* =========================
           Production Dashboard - AD Look (except grid)
           ========================= */

/* ----- Global Styles ----- */
body[b-e30ajqcy66], .production-dashboard-container[b-e30ajqcy66] {
    background-color: #F5F5F5; /* AD background */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

h5[b-e30ajqcy66], h6[b-e30ajqcy66] {
    color: #0D47A1; /* AD heading color */
}

/* ----- Cards ----- */
.modern-card[b-e30ajqcy66] {
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .modern-card:hover[b-e30ajqcy66] {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.modern-card-header[b-e30ajqcy66] {
    background-color: #2196F3; /* AD blue header */
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 0.75rem 1rem;
}

/* ----- Buttons ----- */
.btn-primary[b-e30ajqcy66], .btn-outline-primary[b-e30ajqcy66], .btn-success[b-e30ajqcy66], .btn-outline-success[b-e30ajqcy66] {
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.btn-primary[b-e30ajqcy66] {
    background-color: #2196F3;
    border-color: #2196F3;
    color: #fff;
}

    .btn-primary:hover[b-e30ajqcy66] {
        background-color: #1976D2;
        border-color: #1976D2;
    }

.btn-outline-primary[b-e30ajqcy66] {
    color: #2196F3;
    border-color: #2196F3;
    background-color: transparent;
}

    .btn-outline-primary:hover[b-e30ajqcy66] {
        background-color: #2196F3;
        color: #fff;
    }

/* ----- Pills / Quick Stats ----- */
.stat-pill[b-e30ajqcy66] {
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pill-good[b-e30ajqcy66] {
    background-color: #2196F3;
    color: #fff;
}

.pill-scrap[b-e30ajqcy66] {
    background-color: #F44336;
    color: #fff;
}

.pill-recovery[b-e30ajqcy66] {
    background-color: #FF9800;
    color: #fff;
}

.pill-total[b-e30ajqcy66] {
    background-color: #9C27B0;
    color: #fff;
}

.pill-bestshift[b-e30ajqcy66] {
    background-color: #4CAF50;
    color: #fff;
}

/* ----- Filters / Inputs ----- */
.filter-card[b-e30ajqcy66] {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.filter-header[b-e30ajqcy66] {
    border-bottom: 1px solid #BBDEFB;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #0D47A1;
}

input[b-e30ajqcy66], select[b-e30ajqcy66], .form-select[b-e30ajqcy66], .RadzenDropDown[b-e30ajqcy66], .RadzenDatePicker[b-e30ajqcy66] {
    border-radius: 6px;
    border: 1px solid #90CAF9;
    padding: 4px 10px;
    font-size: 0.875rem;
}

    input:focus[b-e30ajqcy66], select:focus[b-e30ajqcy66], .form-select:focus[b-e30ajqcy66] {
        outline: none;
        border-color: #2196F3;
        box-shadow: 0 0 6px rgba(33, 150, 243, 0.3);
    }

/* ----- Notifications ----- */
/*     .custom-notification {
            border-radius: 8px;
            padding: 12px 16px;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .notification-success {
            background-color: #C8E6C9;
            color: #2E7D32;
        }

        .notification-error {
            background-color: #FFCDD2;
            color: #C62828;
        }

        .notification-warning {
            background-color: #FFE0B2;
            color: #EF6C00;
        } */

/* ----- Modals ----- */
.modal-content[b-e30ajqcy66] {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.modal-header[b-e30ajqcy66] {
    background-color: #2196F3;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal-footer[b-e30ajqcy66] {
    background-color: #f5f5f5;
}

    .modal-footer .btn-primary[b-e30ajqcy66] {
        background-color: #2196F3;
        border-color: #2196F3;
    }

        .modal-footer .btn-primary:hover[b-e30ajqcy66] {
            background-color: #1976D2;
            border-color: #1976D2;
        }

    .modal-footer .btn-secondary[b-e30ajqcy66] {
        background-color: #E0E0E0;
        border-color: #BDBDBD;
        color: #333;
    }

        .modal-footer .btn-secondary:hover[b-e30ajqcy66] {
            background-color: #C8E6C9;
            border-color: #A5D6A7;
        }

/* ----- Loading Spinner ----- */
.loading-container[b-e30ajqcy66] {
    background-color: rgba(245, 245, 245, 0.7);
}

.loading-spinner .spinner[b-e30ajqcy66] {
    border: 5px solid #BBDEFB;
    border-top: 5px solid #2196F3;
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
    .stat-pill[b-e30ajqcy66] {
        font-size: 0.8rem;
        padding: 4px 10px;
    }

    .filter-card[b-e30ajqcy66] {
        padding: 0.5rem;
    }

    .modern-card-header[b-e30ajqcy66] {
        padding: 0.5rem;
    }

    .modal-dialog[b-e30ajqcy66] {
        max-width: 95%;
    }

    .modal-header .modal-title[b-e30ajqcy66] {
        font-size: 1rem;
    }

    .modal-footer[b-e30ajqcy66] {
        flex-direction: column;
        align-items: stretch;
    }

        .modal-footer .btn[b-e30ajqcy66] {
            width: 100%;
        }
}

/* =========================
           Preserve PD Grid Styles
           ========================= */
.wrap-grid .rz-datatable-header th[b-e30ajqcy66] {
    background-color: #E8F5E9;
    color: #2E7D32;
    font-weight: 600;
    text-align: center;
}

.wrap-grid .rz-datatable-data tr:nth-child(even)[b-e30ajqcy66] {
    background-color: #F4F9F4;
}

.wrap-grid .rz-datatable-data td[b-e30ajqcy66] {
    padding: 8px 12px;
    font-size: 0.875rem;
}


/* Allow header text wrapping */
.rz-datatable-thead th[b-e30ajqcy66],
.rz-grid-table thead th[b-e30ajqcy66],
.rz-datatable thead th[b-e30ajqcy66],
.rz-grid-table th .rz-column-title[b-e30ajqcy66],
.rz-column-title[b-e30ajqcy66] {
    white-space: normal !important;
    line-height: 1.2 !important;
    word-break: break-word !important;
    text-overflow: unset !important;
    overflow: visible !important;
}

/* Allow header cell height to grow */
.rz-datatable-thead th[b-e30ajqcy66],
.rz-grid-table thead th[b-e30ajqcy66] {
    height: auto !important;
    vertical-align: middle !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* IMPORTANT: remove fixed table layout */
.wrap-grid table[b-e30ajqcy66] {
    table-layout: auto !important;
}

.text-muted[b-e30ajqcy66], .white[b-e30ajqcy66] {
    color: white;
}

.black[b-e30ajqcy66] {
    color: black;
}

th[b-e30ajqcy66] {
    white-space: normal !important;
}

