/* _content/MonitorSeuDentista/Componentes/LayoutLogin.razor.rz.scp.css */
.body[b-l05d9hbf1z] {
    background-color: #2f2f2f;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    height: 100%;
}
/* _content/MonitorSeuDentista/Pages/Monitor2.razor.rz.scp.css */
.painelnome[b-2zj76cvuq0] {
    text-align: center;
    background-color: SteelBlue;
    height: 140px
}
.nomechamada[b-2zj76cvuq0] {
    color: white;
    font-weight: bold;
    font-size: 42pt;
    margin-top: 40px;
    margin-bottom: 30px;
}
/* _content/MonitorSeuDentista/Shared/MainLayout.razor.rz.scp.css */
.page[b-v3aa9i8hki] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v3aa9i8hki] {
    flex: 1;
}

.sidebar[b-v3aa9i8hki] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v3aa9i8hki] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v3aa9i8hki]  a, .top-row .btn-link[b-v3aa9i8hki] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-v3aa9i8hki] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-v3aa9i8hki] {
        display: none;
    }

    .top-row.auth[b-v3aa9i8hki] {
        justify-content: space-between;
    }

    .top-row a[b-v3aa9i8hki], .top-row .btn-link[b-v3aa9i8hki] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v3aa9i8hki] {
        flex-direction: row;
    }

    .sidebar[b-v3aa9i8hki] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v3aa9i8hki] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-v3aa9i8hki], article[b-v3aa9i8hki] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
