@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6gps76gtas] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6gps76gtas] {
    flex: 1;
}

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

.top-row[b-6gps76gtas] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

    .top-row[b-6gps76gtas] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

    .top-row[b-6gps76gtas], article[b-6gps76gtas] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6gps76gtas] {
    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-6gps76gtas] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Login/LoginLayout.razor.rz.scp.css */
.page[b-eesv8bb5y2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eesv8bb5y2] {
    flex: 1;
}

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

.top-row[b-eesv8bb5y2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

    .top-row[b-eesv8bb5y2], article[b-eesv8bb5y2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-eesv8bb5y2] {
    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-eesv8bb5y2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/ReciptionNotes/AddOrUpdateRecipietNote.razor.rz.scp.css */

.header-actions[b-23vp6ft1lp] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border-bottom: 1px solid #e5e7eb;
    width: 100%;
}

/* Action buttons container */
.action-buttons[b-23vp6ft1lp] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

/* Button styling */
.action-button[b-23vp6ft1lp] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background-color 0.2s, box-shadow 0.2s;
    background-color: #3b82f6;
    border: none;
}

    .action-button:hover:not(:disabled)[b-23vp6ft1lp] {
        background-color: #2563eb;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .action-button:disabled[b-23vp6ft1lp] {
        background-color: #d1d5db;
        cursor: not-allowed;
    }

/* Success button styling */
.success-button[b-23vp6ft1lp] {
    background-color: #10b981;
}

    .success-button:hover:not(:disabled)[b-23vp6ft1lp] {
        background-color: #059669;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

/* Summary card styling */
.summary-card[b-23vp6ft1lp] {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    flex: 0 0 auto;
}

/* Summary stack */
.summary-stack[b-23vp6ft1lp] {
    gap: 1.5rem;
}

/* Summary text */
.summary-text[b-23vp6ft1lp] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

    .summary-text strong[b-23vp6ft1lp] {
        font-weight: 600;
    }

/* Responsive design */
@media (max-width: 768px) {
    .header-actions[b-23vp6ft1lp] {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
        gap: 12px;
    }

    .action-buttons[b-23vp6ft1lp] {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    .action-button[b-23vp6ft1lp],
    .success-button[b-23vp6ft1lp] {
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 10px;
    }

    .summary-card[b-23vp6ft1lp] {
        width: 100%;
        padding: 8px 12px;
    }

    .summary-stack[b-23vp6ft1lp] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .summary-text[b-23vp6ft1lp] {
        font-size: 12px;
    }
}

.delivery-note-container[b-23vp6ft1lp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.delivery-note-form[b-23vp6ft1lp] {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
}
