/* _content/Interfaces.OneQuote.Web/Components/Layout/MainLayout.razor.rz.scp.css */
body[b-ovul6h8jy9] {
    display: flex;
    background: #f4f4f9;
    color: #333;
}

.sidebar[b-ovul6h8jy9] {
    width: 70px;
    background: #2c0066;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;

    .logo {
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }
}

.content[b-ovul6h8jy9] {
    flex: 1;
    margin-left: 70px;
    padding: 20px;
}

.header[b-ovul6h8jy9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-box[b-ovul6h8jy9] {
    background: #5A1DBB;
    color: white;
    font-weight: bold;
    padding: 8px 16px;
    clip-path: polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%);
    max-width: 220px;
    width: 120%;
}

.title[b-ovul6h8jy9] {
   max-width: 80%; 
}

.master-data[b-ovul6h8jy9] {
    font-size: 14px;
    color: #555;
}

.main-section[b-ovul6h8jy9] {
    margin-top: 20px;
    padding-bottom: 20px;
    
    h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

#blazor-error-ui[b-ovul6h8jy9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ovul6h8jy9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Interfaces.OneQuote.Web/Components/Pages/PackageDetails.razor.rz.scp.css */
*[b-o02g1p0gv7] { margin:0; padding:0; box-sizing:border-box; font-family:Arial, sans-serif; }

.master-data[b-o02g1p0gv7] { font-size:14px; color:#555; }

.package-details[b-o02g1p0gv7] { margin-top:10px; }

.top-row[b-o02g1p0gv7] { display:flex; justify-content:space-between; align-items:center; margin-bottom:15px; }

.top-row h2[b-o02g1p0gv7] { font-size:20px; }

.quote-btn[b-o02g1p0gv7] { background:#6b1fff; border:none; color:#fff; padding:8px 16px; border-radius:20px; cursor:pointer; font-size:13px; }

table[b-o02g1p0gv7] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-top: 20px;
}

th:nth-child(1)[b-o02g1p0gv7], td:nth-child(1)[b-o02g1p0gv7] { width: 40%; }
th:nth-child(2)[b-o02g1p0gv7], td:nth-child(2)[b-o02g1p0gv7] { width: 12%; }
th:nth-child(3)[b-o02g1p0gv7], td:nth-child(3)[b-o02g1p0gv7] { width: 12%; }
th:nth-child(4)[b-o02g1p0gv7], td:nth-child(4)[b-o02g1p0gv7] { width: 12%; }
th:nth-child(5)[b-o02g1p0gv7], td:nth-child(5)[b-o02g1p0gv7] { width: 12%; }
th:nth-child(6)[b-o02g1p0gv7], td:nth-child(6)[b-o02g1p0gv7] { width: 12%; }

thead[b-o02g1p0gv7] {
    background: #5a1dbb;
    color: white;
}

thead th[b-o02g1p0gv7] {
    text-align: left;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
}

tbody td[b-o02g1p0gv7] {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

tbody tr:hover[b-o02g1p0gv7] {
    background: #f9f9ff;
}

tbody tr:last-child td[b-o02g1p0gv7] {
    border-bottom: none;
}

.section td[b-o02g1p0gv7] { font-weight:bold; background:#fafafa; }

.highlight td[b-o02g1p0gv7] { background:#eef0ff; font-weight:bold; }

.note[b-o02g1p0gv7] { margin-top:10px; font-size:12px; color:#6b7280; }

.alt[b-o02g1p0gv7] { padding-left:28px; font-size:13px; }

.alt small[b-o02g1p0gv7] { color:#666; }

.radio-cell[b-o02g1p0gv7] { white-space:nowrap; }

.panel[b-o02g1p0gv7] {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 20px;
}

.top-row[b-o02g1p0gv7] {
    display: flex;
    align-items: center;
    justify-content: space-between;

    h1 {
        margin: 0;
        font-size: 28px;
    }
}

.back-link[b-o02g1p0gv7] {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #5A1DBB;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

.back-link:hover[b-o02g1p0gv7] {
    color: #6F33C0;
}

.quote-btn[b-o02g1p0gv7] {
    background: #5A1DBB;
    color: #FFFFFF;
    border: none;
    height: 40px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(90, 29, 187, .25);
    transition: background .2s ease, transform .1s ease, box-shadow .2s ease;
}

.quote-btn:hover[b-o02g1p0gv7] {
    background: #6F33C0;
    box-shadow: 0 4px 8px rgba(90, 29, 187, .35);
}

.quote-btn:active[b-o02g1p0gv7] {
    transform: scale(0.97);
}

.quote-btn:disabled[b-o02g1p0gv7] {
    background: #c9c4d6 !important;
    color: #ffffff !important;
    cursor: not-allowed;
    box-shadow: none !important;
    opacity: 0.6;
}
/* _content/Interfaces.OneQuote.Web/Components/Pages/PackageList.razor.rz.scp.css */
.app[b-pv71xjgvjq] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100%;
}

.main[b-pv71xjgvjq] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 32px 0px; /* Remove left/right padding */
    width: 100%;
}

.wrap[b-pv71xjgvjq] {
    width: 100%;
    max-width: 100vw; /* Remove max-width constraint */
    margin: 0;
    padding: 0 12px; /* Small padding for edge breathing room */
}

/* Table should always fill available width */
table[b-pv71xjgvjq] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 1200px) {
    .wrap[b-pv71xjgvjq] {
        max-width: 100vw;
        padding: 0 4px;
    }
}

@media (max-width: 900px) {
    .wrap[b-pv71xjgvjq] {
        max-width: 99vw;
        margin: 0 0.5vw;
        padding: 0 2px;
    }
    .main[b-pv71xjgvjq] {
        padding: 1.2em 0;
    }
    table[b-pv71xjgvjq] {
        font-size: 0.95em;
    }
}

@media (max-width: 600px) {
    .wrap[b-pv71xjgvjq] {
        max-width: 100vw;
        margin: 0;
        padding: 0 2px;
    }
    .main[b-pv71xjgvjq] {
        padding: 0.5em 0;
    }
    .panel h1[b-pv71xjgvjq] {
        font-size: 1.3em;
    }
    .crumb[b-pv71xjgvjq] {
        font-size: 0.95em;
        padding: 0.5em 1em;
    }
    table[b-pv71xjgvjq] {
        font-size: 0.9em;
    }
    thead th[b-pv71xjgvjq], tbody td[b-pv71xjgvjq] {
        padding: 8px 4px;
    }
}

/* breadcrumb */
.crumb[b-pv71xjgvjq] {
    display: inline-block;
    position: relative;
    background: #5A1DBB !important;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0;
    clip-path: polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%);
    margin-bottom: 20px;
    font-size: 14px;
}

/* panel */
.panel[b-pv71xjgvjq] {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.panel h1[b-pv71xjgvjq] {
    margin: 0 0 8px 0;
    font-size: 28px;
}

.panel p.sub[b-pv71xjgvjq] {
    margin: 0 0 22px 0;
    color: #5b6270;
    font-size: 15px;
}

.no-packages[b-pv71xjgvjq] {
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    color: #5b6270;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    margin-bottom: 22px;
}

/* Table */
table[b-pv71xjgvjq] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    margin-top: 20px;
}

thead[b-pv71xjgvjq] {
    background: #5a1dbb;
    color: white;
}

thead th[b-pv71xjgvjq] {
    text-align: left;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
}

tbody td[b-pv71xjgvjq] {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

tbody tr:hover[b-pv71xjgvjq] {
    background: #f9f9ff;
}

tbody tr:last-child td[b-pv71xjgvjq] {
    border-bottom: none;
}

/* Details Button */
.details-btn[b-pv71xjgvjq] {
    background: #6b1fff;
    border: none;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    transition: background .2s ease;
}

.details-btn:hover[b-pv71xjgvjq] {
    background: #5500cc;
}

.details-btn:active[b-pv71xjgvjq] {
    transform: scale(0.97);
}
/* _content/Interfaces.OneQuote.Web/Components/Pages/PackageSelection.razor.rz.scp.css */
.app[b-ell202mjej] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100%;
}

.main[b-ell202mjej] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 32px;
    width: 100%;
}

.wrap[b-ell202mjej] {
    width: 100%;
    max-width: 1100px;
}

/* breadcrumb */
.crumb[b-ell202mjej] {
    display: inline-block;
    position: relative;
    background: #5A1DBB !important;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0;
    clip-path: polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%);
    margin-bottom: 20px;
    font-size: 14px;
}

/* panel */
.panel[b-ell202mjej] {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

    .panel h1[b-ell202mjej] {
        margin: 0 0 8px 0;
        font-size: 28px;
    }

    .panel p.sub[b-ell202mjej] {
        margin: 0 0 22px 0;
        color: #5b6270;
        font-size: 15px;
    }

/* cards */
.cards[b-ell202mjej] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 22px;
    align-items: stretch; /* keeps all cards equal height */
    max-width: 1300px;
    margin-inline: auto;
}

.card--wide[b-ell202mjej] {
    grid-column: span 3;
}

.card[b-ell202mjej] {
    border: 2px solid transparent;
    border-radius: 14px;
    background: var(--card-bg);
    padding: 24px;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    min-height: 320px; /* consistent height */
}

    .card:hover[b-ell202mjej] {
        box-shadow: 0 4px 16px rgba(0,0,0,.12);
    }

    .card.selected[b-ell202mjej] {
        background: var(--selected-bg);
        border-color: var(--primary);
        box-shadow: 0 4px 20px rgba(90,29,187,.25);
    }

    .card h3[b-ell202mjej] {
        margin: 0 0 10px 0;
        font-size: 20px;
        color: var(--primary);
    }

    .card p[b-ell202mjej] {
        margin: 0 auto;
        color: #5b6270;
        line-height: 1.4;
        max-width: 85%;
    }

/* fields (hidden for non-selected) */
.field[b-ell202mjej] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    text-align: center;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: visibility 0s, height 0.2s ease;
}

.card.selected .field[b-ell202mjej] {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.field label[b-ell202mjej] {
    font-weight: 600;
}

.select[b-ell202mjej], .input[b-ell202mjej] {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #E4E4EA;
    background: #FAFAFC;
    padding: 0 12px;
    color: #1e1e1e;
    font-size: 14px;
    width: 80%;
    box-sizing: border-box;
}

.select[b-ell202mjej] {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #5A1DBB 50%), linear-gradient(135deg, #5A1DBB 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

    .select:focus[b-ell202mjej] {
        outline: none;
        border-color: #5A1DBB;
    }

.input:focus[b-ell202mjej], .select:focus[b-ell202mjej] {
    outline: none;
    border-color: #5A1DBB;
}

    .select.invalid[b-ell202mjej],
    .input.invalid[b-ell202mjej] {
        border-color: #e50000;
        background: #fff5f5;
    }

/* single grid row below cards */
.row[b-ell202mjej] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.5fr; /* three equal + one small for button */
    margin-top: 22px;
    align-items: start;
}

    .row .btn[b-ell202mjej] {
        grid-column: 4;
        justify-self: end;
        background: #5A1DBB !important;
        color: #FFFFFF !important;
        border: none;
        height: 32px;
        padding: 0 16px;
        border-radius: 999px;
        font-weight: 600;
        font-size: 13px;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(90, 29, 187, .25);
        transition: background .2s ease, transform .1s ease, box-shadow .2s ease;
        margin-right: 10px; /* aligns button edge with card grid */
    }

        .row .btn:hover[b-ell202mjej] {
            background: #6F33C0 !important;
            box-shadow: 0 4px 8px rgba(90, 29, 187, .35);
        }

        .row .btn:active[b-ell202mjej] {
            transform: scale(0.97);
        }

.btn:disabled[b-ell202mjej] {
    background: #c9c4d6 !important;
    color: #ffffff !important;
    cursor: not-allowed;
    box-shadow: none !important;
    opacity: 0.6;
}

.no-packages[b-ell202mjej] {
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    color: #5b6270;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    margin-bottom: 22px;
}


