
/* =========================
|  REGIONS
|  =========================
*/

.side-reg:hover{
    background: #2f93ff !important;
    color: #fff !important;
}

.list-group{
    overflow:  hidden !important;
    overflow-y:scroll !important;
    -webkit-overflow-scrolling: touch !important;
}


/* =========================
|  SCROLLBARS
|  =========================
*/
/* width */
::-webkit-scrollbar {
    width: 3px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #2f93ff;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #2f93ff;
  }
