table{
    width: 100%;
    margin: 15px 0px;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    background-color: white !important;
}
th{
    text-align: center;
}
tr{
    /* border: 0.5px solid #f5f5f5; */
    text-align: center;
}
tr>td>span{
    color: var(--azul) !important;
}
tr>*{
    padding: 10px
}
tr:nth-child(2n) {
    background-color: #f1f1f1 !important;
}
.btnNewCadastro{
    width: fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: var(--azul) !important;
    color: white;
    border-radius: 7px;
    padding:10px 25px;
    cursor: pointer !important;
}
div.btnNewCadastro>.material-symbols-outlined{
    font-size: 35px !important;
    color: white;
}
.actions>span,.actions>a{
    padding: 10px;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid #ffffff00;
    transition: 0.4s all;
    margin-right: 10px;
}
.actions>span:hover, .actions>a:hover{
    border: 1px solid var(--azul);
}
.no-style-icon{
    font-size: inherit !important;
    line-height: inherit !important;
}
