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

.container_conteudo {
    min-height: calc(100vh - 136.23px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 1rem;
    gap: 1rem;
}

.titulo_conteudo {
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    word-spacing: 2px;
    margin-bottom: 0.2rem;
}

input {
    min-width: 0;
}

/* INDEX */
.cards_app {
    width: 100%;
    padding: 0.6rem;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    height: 130px;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.img_cena_base {
    height: 100%;
    border-radius: 8px;
}

.titulo_cena {
    font-weight: 600;
    color: #3792CD;
}

.categoria_cena {
    font-size: 14px;
    color: #6b7280;
}

.texto_identificacao_cena {
    display: flex;
    flex-direction: column;
}

.div_row_conteudo {
    display: flex;
    justify-content: space-between;
    color: black;
    align-items: center;
}

.div_row_favorito {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.div_identificacao_cena {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.fa-heart {
    color: #D7443E;
    font-size: 18px;
}

.card_app_conteudo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-left: 0.8rem;
    gap: 1rem;
}

.favorito {
    cursor: pointer;
    margin-right: 4px;
}

.favorito.ativo {
    color: red;
}

.img_identificacao_cena {
    height: 40px;
}

.joinha_home {
    color: green;
    font-size: 14px;
}

.numeros_cards {
    font-size: 14px;
}

.icones_cards {
    font-size: 14px;
    color: #40424A;
}

.icones_cards {
    font-size: 14px;
}

.nota_ia {
    background-color: #40424A;
    color: white;
    border-radius: 18px;
    padding: 0.2rem 0.6rem;
    font-size: 12px;
    width: max-content;
}

.data_cena {
    font-size: 14px;
    color: #6b7280;
}

.logo_voxscene_card {
    height: 32px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(76%) sepia(7%) saturate(1133%) hue-rotate(176deg) brightness(92%) contrast(87%);
}

@media(max-width: 400px) {
    .cards_app {
        flex-direction: column;
        height: auto;
    }

    .card_app_conteudo {
        margin-left: 0px;
        margin-top: 0.6rem;
    }

    .favorito{
        margin-right: 0px;
    }
}

/* INDEX */

/* GRAVAR */
.cards_app_gravar {
    width: 100%;
    padding: 0.6rem;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.img_gravacao_base {
    border-radius: 8px;
    filter: brightness(0.9)
}

.div_categorias {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.div_row_gravar {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.categoria_tipo_conteudo {
    background-color: #202224;
    padding: 0.4rem;
    border-radius: 16px;
    font-size: 12px;
    color: white;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_categoria_tipo_conteudo {
    border: 1px solid #52525252;
    background-color: white;
    padding: 0.4rem;
    border-radius: 16px;
    font-size: 12px;
    color: black;
    box-sizing: border-box;
}

.texto_descricao_conteudo {
    color: #8F8F90;
}

.btn_detalhes_conteudo {
    background: linear-gradient(90deg, #3AB4F2, #0078FF);
    border-radius: 8px;
    width: 100%;
    padding: 0.4rem;
    color: white;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

.filtro_busca {
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
    width: 100%;
}

.campo_pesquisa {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ddd;
}

.campo_pesquisa i {
    color: #666;
    margin-right: 8px;
}

.campo_pesquisa input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    font-size: 14px;
}

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

.filtros_dropdown select:focus {
    border-color: #0081FF;
    box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
    outline: none;
}

/* Botão flutuante */
.btn_add_conteudo {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #0081FF;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal_content {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    max-height: 85%;
    overflow-y: auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin: 1rem;
    position: relative;
}

.modal_content::-webkit-scrollbar {
    width: 0px;
}

.sumir_input_file {
    display: none;
}

.fechar {
    font-size: 24px;
    cursor: pointer;
    color: black;
    position: absolute;
    top: 8px;
    right: 12px;
}

.descricao_modal {
    font-size: 12px;
    color: #555;
    margin-bottom: 1rem;
    margin-top: 2px;
}

.form_conteudo label {
    display: block;
    margin-top: 16px;
    font-weight: 500;
    font-size: 14px;
    color: black;
}

.upload_box.success {
    background: #e6ffed;
    border: 2px solid #28a745;
    color: #155724;
    font-weight: 600;
}

.check_upload {
    margin-right: 4px;
}


.form_conteudo input,
.form_conteudo select,
.form_conteudo textarea {
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    box-sizing: border-box;
    resize: none;
}

.form_conteudo textarea {
    min-height: 80px;
    resize: none;
}

.upload_box {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    margin-top: 8px !important;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.btn_enviar {
    margin-top: 15px;
    border: none;
    background: linear-gradient(90deg, #3AB4F2, #0078FF);
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    color: white;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

.div_fechar_modal_conteudo {
    display: flex;
    justify-content: space-between;
}

.box_add_conteudo {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin: 15px 10px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.texto_add_conteudo {
    font-size: 14px;
    color: #444;
    margin-bottom: 12px;
}

.btn_add_conteudo i {
    font-size: 16px;
}

.titulo_modal_adicionar_conteudo {
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.hidden {
    display: none !important;
}

/* GRAVAR */

/* PERFIL */
.img_perfil {
    height: 96px;
    width: 96px;
    align-self: center;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.container_perfil {
    display: flex;
    flex-direction: column;
    color: black;
    gap: 0.8rem;
    width: 100%;
    padding: 0.8rem;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.btn_seguir_perfil {
    width: auto;
    padding: 8px 16px;
    background: linear-gradient(90deg, #3AB4F2, #0078FF);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.btn_seguindo_perfil{
    width: auto;
    padding: 8px 16px;
    background: linear-gradient(90deg, #9CA3AF, #6B7280);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.btn_seguindo_perfil_usuarios{
    width: auto;
    padding: 8px 16px;
    background: linear-gradient(90deg, #9CA3AF, #6B7280);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    width: 95px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.btn_seguir_perfil_usuarios {
    width: auto;
    padding: 8px 16px;
    background: linear-gradient(90deg, #3AB4F2, #0078FF);
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 95px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.nome_perfil {
    font-size: 18px;
    font-weight: 600;
}

.div_seguidores {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div_sessoes_perfil {
    background-color: #80808047;
    padding: 0.4rem;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.texto_sessoes {
    flex: 1;
    text-align: center;
    color: #333;
    font-size: 14px;
    padding: .4rem .6rem;
    border-radius: 6px;
    cursor: pointer;
}

.sessao_perfil_selecionada {
    background: linear-gradient(90deg, #3AB4F2, #0078FF);
    color: #fff;
    border-radius: 6px;
}

.container_sessoes {
    display: none;
    flex-direction: column;
    color: black;
    gap: 0.8rem;
    width: 100%;
}

.container_sessoes.ativo {
    display: flex;
}

.card_sessoes {
    display: flex;
    flex-direction: column;
    color: black;
    gap: 0.8rem;
    width: 100%;
    padding: 0.8rem;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.titulo_cards {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.danger-zone {
    padding: 14px;
    border: 1px solid #f5c6cb;
    background: #fffafa;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
}

.danger-zone h3 {
    margin: 0 0 6px;
    font-size: 14px;
    color: #B71C1C;
    font-weight: 700;
}

.danger-zone p {
    margin: 0 0 10px;
    color: #9c2c23;
    font-size: 13px;
}

.btn_salvar_dados_perfil {
    background: linear-gradient(90deg, #3AB4F2, #0078FF);
    border-radius: 8px;
    width: 100%;
    padding: 0.6rem;
    color: white;
    font-size: 14px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn_logout_perfil {
    background: linear-gradient(90deg, #E53935, #B71C1C);
    border-radius: 8px;
    width: 100%;
    padding: 0.6rem;
    color: white;
    font-size: 14px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn_excluir_perfil {
    background: linear-gradient(90deg, #E53935, #B71C1C);
    color: white;
    padding: 0.6rem;
    width: 100%;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.div_input_perfil {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.input_perfil {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    resize: none;
}

.social-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.social-card {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 0.5rem;
    border-radius: 8px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #00000029;
}

.social-card i {
    font-size: 18px;
}

.icone_instagram {
    color: #dc2743;
}

.icone_youtube {
    color: #ff0000;
}

.icone_linkedin {
    color: #0077b5;
}

.icone_contato_perfil {
    width: 18px;
}

.div_contato_perfil {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #555;
}

.titulo_input_perfil{
    font-size: 14px;
}

/* PERFIL */

/* DETALHES CONTEUDO*/
.container_detalhes {
    min-height: calc(100vh - 136.23px);
}

.img_detalhes {
    width: 100%;
}

.div_dados_detalhes_conteudo {
    width: 100%;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.card_descricao_detalhes_conteudo {
    width: 100%;
    padding: 0.6rem;
    gap: 0.6rem;
    background-color: rgba(255, 255, 255, 0.788);
    border-radius: 8px;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.texto_descricao_conteudo {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

.roteiro_conteudo {
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn_download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 0.6rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(90deg, #3AB4F2, #0078FF);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
}

.video_base {
    width: 100%;
    max-height: 280px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.btn_gravar {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 0.6rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(90deg, #1CB05D, #0B8F4A);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
}

.roteiro_conteudo {
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    margin-bottom: 0.6rem;
    position: relative;
}

.roteiro_pagina {
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.roteiro_pagina.ativo {
    display: flex;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.roteiro_navegacao {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_roteiro {
    background: #f0f0f0;
    border: none;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.btn_roteiro:hover {
    background: #ddd;
}

#roteiroStatus {
    font-size: 13px;
    color: #555;
}

.audio_base {
    width: 100%;
    margin-top: 0.5rem;
    border-radius: 6px;
}

/* DETALHES CONTEUDO*/

/* CONTEÚDO PUBLICADO*/
.container_conteudo_publicado {
    min-height: calc(100vh - 136.23px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 1rem;
    gap: 1rem;
}

.card_conteudo_publicado {
    width: 100%;
    padding: 0.6rem;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.publicacao {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.autor_publicacao {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.autor_publicacao img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.autor_info {
    display: flex;
    flex-direction: column;
}

.autor_info span:first-child {
    font-weight: 600;
    color: #333;
}

.autor_info span:last-child {
    font-size: 13px;
    color: #666;
}

.video_publicado,
.audio_publicado {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 0.5rem;
}

.acoes_publicacao {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #444;
}

.acoes_publicacao div {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.comentario {
    display: flex;
    gap: 0.6rem;
    margin-bottom: 0.8rem;
}

.comentario img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.comentario_conteudo {
    background: #f8f8f8;
    padding: 0.6rem;
    border-radius: 8px;
    flex: 1;
}

.comentario_conteudo span:first-child {
    font-weight: 600;
    font-size: 13px;
}

.comentario_conteudo p {
    margin: 0.2rem 0 0;
    font-size: 14px;
    color: #333;
}

.div_row_conteudo_publicado {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: 1px solid #00000042;
    border-radius: 10px;
    padding: 0.4rem;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.card_header_publicacao {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.card_conteudo_publicado {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comentarios {
    width: 100%;
    padding: 0.6rem;
    border-radius: 8px;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    gap: 0.6rem;
    margin-top: 0.5rem;
    max-height: 360px;
    overflow: auto;
}

/* CONTEÚDO PUBLICADO*/

/* ALERTAS */
.card_alerta{
    width: 100%;
    padding: 0.8rem;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    gap: 0.4rem;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.data_alerta{
    font-size: 14px;
    color: #8F8F90;
    align-self: flex-end;
    margin-top: 0.4rem;
}

.titulo_alerta{
    font-weight: 600;
    color: #3792CD;
    margin-bottom: 0.2rem;
}

.div_conteudo_alerta{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.descricao_alerta{
    font-size: 14px;
}
/* ALERTAS */