@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap);@-webkit-keyframes fadeInItem{to{transform:translatex(0);opacity:1}}*{box-sizing:border-box}body{--main-bg:#f5f4fd;--item-hover:#f9f8fb;--secondary-bg:#251d33;--main-container-bg:#fff;--container-shadow:rgba(100,100,111,0.2) 0px 7px 29px 0px;--text-color:#00071d}body.dark{--main-bg:#00071d;--item-hover:#1c2339;--secondary-bg:#36415e;--main-container-bg:#131c31;--text-color:#fff;--tooltip-bg:#251d33;--container-shadow:rgba(#131c31,0.2) 0px 7px 29px 0px}.modal-content{color:var(--text-color);background-color:var(--main-container-bg);box-shadow:var(--container-shadow);border-radius:16px;padding:16px}.custom-control{margin:0 -5px}.custom-control-input{margin:0 5px}.btn-secondary{margin:0 0 5px}body,html{width:100%;margin:0;height:100%;font-family:Poppins,sans-serif}body{background-color:var(--main-bg);transition:.3s ease-in-out;display:flex;justify-content:left;align-items:center}.workspaceWrapper{display:flex;flex-direction:column;height:100%}@media screen and (max-height:520px){.workspaceWrapper{overflow-y:auto;overflow-x:hidden}}.workspaceContainer{background-color:var(--main-container-bg);box-shadow:var(--container-shadow);border-radius:10px;padding:16px;transition:width .3s ease-in-out;position:absolute;width:800px;left:300px;top:15%;max-height:600px}.workspaceThemeContainer{padding:4px;border-radius:4px;color:var(--text-color);overflow:hidden;flex-shrink:0}.historyWrapper{display:flex;flex-direction:column;height:100%}@media screen and (max-height:520px){.historyWrapper{overflow-y:auto;overflow-x:hidden}}.historyContainer{background-color:var(--main-container-bg);box-shadow:var(--container-shadow);border-radius:10px;padding:16px;transition:width .3s ease-in-out;position:absolute;width:350px;right:2%;top:15%;max-height:600px}.historyThemeContainer{padding:4px;border-radius:4px;color:var(--text-color);overflow:hidden;flex-shrink:0}.sidebarWrapper{display:flex;flex-direction:column;height:100%}@media screen and (max-height:520px){.sidebarWrapper{overflow-y:auto;overflow-x:hidden}}.sidebarContainer{background-color:var(--main-container-bg);box-shadow:var(--container-shadow);border-radius:10px;padding:16px;transition:width .3s ease-in-out;position:relative;width:240px;height:100vh;max-height:600px}.sidebarContainer.shrink{width:92px}.sidebarThemeInput{opacity:0;width:0;height:0;position:absolute}.sidebarThemeInputText{font-size:14px;opacity:1;transform:translatex(0);transition:.2s ease-in-out;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shrink .sidebarThemeInputText{width:0;opacity:0;transform:translatex(-8px)}.sidebarThemeType{width:50%;display:flex;align-items:center;justify-content:center;padding:12px 8px;text-align:center;z-index:1;flex-shrink:0;line-height:20px}.shrink .sidebarThemeType{width:100%}.sidebarThemeContainer{padding:4px;border-radius:4px;color:var(--text-color);background-color:var(--main-bg);overflow:hidden;flex-shrink:0}.sidebarThemeLabel{display:flex;justify-content:space-between;position:relative;cursor:pointer}.sidebarThemeLabel svg{width:18px;height:18px}.shrink .sidebarThemeLabel.switched .light{display:none}.sidebarThemeLabel.switched:before{left:50%}.shrink .sidebarThemeLabel.switched:before{left:2px}.sidebarThemeLabel:not(.switched) .shrink .sidebarThemeLabel .dark{display:none}.sidebarThemeLabel:before{content:"";position:absolute;z-index:0;display:inline-block;width:calc(50% - 2px);height:calc(100% - 4px);border-radius:4px;background-color:var(--main-container-bg);left:2px;top:50%;transform:translatey(-50%);transition:left .3s ease}.shrink .sidebarThemeLabel:before{width:calc(100% - 4px)}.sidebarViewButton{position:absolute;width:20px;height:20px;border-radius:50%;border:none;right:-10px;top:32px;padding:0;cursor:pointer;transition:.3s ease-in-out;color:#fff;box-shadow:var(--container-shadow);background-color:var(--secondary-bg);display:flex;align-items:center;justify-content:center}.sidebarViewButton:hover{opacity:.8}.sidebarViewButton svg{width:16px}.shrink .sidebarViewButton{transform:rotatey(-180deg)}.sidebarList{list-style:none;padding:0;margin:12px 0 0}.sidebarListItem{color:var(--text-color);display:flex;align-items:center;-webkit-animation:fadeInItem .6s forwards;animation:fadeInItem .6s forwards;transition:background .2s ease-in;transform:translatex(-16px);opacity:0;padding:8px 0;position:relative}.shrink .sidebarListItem span{visibility:hidden}.sidebarListItem.active a{background-color:var(--main-bg)}.sidebarListItem:not(.active) a:hover{background-color:var(--item-hover)}.sidebarListItem:hover .sidebar-listItemText{display:inline-block;opacity:1;left:calc(100% + 8px);visibility:visible}.sidebarListItem+li{border-top:1px solid var(--item-hover)}.sidebarListItem a{width:100%;padding:20px;border-radius:4px;display:flex;align-items:center;cursor:pointer;text-decoration:none}.sidebarListItem a,.sidebarListItem a:hover{color:var(--text-color)}.sidebarListIcon{width:20px;height:20px;display:inline-block;margin-right:8px;flex-shrink:0}.shrink .sidebarListIcon{margin-right:0}.sidebarProfileSection{display:flex;align-items:center;margin-top:auto;border:1px solid var(--item-hover);padding:8px 10px;border-radius:28px;overflow:hidden;height:60px;flex-shrink:0;transition:background .3s ease-in-out;cursor:pointer;text-decoration:none}.sidebarProfileSection:hover{background-color:var(--item-hover)}.sidebarProfileSection img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:8px;flex-shrink:0}.sidebarProfileSection span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-color)}.shrink .sidebarProfileSection span{display:none}.shrink .sidebarProfileSection{border-radius:50%}.sidebarListItemText{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:20px}.shrink .sidebarListItemText{position:absolute;padding:8px;left:100%;opacity:0;background-color:var(--secondary-bg);color:#fff;font-size:12px;border-radius:4px;transition:left .3s ease-in-out,opacity .3s ease-in-out}.sidebarListItem:nth-child(n+0){-webkit-animation-delay:0s;animation-delay:0s}.sidebarListItem:nth-child(n+1){-webkit-animation-delay:.2s;animation-delay:.2s}.sidebarListItem:nth-child(n+2){-webkit-animation-delay:.4s;animation-delay:.4s}.sidebarListItem:nth-child(n+3){-webkit-animation-delay:.6s;animation-delay:.6s}.sidebarListItem:nth-child(n+4){-webkit-animation-delay:.8s;animation-delay:.8s}.sidebarListItem:nth-child(n+5){-webkit-animation-delay:1s;animation-delay:1s}@keyframes fadeInItem{to{transform:translatex(0);opacity:1}}table[data-v-877b806a]{width:100%;border-spacing:3px}td[data-v-877b806a],th[data-v-877b806a]{padding:5px}label span[data-v-877b806a]{display:inline-block;margin-left:10px}table[data-v-46696580]{width:100%;border-spacing:3px}td[data-v-46696580],th[data-v-46696580]{padding:5px}label span[data-v-46696580]{display:inline-block;margin-left:10px}
/*# sourceMappingURL=app.d6fb682b.css.map */