@import 'SwiftestManufacturer.Client.a884i4ak4m.bundle.scp.css';
@import '_content/SwiftestManufacturer.Shared/SwiftestManufacturer.Shared.8ho19wka85.bundle.scp.css';

/* _content/SwiftestManufacturer/Components/Form/MultiStepForm.razor.rz.scp.css */
/* _content/SwiftestManufacturer/Components/Form/OptionButton.razor.rz.scp.css */
/* _content/SwiftestManufacturer/Components/Form/OptionsList.razor.rz.scp.css */
/* _content/SwiftestManufacturer/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4as0mz2j73] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4as0mz2j73] {
    margin-left: var(--sidebar-width);
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-height: 100vh;
    width: -webkit-fill-available !important;
    background-color: white;
}

    main.fixed[b-4as0mz2j73] {
        height: 100vh;
    }

    main.auto[b-4as0mz2j73] {
        height: auto;
    }

.top-row[b-4as0mz2j73] {
    height: var(--sidebar-width);
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    z-index: 1001;
    padding: 5px 20px;
    border-bottom: 1px solid lightgrey;
}

    .top-row[b-4as0mz2j73]  .button-group > button,
    .top-row[b-4as0mz2j73]  .button-group > * > button,
    .top-row[b-4as0mz2j73]  .button-group > a {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: inherit;
        border: none;
        color: #4d4d4d;
        text-align: left;
    }

    .top-row[b-4as0mz2j73]  button:hover,
    .top-row[b-4as0mz2j73]  button:focus,
    .top-row[b-4as0mz2j73]  a:hover,
    .top-row[b-4as0mz2j73]  a:focus,
    .top-row[b-4as0mz2j73]  a.active {
        color: var(--colour-primary);
    }

    .top-row[b-4as0mz2j73]  .breadcrumb {
        width: 20%;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
        flex-wrap: nowrap;
        flex-grow: 1;
    }

        .top-row[b-4as0mz2j73]  .breadcrumb span,
        .top-row[b-4as0mz2j73]  .breadcrumb a {
            max-width: 20%;
            font-weight: bold;
            margin-bottom: 0;
            font-size: 20px;
            color: #4d4d4d;
            text-overflow: ellipsis;
            overflow: hidden;
            text-wrap: nowrap;
        }

        .top-row[b-4as0mz2j73]  .breadcrumb a {
            color: var(--colour-grey);
            height: auto;
            padding: 0;
        }

            .top-row[b-4as0mz2j73]  .breadcrumb a:hover {
                color: var(--colour-primary-dark);
            }

        .top-row[b-4as0mz2j73]  .breadcrumb span {
            max-width: fit-content;
        }

    .top-row[b-4as0mz2j73]  a {
        height: 100%;
        width: auto;
        padding: 20px;
        text-decoration: none;
    }

    .top-row[b-4as0mz2j73]  > div {
        height: 100%;
        display: flex;
    }

    .top-row .button-group[b-4as0mz2j73] {
    }

        .top-row .button-group > a.disabled[b-4as0mz2j73] {
            cursor: not-allowed;
            color: lightgray !important;
        }

        .top-row .button-group i[b-4as0mz2j73] {
            font-size: 26px;
        }

    .top-row[b-4as0mz2j73]  a {
        color: #4d4d4d;
        font-size: 18px;
        font-weight: bold;
    }

    .top-row .button-group[b-4as0mz2j73]  button.sign-in {
        width: max-content;
        font-weight: bold;
    }

        .top-row .button-group[b-4as0mz2j73]  button.sign-in i {
            margin-left: 7px;
        }

[b-4as0mz2j73] .profile {
    width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid;
    border-radius: 20px;
    font-weight: bold;
}

[b-4as0mz2j73] .profile-menu .login-popup {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    color: black;
    width: 300px;
    top: 70px;
    right: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 7px -1px rgb(0 0 0 / 30%);
    cursor: default;
    transition: opacity 600ms, visibility 600ms;
}

[b-4as0mz2j73] .profile-menu:focus-within .login-popup {
    visibility: visible;
    opacity: 1;
}

[b-4as0mz2j73] .login-popup p {
    margin: 0;
}

[b-4as0mz2j73] .login-popup button {
    width: 100%;
    background-color: inherit;
    border: none;
    color: #4d4d4d;
    text-align: left;
}

[b-4as0mz2j73] .login-popup > form {
    height: fit-content !important;
    width: 100%;
}

[b-4as0mz2j73] .login-popup button:disabled {
    color: lightgray !important;
}

[b-4as0mz2j73] .login-popup button:hover {
    color: var(--colour-primary);
}

[b-4as0mz2j73] .login-display {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    [b-4as0mz2j73] .login-display .profile {
        width: 50px;
        height: 50px;
        border-radius: 30px;
        border-color: black;
    }

.content[b-4as0mz2j73] {
    width: 100%;
    padding: 10px 10px;
    flex-grow: 1;
    height: calc(100% - var(--sidebar-width));
    max-height: calc(100% - var(--sidebar-width));
    overflow-y: auto;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4as0mz2j73] {
        display: none;
    }

    .top-row.auth[b-4as0mz2j73] {
        justify-content: space-between;
    }

    .top-row[b-4as0mz2j73]  a, .top-row[b-4as0mz2j73]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4as0mz2j73] {
        flex-direction: row;
    }

    .top-row[b-4as0mz2j73] {
        position: sticky;
        top: 0;
    }

    .top-row[b-4as0mz2j73] {
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-4as0mz2j73] {
    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-4as0mz2j73] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SwiftestManufacturer/Components/Pages/EditProfile.razor.rz.scp.css */
.container[b-v936dn2wdq] {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

    .container[b-v936dn2wdq]  > *:not(h3) {
        margin-left: 5px;
        margin-right: 5px;
    }

h3[b-v936dn2wdq] {
    border-bottom: 2px solid var(--colour-primary);
    padding-bottom: 5px;
    font-size: 1.3rem;
}

[b-v936dn2wdq] button {
    padding: 7px 20px;
    border: none;
    border-radius: 5px;
}

.form-group[b-v936dn2wdq] {
    margin-bottom: 15px;
}

.form-group label[b-v936dn2wdq] {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input[b-v936dn2wdq] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-actions[b-v936dn2wdq] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

    .form-actions[b-v936dn2wdq]  button.e-primary {
        background-color: #4CAF50;
    }

.password-reset[b-v936dn2wdq] {
    margin-top: 30px;
}

    .password-reset h4[b-v936dn2wdq],
    .password-reset p[b-v936dn2wdq] {
        font-size: 0.9em;
        color: #555;
    }

    .password-reset h4[b-v936dn2wdq] {
        font-weight: bold;
    }

    .password-reset[b-v936dn2wdq]  button {
        background-color: #ff6666;
    }
