::-webkit-scrollbar {
  height: 6px;
  background-color: #C4C6C8;
}

::-webkit-scrollbar-thumb {
  background-color: #BF8F28;
}
#screen-lock {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.65);
  backdrop-filter: blur(5px);
  z-index: 9999;
  cursor: wait;
}
#screen-lock-text{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: 5px;
  font-size: 50px;
  color: #FFF;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.cor-preta{
  color: #252423 !important;
}
.cor-amarelo{
  color: #F1C724 !important;
}
.maxVisual{
  max-height: 26px;
}
.fw-700{
  font-weight: 700 !important;
}
.fz-18{
  font-size: 18px !important;
}
.fz-20{
  font-size: 20px !important;
}
.fz-13{
  font-size: 13px !important;
}
.fz-14{
  font-size: 14px !important;
}
.fz-20{
  font-size: 20px !important;
}
.fz-24{
  font-size: 24px !important;
}
.fz-28{
  font-size: 28px !important;
}
.cor-branca{
  color: #FFF;
}

textarea{
  resize: none;
}
.labelSmall{
  margin: 0 0 0 2px;
  font-size: 14px;
  font-style: italic;
}
.destacado,.destacado-amarelo,.destacado-vermelho{
  background-color: #252423;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 6px;
}
.destacado-amarelo{
  background-color: #F1C724;
  color: #252423;
}
.destacado-vermelho{
  background-color: #FF0033;
  color: #FFF;
}
.sombra-titulo{
  text-shadow: -2px -2px 0px rgba(33,37,41,1);
}
@keyframes bounceIn {
  0% {
    transform: scale(0.85);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(0.85);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(0.85);
  }
}

.animacao-logo {
  animation: bounceIn 1.5s ease-out infinite;
}

.label-lote{
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #000;
  color: #ffc107;
  padding: 4px 8px;
  font-weight: bold;
  z-index: 10;
}