/* _content/PlayIt.Platform.Demo/Pages/Index.razor.rz.scp.css */
h3[b-3kp7wm7pyi] {
    height: auto;
    color: #00a2e1;
    text-decoration: none;
    line-height: 41px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 40px;
}

.button[b-3kp7wm7pyi] {
    font-size: 1.0625rem;
    font-weight: normal;
    padding: 0.5rem 2rem 0.5rem 2rem;
    height: 2.1875rem;
    display: inline-block;
    background-color: #00a2e1;
    text-decoration: none;
}

.fieldset[b-3kp7wm7pyi]{
    border-radius: 4px;
    border-color: #ddd;
    background-color:#fff;
    border-style: solid;
    padding: 2rem;
    border-width: 1px;
    box-shadow: #ddd 10px 10px ;
}

.toplogo[b-3kp7wm7pyi]{
    max-width: 40%;
}

.row[b-3kp7wm7pyi] {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .toplogo[b-3kp7wm7pyi] {
        max-width: 100%;
    }
    .fieldset[b-3kp7wm7pyi]{
        padding: 1rem;
    }
}
/* _content/PlayIt.Platform.Demo/Shared/MainLayout.razor.rz.scp.css */
.page[b-o2bq7ee1ba] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-o2bq7ee1ba] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

    .main > div[b-o2bq7ee1ba] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
