@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
    height:100%;
}


body {
    font-family: 'Inter', sans-serif;
    background: #fdfdfd;
    color: #666;
}

[cursor-pointer] {
    cursor: pointer;
}

[center] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center !important;
    transform: translate(-50%, -50%);
    /* width: calc(100% - 450px );
    max-width: 300px;
    min-width: 300px; */
}

[flex-basis-1-col] {
    flex-basis:100%;
    width:100%;
}

[flex-basis-2-col] {
    flex-basis:49%;
    width:100%;
}

[flex-basis-3-col] {
    flex-basis:32%;
    width:100%;
}

section > div {
    display: flex;
    
}

li a:hover {
    color: #202020;
}

div.termos, div.modal header h1, div.modal header i {
    color:#606c72;
}


iframe.iframe100 {
    width: 100%;
    height: 100%;
    border: none;
}


.pagina-404 {
    display: grid;
    place-items: center;
    height: 66vh;
}

.container-404 {
    text-align: center;
    border: 8px solid;
    border-radius: 52px;
    padding: 40px;
    background-color: #fff;
    position: absolute;
    animation: transicao running ease-in-out 2s;
    transform-origin: bottom;
    transform: perspective(1000px) rotateX(0deg);
}

.oproprio-404 {
    font-size: 170px;
}

.legenda-404 {
    font-size: 34px;
}

.voltar-404 {
    margin-top: 20px;
    border: 2px solid;
    border-radius: 21px;
    padding: 10px;
    cursor: pointer;
    font-size: 19px;
    background-color: #5c6278;
    color: #fff;
}


div.w435 {
        width: 331.3px;
    padding: 1.7rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.7rem;
    background-color: #fff;
}

[entrada] {
    /* align-items: center; */
    /* justify-content: space-evenly; */
    /* background:#262d31; */
    display: grid;
    place-items: center;
    /* position: absolute; */
    height: 100vh;
}

div.modal {
    max-width: 500px;
    width: calc(100% - 20px);
    background: #fff;
    display: none;
    grid-template-rows: 70px 470px 60px;
    height: auto;
    border-radius: 1rem;
    border: 1px solid #c4c9d8;
    box-shadow: -2px 5px 6px #8690af3d;
}

div.modal header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}


div.modal header h1 {
    font-size: 1.5rem;
}

div.modal main {

    overflow: auto;
    padding: 1.2rem;

    margin-right: 7px;
}


div.modal main h3 {
    font-size: 1.2rem;
}

div.modal main p,
div.modal main h3 {
    margin-bottom: 1rem;
}

div.modal main p {
    font-size: 0.9rem;
}

div.modal footer {
    display: flex;
    align-items: center;
    justify-content:center;
    padding:20px;
}

div.modal footer button {
    background-color: transparent;
    border: none;
    color: #5c6278;
    font-size: 0.9rem;
    cursor: pointer;
}

div.conectado label {
    display: inline-flex;
    gap: 1ch;
}

div.logo {
    font-size: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[logo-verde] {
    color: #29bb7d;
}

[logo-branco] {
    color: #fff;
}

div.logo span.simbolo img {
    /* height: 70px; */
    width: 11rem;
}

div.logo span.nome {
    display: flex;
    font-size: 40px;
}

section.topbar div.logo {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

section.topbar div.logo span:nth-child(1) {
    font-size: 30px !important;
}

span.docdigital {
    font-weight: 100;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.bottomBar div {
    border-radius: 44px;
    text-align: center;
    line-height: 46px;
    color: #249765;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 35px;
    padding: 6px 21px;
    border: 1px solid #ffffff40;
    cursor: pointer;
    background-color: #ffffff21;
}

section.bottomBar div span {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    padding-left: 10px
}

section.bottomBar div i {
    width: 100%;
    height: auto;
    display: flex;
    font-size: x-large;
    color: #fff;
    cursor: pointer;
}


/* GRID */

section.app {
    /* display: grid;
    grid-template-rows: 70px auto 90px;
    height: 100vh;
    width: 100%; */
}

section.app>section,
section.app>main {
    width: 100%;
}

section.topBar {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    font-size: 20px;
    border-bottom: 2px solid #56cd9a;
    background: #0096de;
    position: fixed;
    top: 0;
    z-index: 99;
}

section.bottomBar {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    border-top: 2px solid #56cd9a;
    background: #0096de;
    gap: 2ch;
    position: fixed;
    bottom: 0;
}


/* GRID */

div.voltar {
    cursor: pointer;
    width: 40px;
    color: white;
}

h2 {
    font-size: 1.4rem;
    color: white;
    margin-top: 20px;
    margin-left: 20px;
}

ul.usuario li {
    font-size: 15px !important;
    border: none;
    margin-top: 12px;
}

ul.documentos li {
    padding: 0;
}

ul.documentos li a {
    font-size: 15px;
    padding: 13px;
    border: 1px solid #f5f5f5;
    border-radius: 13px;
    margin-top: 14px;
    background: #fdfdfd69;
}

ul.documentos li a:visited,
ul.documentos li a:focus,
ul.documentos li a:hover {
    border: 1px solid #80d6ff;
    background: #fbfeff;
}

span.alterarsenha a {
    color: #ffffff;
    padding-left: 12px;
    font-size: 14px;
    border: 1px solid #ffffff47;
    padding-right: 10px;
    margin-right: 5px;
    border-radius: 30px;
    background-color: hsl(0deg 0% 100% / 9%);
}

span.alterarsenha a:active {
    border: 2px solid #ffffff47;
    background-color: hsl(0deg 0% 100% / 20%);
}

ul.usuario details summary {
    border-radius: 12px;
    text-indent: 20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: #65be98;
    color: #fff;
    font-weight: bold;
}

ul.usuario details {
    border: 1px solid #f4f4f4;
    border-radius: 12px;
    margin-bottom: 6px;
    user-select: none;
}

ul.dir h3 {
    margin-top: 24px;
    margin-left: 20px;
    color: #53c091;
}

ul.usuario details summary::marker {}

ul li span {
    font-size: small;
    /* position: absolute; */
    left: 9px;
    top: -9px;
    font-weight: bold;
}

i.far,
i.fa {
    font-size: 25px;
    color: #ff4f4f;
    float: left;
    padding-right: 13px;
}

i.fa-file {
    color: #44c0b1;
}

div.login {
    background-color: #53c091;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}

div.legenda {
    color: #8a8a8a;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 16px;
}

form {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 1.2ch;
    /* padding: 32px; */
    /* background-color: #fefefe; */
    border-radius: 15px;
    margin-top: 20px;
}

form.formplaca {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-evenly;
    gap: 0ch;
    /* padding: 32px; */
    /* background-color: #fafafa; */
    /* border-radius: 15px; */
    margin-top: 0px;
}

div.central {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    align-items: center;
    justify-content: flex-end;
    gap: 2ch;
    padding: 32px;
    background-color: #fff;
    color: #666;
    border-radius: 15px;
    margin-top: 20px;
    border-top: 8px solid #2dd819;
}

div.resultado {
    display: flex;
    flex-direction: column;
    /* max-width: 350px; */
    align-items: center;
    justify-content: center;
    gap: 5ch;
    color: #666;
    border-radius: 15px;
    margin-top: 20px;
    border: none;
    height: 100vh;
}

div.retorno {
    background-color: #fffdfd;
    color: #e95656;
    border: 1px solid #ffd8d8;
    padding: 13px;
    border-radius: 12px;
    font-size: 14px;
    width: 100%;
    display: none;
}

span.placas {
    padding-left: 21px;
    font-size: 14px;
}

div.placa {
    font-weight: 900;
    border: 1px solid #616161;
    border-top: 10px solid #007eab;
    border-radius: 5px;
    padding: 2px 2px;
    width: 89px;
    text-align: center;
}

.form400 {
    height: auto;
    width: 330px;
}

[height-400] {
    height: 400px;
}

input {
    font-family: 'Inter', sans-serif;
    border: 1px solid #d4d6df;
    padding: 0.4rem 0.8rem;
    outline-color:#a0dfff;
    border-radius: 4px;
    width: 100%;
    font-size: 1.1rem;
    color: #535353 !important;
}

form#login > input {
    padding: 0.6rem 0.5rem !important;
    font-size: 0.85rem;
}

div.retorno-senha {
    background-color: rgb(255 255 255);
    padding: 35px;
    border-radius: 12px;
    line-height: 1.5rem;
    margin-top: 4rem;
    /* border: 1px solid #5fe398; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    box-shadow: 1px 3px 3px 0px #e3e5ef;
    display: none;
}


input:-webkit-autofill {
    background-image: none !important;
    background-color: #fdfdfd !important;
}

input[type='text'],
input[type='password'] {
    font-family: 'Inter', sans-serif;
    /* letter-spacing: 0.03rem; */
    font-size: 0.85rem;
    background-color: #fdfdfd;
    /* font-weight: 600; */
    /* text-indent: 12px; */
}

  input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
  }

input.pasta {
    height: 38px;
    width: 360px;
}

div.colecoes-configuracoes-a input[name='nome'] {
    max-width: 600px;
}

input[type='submit'],
button.bt {
    font-family: 'Inter', sans-serif;
    background: #000000;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.85rem;
    /* line-height: 1rem; */
    cursor: pointer;
    border: 2px solid #000000;
    border-radius: 4px;
    /* letter-spacing: 0.1rem; */
    transition: background-color ease-in-out 400ms;
}


input#entrar[type='button'] {
    background: #555555;
    color: #fff;
    font-weight: bold;
    border: 2px solid #555;
    border-radius: 8px;
    padding: 9px 23px 7px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    cursor: pointer;
    width: 70px;
}

input#entrarinput[type='submit']:active {
    background-color: var(--roxo);
    box-shadow: 1px 1px 1px var(--roxo);
    border: 2px solid var(--roxo);
}

input#entrarinput[type='submit']:hover {
    background-color: var(--roxo);
    box-shadow: 1px 1px 11px 0px var(--roxo);
    border: 2px solid var(--roxo);
}

input[type='file'] {
    /* display:none; */
}

button.bt-perfil {
    width: 100%;
    margin-top: 22px;
}

div.conectado-senha {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 0.9rem;
    height: 60px;
}

div.fazer-cadastro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 0.4rem;
    font-size: 1.1rem;
}

div.conectado {
    display: flex;
    flex-direction: row;
    width: 132px;
}

a.link-cadastro {
    font-weight: bold;
    color: #17c37b;
}

a.link-esqueci {
    font-weight: bold;
    color: #17c37b;
}

[status] {
    padding: 7px 12px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin: auto;
    cursor: pointer;
    transition: all ease-in-out 300ms;
}

[status]:hover {
    outline: 1px solid #a0dfff !important;
    /* border: 2px solid #eba17b !important; */

}

[escolhido] {
    outline: 2px solid #eb9000;
}

div.bt-status {
    width: 240px;
    padding: 9px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}

/* Situação cores

Aguardando      #fff
Em produção     #FFF4BA
Cancelado       #FFD1D4
Entregue        #C0E5B3
Em transporte   #D3E5FF
Em aprovação    #F5D0B5

*/




input.invalido {
    border: 1px solid #ff8484;
    background-color: #fffdfd;
    background-image: url(../imagens/xmark.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 3%;
    background-origin: content-box;
}


input.valido {
    border: 1px solid #78e0b3;
    background-color: #fbfffd;
    background-image: url(../imagens/check.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 5%;
    background-origin: content-box;
}

[enviado] {
    border: 1px solid #78e0b3 !important;
    background-color: #fbfffd !important;
    background-image: url(check.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 5%;
    background-origin: content-box;
    text-align: center;
    color: #00b366 !important;
}

div.fakeinput {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 60px;
    position: relative;
    position: absolute;
    bottom: 0;
    z-index: 10;
    border: 1px solid #d4d6df;
    border-radius: 0.5rem;
}

input.arquivos {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

div.arquivosCaixa {
    border-radius: 6px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    /* flex: 1 0 50%; */
    width: 100%;
    gap: 1ch;
    align-items: center;
    flex-wrap: wrap;
    white-space: break-spaces;
}

[azul-baby] {
    border: 1px solid #bde9ff;
    background-color: #fdffff;
}

[verde-baby] {
    border: 2px solid #eafdf1;
    background-color: #5ad85a03;
}

[color-salmon] {
    color: salmon;
}

[border-1_5] {
    border: 1px solid #f5f5f5;
}

[background-white] {
    background: #fff;
}

div.iframe {
    display: none;
}

div.arquivosProgresso {
    border: 1px solid #bde9ff;
    border-radius: 50%;
    padding: 3px;
    height: 42px;
    width: 42px;
    line-height: 34px;
    /* text-align: center; */
    font-weight: bold;
    background-color: #fefefe;
    font-size: 1.2rem;
    /* flex: 1 1 73px; */
    color: #40a8da;
    transform: scale(0.8);
}

input.cpfcnpj {
    max-width: 290px;
}

input.placa {
    margin-top: 14px;
    width: 130px;
    border-radius: 6px;
}

div.containerplacas {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

div.containerarquivos {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border: 1px dashed #b7ddef; */
    background-color: #ffffff;
    color: #40a8da;
}

div.containerarquivos iframe {
    display: none;
}

.d-none {
    display: none;
}

i.cloud-up {
    align-self: center;
    font-size: 100px;
    /* display: none; */
    color: #00acff;
}

div.bt {
    background-color: white;
    border: 1px solid #bee4d3;
    padding: 7px 22px;
    border-radius: 32px;
    color: #53c091;
}

div.bt a {
    color: #53c091;
}

div.iconeseta {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

main div.buttons {
    flex-direction: row;
    max-width: 768px;
    margin: auto;
    flex-wrap: wrap;
    gap: 3ch;
    margin-top: 20px;
    margin-bottom: 20px;
}

button.bt-box {
    flex: 1 0 33%;
    height: 120px;
    border: none;
    border-bottom: 8px solid #f5f5f5;
    border-radius: 14px;
    cursor: pointer;
    background-color: #fff;
    color: #bababa;
    font-size: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    /* box-shadow: 0px 7px 1px #efefef; */
    transition: all ease-in 50ms;
    padding-left: 22px;
    position: relative;
}



button.bt-box:active {
    /* box-shadow: inset 0px 7px 1px #efefef !important; */
    border-bottom: none;
}

button.bt-box i {
    font-size: 35px;
    text-align: center;
    /* width: 100%; */
    pointer-events: none;
}

button h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    pointer-events: none;
    text-align: left;
}


span.bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transition: all ease-in-out 300ms;
    transform-origin: center;
    position: relative;
}

span.num {
    background-color: #41e297;
    color: #ffffff;
    border: 1px solid #71ecb3;
    border-radius: 12px;
    font-size: 15px;
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    margin-right: 10px;
}

div.mensagem {
    display: grid;
    place-items: center;
    background: white;
    width: 300px;
    padding: 20px;
    border-radius: 11px;
    border-top: 5px solid #238b5f;
    gap: 1ch;
}

div.info {
    margin-top: 16px;
    background: #f8feff;
    border: 1px solid #d4f6fa;
    border-radius: 10px;
    padding: 11px;
    color: #0993aa;
    margin-bottom: 20px;
}

div.geral {
    height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
}

div.bloco {
    display: flex;
    flex-direction: column;
    /* flex: 1 0 100%; */
    gap: 1ch;
    align-items: stretch;
}

div.enviar form {
    max-width: none;
    background-color: #fff;
}

div.enviararquivos {
    padding: 22px;
    padding-top: 6px;
    background-color: #fefefe;
    border-radius: 20px;
}

form.login {
    /* max-width: 340px; */
    margin: auto;
    margin-top: 30px;
}

div.mensagem {
    display: grid;
    place-items: center;
    background: white;
    width: 300px;
    padding: 20px;
    border-radius: 11px;
    border-top: 5px solid #238b5f;
    gap: 1ch;
}

[fundo-branco] {
    background-color: #fff;
}

div.geral {
    height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
}

ul.listafotos {
    list-style: none;
    display: flex;
    flex-direction: column;
    /* gap: 1ch; */
    /* padding: 10px; */
    border: 1px solid #a9b2d3;
    border-radius: 9px;
    background-color: white;

}

ul.listafotos li {
    display: inline-flex;
    gap: 2ch;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #a9b2d3;
}

ul.listafotos li:last-of-type {
    border: none;
}

ul.listafotos li div.fotos {
    height: 46px;
    width: 60px;
    overflow: hidden;
    border-radius: 5px;
    margin: 10px;
}

ul.listafotos li div.fotos img, div.card-imagem img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
}

ul.listafotos li div.texto {
    word-break: break-word;
    width: 260px;
    font-size: 14px;
}


div.btstatus {
    display: flex;
    flex-direction: row;
    gap: 2ch;
    width: 100%;
}

div.btstatus button,
div.categoria button {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #d4d6df;
    padding: 0;
    color: #5C6278;
}

div.categoria {
    display: flex;
    flex-direction: row;
    gap: 1ch;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}

div.categoria-item {
    height: 35px;
    border: 1px solid #bcc1d5;
    background: #fff;
    line-height: 35px;
    width: 200px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
    align-self: center;
}

div.categoria-item:focus {
    outline: 2px solid #a4b3f0;
}

button[data-acao='adicionar'] {
    background: #7cd38e !important;
}

div.categoria button[data-acao='adicionar'] {
    width: 14rem;
    height: 3rem;
    color: #fff !important;
}


button[data-acao='adicionar']>i {
    color: #fff !important;
    pointer-events: none;
}

[desabilita] {
    pointer-events: none;
    opacity: 0.7;
}

div.btstatus button:hover,
div.categoria button:hover {
    border: 1px solid #5C6278;
    box-shadow: none;
    outline: unset;
}

/* SWITCHER */

div.switcher {
    position:relative;
    width:1.8rem;
    height:1.2rem;
    background:#bdbdbd;
    border-radius:1rem;
    transition:all ease-in-out 200ms;
    padding:0.2rem;
    cursor:pointer;
  }
  
  div.switcher > div {
    position:absolute;
    width:0.8rem;
    height:0.8rem;
    background:#fff;
    border-radius:1rem;
    transition:all ease-in-out 200ms;
    pointer-events:none;
  } 
  
  div.switcher[active] {
    background:#00a386;
  }
  
  div.switcher[active] > div {
    transform: translate(0.6rem,0);
  }

div.switcher-container {
  width: 130px;
    display: flex;
    flex-direction: row;
    gap: 0.3rem;
    align-items: center;
}

/* SWITCHER */


/* tooltip */


div.tooltipbox {
    background: #fff;
    width: 220px;
    height: 80px;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: -20px;
    left: 90px;
    border-radius: 0.5rem;
    z-index: 20;
    box-shadow: 1px 2px 1px #ededed12;
    font-size: 0.8rem;
}

/* tooltip */


div.modal-mensagem {
    border-radius: 9px;
    border: 1px solid #d4d4d45c;
    border-left: 4px solid #09ab7bbd;
    padding: 17px;
    background-color: #fff;
    background-image: url(../imagens/check.svg);
    background-size: 22px;
    background-origin: content-box;
    background-position: 7px 13px;
    background-repeat: no-repeat;
    color: #09AB7B;
    position: absolute;
    bottom: 14px;
    left: -360px;
    width: 20rem;
    height: 4.5rem;
    transition: left ease-in-out 400ms;
    display: flex;
    flex-direction: row;
    padding: 12px;
    justify-content:center;
    overflow: hidden;
}

div.modal-texto {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    height: 100%;
    /* margin-left: auto; */
}


div.modal-mensagem span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: auto;
    border-radius: 25px;
    background-color: #fdfdfd;
    width: 48px;
    height: 48px;
}

div.modal-mensagem span i {
    line-height: 48px;
    color: #dbdbdb;
}

div.imagens-enviadas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 180px;
    background-color: #fff;
    gap: 2.5rem;
}


[move] {
    left: 20px !important;
}


::-webkit-scrollbar {
    width: 0.4rem;
    background-color: rgb(226 231 248);
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #c4c9d8;
    border-radius: 4px;
}



@media screen and (max-width: 480px) {
    ul li {
        font-size: large !important;
    }

    i.far,
    i.fa {
        font-size: x-large !important;
    }

    p {
        font-size: 16px !important;
    }

    div.w435 {
        width: 320px;
    }

    main {
        padding: 32px 12px !important;
    }

    [data-coluna=cpf],
    [data-coluna=telefone],
    [data-coluna=email],
    [data-coluna=senha],
    [data-coluna=data] {
        display: none;
    }

    div.dialog-content {
        padding: 21px 12px 12px 12px;
    }

}