@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

* {
    font-family: "Lexend Deca", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
    outline: 1px solid #f4f4f4;
}

.caixa-pai {
    height: 90dvh;
    display: flex;
    flex-direction: column;
}

.caixa-filho {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-right: 20px;
    z-index: 5;
}

.bar {
    height: 4px;
    background-color: #f3803f;
    border-radius: 2px;
    transition: 0.3s ease;
}

.bar1 {
    width: 16px;
    margin-left: auto;
    margin-right: 2px;
}

.bar2 {
    width: 30px;
}

.bar3 {
    width: 16px;
    margin-left: 2px;
}

.menu-icon.open .bar1 {
    transform: rotate(45deg) translate(9px, 6px);
    width: 30px;
}

.menu-icon.open .bar2 {
    transform: rotate(-45deg) translate(1px, 1px);
    width: 30px;
}

.menu-icon.open .bar3 {
    transform: translateX(1px);
    opacity: 0;
}

.menu-icon.open+.caixa-header {
    max-width: 300px;
    width: 300px;
    padding: 6px;
}

.caixa-header {
    font-size: 17px;
    height: 100dvh;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    max-width: 0px;
    z-index: 4;
    background-color: #fff;
    padding: 0px;
    justify-content: space-between;
    transition: max-width 0.3s ease, padding 0.3s ease;
    overflow: hidden;
}

.sombra-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    /* Abaixo do menu (z-index: 3) mas acima do conteúdo */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sombra-menu.ativo {
    opacity: 1;
    visibility: visible;
}

.body-no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sombra {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000042;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sombra.visivel {
    opacity: 1;
    visibility: visible;
}

/* .caixa-header-maximizada {
    width: 330px;
    z-index: 10;
    display: flex;
    visibility: visible;
    height: 100%;
    transform: translateX(0);
} */

.header-horiz {
    z-index: 3;
}

.img1 {
    width: 70px;
}

.img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fig1 {
    z-index: 2;
    animation: girar 4s linear infinite;
}

.fig2 {
    z-index: 1;
    animation: piscar 1s ease-in-out infinite;
}

.cx-figs {
    position: relative;
    width: 30px;
    height: 30px;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes piscar {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.header-horiz-pai {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    height: 70px;
}

.header-horiz-menu-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-foto,
.img-foto2,
.img-foto3 {
    border-radius: 50%;
    object-fit: cover;
}

.cx-entrar {
    width: 100%;
    justify-items: left;
}

.btnLogin {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.btnLogin img,
.cx-perfil-user img {
    width: 40px;
    height: 40px;
}

.img-foto2 {
    width: 85px;
    height: 85px;
    margin-right: 14px;
}

.img-foto3 {
    width: 60px;
    height: 60px;
    margin-right: 14px;
}

#filterClassification,
#dateRangePicker,
.cx-modif {
    margin-top: 10px;
    border: 1px solid #A1AEAD;
    padding: 9px 7px;
    border-radius: 10px;
    width: 100%;
    color: #797979;
}

.cx-perfil-nome,
.cx-login-home {
    display: flex;
    align-items: center;
    text-align: right;
    cursor: pointer;
    bottom: 23px;
    transition: all .3s;
}

.cx-perfil-mini {
    display: flex;
    align-items: center;
    cursor: pointer;
    bottom: 18px;
    position: absolute;
    padding: 0 !important;
    width: 90%;
}

.cx-perfil-nome:hover,
.cx-login-home:hover {
    background-color: #bfbfbf4d;
    border-radius: 10px;
}


.search2 {
    font-size: 22px;
}

.cx-frase-e-logo {
    padding-top: 40px;
}

i.bx {
    font-size: 22px;
    margin-right: 4px;
    cursor: pointer;
}

.bx-info-circle {
    font-size: 20px !important;
    padding-right: 2.4px;
}

.cx-search {
    text-align: end;
    margin-bottom: 2px;
}

.cx-search2 {
    text-align: end;
    margin: 0px !important;
}

i#seta-minimizar {
    padding-left: 5px;
}

.search1 {
    margin-top: -47px !important;
    margin-left: -37px;
    position: absolute;
    background-color: #f3803f;
    color: #fff;
    padding: 6px;
    border-radius: 33%;
    font-size: 21px;
}

.search2 {
    padding-right: 0 !important;
    margin: 0 !important;
    position: unset !important;
}

.cx-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

#startMarking {
    margin-bottom: 10px;
    margin-top: 6px;
    background-color: #dddddd;
    border: 1px solid #c2c2c2;
    color: #171717;
    justify-content: center;
    cursor: pointer;
}

#startMarking:hover,
#future-events-btn:hover {
    background-color: #a55527;
    font-weight: 300;
}

button#ativarCaixaEvento-exemplo,
button#historicoBtn-exemplo {
    display: flex;
    align-items: center;
    background-color: #33333329;
    color: #5b5b5b;
}

button#ativarCaixaEvento-exemplo:hover,
button#historicoBtn-exemplo:hover {
    background-color: #33333351;
}

.cx-filtro-aparecer {
    display: none;
    flex-direction: column;
    padding-left: 10px;
    width: 95%;
}

.caixa-conteudo {
    display: none;
}

.sublista {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 9px;
    color: #666;
    font-weight: 400;
}

.cx-filtro-1 {
    border-left: 2px solid transparent;
    transition: border-left 0.3s ease;
    margin-bottom: 3px;
}

.cx-filtro-1.ativo {
    border-left: 2px solid #f3813f;
}

.sublista.ativo {
    background-color: #bd663446;
}

.sublista i {
    transition: transform 0.3s ease;
}

.sublista.ativo i {
    transform: rotate(45deg);
}

p.p-evento-exemplo {
    font-size: 11px;
    color: #f3813f;
    margin-bottom: 4px;
}

.bxs-lock {
    margin-left: 4px;
}

.caixa-botoes {
    margin: 19px 0px 7px 0px;
    display: flex;
    flex-direction: column;
}

#future-events-btn,
#clearDateRange {
    border: none;
    text-align: center;
    border-radius: 7px;
    transition: all .1s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    border: 1px solid #f3813f;
    padding: 9px 7px;
}

#future-events-btn {
    color: #fff;
    background-color: #f3803f;
    margin-top: 10px;
}

#clearDateRange {
    margin-top: 5px;
    color: #f3813f;
}

#clearDateRange:hover {
    color: #fff;
    background-color: #f3813f;
}

.cx-botoes-header-vertical {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.caixa-botoes a {
    border: none;
    background-color: transparent;
    font-size: 17px;
    color: #171717;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: justify;
    transition: all .3s;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.caixa-botoes button {
    border: none;
    background-color: transparent;
    font-size: 15px;
    color: #171717;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: justify;
    transition: all .3s;
    display: flex;
    align-items: center;
}

.i-modif {
    margin-right: 5px;
}

.caixa-botoes button:hover,
.caixa-botoes a:hover {
    background-color: #bd663446;
}

.caixa-botoes input {
    margin: 2px 0px;
}

#mostrarWhatsApp {
    width: 10% !important;
}

p.p-frase-nao {
    margin-top: 7px;
    font-size: 15px;
    color: #5f5f5f;
}

#saveEvent {
    background-color: #f3803f;
    color: #fff;
    border: 1px solid #f3803f;
    cursor: pointer;
    transition: all .2s;
    display: flex;
}

#saveEvent:disabled {
    background-color: #bd6634c0;
    cursor: not-allowed;
    opacity: 0.7;
}

#saveEvent:hover {
    background-color: #ba612e;
}

.caixa-botoes input,
#saveEventForm input,
#saveEventForm select,
#saveEventForm textarea,
#editEventForm input,
#editEventForm select,
#formAlterarDados select,
#editEventForm textarea,
#box-pesquisa input,
.cx-config-selecionado input {
    border: 1px solid #d8d8d8 !important;
    padding: 9px 10px !important;
    border-radius: 15px !important;
}

#box-pesquisa {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: end
}

#box-pesquisa input {
    padding: 4px 46px 4px 20px !important;
    transition: all .2s;
    width: 100%;
    height: 45px;
    border-radius: 40px !important;
    background-color: #f7f4f2;
    border: none !important;
}

#box-pesquisa i {
    z-index: 1;
    margin-left: -40px;
    background-color: #f3803f;
    padding: 7px;
    border-radius: 30px;
    color: #fff;
}

.input-ofuscado {
    width: 100%;
    padding: 12px 9px;
    position: absolute;
    top: -45px;
    /* Posição inicial (fora da tela) */
    z-index: 3;
    background-color: #fff;
    display: flex;
    transform: translateY(-25px);
    /* Começa 20px mais acima */
    opacity: 0;
    /* Inicia transparente */
    transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
    box-shadow: rgba(100, 100, 111, 0.2) 2px 10px 7px 0px;
}

.input-ofuscado.visivel {
    transform: translateY(0);
    opacity: 1;
    top: 70px;
}

.input-ofuscado i {
    background-color: #f3803f;
    padding: 11px;
    border-radius: 37px;
    color: #fff;
    align-items: center;
    margin-left: 10px;
    display: flex;
}

#box-pesquisa-mobile {
    z-index: 2;
    display: none;
    align-items: center;
    overflow: hidden;
}

#icone-pesquisa {
    display: none;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 2;
    color: #666;
}

#BuscarEvento2 {
    padding: 4px 20px !important;
    transition: all .2s;
    width: 100%;
    height: 45px;
    border-radius: 40px !important;
    background-color: #f7f4f2;
    border: none !important;
}

.gm-style-mtc-bbw {
    display: none;
}

form#saveEventForm label,
form#editEventForm label {
    color: #797979;
}

.h3 {
    margin-top: 9px;
    margin-bottom: 4px;
    font-size: 15px;
    color: #171717;
}

.h3info {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
    color: #171717;
}

.p-pesquisa {
    font-size: 11px;
    color: #171717;
    text-align: center;
}

.gm-style-iw-d h3 {
    color: #aa66fb;
    font-weight: 400;
    margin-bottom: 3px;
}

.gm-style-iw-d p {
    color: #333;
    margin: 3px 0px;
}


.gm-style-iw-d h4 {
    margin-bottom: 8px;
}

/* Config para criar um alerta de respeito meu mano Gui */

/* #searchLocationButton {
    z-index: 9;
    justify-items: center;
    bottom: 10px !important;
}

#searchLocationButton button {
    transition: 0.3s ease;
    width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #bd6634;
    padding: 10px 20px;
    background-color: #f3813f;
    color: #fff;
    border: none;
    border-radius: 22px;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
} */

.cx-data {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    width: 100%;
}

.cx-data input {
    width: 100%;
    box-sizing: border-box;
}

.bx-revision {
    color: #fff;
    margin: 0 0 0 4px !important;
}

.h4 {
    color: #171717;
    font-size: 16px;
}

.btnAlterarModal {
    margin-top: 20px !important;
    border: none;
}

.btnAlterarModal,
.btnCancelarModal {
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all .2s;
    margin: 5px 0px;
}

.btnAlterarModal {
    background-color: #f3813f;
    color: #fff;
}

.btnCadastro,
.btnCancelarModal {
    border: none;
    color: #666;
    background-color: #fff;
}

.btnCadastro:hover,
.btnAlterarModal:hover,
.btnCancelarModal:hover {
    background-color: #ba612e;
    color: #fff;
}

.btnExcluir {
    background-color: #e02e2e !important;
}

.btnExcluir:hover {
    background-color: #9b2222 !important;
}

button.btnSair2 {
    color: #e02e2e !important;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
}

button.btnSair2 p {
    font-size: 17px;
}

form#formAlterarSenha label,
form#formAlterarDados label,
form#formExcluirConta label,
form#cadastroForm label,
form#loginForm label,
form#editEventForm label {
    font-size: 14px;
    color: #797979;
    margin-top: 3px;
}

form#formAlterarSenha,
form#formAlterarDados,
form#formExcluirConta {
    display: flex;
    flex-direction: column;
}

div#modalExcluirConta p {
    color: #e02e2e;
    margin-bottom: 16px;
    margin-top: -6px;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.event-label {
    transform: translateY(-30px);
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8);
}

.cx-config-perfil {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: #17171754;
    z-index: 11;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cx-config {
    background-color: #F7F4F2;
    left: 10px;
    width: 100%;
    max-width: 680px;
    bottom: 71px;
    transform: translateY(200px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 8px;
    box-shadow: 0px 5px 8px #1717173b;
}

.cx-config.caixa-visivel {
    transform: translateY(0);
    opacity: 1;
}

.cx-config button {
    width: 100%;
}

.cx-config-lista button,
.cx-config-lista label {
    border: none;
    border-bottom: 2px solid transparent;
    padding: 10px;
    color: #171717;
    background-color: transparent;
    display: flex;
    align-items: center;
    transition: all .1s;
    cursor: pointer;
}

.cx-config-lista button:hover,
.cx-config-lista label:hover {
    border-right: 3px solid #f3803f;
    background-color: #f3813f3b;
}

.cx-config-lista button:hover,
.cx-config-lista label:hover,
.cx-config-lista button.ativo {
    border-right: 3px solid #f3803f;
    background-color: #f3813f3b;
}

.cx-config p {
    font-size: 14px;
}

.cx-frase-config {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
}

.cx-frase-config .bx-x {
    font-size: 38px;
    color: #b5b5b5;
    margin: 0px !important;
}

.cx-config-separar {
    width: inherit;
    height: inherit;
    box-sizing: border-box;
    display: flex;
}

.cx-config-lista {
    width: 30%;
    height: 350px;
    padding: 5px 0px;
}

.cx-config-selecionado {
    width: 70%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin: 4px;
    border-radius: 10px;
}

.cx-perfil-filho {
    display: flex;
    align-items: center;
}

div#perfil,
.cx-02-perfil {
    height: 100%;
}

.cx-02-perfil {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.h2-perfil {
    margin-bottom: 10px;
}

div#perfil form {
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    color: #f3813f;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #f3803f;
    padding: 10px 0px;
    transition: all .2s;
}

div#perfil form:hover {
    background-color: #bd663430;
}

div#perfil label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-endereco {
    margin-top: 11px !important;
    color: #7a7a7a !important;
    font-size: 14px !important;
}

.p-endereco-2 {
    margin: 2px 0px 4px 0px !important;
    color: #7a7a7a !important;
    font-size: 12px !important;
}

button#routeButton {
    border: 1px solid #bebebe;
    background-color: white;
    padding: 8px;
    border-radius: 5px;
    margin: 6px 0px;
    transition: .4s;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

button#routeButton:hover {
    background-color: #eaeaea;
}

button#routeButton img {
    width: 14px;
    margin-right: 5px;
}

.h2 {
    font-size: 21px;
    font-weight: 400;
    color: #171717;
}

.cx-pai-evento h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 250px;
}

/* Container da descrição */
.desc-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5px 0;
    line-height: 1.4;
}

.desc {
    color: #797979;
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
    width: 140px;
}

.desc.completa {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.ver-mais {
    color: #f3803f;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    margin-left: 4px;
    flex-shrink: 0;
}

.ver-mais:hover {
    text-decoration: underline;
}

.cx-desc-ver {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cx-inicio-fim i {
    font-size: 20px;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

strong.strong-modificado {
    font-size: 14px;
    color: #999 !important;
    font-weight: 500;
}

strong.strong-modificado2 {
    font-weight: 500;
}

.h2-mod {
    margin-top: 5px;
}

.p-data-criacao {
    color: #77807f !important;
    font-size: 11px !important;
}

.foto_autor {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #FFA83F;
}

.cx-botoes-header-vertical a {
    width: 100%;
    text-decoration: none;
}

.cx-img-autor {
    display: flex;
    align-items: center;
    margin-top: 4px;
    cursor: pointer;
}

.cx-rota-link {
    display: flex;
    align-items: center;
}

.cx-rota-link .bx-globe {
    font-size: 23px;
    margin: 0px !important;
}

.cx-rota-link a {
    background-color: #d4d4d4;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #171717;
}

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

.cx-perfil-user-filho {
    display: flex;
}

p.p-email {
    font-size: 11px;
    color: #8b8b8b;
}

p.p-user {
    font-size: 14px;
    color: #171717;
}

.p-user-perfil {
    font-size: 20px !important;
    color: #171717;
    margin-bottom: 2px;
}

.p-email-perfil {
    color: #878787;
    margin: 2px 0px;
}

.cx-whats {
    margin-bottom: 15px;
}

.cx-whats label {
    font-size: 11px;
    display: flex;
    align-items: center;
}

.cx-whats input[type="checkbox"] {
    width: 20px;
    margin: 0 !important;
}

.cx-whats input[type="checkbox"]:focus {
    outline: none !important;
}

input#InputWhats {
    background: #e3e3e3;
    color: #717171;
}

.cx-cancelar-salvar {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 10px;
}

.justify {
    justify-content: end;
}

.cx-cancelar-salvar button {
    width: 49% !important;
}

button#cancelEvent {
    background: #fff;
    border: 1px solid #171717;
    color: #171717;
}

button#cancelEvent:hover {
    background-color: #171717;
    color: #fff;
}

.success-message {
    color: green;
    text-align: center;
    padding: 10px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    margin: 10px auto;
    width: 50%;
    border-radius: 5px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}

#segundo-mapa {
    width: 100%;
    height: 182px;
    border-radius: 9px;
    margin: 10px 0px;
    border: 1px solid #ccc;
}

.modal77 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 90%;
    max-width: 400px;
}

.modal-content77 {
    text-align: center;
}

.modal-content77 h2 {
    margin-top: 18px;
    font-size: 22px;
    color: #333;
    font-weight: 500;
}

.modal-content77 p {
    color: #666;
    font-size: 14px;
}

form#formCompletarPerfil {
    margin-top: 10px;
}

.group2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.group2 input {
    width: 100%;
}

.senhaGoogle {
    color: #373737;
    margin-bottom: -3px !important;
    margin-left: -26px !important;
}

.form-group22 {
    text-align: left;
    margin-top: 4px;
}

.form-group22 label {
    font-size: 14px;
    color: #797979;
    margin-top: 3px;
}

.form-group22 span {
    font-size: 12px;
    margin-bottom: 4px;
    color: #BB0A21;
}

.form-group22 input,
.form-group22 select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #A1AEAD;
    padding: 9px 7px;
    border-radius: 10px;
}

.btn-submit2 {
    margin-top: 8px;
}

.btn-submit,
.btn-submit2 {
    width: 100%;
    padding: 10px;
    background-color: #f3803f;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:disabled,
.btn-submit2:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.btn-submit:hover:not(:disabled),
.btn-submit2:hover:not(:disabled) {
    background-color: #be6430;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.radius-control {
    display: flex;
    align-items: center;
    width: 95%;
}

.radius-control label {
    margin-right: 3px;
    display: flex;
    align-items: center;
}

#radiusSlider {
    width: 100%;
    max-width: 300px;
    margin-left: 10px;
    outline: none;
}

#radiusValue {
    font-weight: bold;
    margin-right: 3px;
    width: 22px;
}

.listaevento {
    width: 0%;
    background-color: white;
    transition: right 0.5s ease-in-out;
    display: none;
}

.listaevento.active {
    width: 100%;
    max-width: 350px;
    display: flex;
}

.section-content {
    padding: 9px;
    height: 100%;
    width: 350px;
    z-index: 3;
    background-color: #fff;
}

#eventList {
    list-style-type: none;
    padding: 0;
}

#eventList li {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

#eventList li h3 {
    margin: 0;
    font-size: 16px;
}

#eventList li p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

.cx-foto-evento img {
    max-width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.filtros {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

i.bx.bx-filter {
    font-size: 26px;
    color: #8b8b8b;
}

.filtros select {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 88%;
}

.tab2 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.tab2 .aba {
    padding: 10px 15px;
    border: 2px solid transparent;
    cursor: pointer;
    background-color: #fff;
    width: 100%;
}

.tab2 .aba.ativa {
    border-bottom: 2px solid #f3803f;
    color: #f3803f;
}

.filtros label {
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
}

/* Estilos para a lista de eventos */
.event-list {
    list-style: none;
    padding: 0;
}

.event-list li {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
}

.cx-config-selecionado form label {
    text-align: left;
}

form.form-sair2 {
    position: fixed;
    top: 8px;
    left: 8px;
}

.modal-content {
    width: 100%;
}

#criarEvento, #historicoModal, #editModal {
    z-index: 10;
    background-color: #fff;
    max-width: 400px;
    position: absolute;
    border-radius: 14px;
    justify-self: anchor-center;
    align-self: center;
    cursor: auto;
}

.tela-escura {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tela-escura.ativo {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.cx-direcao-mapa {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

button.gm-control-active {
    display: none !important;
}

.gm-style-cc {
    display: none;
}

button.gm-control-active.gm-fullscreen-control {
    display: none;
}

#date_of_birth {
    box-sizing: border-box;
    width: 100%;
}

.closeEventos,
.close {
    font-size: 30px !important;
    color: #9c9c9c !important;
}

.carousel-indica {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px auto 20px auto;
}

.indica {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indica.ativa {
    background-color: #f3813f;
}

.cx-pai-loc {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 12;
    background-color: #17171764;
    text-align: center;
    top: 0;
}

.cx-ativar-loc {
    width: 100%;
    max-width: 300px;
    padding: 14px;
    background-color: #fff;
    border-radius: 9px;
}

.cx01-loc img {
    width: 193px;
}

.cx02-loc h1 {
    font-weight: 400;
    margin-bottom: 4px;
    font-size: 27px;
}

.cx02-loc p {
    color: #909090;
    margin-bottom: 10px;
}

.cx02-loc button {
    border: none;
    font-size: 16px;
    padding: 13px 20px;
    width: 100%;
    margin: 5px 0px;
    border-radius: 8px;
    background-color: #f3803f;
    color: #fff;
    cursor: pointer;
    transition: all .2s;
}

.cx02-loc button:hover {
    background-color: #be6532;
}

/* Modal para imagem ampliada */
.modal-imagem {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
    overflow: auto;
    justify-content: center;
    align-items: center;
}

.modal-conteudo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    pointer-events: none;
    /* Permite clicar através do conteúdo */
}

.modal-imagem img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    margin: auto;
    display: block;
    pointer-events: auto;
    /* Permite interação com a imagem */
}

.fechar-modal {
    position: fixed;
    color: #373737;
    background-color: #fff;
    border-radius: 50px;
    font-size: 40px !important;
    z-index: 1001;
    transition: 0.3s;
    top: 15px;
    right: 20px;
}

.fechar-modal:hover {
    color: #444444;
}

@media (max-width: 768px) {
    .modal-imagem img {
        max-width: 95vw;
        max-height: 95vh;
    }
}

.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
    background-color: #f3803f !important;
}

.litepicker .container__days .day-item.is-in-range {
    background-color: #f3813f57 !important;
}

.litepicker .container__days .day-item:hover {
    -webkit-box-shadow: inset 0 0 0 1px #f3803f;
    box-shadow: inset 0 0 0 1px #f3803f !important;
    color: #f3803f !important;
}

/* Estilos do Modal de Compartilhamento */
.modalshare {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-contentshare {
    background-color: #f7f4f2;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

.modal-headershare {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}

.modal-headershare h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
    font-weight: 400;
}

.box-x-modalshare {
    width: 100%;
    text-align: right;
}

.modal-headershare p {
    color: #9B9B9B;
}

.close-modalshare {
    color: #aaa;
    font-size: 40px !important;
    cursor: pointer;
}

.close-modalshare:hover {
    color: #424242;
}

.share-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: none;
    cursor: pointer;
    transition: all 0.2s;
}

.share-option:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}

.share-option i {
    font-size: 24px;
    margin-bottom: 8px;
}

.share-option span {
    font-size: 14px;
}

/* WhatsApp */
.share-option[data-platform="whatsapp"] i {
    color: #25D366;
}

/* Twitter */
.share-option[data-platform="twitter"] i {
    color: #1DA1F2;
}

/* LinkedIn */
.share-option[data-platform="linkedin"] i {
    color: #0077B5;
}

/* Facebook */
.share-option[data-platform="facebook"] i {
    color: #4267B2;
}

/* Copy Link */
.share-option[data-platform="copy"] i {
    color: #555;
}

/* Estilos para a seção de destaques */
.destaques-section {
    width: 100%;
    padding: 20px 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.destaques-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.destaques-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.destaques-tab {
    padding: 10px 20px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.destaques-tab.active {
    color: #f3803f;
}

.destaques-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f3803f;
}

.destaques-content {
    display: none;
}

.destaques-content.active {
    display: block;
}

.destaques-carrossel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: thin;
    scrollbar-color: #d4d4d4 transparent;
}

.destaques-carrossel::-webkit-scrollbar {
    height: 8px;
}

.destaques-carrossel::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.destaques-carrossel::-webkit-scrollbar-thumb {
    background-color: #f3803f;
    border-radius: 10px;
}

.evento-destaque {
    min-width: 280px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.evento-destaque:hover {
    transform: translateY(-5px);
}

.evento-destaque-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.evento-destaque-info {
    padding: 15px;
}

.evento-destaque-titulo {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.evento-destaque-data {
    font-size: 14px;
    color: #f3803f;
    margin-bottom: 8px;
}

.evento-destaque-local {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.evento-destaque-visualizacoes {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #888;
}

.evento-destaque-visualizacoes img {
    margin-right: 5px;
    width: 16px;
}

@media (max-width: 768px) {
    .evento-destaque {
        min-width: 240px;
    }

    .destaques-tab {
        padding: 8px 15px;
        font-size: 15px;
    }
}

.cx-ver-todas {
    margin-top: 15px;
    text-align: center;
}

.ver-todas-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background-color: #f3803f;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s;
}

.ver-todas-btn:hover {
    background-color: #e06f2f;
}

.ver-todas-btn i {
    font-size: 1.1rem;
}

.map-tabs {
    display: flex;
}

.tab-btn {
    padding: 10px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 6px;
    transition: all .2s;
}

.tab-btn i {
    font-size: 18px;
}

.tab-btn.active {
    color: #000;
    background-color: #EFD3C3;
    border-radius: 30px;
}

.tab-content.active {
    display: flex;
    width: 100% !important;
}

.tab-content:not(.active) {
    display: none;
}

/* Container dos destaques */
.highlights-container {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background-color: #ededed;
}

/* Container principal dos controles inferiores */
.map-bottom-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    align-items: center;
    /* z-index: 10; */
}

/* Estilo para o botão de busca */
#searchLocationButton {
    position: relative;
    z-index: 9;
}

#searchLocationButton button {
    transition: 0.3s ease;
    width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #bd6634;
    padding: 10px 20px;
    background-color: #f3813f;
    color: #fff;
    border: none;
    border-radius: 22px;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Estilo para o botão de filtros */
.filter-button {
    background-color: #f3813f;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.filter-button:hover {
    background-color: #e67335;
    transform: scale(1.05);
}

.filter-button i {
    font-size: 21px;
    margin: 0;
}

/* Estilos para o container de filtros no mapa - estilo balão */
#map-filters-container {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 280px;
    max-height: 70vh;
    z-index: 10;
    display: none;
    flex-direction: column;
}

#map-filters-container::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 25px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: white transparent transparent;
}

.btn-ver-perfil {
    display: block;
    width: fit-content;
    margin: 20px auto 15px auto;
    padding: 10px 25px;
    background-color: #f3803f;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-ver-perfil:hover {
    background-color: #b25d2c;
    transform: scale(1.05);
}

.infowindow-loading {
    padding: 15px;
    font-family: sans-serif;
    color: #555;
    text-align: center;
}

/* Estilos para notificações */
.header-right-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.notificacoes-container {
    position: relative;
    margin-right: 1rem;
    align-content: center;
}

.notificacoes-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: #333;
    position: relative;
}

.notificacoes-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff4757;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.notificacoes-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    width: 350px;
    max-height: 500px;
    overflow-y: auto;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    z-index: 1000;
    display: none;
}

.notificacoes-dropdown.show {
    display: block;
}

.notificacao-item {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 10px;
    cursor: pointer;
    transition: background 0.2s;
    align-items: center;
}

.notificacao-item:hover {
    background: #f8f9fa;
}

.notificacao-item.nao-lida {
    background: #f3803f33;
    border-bottom: 1px solid #ffffff;
}

.notificacao-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.notificacao-item div {
    flex: 1;
}

.notificacao-item p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.notificacao-item strong {
    font-weight: 600;
}

.notificacao-acoes {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.notificacao-btn-acao {
    padding: 4px 8px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.btn-confirmar {
    background: #4CAF50;
    color: white;
}

.btn-excluir {
    background: #f44336;
    color: white;
}

.notificacao-footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #eee;
}

.btn-limpar-notificacoes {
    background: #f3803f;
    border: none;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
}

.btn-limpar-notificacoes:hover {
    background: #ad5b2c;
}
/* Modal de Evento */
.modal-evento {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-evento-content {
    background-color: white;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.modal-evento-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-evento-header h2 {
    margin: 0;
    font-size: 1.5rem;
}

.close-modal {
    font-size: 1.5rem;
    cursor: pointer;
}

.modal-evento-body {
    padding: 15px;
}

.evento-detalhes img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.comentarios-list {
    margin-top: 20px;
}

.comentario-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.comentario-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.comentario-content {
    flex: 1;
}

.comentario-user {
    font-weight: bold;
    margin-bottom: 5px;
}

.comentario-actions {
    margin-top: 5px;
}

.btn-curtir {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-curtir.curtido {
    color: red;
}

.modal-evento-footer {
    padding: 15px;
    border-top: 1px solid #eee;
}

.form-comentario {
    display: flex;
    flex-direction: column;
}

.form-comentario textarea {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    resize: vertical;
    min-height: 80px;
}

.form-comentario button {
    align-self: flex-end;
    padding: 8px 15px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cx-perfil-notific {
    display: flex;

}