:root{--blue:#2194f3;--bluehover:#197dcf;--bluefocus:#1764a3;--grey:#f2f3ef}body{font-family:Maven Pro,sans-serif;margin:0;overflow:hidden}*{box-sizing:border-box;color:rgba(0,0,0,.75)}.App{background-color:var(--blue);min-height:100vh}.icone{border-radius:5px;box-shadow:0 0 1px #000;cursor:pointer;margin:20px;position:relative;transition:.3s;width:50px;z-index:1}.icone:hover{-webkit-transform:scale(.9);transform:scale(.9)}.container{bottom:0;display:flex;font-size:70px;height:70px;left:0;line-height:70px;margin-left:120px!important;margin:auto;overflow:hidden;position:absolute;top:0}.container ul{-webkit-animation:web 7s infinite;animation:web 7s infinite;list-style:none;padding-left:10px}.container p,.container ul{color:#fff;margin:0}.container li{color:#fff}.modal{align-items:flex-end;background-color:var(--grey);display:flex;height:100%;justify-content:center;min-height:100vh;position:absolute;right:0;top:0;width:45%}.modal button{background-color:var(--blue);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:18px;height:50px;margin-bottom:30px;width:100%}.modal button:hover{background-color:var(--bluehover)}.modal button:focus{background-color:var(--bluefocus)}.modal a{width:70%}@-webkit-keyframes web{0%{margin-top:0}20%{margin-top:0}25%{margin-top:-70px}50%{margin-top:-70px}55%{margin-top:-140px}80%{margin-top:-140px}85%{margin-top:-70px}95%{margin-top:-70px}to{margin-top:0}}@keyframes web{0%{margin-top:0}20%{margin-top:0}25%{margin-top:-70px}50%{margin-top:-70px}55%{margin-top:-140px}80%{margin-top:-140px}85%{margin-top:-70px}95%{margin-top:-70px}to{margin-top:0}}@media(max-width:1100px){.container{font-size:50px;margin-left:50px!important}}@media(max-width:768px){.modal{display:none}.container{justify-content:center;margin-left:0!important;width:100%}}.dashboard{background-color:var(--grey);height:100%;min-height:100vh}.dashboard .content{align-items:flex-end;background-color:var(--blue);display:flex;height:200px;justify-content:space-between;padding:0 100px;position:absolute;top:0;width:100%}.dashboard .content div{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 0 1px #000;display:flex;height:130px;margin-bottom:-50px;width:25%}.dashboard .content div .material-symbols-outlined{color:var(--blue);font-size:80px}.dashboard .content div span{font-size:28px;font-weight:600}.dashboard .table{height:100%;margin-top:180px;padding:0 100px;width:100%}.dashboard .table .insert{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 0 1px #000;display:flex;height:70px;justify-content:space-between;padding:0 20px;width:100%}.dashboard .table .insert .text input{border:none;border-radius:5px;box-shadow:0 0 1px #000;height:45px;outline:none;padding:0 10px;width:48%}.dashboard .table .insert .text{display:flex;justify-content:space-between;width:60%}.dashboard .table .insert .radio{display:flex;justify-content:space-between;width:15%}.dashboard .table .insert .radio label{margin-left:5px}.dashboard .table .insert button{background-color:var(--blue);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:14px;height:45px;width:20%}.dashboard .table .insert button:hover{background-color:var(--bluehover)}.dashboard .table .insert button:focus{background-color:var(--bluefocus)}.dashboard .table table{background-color:#fff;border-radius:5px;box-shadow:0 0 1px #000;height:100px;margin-top:15px;padding:20px;width:100%}.dashboard .table table th{height:30px!important;text-align:left}.dashboard .table table tr:first-child{box-shadow:0 1px 0 #c9c9c9}
/*# sourceMappingURL=main.feb422c3.css.map*/