:root{
    ---background-footer: blue;
    ---background_main: #f6f6f6;
    ---background_header: #232f3c;
    ---color_header: #FFF;
    ---color_main: #FFF; 
    ---color-white: blue;
    ---color_tag_p: black;
}

*, ::after, ::before {
    box-sizing: border-box;
}


body{
    color: var(---color_main);
    background: var(---background_main);
    font-size: 15px;
    margin: 0;
}

.header_souso{
    max-width: 2000px;
    margin: 0 auto;
    align-items: center;
}

.container_main{
    max-width: 2000px;
    margin: 0 auto;

}

.header_souso h1{
    font-size: 20px;
}

.container_button_header a{
    list-style: none;
    color: white;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.4s ease-in;
}
.container_button_header a:hover{
    opacity: .7;
}

.container_button_header a i{
    color: white;
    list-style: none;
    text-decoration: none;
}

.container_search input{
    font: 300 16px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    color: black;
    outline: none;
    width: 300px;
    background: white;
    text-align: start;
    padding: 12px;
    border: none;
}

.container_search input i{
    height: 100%;
}

.container_search{
    display: flex;
    flex-direction: row;
    background: white;
}

#searchButton{
    cursor: pointer;
    font-size: 15px;
    background: transparent;
    border: none;
}

.footer_souso{
    margin: 0;
    background: var(---background-footer);
    padding: 1rem;
}

.footer_souso ul{
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
    justify-content: center;
    text-decoration: none;
    list-style: none;
    flex-wrap: wrap;
}

.footer_souso ul li a{
    list-style: none;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.footer_souso ul li{
    color: white;
}

.booster-selo {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4757;
    color: gold;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2), -2px -2px 7px rgba(0, 0, 0, 0.2), 2px -2px 7px rgba(0, 0, 0, 0.2), -2px 2px 7px rgba(0, 0, 0, 0.2) !important;
    padding: 10px 14px;
    font-size: 1rem;
    border-radius: 5px;
    font-weight: bold;
    z-index: 5;
}

.booster-selo-1{
    position: absolute;
    top: 0px;
    right: 10px;
    background: #ff4757;
    color: gold;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2), -2px -2px 7px rgba(0, 0, 0, 0.2), 2px -2px 7px rgba(0, 0, 0, 0.2), -2px 2px 7px rgba(0, 0, 0, 0.2) !important;
    padding: 10px 14px;
    font-size: 1rem;
    border-radius: 5px;
    font-weight: bold;
    z-index: 5;
}

.grid-item-row-3 p{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    margin-bottom: 0.5rem;

}

.grid-item-row-2 h3{
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_title{
    color: black;
    padding-bottom: 1rem;
    font-size: 25px;
    font-family: system-ui;
    padding-left: 0.5rem;
    padding-top: 1rem;
}

.grid-item a h3{
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    margin: 0;
}

#recent-posts {
    background: white;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 40px 20px;
}

#step-2 div input::placeholder{
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#step-2 div textarea::placeholder{
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.container_search input:focus::placeholder{
    transform: translateX(10px);
    opacity: 0.5;
}

.container_search input::placeholder{
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#step-2 div textarea:focus::placeholder{
    transform: translateX(10px);
    opacity: 0.5;
}

#step-2 div input:focus::placeholder{
    transform: translateX(10px); /* Move o placeholder 10px para a direita */
    opacity: 0.5; /* Deixa o placeholder mais claro */
}

.catalogo-imagem img{
    object-fit: cover;
    width: 100%;
}

#recent-posts h2 {
    color: black;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: system-ui;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 5fr);
    gap: 20px;
}

.grid-container {
    width: 100%;
}

.layout-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 2000px;
    align-items: flex-start;
}

.saika_category_title_relacionados{
    color: black;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: system-ui;
}

.related-posts-grid{
    display: grid;
    grid-template-columns: repeat(4, 5fr);
    gap: 20px;
}

form{
    display: flex;
    align-items: center;
    margin: 0;
}

.catalogo-titulo{
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
}

.container_header{
    align-items: center;
    background: var(---background_header);
    display: flex;
    width: 100%;
    padding: 12px 1rem;
    justify-content: space-between;
}

.container_button_header{
    display: flex;
    gap: 1rem;
}

.grid-item {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2), -2px -2px 7px rgba(0, 0, 0, 0.2), 2px -2px 7px rgba(0, 0, 0, 0.2), -2px 2px 7px rgba(0, 0, 0, 0.2) !important;
    background: #f9f9f9;
    border: 1px solid #ddd;
    text-align: center;
    transition: transform 0.3s ease;
}
.catalogo-item{
    position: relative;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2), -2px -2px 7px rgba(0, 0, 0, 0.2), 2px -2px 7px rgba(0, 0, 0, 0.2), -2px 2px 7px rgba(0, 0, 0, 0.2) !important;
    background: #f9f9f9;
    border: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

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

.catalogo-imagem{
    position: relative;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.grid-item a {
    color: inherit;
    text-decoration: none;
}

.post-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.post-date {
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
}

.grid-container h2 {
    grid-column: span 4; /* Faz o título ocupar toda a linha */
    margin: 0 0 20px 0;  /* Ajusta a margem do título */
}

.titulo_post_souso {
    max-width: 90%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;

    font-family: sans-serif;
    color: black;
    font-size: 2rem;
}

.header_logo{
    overflow: hidden;
    max-height: 200px;
}

.header_logo img{
    transition: opacity 0.4s ease-in;
    max-height: 50px;
    max-width: 250px;
}

.header_logo img:hover{
    opacity: .7;
}

.container_button_header a i{
    margin-right: 3px;

}

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

.class_footer_container{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.auq1281_1{
    padding: 2rem;
}

.nav_container{
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.login-form-container{
    display: flex;
    background: white;
    flex-direction: column;
    margin-left: 25%;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    justify-content: center;
    margin-right: 25%;
    height: 20rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.login-form-container h2{
    font-family: sans-serif;
    font-weight: bolder;
    color: black;
    font-size: 20px;
}

.login-form-container form{
    display: flex;
    flex-direction: column;
}

.login-form-container form div{
    display: flex;
    flex-direction: column;
}

.login-form-container form div label{
    color: black;
}

.login-submit button{
    cursor: pointer;
    border: 1px solid #2c6de9 !important;
    background-color: #5A8DEE !important;
    color: var(---color-white);
    padding: 8px 12px;
    font: 600 13px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    transition: background 0.3s ease, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.login-form-container form input {
    outline: none;
    border: 1px solid #ccc; /* Define um contorno inicial */
    padding: 8px; /* Adiciona um preenchimento interno */
    border-radius: 5px; /* Borda arredondada */
    transition: border 0.4s ease-in-out, box-shadow 0.4s ease-in-out; 
}

.login-form-container form input:focus {
    border: 1px solid rgb(173, 173, 173);
    box-shadow: 0 0 5px rgba(173, 173, 173, 0.5); /* Adiciona um efeito sutil ao focar */
}
p{
    text-decoration: none;
    list-style: none;
    color: var(---color_tag_p);
}

.container_main_button_navegation{
    margin-top: 1rem;
    margin-bottom: 2rem;
}

li{
    color: black;
    text-decoration: none;
    list-style: none;
}

a{
    text-decoration: none;
    list-style: none;
}

.login-links p a{
    color: #2c6de9;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.login-links p a:hover{
    opacity: .7;
}

.login-error{
    color: red;
    font-weight: 700;
    text-align: center;
    font-family: sans-serif;
    font-size: 15px;
}

.register-container {
    display: flex;
    background: white;
    flex-direction: column;
    margin: 5% 25%;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.faq-container h2{
    color: black;
    font-weight: 700;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.register-container h2 {
    font-family: sans-serif;
    font-weight: bolder;
    color: black;
    font-size: 24px;
    margin-bottom: 1.5rem;
}

.register-container form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
}

.register-container form p {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.register-container form label {
    color: black;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.content_single_tags i {
    padding: 2px;
    border: none;
    background-color: #5A8DEE !important;
    color: var(---color-white);
}

.content_single_tags span{
    color: black;
}

.content_single_tags{
    margin-top: 1rem;
}

.register-container form input {
    outline: none;
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 5px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

.register-container form input:focus {
    border: 1px solid #5A8DEE;
    box-shadow: 0 0 0 3px rgba(90, 141, 238, 0.2);
}

.register-container button[type="submit"] {
    cursor: pointer;
    border: 1px solid #2c6de9 !important;
    background-color: #5A8DEE !important;
    color: white;
    padding: 10px 16px;
    font: 600 14px 'Poppins', Arial, sans-serif;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin-top: 1rem;
    width: 100%;
}

.register-container button[type="submit"]:hover {
    background-color: #4a7de0 !important;
}

.register-errors {
    background: #ffebee;
    color: #d32f2f;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #d32f2f;
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
}

.register-container a {
    color: #5A8DEE;
    text-decoration: none;
    font-weight: 600;
}

.register-container a:hover {
    text-decoration: underline;
}

.row_main_send_grupo_1_title{
    font-weight: 700;
    font-family: sans-serif;
    font-size: 20px;
    color: black;
}

#step-3 h2{
    font-weight: 700;
    font-family: sans-serif;
    font-size: 20px;
    color: black;
}

.section_main_send_grupo{
    padding: 40px 20px;
}

.container_main_main_section{
    padding-left: 5rem;
    margin-left: 3rem;
    padding-right: 5rem;
    margin-right: 3rem;
    border-radius: 1rem;
    box-shadow: 0 2px 15px rgb(0 0 0 / 21%);
    display: flex;
    background: rgb(240 241 242);
    flex-direction: column;
}

.container_main_main_section h1{
    text-align: center;
}

#group-link{
    height: calc(1.4em + 0.94rem + 3.7px);
    padding: 0.47rem 0.8rem;
    width: 30%;
    outline: none;
    font-size: 1rem;
    border: 1px transparent;
    border-radius: 1rem;
    font-weight: 400;
    box-shadow: 0 2px 15px rgb(0 0 0 / 71%);
    border-radius: 0.267rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.4;
}

.form-group small{
    color: #5a5a5a;
    font-family: sans-serif;
    font-weight: 700;
    margin-left: 1rem;
}

.confirmation-details p strong{
    color: #5a5a5a;
    font-family: sans-serif;
    font-weight: 700;
}

.confirmation-details p span{
    color: black;
    font-family: system-ui;
    font-weight: 500;
}

.success-message p{
    color: black;
    font-family: system-ui;
    font-weight: 500;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    position: relative;
}

.progress-steps::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.benefit-item{
    background: #e3f2fd;
    padding: 15px;
    border-radius: 2px;
    border-left: 5px solid #007bff;
    text-align: left;
}

.benefit-item h4{
    color: #007bff;
    font-weight: 700;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.qwkqw1892_12{
    margin-top: 5rem;
}

.plano-item label{
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
}

.benefit-item p{
    font-weight: 700;
}

.btn_payment_plan{
    border: none;
    background: green;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
}

/* Linha de progresso ativa (nova pseudo-elemento) */
.progress-steps::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 0%; /* Inicia em 0% */
    height: 2px;
    background: #5A8DEE;
    z-index: 1;
    transition: width 0.3s ease;
}

.content_single_tags span{
    margin-left: 1rem;
}

/* Ajustes para cada passo completado */
.progress-steps[data-step="2"]::after {
    width: 50%;
}

.progress-steps[data-step="3"]::after {
    width: 100%;
}

.step {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3; /* Acima das linhas */
}
.qr-container {
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease;
}

.qr-container.show {
    opacity: 1;
    max-height: 500px; /* Altura máxima suficiente pro conteúdo */
    margin-top: 20px;
}

.step span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.step p {
    margin: 0;
    color: #999;
    font-size: 14px;
    transition: all 0.3s;
}

.step.active span {
    background: #5A8DEE;
}

.step.active p {
    color: #5A8DEE;
    font-weight: bold;
}

.step.completed span {
    background: #5A8DEE;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.step p {
    margin: 0;
    color: #999;
    font-size: 14px;
}

.step.active span {
    z-index: 2;
    background: #5A8DEE;
}

.step.active p {
    color: #5A8DEE;
    font-weight: bold;
}

/* Estilos para os formulários */
.form-step {
    display: none;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.form-step.active {
    display: block;
}

.no-results-container {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.no-results-container i {
    font-size: 50px;
    color: gray;
    margin-bottom: 15px;
}

.no_results {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.no_results_sub {
    font-size: 16px;
    margin-bottom: 20px;
}

.go-home-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.go-home-btn:hover {
    background-color: #0056b3;
}
.category-grid.expanded {
    max-height: 1000px; /* altura suficiente para mostrar todas */
}

.category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 10px;
    transition: max-height 0.3s ease;
    max-height: 7rem;
    overflow: hidden;
    width: 100%;
}

.category-option input[type="radio"] {
    display: none;
}

.category-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: rgb(240 241 242);
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.category-option label span{
    color: black;
    width: 100%;
    font-family: system-ui;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

#step-2 h2{
    color: black;
    font-family: system-ui;
    font-weight: 500;
}

.category-option label:hover {
    border-color: #5A8DEE;
}

.row_main_send_grupo_1_description{
    color:black;
    font-family: system-ui;
    font-weight: 500;
}

.category-option input[type="radio"]:checked + label {
    border-color: #5A8DEE;
    background-color: #f0f5ff;
}

.category-option i {
    font-size: 24px;
    margin-bottom: 10px;
    color: #555;
}

.category-option input[type="radio"]:checked + label i {
    color: #5A8DEE;
}

/* Botões */
.btn-next, .btn-prev, .btn-submit {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-next, .btn-submit {
    background: #5A8DEE;
    color: white;
}

.btn-next:hover, .btn-submit:hover {
    background: #3a6fd4;
}

.btn-prev {
    background: #e0e0e0;
    margin-right: 10px;
}

.btn-prev:hover {
    background: #c0c0c0;
}

.button-group {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}


.impulsionar-grupo-redirect{
    background: #ff7121;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
/* Mensagem de sucesso */
.success-message {
    display: none;
    text-align: center;
    padding: 30px;
}

.success-message i {
    font-size: 50px;
    color: #4CAF50;
    margin-bottom: 20px;
}

.success-message h2 {
    color: #4CAF50;
}

.btn-new-group {
    background: #5A8DEE;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.footer_social_links a{
    list-style: none;
    text-decoration: none;
    color: white;
}

.confirmation-label{
    color: black;
    font-family: system-ui;
    font-weight: 500;
}
.confirmation-value{
    color: gray;
    font-family: system-ui;
    font-weight: 500;
}

#step-2 div input{
    color: rgba(0, 0, 0, 0.699);
    height: calc(1.4em + 0.94rem + 3.7px);
    padding: 0.47rem 0.8rem;
    outline: none;
    font-size: 1rem;
    border: 1px transparent;
    border-radius: 1rem;
    font-weight: 400;
    box-shadow: 0 2px 15px rgb(0 0 0 / 71%);
    border-radius: 0.267rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.4;
}

.div_BTN_SEND{
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

#step-2 div textarea{
    height: calc(5em + 0.94rem + 3.7px);
    padding: 0.47rem 0.8rem;
    min-height: 6rem;
    max-height: 8rem;
    min-width: 100%;
    max-width: 100%;
    outline: none;
    font-size: 1rem;
    border: 1px transparent;
    border-radius: 1rem;
    font-weight: 400;
    box-shadow: 0 2px 15px rgb(0 0 0 / 71%);
    border-radius: 0.267rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.4;
}

#step-2 .form-group{
    display: flex;
    flex-direction: column;
}

/* Estilo do loader */
.submit-loader {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
    vertical-align: middle;
}

/* Animação do loader */
@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Estado de loading */
.btn-submit.loading {
    pointer-events: none;
    opacity: 0.8;
}

.btn-submit.loading #submit-text {
    visibility: hidden;
    position: relative;
}

.btn-submit.loading #submit-text::after {
    content: "Enviando...";
    visibility: visible;
    position: absolute;
    left: 0;
}

.item_saika_item{
    border: 1px solid rgba(0, 0, 0, .125);
    background: white;
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.container_info_grupo{
    margin-top: 1rem;
}

.saika_category_title_relacionados a{
    color: #5A8DEE;
}

.columns_meio p{
    color: white;
    font-family: sans-serif;
}

.item_saika_main{
    position: relative;
    height: 200px;
    display: flex;
    width: 270px;
    align-self: center;
    justify-content: center;
}
.item_saika_main img {
    width: 200px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 200px;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item_saika_main img:hover {
   filter: brightness(0.7); /* Escurece a imagem em 30% */
}

.item_saika_content p {
    color: black;
    margin: 0;
}

.item_saika_content{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

._container_MAIN_button_entrar{
    cursor: pointer;
    border: 1px solid #2c6de9;
    background-color: #5A8DEE;
    color: var(---color-white);
    padding: 8px 12px;
    font: 600 13px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    transition: background 0.1s ease, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

._container_MAIN_button_entrar:hover{
    background-color: #2d5eb9 !important;
}

.genero_span_main{
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.grid-item {
    position: relative;
    overflow: hidden; /* Para evitar que o conteúdo ultrapasse o limite do container */
}

.genero_span_main {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: hidden;
    position: absolute;
    bottom: 0%; /* Ajuste para posicionar entre a imagem e o título */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.6); /* Fundo semi-transparente */
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-item {
    position: relative;
    overflow: hidden;
}

.grid-item-row-1{
    position: relative;
}
.grid-item-row-2 {
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.grid-item-row-3 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #333;
}
.post-thumbnail {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    position: relative;
    width: 100%; /* A imagem vai preencher o contêiner responsivamente */
    height: auto; /* Para que a imagem preserve a proporção ao redimensionar */
}

h3 {
    margin-top: 10px; /* Espaço entre o título e o conteúdo anterior */
}

.grid-item-row-4{
    padding: 0;
}

.expand-btn-container{
    padding: 1rem;
    width: 100%;
    align-items: center;
    text-align: center;
}

.category{
    display: flex;
    width: 10rem;
    height: 6rem;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: transparent;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.category:hover{
    border: 2px solid;
}
.nav_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.category i{
    font-size: 24px;
    margin-bottom: 10px;
    color: #555;
}



.category span{
    color: black;
    font-family: system-ui;
    font-weight: 500;
}

.auq1281_2{
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.auq1281_1 p{
    color: rgba(0, 0, 0, 0.733);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.catalogo-container{
    display: grid;
    padding: 20px 20px;
    grid-template-columns: repeat(4, 5fr);
    gap: 20px;
}

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

.faq-container {
    padding: 1rem;
    margin: 50px auto;
    border-radius: 8px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}
.faq-item p {
    font-size: 16px;
    color: #666;
}

.zaqw124{
    background: white;
    padding: 14px 10px;
    border-radius: 2px;
}
.account-wrapper {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.account-sidebar {
    width: 250px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.account-sidebar h2 {
    color: #232f3c;
    font-family: system-ui;
    font-weight: 700;
    font-size: xx-large;
    margin-bottom: 20px;
}

.grupo-card a img{
    width: 100px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 100px;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.grupo-card{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.grupo-card a{
    display: flex;
    height: 120px;
}

.grupo-card a h4{
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: black;
    font-family: system-ui;
}

.user-info-box p{
    text-decoration: none;
    list-style: none;
    color: #FFF;
    background: #333;
    padding: 1rem;
}

.tab-content{
    border-bottom: 1px #efefef solid;
}

.tab-content h3{
    font-size: 23px;
    font-weight: 700;
    color: black;
    margin-top: 10px;
}

.user-account-menu {
    list-style: none;
    padding: 0;
}

.user-account-menu li {
    margin-bottom: 10px;
}

.user-account-menu a {
    display: block;
    padding: 10px;
    background: #eee;
    text-decoration: none;
    border-radius: 5px;
    color: #333;
    font-weight: 500;
}

.user-account-menu a:hover,
.user-account-menu a.active {
    background: #ddd;
}

.expand-btn {
    background-color: gray;
    color: white;
    border: none;
    padding: 5px;
    margin-top: 4px;
    cursor: pointer;
}

.expand-btn:hover {
    background-color: #2980b9;
}

.nav_container {
    display: flex;
    flex-wrap: wrap; /* permite quebrar em linhas */
    gap: 10px;
    padding: 10px;
    transition: max-height 0.3s ease;
    max-height: 7rem; /* altura inicial, pode ajustar conforme altura dos itens */
    overflow: hidden;
    width: 100%;

}

.nav_container.expanded {
    flex-wrap: wrap;
    max-height: 1000px; /* ou: none, se preferir sem limite */
    overflow: visible;
}
.account-content {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.grupo-card button{
    border: none;
    outline: none;
}
.thumb-wrapper {
    position: relative;
    display: inline-block;
    width: 80px; /* ou o tamanho da imagem */
    height: 80px;
}

.meus-grupos-table tbody tr td a::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 74px;
    height: 74px;
    border: 1px solid transparent;
    border-radius: 50%;
    animation: none;
    z-index: 0;
    pointer-events: none;
}

.meus-grupos-table tbody tr td a:hover::after {
    border-color: #00bcd4;
    animation: pulseBorder 1s linear infinite;
}

@keyframes pulseBorder {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.vip-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #ffbf00;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 0 0 4px 0;
}
tbody tr td a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.meus-grupos-table thead tr th{
    color: black;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
}
.meus-grupos-table {
    width: 100%;
    border-collapse: collapse;
}
.meus-grupos-table th, 
.meus-grupos-table td {
    padding: 12px 10px; /* Aumenta o espaço interno das células */
    text-align: left; /* Alinha o texto à esquerda */
}

/* Ajusta colunas específicas */
.meus-grupos-table th:nth-child(1), 
.meus-grupos-table td:nth-child(1) {
    width: 100px; /* Ajusta a largura da coluna da imagem */
}

.meus-grupos-table th:nth-child(2), 
.meus-grupos-table td:nth-child(2) {
    width: 100px; /* Ajusta a largura da coluna do título */
}


.meus-grupos-table th:nth-child(3), 
.meus-grupos-table td:nth-child(3) {
    width: 100px; /* Ajusta a largura da coluna de visualizações */
}

.meus-grupos-table th:nth-child(4), 
.meus-grupos-table td:nth-child(4) {
    width: 100px; /* Ajusta a largura da coluna de ações */
}

.status-ativo {
    padding: 0.3rem;
    border-radius: 3px;
    background: green;
    font-weight: bold;
    color: white;
}

.status-inativo {
    padding: 0.3rem;
    border-radius: 3px;
    color: white;
    background-color: red;
    font-weight: bold;
}

.impulsionar-btn{
    border: none;
    cursor: pointer;
    border: 1px solid #2c6de9;
    background-color: #5A8DEE ;
    color: var(---color-white);
    padding: 5px 10px;
    font: 600 13px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    transition: background 0.3s ease, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.meus-grupos-table tbody tr td{
    width: 10rem;
    text-align: center;
    margin: 1rem;
    font-weight: bold;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
}

.asan1ui2b12_121{
    display: flex;
    flex-direction: column;
}
.asan1ui2b12_121 p{
    margin: 0.2rem;
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.asn1163_1{
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
.meus-grupos-table tbody tr td a img {
    width: 70px;
    height: 70px;
    display: flex;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 1;
}

.meus-grupos-table tbody tr td a {
    position: relative;
    display: inline-block;
}


#impulsionado_btn_actived{
    background: rgba(255, 0, 0, 0.808);
    border: 1px solid rgb(182, 3, 3);
}

@media only screen and (max-width: 768px){

    .catalogo-container{
        display: flex;
        flex-direction: column;
    }

    .titulo_post_souso{
        max-width: 90%;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-family: sans-serif;
        color: black;
        font-size: 1.5rem;
        display: -webkit-box;
    }

    .container_header{
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }
    .layout-container{
        display: flex;
        flex-direction: column;
    }
    .grid-container{
        width: 100%;
    }
    .footer_souso ul{
        padding: 0;
        margin: 0;
        gap: 0.5rem;
    }
    .grid-container{
        display: flex;
        flex-direction: column;
    }
    .footer_links li{
        font-size: 12px;
    }

    #group-link{
        width: 100%;
    }

    .category-option{
        width: 45%;
        height: 6rem;
        text-align: center;
    }
    .booster-selo {
        padding: 8px 10px;
        font-size: 2rem;
    }


    .item_saika_content {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    .class_footer_container{
        display: flex;
        flex-direction: column;
    }

    .related-posts-grid{
        display: flex;
        flex-direction: column;
    }
    .item_saika_content_extra{
        padding: 1rem;
    }

    .container_main_button_navegation{
        margin-top: 1rem;
    }

    .item_saika_item{
        padding: 1rem;
    }
    .category span {
        color: black;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        font-family: system-ui;
        font-weight: 500;
    }
    .container_main_main_section{
        margin: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .login-form-container{
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .impulsionar-grupo-redirect{
        background: #ff7121;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    
    .div_BTN_SEND{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        flex-direction: column;
    }

    .register-container{
        margin-left: 1rem;
        margin-right: 1rem;
        margin: 0;
    }
    .login-form-container form{
        width: 80%;
        gap: 1rem;
    }
    .zaqw124{
        margin-bottom: 5rem;
    }

    .register-container button[type="submit"]{
        width: 15rem;
    }

    .login-submit button{
        width: 15rem;
    }

    .search_title{
        color: black;
        padding-bottom: 1rem;
        font-size: 25px;
        font-family: system-ui;
        padding-left: 0.5rem;
        padding-top: 1rem;
    }
    .category{
        width: 45%;
    }
    .nav_container{
        justify-content: center;
    }

    .account-wrapper{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .meus-grupos-table tbody tr td{
        padding: 0;
        font-size: 11px;
    }

    .expand-btn{
        padding: 10px;
    }
    .impulsionar-btn{
        font-size: 11px;
        padding: 5px 5px;
    }

    .account-wrapper{
        padding: 0;
    }
    .account-sidebar{
        width: 100%;
    }
    .account-content{
        padding: 0;
    }
    
}