@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

:root {}

a:link,
a:visited,
a:focus {
    text-decoration: none;
    color: #666666;
}

[cursor-pointer] {
    cursor: pointer;
}

a:hover {
    color: #666666;
}

li a:hover {
    color: #039be5;
}

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

body {
    font-family: 'Open Sans', sans-serif;
    background: #53c091;
    user-select: none;
}

main {
    max-width: 768px;
    margin: auto;
    margin-bottom: 18px;
    padding: 56px 16px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

[entrada] {
    align-items: center;
    justify-content: space-evenly;
}

h1 {
    color: #fff;
    font-size: 39px;
}

h3 {
    color: #b1b1b1;
}

h4 {
    color: #00b96a;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: normal;
}

div.dialogcontent {
    display: flex;
    flex-direction: column;
    padding: 0 23px;
    height: 234px;
    overflow-y: auto;
}

div.dialogcontent p {
    margin-top: 10px;
    font-size: 14px;
}

dialog {
    width: 100%;
    max-width: 328px;
    background-color: #fff;
    height: 275px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #f5f5f5;
    border-radius: 13px;
}

dialog::backdrop {
    background: rgb(19 129 81 / 54%);
}

div.close {
    align-self: flex-end;
    padding: 0;
    padding-right: 16px;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
}

div.close i {
    font-size: 20px;
    font-weight: 400;
    align-self: flex-end;
    cursor: pointer;
}

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: 64px;
}

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: 48px 1fr 48px;
    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: 16px;
    width: 306px !important;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 32px;
}


/* GRID */

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

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

ul {
    background-color: white;
    list-style: none;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 1px 3px 5px 0px #0000001c;
}

ul li {
    /* height: 24px; */
    padding: 10px;
    font-size: large;
    position: relative;
}

ul li:hover {
    background-color: #fdfdfd;
}

ul li a {
    display: block;
}

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;
    /* 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: 12px;
    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: 'Open Sans', sans-serif;
    font: 'Open Sans', sans-serif;
    border: 1px solid #ccc;
    padding: 10px;
    outline-color: #65d6ff;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    color: #666;
}

input:-internal-autofill-selected {
    background-image: none !important;
    background-color: #fff!important;
}

input[type='text'],
input[type='password'] {
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    text-indent: 12px;
}

input[type='submit'] {
    font-family: 'Open Sans', sans-serif;
    background: #0dc677;
    color: #fff;
    font-weight: bold;
    font-size: larger;
    cursor: pointer;
    border: 2px solid #02bb6c;
    border-radius: 24px;
    margin: 2ch 0 2ch 0;
}

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

input[type='submit']:active {
    background-color: #0dd881;
}

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

input.valido {
    border: 1px solid #78e0b3;
    background-color: #fbfffd;
    background-image: url(check.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10%;
    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;
    top: 0;
    left: 0;
    width: 100%;
    height: 123px;
    position: relative;
}

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-radius: 50%;
    padding: 3px;
    height: 42px;
    width: 42px;
    line-height: 34px;
    /* text-align: center; */
    font-weight: bold;
    background-color: #fefefe;
    font-size: 0.8rem;
    /* flex: 1 1 73px; */
    color: #0096de;
    transform: scale(1);
}

div.progress-num {
    background-color: #fff;
    border-radius: 25px;
    font-size: 15px;
}

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: 'Open Sans', sans-serif;
    /* box-shadow: 0px 7px 1px #efefef; */
    transition: all ease-in 50ms;
    padding-left: 22px;
    position: relative;
}


/* button.bt-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1da857;
    width: 100%;
    height: 100%;
    mix-blend-mode: color;
    pointer-events: none;
    border-radius: 12px;  
}    

button.bt-box:nth-child(1)::after{  
    background-color: #00acff;
}     

button.bt-box:nth-child(2)::after{
    background-color:#457dff;
}
button.bt-box:nth-child(3)::after{
    background-color:#ff0000;
} */

i.fa-cloud-arrow-up {
    color: #00baff;
}

i.fa-user {
    color: #a5e54f;
}

i.fa-car {
    color: #5fd6a3;
}

i.fa-file-arrow-down {
    color: #ff7f7f;
}

button i.seta {
    margin-right: 20px;
    font-size: 20px !important;
    color: #53c09166;
    font-weight: 300;
}

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;
}


/*
 <div class="bloco">
<button class="bt-box" data-acao="teste">Enviar Arquivos</button>
<button class="bt-box">Usuários</button>
<button class="bt-box">Veículos</button>
<button class="bt-box">Documentos</button>
</div>
 */

input.adveiculobt {
    width: 120px;
    border-radius: 7px;
    margin-left: 12px;
    background-color: #35b06e;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    cursor: pointer;
}

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;
}

::-webkit-scrollbar {
    width: 0.4rem;
    background-color: rgb(83 192 145);
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #8fe4c0;
    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;
    }
}