.login-background{background-color:#000}.login-container{justify-content:center;align-items:center;height:100vh;display:flex}.login-centered-container{background-color:#fff;border-radius:5px;flex-direction:column;gap:60px;width:250px;height:300px;padding:60px;display:flex}.login-form{flex-direction:column;gap:40px;display:flex}.login-input{flex-direction:column;gap:20px;display:flex}.login-logo{justify-content:center;align-items:center;gap:10px;display:flex}
:root{--app-nav-bar-height:66px}.app-nav-bar-container{align-items:center;margin-bottom:40px}.app-nav-bar-container~main{height:calc(100vh - var(--app-nav-bar-height))}.app-nav-bar-header-container{background:var(--greys-black,#000);height:var(--app-nav-bar-height);flex-shrink:0;align-items:center;display:flex;overflow:auto hidden}.header-logo{align-items:center;gap:16px;margin-left:24px;display:flex}.app-section{color:var(--greys-white,#fff);height:var(--app-nav-bar-height);font-family:Roboto;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.app-section-name{cursor:pointer;align-items:center;height:62px;display:flex}.app-section-container{gap:24px;margin-left:60px;display:flex}.right-section{align-items:center;gap:24px;margin-left:auto;margin-right:24px;display:flex}.app-nav-bar{justify-content:center;gap:24px;margin-left:60px;padding:1em;display:flex}.app-nav-bar a{color:#fff;margin:0 1em;text-decoration:none;position:relative}.app-nav-bar a:after{content:"";background:0 0;width:0;height:4px;margin:5px auto 0;transition:width .3s,background-color .3s;display:block}.app-nav-bar a:hover:after,.app-nav-bar a:focus:after{background:#fff;width:100%}.active{color:#ff0;font-family:Roboto;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.active-link-underline{background:#fff;height:4px}.none-active-link-underline{background:#000;height:4px}.single-site{text-align:right;flex-direction:column;gap:4px;display:flex}@media (max-width:900px){.single-site{display:none}}.single-site .title{color:var(--greys-grey-medium,white);font-size:12px}.single-site .name{color:var(--greys-white,white);font-size:14px}.complex-picker{width:200px}@media (max-width:800px){.app-nav-bar{margin-left:10px}}@media (max-width:640px){.hide-on-mobile{display:none!important}.header-logo{margin-left:8px}}
