.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
    }



/** removing the dashboard roundals - Ang/GTI - September 2025 **/
/*.page-student .dashboard-header .dash-cta-deck,*/
/*.page-graduate .dashboard-header .dash-cta-deck{*/
/*    display:none;*/
/*    }*/
/*@media (min-width: 992px) {*/
/*    .page-student .dashboard-content>section .container .dash-card-count-2 .dashboard-feed:first-child,*/
/*    .page-graduate .dashboard-content>section .container .dash-card-count-2 .dashboard-feed:first-child,*/
/*    .page-student .dashboard-content>section .container .dash-card-count-3 .dashboard-feed:first-child,*/
/*    .page-graduate .dashboard-content>section .container .dash-card-count-3 .dashboard-feed:first-child {*/
/*        margin-top: 0;*/
/*        }*/
/*    }*/
/*******/


/************************
GTI - OPERATOR UI 
*************************/
.page-operator header .page-brand {
    background: #c1e5f5;
    }
    
    
/** REMOVING TC BRAND - FROM LOGIN AND STUDENT PAGES - GTI/ANG, Sept 2025**/
.main-header .navbar-brand img.brand-gti {
    display: none !important;
    }
.romeo .main-header {
    min-height: 66px;
    }
