@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Poppins", sans-serif;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

summary {
    list-style: none;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}

a:visited {
    text-decoration: none;
}

.titulo_pagina {
    color: #ffd84b;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

html,
main {
    scroll-behavior: smooth;
}

main {
    flex: 1;
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
}

header {
    background-color: #ffffff;
    width: 100%;
    padding: 0.4rem 1rem;
    padding-top: calc(0.6rem + env(safe-area-inset-top));
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 75px;
}

.header_app_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.header_app_linha {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_troca_empresa {
    width: 100%;
}

.header_select_empresa {
    width: 100%;
    font-size: 14px;
    border-radius: 18px;
    border: 1px solid #dbe2ea;
    color: #4b5563;
    padding: 10px 12px;
    padding-right: 2.4rem;
}

.header_troca_empresa .select2-container {
    width: 100% !important;
}

.header_troca_empresa .select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image: url(../img/flecha_select.png);
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 12px;
}

.header_troca_empresa .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    font-size: 14px;
    line-height: 44px;
    padding-left: 10px;
    padding-right: 34px;
}

.header_troca_empresa .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.header_troca_empresa .select2-dropdown {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
}

.header_troca_empresa .select2-search--dropdown {
    padding: 8px;
}

.header_troca_empresa .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 14px;
}

.header_troca_empresa .select2-results__option {
    font-size: 14px;
    padding: 9px 10px;
}

.select_flecha {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0.55rem;
    padding-right: 2.5rem;
    border-radius: 10px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    background-image: url(../img/flecha_select.png);
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 12px;
    outline: none;
    border: 1px solid #dbdbdb;
    width: fit-content;
    width: 100%;
}

.descricao_secao {
    font-size: 14px;
}

.div_header_logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.img_perfil_header {
    height: 54px;
    min-height: 54px;
    width: 54px;
    border-radius: 50%;
    min-width: 54px;
    border: 2px solid #80808047;
    cursor: pointer;
    object-fit: cover;
}

.nav_logo {
    height: 100%;
    display: flex;
    align-items: center;
    width: fit-content;
}

.nav_logo img {
    height: 100%;
    height: 48px;
}

footer {
    background-color: #ffffff00;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem;
    padding-bottom: calc(0.8rem + env(safe-area-inset-bottom));
    box-sizing: border-box;
    min-height: 70px;
    overflow: auto;
    gap: 0.8rem;
    scrollbar-width: none;
}

.texto_footer {
    font-size: 14px;
    font-weight: 500;
    color: #8A8E91;
}

.div_footer_icones {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    gap: 0.3rem;
    color: rgb(0, 0, 0);
    background-color: white;
    padding: 0.6rem 0.8rem;
    border-radius: 12px;
    width: fit-content;
    border: 1px solid #dbdbdb;
    min-width: fit-content;
}

.div_search_sem_borda {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    padding: 0.65rem 0.8rem;
    border-radius: 10px;
    color: #333;
    border: 1px solid #dbdbdb;
    outline: none;
}

.div_search_sem_borda i {
    width: 16px;
    height: 16px;
    color: #6b7280;
}

.div_search_sem_borda input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 100%;
}

.icones_footer {
    color: #00A3E2;
}

.icone_central {
    background-color: #00A3E2;
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: -30%;
    height: 64px;
    width: 64px;
    position: absolute;
    border: 1px solid #00A3E2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    left: 50%;
}

.titulos_espaco {
    display: flex;
    margin-bottom: 0.4rem;
    align-items: center;
    gap: 0.4rem;
}

.icones_footer {
    font-size: 20px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.descricao_aula_modulo{
    font-size: 14px;
}

.menu-lateral {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 80%;
    max-width: 380px;
    background-color: #ffffff;
    color: #111827;
    padding: 0;
    transition: left 0.3s ease-in-out;
    z-index: 10001;
    box-sizing: border-box;
    box-shadow: -4px 0 18px rgba(0, 0, 0, 0.16);
}

.menu-lateral.ativo {
    left: 0;
}

.menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.menu-backdrop.ativo {
    opacity: 1;
    pointer-events: all;
}

.menu-lateral-conteudo {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.menu-lateral-topo {
    background: #00A3E2;
    color: #ffffff;
    padding: calc(16px + env(safe-area-inset-top)) 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-lateral-topo img {
    width: 80px;
    max-width: 100%;
    background-color: white;
    padding: 0.5rem;
    height: 80px;
    border-radius: 16px;
    object-fit: contain;
}

.menu-lateral-usuario {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.menu-lateral-usuario strong {
    font-size: 14px;
    font-weight: 500;
}

.menu-lateral-usuario span {
    font-size: 14px;
    opacity: 0.95;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-links-secundario {
    margin-top: auto;
    padding: 8px 0 calc(10px + env(safe-area-inset-bottom));
    padding-top: 0px;
    border-top: 1px solid #e5e7eb;
}

.menu-link-item a {
    text-decoration: none;
    color: #1f2937;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
}

.menu-link-item a i {
    width: 22px;
    text-align: center;
    color: #6b7280;
    font-size: 18px;
}

.menu-link-item.ativo a {
    background: #ededed;
    color: #00A3E2;
}

.menu-link-item.ativo a i {
    color: #00A3E2;
}

footer,
#footer {
    display: none !important;
}

.estilo_menu {
    background-color: #2B2148;
    color: white;
    padding: 0.6rem;
    border-radius: 6px;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}

body {
    height: 100dvh;
    background: #EAEFF5;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container_conteudo {
    min-height: calc(100vh - 136.23px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: calc(100% - 2rem);
    max-width: 720px;
    margin: 1rem auto;
    gap: 1rem;
    margin-bottom: 1rem;
}

.titulo_secao {
    font-size: 16px;
    font-weight: 500;
}

.div_footer_icones.ativo i,
.div_footer_icones.ativo .texto_footer {
    color: #ffcc00 !important;
}

input[type="datetime-local"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    font-family: inherit;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    outline: none;
}

input[type="datetime-local"]::placeholder {
    color: #999;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}