*{box-sizing:border-box}body{background-color:#e3f2fd}.background{display:grid;place-items:center}.workspace{background-color:#fff;display:flex;flex-direction:column;align-items:center;border-radius:12px;padding:1rem 2rem;width:90%;min-height:80vh}label{font-family:Roboto;font-size:15px}p{font-family:Roboto;margin:.1rem auto}h2{font-family:Roboto;font-weight:600;color:#0d47a1;font-size:30px}h3{font-family:Roboto;font-weight:500;color:#0d47a1;font-size:22px}.bt-padrao{font-family:Roboto;border:none;background-color:#ff7043;padding:.5rem 3rem;border-radius:8px;color:#333;font-weight:600;transition:all ease-in-out .2s;cursor:pointer}.bt-padrao:hover{background-color:#ce5b38;color:#fff}.label-caixa{position:absolute;display:flex;background-color:#fff;padding:1rem;gap:.25rem;border:1px solid #E3F2FD;border-radius:8px;box-shadow:2px 2px 2px 2px #0003}.label-form-box,.composition-input-padrao{display:flex;flex-direction:column;gap:.5rem}.input-padrao{border:none;box-shadow:-2px -2px 2px .5px #0003;border-radius:8px;height:1.5rem;outline:none}.input-padrao:focus{background-color:#ffffef}.input-padrao:hover{background-color:#ffffef}.login-form{display:flex;flex-direction:column;gap:.5rem;width:40%}.title-home{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem}.buttons-menu{display:flex;gap:.3rem}.card-modelo{display:grid;grid-template-columns:repeat(5,1fr);border-radius:8px;padding:.5rem 2rem;background-color:#eaeaeb;cursor:pointer;text-align:center;align-items:center;justify-content:center;justify-items:center}.card-modelo:hover{background-color:#d4d4d6}.table-modelos,.table-envios{width:100%;display:flex;flex-direction:column;gap:.25rem;max-height:35vh;overflow-y:auto}.card-envio{display:grid;grid-template-columns:repeat(3,1fr);border-radius:8px;padding:0rem 2rem;background-color:#fff;cursor:pointer}.card-envio:hover{background-color:#d4d4d6}.card-titulos{display:grid;grid-template-columns:repeat(5,1fr);border-radius:8px;padding:0rem 2rem;background-color:#fff;cursor:pointer;font-weight:600}.card-usuario{display:grid;grid-template-columns:repeat(4,1fr);border-radius:8px;padding:0rem 2rem;background-color:#fff;cursor:pointer;font-weight:400;align-items:center}.card-usuario:hover{background-color:#d4d4d6}.section-title{display:flex;align-items:flex-start;justify-content:flex-start;width:100%}.buttons-space{background-color:#eee;display:flex;justify-content:center;align-items:center;width:100%;padding:1rem;border-radius:8px}.lista-marcacoes{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1rem}.form-create-user{display:flex;flex-direction:column;gap:1rem;width:50%}.center-button{display:flex;align-items:center;justify-content:center}.form-criar-modelo{display:flex;flex-direction:column;gap:1rem;width:50%}
