/* CSS Document */

/* scrolls */
.menu_scrolls::-webkit-scrollbar{width: 12px; height: 12px;}
.menu_scrolls::-webkit-scrollbar-track{background: #eee;}
.menu_scrolls::-webkit-scrollbar-thumb{background: rgba(0,114,185,1.0);}
.menu_scrolls::-webkit-scrollbar-thumb:hover{background: rgba(0,86,150,1.0);}

/* menu icons */
.menu_state_icon::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}