a[aria-label=Referrals], 
a[aria-label=Placements], 
a[aria-label=Forms] {
    display: none !important;
}


/* Custom pane CSS code. Added by GTI/Graeme */
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      max-height: 530px;
    }
}


/************************
GTI - OPERATOR UI 
*************************/
.page-operator header .page-brand {
    background: #84003d;
    }
.page-operator header .navbar-toggler {
    color:#fff;
    }
.page-operator header .navbar-toggler:hover, .page-operator header .navbar-toggler:active, .page-operator header .navbar-toggler:focus {
    color:#ffffff6b;
    }
@media (max-width: 992px) {
    .page-operator header .page-header .header-links .user-details>a, 
    .page-operator header .page-header .header-links .user-details>a .fa-user-circle,
    .page-operator header .page-header .header-links .beamer_button .fa-stack i    {
        color: #fff;
        }
    }
/************************
END - GTI - OPERATOR UI 
*************************/

/** STUDENT CUSTOM PANE - ADDED BY GTI/ANG - TC-23841 **/
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      max-height: 1000px;
    }
}
/* teal: #00b1ba
yellow: #ffc72b
green: #00bf6f 
blue: #004c97
pink: #f5b6cd  */
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block {
  text-decoration:none;
  display:flex; 
}
@media (min-width: 992px) {
  .romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block {
  flex-wrap:nowrap
  }
}

/** Graduate teal box **/
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-plan {
  background:#a80050;
  color:#fff;
  }
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-plan-image {
  display:block;
  background-image: url('https://i.ibb.co/jzg5TK9/CC-Announcements-24-04-2023-min.jpg');
  background-size:cover;
  height:150px;
  width:auto;
  background-position: center;
  }
/** End of graduate orange box **/

/** Student teal box **/
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-student-plan {
  background:#a80050;
  color:#fff;
  }
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-student-plan-image {
  display:block;
  background-image: url('https://i.ibb.co/jzg5TK9/CC-Announcements-24-04-2023-min.jpg');
  background-size:cover;
  height:150px;
  width:auto;
  background-position: center;
  }
/** End of student orange box **/

/** Graduate pink box **/
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-boost {
  background:#00b1ba; /** Pink **/
  color:#fff;
  }
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-boost-image {
  display:block;
  background-image: url('https://i.ibb.co/cYPxHpR/CC-Virtual-Careers-Library-24-04-2023-min.jpg');
  height:150px;
  width:auto;
  background-position: center;
   background-size:cover;
  }
  /** End of graduate pink box **/
  
  /** Student pink box **/
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-student-boost {
  background:#00b1ba; /** Pink **/
  color:#fff;
  }
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-student-boost-image {
  display:block;
  background-image: url('https://i.ibb.co/cYPxHpR/CC-Virtual-Careers-Library-24-04-2023-min.jpg');
  height:150px;
  width:auto;
  background-position: center;
   background-size:cover;
  }
  /** End of student pink box **/
  
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-prepared {
  background:#00bf6f;
  color:#fff;
  }
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-experience {
  background:#00bf6f;
  color:#fff;
  }
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-events {
  background:#00bf6f;
  color:#fff;
  }
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-jobs {
  background:#004aad;
  padding:0;
  color:#fff;
  }
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-jobs-image {
  display:block;
  background-image: url('https://i.ibb.co/hg57mDm/CC-CV-Resources-24-04-2023-min.jpg');
  height:150px;
  width:auto;
  background-position: center;
   background-size:cover;
  }
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-jobs-height {
  height:45%;
  }

.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-experience,
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-prepared {
  padding:.5rem 1rem .5rem 1rem;
  height:60px;
  margin-bottom:1.05rem;
}
