@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/SeapenPlatform.Portal.Web/Components/CreateOrEditThemeDialog.razor.rz.scp.css */
.te-content[b-apvgr8l5ee] {
    padding: 10px 10px 6px 10px;
}

.te-item[b-apvgr8l5ee] {
    display: flex;
    min-width: 0;
}

.te-card[b-apvgr8l5ee] {
    width: 100%;
    min-width: 0;
    border-radius: 10px;
    box-sizing: border-box;
}

.te-card-inner[b-apvgr8l5ee] {
    padding: 18px 16px 18px 16px;
    box-sizing: border-box;
}

.te-section[b-apvgr8l5ee] {
    padding-top: 4px;
    padding-bottom: 10px;
}

.te-section-title[b-apvgr8l5ee] {
    margin-bottom: 10px;
    opacity: .85;
}

.te-divider[b-apvgr8l5ee] {
    margin: 16px 0;
}

.te-field[b-apvgr8l5ee] {
    margin-top: 12px;
}

.te-card-header[b-apvgr8l5ee] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
    min-width: 0;
}

.te-switch .mud-switch-label[b-apvgr8l5ee] {
    white-space: nowrap;
}

.te-preview-wrap[b-apvgr8l5ee] {
    display: flex;
    justify-content: center;
    min-width: 0;
    overflow: visible;
    padding: 6px 0 0 0;
}

.te-preview-wrap[b-apvgr8l5ee]  .tp-root {
    height: auto !important;
    overflow: hidden !important;
}

.tp-root[b-apvgr8l5ee] { background: var(--tp-bg); }

.tp-subtitle[b-apvgr8l5ee],
.tp-label[b-apvgr8l5ee],
.tp-value[b-apvgr8l5ee] { color: var(--tp-text); }

.tp-divider[b-apvgr8l5ee] { background: var(--tp-divider); }

.tp-total[b-apvgr8l5ee] { color: var(--tp-text); }

.tp-title[b-apvgr8l5ee] { color: var(--tp-accent); }

.tp-chip[b-apvgr8l5ee] {
    background: var(--tp-chip-bg);
    color: var(--tp-text);
}

.tp-chip.selected[b-apvgr8l5ee] {
    background: var(--tp-chip-active);
    color: var(--tp-btn-text);
}

.tp-cta[b-apvgr8l5ee] {
    background: var(--tp-accent);
    color: var(--tp-btn-text);
}

.tp-foot[b-apvgr8l5ee] { color: var(--tp-foot); }


.te-preview-inputs[b-apvgr8l5ee] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.te-text-list[b-apvgr8l5ee] {
    min-width: 0;
}

.te-logo-row[b-apvgr8l5ee] {
    display: flex;
    align-items: flex-start;
}

.te-logo-wrap[b-apvgr8l5ee] {
    width: 92px;
}

.te-help[b-apvgr8l5ee] {
    margin-top: 8px;
    opacity: .65;
}

.te-actions[b-apvgr8l5ee] {
    width: 100%;
    padding: 0 16px 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
/* _content/SeapenPlatform.Portal.Web/Components/ImageSelect.razor.rz.scp.css */
.is-root[b-qu86ped3tn] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.is-title[b-qu86ped3tn] {
    opacity: .85;
}

.is-input[b-qu86ped3tn] {
    display: none;
}

.is-frame[b-qu86ped3tn] {
    position: relative;
    min-width: 0;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    border: 1px solid rgba(0,0,0,.12);
}

.is-image[b-qu86ped3tn] {
    display: block;
}

.is-overlay[b-qu86ped3tn] {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: 8px;
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(2px);
}

.is-overlay-text[b-qu86ped3tn] {
    font-size: 12px;
    opacity: .8;
    text-align: center;
}

.is-error[b-qu86ped3tn] {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(255, 0, 0, 0.08);
    border: 1px solid rgba(255, 0, 0, 0.18);
    font-size: 12px;
}
/* _content/SeapenPlatform.Portal.Web/Components/ThemeColorEditors.razor.rz.scp.css */
.te-color-row[b-1yde5n1jzv] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.te-color[b-1yde5n1jzv] {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
}
/* _content/SeapenPlatform.Portal.Web/Components/ThemePreview.razor.rz.scp.css */
.tp-root[b-cy8e0m36vh] {
    width: 100%;
    max-width: 100%;
    height: 680px;
    overflow: auto;

    background: var(--tp-bg);
    /*padding: 14px;*/
    /*border-radius: 8px;*/
    /*border: 1px solid rgba(0,0,0,.12);*/

    box-sizing: border-box;
}

.tp-sheet[b-cy8e0m36vh] {
    width: min(460px, 100%);
    margin: 0 auto;

    position: relative;
    background: var(--tp-surface);
    border-radius: 10px;

    box-sizing: border-box;
}

.tp-banner[b-cy8e0m36vh] {
    height: 200px;
    overflow: hidden;
    border-radius: 0 0 14px 14px;
    background: rgba(255,255,255,.08);
}

.tp-banner img[b-cy8e0m36vh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tp-logo-card[b-cy8e0m36vh] {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    display: grid;
    place-items: center;
    overflow: hidden;

    position: absolute;
    left: 18px;
    top: 160px;
}

.tp-logo-card img[b-cy8e0m36vh] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.tp-content[b-cy8e0m36vh] {
    padding: 62px 20px 18px 20px;
    text-align: center;
}

.tp-title[b-cy8e0m36vh] {
    font-size: 26px;
    font-weight: 700;
    color: var(--tp-accent);
    margin: 0 0 6px 0;
}

.tp-subtitle[b-cy8e0m36vh] {
    font-size: 13px;
    color: var(--tp-text);
    margin: 0 0 14px 0;
}

.tp-chips[b-cy8e0m36vh] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 16px 0;
}

.tp-chip[b-cy8e0m36vh] {
    border: 0;
    padding: 10px 14px;
    background: var(--tp-chip-bg);
    color: var(--tp-text);
    font-size: 13px;
   
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.10);*/
    /*border-radius: 999px;*/
    
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05), inset 0px 1px 1px rgba(255, 255, 255, 0.1);
    border-radius: 40px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;

}

.tp-chip.selected[b-cy8e0m36vh] {
    background: var(--tp-accent);
    color: var(--tp-btn-text);
}

.tp-divider[b-cy8e0m36vh] {
    height: 1px;
    background: var(--tp-divider);
    margin: 16px 0 12px 0;
}

.tp-summary[b-cy8e0m36vh] {
    width: 100%;
}

.tp-row[b-cy8e0m36vh] {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 13px;
}

/*.tp-label { color: var(--tp-muted); }*/
/*.tp-value { color: var(--tp-muted); font-weight: 400; }*/
.tp-label[b-cy8e0m36vh] { color: var(--tp-text); }
.tp-value[b-cy8e0m36vh] { color: var(--tp-text); font-weight: 600; }
.tp-total[b-cy8e0m36vh] { color: var(--tp-text); font-weight: 800; }


.tp-total[b-cy8e0m36vh] {
    /*color: var(--tp-text);*/
    font-weight: 1000;
}

.tp-cta[b-cy8e0m36vh] {
    width: 100%;
    margin-top: 16px;
    border: 0;
    border-radius: 999px;
    padding: 14px 16px;
    background: var(--tp-accent);
    color: var(--tp-btn-text);
    font-size: 15px;
    font-weight: 700;
}

.tp-foot[b-cy8e0m36vh] {
    margin-top: 12px;
    padding-bottom: 10px;
    font-size: 11px;
    color: var(--tp-footer);
}
/* _content/SeapenPlatform.Portal.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-1ov6l0ec17] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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