@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";.App{color:#f0f8ff;display:grid;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}main{height:calc(100vh - 160px);overflow:auto}.app-content{margin:0;padding:0;display:flex;flex-direction:column;width:1080px;justify-self:center}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}header{height:80px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}header .nav-item{padding:0 12px;cursor:pointer;font-size:28px;color:#f0f8ff;text-decoration:none}header .nav-item.active{font-weight:500;border-bottom:1px solid rgba(240,248,255,.3647058824)}header .nav-brand{cursor:pointer;font-size:28px;align-items:center}header .nav-logo{display:flex;cursor:pointer;font-size:large;background-color:#0d3c6618;border-radius:20%;margin:auto;height:75px}header .nav-left{display:flex;align-items:baseline}header .nav-right{display:flex}header .nav-menu-group{padding:0 20px}.user-menu{flex-direction:column;position:relative;width:100px}.user-menu:hover .user-menu-dropdown-content{display:block}.user-menu-dropdown-content{width:100px;margin:0;padding:10px;list-style:none;display:none;position:absolute;z-index:1;background-color:#f0f8ff0e;border-radius:5px}.user-menu-dropdown-item{margin:0;padding-left:0;font-size:24px}.home{display:flex;flex-direction:column;padding:20px}.home-title{font-size:34px;font-weight:400;padding:10px;margin:5px}.home-list li{margin:10px;padding:10px 0 10px 20px;font-size:28px}footer{flex-shrink:0;height:80px;display:flex;justify-content:space-between;font-size:22px;align-items:center}.footer-left,.footer-right{display:flex}.footer-logo{display:flex;gap:18px}.contacts{display:flex;flex-direction:column;padding:20px}.contacts-title{font-size:34px;font-weight:400;padding:10px;margin:5px}.contacts-list li{margin:10px;padding:10px 0 10px 20px;font-size:28px}body{margin:0;font-family:IBM Plex Mono,monospace,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#3c4457}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #3c4457}::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px #221f1f}input:focus,select:focus,textarea:focus,button:focus{outline:none}.login-callback{display:flex;position:static;height:100%;color:#f0f8ff;align-items:center;justify-content:center;background-color:#000000af;height:100vh}.login-callback .login-callback-content{font-size:34px}.login-callback .login-callback-content.error{color:#d7d6ec}
