/* width */
/*::-webkit-scrollbar {
  width: 9px;
}

/* Track */
/*::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
/*::-webkit-scrollbar-thumb {
  background: #000; 
  height:90px;
  box-shadow:0px 0px 20px black;
}

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
  background: #555; 
  height:100px;
}

/* width */
.m_u_m_t::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.m_u_m_t::-webkit-scrollbar-track {
 /*  background: #f1f1f1; */
  background: #060606;
}
 
/* Handle */
.m_u_m_t::-webkit-scrollbar-thumb {
  background: #555; 
  height:70px;
}

/* Handle on hover */
.m_u_m_t::-webkit-scrollbar-thumb:hover {
  background: #555; 
  height:75px;
  box-shadow:0px 0px 20px #fff;
}



/* width */
.select_city_inp::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.select_city_inp::-webkit-scrollbar-track {
 /*  background: #f1f1f1; */
  background: #060606;
}
 
/* Handle */
.select_city_inp::-webkit-scrollbar-thumb {
  background: #555; 
}

/* Handle on hover */
.select_city_inp::-webkit-scrollbar-thumb:hover {
  background: #555; 
  box-shadow:0px 0px 10px #fff;
}