h1, h2, h3, h4, h5, h6, p, button, a {
	font-family: rawline !important;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 45px 45px 0;
}
.w-100{
	width:100% !important;
}

.disable-interaction {
  pointer-events: none;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 12px; /* Largura da barra de scroll vertical */
}
.qv-object-qsstatistic .ui.statistics {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap !important;
}
.enable-interaction {
  pointer-events: auto;
}
.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 */
.scroll-buttons-mobile {
    display: none;
}
@media (max-width: 767.98px) {
  #desktop-tabs {
    display: none !important;
  }
  #QV00,#QV09,#QV15,#QV19,#QV22,#QV25,#QV29,#QV32,#QV35,#QV38{
  	height:140px!important;
  }
      .scroll-buttons-mobile {
        display: flex; /* ou block, dependendo do seu layout */
        position: fixed;
        bottom: 20px;
        right: 20px;
        flex-direction: column;
        gap: 10px;
        z-index: 1000; /* Garante que os botões fiquem acima de outros elementos */
    }

    .scroll-button {
        background-color: #0051a8; /* Cor do Governo Federal */
        color: white;
        border: none;
        border-radius: 50%; /* Botão circular */
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s ease;
    }

    .scroll-button:hover,
    .scroll-button:focus {
        background-color: #003666;
    }
}

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

