.layout__loginH{width:100%;min-height:100vh;display:grid;grid-template-columns:repeat(2,1fr)}.layout__loginH>figure{background-color:#046241;display:flex;align-items:center;justify-content:center}.layout__loginH>figure>img{width:500px}.layout__loginH>header{background-color:#f5f6f9;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#278252;gap:1rem}.layout__loginH>header>form{display:flex;flex-direction:column;gap:1rem}.layout__loginH>header>form>input{background-color:#fff;border-radius:12px;padding:.5rem;border:1px solid #E6E6E6}.layout__loginH>header>form>button{background-color:#278252;color:#fff;font-weight:600;border:0;border-radius:12px;padding:.5rem}@media screen and (max-width:990px){.layout__loginH{grid-template-columns:1fr}.layout__loginH>figure{display:none}.layout__loginH>header{background-color:#f5f6f9;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#278252;gap:1rem}.layout__loginH>header>form{display:flex;flex-direction:column;gap:1rem}.layout__loginH>header>form>input{background-color:#fff;border-radius:12px;padding:.5rem;border:1px solid #E6E6E6}.layout__loginH>header>form>button{background-color:#278252;color:#fff;font-weight:600;border:0;border-radius:12px;padding:.5rem;cursor:pointer}}.layout__dashLT{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;height:100vh;padding-top:5rem;gap:2rem}.layout__dashLT>header{width:100%;text-align:center;display:flex;flex-direction:column;gap:1rem}.layout__dashLT>.dashLT__table{width:100%;border-collapse:collapse;font-size:.95rem;border-radius:12px;overflow-x:scroll}.layout__dashLT>.dashLT__table>table{width:100%}.layout__dashLT>.dashLT__table>table>thead{background-color:#278252;color:#fff;white-space:nowrap}.layout__dashLT>.dashLT__table>table>thead>tr th{padding:12px 16px;text-align:left;border-bottom:1px solid #ccc}.layout__dashLT>.dashLT__table>table>tbody{width:100%}.layout__dashLT>.dashLT__table>table>tbody>tr td{padding:12px 16px;text-align:left}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400}*{box-sizing:border-box;padding:0;margin:0}
