* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

:root {
    --azul-escuro: #13335b;
    --cinza: #D9D9D9;
    --azul: #0097B2;
    --branco: #FFFFFF;
    --preto: rgb(20, 20, 20);
    --cinza: rgb(170, 169, 169);
}

/* VEHICLE-LIST  */
.background-img img {
    position: fixed;
    margin-top: -5px;
    min-width: 100vw;
    min-height: 85vh;

}

/* Header  */
.header {
    background-color: var(--azul-escuro);
    height: 87px;
    display: inline-block;
    width: 100vw;
}


nav {
    width: 100vw;
    display: inline-block;
}

.header a {
    text-decoration: none;
    color: var(--branco);
    font-size: 28px;
    font-weight: 400;
    /* padding-bottom: 2.2vh; */
    border-bottom: 3px solid var(--branco);
}
#cad {
    padding-bottom: 2.2vh;
    margin-top: 17px;
}
#ser {
    padding-bottom: 2.2vh;
    margin-top: 17px;
} 
#ESTOQUE {
   
    margin-top: 17px;
}

.header a:hover {
    color: var(--branco) !important;
}

.navbar-items {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.not-selected {
    color: var(--cinza) !important;
    border: none !important;
}

.search-box {
    display: flex;
}

.search-box span {
    margin-right: 10px;
}

.search-box input {
    padding-left: 5px;
    border-radius: 8px;
}

.table-wrapper {
    border-radius: 35px;
    width: 86vw;
    height: 72vh;
    margin-bottom: 3vh;
    position: absolute;
    margin-top: 4.5vh;
    background-color: rgba(202, 202, 202, 0.8);
    margin-left: 7vw;
    margin-right: 7vw;
}

.table-frame {
    margin-top: 3vh;
    margin-left: 6vw;
    margin-right: 6vw;
}

.table-frame h2 {
    font-weight: 300;
    font-size: 32px;
}

.table-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

table {
    margin-top: 1.2vh;
    text-align: center;
    background-color: var(--branco);
    width: 100%;
    border: 1px solid;
    border-radius: 8px;
    border-spacing: 0;
}

td,
th {
    border-bottom: 1px solid;
    padding: 10px;
}

tbody tr:hover {
    background-color: var(--cinza);
}

tfoot tr td {
    border-top: 1px solid;
    border-bottom: none;
}

.pointer {
    cursor: pointer;
}

.table-footer {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.table-footer a {
    margin-left: 30px;
    margin-right: 15px;
}

table tbody tr:last-child td {
    border-bottom: none;
}

/* Material icon config */
.material-symbols-outlined {
    display: block !important;
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}

.tiao-img {
    width: 220px;
    height: 85px;
}


.submenu-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
  
}


.submenu-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.submenu-content li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.submenu:hover .submenu-content {
    display: block;
}




.submenu-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.submenu-content li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.submenu:hover .submenu-content {
    display: block;
}




/* LOGIN */

.user {
    display: flex;
    align-items: center;
}

.user p {
    font-size: 18px;
    color: var(--branco);
    margin-right: 22px;
}

.user img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

/* Footer */

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: var(--azul-escuro);
    color: var(--branco);
    padding: 5px;
}



























/* pagina de login */

aside {
    background-color: var(--azul-escuro);
    float: right;
    width: 385px;
    height: 100vh;
    min-width: 35vw;
    align-items: center;
    justify-content: center;
    text-align: center;
}

aside a {
    color: var(--azul);
}

aside a:hover {
    color: #0ab8d6;
}

aside img {
    margin-top: 5vh;
    width: 200px;
    height: 80px;
}


aside h1 {
    color: var(--branco);
    margin-top: 7vh;
    font-size: 38px;

}

.card {
    
scale: 70%; 
width: 976px;
position: absolute;
}

.irmaosdacasa {
    background-color: var(--cinza);
}


#login {
    margin-top: 10px;
}

#login button {
    width: 320px;
    padding: 10px;
    margin: 5px;
    margin-top: 20px;
    border: none;
    background-color: var(--azul);
    color: var(--branco);
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

#login button:hover {
    background-color: #0ab8d6;
}

.loginText {
    width: 300px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

#LabelRemindMe {
    color: var(--branco);
    margin-right: 200px;

}

figure img {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    min-width: 65vw;
    min-height: 100vh;

}

.mdc-card {
    scale: 100%;
}

.who {
    padding-left: 16px;
    font-size: 40px;
    font-weight: 500;
}

.since {
    padding-left: 16px;
    font-size: 24px;
}

.lore {
    font-size: 22px;
    text-justify: inter-word;
    text-align: justify;
    padding: 16px;
}
















/* VEHICLE */

.conteiner {
    display: flex;
    justify-content: center;
    align-items: center;

}

.box {
    z-index: 1;
    width: 30%;
    background-color: rgba(202, 202, 202, 0.8);
    border-radius: 30px;
    padding: 20px;
    margin-top: 4.5vh;
    opacity: 1.0;
}

.box h2 {
    margin-left: 8px;
    font-weight: 300;
    font-size: 32px;
}

.form-service {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.form-service input {
    font-size: 20px;
    width: 100%;
    padding: 20px 5px 5px;
    background-color: var(--branco);
    border: none;
}

.form-service label {
    position: absolute;
    left: 11px;
    width: 100%;
    height: 86%;
    pointer-events: none;
}

.form-service label::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.span-label {
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 20px;
    transition: all 0.3s ease;
}

#label-ano {
    margin-left: 218px;
}

#label-orcamento {
    margin-left: 205px;
}


.form-service input:focus+label .span-label,
.form-service input:valid+label .span-label {
    transform: translateY(-150%);
    font-size: 10px;
    margin-top: 18px;
}

.form-service input:focus+label::after,
.form-service input:valid+label::after {
    transform: translateX(0%);
}

#marca,
#modelo,
#cliente,
#placa,
#ano,
#dtEntrada,
#orcamento,
#descricao,
select,
textarea {
    width: 94%;
    margin-left: 10px;
    padding: 2px;
    border: none;
    margin-bottom: 10px;
}

.label-service {
    font-weight: bold;
    margin-top: 40px;
    margin-left: 1px;
}

#placa {
    width: 47%;

}

#ano {
    width: 41%;
    margin-left: 16px;
}

#dtEntrada {
    width: 47%;
}

#orcamento {
    width: 43%;
    margin-left: 5px;
}

select {
    font-size: 20px;
    margin-top: 20px;
}

#label-descricao {
    font-weight: bold;
}

#descricao {
    margin-top: 25px;
    margin-left: 9px;
}

.button-register-reset {
    float: right;
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}

.button-register-reset input[type="reset"],
.button-register-reset button[type="button"] {
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-weight: bold;
    font-size: 15px;
    margin-top: 3px;
    margin-right: 10px;
}

.button-register-reset input[type="reset"] {
    margin-top: -12px;
    margin-right: 40px;
}

@media only screen and (max-width: 900px) {
    aside {
        width: 100%;
    }
}