/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2024 | 00:06:41 */
.hide,
.esconde,
.hidden{
	display: none !important;
}

.fx, .fx:hover{
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}

/* Estilo para barras de rolagem no WebKit (Chrome, Safari) */
/* Fundo preto */
::-webkit-scrollbar {
  background-color: black;
  width: 12px; /* Largura da barra de rolagem */
}

/* Cor da barra de arrasto - rgba(255, 255, 255, 0.2) */
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px; /* Cantos arredondados na totalidade */
}

/* Cor da barra de arrasto ao passar o mouse - rgba(255, 255, 255, 0.5) */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Estilo para barras de rolagem no Firefox */
/* Fundo preto */
body {
  scrollbar-color: black;
  scrollbar-width: 12px; /* Largura da barra de rolagem */
}

/* Cor da barra de arrasto - rgba(255, 255, 255, 0.2) */
body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px; /* Cantos arredondados na totalidade */
}

/* Cor da barra de arrasto ao passar o mouse - rgba(255, 255, 255, 0.5) */
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Estilo para divs com overflow scroll no Firefox */
/* Fundo preto */
div {
  scrollbar-color: black;
  scrollbar-width: 12px; /* Largura da barra de rolagem */
}

/* Cor da barra de arrasto - rgba(255, 255, 255, 0.2) */
div::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px; /* Cantos arredondados na totalidade */
}

/* Cor da barra de arrasto ao passar o mouse - rgba(255, 255, 255, 0.5) */
div::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* overlay */
.blockUI.blockOverlay{
	background-color: transparent !important;
	background-image: linear-gradient(45deg, #0d2d28 3.13%, rgba(0, 0, 0, 0) 3.13%, rgba(0, 0, 0, 0) 50%, #0d2d28 50%, #0d2d28 53.13%, rgba(0, 0, 0, 0) 53.13%, rgba(0, 0, 0, 0) 100%) !important;
background-size: 22.63px 22.63px !important;
	opacity: 1 !important;
}
