@import '_content/FormBuilder.Blazor/FormBuilder.Blazor.pb1py9em9k.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-45b76zhn4f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-45b76zhn4f] {
    flex: 1;
}

.sidebar[b-45b76zhn4f] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-45b76zhn4f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-45b76zhn4f]  a, .top-row[b-45b76zhn4f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-45b76zhn4f]  a:hover, .top-row[b-45b76zhn4f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-45b76zhn4f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-45b76zhn4f] {
        justify-content: space-between;
    }

    .top-row[b-45b76zhn4f]  a, .top-row[b-45b76zhn4f]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-45b76zhn4f] {
        flex-direction: row;
    }

    .sidebar[b-45b76zhn4f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-45b76zhn4f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-45b76zhn4f]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-45b76zhn4f], article[b-45b76zhn4f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Form.razor.rz.scp.css */
.quick-escape-button[b-hptlxgwukg] {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    padding: 12px 25px;
    background-color: #f98d2a;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* MOBILE */
@media (max-width: 768px) {
    .quick-escape-button[b-hptlxgwukg] {
        width: 90%;
        padding: 12px 10px;
    }
}

    .quick-escape-button:hover[b-hptlxgwukg] {
        background-color: #fa9b43;
    }

    .quick-escape-button-title[b-hptlxgwukg] {
        font-weight: bold;
    }

.mb-10[b-hptlxgwukg] {
    margin-bottom: 8rem;
}

/* FORM NOT FOUND */
.form-not-found[b-hptlxgwukg] {
    max-width: 34rem;
    margin: 3rem auto;
    padding: 2rem;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.form-not-found-icon[b-hptlxgwukg] {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    /* Same orange as the quick-escape button, so the page keeps one accent colour. */
    background-color: #f98d2a;
    color: white;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 4rem;
}

.form-not-found h2[b-hptlxgwukg] {
    margin-top: 0;
}

.form-not-found-lead[b-hptlxgwukg],
.form-not-found-slug[b-hptlxgwukg],
.form-not-found-hints[b-hptlxgwukg] {
    color: #555;
}

.form-not-found-slug code[b-hptlxgwukg] {
    /* Overrides the pink app.css treatment: a slug shown back to someone is a quoted value, not
       a code sample, and pink next to the orange icon fights with it. */
    color: #333;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
    background-color: #f4f4f4;
    word-break: break-all;
}

/* Inline-block so the list itself centres while its items stay left aligned — centred bullets
   are unreadable once any line wraps. */
.form-not-found-hints[b-hptlxgwukg] {
    display: inline-block;
    margin: 0 0 1.5rem;
    text-align: left;
}

/* MOBILE */
@media (max-width: 768px) {
    .form-not-found[b-hptlxgwukg] {
        margin: 1.5rem 0.25rem;
        padding: 1.25rem;
    }
}
