/*************************************************************************
* 
*    style.min.css
*    
*    Filipe Teixeira's Cube Net Generator
*    
*    Copyright (c) 2023 by Filipe Martins Teixeira. All rights reserved.
*    
*    Author name: Filipe Martins Teixeira
*    Author e-mail: filipe@filipeteixeira.com.br, shuantsu@gmail.com
*    Author github: https://github.com/shuantsu
*    Author homepage: https://www.filipeteixeira.com.br
*    
*    This code is licensed for personal and non-commercial use. You may
*    modify the code solely for personal use and may not distribute or
*    sell the modified code.
*    
*    Redistribution of this code without written permission from the
*    author is strictly prohibited. Using this code in competing
*    products or services is prohibited. You may not remove or modify
*    any copyright notices included in this code.
*    
*    This code is provided "as is" without warranty of any kind,
*    expressed or implied. The author assumes no liability for any
*    damages or issues arising from the use of this code.
* 
*************************************************************************/

body {background-color: #333;color: white;font-family: sans-serif;}#cube-container {background:black;padding:30px;display: inline-block;border-radius: 10px;}table {border-collapse: collapse;margin-top: 20px;width: 450px;}td {padding: 10px;border: 1px solid;}input {width: 100%;}#output, #output-label {cursor: pointer;}#output-container {transition: .4s all;overflow-x: hidden;}#output {background: black;color: rgb(42, 160, 42);padding: 20px;padding-top: 30px;overflow-x: auto;}.copied {opacity: .5;transform: translateY(20px);}.flex {display: flex;gap: 30px;}.col2 {position:relative;flex:1;}.col2 span {position: absolute;top: 20px;}