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

/* _content/Lonsec.Apps.IGS.BlazorApp/Pages/Dialogs/ProductDetailDialog.razor.rz.scp.css */
.add-apl-dialog-content[b-b8twuh2jpm] {
    margin: auto;
}

.dialog-header[b-b8twuh2jpm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dialog-title[b-b8twuh2jpm] {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.report-buttons[b-b8twuh2jpm] {
    display: flex;
    gap: 8px;
}

.report-icon-btn[b-b8twuh2jpm] {
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    transition: all 0.2s ease;
}

    .report-icon-btn:hover[b-b8twuh2jpm] {
        border-color: #00A9E5 !important;
        background-color: rgba(0, 169, 229, 0.04) !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .report-icon-btn:active[b-b8twuh2jpm] {
        transform: translateY(0);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

.report-icon[b-b8twuh2jpm] {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.fees-section[b-b8twuh2jpm] {
    margin: 20px 0;
    padding: 16px;
    background-color: #FAFAFA;
    border-radius: 4px;
}

.fees-title[b-b8twuh2jpm] {
    margin-bottom: 16px;
    color: #333;
    font-weight: 600;
}

.fees-grid[b-b8twuh2jpm] {
    gap: 16px;
}

.fee-item[b-b8twuh2jpm] {
    padding: 8px 0;
}

.fee-label[b-b8twuh2jpm] {
    color: #666;
    margin-bottom: 4px;
    font-weight: 500;
}

.fee-value[b-b8twuh2jpm] {
    color: #333;
    font-weight: 600;
}

.dialog-body[b-b8twuh2jpm] {
    margin-bottom: 24px;
}

.dialog-description[b-b8twuh2jpm] {
    font-size: 16px;
    color: #666666;
    margin-bottom: 16px;
    margin-top: 0;
}

.error-description[b-b8twuh2jpm] {
    font-size: 14px;
    color: #DC3545;
    margin-bottom: 16px;
    margin-top: 4px;
}

.apl-name-input[b-b8twuh2jpm] {
    margin-bottom: 0;
}

    .apl-name-input[b-b8twuh2jpm]  .mud-input-control {
        background-color: white;
    }

    .apl-name-input[b-b8twuh2jpm]  .mud-input-outlined .mud-input-outlined-border {
        border-color: #d0d0d0;
        border-radius: 4px;
    }

    .apl-name-input[b-b8twuh2jpm]  .mud-input-outlined:hover .mud-input-outlined-border {
        border-color: #00A9E5;
    }

    .apl-name-input[b-b8twuh2jpm]  .mud-input-outlined.mud-input-focused .mud-input-outlined-border {
        border-color: #00A9E5;
        border-width: 2px;
    }

.dialog-actions[b-b8twuh2jpm] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.delete-button[b-b8twuh2jpm] {
    background-color: #D2686F !important;
    color: white !important;
    text-transform: none !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
}

.product-table[b-b8twuh2jpm] {
    font-size: 12px;
}

    .product-table[b-b8twuh2jpm]  .mud-table-cell {
        padding: 8px 12px;
        font-size: 12px;
    }

    .product-table[b-b8twuh2jpm]  .mud-table-head .mud-table-cell {
        background: #F5F5F5;
        font-weight: 600;
        color: #333;
    }

.card-section[b-b8twuh2jpm] {
    min-height: 100px !important;
}

[b-b8twuh2jpm] .mud-popover-cascading-value, [b-b8twuh2jpm] .mud-tooltip-inline,
[b-b8twuh2jpm] #mud-snackbar-container, [b-b8twuh2jpm] .mud-snackbar {
    z-index: 99999 !important;
}
/* _content/Lonsec.Apps.IGS.BlazorApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-lcbwamg7jp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lcbwamg7jp] {
        display: none;
    }

    .top-row.auth[b-lcbwamg7jp] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-lcbwamg7jp], article[b-lcbwamg7jp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Lonsec.Apps.IGS.BlazorApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wkb0snp5y6] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-wkb0snp5y6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-wkb0snp5y6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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