.logoSideBar{
    width: 60px;
}
.error {
    font-size: 17px;
    width: 100%;
    color: transparent;
    border-color: rgba(231, 74, 59, 0.5);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}
label.error {
    display:none !important;
}

/*Scroll Bar*/
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Fondo */
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* Barra */
  ::-webkit-scrollbar-thumb {
    background: #239CC1;
  }
  
  /* Barra on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #094067;
  }
/***