.logo img {
    width: 100%;
}
.mr-10{margin-right:10px}
.dash-ft::before {
    font-size: 40px;
}



.equal-height-outer {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  margin-bottom: 24px;
}

.equal-height-inner{
  width: 100%;
  min-height: 100%;
}
/*Side bar Changes*/
.left-side-menu{
    background: linear-gradient(109.6deg, rgba(119, 44, 232, 0.68) 11.5%, rgb(119, 44, 232) 91.2%);

    border-right: 1px solid #c55454;
}
#sidebar-menu>ul>li>a{
  color:#fff;
}
.nav-second-level li a{
  color:#fff;
}
#sidebar-menu .menuitem-active .active {
    color: #000000;
}

body[data-topbar-color=light] .logo-box {
    background: linear-gradient(109.6deg, rgba(119, 44, 232, 0.68) 11.5%, rgb(119, 44, 232) 91.2%);

    border-right: 1px solid #c55454;
}
/*Top Bar*/
body[data-topbar-color=light] .navbar-custom {
    background: linear-gradient(109.6deg, rgba(119, 44, 232, 0.68) 11.5%, rgb(119, 44, 232) 91.2%);!important;
    border-bottom: 1px solid #c55454;
}
/*Top bar hamburger Icon*/
body[data-topbar-color=light] .navbar-custom .button-menu-mobile {
    color: #fff;
}
/*Top Bar Right Content*/
body[data-topbar-color=light] .navbar-custom .topnav-menu .nav-link {
    color: #fff;
}
.fa-50 {
    font-size: 50px;
}