*{
	--main-color: #2f4050;
	--steps-color: #2184be;
	--green-color: #1ab394;
	--red-color: rgb(237 85 101);
	--font-esquerda: #a7b1c2;
    --disabled: #676a6c
}
.btn-refresh.btnRefreshIndicadoresGraficos{
    position: absolute;
    right: 2%;
    transform: translateY(-80%);
    background-color: var(--green-color);
}

.small-link-tooltipster {
	color: #7fc8df
}

.btn-red {
	background-color: var(--red-color);
}

.fa-close {
	color: white;
}

.fa-bug, .fa-toggle-on {
	color: #2f4050;
}

.toggle.fa-toggle-on{
  display: inline-block;
  font-size: 1em;
  color: #2f4050;
}

.toggle-off{
  transform: rotate(180deg);
}

h1, h2, h3 {
	font-weight: bold;
}

button.btn-verde{
	border: none;
	cursor: pointer;
	background-color:  var(--green-color);
	color: #fff;
}

button.calculate-all {
	border: none;
	cursor: pointer;
	background-color:  var(--green-color);
	color: #fff;
}

.h1-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.h1-container label, .h2-container label {
	font-weight: normal;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
}

.ocultar {
	display: none!important;
}

.formula, .variavel {
	font-size: 9px;
}

.btChangeLanguage {
	cursor: pointer;
}


.radio-input-wrapper{
	display: flex;
	margin: 5px 0;
}

.vertical-list-wrapper {
	flex-direction: column;
}

.vertical-list-wrapper .item-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.item-wrapper input{
	margin: 0!important;
}

.radio-input-wrapper label {
	margin-left: 10px;
	margin-right: 25px;
	font-weight: 600;
}

.radio-input-wrapper.vertical-list-wrapper label {
	margin: 0 0 0 10px!important;
}

.label-with-help-tool {
	padding-bottom: 5px;
}

.inline-help-wrapper {
	display: flex;
	align-content: center;
}

.inline-help-wrapper label {
	margin-right: 15px;
}

.inline-help-wrapper h6 {
	margin: 5px 0 6.5px;
	color: #337ab7;
	cursor: pointer;
	font-weight: 400;
}

.checkbox-wrapper {
	display: flex;
	flex-direction: column;
}

.checkbox-wrapper input {
	margin: 10px 5px 10px 0;
}

.checkbox-wrapper span{
	display: flex;
	align-items: center;
}

.row {
	padding-bottom: 5px;
}

.small-checkbox {
	width: 15px!important;
	height: 15px;
}

.valor-variavel{
	color: red;
}

.help-link {
	caret-color: transparent;
	user-select: none;
}

.help-link-in-title{
	font-size: 9pt !important;
}

.helpster {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	background-color: #00000098;
	border: 1px solid #000;
	box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
	text-align: center;
	border-radius: 5px;
	z-index: 1000;
	max-width: 600px;
	padding: 20px;
	box-sizing: border-box;
}

.help-txt{
	display: inline !important;
	line-height: 12pt;
	color: white;
	font-size: 10pt;
}

.help-txt ul {
  	padding-left: 10px; /* Reduz a distância da bolinha para o texto */
  	list-style-position: inside; /* Faz a bolinha ficar dentro do bloco do texto */
}

.ul-tooltip {
    display: block;
}

.help-txt .div-table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5%;
}

.help-txt .div-table .col {
    flex: 0 0 25%;
    max-width: 50%;
    text-align: left;
}

.helpster > img{
	width: 100%;
	height: 100%;
	max-width: 500px;
	object-fit: cover; /* Ajusta a imagem para cobrir a área da div sem distorcer */
}

strong {
    display: inline !important;
}

.wizard > .content {
  overflow: visible !important
}

#form {
	overflow: visible !important;
}

.fa-circle {
	scale: 0.8;
}

.needHighlight:focus {
    outline: none !important;
    box-shadow: none !important;
}

.menuProjeto a {
  display: flex !important;
  align-items: center;
}

.menuProjeto a i {
  margin-right: 10px; /* espaço entre o ícone e o texto */
}

.menu-esquerda-icon{
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 2px;
}
svg { 
    display: block;
    scale: 1.2; 
}

.icon-stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.icon-fill {
    fill: currentColor;
}