/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 de ago. de 2020, 17:09:54
    Author     : Luis Augusto Santin    email: luis0santin@gmail.com
*/

/* FAIXAS DE RESOLUÇÃO DE ACORDO COM A DOCUMENTAÇÃO DO BOOTSTRAP (container) 

/ medida de tamnho da imagem em "rem" para alterar deve ser alterado a medida em rem. */

@media screen and (min-width: 300px) and (max-width: 575.5px) {
    img.x-small {
        max-height: 3rem !important; 
        vertical-align: baseline;
    } 
    div.adjust-box{
        flex: 0 0 96% !important;
        margin-left: 2% !important;
    }
    i.margin-adjust{
        margin-left: 3%;
    }
    div.overflow-x-adjust-hidden {
        overflow-x: hidden;
    }
    div.white-stripe{
        width: 100%;
        height: 55px;
        background-color: #fff;
        bottom: 0px;
        position: fixed;
        margin-left: -8px;
    }
    td.display-block{
        display: block;
        display: none;
    }
    td.text-truncate-words{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    h4.margin-adjust-dimensions{
        margin-top: -0.1rem !important;
        margin-bottom: 1.5rem !important;
    }
    li.fake-col-2{
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        padding-left: 2px;
        padding-right: 2px;
    }
    a.adjust-new-bottom{
        width: 100%;
    }
    a.margin-card-info{
        margin-left: -2px;
    }
    button.save-size{
        width: 100%;
    }
    h4.display-block{
        display: block !important;
        display: none !important;
    }
    div.graficotempo-style{
        max-width: 110%; 
        width: 110%;
        min-height:450px;
        margin-left: -15px;
    }   

    /* Classes VIALGPD*/

    div.padding-lgpd{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    div.margins-formulario{
        margin-left: 5% !important;
        margin-right: 5% !important;
    }

    div.margins-dados{
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    .text-center-mobile{
        text-align: center !important;
        justify-content: center !important;
    }

    .botao-agendar{
        border-radius: 24px;
        background-color: rgba(216,86,102,1.0) !important;
        border-color: rgba(216,86,102,1.0) !important;
        max-width: 280px;
        max-height: 110px;
        width: 70%!important;
        height: 100%;
    }

    div.font-size-15-black{    
        color: rgba(51,51,51,1.0);;
        font-family: 'Inter', Helvetica, Arial, serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;        
        letter-spacing: 0.00px;
        line-height: 20px !important;    
        text-align: center;    
        white-space: normal !important;        
    }

    .logo-mobile{
        margin-left: 4% !important;
        max-width: 340px;
        width: auto !important;
    }

    img.logo-adjust {
        max-width: 90% !important;
        max-height:70% !important;
        width: auto;
        height: auto;
    }

    div.titulos{
        color: rgba(51,51,51,1.0);;
        font-family: 'Inter', Helvetica, Arial, serif;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
    }

    .overflow-x-none{
        overflow-x: hidden
    }

    .margin-top-mobile{
        margin-top: -4rem;
    }

    .margin-top-mobile-login{
        margin-top: 3rem;
    }

    .w-91{
        width: 91% !important;
    }

}

@media screen and (min-width: 576px) and (max-width: 767.5px) {
    img.small {
        max-height: 100% !important;
        vertical-align: baseline;
    }  
    i.margin-adjust{
        margin-left: 2.5%;
    }
    div.overflow-x-adjust-hidden {
        overflow-x: hidden;
    }
    div.white-stripe{
        width: 100%;
        height: 55px;
        background-color: #fff;
        bottom: 0px;
        position: fixed;
        margin-left: -8px;
    }
    td.display-block{
        display: block;
        display: none;
    }
    td.text-truncate-words{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    h4.margin-adjust-dimensions{
        margin-top: -0.1rem !important;
        margin-bottom: 1.5rem !important;
    }
    li.fake-col-2{
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        padding-left: 8px;
        padding-right: 8px;
    }
    a.adjust-new-bottom{
        width: 100%;
    }
    a.margin-card-info{
        margin-left: -2px;
    }
    button.save-size{
        width: 100%;
    }
    h4.display-block-secondary{
        display: block !important;
        display: none !important;
    }
    div.graficotempo-style{
        max-width: 110%; 
        width: 110%;
        min-height:450px;
        margin-left: -15px;
    }

    /* Classes VIALGPD*/

    div.padding-lgpd{
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    div.margins-formulario{
        margin-left: 5% !important;
        margin-right: 5% !important;
    }

    div.margins-dados{
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    .text-center-mobile{
        text-align: center !important;
        justify-content: center !important;
    }

    .botao-agendar{
        border-radius: 24px;
        background-color: rgba(216,86,102,1.0) !important;
        border-color: rgba(216,86,102,1.0) !important;
        max-width: 280px;
        max-height: 110px;
        width: 70%!important;
        height: 100%;
    }

    div.font-size-15-black{    
        color: rgba(51,51,51,1.0);;
        font-family: 'Inter', Helvetica, Arial, serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;        
        letter-spacing: 0.00px;
        line-height: 20px !important;    
        text-align: center;    
        white-space: normal !important;        
    }

    .logo-mobile{
        margin-left: 4% !important;
        max-width: 340px;
        width: auto !important;
    }

    img.logo-adjust {
        max-width: 90% !important;
        max-height:70% !important;
        width: auto;
        height: auto;
    }

    div.titulos{
        color: rgba(51,51,51,1.0);;
        font-family: 'Inter', Helvetica, Arial, serif;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
    }

    .overflow-x-none{
        overflow-x: hidden
    }

    .margin-top-mobile-login{
        margin-top: 3rem;
    }

    .w-91{
        width: 91% !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 991.5px) {
    img.medium {
        max-height: 100% !important;
        vertical-align: baseline;
    } 
    div.white-stripe{
        width: 100%;
        height: 55px;
        background-color: #fff;
        bottom: 0px;
        position: fixed;
        margin-left: -40px;
    }
    h4.margin-adjust-dimensions{
        margin-top: -4.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    div.margin-adjust-dimensions-main{
        margin-top: -4.5rem !important;
    }
    td.display-block-sea{
        display: block;
        display: none;
    }
    div.adjust-recomendacao{
        font-size: 13px;
        margin-left: 7px;
        margin-right: 0px;
    }
    li.margin-bottom-1-rem{
        margin-bottom: 1rem !important;
    }
    a.adjust-new-bottom{
        width: auto;
    }
    div.margin-recomendacoes{
        margin-left: -2px;
        margin-right: -9px;
    }
    div.margin-pareceres{
        margin-left: 8px;
    }
    i.margin-documentos{
        margin-left: 8px;
    }
    h4.display-block{
        display: block !important;
        display: none !important;
    }
    h4.display-block-secondary{
        display: block !important;
        display: none !important;
    }
    a.margin-card-excelencia{
        margin-right: -14px;
    }
    div.graficotempo-style{
        max-width: 100%; 
        width: 100%;
        min-height:450px;
    }

    /* Classes VIALGPD*/

    div.padding-lgpd{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .margin-left-user{
        margin-left: -56px;
    }

    .margin-desktop{
        margin-left: 5% !important;
    }

    .w-91{
        width: 97% !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199.5px) {
    img.large {
        max-height: 100% !important;
        vertical-align: baseline;
    }   
    nav.forca-scroll {
        overflow-y: scroll !important;
    }
    div.white-stripe{
        width: 100%;
        height: 55px;
        background-color: #fff;
        bottom: 0px;
        position: fixed;
        margin-left: -40px;
    }
    h4.margin-adjust-dimensions{
        margin-top: -0.1rem !important;
        margin-bottom: 1.5rem !important;
    }
    div.adjust-recomendacao{
        font-size: 13px;
        margin-left: 8px;
        margin-right: 0px;
    }
    a.adjust-new-bottom{
        width: auto;
    }
    div.margin-recomendacoes{
        margin-left: -2px;
        margin-right: -9px;
    }
    div.margin-pareceres{
        margin-left: 8px;
    }
    i.margin-documentos{
        margin-left: 8px;
    }
    h4.display-block{
        display: block !important;
        display: none !important;
    }
    h4.display-block-secondary{
        display: block !important;
        display: none !important;
    }
    a.margin-card-excelencia{
        margin-right: -14px;
    }
    div.graficotempo-style{
        max-width: 100%; 
        width: 100%;
        min-height:450px;
    }

    /* Classes VIALGPD*/

    div.padding-lgpd{
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .margin-left-user{
        margin-left: -50px;
    }

    .margin-desktop{
        margin-left: 5% !important;
    }

    .w-91{
        width: 97% !important;
    }

    .height-cards-topo{
        height: 235px;
    }

}

@media screen and (min-width: 1200px) {
    img.x-large {
        max-height: 100% !important;
    }
    nav.forca-scroll {
        overflow-y: scroll !important;
    }
    div.logo-powered-desktop {
        height: 80px;
        bottom: 20px;
        position: fixed;
        margin-left: -250px;
    }
    h4.margin-adjust-dimensions{
        margin-top: -0.1rem !important;
        margin-bottom: 1.5rem !important;
    }
    div.adjust-recomendacao{
        font-size: 13px;
        margin-left: 7px;
        margin-right: 0px;
    }
    a.adjust-new-bottom{
        width: auto;
    }
    div.margin-recomendacoes{
        margin-left: -2px;
        margin-right: -9px;
    }
    div.margin-pareceres{
        margin-left: 8px;
    }
    i.margin-documentos{
        margin-left: 8px;
    }
    h4.display-block{
        display: block !important;
        display: none !important;
    }
    h4.display-block-secondary{
        display: block !important;
        display: none !important;
    }
    a.margin-card-excelencia{
        margin-right: -14px;
    }
    div.graficotempo-style{
        max-width: 100%; 
        width: 100%;
        min-height:450px;
    }

    /* Classes VIALGPD*/

    div.padding-lgpd{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .margin-left-user{
        margin-left: -41px;
    }

    .margin-desktop{
        margin-left: 5% !important;
    }

    .w-91{
        width: 97% !important;
    }

    .height-cards-topo{
        height: 265px;
    }

} 

/* Adaptações nos ícones da plataforma */

i.icon-color-grey{
    font-size:24px; 
    background-color: lightgray;
}
i.icon-color-green{
    font-size:24px; 
    color:#fff;
    background-color: #03d69c;
}
i.icon-color-red{
    font-size:24px; 
    background-color:#DF5353;
    color: white;
}
i.icon-color-yellow{
    font-size:24px; 
    background-color:#E8DD11;
    color: white;
    margin-bottom: 1px !important; 
}
div.margin-adjust-top-25 {
    margin-top: 25px;
}
.width-100{
    width: 100% !important;
}
.margin-top{
    margin-top: 10px;
}

/* Adaptações Cards*/
div.line-adjust{
    line-height: 80px;
    text-align: center;
}
div.margin-adjust-cards-1rem{
    margin-bottom: 1.5rem !important;
}
span.adjust-position{
    position: relative;
    float: left;
    background-color: #11cdef; 
    margin-left: -10px;
    padding: 8px 8px 8px 8px;
    color: white;
    margin-top: -2px;
    border-radius: 5px;
}
div.adjust-position-estrutura{
    width: 90%; 
    min-height: 75px;
    margin-left: 10px;
}
div.adjust-size{
    font-size:13px;
    display:none
}
div.margin-left-10px {
    margin-left: 10px;
}

/* Ajustes da logo no rodapé*/
img.adjust-img-mobile {
    width:120px;
    height: auto;
    position:relative;
    float:left;
    margin-top: 7px;
}
img.adjust-img-desktop {
    margin-top: 7px;
    width: 120px;
    height: auto;
    position: relative;
}

/* Ajustes tela de modal */
div.margin-top-15 {
    margin-top:-15px
}
div.width-100-modal{
    width: 100% !important;
    height:120px;
}
div.adjust-alternativas{
    font-size: 13px; 
    margin-left: -28px;
}
i.adjust-alternativas{
    margin-left: 15px;    
}
i.adjust-margin-white{
    margin-left: 5px;
    margin-top: -7px;
    color:white;
}
i.adjust-margin-green{
    margin-left: 5px;
    margin-top: -7px; 
    color:green;
}
i.adjust-margin-color{
    font-size: 15px;
    margin-left: 5px;
    margin-top: -7px; 
}
td.nivel-referencia-bn{
    text-align:center; 
    width: 55px; 
    vertical-align: center !important;
}
td.nivel-referencia{
    text-align:center;
    vertical-align: center; 
    width: 45px;
}
table.adjust{
    font-size: 11px; 
    width: 90%;
}
td.table-style{
    padding: 5px;
    border-bottom:solid 1px #efe7e7;
}
table.table-adjust{
    width:95%;
    margin-left:5%;
    margin-top: 13px;
    line-height: 32px;
    font-size: 13px;
}
th.eo-adjust{
    vertical-align: center;
    text-align: center;
    width: 75px;
}
th.ni-adjust{
    vertical-align: center;
    text-align:center;
    width: 125px;
}
td.n-style{
    vertical-align: center;
    text-align: center;
}

/* Ajustes no card Analise Técnica */
li.padding-adjust{
    padding-right: 0rem !important;
}
div.padding-1rem{
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
}

ul.margin-card-comprometedor{
    margin-left: -14px;
}
/* Ajustes Modulo C-RISK*/

div.font-size{
    font-size:14px; 
}

a.margin-card-todos{
    margin-left: -7px;
}

a.icon-color-standard{
    color: #525f7f !important;
}

div.legend-quadrante-style{
    align-items: center;
    margin-bottom: 10px;
    margin-top: -80px;
    font-size: 1rem;
}

/* Ajuste Logo Powered by */

div.logo-powered-style{
    margin-left: -20px;
    width: 200px;
    height: 175px;
    background-color: white;
}

/* Ajuste DASHBOARD C-FINANCIAL */

div.white-color{
    background-color: rgb(255, 255, 255) !important;
}

div.visao-geral{
    margin-left: 0px !important;
    padding-left: 0px !important;
}

div.margin-auto{
    margin-top: auto;
    margin-bottom: auto;
}


/* CSS PARA VIA LGPD */

.card-indicadores{
    margin-left: -14px;
    margin-right: -14px;
    height: 205px;
    overflow-y: auto;
}

.linespace{
    line-height: 10px;
    letter-spacing: 0.00px;
}

.no-overflow{
    overflow-x: hidden;
}

.page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #3a86ff !important;
    border-color: #3a86ff !important;
}

.btn-success{
    color: #fff;
    background-color: #3a86ff !important;
    background: #3a86ff !important;
    border-color: #3a86ff !important;
}

.btn-link{
    font-weight: 400;
    color: #3a86ff !important;
    background-color: transparent;
}

.btn-link i.fa-eye{
    font-weight: 400;
    color: #000 !important;
    background-color: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #3a86ff !important;
}

.nav-pills .nav-link {
    padding: .75rem 1rem;
    color: #3a86ff !important; 
    font-weight: 500;
    font-size: .875rem;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    background-color: #fff;
    transition: all .15s ease;
}

.nav-pills .nav-link:hover {
    color: #3a86ff !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link:hover {
    color: #fff !important;
}

div.nome-cliente-mobile {
    color: rgba(51,51,51,1.0) !important;
    font-family: 'Inter', Helvetica, Arial, serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}

div.nome-cliente-mobile-dados {
    color: rgba(51,51,51,1.0) !important;
    font-family: 'Inter', Helvetica, Arial, serif !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 34px !important;
}

div.border-top-20{
    border-top-left-radius: 20px !important; 
    border-top-right-radius: 20px !important; 
}

.hr-style{
    margin-top: 0rem;
    margin-bottom: 1rem;
    border: 0px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.texto-rodape{
    color: rgba(255,255,255,1.0) !important;
    font-family: 'Lato', Helvetica, Arial, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 24px;
}

.texto-rodape-titulo{
    color: rgba(255,255,255,1.0) !important;
    font-family: 'Lato', Helvetica, Arial, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 24px;
}

img.logo-adjust-rodape-interno {
    max-width: 70%;
    max-height: 60%;
    width: auto;
    height: auto;
}

div.margins-rodape-interno{
    margin-left: 10%;
    margin-right: 10%;
}

.links-rodape{
    color: rgba(149,149,149,1.0);
    font-size: 15px;
    font-family: 'Poppins', Helvetica, Arial, serif;
    font-style: normal;
    font-weight: 300;
}

/* CSS PARA EnjoyHint */

.mySkip {
    color: white;
    border-color: #3a86ff !important;
}

.myNext {
    color: white;
    border-color: #3a86ff !important;
}

.myPrev {
    color: white;
    border-color: #3a86ff !important;
}

.enjoyhint_skip_btn:active {
    border: 2px solid #3a86ff !important;
    background: #3a86ff !important;
    transition: none;
}

.enjoyhint_next_btn:active {
    border: 2px solid #3a86ff !important;
    background: #3a86ff !important;
    transition: none;
}

.enjoyhint_prev_btn:active {
    border: 2px solid #3a86ff !important;
    background: #3a86ff !important;
    transition: none;
}

.enjoyhint_skip_btn:hover {
    color: rgba(255,255,255,1);
    background: #3a86ff !important;
}

.enjoyhint_next_btn:hover {
    color: rgba(255,255,255,1);
    background: #3a86ff !important;
}

.enjoyhint_prev_btn:hover {
    color: rgba(255,255,255,1);
    background: #3a86ff !important;
}

.enjoyhint_next_btn, .enjoyhint_prev_btn {
    position: absolute;
    z-index: 1012;
    pointer-events: all;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 2px solid #3a86ff !important;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #fff !important;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(0,0,0,0);
    -webkit-transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
    -moz-transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
    -o-transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
    transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
}

.enjoyhint_skip_btn, .enjoyhint_prev_btn {
    position: absolute;
    z-index: 1012;
    pointer-events: all;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 2px solid #3a86ff !important;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #fff !important;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(0,0,0,0);
    -webkit-transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
    -moz-transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
    -o-transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
    transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
}

.enjoyhint_prev_btn, .enjoyhint_prev_btn {
    position: absolute;
    z-index: 1012;
    pointer-events: all;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 2px solid #3a86ff !important;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #fff !important;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(0,0,0,0);
    -webkit-transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
    -moz-transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
    -o-transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
    transition: background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);
}

.enjoyhint_close_btn {
    display: none !important;
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: .3em;
    height: .3em;
    border: none;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font: 400 8em/normal Arial,Helvetica,sans-serif;
    color: rgba(0,0,0,1);
    background: rgba(0,0,0,0);
    border: 2px solid rgba(33,224,163,1);
}
.nomeinventario {
    background-color: white !important;
    color: inherit !important;
    font-weight: bold !important;
    font-size: 14px !important;
    border: dashed 1px lightgrey !important;
}