body{background-color:#323639;margin:0;padding:0;box-sizing:border-box;font-size:16px;color:#fff;text-align:center;width:100%;height:100%;-webkit-user-select:none;user-select:none}.contenedor{height:100vh;display:flex;flex-direction:column}.contenedor-body{display:flex;flex-direction:column;flex:1;margin:0}.contenedor-input{display:flex;flex-direction:row;width:100%;margin:1px 0}.contenedor-textarea{width:100%;margin:0 0 0 5px}.contenedor-textarea>textarea{width:100%;border:none;border-radius:5px;height:70px;resize:none;background-color:#fff}.contenedor-textarea>textarea:focus{border:none;outline:none}.contenedor-botones>button{width:90%;margin:5px;background-color:#adff2f;border:none;border-radius:5px}.contenedor-botones>button:hover{background-color:#ae00ff;color:#fff}.contenedor-visor{background-color:#45a049;color:#fff;width:100%;height:85vh;display:flex;margin:auto;align-items:center;justify-content:center;padding:0;background-color:#323639;flex-direction:column;overflow-x:auto;overflow-y:auto;table-layout:auto}.contenedor-visor ::-webkit-scrollbar{background-color:#f1f1f1}.contenedor-visor ::-webkit-scrollbar-thumb{background-color:#9acd32}::-webkit-scrollbar{width:8px;height:8px}.contenedor-visor>div{table-layout:auto;width:100%;height:100%;display:flex;overflow-x:auto;overflow-y:auto;flex-direction:column}.contenedor-visor>div>table{width:100%;table-layout:fixed;border-collapse:collapse}.contenedor-visor>div>table>thead>tr{border:1px solid white;text-transform:uppercase}.contenedor-visor>div>table>thead>tr>th{padding:10px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid white}.contenedor-visor>div>table>tbody>tr{border:1px solid white}.contenedor-visor>div>table>tbody>tr>td{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid white;padding:10px;text-align:end;background-color:#323639}.contenedor-visor>div>table>tbody>tr>td:hover{background-color:#464e55}.contenedor-footer{flex:0 0 2%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:.9rem}.contenedor-footer>p{text-align:center;color:#fff;font-size:12px;margin:0;padding:0}
