.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 a: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 a: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 a:nth-child(4n+1) .icon-md{
    height: 30px;
    width: 30px;
    padding: 4px;
    border-radius: 12px;
    box-shadow: 0 0 5px grey;
    fill:#6ce23587;
}

/* Custom changes for site Thamart */
.desk-sidebar.sidebar-menu a{
    display: none !important;
}

.sidebar-menu a[href="/app/retail"], .sidebar-menu a[href="/app/accounting"], .sidebar-menu a[href="/app/assets"], .sidebar-menu a[href="/app/buying"], .sidebar-menu a[href="/app/selling"], .sidebar-menu a[href="/app/stock"]{
    display: block !important;
}
