@charset "UTF-8";html{background-color:#fff}body{position:fixed;top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100%;font-family:Kiwi Maru,serif}#root{width:100%;height:100%}button,label{display:flex;text-align:center;justify-content:center;align-items:center;width:100px;height:40px;border-radius:20px;border:none;background-color:#f7c5c5;box-shadow:0 5px #cf9d9d;color:#4d4d4d;font-size:14px;font-family:Kiwi Maru,serif;cursor:pointer;transition:background-color .3s ease}button:disabled{cursor:not-allowed;opacity:.45}button:active,label:active{box-shadow:none;transform:translateY(5px)}input[type=text],input[type=password],input[type=number]{display:flex;text-align:center;justify-content:center;align-items:center;margin:0 auto;width:120px;height:20px;border-radius:18px;border:1px solid rgb(207,157,157);background-color:#fff;color:#4d4d4d;font-size:14px;font-family:Kiwi Maru,serif;touch-action:manipulation}input[type=date]{display:flex;text-align:center;justify-content:center;align-items:center;margin:0 auto;width:122px;height:27px;border-radius:18px;border:1px solid rgb(207,157,157);background-color:#fff;color:#4d4d4d;font-size:14px;font-family:Kiwi Maru,serif;touch-action:manipulation}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;display:flex;text-align:center;text-align-last:center;justify-content:center;align-items:center;margin:0 auto;width:138px;height:28px;border-radius:18px;border:1px solid rgb(207,157,157);background-color:#fff;color:#4d4d4d;font-size:14px;font-family:Kiwi Maru,serif;touch-action:manipulation}p{margin:0 auto;color:#4d4d4d;font-size:14px;font-family:Kiwi Maru,serif}table{width:100%;border-collapse:collapse;table-layout:fixed;margin-top:10px;overflow-y:scroll}th,td{border:1px solid rgb(181,195,160);text-align:left;padding:4px;white-space:normal;font-size:10px;word-wrap:break-word;overflow-wrap:break-word}th{background-color:#ddebc8;color:#4d4d4d}tr.active,tr:active,tr:hover{background-color:#f3adbf}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:.25;transform:scale(.75)}}.loading{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background-color:#ffffffb3;z-index:1000}.pulse_container{width:120px;display:flex;margin:0 auto;justify-content:space-between;align-items:center}.pulse_bubble{width:20px;height:20px;border-radius:50%;background-color:#ddebc8}.pulse_bubble_00{animation:pulse .4s ease 0s infinite alternate}.pulse_bubble_01{animation:pulse .4s ease .2s infinite alternate}.pulse_bubble_02{animation:pulse .4s ease .4s infinite alternate}header{position:fixed;top:0;left:0;display:flex;flex-direction:row;align-items:center;width:100%;height:10%;background:radial-gradient(#f7c5c5,#cf9d9d);z-index:2;justify-content:space-between}header .logo_img{margin-left:10px;max-height:80%}header .hamburger_menu{width:30px;height:25px;margin:0 20px 0 0;position:relative;cursor:pointer;z-index:11;background:transparent;box-shadow:none;border-radius:0}header .hamburger_menu span{position:absolute;left:0;width:100%;height:3px;background-color:#5a5a5a;transition:all .3s ease}header .hamburger_menu span:first-of-type{top:0}header .hamburger_menu.active span:first-of-type{transform:rotate(45deg);top:0}header .hamburger_menu span:nth-of-type(2){top:50%}header .hamburger_menu.active span:nth-of-type(2){opacity:0}header .hamburger_menu span:last-of-type{top:100%}header .hamburger_menu.active span:last-of-type{transform:rotate(-45deg);top:0}header .menu_screen{position:fixed;top:0;right:-50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:50%;height:100%;background-color:#ddebc8;transition:right .3s ease;z-index:10}header .menu_screen.active{right:0;box-shadow:-5px 0 20px #5a5a5a}header .menu_screen button,header .menu_screen label{margin-top:50px}header select{margin-top:50px;width:100px;height:40px;border-radius:20px;border:none;background-color:#f7c5c5;box-shadow:0 5px #cf9d9d;cursor:pointer}main{width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1}main.login_main{padding-top:0}main .blc_container{width:95%;height:80%;justify-content:center;align-items:center;margin:0 auto}main .blc_container.active{display:block}main .login_panel.active,main .table_panel.active{display:flex;flex-direction:column}main .blc{width:300px;height:60px;justify-content:center;align-items:center;display:flex;flex-direction:row;margin:10px auto}main .table_container{width:100%;max-width:1200px;height:400px;margin:auto;overflow-y:auto}.table_container.editing input[type=number],.table_container.editing input[type=date],.table_container.editing input[type=text],.table_container.editing select{display:block;width:100%;max-width:100%;box-sizing:border-box;font-size:inherit;padding:2px;overflow-x:auto;white-space:nowrap}main .cell-editor{width:100%;box-sizing:border-box;font-size:1em;padding:2px 4px;height:2em;min-width:0;max-width:100%}main .exp_zn{width:40%;display:flex}main .inp_zn{width:60%;display:flex;touch-action:manipulation}main .nav_btns{display:flex;flex-direction:row;align-items:center;justify-content:space-between}main .nav_btns button{margin:20px}main .chart_container{position:relative;width:90%;height:80%;margin:0 auto;background:#fff;padding:10px;box-shadow:0 4px 8px #cf9d9d;border-radius:8px}.message{position:fixed;bottom:8%;left:50%;transform:translate(-50%);width:min(90%,420px);text-align:center;color:#823c3c}footer{position:fixed;top:95%;left:0;display:flex;align-items:center;width:100%;height:5%;z-index:2;justify-content:space-between}footer .triangle{display:inline;width:44px;height:32px;background:transparent;box-shadow:none;color:#4d4d4d;font-size:24px;line-height:1}footer .left{transform:scaleX(-1)}footer .left:active{transform:scaleX(1)}footer .right{transform:scaleX(1)}footer .right:active{transform:scaleX(-1)}
