.header{min-height:30%;box-sizing:border-box;padding:10px;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;background-color:var(--background-primary)}.content,.header{width:100%;height:auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.content{min-height:70%;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:flex-start;align-content:flex-start}.left{margin-left:10px}.left,.right{background-color:var(--background-secondary);width:49%;height:100%;margin-bottom:15px;border-radius:20px}.right{margin-right:10px}@media only screen and (max-width:1080px){.header{min-height:35%}.content{-webkit-flex-direction:column;flex-direction:column;grid-gap:15px;gap:15px}.left{margin-left:0;border-radius:30px 30px 30px 30px}.right{border-radius:30px 30px 0 0;margin-right:0}}.logo{width:100px;cursor:pointer}.logo>svg{width:100px;-webkit-filter:drop-shadow(0 0 25px rgba(0,0,0,.5));filter:drop-shadow(0 0 25px rgba(0,0,0,.5))}.title{width:50%;margin:10px 0 0;font-size:25px;font-weight:700}.description,.title{cursor:default;text-align:center;color:var(--text-color)}.description{width:75%;margin:0;font-size:15px}.icons{margin:0 25px 5px auto;-webkit-flex-direction:row;flex-direction:row}.icon,.icons{display:-webkit-flex;-webkit-align-content:center;display:flex;align-content:center}.icon{width:25px;height:25px;cursor:pointer;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.icon:not(:first-child){margin-left:15px}.icon>svg{fill:var(--icon-color)}@media only screen and (max-width:1080px){.icons{grid-gap:10px;gap:10px;margin-right:auto;margin-bottom:15px}.icon,.icon:not(:first-child){margin-left:0}}.colors-container{margin-top:25px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;grid-gap:5px;gap:5px}.colors-animated,.colors-container{width:100%;height:auto}.color-item{width:100%;height:80px;background-color:var(--background-tertiary);border-radius:0 20px 20px 20px;transition:background-color .2s ease,border .2s ease;box-sizing:border-box;margin-bottom:20px;padding:16px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:center;align-content:center}.color-item:hover{background-color:var(--background-quinary)}.color-preview{width:55px;height:55px;border-radius:100%;background-color:#000;transition:background-color .2s ease}.color-input{width:123px;height:37px;margin-left:16px;padding-left:12px;border:none;border-radius:25px;transition:border .2s ease;border:2px solid var(--background-quaternary);font-family:Ginto;font-weight:400;font-size:15px;color:var(--input-color);background-color:var(--background-quaternary)}.color-input:hover{border:2px solid var(--input-hover)}.color-input:focus{border:2px solid var(--input-focus)}.color-input::-webkit-input-placeholder{opacity:.5;color:var(--input-color)}.color-input::placeholder{opacity:.5;color:var(--input-color)}.color-input:-ms-input-placeholder{opacity:.5;color:var(--input-color)}.color-input::-ms-input-placeholder{opacity:.5;color:var(--input-color)}.color-button{width:42.5px;height:42.5px;transition:color .2s ease,background-color .2s ease;display:-webkit-flex;display:flex;-webkit-align-content:center;align-content:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;cursor:pointer;border-radius:100%;background-color:var(--button-background-default)}.color-button:not(:first-child){margin-left:10px}.color-button>svg{width:20px;height:20px;fill:var(--icon-color)}.color-button:hover{background-color:var(--button-background-hover)}.color-counter-container{height:32px;position:relative}.color-counter{width:32px;height:32px;position:absolute;-webkit-user-select:none;-ms-user-select:none;user-select:none;top:-40px;left:-245px;overflow:hidden;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;transition:background-color .2s ease;background-color:var(--background-tertiary);border-radius:100%}.color-counter-text{margin:0;cursor:default;text-align:center;font-size:20px;color:var(--text-color)}.color-management{margin-right:auto}@media only screen and (max-width:1080px){.color-item{width:auto;height:auto;-webkit-flex-wrap:wrap;flex-wrap:wrap;grid-gap:15px;gap:15px}.color-management{margin-right:0;grid-gap:10px;gap:10px}.color-management>.color-button{margin-left:0}}.points-container{min-width:190px;height:75px;box-sizing:border-box;margin-top:25px;padding:9px;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .2s ease,border .2s ease;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:center;align-content:center;border-radius:100px;background-color:var(--background-tertiary)}.points-container:hover{background-color:var(--background-quinary)}.points-button{width:50px;height:50px;transition:color .2s ease,background-color .2s ease;display:-webkit-flex;display:flex;-webkit-align-content:center;align-content:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;cursor:pointer;border-radius:100%;background-color:var(--button-background-default)}.points-button>svg{width:24px;height:24px;fill:var(--icon-color)}.points-button:hover{background-color:var(--button-background-hover)}.points-text{margin:0 10px;cursor:default;text-align:center;font-size:25px;color:var(--input-color)}:root{--background-primary:#202225;--background-secondary:#292b2f;--background-tertiary:#36393f;--background-quaternary:#40444b;--background-quinary:#3a3e44;--button-background-default:#202225;--button-background-hover:#2c2f33;--text-color:#fff;--icon-color:#fff;--input-color:#dcddde;--input-hover:#303338;--input-focus:#00aff4;--scrollbar-thumb-color:#202225;--scrollbar-thumb-color-secondary:#36393f;--scrollbar-track-color:#2e3338;--scrollbar-track-color-secondary:#292b2f;--success-color:#3ba45c;--add-color:#3ba45c;--remove-color:#ff4d4d}@font-face{font-family:Ginto;src:url(../../static/media/ginto-bold.bf7c2ce6.otf),url(../../static/media/ginto-bold.8be145b8.ttf),url(../../static/media/ginto-bold.69548f1a.woff),url(../../static/media/ginto-bold.143a3d74.woff2);font-weight:700}@font-face{font-family:Ginto;src:url(../../static/media/ginto-medium.e05a43d9.otf),url(../../static/media/ginto-medium.e4fd6c7c.ttf),url(../../static/media/ginto-medium.7bcc2ce4.woff),url(../../static/media/ginto-medium.1d9abfac.woff2);font-weight:400}@font-face{font-family:Ginto;src:url(../../static/media/ginto-regular.85a88b9f.otf),url(../../static/media/ginto-regular.28ce758d.ttf),url(../../static/media/ginto-regular.7692b342.woff),url(../../static/media/ginto-regular.c6488e69.woff2);font-weight:lighter}body,html{width:100%;height:100%}body{margin:0;background-color:#202225;background-color:var(--background-primary);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}body,p{font-family:Ginto}p{font-weight:400;color:#fff;color:var(--text-color)}input:focus,textarea:focus{outline:none}a,a:link,a:visited{text-decoration:none;color:#00b0f4}a:hover{text-decoration:underline}.box{-webkit-flex-direction:row;flex-direction:row;-webkit-align-content:center;align-content:center}.box,.overlay{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.overlay{width:100%;height:100%;-webkit-flex-direction:column;flex-direction:column;opacity:0;transition:opacity .2s ease;position:fixed;z-index:3;background-color:rgba(0,0,0,.5)}.overlay-content{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;max-width:65%;overflow-wrap:break-word;padding:30px;border-radius:25px;color:#fff;color:var(--text-color);background-color:#292b2f;background-color:var(--background-secondary)}.overlay-content>div:first-child{width:100%}.overlay-sidebar{width:30px;height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center}.overlay-button{width:20px;height:20px;transition:opacity .2s ease;cursor:pointer;fill:#fff;fill:var(--icon-color)}.overlay-button:hover{opacity:.65}@media only screen and (max-width:1080px){body{zoom:90%}}::-webkit-scrollbar{height:16px;width:16px}::-webkit-scrollbar-corner{background-color:transparent}::-webkit-scrollbar-thumb{background-color:#202225;background-color:var(--scrollbar-thumb-color);min-height:40px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border:4px solid transparent;border-radius:8px;background-clip:padding-box}::-webkit-scrollbar-track{background-color:#2e3338;background-color:var(--scrollbar-track-color);margin-bottom:8px;margin-top:10px}body::-webkit-scrollbar{height:16px;width:16px}body::-webkit-scrollbar-corner{background-color:transparent}body::-webkit-scrollbar-thumb{background-color:#36393f;background-color:var(--scrollbar-thumb-color-secondary);min-height:40px}body::-webkit-scrollbar-thumb,body::-webkit-scrollbar-track{border:4px solid transparent;border-radius:8px;background-clip:padding-box}body::-webkit-scrollbar-track{background-color:#292b2f;background-color:var(--scrollbar-track-color-secondary);margin-bottom:8px;margin-top:10px}.output-container{width:auto;height:auto;box-sizing:border-box;margin-top:25px;padding:10px;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-flex-direction:row;flex-direction:row;grid-gap:10px;gap:10px;border-radius:100px;background-color:var(--background-tertiary)}.output-button,.output-container{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center}.output-button{width:40px;height:40px;transition:color .2s ease,background-color .2s ease,border .2s ease;-webkit-justify-content:center;justify-content:center;cursor:pointer;border-radius:100%;border:3.5px solid var(--button-background-default);background-color:var(--button-background-default)}.output-button-selected{border:3.5px solid var(--icon-color)}.output-button>svg{width:24px;height:24px;fill:var(--icon-color)}.output-button:hover{background-color:var(--button-background-hover);border:3.5px solid var(--button-background-hover)}.output-button-selected:hover{background-color:var(--button-background-hover);border:3.5px solid var(--icon-color)}.output-code{width:165px;height:35px;position:relative;border-radius:0 0 20px 20px;background-color:var(--background-tertiary)}.output-code:before{left:-10px}.output-code:after,.output-code:before{content:"";position:absolute;top:0;width:10px;height:10px;z-index:1;background:var(--background-tertiary)}.output-code:after{right:-10px}.output-code>div{width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center}.output-code>div:before{left:-20px}.output-code>div:after,.output-code>div:before{content:"";position:absolute;top:0;width:20px;height:20px;border-radius:10px;z-index:2;background:var(--background-secondary)}.output-code>div:after{right:-20px}.output-code-content{width:125px;max-width:125px;color:var(--text-color);font-size:13px;text-align:center;cursor:pointer;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.output-code-icon{width:14px;height:14px;cursor:pointer;fill:var(--icon-color);margin:4px;transition:opacity .2s ease,fill .2s ease,-webkit-transform .5s ease;transition:opacity .2s ease,fill .2s ease,transform .5s ease;transition:opacity .2s ease,fill .2s ease,transform .5s ease,-webkit-transform .5s ease}.output-code-icon:hover{opacity:.75}.output-code-icon-success{opacity:1!important;-webkit-transform:rotate(1turn);transform:rotate(1turn);fill:var(--success-color)}.output-folders-container{width:90%;height:auto;margin-top:25px;display:-webkit-flex;display:flex}.output-folders-item{width:100%;height:100%;padding:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-content:center;align-content:center}.output-folders-item:first-child{border-radius:30px 0 0 30px;background-color:#202225}.output-folders-item:first-child>div>div>.folder-item{background-color:#2f3136}.output-folders-item:first-child>div>div>.folder-item:hover{background-color:#36393f}.output-folders-item:first-child>div>div>.message-item>div>div>.message-date{color:#72767d}.output-folders-item:first-child>div>div>.message-item>div>.message-content{color:#dcddde}.output-folders-item:last-child{border-radius:0 30px 30px 0;background-color:#e3e5e8}.output-folders-item:last-child>div>div>.folder-item{background-color:#f2f3f5}.output-folders-item:last-child>div>div>.folder-item:hover{background-color:#fff}.output-folders-item:last-child>div>div>.message-item>div>div>.message-date{color:#747f8d}.output-folders-item:last-child>div>div>.message-item>div>.message-content{color:#2e3338}.folder-item{width:96px;height:96px;cursor:pointer;transition:background-color .15s ease-out;margin-bottom:8px;border-radius:30px}.folder-item-servers{width:96px;height:96px;padding:12px;box-sizing:border-box;border-radius:30px;transition:background-color .2s ease}.folder-item-server,.folder-item-servers{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.folder-item-server{width:32px;height:32px;z-index:1;border-radius:100%;background-color:#fff}.folder-item-server:first-child{margin-right:4px;margin-bottom:4px}.folder-item-server:nth-child(2){margin-left:4px;margin-bottom:4px}.folder-item-server:nth-child(3){margin-right:4px;margin-top:4px}.folder-item-server:nth-child(4){margin-left:4px;margin-top:4px}@font-face{font-family:"Whitney";font-style:normal;font-weight:500;src:local("Whitney"),url(https://fonts.cdnfonts.com/s/38487/whitneymedium.woff) format("woff")}@font-face{font-family:"Whitney";font-style:italic;font-weight:500;src:local("Whitney"),url(https://fonts.cdnfonts.com/s/38487/whitneymediumitalic.woff) format("woff")}@font-face{font-family:"Whitney";font-style:normal;font-weight:700;src:local("Whitney"),url(https://fonts.cdnfonts.com/s/38487/whitneybold.woff) format("woff")}@font-face{font-family:"Whitney Semibold";font-style:normal;font-weight:500;src:local("Whitney Semibold"),url(https://fonts.cdnfonts.com/s/38487/whitneysemibold.woff) format("woff")}@font-face{font-family:"Whitney Book";font-style:normal;font-weight:500;src:local("Whitney Book"),url(https://fonts.cdnfonts.com/s/38487/whitneybook.woff) format("woff")}@font-face{font-family:"Whitney Light";font-style:normal;font-weight:500;src:local("Whitney Light"),url(https://fonts.cdnfonts.com/s/38487/whitneylight.woff) format("woff")}@font-face{font-family:"Whitney Semibold";font-style:italic;font-weight:500;src:local("Whitney Semibold"),url(https://fonts.cdnfonts.com/s/38487/WhitneySemiboldItalic.woff) format("woff")}@font-face{font-family:"Whitney Book";font-style:italic;font-weight:500;src:local("Whitney Book"),url(https://fonts.cdnfonts.com/s/38487/whitneybookitalic.woff) format("woff")}@font-face{font-family:"Whitney Light";font-style:italic;font-weight:500;src:local("Whitney Light"),url(https://fonts.cdnfonts.com/s/38487/whitneylightitalic.woff) format("woff")}.output-messages-container{height:auto;display:-webkit-flex;-webkit-flex-direction:row;flex-direction:row;margin-top:25px;display:flex}.output-messages-item{width:100%;height:100%;padding:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-content:center;align-content:center}.output-messages-item:first-child{border-radius:30px 0 0 30px;background-color:#36393f}.output-messages-item:first-child>div>div>.message-item>div>div>.message-date{color:#72767d}.output-messages-item:first-child>div>div>div>.message-item>div>.message-content{color:#dcddde}.output-messages-item:last-child{border-radius:0 30px 30px 0;background-color:#fff}.output-messages-item:last-child>div>div>.message-item>div>div>.message-date{color:#747f8d}.output-messages-item:last-child>div>div>div>.message-item>div>.message-content{color:#2e3338}.message-item{width:215px;height:auto;padding:10px;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.message-item,.message-item>div{display:-webkit-flex;display:flex}.message-item>div{-webkit-flex-direction:column;flex-direction:column}.message-avatar{width:40px;height:40px;margin-right:16px;cursor:pointer;background-size:contain;border-radius:50%}.message-avatar:hover{-webkit-filter:drop-shadow(0 4px 4px rgba(128,94,94,.16));filter:drop-shadow(0 4px 4px rgba(128,94,94,.16))}.message-author{margin:0;cursor:pointer;transition:color .2s ease;font-family:Whitney;font-size:16px;font-weight:400;color:#845ec2}.message-author:hover{text-decoration:underline}.message-date{margin:0 0 0 5px;cursor:default;font-size:12px;color:#72767d}.message-content,.message-date{font-family:Whitney;font-weight:400}.message-content{max-width:150px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;color:#dcddde}@media only screen and (max-width:1185px){.output-messages-container{width:auto;-webkit-flex-direction:column;flex-direction:column}.output-messages-item{width:unset}.output-messages-item:first-child{border-radius:30px 30px 0 0}.output-messages-item:last-child{border-radius:0 0 30px 30px}}.output-list-container{width:100%;height:auto;margin-top:25px;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;grid-gap:5px;gap:5px}.output-list-container,.output-list-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center}.output-list-item{width:260px;height:80px;background-color:var(--background-tertiary);border-radius:0 20px 20px 20px;box-sizing:border-box;margin-bottom:20px;padding:16px;transition:background-color .2s ease,border .2s ease;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.output-list-item:hover{background-color:var(--background-quinary)}.output-list-preview{width:50px;height:50px;border-radius:100%;background-color:#000;transition:background-color .2s ease}.output-list-text{min-width:100px;max-width:100px;margin-left:12px;font-family:Ginto;font-weight:400;font-size:20px;color:var(--input-color)}.output-list-button{width:42.5px;height:42.5px;transition:color .2s ease,background-color .2s ease;display:-webkit-flex;display:flex;-webkit-align-content:center;align-content:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin-left:10px;cursor:pointer;border-radius:100%;background-color:var(--button-background-default)}.output-list-button>svg{width:20px;height:20px;fill:var(--icon-color)}.output-list-button:hover{background-color:var(--button-background-hover)}.output-list-counter-container{height:32px;position:relative}.output-list-counter{width:32px;height:32px;position:absolute;-webkit-user-select:none;-ms-user-select:none;user-select:none;top:-40px;left:-197px;overflow:hidden;transition:background-color .2s ease;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:var(--background-tertiary);border-radius:100%}.output-list-counter-text{margin:0;cursor:default;text-align:center;font-size:20px;color:var(--text-color)}.container{padding:30px;overflow:auto;box-sizing:border-box;overflow-y:scroll;overflow-x:hidden}.container,.item{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start}.item{width:100%;min-height:150px;height:auto;-webkit-align-content:center;align-content:center}.item-title{width:50%;margin:10px 0 0;font-size:25px;font-weight:700}.item-description,.item-title{cursor:default;text-align:center;color:var(--text-color)}.item-description{width:75%;margin:0;font-size:15px}@media only screen and (max-width:1080px){.container{width:100%;height:auto;overflow:visible}}
/*# sourceMappingURL=main.d5c09b5e.chunk.css.map */