#activity-modal .modal-dialog {
        width: 65%;
}

/* ADDED BY GTI 26/11/2021 (KUNAL) */

/* Application Advice */
.dhx_cal_container .dhx_cal_event.calSessionHeader41 .dhx_title {
  color: #fff;
  background: #079509; /* Green */
}

/* Guidance */
.dhx_cal_container .dhx_cal_event.calSessionHeader2 .dhx_title {
  color: #fff;
  background: #2064F0; /* Blue */
}

/* Internship & Volunteering Advice */
.dhx_cal_container .dhx_cal_event.calSessionHeader10 .dhx_title {
  color: #fff;
  background: #A61BEF; /* Purple */
}

/* Career Discussion */
.dhx_cal_container .dhx_cal_event.calSessionHeader4 .dhx_title {
  color: #fff;
  background: #F50FA8; /* Pink */
}

/* Practice Interview */
.dhx_cal_container .dhx_cal_event.calSessionHeader6 .dhx_title {
  color: #fff;
  background: #FF5C0B; /* Orange */
}

/**  Researchers Careers Discussion **/
.dhx_cal_container .dhx_cal_event.calSessionHeader50 .dhx_title {
  color: #fff;
  background: brown;
}

/***** CUSTOM PANE CSS, added by GTI / Angela *****/
.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;
	}

/** ADDED BY GTI/ANG - CUSTOM PANE **/
@media (min-width: 992px) {
.flex-dash-row .dash-card-custom .card-body {
    max-height: 800px;
    }
}
