/**
 *   Style of tooltip
 */
#scroll_tip{
  background:black;
  color:#999;
}

/**
 *   Style of tootip triangle
 */
#scroll_tip:after, #scroll_tip.bottom:after, #scroll_tip.top:after, #scroll_tip.left:after, #scroll_tip.right:after {
  border-color: #47a3da transparent;
}

/**
 *   Menu size
 */
#scroll_menu {
  font-size:20px;
}

/* Colors for menu elements*/
.ma72c-scroll_colors
{
  background:#222222;
  color:#999;
}

/* 
Style for hovered menu elements, active menu element and back button
* */
 .ma72c-scroll_menu li:hover a, .ma72c-scroll_menu li:hover span,
.ma72c-scroll_menu li.current a, .ma72c-scroll_menu li.current span, #scroll_back span,
.ma72c-hover_colors , .ma72c-scroll_menu li:hover
{ 
    background: linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);    
  background: -webkit-linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
   background: -moz-linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    color: #fff;
    text-decoration:none;
}



/*
 * Hide button is buttom used for show or hide menu
 */
.hide_button{
  background:black;
}
/*
 * Hide button style when mouse on it
 */
.hide_button:hover{
  background:black;
}
:root{--ms-accent:#245b5b;--ms-radius:7px;--ms-line:1.83;--ms-gap:16px;}
