#root{width:100%;height:100%}*{box-sizing:border-box;font-size:62.5%}html{background-color:var(--appBackground);color:var(--appColor);font-family:Monaco,monospace}html,body{margin:0;padding:0;width:100%;height:100%}ul{padding:0;margin:0}li{list-style:none}a{text-decoration:none;color:inherit}input:focus-visible{outline:none}button{font-size:1.6rem;font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6,p,span,a{margin:0;padding:0;font-size:1.6rem}:root{--appBackground: #15191E;--appColor: #FFF;--appSidebar: 256px;--appGreen: #57E690}.layout{width:100%;height:100%;display:flex}.layout-pages{width:calc(100% - var(--appSidebar));height:100%;display:flex;overflow-y:scroll;padding:128px 32px 32px}.sidebar{width:var(--appSidebar);display:flex;flex-direction:column;padding:32px;gap:32px}.logo{width:64px;height:64px;min-height:64px}.sidebar-nav{width:100%;height:100%;display:flex;flex-direction:column;gap:16px}.sidebar-nav>ul{display:flex;flex-direction:column;gap:8px}.sidebar-nav>ul>li>a,.sidebar>button{width:100%;height:48px;display:flex;align-items:center;justify-content:center;padding:16px}.nav-link,.sidebar>button{color:#fff;border:1px solid white;background-color:var(--appBackground)}.nav-link.active{background-color:#fff;color:var(--appBackground)}.data-table{width:100%;display:flex;flex-direction:column;gap:16px;padding-bottom:128px}.table-info{width:100%;display:flex;justify-content:right;font-size:1.6rem}.table-search{width:100%}.table-search>label{font-size:1.6rem;width:100%;display:flex;flex-direction:column;gap:8px}.table-search>label>input{width:100%;height:32px;background-color:var(--appBackground);border:1px solid white;font-size:1.6rem;padding:8px;color:#fff;font-family:inherit}.table-search>label>input::placeholder{color:#fff}.data-table>table{width:100%;cursor:pointer}.data-table>table>thead{width:100%}.data-table>table>thead>tr>th{text-align:left;font-size:1.6rem;cursor:pointer}.data-table>table>tbody>tr>td{font-size:1.6rem}.clickable-row{cursor:pointer}.clickable-row:hover{background-color:#ffffff1a}.data-table>button{display:flex;height:48px;justify-content:center;align-items:center;align-self:flex-end;background-color:transparent;color:#fff;border:1px solid white;padding:16px}.invoices{width:100%}.self-billing{width:100%}.credits{width:100%}.picking-lists{width:100%}.status-cell{color:var(--appGreen)}.details{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.details-container{width:100%;max-width:512px;display:flex;flex-direction:column;padding:16px;gap:32px}.details-head{width:100%;display:flex;flex-direction:column;gap:8px}.details-head>h1{text-transform:uppercase}.details-body{width:100%;display:flex;flex-direction:column;gap:8px}.body-row,.body-row__no-uppercase{width:100%;display:flex;justify-content:space-between}.body-row>h1,.body-row>h2{text-transform:uppercase}.body-row>.status{color:var(--appGreen)}.details-footer{width:100%;display:flex;gap:8px}.details-footer>button{width:100%;height:48px;display:flex;align-items:center;justify-content:center;padding:16px;background-color:transparent;border:1px solid white;color:#fff;white-space:nowrap}.details-footer>.main{background-color:#fff;color:var(--appBackground)}
