.link_botao {
  text-decoration: none;
  color: inherit; 
}

.link_botao:hover {
  color: #000000;
}

.ajusta_icone {
  margin-left: 10px;
}

.no-sort {
  cursor: default !important;
  pointer-events: none !important;
}

.no-sort::after, .no-sort::before {
  content: none !important;
}

.z-index-above{
  z-index: 999999 !important;
}

.position-fixed{
 position: fixed !important;
}

.toast-top-right{
  position: absolute;
  top: 15px;
  right: 15px;
}

.hidden {
  display: none;
}

.teste{
  font-size: 25px;
}


.modalImagemZoom {
  width: 100%; /* Full width */
  height: 100%; /* Full height */
}

.exibeSaldo{
  margin-top: 30px;
}



.ajustaBtnEstoque{
  margin-top: 18px;
}

.fontEstoque{
  font-size: 35px;
}

.positivo{
  color: rgb(16, 75, 55);
}

.negativo{
  color: rgb(165, 17, 17);
}


.cursor-pointer {
  cursor: pointer;
}

.bola {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  margin: 10px;
}

.azul {
  background-color: blue;
}

.vermelha {
  background-color: red;
}

.amarela {
  background-color: yellow;
}

.verde {
  background-color: green;
}