@charset "utf-8";
@background-color:#6063A8;
@background:#6063A8;
@background_gradient:linear-gradient(159deg,rgba(86,101,180,1) 0%,rgba(117,95,144,1) 100%);
@text_color:#5A65B0;
@shallow_bg:#8289C2;
._theme_bg{
  background-color: @background-color !important;
}
._theme_b{
  background: @background_gradient !important;
}
._theme_btn_b.active{
  background: @background_gradient !important;
}
._theme_text{
  color: @text_color !important;
}
._theme_text_active.active{
  color: @text_color !important;
}
._theme_text_after:after{
  background: @text_color !important;
}
._theme_text_before:before{
  background: @text_color !important;
}
._theme_hover_bg:hover{
    background-color: @background-color !important;
}
._theme_hover_shallow_bg:hover{
  background-color: @shallow_bg !important;
}
._theme_router.router-link-active{
  color: @text_color !important;
}
._theme_router_after.router-link-active:after{
  background: @text_color !important;
}