body{
    background-color: #f5f5f5 !important;
    font-size: 2.2em !important;
}

.text-bg-dark{
    color: white;
    background-color: #57AE49 !important;
}

/* Estilos do Teclado */

.ui-widget {
    font-family: Segoe UI, Arial, sans-serif !important;
    font-size: 1.2em !important;
}

.ui-keyboard div {
	/*font-size: 1.5em !important;*/
}

.inputTxt {
	font-size: 3em !important;
};


body::-webkit-scrollbar {
  width: 0.5em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}



.card::-webkit-scrollbar {
  width: 0.5em;
}
 
.card::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.card::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

::placeholder {
   text-align: center; 
   font-size: 1em !important;
}

/* or, for legacy browsers */

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}