/* =========================================================
   AVA - PARTE 1
   Estrutura geral + menu lateral estilo Studeo
========================================================= */
html{
    scroll-behavior: smooth;
}
.ava-page {
    display: grid;
    grid-template-columns: 270px 1fr;
    min-height: 760px;
    background: #f5f7fb;
}



/*### ler curso*/

.curso-header-ava {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 25px;
}

.breadcrumb-ava {
    color: #7b8794;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.curso-header-ava h1 {
    color: #082b5f;
    font-size: 34px;
    margin: 0 0 8px;
}

.curso-header-ava p {
    color: #5b6c85;
}

.curso-hero-ava {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 30px;
    margin-bottom: 28px;
}

.curso-hero-ava > div {
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 10px;
    padding: 28px;
}

.curso-atalhos {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
}

.curso-atalhos a {
    color: #00a9c8;
    font-size: 20px;
    font-weight: 800;
}

.curso-banner-ava {
    background: linear-gradient(135deg, #005b8f, #00bcd4) !important;
    color: #fff;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.curso-banner-ava h3 {
    font-size: 30px;
    margin: 0 0 10px;
}

.curso-banner-ava p {
    color: #eaf9ff;
}

.painel-titulo-azul {
    background: #005b8f;
    color: #fff;
    font-weight: 800;
    padding: 16px 20px;
    margin: -24px -24px 24px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}

.modulos-lista {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modulo-card {
    border: 1px solid #e1e7ef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.modulo-topo {
    background: #f0f3f6;
    padding: 14px 18px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.modulo-topo span {
    background: #00bcd4;
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.modulo-topo strong {
    color: #082b5f;
    font-size: 17px;
}

.modulo-conteudo {
    padding: 22px;
}

.modulo-html {
    line-height: 1.7;
    color: #333;
}

.modulo-html a {
    font-weight: 800;
}

.video-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 22px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.video-box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}

.atividade-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.atividade-card {
    border: 1px solid #e1e7ef;
    padding: 28px;
    text-align: center;
    border-radius: 10px;
}

.atividade-card span {
    font-size: 42px;
    display: block;
    margin-bottom: 12px;
}

.atividade-card strong {
    display: block;
    color: #082b5f;
    font-size: 18px;
}

.atividade-card p {
    color: #5b6c85;
}

@media(max-width: 1000px) {
    .curso-hero-ava {
        grid-template-columns: 1fr;
    }

    .atividade-grid {
        grid-template-columns: 1fr;
    }
}


/* LOGIN SEM MENU */
.sucesso-box {
    background: #d1f7df;
    border: 1px solid #9be7b6;
    color: #0f6b2f;
    padding: 14px 16px;
    border-radius: 8px;
    margin: 18px 0 26px;
    line-height: 1.6;
}

.ava-login-page{
    min-height: 700px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ava-login-card{
    width:100%;
    max-width:500px;
}

.ava-info{
    background:#eef7ff;
    border:1px solid #cde3ff;
    color:#1b4d88;
    padding:18px;
    border-radius:8px;
    margin-bottom:25px;
    line-height:1.7;
}

.ava-info a{
    font-weight:700;
}

/* SIDEBAR */

.ava-sidebar {
    background: #fff;
    color: #4f5b6b;
    border-right: 1px solid #e1e7ef;
    padding: 0;
}

.ava-brand {
    height: 76px;
    background: #005b8f;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
}

.ava-brand .brand-icon {
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 18px;
}

.ava-brand strong {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.ava-brand span {
    display: block;
    font-size: 16px;
    color: #55d7e8;
    font-weight: 700;
    margin-top: 2px;
}

/* MENU LATERAL */

/* MENU */

.studeo-menu {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}

.studeo-menu a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 100%;
    min-height: 52px;

    padding: 0 18px 0 24px !important;
    margin: 0 !important;

    color: #5c6673;
    font-size: 15px;
    font-weight: 500;

    border-left: 4px solid transparent;
    text-align: left !important;
}

.studeo-menu a span {
    flex: 1;
    text-align: left !important;
    margin: 0;
    padding: 0;
}

.studeo-menu a strong {
    width: 34px;
    text-align: center;
    font-size: 16px;
    flex-shrink: 0;
}

.studeo-menu a:hover {
    background: #f5f9fd;
    color: #005b8f;
    text-decoration: none;
}

.studeo-menu a.active {
    color: #005b8f;
    border-left-color: #005b8f;
    font-weight: 700;
}

.studeo-menu a.active strong {
    width: 38px;
    height: 38px;
    background: #005b8f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ava-sair {
    margin: 22px 18px;
    display: block;
    background: #f1f5f9;
    color: #005b8f;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 700;
}

.ava-sair:hover {
    background: #e5eef8;
    text-decoration: none;
}

/* =========================================================
   AVA - PARTE 2
   Topbar + conteúdo principal + cards
========================================================= */
#modulos,
#atividades{
    scroll-margin-top: 90px;
}

.ava-user{
    display:flex;
    align-items:center;
    gap:12px;
}

.ava-user strong{
    display:block;
    font-size:16px;
    color:#062b4f;
}

.ava-user small{
    color:#777;
    font-size:13px;
}


.ava-content {
    min-width: 0;
}

.ava-topbar {
    min-height: 72px;
    background: #fff;

    display: flex;
    justify-content: flex-end;
    align-items: center;

    padding: 12px 28px;
    border-bottom: 1px solid #e3e8ef;
}

.ava-topbar > strong {
    color: #102a56;
    font-size: 17px;
}

.ava-topbar input {
    margin: 0;
    max-width: 720px;
    border-radius: 8px;
    border: 1px solid #d9e1ea;
    padding: 13px 16px;
    background: #fff;
}

.ava-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0066cc;
    color: #fff;
    font-weight: 800;
}

.ava-user small {
    display: block;
    color: #65758b;
}

/* CONTEÚDO */

.ava-main {
    padding: 32px;
}

.ava-title h1 {
    margin: 0;
    color: #082b5f;
    font-size: 34px;
}

.ava-title p {
    margin-top: 6px;
    color: #5b6c85;
    font-size: 17px;
}

/* ALERTA ADMIN */

.ava-alert {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #fff4cf;
    border: 1px solid #f8dda1;
    color: #7a5200;
    border-radius: 8px;
    padding: 18px 22px;
    margin: 22px 0;
}

/* CARDS DE STATUS */

.ava-grid-status {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin: 24px 0;
}

.ava-status-card {
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 10px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.04);
}

.ava-status-card > span {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #edf5ff;
    font-size: 24px;
}

.ava-status-card small {
    color: #5b6c85;
    font-weight: 600;
}

.ava-status-card strong {
    display: block;
    font-size: 28px;
    margin-top: 4px;
}

.verde {
    color: #12a454;
}

/* =========================================================
   AVA - PARTE 3
   Painel de cursos + ações + login + responsivo
========================================================= */

.ava-dashboard {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    margin-top: 24px;
}

.ava-panel,
.ava-login-card {
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,.04);
}

.ava-panel h2,
.ava-login-card h1 {
    margin-top: 0;
    color: #082b5f;
}

.ava-panel p,
.ava-login-card p {
    color: #5b6c85;
    line-height: 1.6;
}

/* TABELA CURSOS */

.ava-table {
    margin-top: 22px;
    border-top: 1px solid #e7edf5;
}

.ava-table-head,
.ava-table-row {
    display: grid;
    grid-template-columns: 1fr 140px 160px;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e7edf5;
}

.ava-table-head {
    color: #5b6c85;
    font-size: 14px;
}

.ava-table-row span {
    display: block;
    color: #0066cc;
    font-size: 13px;
    margin-top: 4px;
}

.progress-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress-bar {
    flex: 1;
    height: 7px;
    background: #e4eaf2;
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar span {
    height: 100%;
    display: block;
    background: #0bb36b;
}

.ava-link {
    display: block;
    text-align: center;
    margin-top: 18px;
    font-weight: 700;
}

/* BLOCOS COLORIDOS */

.ava-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.action-card {
    min-height: 130px;
    border-radius: 8px;
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.action-card:hover {
    text-decoration: none;
    opacity: .92;
}

.action-card strong {
    font-size: 26px;
    margin-bottom: 8px;
}

.action-card span {
    color: rgba(255,255,255,.92);
}

.azul {
    background: #0066d9;
}

.vermelho {
    background: #ff3d57;
}

.verde-card {
    background: #00a98f;
}

.amarelo {
    background: #ffbd00;
    color: #7a5200;
}

.amarelo span {
    color: #7a5200;
}

/* LOGIN */

.ava-login-card {
    max-width: 460px;
    margin: 40px auto;
}

/* BOTÕES */

.ava-btn {
    background: #009dff;
    color: #001b33;
    border: 0;
    border-radius: 8px;
    padding: 13px 20px;
    font-weight: 800;
    cursor: pointer;
    display: inline-block;
}

.ava-btn:hover {
    background: #008ce4;
    text-decoration: none;
}

.erro {
    color: #c1121f;
    font-weight: bold;
}

/* RESPONSIVO */

@media (max-width: 1100px) {
    .ava-grid-status,
    .ava-dashboard {
        grid-template-columns: 1fr 1fr;
    }

    .ava-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .ava-page {
        grid-template-columns: 1fr;
    }

    .ava-sidebar {
        display: none;
    }

    .ava-topbar {
        grid-template-columns: 1fr;
    }

    .ava-grid-status,
    .ava-dashboard {
        grid-template-columns: 1fr;
    }

    .ava-table-head,
    .ava-table-row {
        grid-template-columns: 1fr;
    }




}

.aulas-grid {
    display: grid;
    grid-template-columns: repeat(3, 220px);
    gap: 28px;
    padding: 10px 0;
}

.aula-card {
    background: #fff;
    border: 1px solid #dfe7f1;
    min-height: 300px;
    text-align: center;
    position: relative;
}

.aula-status {
    background: #25a98b;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 18px;
    border-radius: 0 0 6px 6px;
    display: inline-block;
}

.aula-topo {
    background: #005b8f;
    color: #fff;
    font-weight: 800;
    padding: 14px;
    margin-top: -1px;
}

.aula-corpo {
    padding: 34px 18px 24px;
}

.aula-icone {
    font-size: 46px;
    margin-bottom: 18px;
}

.aula-corpo strong {
    display: block;
    color: #333;
    margin-bottom: 8px;
}

.aula-corpo p {
    color: #777;
    min-height: 38px;
}

.aula-btn {
    background: #34495e;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 11px 34px;
    font-weight: 800;
    cursor: pointer;
}

.aula-btn:hover {
    background: #22313f;
}

@media(max-width: 900px) {
    .aulas-grid {
        grid-template-columns: 1fr;
    }
}

.aula-video-player {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.aula-video-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.aula-acoes {
    margin-top: 24px;
    text-align: center;
}

.aula-html-conteudo {
    background: #fff;
    padding: 24px;
    line-height: 1.8;
    color: #333;
}

.aula-html-conteudo p {
    margin-bottom: 18px;
}

.aula-pdf-player {
    width: 100%;
    max-width: 900px;
    height: 800px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dfe7f1;
}

.aula-pdf-player iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.aula-acoes {
    margin-top: 24px;
    text-align: center;
}

.aula-acoes .ava-btn {
    margin: 0 10px;
}

.prova-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 28px;
}

.prova-card {
    background: #fff;
    border: 1px solid #e1e7ef;
    margin-bottom: 22px;
}

.prova-card-topo {
    border-top: 5px solid #39aeea;
    padding: 18px 22px;
    border-bottom: 1px solid #e1e7ef;
}

.prova-enunciado {
    padding: 22px;
    line-height: 1.8;
    color: #555;
}

.alternativas-card {
    padding: 22px;
}

.alternativa-item {
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid #e1e7ef;
    padding: 18px;
    margin-bottom: 14px;
    cursor: pointer;
}

.alternativa-item input {
    width: auto;
    margin: 0;
}

.feedback-card {
    padding: 22px;
    min-height: 80px;
}

.prova-navegacao {
    background: #fff;
    border: 1px solid #e1e7ef;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-prova-btn {
    width: 44px;
    height: 44px;
    background: #34495e;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    margin-left: 8px;
}

.nav-prova-btn:hover {
    text-decoration: none;
    background: #22313f;
}

.prova-sidebar .prova-card {
    position: sticky;
    top: 20px;
}

.prova-sidebar-topo {
    padding: 18px;
    border-bottom: 1px solid #e1e7ef;
}

.legenda-prova {
    padding: 14px 18px;
    font-size: 13px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    color: #555;
}

.legenda-prova i {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 6px;
}

.respondida {
    background: #3bb1e8;
}

.nao-respondida {
    background: #e5e5e5;
}

.questoes-lista {
    padding: 10px;
}

.questao-nav {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    border: 1px dashed #ddd;
    margin-bottom: 8px;
    color: #555;
}

.questao-nav strong {
    background: #43b4ee;
    color: #fff;
    padding: 12px 8px;
    text-align: center;
}

.questao-nav span {
    padding: 10px 8px;
    font-size: 13px;
}

.questao-nav.ativa {
    border: 2px dashed #777;
}

.questao-nav:hover {
    text-decoration: none;
}

@media(max-width: 1000px) {
    .prova-layout {
        grid-template-columns: 1fr;
    }

    .prova-sidebar .prova-card {
        position: static;
    }
}

.questao-nav {
    width: 100%;
    background: #fff;
    cursor: pointer;
    padding: 0;
    text-align: left;
}

.questao-nav.respondida strong {
    background: #43b4ee !important;
    color: #fff !important;
}

.questao-nav.nao-respondida strong {
    background: #e5e5e5 !important;
    color: #777 !important;
}

.resultado-prova-card {
    padding: 28px;
    border-radius: 10px;
}

.resultado-prova-card.aprovado {
    border-left: 6px solid #12a454;
    background: #f0fff5;
}

.resultado-prova-card.reprovado {
    border-left: 6px solid #ffb300;
    background: #fffaf0;
}

.resultado-prova-card h2 {
    margin-top: 0;
}

.resultado-prova-card strong {
    font-size: 28px;
    color: #082b5f;
}

.resultado-acoes {
    margin-top: 22px;
    display: flex;
    gap: 14px;
}

.certificado-aprovado-panel {
    border-left: 6px solid #12a454;
    background: #f0fff5;
}

.certificado-pendente-panel {
    border-left: 6px solid #ffb300;
    background: #fffaf0;
}

.certificado-aprovado-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.certificado-aprovado-info h2 {
    margin-top: 0;
    color: #0f6b2f;
}

.certificado-aprovado-info strong,
.certificado-pendente-panel strong {
    font-size: 28px;
    color: #082b5f;
}

.btn-certificado {
    background: linear-gradient(135deg, #ffb300, #ff7a00);
    color: #111;
    border: 0;
    border-radius: 999px;
    padding: 14px 28px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(255,122,0,.25);
}

.btn-certificado:hover {
    background: linear-gradient(135deg, #ffc533, #ff8a1f);
}

@media(max-width: 800px) {
    .certificado-aprovado-info {
        flex-direction: column;
        align-items: flex-start;
    }
}
.atividade-card-aprovado {
    border-top: 5px solid #12a454;
    background: #f6fff8;
}

.atividade-card-aprovado span {
    font-size: 36px;
}

.atividade-card-aprovado strong {
    color: #0d7a35;
}

.certificado-form-panel h2 {
    margin-top: 24px;
    border-bottom: 2px solid #ffc400;
    padding-bottom: 8px;
}

.checkbox-certificado label {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
}

.checkbox-certificado input {
    width: 28px;
    height: 28px;
    margin: 0;
}

.pagamento-certificado-panel h2 {
    border-bottom: 2px solid #ffc400;
    padding-bottom: 8px;
}

.pagamento-certificado-panel p {
    line-height: 1.8;
    font-size: 16px;
}

.pagamento-centro {
    text-align: center;
    margin-top: 35px;
}

.btn-pagar-certificado {
    background: #0500a8;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 15px 32px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

.btn-pagar-certificado:hover {
    background: #030080;
}

.carrinho-passos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

.carrinho-passos span {
    background: #eef3f8;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    color: #5b6c85;
}

.carrinho-passos .ativo {
    background: #005b8f;
    color: #fff;
}

.carrinho-tabela {
    border: 1px solid #e1e7ef;
    border-radius: 10px;
    overflow: hidden;
}

.carrinho-linha {
    display: grid;
    grid-template-columns: 1.5fr .8fr .6fr .5fr;
    gap: 16px;
    padding: 16px;
    border-bottom: 1px solid #e1e7ef;
    align-items: center;
}

.carrinho-linha:last-child {
    border-bottom: 0;
}

.carrinho-cabecalho {
    background: #f3f6f9;
    color: #082b5f;
}

.carrinho-total {
    margin-top: 20px;
    text-align: right;
    font-size: 20px;
}

.carrinho-acoes {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.btn-remover {
    background: #c1121f;
    color: #fff;
    padding: 9px 14px;
    border-radius: 6px;
    font-weight: 700;
}

.btn-remover:hover {
    background: #9b0d18;
    text-decoration: none;
}

.carrinho-vazio {
    text-align: center;
    padding: 40px 20px;
}

.formas-pagamento-panel p {
    line-height: 1.8;
}

@media(max-width: 900px) {
    .carrinho-passos,
    .carrinho-linha {
        grid-template-columns: 1fr;
    }

    .carrinho-acoes {
        flex-direction: column;
    }
}

.acoes-curso {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.acoes-curso button {
    width: 100%;
}
.btn-certificado-pronto{
    background:#1f7a1f;
    color:#fff;
    border:none;
    padding:10px 18px;
    border-radius:8px;
    cursor:pointer;
}

.btn-certificado-destaque{
    display:inline-block;
    background:#0b57d0;
    color:#fff;
    padding:14px 25px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
}

.certificado-acoes{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:25px;
    flex-wrap:wrap;
}
.livros-grid {
    display: grid;
    grid-template-columns: repeat(3, 220px);
    gap: 24px;
    margin-top: 20px;
}

.livro-card {
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 10px;
    padding: 22px;
    text-align: center;
}

.livro-icone {
    font-size: 42px;
    margin-bottom: 12px;
}

.livro-card strong {
    display: block;
    margin-bottom: 18px;
    color: #082b5f;
}

@media(max-width: 900px) {
    .livros-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .ava-page {
        display: block;
        padding-bottom: 78px;
    }

    .ava-sidebar {
        display: block !important;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 70px;
        z-index: 9999;
        background: #062b4f;
        border-radius: 0;
        padding: 0;
    }

    .ava-brand {
        display: none;
    }

    .studeo-menu {
        height: 70px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0;
    }

    .studeo-menu a {
        padding: 8px 4px;
        border-radius: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap: 4px;
        font-size: 11px;
        color: #fff;
    }

    .studeo-menu a strong {
        font-size: 18px;
    }

    .studeo-menu a span {
        font-size: 10px;
        white-space: nowrap;
    }

    .studeo-menu a:nth-child(n+6) {
        display: none;
    }

    .studeo-menu a.active {
        background: rgba(255,255,255,.18);
    }

    .ava-content {
        margin-left: 0 !important;
        width: 100%;
    }
}
.ava-status-card small a {
    color: inherit;
    text-decoration: none;
}

.ava-status-card small a:hover {
    color: #0b5d91;
    text-decoration: underline;
}