.chart{width:100%;height:100vh;padding-top:20px;padding-inline:15px;display:flex;box-sizing:border-box;background-color:#e2e2e2}.select{margin-top:4px;margin-left:20px}.select-dropdown{position:relative}.select-dropdown__button{width:120px;height:25px;font-size:12px;margin-bottom:5px;font-family:Lato,sans-serif;border:none;color:#fff;cursor:pointer;border-radius:4px;background-color:#000}@media (min-width: 840px){.select-dropdown__button{width:220px}}@media (min-width: 1284px){.select-dropdown__button{width:280px}}.select-dropdown__button:hover{background-color:#686565}.select-dropdown__content{top:35px;display:none;width:120px;height:70px;overflow-y:auto;padding-bottom:3px;scrollbar-width:none}@media (min-width: 840px){.select-dropdown__content{width:220px}}@media (min-width: 1284px){.select-dropdown__content{width:280px}}.select-dropdown__content-item{font-weight:600;font-size:15px;height:20px;display:flex;border-radius:3px;justify-content:center;font-family:Mozilla,sans-serif;cursor:pointer;background-color:#fff3e0}.select-dropdown__content-item:hover{background-color:#ffb74d}.select-dropdown__content-item:active{background-color:#f57c00}.active{display:grid;gap:3px}.activeExp{background-color:#e65100}.chart-content{display:flex;width:100%}.download{gap:5px;display:flex;align-items:center}.download-button{height:60px;width:160px;font-size:20px;font-weight:800;font-family:Lato,sans-serif;color:#fff;background-color:#000;border:none;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.download-button:hover{background-color:#2e2e2e}.download-name{height:60px;font-size:12px;cursor:pointer;font-weight:800;width:max-content;border-radius:4px;padding-inline:6px;font-family:Lato,sans-serif;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border:1.5px solid black}.notsvc{width:100px;height:100px;background-color:#000;font-family:Lato,sans-serif;position:absolute;top:50px}.error{position:fixed;right:10px;top:10px;display:flex;align-items:center;justify-content:center;font-family:Lato,sans-serif;height:50px;width:170px;font-weight:700;font-size:20px;background-color:#000;color:#fff;border-radius:10px;transform:translate(calc(100% + 10px));opacity:0;transition:transform .8s ease,opacity .8s ease}.spinner-box{height:100vh;display:flex;justify-content:center;align-items:center}.spinner{width:25px;height:25px;border-right:4px solid rgb(0,0,0);border-bottom:4px solid rgb(0,0,0);border-left:4px solid rgb(0,0,0);border-top:4px solid transparent;border-radius:50%;animation:spinner .8s linear infinite}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;overflow:hidden;box-sizing:border-box}.app{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh}.error{position:fixed;right:10px;top:10px;display:flex;align-items:center;justify-content:center;height:50px;width:170px;font-weight:700;font-size:15px;background-color:#000;color:#fff;border-radius:10px;transform:translate(calc(100% + 10px));opacity:0;transition:transform .8s ease,opacity .8s ease}.visible{transform:translate(0);opacity:1}
