@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/Notifications.razor.rz.scp.css */
/* /Pages/Machines/Index.razor.rz.scp.css */
/* /Pages/Offers/EditOffer.razor.rz.scp.css */
[b-26uo998zk0] .offer-container:not(:last-child) {
    margin-left: 0.5rem;
}

.offers-container[b-26uo998zk0] {
    align-items: flex-start;
}
/* /Pages/Offers/OfferTypes/PrintingOffer.razor.rz.scp.css */
#printing .card[b-vmxqyl0kyl] {
    background-color: white !important;
}

    #printing .col-lable div[b-vmxqyl0kyl] {
        width: 130px !important;
        min-height: 30px !important;
    }

    #printing .note-label[b-vmxqyl0kyl] {
        height: 80px !important;
    }

    #printing .col-control[b-vmxqyl0kyl] {
        width: 250px !important;
        min-height: 30px !important;
    }

        #printing .col-control .title[b-vmxqyl0kyl] {
            vertical-align: middle !important;
        }

    #printing .deleting[b-vmxqyl0kyl] {
        background-color: #f8a5a5 !important;
    }

        #printing .deleting *[b-vmxqyl0kyl] {
            opacity: 0.8 !important;
        }

    #printing span.input[b-vmxqyl0kyl] {
        direction: ltr !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
        border-radius: 0 !important;
        background-color: #e9ecef !important;
    }

    #printing .form-control:focus[b-vmxqyl0kyl] {
        background-color: #FFFFCC !important;
    }

    #printing .btn-save-container[b-vmxqyl0kyl] {
        position: relative !important;
    }

    #printing .btn-save[b-vmxqyl0kyl] {
        height: 90px !important;
        position: absolute !important;
        top: 0px !important;
        width: 100% !important;
    }

    #printing .offer-footer span[b-vmxqyl0kyl] {
        width: 80px !important;
        margin-bottom: 0.25rem !important;
        direction: ltr !important;
    }
/* /Pages/Offers/OfferTypes/StickyRuleOffer.razor.rz.scp.css */
#stickyrule div.card[b-a1wsmltusv] {
    background-color: #eeeef5 !important;
}

#stickyrule .col-lable div[b-a1wsmltusv] {
    width: 120px !important;
    min-height: 30px !important;
}

#stickyrule .note-label[b-a1wsmltusv] {
    height: 80px !important;
}

#stickyrule .col-control[b-a1wsmltusv] {
    width: 250px !important;
    min-height: 30px !important;
}

    #stickyrule .col-control .title[b-a1wsmltusv] {
        vertical-align: middle !important;
    }

#stickyrule .deleting[b-a1wsmltusv] {
    background-color: #f8a5a5 !important;
}

    #stickyrule .deleting *[b-a1wsmltusv] {
        opacity: 0.8 !important;
    }

#stickyrule .form-control:focus[b-a1wsmltusv] {
    background-color: #FFFFCC !important;
}

#stickyrule .btn-save-container[b-a1wsmltusv] {
    position: relative !important;
}

#stickyrule .btn-save[b-a1wsmltusv] {
    height: 90px !important;
    position: absolute !important;
    top: 0px !important;
    width: 100% !important;
}
/* /Pages/Offers/OfferTypes/ZikzakOffer.razor.rz.scp.css */
#zikzak div.card[b-mua0hmy57e] {
    background-color: #fbf4f4 !important;
}

#zikzak .col-lable div[b-mua0hmy57e] {
    width: 120px !important;
    min-height: 30px !important;
}

#zikzak .note-label[b-mua0hmy57e] {
    height: 80px !important;
}

#zikzak .col-control[b-mua0hmy57e] {
    width: 250px !important;
    min-height: 30px !important;
}

    #zikzak .col-control .title[b-mua0hmy57e] {
        vertical-align: middle !important;
    }

#zikzak .deleting[b-mua0hmy57e] {
    background-color: #f8a5a5 !important;
}

    #zikzak .deleting *[b-mua0hmy57e] {
        opacity: 0.8 !important;
    }

#zikzak .form-control:focus[b-mua0hmy57e] {
    background-color: #FFFFCC !important;
}

#zikzak .btn-save-container[b-mua0hmy57e] {
    position: relative !important;
}

#zikzak .btn-save[b-mua0hmy57e] {
    height: 90px !important;
    position: absolute !important;
    top: 0px !important;
    width: 100% !important;
}
/* /Pages/Reports/ContiuesReport.razor.rz.scp.css */
/* ============================================
   Continuous Report Dashboard Styles
   ============================================ */

.continuous-report[b-blvn6jek2w] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

/* Header Card */
.header-card[b-blvn6jek2w] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px;
    border: none;
    overflow: hidden;
}

.header-card .card-body[b-blvn6jek2w] {
    background: white;
    border-radius: 15px;
}

/* Dashboard Card Base */
.dashboard-card[b-blvn6jek2w] {
    transition: all 0.3s ease;
    border: none;
    border-radius: 15px;
}

.dashboard-card:hover[b-blvn6jek2w] {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}

/* Print Styles */
@media print {
    .continuous-report[b-blvn6jek2w] {
        background: white;
    }
    
    .dashboard-card:hover[b-blvn6jek2w],
    .stat-card:hover[b-blvn6jek2w],
    .chart-card:hover[b-blvn6jek2w] {
        transform: none;
        box-shadow: none;
    }
    
    .stat-card[b-blvn6jek2w] {
        break-inside: avoid;
    }
}
/* /Pages/Reports/ReportBestCustomers.razor.rz.scp.css */

/* Chart Card */
.chart-card[b-wx8j80wq05] {
    background: white;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .chart-card:hover[b-wx8j80wq05] {
        box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    }

.card-header-custom[b-wx8j80wq05] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 25px;
    border-bottom: none;
}

    .card-header-custom h5[b-wx8j80wq05] {
        font-weight: 700;
        margin: 0;
    }

/* Modern Table */
.modern-table[b-wx8j80wq05] {
    margin: 0;
}

    .modern-table thead[b-wx8j80wq05] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }

        .modern-table thead th[b-wx8j80wq05] {
            border: none;
            padding: 18px 15px;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
        }

    .modern-table tbody tr[b-wx8j80wq05] {
        transition: all 0.3s ease;
        border-bottom: 1px solid #f0f0f0;
    }

        .modern-table tbody tr:hover[b-wx8j80wq05] {
            background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%);
            /*transform: scale(1.01);*/
            /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
        }

    .modern-table tbody td[b-wx8j80wq05] {
        padding: 18px 15px;
        vertical-align: middle;
        border: none;
    }

.rank-badge[b-wx8j80wq05] {
    font-size: 1.8rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

    .rank-badge:hover[b-wx8j80wq05] {
        transform: scale(1.3) rotate(10deg);
    }

.rank-number[b-wx8j80wq05] {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1rem;
}

.badge-primary-custom[b-wx8j80wq05] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}
@media (max-width: 768px) {
    .modern-table[b-wx8j80wq05] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .rank-badge[b-wx8j80wq05] {
        font-size: 1.5rem;
    }
}
/* /Pages/Reports/ReportMachineWorks.razor.rz.scp.css */

/* Chart Card */
.chart-card[b-t94h4fg8m7] {
    background: white;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .chart-card:hover[b-t94h4fg8m7] {
        box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    }

.card-header-custom[b-t94h4fg8m7] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 25px;
    border-bottom: none;
}

    .card-header-custom h5[b-t94h4fg8m7] {
        font-weight: 700;
        margin: 0;
    }

/* Modern Table */
.modern-table[b-t94h4fg8m7] {
    margin: 0;
}

    .modern-table thead[b-t94h4fg8m7] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }

        .modern-table thead th[b-t94h4fg8m7] {
            border: none;
            padding: 18px 15px;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
        }

    .modern-table tbody tr[b-t94h4fg8m7] {
        transition: all 0.3s ease;
        border-bottom: 1px solid #f0f0f0;
    }

        .modern-table tbody tr:hover[b-t94h4fg8m7] {
            background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%);
            /*transform: scale(1.01);*/
            /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
        }

    .modern-table tbody td[b-t94h4fg8m7] {
        padding: 18px 15px;
        vertical-align: middle;
        border: none;
    }

.rank-badge[b-t94h4fg8m7] {
    font-size: 1.8rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

    .rank-badge:hover[b-t94h4fg8m7] {
        transform: scale(1.3) rotate(10deg);
    }

.rank-number[b-t94h4fg8m7] {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1rem;
}

.badge-primary-custom[b-t94h4fg8m7] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.status-badge[b-t94h4fg8m7] {
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

    .status-badge:hover[b-t94h4fg8m7] {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

.status-active[b-t94h4fg8m7] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
}

.status-inactive[b-t94h4fg8m7] {
    background: linear-gradient(135deg, #bdc3c7 0%, #95a5a6 100%);
    color: white;
}

.efficiency-badge[b-t94h4fg8m7] {
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

    .efficiency-badge:hover[b-t94h4fg8m7] {
        transform: scale(1.1);
    }

.efficiency-high[b-t94h4fg8m7] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
}

.efficiency-medium[b-t94h4fg8m7] {
    background: linear-gradient(135deg, #f39c12 0%, #f1c40f 100%);
    color: white;
}

.efficiency-low[b-t94h4fg8m7] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

@media (max-width: 768px) {
    .modern-table[b-t94h4fg8m7] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .rank-badge[b-t94h4fg8m7] {
        font-size: 1.5rem;
    }
}
/* /Pages/Reports/ReportOrders.razor.rz.scp.css */

/* Chart Card */
.chart-card[b-8lstin8r3y] {
    background: white;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .chart-card:hover[b-8lstin8r3y] {
        box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    }

.card-header-custom[b-8lstin8r3y] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 25px;
    border-bottom: none;
}

    .card-header-custom h5[b-8lstin8r3y] {
        font-weight: 700;
        margin: 0;
    }

/* Modern Table */
.modern-table[b-8lstin8r3y] {
    margin: 0;
}

    .modern-table thead[b-8lstin8r3y] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }

        .modern-table thead th[b-8lstin8r3y] {
            border: none;
            padding: 18px 15px;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
        }

    .modern-table tbody tr[b-8lstin8r3y] {
        transition: all 0.3s ease;
        border-bottom: 1px solid #f0f0f0;
    }

        .modern-table tbody tr:hover[b-8lstin8r3y] {
            background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%);
            transform: scale(1.01);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

    .modern-table tbody td[b-8lstin8r3y] {
        padding: 18px 15px;
        vertical-align: middle;
        border: none;
    }

.rank-badge[b-8lstin8r3y] {
    font-size: 1.8rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

    .rank-badge:hover[b-8lstin8r3y] {
        transform: scale(1.3) rotate(10deg);
    }

.rank-number[b-8lstin8r3y] {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1rem;
}

.badge-primary-custom[b-8lstin8r3y] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}


.order-status[b-8lstin8r3y] {
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

    .order-status:hover[b-8lstin8r3y] {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

.status-completed[b-8lstin8r3y] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
}

.status-inprogress[b-8lstin8r3y] {
    background: linear-gradient(135deg, #f39c12 0%, #f1c40f 100%);
    color: white;
}

.status-new[b-8lstin8r3y] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
}

@media (max-width: 768px) {
    .modern-table[b-8lstin8r3y] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .rank-badge[b-8lstin8r3y] {
        font-size: 1.5rem;
    }
}
/* /Pages/Reports/ReportProgressBars.razor.rz.scp.css */

/* Chart Card */
.chart-card[b-e8ps1et9kl] {
    background: white;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .chart-card:hover[b-e8ps1et9kl] {
        box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    }

.card-header-custom[b-e8ps1et9kl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 25px;
    border-bottom: none;
}

    .card-header-custom h5[b-e8ps1et9kl] {
        font-weight: 700;
        margin: 0;
    }

.production-stage[b-e8ps1et9kl] {
    margin-bottom: 25px;
}

.stage-label[b-e8ps1et9kl] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2c3e50;
}

.stage-value .badge[b-e8ps1et9kl] {
    font-size: 0.95rem;
    padding: 8px 15px;
    font-weight: 600;
}

.progress-modern[b-e8ps1et9kl] {
    height: 35px;
    background: #e9ecef;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.progress-modern-bar[b-e8ps1et9kl] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

    .progress-modern-bar[b-e8ps1et9kl]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
        animation: shimmer-b-e8ps1et9kl 2s infinite;
    }

@keyframes shimmer-b-e8ps1et9kl {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.progress-text[b-e8ps1et9kl] {
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .progress-modern[b-e8ps1et9kl] {
        height: 28px;
    }
}

/* Animations */
@keyframes fadeIn-b-e8ps1et9kl {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/Reports/ReportStatisticsCards.razor.rz.scp.css */
.stat-card[b-em6czjp9ep] {
    position: relative;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    min-height: 180px;
}

    .stat-card:hover[b-em6czjp9ep] {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
    }

        .stat-card:hover .stat-icon-bg i[b-em6czjp9ep] {
            transform: scale(1.1) rotate(5deg);
        }

.stat-content[b-em6czjp9ep] {
    position: relative;
    padding: 25px;
    z-index: 2;
}

.stat-icon-bg[b-em6czjp9ep] {
    position: absolute;
    left: -10px;
    top: -10px;
    font-size: 120px;
    opacity: 0.15;
    transform: rotate(-15deg);
    transition: all 0.4s ease;
}

    .stat-icon-bg i[b-em6czjp9ep] {
        transition: transform 0.4s ease;
    }

.stat-details[b-em6czjp9ep] {
    position: relative;
    z-index: 3;
}

.stat-label[b-em6czjp9ep] {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.7);
}

.stat-value[b-em6czjp9ep] {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 0, 0, 0.85);
}

.stat-trend[b-em6czjp9ep] {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
}

    .stat-trend i[b-em6czjp9ep] {
        font-size: 1.3rem;
        margin-left: 5px;
    }

.stat-progress[b-em6czjp9ep] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(0,0,0,0.1);
}

.progress-fill[b-em6czjp9ep] {
    height: 100%;
    background: rgba(0,0,0,0.2);
    transition: width 1s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

/* ??????? ??????? ??????? */
.stat-card.blue[b-em6czjp9ep] {
    background: linear-gradient(135deg, #80d1fe 0%, #9ee5ff 100%);
}

.stat-card.green[b-em6czjp9ep] {
    background: linear-gradient(135deg, #b8b5ff 0%, #d0cdff 100%);
}

.stat-card.orange[b-em6czjp9ep] {
    background: linear-gradient(135deg, #ffd1f7 0%, #ffe5fb 100%);
}

.stat-card.red[b-em6czjp9ep] {
    background: linear-gradient(135deg, #ffcbe8 0%, #ffe0f3 100%);
}

.stat-card.teal[b-em6czjp9ep] {
    background: linear-gradient(135deg, #d0a9fe 0%, #e5c9ff 100%);
}

.stat-card.purple[b-em6czjp9ep] {
    background: linear-gradient(135deg, #72b5fc 0%, #92c9fd 100%);
}

.stat-card.indigo[b-em6czjp9ep] {
    background: linear-gradient(135deg, #f8a1f2 0%, #fcbef7 100%);
}

.stat-card.success[b-em6czjp9ep] {
    background: linear-gradient(135deg, #82b1ff 0%, #a0c4ff 100%);
}

@media (max-width: 1200px) {
    .stat-value[b-em6czjp9ep] {
        font-size: 2.3rem;
    }

    .stat-icon-bg[b-em6czjp9ep] {
        font-size: 90px;
    }
}

@media (max-width: 768px) {
    .stat-card[b-em6czjp9ep] {
        min-height: 160px;
    }

    .stat-value[b-em6czjp9ep] {
        font-size: 2rem;
    }

    .stat-icon-bg[b-em6czjp9ep] {
        font-size: 70px;
    }
}

@media (max-width: 576px) {
    .stat-content[b-em6czjp9ep] {
        padding: 20px;
    }

    .stat-value[b-em6czjp9ep] {
        font-size: 1.8rem;
    }
}

.stat-card[b-em6czjp9ep] {
    animation: fadeIn 0.6s ease forwards;
}

    .stat-card:nth-child(1)[b-em6czjp9ep] {
        animation-delay: 0.1s;
    }

    .stat-card:nth-child(2)[b-em6czjp9ep] {
        animation-delay: 0.2s;
    }

    .stat-card:nth-child(3)[b-em6czjp9ep] {
        animation-delay: 0.3s;
    }

    .stat-card:nth-child(4)[b-em6czjp9ep] {
        animation-delay: 0.4s;
    }
/* /Pages/Reports/StepsReport.razor.rz.scp.css */
/* /Pages/Waybills/CustomerDeliveryView.razor.rz.scp.css */
table[b-7vo6clpt7s] {
    margin-bottom: 0 !important;
}

td[b-7vo6clpt7s] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* /Pages/Waybills/DeliveryView.razor.rz.scp.css */
table[b-rmdgygwm86] {
    margin-bottom: 0 !important;
}

td[b-rmdgygwm86] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-sd905zb5f5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-sd905zb5f5] {
    flex: 1;
}

.sidebar[b-sd905zb5f5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sd905zb5f5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sd905zb5f5]  a, .top-row .btn-link[b-sd905zb5f5] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-sd905zb5f5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-sd905zb5f5] {
        display: none;
    }

    .top-row.auth[b-sd905zb5f5] {
        justify-content: space-between;
    }

    .top-row a[b-sd905zb5f5], .top-row .btn-link[b-sd905zb5f5] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sd905zb5f5] {
        flex-direction: row;
    }

    .sidebar[b-sd905zb5f5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sd905zb5f5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-sd905zb5f5] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dvf0fm5d2c] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dvf0fm5d2c] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dvf0fm5d2c] {
    font-size: 1.1rem;
}

.oi[b-dvf0fm5d2c] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dvf0fm5d2c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dvf0fm5d2c] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dvf0fm5d2c] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dvf0fm5d2c]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dvf0fm5d2c]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dvf0fm5d2c]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dvf0fm5d2c] {
        display: none;
    }

    .collapse[b-dvf0fm5d2c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
