/* /Components/EyedropperComponent.razor.rz.scp.css */
.grid[b-gifqdplngw] {
    width: 100%;
    height: 100%;

    container-type: size;
    --cols: 1;
    --rows: 1;
    --gap: 0px;
    --cell: min( calc(100cqw / var(--cols)), calc(100cqh / var(--rows)) );
    display: grid;
    grid-template-columns: repeat(var(--cols), var(--cell));
    grid-auto-rows: var(--cell);
    gap: var(--gap);
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-content: center;
    -o-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    /*background: #f6f7fb;*/
    /*outline: 1px dashed #c9cdd9;*/
    /*-ms-border-radius: 12px;*/
    /*border-radius: 12px;*/
    padding: 4px;
    box-sizing: border-box;
}

.cell[b-gifqdplngw] {
    background: white;
    /*border: 1px solid #d8dbe5;*/
    /*-ms-border-radius: 8px;*/
    /*border-radius: 8px;*/
    display: grid;
    place-items: center;
    font: 600 14px/1.1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: #3a3f55;
    user-select: none;
    width: 100%;
    height: 100%;
}

.grid[data-fill] .cell[b-gifqdplngw] {
    counter-increment: n;
}

.grid[data-fill][b-gifqdplngw]::before {
    counter-reset: n;
}

.grid[data-fill] .cell[b-gifqdplngw]::after {
    /*content: counter(n);*/
}

div.outer-container[b-gifqdplngw] {
    width: 100svw;
    height: 100svw;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.inner-container[b-gifqdplngw] {
    width: 90%;
    height: 90%;
}

div.color-preview[b-gifqdplngw] {
    width: 1em;
    height: 1em;
    border-radius: 2px;
    border: 1px solid darkgray;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-6rq8nbpxs7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6rq8nbpxs7] {
    flex: 1;
}

.sidebar[b-6rq8nbpxs7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6rq8nbpxs7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6rq8nbpxs7]  a, .top-row[b-6rq8nbpxs7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6rq8nbpxs7]  a:hover, .top-row[b-6rq8nbpxs7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6rq8nbpxs7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6rq8nbpxs7] {
        justify-content: space-between;
    }

    .top-row[b-6rq8nbpxs7]  a, .top-row[b-6rq8nbpxs7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6rq8nbpxs7] {
        flex-direction: row;
    }

    .sidebar[b-6rq8nbpxs7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6rq8nbpxs7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6rq8nbpxs7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6rq8nbpxs7], article[b-6rq8nbpxs7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/EyedropperPage.razor.rz.scp.css */
div.color-sample-container[b-ctjbbaztv3] {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

div.color-sample[b-ctjbbaztv3] {
    margin-left: 1em;
    height: 3em;
    width: 3em;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
