@import 'SaaS2.Client.izqll9f36a.bundle.scp.css';

/* _content/SaaS2.Server/Components/Layout/Main/MainLayout.razor.rz.scp.css */
.page[b-y9w8xprpie] {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

main[b-y9w8xprpie] {
    flex: 1;
    background-image: url("./images/backgrounds/motivoSaaS2.png");
    background-color: var(--tertiary);
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-height: 100vh;
    position: relative;
    overflow: hidden;

}

@media (min-width: 1200px) {
    main[b-y9w8xprpie] {
        padding-bottom: 0px;
    }
}

.sidebar[b-y9w8xprpie] {
    position: relative;
    min-width: 300px;
    background: var(--gradient1);
    transition: all linear 0.2s;
}

.collapsed[b-y9w8xprpie] {
    min-width: 60px !important;
    width: 60px !important;
}

#menuUsuarioPerfil[b-y9w8xprpie] {
    display: inline-grid;

}

.user-footer[b-y9w8xprpie] {
    justify-items: right;
}

.top-row[b-y9w8xprpie] {
    background-color: #3c8dbc;
    color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-y9w8xprpie]  a, .top-row[b-y9w8xprpie]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-y9w8xprpie]  a:hover, .top-row[b-y9w8xprpie]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-y9w8xprpie]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-y9w8xprpie] {
        justify-content: center;
    }



    #menuUsuarioPerfil[b-y9w8xprpie] {
        width: 100%;
    }

    .top-row[b-y9w8xprpie]  a, .top-row[b-y9w8xprpie]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y9w8xprpie] {
        flex-direction: row;
    }



    .sidebar[b-y9w8xprpie] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y9w8xprpie] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y9w8xprpie]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y9w8xprpie], article[b-y9w8xprpie] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
        background-color: transparent !important;
    }


}

@media (max-width: 650px) {
    article[b-y9w8xprpie] {
        margin-bottom: 100px !important;
        min-height: 700px;
        padding: 0px 20px;
    }
}
