/* Requested to be hidden in ##648975. Actioned 22/07/2025
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {
  /** hiding the custom pane title 
  display:none;
}
**/

/* Hide Welcome Message From Student Banner - Kunal 03/04/2023 */
@media (min-width: 768px){
.romeo .main-banner-outer .main-banner-container .main-banner-txt p {
        display:none;
    }
}

/* Remove White Space From Logo Image - Kunal 03/04/2023 */
/*ANG removing, this is/should be controlled within the theme*/
/*@media (min-width: 768px){*/
/*.romeo .main-banner-outer .main-banner-container .main-banner-brand {*/
/*        display: flex;*/
/*        border: none;*/
/*        padding:0;*/
/*        background-color: transparent;*/
/*        box-shadow: none;*/
/*    }*/
/*}*/

/* ANG - fixing student banner image so it aligns nicely TC-26100 */
.romeo .main-banner-outer {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #50b9a8;
    }
