@import 'Blossom/Sparc.Blossom.eqvhifgs2m.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Home.razor.rz.scp.css */
section[b-cpct06cq7f] {
    background-color: white;
    padding: 32px;
    border-radius: 48px;

    header {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 32px;
    }

    textarea[b-cpct06cq7f] {
        width: 100%;
        height: 80px;
        border: none;
        margin-bottom: 32px;
        outline: none;
    }
}

p[b-cpct06cq7f] {
    min-height: 150px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
main[b-6ejxzalsqf] {
    width: min(440px, 100vw);
    height: min(800px, 90vh);
    overflow-x: auto;
    overflow-y: hidden;
    margin: 80px auto;
    background-color: #efefef;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 16px;
    position: relative;
}
/* /Translation/Tone.razor.rz.scp.css */
article[b-qh1mbo6gks] {
    background-color: white;
    padding: 16px 32px;
    border-radius: 48px;
    border: 1px solid rgba(69, 69, 69, 0.10);
    margin-bottom: 8px;
}

section[b-qh1mbo6gks] {
    background: white;
    padding: 32px;
    border-radius: 48px;
    margin-bottom: 8px;

    header {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 32px;

        p {
            margin-bottom: 32px;
        }
    }
}

[b-qh1mbo6gks] .language-select-container {
    background: #f4f4f4;
    border-radius: 48px;
}

h2[b-qh1mbo6gks] {
    font-size: 20px;
}

aside[b-qh1mbo6gks] {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: min(70vw, 300px);
    border-radius: 16px;
    background-color: #fafafa;
    right: -400px;
    padding: 16px;
    border-left: 1px solid #ccc;
    display: none;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;

    &.open {
        display: block;
        right: 0;
    }
}

label[b-qh1mbo6gks] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    margin-bottom: 32px;

    span {
        text-align: right;
        color: #454545;
        font-size: 16px;
        font-weight: 500;
    }

        span:first-child[b-qh1mbo6gks] {
            text-align: left;
        }

    input[b-qh1mbo6gks] {
        grid-column: 1 / span 2;
    }

        input[type='range'][b-qh1mbo6gks],
        input[type='range'][b-qh1mbo6gks]::-webkit-slider-runnable-track,
        input[type='range'][b-qh1mbo6gks]::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

            input[type='range'][b-qh1mbo6gks]::-webkit-slider-runnable-track {
                height: 64px;
                background: linear-gradient(to right, #606060, #606060), #D9D9D9;
                background-repeat: no-repeat;
                border-radius: 64px;
            }

            input[type='range'][b-qh1mbo6gks]::-webkit-slider-thumb {
                width: 64px;
                height: 64px;
                cursor: pointer;
                background: white;
                border: solid white 1px;
                border-radius: 50%;
                margin-top: 0px;
            }
}
