.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}

/**** ANG hiding the roundals, stretching the custom pane and hiding the second (bookings) column ***/
 
.dash-cta-deck {
    display: none;
    }
 
@media (min-width: 992px) {
    .flex-dash-row .flex-dash-col-left {
        flex: 0 0 100%;
        max-width: 100%;
        }
    }
.flex-dash-row .flex-dash-col-right {
    display:none;
    }
    
/* DASHBOARD CUSTOM PANE - hiding the outer border and padding - ANG/GTI - feb 26 */
.dashboard-content .dashboard-custom .dash-card-custom {
    border:none;
    background:transparent;
    }
.dashboard-content .dashboard-custom .dash-card-custom .card-body {
    padding:0 !important;
    }

/* banner - stopping the banner from stretching */
.romeo .main-banner-outer {
    background-size: auto !important;
    background-repeat: no-repeat;
    background-color: var(--primary);
    }
    
/* hiding the login logo (as it's part of the background) */
.romeo section.cover-unauth .cover-client-content .cover-client-content-logo {
    display: none !important;
    }
    
.page-operator header .page-brand .client-logo {
    max-height: 62px;
    }
