.app{position:relative;display:flex;flex-direction:column;min-height:100%;max-width:1512px;margin:0 auto;overflow:hidden}.app-wrapper{position:relative;display:flex;flex:1 1 auto}.app-main-content{width:100%;max-width:1172px;overflow-y:auto;overflow-x:hidden;height:calc(100vh - 127px);margin-left:340px;padding:32px 38px}.blackout{position:fixed;top:60px;left:0;width:100%;height:calc(100% - 112px);background:#0000006d;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading{margin:30vh auto;display:flex;width:5em;height:5em;border:3px solid transparent;border-top-color:var(--c-orange);border-bottom-color:var(--c-orange);border-radius:50%;animation:spin 1.5s linear infinite}.loading:before{content:"";display:block;margin:auto;width:1.1em;height:1.1em;border:3px solid var(--c-orange);border-radius:50%;animation:pulse 1s alternate ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(.5)}to{transform:scale(1)}}.chart-loading{display:flex;justify-content:center;align-items:center;height:300px}.chart-loading .loading{margin:auto;width:3em;height:3em}.chart-loading .loading:before{width:.75em;height:.75em}@media (max-width: 1024px){.app-main-content{max-width:1512px;height:calc(100vh - 123px);margin-left:0}.blackout{height:calc(100% - 123px)}}@media (max-width: 600px){.app-main-content{padding:32px 15px}.loading{width:3em;height:3em}.loading:before{width:.65em;height:.65em}}.header{display:flex;justify-content:space-between;align-items:center;width:100%;height:65px;padding:0 30px 0 47px;background:var(--c-bg-secondary)}.header .user-panel{display:flex;gap:55px}.header .user-panel__user{display:flex;cursor:pointer}.header .user-panel__user .img{width:32px;height:32px;background:#fff;border-radius:100px;padding:4px}.header .user-panel__user-name{display:flex;flex-direction:column;justify-content:space-between;height:32px;padding:1px 0;margin-left:15px}.header .user-panel__user-name h5{color:var(--c-text-secondary);font-size:12px;font-weight:400}.header .user-panel__user-name h6{color:var(--c-green-light);font-size:11px;font-weight:400}.header .user-panel__language{display:flex;align-items:center;gap:15px;cursor:pointer}.header .user-panel__language img:last-child{width:16px;height:9px}@media (max-width: 1024px){.header{height:60px;padding:0 25px}.header .user-panel{display:none}.header .menu-icon{display:block}}.menu-icon{display:none;position:relative;width:40px;height:40px;cursor:pointer}.menu-icon span{background-color:#fafafa;height:2.5px;position:absolute;width:100%;left:0;transition:all .25s ease;border-radius:10px}.menu-icon span:first-child{top:6px}.menu-icon span:nth-child(2){top:18px}.menu-icon span:last-child{top:30px}.menu-icon.active span:nth-child(2){opacity:0}.menu-icon.active span:first-child,.menu-icon.active span:last-child{top:15px}.menu-icon.active span:first-child{transform:rotate(45deg)}.menu-icon.active span:last-child{transform:rotate(-45deg)}.sidebar{position:fixed;min-width:340px;height:calc(100vh - 127px);background:var(--c-bg-secondary);overflow-y:auto;transition:transform .2s}.sidebar.active{transform:translate(0)}.sidebar__wrapper h2{color:var(--c-text-primary);font-size:11px;font-weight:400;letter-spacing:1.65px;text-transform:uppercase}.nav{padding:20px 40px}.nav__other-links{margin-top:40px}.nav__other-links ul{margin-top:20px}.nav__other-links ul li a{color:#a1a1a1;font-size:14px;font-weight:400;letter-spacing:.15px}.nav__other-links ul li a:hover{font-weight:500}.nav>ul{margin-top:12px}.nav>ul li a{display:flex;align-items:center;gap:20px;height:44px;width:100%;padding-left:25px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .3s}.nav>ul li a:hover{font-weight:700}.nav>ul li a.active{background:var(--c-orange);box-shadow:0 10px 10px #00000026;color:var(--c-bg-primary);font-weight:700}.nav>ul li a.active svg *{fill:var(--c-bg-primary)}.contacts{display:flex;align-items:center;gap:20px;padding-left:40px;height:88px;width:100%;background:var(--c-bg-thirty);margin:160px 0 20px;cursor:pointer}.contacts:hover{font-weight:700}@media (max-width: 1024px){.sidebar{height:calc(100vh - 123px);transform:translate(-100%);z-index:999}}.sidebar-info{padding:23px 40px;background:var(--c-bg-thirty)}.sidebar-info h3{font-size:24px;font-weight:500;color:var(--c-orange);line-height:1.7;margin-top:2px}.sidebar-info h3 span{font-size:16px;color:var(--c-text-secondary)}.sidebar-info h4{color:#fafafacc;font-size:15px;font-weight:400}.sidebar-info .divider{margin:15px 0 20px}.sidebar-info__info{display:grid;grid-template:repeat(3,1fr)/auto auto;row-gap:15px}.sidebar-info__info p{color:var(--c-text-primary);font-size:12px;font-weight:400}.sidebar-info__info p span{color:var(--c-green-light)}.sidebar-info__info div{color:var(--c-orange);text-align:right;font-size:12px;font-weight:600}.sidebar-info__info div span{font-size:12px;font-weight:600;color:var(--c-text-secondary)}.sidebar-info__buttons{display:flex;gap:16px;width:100%;margin-top:25px}.sidebar-info__buttons button{width:100%}.sidebar-info__buttons .red{color:#ff5151;border:1px solid #ff5151}.footer{display:flex;align-items:center;justify-content:space-between;height:63px;width:100%;background:var(--c-bg-secondary);padding:0 45px 0 370px}.footer div:first-child{font-size:13px;color:var(--c-text-primary)}.footer div:last-child{display:flex;gap:35px;font-size:13px;color:var(--c-orange)}@media (max-width: 1024px){.footer{padding:0 45px 0 30px}}@media (max-width: 768px){.footer{gap:0px;flex-direction:column-reverse;padding:11px 0;border:1px solid rgba(255,255,255,.1215686275)}.footer div:last-child{justify-content:space-between;gap:20px}}:root{--main-scroll-color: rgb(255, 144, 63, .7);--second-scroll-color: rgb(255, 255, 255, .2)}*{scrollbar-width:thin;scrollbar-color:var(--main-scroll-color) var(--second-scroll-color)}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-track{background:var(--second-scroll-color)}*::-webkit-scrollbar-thumb{background-color:var(--main-scroll-color);border-radius:10px;border:1px none var(--main-scroll-color)}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{--c-text-primary: #a1a1a1;--c-text-secondary: #fafafa;--c-bg-primary: #1b1b1b;--c-bg-secondary: #2a2a2a;--c-bg-thirty: #232323;--c-green-light: #1ee0ac;--c-orange: #fd7913;--c-border-line: #39393b}.box{border-radius:4px;border:1px solid #39393c;background:var(--c-bg-secondary);box-shadow:0 10px 50px #0003}.divider{background:#39393c;height:1px;width:100%}.btn-secondary,.btn-primary,.btn-green-light{height:36px;padding:0 25px;border-radius:4px;font-size:14px;letter-spacing:.26px;min-width:fit-content}.btn-secondary:hover,.btn-primary:hover,.btn-green-light:hover{font-weight:500}.btn-secondary{background:var(--c-bg-secondary);color:var(--c-text-secondary)}.btn-primary{background:var(--c-orange);color:var(--c-bg-secondary)}.btn-green-light{background:var(--c-green-light);color:var(--c-bg-secondary)}.btn-border-style{border-radius:4px;border:1px solid #1ee0ac;background:#232323;box-shadow:0 7px 10px #0000003b;color:#1ee0ac;padding:7px 0;font-size:12px;font-weight:400;line-height:20px;letter-spacing:.48px;text-transform:uppercase}.btn-border-style:hover{font-weight:500}html,body,#root{height:100%;-ms-overflow-style:none;overflow:-moz-scrollbars-none}html::-webkit-scrollbar,body::-webkit-scrollbar,#root::-webkit-scrollbar{width:0}html{box-sizing:border-box}*,*:after,*:before{box-sizing:inherit;padding:0;margin:0;list-style:none}a{color:inherit;text-decoration:none}img{max-width:100%}body{background-color:var(--c-bg-primary);color:var(--c-text-primary);font-family:Fira Code,monospace}button,input,textarea,select{outline:none;border:0px;font-family:inherit}button{cursor:pointer}
