.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;*/
/*        }*/
/*    }*/
/*******/


/** hiding the 'provided by' box on job details TC-31041 (first one is student, second is operator) **/
.inferno-job-details .col-12.col-lg-4  .card.card-inferno.order-3.order-lg-1,
body.manage-job .col-sm-12.col-md-5 .content-block:first-child {
    display:none;
    }


/************************
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;
    }
