*{box-sizing:border-box;padding:0;margin:0}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:"Roboto";src:url(/static/media/Roboto-Light.0cea3982.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/static/media/Roboto-Regular.03523cf5.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/static/media/Roboto-Medium.13a29228.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/static/media/Roboto-Bold.4f39c579.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}body{font-family:"Roboto",Helvetica,Arial,sans-serif;font-style:normal}.app{display:flex;flex-flow:column nowrap;width:100vw;height:100vh}.app__body{flex:1 1;overflow-x:hidden;overflow-y:auto}.app__body::-webkit-scrollbar{width:7px}.app__body::-webkit-scrollbar-track{background:hsla(0,0%,94.5%,.2)}.app__body::-webkit-scrollbar-thumb{background:#888;border-radius:5px}.app__body::-webkit-scrollbar-thumb:hover{background:#555}.Loader--container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.search-list{position:absolute;margin-top:2px;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:300px;background-color:#fff;border-radius:4px;box-shadow:0 4px 4px rgba(0,0,0,.1),0 2px 2px rgba(0,0,0,.25);overflow-x:hidden;overflow-y:auto}.search-list::-webkit-scrollbar{width:7px;height:7px}.search-list::-webkit-scrollbar-track{background:hsla(0,0%,94.5%,.2)}.search-list::-webkit-scrollbar-thumb{background:hsla(0,0%,53.3%,.5);border-radius:5px}.search-list::-webkit-scrollbar-thumb:hover{background:#888}.search-list__empty{display:flex;justify-content:center;align-items:center;padding:10px 15px;font-size:16px;line-height:1.2;color:rgba(0,0,0,.85)}.search-list__item{display:flex;flex-flow:column nowrap;color:rgba(0,0,0,.85);border-bottom:1px solid rgba(0,0,0,.12);padding:10px 5px;text-decoration:none}.search-list__item:hover{background-color:rgba(0,0,0,.05)}.search-list__item__name{display:flex;flex-flow:row wrap;font-size:16px;line-height:1.2}.search-list__item__name .type{font-weight:400;padding-right:10px}.search-list__item__name .name{font-weight:500}.search-list__item__description{margin-top:10px;height:36px;font-size:12px;line-height:1;font-weight:300;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.users{flex-flow:column nowrap;max-width:940px;background-color:#fff;border-radius:4px;box-shadow:0 0 4px rgba(0,0,0,.1),4px 4px 4px rgba(0,0,0,.1)}.users,.users-container{display:flex;width:100%;height:100%;padding:20px 40px}.users-container{justify-content:center;align-items:center}@media screen and (max-width:768px){.users,.users-container{padding:10px 15px}}.users__header{display:flex;justify-content:space-between;align-items:center}.users__header h1{font-size:24px;line-height:1.2;font-weight:500;color:#1976d2}.table-list .table{display:flex;flex-flow:column nowrap;margin-top:10px;max-height:calc(100% - 44px);max-width:100%;overflow-x:auto}.table-list .table::-webkit-scrollbar{height:5px;width:5px}.table-list .table::-webkit-scrollbar-track{background:transparent}.table-list .table::-webkit-scrollbar-thumb{background:hsla(0,0%,53.3%,.5);border-radius:5px}.table-list .table::-webkit-scrollbar-thumb:hover{background:#888}.table-list .table-head{flex:0 0;display:flex;flex-flow:row nowrap;border-bottom:1px solid rgba(0,0,0,.12);min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.table-list .table-head__column{flex:1 1;display:flex;align-items:center;padding:5px 10px;font-size:14px;font-weight:600;text-transform:uppercase;line-height:1.2;color:rgba(0,0,0,.8)}.table-list .table-head__column:first-of-type{border-right:1px solid rgba(0,0,0,.12)}.table-list .table-head__column.button{justify-content:center;flex:0 0;min-width:60px}.table-list .table-head__column:first-of-type{min-width:180px;margin-right:5px}.table-list .table-head__column:nth-of-type(2){min-width:80px}.table-list .table-body{flex:1 1;overflow-y:scroll;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.table-list .table-body::-webkit-scrollbar{height:5px;width:5px}.table-list .table-body::-webkit-scrollbar-track{background:transparent}.table-list .table-body::-webkit-scrollbar-thumb{background:hsla(0,0%,53.3%,.5);border-radius:5px}.table-list .table-body::-webkit-scrollbar-thumb:hover{background:#888}.table-list .table-body__row{display:flex;flex-flow:row nowrap}.table-list .table-body__row:nth-of-type(2n){background-color:rgba(154,172,231,.1)}.table-list .table-body__column{flex:1 1;display:flex;align-items:center;padding:5px 10px;font-size:14px;line-height:1.2;color:rgba(0,0,0,.87)}.table-list .table-body__column:first-of-type{border-right:1px solid rgba(0,0,0,.12);min-width:180px}.table-list .table-body__column:nth-of-type(2){min-width:80px}.table-list .table-body__column.button{justify-content:center;flex:0 0;min-width:60px}.main-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.project-link{text-decoration:none;color:#1662ad}.projectslist{flex-flow:column nowrap;max-width:940px;background-color:#fff;border-radius:4px;box-shadow:0 0 4px rgba(0,0,0,.1),4px 4px 4px rgba(0,0,0,.1)}.projectslist,.projectslist-container{display:flex;width:100%;height:100%;padding:20px 40px}.projectslist-container{justify-content:center;align-items:center}@media screen and (max-width:768px){.projectslist,.projectslist-container{padding:10px 15px}}.projectslist__header{display:flex;justify-content:space-between;align-items:center}.projectslist__header h1{font-size:24px;line-height:1.2;font-weight:500;color:#1976d2}.documentation{width:100%;height:100%;display:flex;font-family:"Roboto",Helvetica,Arial,sans-serif}.documentation .fab-button{background-color:#1976d2}.documentation .fab-button-container{position:fixed;bottom:40px;right:40px;width:auto;height:auto}.documentation .fab-button-container.pending,.documentation .fab-button-container.pending span{cursor:progress!important}.documentation .fab-button svg{color:#fff}.documentation .fab-button:hover{background-color:#115293}.documentation__nav-container{min-width:300px;width:300px;height:calc(100vh - 64px);overflow-x:hidden;overflow-y:auto;padding-right:-5px;border-right:1px solid rgba(0,0,0,.12);box-sizing:border-box;background-color:#fff;transition:all .2s ease-out}.documentation__nav-container::-webkit-scrollbar{width:7px;height:7px}.documentation__nav-container::-webkit-scrollbar-track{background:transparent}.documentation__nav-container::-webkit-scrollbar-thumb{background:hsla(0,0%,53.3%,.25);border-radius:5px}.documentation__nav-container::-webkit-scrollbar-thumb:hover{background:#888}@media screen and (max-width:1024px){.documentation__nav-container{position:absolute;transform:translateX(-300px)}.documentation__nav-container.active{transform:translateX(0)}}.documentation__nav .documentation__nav__collapse-link{text-decoration:none;color:rgba(0,0,0,.8)}.documentation__nav .documentation__nav__collapse-item{padding:2px 15px 2px 35px}.documentation__nav .documentation__nav__collapse-item:hover{text-decoration:none}.documentation__nav .documentation__nav__collapse-text{margin-top:4px;margin-bottom:4px;font-size:14px;line-height:21px;font-weight:400;letter-spacing:.01em;text-decoration:none}.documentation__section{width:calc(100vw - 300px);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.documentation__section-container{flex-grow:1;height:100%;width:100%;display:flex;overflow-y:auto;overflow-x:hidden}.documentation__section-container::-webkit-scrollbar{width:7px;height:7px}.documentation__section-container::-webkit-scrollbar-track{background:transparent}.documentation__section-container::-webkit-scrollbar-thumb{background:hsla(0,0%,53.3%,.25);border-radius:5px}.documentation__section-container::-webkit-scrollbar-thumb:hover{background:#888}@media screen and (max-width:1024px){.documentation__section{width:100vw}}.doc-list{display:flex;flex-flow:column nowrap;width:100%;max-width:940px;padding:30px 40px;margin:0 auto}@media screen and (max-width:1024px){.doc-list{padding:30px 20px}}@media screen and (max-width:768px){.doc-list{padding:15px 10px}}.doc-list__group{display:flex;flex-flow:column nowrap;margin-bottom:20px;font-family:"Roboto",Helvetica,Arial,sans-serif}.doc-list__group__title{font-size:32px;font-weight:400;line-height:1.2}.doc-list__group__items{display:grid;grid-template-columns:50% 50%;padding-left:20px}@media screen and (max-width:768px){.doc-list__group__items{grid-template-columns:100%}}.doc-list__group__item{margin-top:5px}.doc-list__group__item a{display:flex;font-size:16px;line-height:1.2;text-decoration:none;padding:5px 10px;color:#0065b3}.doc-list__group__item a:hover{text-decoration:underline}.doc-list__group__item a:visited{color:#609}.doc{width:100%;max-width:940px;padding:30px 40px}.doc-container{display:flex;font-family:"Roboto",Helvetica,Arial,sans-serif}.doc-wrapper{width:calc(100% - 200px);display:flex;justify-content:center}@media screen and (max-width:768px){.doc-wrapper{width:100%}}@media screen and (max-width:1024px){.doc{padding:30px 20px}}@media screen and (max-width:768px){.doc{padding:15px 10px}}.doc__header{display:flex;flex-flow:column nowrap}.doc__header__name{font-size:36px;font-weight:500;line-height:1.2;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc__header__name-container{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:768px){.doc__header__name{font-size:30px}}@media screen and (max-width:425px){.doc__header__name{font-size:24px}}.doc__header__name .doc-type{font-weight:400;color:rgba(0,0,0,.8);padding-right:15px}.doc__header__description{margin-top:20px;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.02em;white-space:pre-wrap;color:rgba(0,0,0,.87)}.doc__body-param{margin-top:20px}.doc__body-param__name{margin-bottom:20px;font-size:24px;font-weight:400;line-height:1.2;color:rgba(0,0,0,.87)}.doc__body-param__table{display:flex;flex-flow:column nowrap;width:100%;overflow-x:auto}.doc__body-param__table::-webkit-scrollbar{height:5px}.doc__body-param__table::-webkit-scrollbar-track{background:transparent}.doc__body-param__table::-webkit-scrollbar-thumb{background:hsla(0,0%,53.3%,.5);border-radius:5px}.doc__body-param__table::-webkit-scrollbar-thumb:hover{background:#888}.doc__body-param__table .table-header{display:flex;border-bottom:1px solid rgba(0,0,0,.12);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:100%}.doc__body-param__table .table-header__column{display:flex;justify-content:center;align-items:center;padding:5px 10px;font-size:16px;font-weight:500;text-transform:uppercase;line-height:1.2;border-right:1px solid rgba(0,0,0,.12)}.doc__body-param__table .table-header__column:last-of-type{border-right:none}.doc__body-param__table .table-header__column:first-of-type{flex:2 1;min-width:200px}.doc__body-param__table .table-header__column:nth-of-type(2){flex:1 1;min-width:120px}.doc__body-param__table .table-header__column:nth-of-type(3){flex:3 1;min-width:200px}.doc__body-param__table .table-body{display:flex;flex-flow:column nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:100%}.doc__body-param__table .table-body__row{display:flex}.doc__body-param__table .table-body__row:nth-of-type(odd){background-color:rgba(154,172,231,.1)}.doc__body-param__table .table-body__column{display:flex;justify-content:center;align-items:center;padding:5px 10px;font-size:16px;text-align:center;line-height:1.2;color:rgba(0,0,0,.87);border-right:1px solid rgba(0,0,0,.12)}.doc__body-param__table .table-body__column:last-of-type{border-right:none}.doc__body-param__table .table-body__column:first-of-type{flex:2 1;min-width:200px}.doc__body-param__table .table-body__column:nth-of-type(2){flex:1 1;min-width:120px}.doc__body-param__table .table-body__column:nth-of-type(3){flex:3 1;min-width:200px;justify-content:left;white-space:pre-wrap;text-align:left}.doc__syntax{margin-top:20px;display:flex;flex-flow:column nowrap}.doc__syntax__topline{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.doc__syntax__name{margin-bottom:20px;font-size:24px;font-weight:400;line-height:1.2;color:rgba(0,0,0,.87)}.doc__syntax__example--container{display:flex;flex-flow:column nowrap;border:1px solid rgba(0,0,0,.12);border-radius:4px}.doc__syntax__example--buttons{display:flex;padding:2px;border-bottom:1px solid rgba(0,0,0,.12);background-color:rgba(200,215,255,.05)}.doc__syntax__example--buttons>span{flex:1 1}.doc__syntax__example--string{padding:10px 15px;background-color:rgba(200,215,255,.025);font-family:monospace;font-size:14px;font-weight:400;line-height:1.5}.doc__history{margin-top:20px}.doc__history__name{margin-bottom:20px;font-size:24px;font-weight:400;line-height:1.2;color:rgba(0,0,0,.87)}.doc__history__items{display:flex;flex-flow:column nowrap}.doc__history__item{padding:10px 15px;margin-bottom:20px;font-size:16px;line-height:1.5;color:rgba(0,0,0,.87);background-color:rgba(154,172,231,.1);border-radius:8px}.doc__content{width:195px;position:fixed}.doc__content-container{position:relative;width:195px;padding-top:30px}@media screen and (max-width:768px){.doc__content-container{display:none}}.content{font-family:"Roboto","Helvetica","Arial",sans-serif}.content__name{padding-left:8px;margin-bottom:10px;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.01em;color:rgba(0,0,0,.87)}.content__list{display:flex;flex-flow:column nowrap}.content__list a{display:block;padding:4px 0 4px 5px;font-size:14px;line-height:1.5;box-sizing:border-box;text-decoration:none;border-left:3px solid transparent;color:rgba(0,0,0,.54)}.content__list a.active{color:rgba(0,0,0,.87);border-left-color:#e0e0e0}.content__list a:hover{border-left-color:#eee}.content__list a:active{border-left-color:#e0e0e0}.elipsis-wrapper{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-404{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.page-404__image{max-height:100%;max-width:100%}.page-404__image-container{max-width:600px;max-height:100%;width:100%;height:100%;padding:15px;display:flex;justify-content:center;align-items:center}
/*# sourceMappingURL=main.4f2e389f.chunk.css.map */