.widget.onboarding-widget-box{
    display: none;
}

.web-footer .footer-powered{
    display: none;
}

.navbar-nav li.dropdown-help{
    display: none !important;
}

.navbar .app-logo{
    max-height: unset !important;
    height: 50px;
    width: unset !important;
}

.for-login .page-card-head{
    margin: unset !important;
}

.for-login .page-card-head img{
    max-height: 80px !important;
}

/* Custom Theme Change */
:root{
    --heading-color: #0a6dd6;
    --primary-color: #e23d35;
    --navbar-bg: #2490ef;
}

.layout-side-section .list-sidebar .sidebar-item-container:nth-child(n) .icon-md{
    height: 30px;
    width: 30px;
    padding: 4px;
    border-radius: 12px;
    box-shadow: 0 0 5px grey;
    fill:#35cee287;
}

.layout-side-section .list-sidebar .sidebar-item-container:nth-child(3n) .icon-md{
    height: 30px;
    width: 30px;
    padding: 4px;
    border-radius: 12px;
    box-shadow: 0 0 5px grey;
    fill:#e23d3587;
}

.layout-side-section .list-sidebar .sidebar-item-container:nth-child(4n+1) .icon-md{
    height: 30px;
    width: 30px;
    padding: 4px;
    border-radius: 12px;
    box-shadow: 0 0 5px grey;
    fill:#6ce23587;
}

.form-tabs-list .form-tabs .nav-item .nav-link.active{
    border-bottom: 3px solid #e24c4c;
    color: #4a5464;
}
