h1, h2, h3, h4, h5, h6, p, button, a {
	font-family: rawline !important;
}
body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    margin: 0;
}

#content-sections {
    overflow: auto;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 45px 45px 0;
}
.w-100{
	width:100% !important;
}
.br-tab .tab-item.is-active button, .br-tab .tab-item.active button {
    border-bottom: 4px solid #155bcb !important;
    color: #155bcb !important;
	background-color:#edf5ff !important
}
.br-tab .tab-item:not(.active) .name {
      color: #155bcb !important;
    }
.container-lg{
	margin: 0px !important;
    width: 100% !important;
    min-width: 100% !important;
}
.name{
	font-size: 16px !important;
}
.br-tab .tab-item button, .br-tab .tab-item a {
    padding: 8px 16px !important;
}
.br-tab .tab-nav {
	display: flex;
	flex-wrap: wrap;
}
ul{
    margin: 0 !important;
    padding: 0 !important;
}
.fa-users{
 display:none !important;
}
.qv-object-qsstatistic .ui.tiny.horizontal.statistic>.value, .qv-object-qsstatistic .ui.tiny.horizontal.statistics .statistic>.value, .qv-object-qsstatistic .ui.tiny.statistic>.value, .qv-object-qsstatistic .ui.tiny.statistics .statistic>.value {
    font-size: 2rem !important;
}
.fa-clipboard {display:none !important;}
.fa-users-cog {display:none !important;}
.fa-bullseye {display:none !important;}
.gap-1{
	display:flex;
	gap: 16px;
}
.max-w-100{
	max-width:100% !important;
}
.qv-object{
	box-shadow:none !important;
}
.qvplaceholder, .qvobject {
	flex: 1 1 auto;
	height: 300px;
	min-width: 400px;
	margin: 45px 0 0 45px;
}

#popup {
	background-color: #c3534b;
	color: #FFFFFF;
	position: fixed;
	max-width: 250px;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
	z-index: 6;
	font-family: sans-serif;
}

.close {
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	position: absolute;
	right: 9px;
	top: 7px;
}

.close:hover {
	opacity: .5;
}

#popupText {
	margin-right: 23px;
}
/* Esconde a navbar em telas pequenas */
@media (max-width: 767.98px) {
  #desktop-tabs {
    display: none !important;
  }
}

/* Exibe a navbar em telas a partir de 768px (md) */
@media (min-width: 768px) {
  #desktop-tabs {
    display: flex !important;
  }
}