@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.navbar{display:flex;justify-content:space-between;align-items:stretch;background-color:#203d4a;color:#fff;padding:6px 24px;height:68px;position:fixed;top:0;width:100%;z-index:100}.logo-title{display:flex;justify-content:center;align-items:center;cursor:pointer}.brand-title{cursor:pointer;text-transform:uppercase}.brand-title,.project-title{font-size:24px;padding:16px;line-height:24px}.project-title i{cursor:pointer}.project-name_input{font-size:20px;padding-right:16px;max-width:250px;color:#fff}.transparent-input{border:none;outline:none;background:transparent}.transparent-input::-moz-placeholder{color:#fff;opacity:.4}.transparent-input:-ms-input-placeholder{color:#fff;opacity:.4}.transparent-input::placeholder{color:#fff;opacity:.4}.brand-logo{width:34px;cursor:pointer}.navbar-links ul{display:flex;height:100%}.navbar-links li{list-style-type:none}.navbar-links .nav-item{cursor:pointer;padding:12px;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center}.navbar-links .nav-item i{font-size:32px}.navbar-links .nav-item:active,.navbar-links .nav-item:hover{background-color:rgba(0,0,0,.5)}.account-icon{height:28px;width:28px;margin-right:12px;border-radius:50%}label #sidebar_btn{z-index:1;color:#fff;cursor:pointer;font-size:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}#check:checked~.sidebar{left:-190px}.toggle-button{position:absolute;top:.75rem;right:1rem;display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px}.toggle-button .bar{height:3px;width:100%;background-color:#fff;border-radius:10px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:rgba(255,255,255,0)}body{font-family:Roboto,sans-serif;background-color:#f5f8fa}.page-container{padding-top:36px}.lv-ink{background-color:#63767e!important}.lv-ripple{overflow:hidden;position:relative}.lv-ink{display:block;position:absolute;background:hsla(0,0%,100%,.5);border-radius:100%;transform:scale(0)}.lv-ink-active{-webkit-animation:ripple .4s linear;animation:ripple .4s linear}.lv-ripple-disabled .lv-ink{display:none!important}@-webkit-keyframes ripple{to{opacity:0;transform:scale(2.5)}}@keyframes ripple{to{opacity:0;transform:scale(2.5)}}