#admin-layout .choices{background-color:hsla(from var(--azul) h s l / .05);border:none;border-radius:.5em;flex-wrap:wrap;gap:1em;margin:.5em 0;display:flex}#admin-layout .choices legend{color:var(--azul);font-size:1.1em;font-weight:700}#admin-layout .choices .label{flex:1 0 200px}#admin-layout .choices .label:not(.input){text-align:center;color:var(--azul-claro);background-color:hsla(from currentColor h s l / .1);border:1px solid hsla(from currentColor h s l / .2);border-radius:.35em;padding:.5em;font-size:1.1em;transition:all .2s;position:relative}#admin-layout .choices .label:not(.input) input{opacity:0;margin:0;position:absolute;inset:0}#admin-layout .choices .label:not(.input):hover{background-color:hsla(from currentColor h s l / .2)}#admin-layout .choices .label:not(.input):has(input:checked){color:var(--accent-color,var(--vermelho));font-weight:bolder}table{border-collapse:collapse;width:100%}table thead th{color:var(--azul);text-align:left;background-color:hsla(from var(--azul) h s l / .05);padding:.75em 1em;font-size:1.2em}table thead th:first-child{border-top-left-radius:.5em}table thead th:last-child{border-top-right-radius:.5em}table tbody tr:nth-child(2n) td{background-color:hsla(from currentColor h s l / .025)}table tbody tr:nth-child(odd) td{background-color:hsla(from currentColor h s l / .05)}table tbody tr:not(:last-child) td{border-bottom:1px solid hsla(from currentColor h s l / .1)}table tbody tr:last-child td:first-child{border-bottom-left-radius:.5em}table tbody tr:last-child td:last-child{border-bottom-right-radius:.5em}table tbody tr:hover td{background-color:hsla(from var(--laranja) h s l / .075)}table tbody td{padding:.75em 1em;transition:all .2s}#admin-layout{background-color:#ddd;grid-template-rows:min-content 1fr;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:grid}#admin-layout>header{background-color:var(--azul);justify-content:space-between;align-items:center;padding:1em;display:flex}#admin-layout>header img{height:2em}#admin-layout>header img:first-child{margin-right:1em}#admin-layout>header h1{color:#fff;text-transform:capitalize;margin:0;font-size:1.5em}#admin-layout>main{background-color:#fff;border:1px solid #c9c9c9;border-radius:1em;height:calc(100% - 1em);margin:.5em;padding:1em;overflow:hidden auto}#admin-layout .input{margin:.5em;font-size:1.2em;display:inline-block}#admin-layout .input input,#admin-layout .input select{border:1px solid #c9c9c9;border-radius:.5em;width:100%;margin:0;padding:.75em;font-family:inherit;font-size:.9em}#admin-layout .input input:hover,#admin-layout .input select:hover{border-color:#a9a9a9}#admin-layout .input input:focus,#admin-layout .input select:focus{border-color:var(--azul);box-shadow:0 0 0 1px var(--azul);outline:none}#admin-layout button,#admin-layout a{color:inherit;font-family:inherit;font-size:inherit;cursor:pointer;background-color:#0000;border:none;text-decoration:none;display:inline-block}#admin-layout button.btn,#admin-layout a.btn{background-color:hsla(from currentColor h s l / .1);border:1px solid hsla(from currentColor h s l / .2);border-radius:.5em;padding:.5em 2em;transition:all .2s}#admin-layout button.btn:hover,#admin-layout a.btn:hover{background-color:hsla(from currentColor h s l / .15)}#admin-layout button.super,#admin-layout a.super{padding:.75em 2em;font-size:1.2em;font-weight:bolder}#message-alert.svelte-1l3ij2b{z-index:100;background-color:#fff;border-radius:.5em;position:fixed;top:6.5em;right:1.5em;box-shadow:0 3px 10px #00000026}#message-alert.svelte-1l3ij2b button:where(.svelte-1l3ij2b){background-color:hsla(from currentColor h s l / .1);padding:1em;font-size:1.2em;font-weight:700}#message-alert.svelte-1l3ij2b.error{color:red}#message-alert.svelte-1l3ij2b.success{color:green}
