
:root {
    --np_a: #1D2127;
    --np_b: #252930;
    --np_c: #2E333A;
    --np_d: #363B42;
    --np_e: #3F444B;
    --np_f: #474C53;
    --np_g: #50555B;
    --np_h: #595E64;
    --np_i: #62676D;
    --np_j: #6B7076;
    --np_k: #74797F;
    --np_l: #7D8288;
    --np_m: #868B91;
    --np_laranja_a: rgba(248, 133, 8, 0.53);
    --np_laranja_b: rgba(248, 133, 8, 0.8);
    --np_laranja_c: rgba(248, 133, 8, 1);
    --np_laranja_d: rgba(248, 133, 8, 0.2);
    --np_laranja_e: rgba(248, 133, 8, 0.1);
    --np_cor1_dark:#1D2127;
    --np_cor2_dark:#252930;
}

.btn-circular {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.paginacao{
    background-color: var(--np_cor1_dark);
    border-radius: 20px;
    border: 6px solid var(--np_cor2_dark);
    padding: 20px;
    margin-top: 20px;
    a {
        margin: 4px 4px;
    }
}

.timer{
    position: fixed;
    top: 20px;
    left: 20%;
    font-size: 12px!important;
    color: var(--np_laranja_b);
}

.change_user {
    position: relative;
    margin-top: 20px;
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */

    &::-webkit-scrollbar { /* Chrome, Safari and Opera */
        display: none;
    }


    .cartao_contacto_mini_v2 {
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;

        img {
            width: 64px !important;;
            height: 64px !important;
            background: white;
            border-radius: 50%;
            border: 2px solid black;
            aspect-ratio: 1/1;
            object-fit:cover;
        }

        .activo {
            position: absolute;
            top: -6px;
            left: -6px;

            img {
                width: 22px !important;
                height: 22px !important;
            }
        }

        .nome_contacto {
            position: relative;
            top: 0px;
            padding: 2px;
            color: white;
            font-weight: bolder;
        }

        .master {
            position: absolute;
            top: -20px;
            color: red;
            font-size: 12px;
            font-weight: bolder;
        }

        .descricao {
            font-size: 10px;
            color: var(--np_laranja_c);
        }

    }
}

.np_chart_bar{
    display: block;
    box-sizing: border-box;
    height: 264px;
    width: 100%!important;;
    min-height: 264px;
    font-size: 20rem!important;
}




.documentos_upload .logo_uploaddoc{
    img{
        position: absolute;
        width: 64px;
        height: 64px;
        right: 50px;
        top: 20px;
    }
}

.titulo_pagina_central{
    h5{
        color: var(--np_l);
    }
}


.ui_lista_operador .titulo_pagina_central .titulo_user{
        top: 3px;
}

.titulo_user{
    background-color: var(--np_cor2_dark);
   position: absolute;
    border-radius: 20px; 
   right: 20px;
    height: 120px;
    max-width: 180px;
    top:3px;

    
    img{
        border-radius: 20px; 
        border: 2px var(--np_cor1_dark) solid;
        padding: 2px;
        width: 100%;
        height: 120px;
        
  -webkit-mask-image: linear-gradient(to bottom, black 40%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 40%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
  filter: blur(0px) brightness(0.7);
    } 
    
    
     .nome{
    position: absolute;
    font-size: 0.7rem;
    color: var(--np_laranja_c);
    font-weight: bold;
    top: 80px;     
    left: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }

 .activo img{
    position: absolute;
     width: 12px!important;;
    height: auto;
    top: 8px !important;
    right: 8px;
  }
    
    
    .descricao {
      position: absolute;
      font-size: 12px;
       right: 10px;
      bottom: 8px;
      color: var(--np_k);
      text-shadow: none !important;
    }

    
       
}


.np_card_a{
    border:1px var(--np_laranja_a) solid;
    margin-top: 10px;
    box-shadow: 1px 2px 3px 2px var(--np_laranja_e);
}

.np_card_b{
    border:1px var(--np_laranja_a) solid;
    margin-top: 10px;
    box-shadow: 0 0 10px var(--np_laranja_e),
    0 0 20px var(--np_laranja_e),
    0 0 30px var(--np_laranja_e),
    0 0 40px var(--np_laranja_e);
}



.logo-text{
    position: absolute;
    top: 14px;
    font-size: 20px;
    color: var(--np_laranja_a);
    text-shadow: 2px 2px 2px 22px black;
    left: 100px;
    font-weight: bold;
}


.np_logo_nav{
    border-radius: 50%;
    border: 2px solid var(--np_laranja_d);
    background-color: white;
    width: 64px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit:cover;
    box-shadow: 1px 0px 18px 0px black;

}


.opcoes_cliente {
    .logo{
        img{
            border-radius: 50%;
            border: 2px solid var(--np_laranja_d);
            background-color: white;
            width: 120px;
            height: 120px;
            aspect-ratio: 1/1;
            object-fit:cover;
            box-shadow: 1px 0px 18px 0px black;
        }
    }
    .np_label{
        width: 130px!important;
    }
}


.vidro_v2 {
    background: linear-gradient(145deg,
    rgba(0, 0, 0, 0.01) 10%,
    rgba(0, 0, 0, 0.01) 100%) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--np_laranja_d);
    border-radius: 14px;
    box-shadow: 0.1px 1px 1px 1px rgba(255, 255, 255, 0.1);
}



.vidro{
    background: linear-gradient(145deg,
    rgba(0, 0, 0, 0.4) 10%,
    rgba(0, 0,0, 0.5) 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--np_laranja_d);
    border-radius: 14px;
    box-shadow: 1px 2px 3px 2px var(--np_laranja_e);
}

.pop_dados .modal {

    .modal-content{


        img, .md_mini_popup_dados {
            position: relative;
            display: grid;
            margin: 0 auto;
            text-align: center;
            align-content: center;
            align-items: center;
            border-radius: 50%;
            width: 120px;
            aspect-ratio: 1/1;
            border: 1px white solid;
            font-size: 30px;
            font-weight: bold;
        }




    }

    .idade,.idade_conjuge,.estado_civil,.estado_civil_conjuge{
        text-align: right;
        margin-right: 10px;
        font-size: medium;
        color: var(--np_i);
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }


    .dados_cliente{
        text-shadow: 2px 2px 2px 22px black;
        font-size: large;
        .nome{
            font-size: 28px;
            text-align: center;
            font-weight: bold;

        }
        .nikename{
            margin-top: 30px;
        //            font-size: large;
            color: var(--np_laranja_c);
        }
        .morada,.localidade,.codigo_postal{
            color: var(--np_laranja_c);
        }
        .telefone{
            margin-top: 10px;
            color: var(--np_laranja_c);
        }
        .telemovel,.email{
            margin-bottom: 30px;
            color: var(--np_laranja_c);
        }

        .adicional1,.adicional2,.adicional3{
            color: var(--np_laranja_a);
            font: small;
            font-weight: bold;
        }

    }

}

.opcoes_cliente {

    .np_label{
        width: 7rem;
    }
    img{
        max-height: 120px;
    }

}


.dados_db_mestre{
    position: absolute;
    top: 60px;
    left: 20px;
    font-size: 0.7rem;
    color: var(--np_f);
}


.dashboard_utilizador {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-right: 20px;
    margin-top: -50px;
    margin-bottom: 20px;

    .cartao_utilizador_dashboard{
        border: 1px solid transparent;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        position: relative;
        max-width: 220px;
        border-radius: 24px;
        height: 120px;
        width: 120px;
        box-shadow: 0 0 20px rgba(248, 133, 8, 0.2),
        inset 0 0 20px rgba(248, 133, 8, 0.1);
        background-image: linear-gradient(145deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    }
    img{
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px black solid;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        top: 30px;
    }
    .nome{
        position: absolute;
        width: 120px;
        border-radius: 24px 24px 0px 0px;
        font-size: 0.8rem;
        background-color: black;
        color: white;
        text-align: center;
        top: -1px;
    }

    .previlegio{
        position: absolute;
        width: 120px;
        border-radius: 0px 0px 24px 24px;
        font-size: 0.8rem;
        background-color: black;
        color: white;
        text-align: center;
        color: var(--np_laranja_a);
        font-weight: bold;
        bottom: -1px;
    }

    .supervisor {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 4%;
        transform: translateY(-50%);
        color: var(--np_laranja_c);
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

}

.np_center {
    text-align: center;
}


.loja_cliente_v2 {
    img {
        max-height: 48px;
        max-width: 48px;
        padding: 1px;
    }
}

.np_delete_previlegios{
    position: absolute;
    left: 4%;
}


.botao_previlegiost{
    .add_new{
        color: var(--np_laranja_c);
    }
}




.np_color_label{
    color:var(--np_laranja_a);
}

.np_select_option {
    background-color: var(--np_a);
    color: var(--np_laranja_c);
    padding: 8px;
}

.np_select_option:hover {
    background-color: var(--np_c);
    color: var(--np_laranja_b);
}


.np_teste{
    background-color: var(--np_a);
    border: 1px solid var(--np_b);
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
}

.botao_remover_fixado{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 28px;
    height: 28px;
    background-color: #4f4f4f;
    border-radius: 50%;
    border: 1px white solid;
    text-align: center;
    align-content: center;
    img{
        width: 22px;
        height: 22px;
    }
}

.show_associados .np_mini_contacto_associados{
    max-width:100%;
    min-height: 180px!important;;
    border: 2px solid var(--np_c)!important;
}


.np_mini_contacto_associados{
    margin: 0px 0px 0px 0px;
    max-width: 260px;
    opacity: 0.7;
    border: 4px solid var(--np_c);
    border-radius: 64px 24px 24px;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    min-height: 240px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    background: transparent;
    color: white;
    .descricao{
        position: absolute;
        top: 1px;
        right: 20px;
        font-size: 14px;
        color: whitesmoke;
    }


    .morada,.localidade,.codigo_postal,.telemovel,.nif{
        position: relative;
        color: wheat;
        text-shadow:
                -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px  1px 0 #000,
                1px  1px 0 #000;
        left: 10px;
        top: 5px;
    }

    .telemovel{
        text-align: right;
        padding-right: 10%;
        color: white;
    }


    .informacao{
        position: absolute;
        left: 80px;
        top: -10px;
        width: 50%;
        text-align: center;
        color: white;
        background-color: black;
        padding: 2px;
        border-radius: 20px;
        font-size: 0.8rem;
        z-index: 1;
    }




    .nome {
        position: absolute;
        text-align: right;
        top: 20px;
        right: 10px!important;
        text-shadow: 1px 2px 2px 2px black;
        font-size: 1.3rem !important;
        color: var(--np_laranja_c);

    }

    .fotos {
        position: absolute;
        aspect-ratio: 1/1;
        top: -4px;
        left: -4px;
        background-color: var(--np_b);
        padding: 2px;
        border:2px solid var(--np_d);
        width: 128px!important;;
        height: 128px;
        border-radius: 50%;
        text-align: center;
        align-content: center;
        font-size: 2rem;
        object-fit:fill;


    }

    .contactos{
        position: absolute;
        top: 35%;
        border-radius: 0px 0px 0px;
        width: 104%!important;;
        left: -4px;
        background: rgba(280, 280, 280, 0.2);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        height: 90px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    }

    .associados {
        position: absolute;
        bottom: 30px;
        left: 10px;
        display: flex;
        overflow-x: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */

        &::-webkit-scrollbar { /* Chrome, Safari and Opera */
            display: none;
        }
        width: 95%;
        img{
            width: 32px!important;;
            height: 32px!important;;
        }

    }
}





.barra_direita_ficha_contactos {

    .np_mini_contacto_associados{
        margin: 10px 0px 0px 0px;
        background-color: var(--np_a);
        opacity: 1;
        border: 4px solid var(--np_c);
        border-radius: 64px 24px 24px;
        backdrop-filter: blur(22px);
        -webkit-backdrop-filter: blur(22px);
        min-height: 240px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    }

    .nome{
        font-size: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        color: var(--np_laranja_c);
    }

    .fotos ,img{
        position: absolute;
        aspect-ratio: 1/1;
        top: -4px;
        left: -4px;
        background-color: var(--np_b);
        padding: 2px;
        border:2px solid var(--np_d);
        width: 128px!important;;
        height: 128px;
        border-radius: 50%;
        text-align: center;
        align-content: center;
        font-size: 2rem;
        object-fit:fill;


    }

    .offcanvas{
        position: fixed;
        top: 70px;
        opacity: 1;
        background: rgba(280, 280, 280, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 14px;
        backdrop-filter: blur(22px);
        -webkit-backdrop-filter: blur(22px);
    }
    .off_titulo{
        background-color: var(--np_a);
        width: 110%;
        padding: 10px;
        border-radius: 20px;
        color: var(--np_laranja_b);
        border: 2px solid var(--np_b);
    }

}

.edicao_contacto {
    .titulo_contacto_associado{
        color: var(--np_laranja_c);
    }

    h2{
        font-size: 1.5rem!important;;
    }

    .botoes {
        position: absolute;
        right: 60px;
        top: 30px;
    }
    .foto_edicao_contacto {
        max-height: 220px;
        max-width: 220px;
        float: right;
        margin-right: 20px;
    }
    img{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        padding: 4px;
        background-color: var(--np_a);
        aspect-ratio: 1/1;
        object-fit:fill!important;;
        border: 4px solid var(--np_b);
    }


    .np_label{
        width: 8rem;
    }
    
}




a.np_detaque{
    color: inherit !important;
    text-decoration: none;
    transition: all 0.18s cubic-bezier(.6,.68,.81,1.12);
    padding: 2px 6px;
    border-radius: 6px;
}

a.np_detaque:hover,
a.np_detaque:focus {
    font-size: 1.28em;
    background: var(--np_laranja_b, #ffa940);
    width: 100%;
    color: #fff !important;
    text-decoration: none;
    outline: none;
}


a.tabela_contactos_edita {
    color: inherit !important;
    text-decoration: none;
    transition: all 0.18s cubic-bezier(.6,.68,.81,1.12);
    padding: 2px 6px;
    border-radius: 6px;
}

a.tabela_contactos_edita:hover,
a.tabela_contactos_edita:focus {
    font-size: 1.28em;
    background: var(--np_laranja_b, #ffa940);
    width: 100%;
    color: #fff !important;
    text-decoration: none;
    outline: none;
}


.grafico_horizontal_totais{
    margin: -28px 0px -30px 0px;
}




.fichas_contactos_header{
//    min-height: 160px;
    .botao_acicionar_novo_contacto{
        position: absolute;
        right: 2%;
        top: 10px;
    }
}


.np_foto_tabela_contactos{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 1px;
    color: var(--np_laranja_c);
    background-color: var(--np_a);
    border: 2px solid var(--np_b);
    text-align: center;
    text-shadow: 1px 2px 2px 0px black;
    align-content: center;
    font-size: 14px;
}








.logo_empresa_toast{
    width: 64px;
    height: auto;
    max-height: 64px;
    border-radius:24px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.foto_user_toast {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    padding: 1px;
    background-color: #a2a2a2;
    border: 1px solid white;
}




.cartao_sub_modulo_cliente_loja{
    .card:before{
        border-radius: 40px 40px 00px 0px;
    }


    .aguarda_activacao{
        background-color: black;
        padding: 18px;
        border-radius: 40px 20px;
        z-index: 9999;
        opacity: 0.5;
    }

    .botao_comprar{
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .anular{
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .memo{
        position: absolute;
        top: 30px;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(1px);
        text-shadow: 1px 2px 2px 0px black;
        font-size: 0.8rem;
        max-width: 50%;
        color: whitesmoke;

    }

    .activo {
        position: absolute;
        top: 5px !important;
        right: 10px;
        img {
            border-radius: 0px!important;
            width: 36px !important;
        }
    }

    .menu{
        position: absolute;
        font-size: 1rem;
    }

    .website{
        position: absolute;
        right: 5px;
        z-index: 111;
        bottom: 100px;
        img{
            width: 64px;
        }
    }

    .descricao{
        position: absolute;
        top: 0.5rem;
        left: 10px;
        max-width: 75%;
        font-size: 1.5rem;
        color: black;
        font-weight:bold;
        text-shadow: 3px 2px 2px 0px black;
    }

    .status{
        background: rgba(255, 0, 0, 0.4);
        padding: 8px;
        border-radius: 20px;
        position: absolute;
        right: 10px;
        top: 40px;
        min-width: 30%;
        text-align: center;
        font-weight:bold;
    }

    .comprado_venda{
        position: absolute;
        top: -14px;
        left: -10px;
    }


    .comprado_pago{
        position: absolute;
        right: 30%;
        top: 30px;
    }

    .numero_dias{
        position: absolute;
        right: 12px;
        bottom: 20px;
        color: black;
        font-size: 0.7rem;
        font-weight:bold;
        text-shadow: 3px 2px 2px 0px black;
    }

    .preco{
        background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(84, 84, 84, 0.2));
    //         border: 1px solid rgba(255, 255, 255, 0.1)!important;
        padding: 3px;
        border-radius: 10px 10px 10px 10px;
        position: absolute;
        color: black;
        right: 10px;
        bottom: 40px;
        font-size: 1rem;
        font-weight:bold;
        text-shadow: 3px 2px 2px 0px black;
    }

    .barra_baxio{
        border: 1px solid rgba(255, 255, 255, 0.1)!important;
        border-radius: 24px 24px 0px 0px;
        position: absolute;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
        bottom: -3px;
        left: 0%;
        width: 101%;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: 40%;
        background: rgba(183, 199, 239, 0.4);
    }

    .card{
        border-radius: 40px 40px 00px 00px!important;
        height: 18rem!important;
    //        max-width: 340px;
        min-height: 300px;
        border: 1px solid rgba(255, 255, 255, 0.2)!important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }


    .foto{
        img{
            display: non2e;
            position: absolute;
            top: 0px;
            right: 0px;
            width: 70%;
            border-radius: 0px 40px 0px 0px;
        //            width: 120px;
            height: 300px;
            object-fit:cover;
            aspect-ratio: 1/1!important;;
        }
    }


}




.cartao_contacto_mini{
    position: relative;
    border-radius: 40px 40px 00px 00px!important;
    border: 1px solid rgba(255, 255, 255, 0.2)!important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    height: 220px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);



    .activo {
        position: absolute;
        top: 5px !important;
        right: 50px;
        img {
            border-radius: 0px!important;
            width: 32px !important;
        }
    }

    .nome_contacto,.nikename,.master{
        position: absolute;
        top: 30px;
        right: 20px;
        font-size: 1.5rem;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        text-shadow: 1px 2px 2px 0px black;
    }

    .nikename{
        top: 60px;
        font-size:1rem;
        color: whitesmoke;
    }
    .master{
        top:80px;
    }

    img{
        position: absolute;
        aspect-ratio: 1/0;
        top: 0px;
        left: 0px;
        border-radius: 40px 0px 0px 0px!important;;
        max-height: 220px;
        width: 60%!important;:
    //        display: block;
        object-fit:fill;
    }

    .barra_baixo{
        border: 1px solid rgba(255, 255, 255, 0.1)!important;
        border-radius: 24px 24px 0px 0px;
        position: absolute;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
        bottom: 0px;
        left: 0%;
        width: 100%;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: 30%;
        background: rgba(183, 199, 239, 0.4);
    }

}


.cartao_loja_cliente  {
    margin: 20px 0px 20px 0px;
    .card:before{
        border-radius: 40px 40px 00px 0px;
    }

    .card{
        border-radius: 40px 40px 00px 00px!important;
        height: 18rem!important;
    //        max-width: 340px;
        min-height: 300px;
        border: 1px solid rgba(255, 255, 255, 0.2)!important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }


    .botao_sub_modulos {
        position: absolute;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        bottom: 10px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background: rgba(183, 199, 239, 0.4);
        .btn {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;

            text-align: center;
            span {
                position: relative;
                color: black;
                font-weight: bold;
                text-align: center;
                font-size: 1.5rem;
            }
        }
    }


    .botao_sub_modulos_dois {
        position: absolute;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        bottom: 10px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background: rgba(183, 199, 239, 0.8);
        .btn {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;

            text-align: center;
            span {
                position: relative;
                color: black;
                font-weight: bold;
                text-align: center;
                font-size: 1.5rem;
            }
        }
    }

    .foto_pricipal {



        img{
            opacity: 0.5;
            border-radius: 0px 40px 00px 00px!important;
            position: relative;
            top: -20px;
            right: -20px;
            float: right;
            width: 70%;
            height: 295px;
        //            min-height: 280px;
        //             max-height: 340px;
            object-fit:cover;
            aspect-ratio: 1/1!important;;
        }
    }


    .categoria{
        position: absolute;
        top: 65%;
        right: 20px;
        color: black;
        font-size: 0.9rem;
        font-weight:bold;
    }

    .memo{
        position: absolute;
        top: 30px;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(1px);
        text-shadow: 1px 2px 2px 0px black;
        font-size: 0.8rem;
        max-width: 50%;
        color: whitesmoke;

    }

    .status{
        background: rgba(255, 0, 0, 0.4);
        padding: 8px;
        border-radius: 20px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        min-width: 30%;
        text-align: center;
        font-weight:bold;
    }

    .activo{
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .descricao {
    // background-color: red!important;;
        font-size: 1.5rem;
        position: absolute;
        color: black;
        top: 60%;
        font-weight:bold;
        text-shadow: 1px 2px 2px 0px black;
        bottom: 25%
    }


    .card_espelho {
        border: 1px solid rgba(255, 255, 255, 0.1)!important;
        border-radius: 24px 24px 0px 0px;
        position: absolute;
        bottom: 0px;
        left: 0%;
        width: 100%;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: 40%;
        background: rgba(183, 199, 239, 0.4);
    }
}



.np_img_tabela{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 1px;
}


.np_box1{
    background-color: #1f1f1f;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid var(--bs-orange);
    box-hsadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.gestao_dados .np_label{
    width: 15%;
    white-space: normal;         /* Permite quebras de linha */
    word-break: break-word;      /* Quebra a palavra se necessário */
    overflow-wrap: break-word;
    text-align: left;
}

.glass-effect {
    background: rgba(280, 280, 280, 0);
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px;
}

.glass-effect::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px; /* largura da "borda" */
    background: linear-gradient(to right, #c0bfbf, #f5f5f5);
    border-radius: 22px;
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    opacity: 0.2;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(15px);
}


.glass-content {
    background: transparent;
    border: none;
    color: white;
}


.info_mestre{
    position: absolute;
    left: 20%;
    background-color: #070707;
    border-radius: 10px;
    color: white;
    padding: 8px;

    .pisca {
        animation: info_mestre-blink 1s infinite;
        color: #ff6900;
    }

    .nome{
        color: white;
    }

}
@keyframes info_mestre-blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}



.cartao_edicao_sub  {
    margin: 2px;
    border-radius: 20px;
    border: 1px solid var(--bs-orange);
    box-shsadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 6px;

    .activo {
        position: absolute;
        top: 10px;
        right: 40px;
        img{
            border: none!important;
            width: 64px!important;
        }
    }
    .texto{
        position: absolute;
        top: -10px;
        background-color: red;
        padding: 1%;
        font-size: 1rem;
        border-radius: 10px;
        width: 12rem;
        text-align: center;
        font-weight:bold;
        text-shadow: 1px 2px 2px 0px black;
    }


    .numero_de_sub_modulos{
        z-index: 11;
        align-content: center;
        font-size: 2.3rem;
        background-color: wheat;
        width: 3.1rem;
        height:3.1rem;
        border-radius: 50%;
        border: 2px solid var(--bs-orange);
        text-align: center;
        position: absolute;
        top: -20px;
        right: 10px;
        color: black;
        font-weight:bold;
        text-shadow: 1px 2px 2px 0px black;
    }

    .descricao{
        padding: 5px;
        font-size: 2.6rem;
        color: var(--bs-orange);
    }

    .card-text{
        padding: 5px;
        font-size: 1.2rem;
    }

    .fotos{

    }

    .preco{
        color: white;
        font-size: 2rem;
        position: absolute;
        bottom: 16%;
        right: 5%;
        font-weight:bold;
        text-shadow: 1px 2px 2px 0px black;
    }

    img {
        padding: 4px;
        border: 1px white solid;
        aspect-ratio: 1/1;
        max-width: 124px;
        max-height: 124px;
        width: 100%;
        height: 90%!important;;
        object-fit: cover;
    }
}


.np_foto_border{
    border: 2px solid var(--bs-orange);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.cartao_modulo {
    .card{
        height: 500px;
    }

    .categoria{
        position: absolute;
        font-size:1rem;
        top: 30%;
        right: 10px;
        color: black;
        background-color: wheat;
        padding: 4px;
        border:1px solid black;
        border-radius: 8px;
        text-shadow: 1px 2px 2px 0px black;
    }


    .table-hover {
        height: 150px; /* altura para ~3 linhas */
        overflow-y: auto;
        display: block;
    }

    .table-hover table {
        width: 100%;
        margin-bottom: 0;
    }

    .table-hover thead {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .table-hover tbody {
        display: block;
        overflow: auto;
        width: 100%;
    }

    .table-hover tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .table-hover th,
    .table-hover td {
        width: 20%;
    }

    .card-title{
        font-size: 2rem;
    }
    .card-footer .img_activo{
        position: absolute;
        top: 15px;
        right:15px;
    }

    .card-footer .preco{
        font-size: 1.5rem;
        position: absolute;
        bottom: 13px;
        font-weight: bold;
        right: 24px;
        color: rgba(255, 137, 5, 0.53);
    }

    .card-footer .categoria{
        position: absolute;
        top: 55px;
        right: 20px;
    }

    .card-footer .barra_edicao{
        position: absolute;
        bottom: 13px;
        left: 10px;
        width: 95%;

    }

    img{
        aspect-ratio: 1/1;
        max-width: 64px;
        max-height: 64px;
    }
    p{
        font-size: 0.8rem;
    }
}

.np_card_mini_plataformas {
    min-height: 110px;
    max-height: 200px;
    .badge{
        padding: 3px;
        margin: 10px;
    }
}

.np_logo_nav{
    position: relative;
    max-width: 164px;
    max-height: 62px;
    aspect-ratio: 1/1;
}


.np_focus{
    background-color: black;
    color: white;
    font-size: large;
    border: solid 2px
}

.logo_np{
    position: relative;
    max-width: 120px;
    max-height: 64px;
}

.pull-right{
    text-align: right!important;
}

.pull-left{
    text-align: left!important;
}



.np_foto_sub{
    width: 32px!important;
    height: 32px!important;
    margin-left: 6px;
    font-weight: bold;
    border: 1px solid
}

.np_foto_sub_grande{
    width: 128px!important;
    height: 128px!important;
    bonp_mini_contacto_associadosrder: 1px solid;
    font-size: x-large;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.np_w_100 {
    width: 100% !important;
}

.np_foto_circulo{
    aspect-ratio: 1/1;
    object-fit:fill;
}

