.gallery-dash-nav-item {
 display: none !important;
}

/* CUSTOM FOOTER STYLES START */

.layout-cpnt.dashboards-widget {
  margin-bottom: 0;
}

.custom-footer-container {
        background-color: #000;
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        padding: 32px 0;
    }

 .custom-footer-container li {
        line-height: 24px;
    }

    .custom-footer-container a {
        color: #95a5a6;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .custom-footer-container a:hover {
        color: #f26432;
    }

    .custom-footer-bottom {
        padding: 32px 0 0 0;
    }

    .custom-footer-bottom p {
        color: #95a5a6;
        margin: 0;
    }
   .custom-footer-bottom .text-divider {
     color: #95a5a6;
  }

/* CUSTOM FOOTER STYLES END*/