﻿@import url("https://fonts.googleapis.com/css?family=Nunito|Roboto&display=swap");*{margin:0;padding:0;border:none;box-sizing:border-box;}h1,h2,h3,h4,h5,h6{font-family:'Roboto',sans-serif;text-transform:unset;}p,a,li,label{font-family:'Roboto',sans-serif;text-transform:unset;}.bc-input label{left:0;padding-left:1em;}.bc-input input{padding-left:1em;}.bc-input::after,.bc-input input:valid,.bc-input:focus-within::after{border-bottom-color:#ff79c6;}.discussion-item{display:flex;flex-direction:row;min-height:100px;}.discussion-item .avatar-box{width:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;}.discussion-item .avatar-box img{border-radius:50%;height:50px;width:50px;}.discussion-item .item-box{width:calc(100% - 100px);}.blazor-modal{background-color:#fff;}.tab-list-active{background-color:none;border-bottom-color:#ff79c6;}.tab-list,.tab-list-item{height:40px;}.fixed{height:390px;}.card{margin:.5em;}.card .card-header{display:flex;justify-content:space-between;padding-left:1em;height:50px;}.card .card-header .card-title{margin:auto 0;}.card .card-header .card-title h2{font-size:16px;}.card .card-header .header-buttons{display:flex;}.card .card-body{padding-top:0;}.light{color:#2e3e4e;background-color:rgba(255,255,255,.7);}.dark{color:rgba(255,255,255,.7);background-color:#2e3e4e;}.cards{width:100%;}.cards .card-row{width:100%;}.cards .card-row .card:first-child{margin-left:1em;}.cards .card-row .card:last-child{margin-right:1em;}.cards .card-row:first-child .card{margin-top:1em;}.cards .card-row:last-child .card{margin-bottom:1em;}.card-full{width:100%;}.card-xl{width:75%;}.card-lg{width:calc((100%/3)*2);}.card-md{width:50%;}.card-sm{width:calc(100%/3);}.card-xs{width:25%;}.page-container{width:100vw;height:100vh;overflow:hidden;display:flex;}.page-container .side-menu{width:50px;height:100%;background-color:#1b252e;color:rgba(255,255,255,.7);}.page-container .page-contents{width:calc(100% - 50px);height:100%;overflow:hidden;}.so-text{font-size:2em;font-weight:bolder;}.alert{color:#f55;}.info{color:#bd93f9;}.success{color:#50fa7b;}.closed{color:#8be9fd;}.warn{color:#ffb86c;}.overview-content{display:flex;height:250px;}.overview-content small{position:absolute;top:0;left:0;padding:.5em;}.overview-content p{font-size:8pt;padding:1em;}.overview-content p span i{font-size:20px;}.overview-content .stats{width:calc(100% - 250px);margin:auto;}.lines{stroke:#e6e6e6;}.bar{transition:.3s;}.alert-bar{fill:#f55;}.info-bar{fill:#bd93f9;}.success-bar{fill:#50fa7b;}.closed-bar{fill:#8be9fd;}.selectable-item{height:50px;width:100%;display:flex;align-items:center;padding:.5em;justify-content:space-between;}.selectable-item:hover{cursor:pointer;background-color:rgba(230,230,230,.7);}