body {
    margin: 0px;
    padding: 0px;
    background: radial-gradient(circle at center, #e0f2fe, #ffffff);
    height: 100vh;
}

ul {
    margin: 0px;
    padding: 0px;
}

a {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    border-radius: 10px;
}

a:hover {
    background: rgba(0, 0, 0, 0.151);

}

#logo {
    font-size: 1.5rem;
    font-weight: bold;
}

#header {
    box-sizing: border-box;
    height: 70px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e7e7e7;
}

#menu {
    display: flex;
    list-style: none;
    gap: .5rem;
}

#menu a {
    display: block;
    padding: .5rem; 
}

.dropdown-menu {
    
    right: 0 !important;
}

#lLogo{
    width: 50px;
}

/* Menu fundo*/



/*Login register*/
.tEntrar {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10%;
    padding: 10px;
}

#rBtn{
    width: 100%;
}

.tLinks{
    text-align: center;
}

.tLinks a{
    margin-top: 10px;
    color: blue;
}

.tLinkMais {
    display: flex;
    justify-content: space-around;
}

.tLinkMais a{
    color: blue;
}

.LogoLocal{
    text-align: center;
}

/* Lista */
#exampleModalCenter {
    background-color: #ffffff10;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mPago {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    margin: 20px;
    align-items: center;
    padding: 5px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1); /* Adicionando sombra */
}

.mPendente {
    background: #ffcccc; /* Fundo vermelho claro */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1); /* Adicionando sombra */
}

.mPagoVerde {
    background: #ccffcc; /* Fundo verde claro */
}

#mdes {
    text-decoration: none;
    color: black;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
}

.flex > div {
        flex: 1 1 200px;
        margin: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1); /* Adicionando sombra */
        border-radius: 15px;
        color: #ffffff;
        text-align: center;
        align-items: center;
}

.mNaoPaga{
    background: red;
}

.mNaoPaga img {
    width: 25px;
}

.mNpaga{
    background: blue;
}

.mNpaga img{
    width: 25px;
}

.aIcone {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
}

.aIcone p {
        margin-top: 5%;
}

.bBtnArea{
    display: flex;
    justify-content: space-around;
}

.tDia{
    margin-top: 10px;
}

.tDia h3 {
    margin-top: -15px;
}

.verDetalhes{
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
}

.aBtn{
    bottom 0px;
}

.aBtn button{
    width: 100%;
    margin-bottom: 20px;
    left: 0;
}

.nosAjude{
    background-image: linear-gradient(
        to bottom right,
        #4affde 0%, #5b9dff 40%, #d06bff 60%, #ff34d2 100%
        );
    background-size: 200% 200%;
    animation: movingGradient 5s linear infinite alternate;

    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}
@keyframes movingGradient {
    from { background-position: 0 0; }
    to { background-position: 100% 100%; }
}

/* Barra em baixo */

.areaBtn {
    padding: 10px;
    text-align: center;
    bottom: 0;
    width: 100%;
    position: fixed;
    left: 0;
    display: flex;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.1); /* Transparência leve */
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-top: 1px solid rgba(255, 255, 255, 0.3); /* Linha superior de destaque */
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2); /* Sombra leve pra destacar */
    border-radius: 16px 16px 0 0; /* Borda arredondada em cima, opcional */
}

.areaBtn img{
    width: 30px;
}

#mBnt {
    ackground-color: #ffffff10;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: none;
}

#NovoBtn{
    background: black;
    border-radius: 20px;
    border: none;
}

#NovoBtn:hover{
    color:white;
}

/*Este e o icone do menu*/
#iconeMenu{
    width: 30px;
}

/* icone do botão de sair */
#sSair{
    width: 15px;
}

/* Lista de categorias */
.tAreaCategoria {
    max-width: 700px;
    background: #ffffff;
    padding: 10px;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 10%;
}

    .tAreaCategoria a {
        width: 100%;
    }

/* Lista vazia */
.mListaVazia {
    margin: 0 auto;
    margin-top: 10%;
    max-width: 500px;
    text-align: center;
}

.mListaVazia img{
    width: 200px;
}

/* Novo codigo */
.sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: -250px;
    background-color: #343a40;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}

    .sidebar a {
        padding: 10px 15px;
        text-decoration: none;
        font-size: 18px;
        color: #f8f9fa;
        display: block;
        transition: 0.2s;
    }

        .sidebar a:hover {
            background-color: #495057;
        }

    .sidebar.active {
        left: 0;
    }

#openSidebarBtn {
    background: none;
    border: none;
    margin-right: 10px;
}

#main-content {
    transition: margin-left 0.3s;
}

.sidebar-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #212529;
    color: white;
    padding: 15px;
    font-size: 20px;
}

/* Botão flutuante */
.fab-container {
    position: fixed;
    bottom: 70px;
    right: 25px;
    z-index: 999;
}

.fab-button {
    width: 60px;
    height: 60px;
    background-color: black;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: transform 0.3s;
}

    .fab-button:hover {
        transform: rotate(45deg);
    }

.fab-options {
    display: none;
    flex-direction: column;
    margin-bottom: 10px;
}

.fab-option {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

    .fab-option:hover {
        background-color: #f8f9fa;
    }

    /* Tela de ver */
.dVer {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10%;
    padding: 10px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1); /* Adicionando sombra */
}

.areaBtnVer{
   
    margin-top: 10px;
}

.areaBtnVer img{
    width: 10px;
}

    .areaBtnVer button {
        width: 100%;
        margin-bottom: 20px;
        width: 100%;
        left: 0;
        border-radius: 10px;
        border: none;
        padding: 10px;
    }

/* Tela de perfil */
.tPerfil {
    margin-top: 5%;
    text-align: center;
}

#addAtv{
    color: #ffffff;
}

.tfPerfil img{
    width: 118px;
}

.tfPerfil {
    background: #ffffff;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 10px;
    align-items: center;
    border-radius: 100%;
}

.glass-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
}

.glass-content {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 30px;
    width: 300px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    color: white;
    text-align: center;
    position: relative;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: white;
}

.modal-opcoes {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-opcao {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s ease;
}

    .btn-opcao:hover {
        background-color: rgba(255, 255, 255, 0.4);
    }
/* Atividades */