*{
    margin: 0;
    padding: 0;
}

/* login */

.body-login{
    background-image: url('../img/fundo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 90%;
    height: 100vh;
}

.bg-white{
    background-color: white;
}

.container-login{
    max-width: 600px;
}

/* painel 

background-image: linear-gradient(90deg, #642D8D, #2070B5);
*/

.header-painel{
    background-color: #FEFEFE;
    height: 10vh;
    box-shadow: 0px 0px 10px RGBA(0,0,0,0.3);
    border-top: 3px solid #642d8d;
    border-image: linear-gradient(90deg, #642D8D, #2070B5);
    border-image-slice: 1;
}

.div-header-painel{
    max-width: 1024px;
}

.footer-painel{
    background-color: #FEFEFE;
    height: 5vh;
    box-shadow: 0px 0px 10px RGBA(0, 0, 0, 0.3);
    border-bottom: 3px solid #642d8d;
    border-image: linear-gradient(90deg, #642D8D, #2070B5);
    border-image-slice: 1;
}

.span-footer{
    font-size: 1em;
}

.main-painel{
    height: 85vh;
    overflow-y: scroll;
}

@media screen and (max-width:768px) {
    .span-footer{
        font-size:9px;
    }

    .title-app{
        font-size: 12px;
    }

    .hidden-span{
        display:none;
    }

    #tabela-dinamica_wrapper > :first-child{
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
}

@media screen and (max-width:1024px) {
    #tabela-dinamica_wrapper > :first-child{
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
}

.dt-button-active:after{
    content: "✓";
    color: rgb(27, 27, 27);
    float: right;
    margin-left: 10px;
}
