/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #DDD; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0066ff; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #67a2fb; 
}
/* image varient End */
/**====== Authentication css end ======**/

.oculto {
  display: none !important;
}

.listaInput {
    background: #FFF;
    padding: 5px;
    position: absolute;
    width: 98%;
    border: 1px solid #D0D0D0;
    border-radius: 2px;
    z-index: 1;
    max-height: 300px;
    overflow-y: auto;
}

.lista {
    border-bottom: 1px solid #E0E0E0;
    max-width: 100%;
    padding: 10px 0px;
    cursor: pointer;
}

.lista:hover {
    background: #F0F0F0;    
}

.bQuitarLista{
    position: absolute;
    right: 8px;
    top: 31px;
}

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

.carga {
    position: fixed;
    min-width: 100%;
    min-height: 100vh;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.8);
    /*display: none;*/
}