/* fix top padding */

.rf-workflow .rf-workflow-body-content {
    padding-top: 124px;
}
/* Prevent MEeting Host to Modify Availability */
.meetings-administration .meetings-section-header .mdBtnR {
  display: none !important;
}
/* hide job title in meeting request flow  */
.cisco-apjc24-requestmeeting-meetingrequest .rf-select-result-item span.rf-select-col:nth-child(3) {
    visibility: hidden;
}
/*hide duration/next button meeting request*/
.cisco-apjc24-requestmeeting-meetingrequest .rf-chip-wrapper,
.cisco-apjc24-requestmeeting-meetingrequest .form-stepper-container:nth-of-type(3) .form-stepper .stepper-footer {
  display: none;
}
