#root{display:flex;justify-content:center;align-items:center;row-gap:20px;width:100%;height:100%;margin:0;text-align:center;background-color:#ebebeb}.NoData{display:flex;justify-content:center;flex-wrap:wrap;width:100%;height:100%}.NoData h2{color:#009635;height:20px}@keyframes smoothAppear{0%{opacity:0}to{opacity:1}}@keyframes smoothDisappear{0%{opacity:1}to{opacity:0}}.Alert{position:fixed;top:20px;left:10;display:flex;justify-content:center;align-items:center;opacity:0}.AlertEntrance{position:fixed;top:20px;left:10;display:flex;justify-content:center;align-items:center;opacity:0;width:auto;padding:0 20px;height:30px;border-radius:10px;background-color:#009635;color:#ebebeb;animation:smoothAppear 1s ease 0s 1 normal forwards}.AlertExit{position:fixed;top:20px;left:10;display:flex;justify-content:center;align-items:center;width:auto;padding:0 20px;height:30px;border-radius:10px;background-color:#009635;color:#ebebeb;animation:smoothDisappear 1s ease 0s 1 normal forwards}.ToolTip{top:calc(-100% - 30px);left:50%;transform:translate(-50%);background-color:#00cc47;z-index:1;justify-content:center;align-items:center;border-radius:5px;position:absolute;padding:10px;width:max-content;height:fit-content;min-width:80px;max-width:120px;max-height:30px}.ToolTip:after{content:"";display:block;border-top:10px solid #00CC47;border-left:10px solid transparent;border-right:10px solid transparent;position:absolute;bottom:-7px;left:calc(50% - 10px)}.ToolTip .ToolTipText{text-align:center;width:100%;height:fit-content;max-width:100px;min-height:20px;max-height:30px;overflow:scroll;word-wrap:break-word;font-size:12px}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;font-weight:400}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html{margin:0;width:100%;height:100%}body{margin:0;min-width:100%;min-height:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;font-size:1em;cursor:pointer}
