/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/dashboard/_common_form_style.scss ***!
  \********************************************************************************************************************************************/
.col-lg-12 {
  margin-top: 30px;
}

.jitsi-meeting-form,
.zoom-meeting-form {
  margin-top: 60px;
}
.jitsi-meeting-form.jitsi-settings-api,
.zoom-meeting-form.jitsi-settings-api {
  margin-top: 0;
}

.form-group {
  display: flex;
  width: 100%;
}
.form-group label {
  width: 30% !important;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #1c2025;
  display: block;
  margin-right: 50px;
}
.form-group label small {
  font-size: 13px;
  font-weight: 400;
  display: block;
  color: #888;
}
.form-group .input-wrapper {
  width: 70%;
}
.form-group .input-wrapper.zoom-recurrence-repeat select {
  max-width: 150px;
}
.form-group .input-wrapper .react-time-picker__inputGroup {
  display: flex;
  align-items: center;
  width: 400px;
}
.form-group .input-wrapper input.react-time-picker__inputGroup__input.react-time-picker__inputGroup__hour,
.form-group .input-wrapper input.react-time-picker__inputGroup__input.react-time-picker__inputGroup__minute,
.form-group .input-wrapper select.react-time-picker__inputGroup__input.react-time-picker__inputGroup__amPm {
  width: 118px !important;
}
.form-group .input-wrapper span.react-time-picker__inputGroup__leadingZero {
  display: none;
}
.form-group .input-wrapper .react-time-picker__inputGroup__divider {
  font-size: 20px;
  font-weight: 700;
  margin: 0 10px;
}
.form-group .input-wrapper button.react-time-picker__clear-button.react-time-picker__button {
  display: none;
}
.form-group .input-wrapper input[type=text],
.form-group .input-wrapper input[type=datetime-local],
.form-group .input-wrapper input[type=time],
.form-group .input-wrapper input[type=number],
.form-group .input-wrapper input[type=password],
.form-group .input-wrapper input[type=email] {
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #d1dbe8;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 24px;
  outline: none;
  padding: 8px;
  margin: 0;
  height: 40px;
}
.form-group .input-wrapper input[type=text]:focus,
.form-group .input-wrapper input[type=datetime-local]:focus,
.form-group .input-wrapper input[type=time]:focus,
.form-group .input-wrapper input[type=number]:focus,
.form-group .input-wrapper input[type=password]:focus,
.form-group .input-wrapper input[type=email]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #997eff;
}
.form-group .input-wrapper .react-datepicker-wrapper .react-datepicker__input-container input[type=text] {
  width: 400px;
}
.form-group .input-wrapper .react-datepicker__month-container {
  width: 400px;
}
.form-group .input-wrapper .react-datepicker__month-container .react-datepicker__day-name,
.form-group .input-wrapper .react-datepicker__month-container .react-datepicker__day,
.form-group .input-wrapper .react-datepicker__month-container .react-datepicker__time-name {
  width: 2.7rem;
  line-height: 2.7rem;
}
.form-group .input-wrapper select {
  font-size: 14px;
  line-height: 2;
  color: #2c3338;
  border: 1px solid #d1dbe8;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 24px 0 8px;
  max-width: 400px;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;
  background-size: 16px 16px;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
.form-group .input-wrapper select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #997eff;
}
.form-group .input-wrapper.duration-select select {
  max-width: 130px;
}
.form-group .input-wrapper .select-right-label {
  font-size: 16px;
  font-weight: 600;
  color: #1c2025;
  margin-left: 10px;
}
.form-group .input-wrapper .select-right-label.right-space {
  margin-right: 10px;
}
.form-group .input-wrapper .mhub-switch-field {
  display: block;
}
.form-group .input-wrapper .mhub-switch-field input[type=checkbox] {
  display: none !important;
}
.form-group .input-wrapper .mhub-switch-field input[type=checkbox]:checked + label {
  background-color: #7856fb;
}
.form-group .input-wrapper .mhub-switch-field input[type=checkbox]:checked + label:after {
  left: 33px;
}
.form-group .input-wrapper .mhub-switch-field label {
  transition: all 200ms ease-in-out;
  display: inline-block;
  position: relative;
  height: 35px;
  width: 65px !important;
  border-radius: 40px;
  cursor: pointer;
  background-color: #ddd;
  color: transparent;
}
.form-group .input-wrapper .mhub-switch-field label:after {
  transition: all 200ms ease-in-out;
  content: " ";
  position: absolute;
  height: 29px;
  width: 29px;
  border-radius: 50%;
  background-color: white;
  top: 3px;
  left: 3px;
  right: auto;
  box-shadow: 1px 1px 1px gray;
}
.form-group .input-wrapper textarea {
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #d1dbe8;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 24px;
  outline: none;
  padding: 8px;
  margin: 0;
  min-height: 100px;
  /* Adjust as needed */
}
.form-group .input-wrapper textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #997eff;
}
.form-group .input-wrapper .rdtPicker {
  min-width: 390px;
}
.form-group .editor-wrapper {
  width: 70%;
}
.form-group .editor-wrapper .rsw-editor {
  width: 400px;
  min-height: 120px;
}
.form-group .editor-wrapper .rsw-ce {
  background: #fff;
}
.form-group .thumbnail-wrapper {
  width: 70%;
}
.form-group .thumbnail-wrapper .meeting-thumbnail {
  display: flex;
  align-items: center;
}
.form-group .thumbnail-wrapper .meeting-thumbnail img {
  width: 100px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.form-group .thumbnail-wrapper .meeting-thumbnail .upload-thumbnail {
  background-color: #7856fb;
  box-shadow: rgba(10, 10, 10, 0.12) 0px 2px 4px 0px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  transition: opacity 0.3s ease 0s;
  border-radius: 8px;
  padding: 6px 14px;
  border: 0;
  cursor: pointer;
}
.form-group .thumbnail-wrapper .meeting-thumbnail .upload-thumbnail span {
  margin-right: 5px;
}
.form-group .thumbnail-wrapper .meeting-thumbnail .upload-thumbnail:hover {
  background-color: #4f21ff;
}
.form-group .thumbnail-wrapper .meeting-thumbnail .reset-thumbnail {
  background-color: rgb(205, 92, 92);
  box-shadow: rgba(10, 10, 10, 0.12) 0px 2px 4px 0px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  transition: opacity 0.3s ease 0s;
  border-radius: 8px;
  padding: 6px 14px;
  border: 0;
  margin-left: 20px;
  cursor: pointer;
}
.form-group .thumbnail-wrapper .meeting-thumbnail .reset-thumbnail:hover {
  background-color: rgb(211, 58, 58);
}
.form-group .multi-checkbox-wrapper {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(2, 17rem);
}
.form-group .multi-checkbox-wrapper .single-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.form-group .multi-checkbox-wrapper .single-checkbox:last-child {
  margin-bottom: 0;
}
.form-group .multi-checkbox-wrapper .single-checkbox label {
  margin-left: 5px;
  cursor: pointer;
}

.reports-form-group {
  align-items: center;
}
.reports-form-group label {
  width: unset !important;
  margin-right: 20px;
  font-size: 18px;
}
.reports-form-group label.mrl-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.reports-form-group .input-wrapper {
  width: unset;
}
.reports-form-group .react-datepicker-wrapper .react-datepicker__input-container input[type=text] {
  width: 220px !important;
}
.reports-form-group .react-datepicker__month-container {
  width: unset !important;
}

.form-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
.form-actions.sticky-save-btn {
  margin-top: 0;
  position: fixed;
  right: 30px;
  top: 15%;
}
.form-actions .save-meeting {
  background-color: #7856fb;
  box-shadow: rgba(10, 10, 10, 0.12) 0px 2px 4px 0px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  transition: opacity 0.3s ease 0s;
  border-radius: 8px;
  padding: 13px 16px;
  border: 0;
  width: 140px;
  cursor: pointer;
}
.form-actions .save-meeting:hover {
  box-shadow: rgba(10, 10, 10, 0.2) 0px 2px 4px 0px;
  background: #4f21ff;
}

.save-actions {
  text-align: left;
  margin-top: 50px;
}
.save-actions .setting-save-button {
  padding: 13px 16px;
  /* Adjusted padding for better spacing */
  font-size: 16px;
  background-color: #7856fb;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 140px;
}
.save-actions .setting-save-button:hover {
  background-color: #4f21ff;
}
.save-actions .setting-save-button.saved {
  background-color: rgba(183, 183, 183, 0.5098039216);
  color: #333;
}

.upcoming-tag {
  padding: 5px 10px;
  background-color: rgba(0, 168, 107, 0.1882352941);
  color: #00a86b;
  font-size: 13px;
  border-radius: 30px;
  font-weight: 700;
}
.upcoming-tag.input-upcomming, .upcoming-tag.select-upcomming {
  margin-left: 2.8rem;
}

.field_right_dec {
  line-height: 0;
  color: #888;
}

.hint-wrapper .hint {
  line-height: 20px;
  color: #6c6969;
  font-size: 14px;
  padding: 0;
  margin: 8px 0;
}

.mhub_zoom_error {
  border: 1px solid #c3c4c7;
  position: relative;
}
.mhub_zoom_error.error {
  background: #fff;
  border-left-color: #d30c5c;
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: 15px 10px;
  border-radius: 8px;
  margin: 40px 0 0 0;
}
.mhub_zoom_error.recording-error {
  margin: 0px 0 50px 0;
}
.mhub_zoom_error h3 {
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.mhub_zoom_error .close-icon {
  position: absolute;
  right: 2%;
  top: 30%;
  color: #d30c5c;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.mhub_zoom_error .close-icon:hover {
  color: red;
}

.mhub-zoom-user-dec {
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 14px;
  font-weight: 500;
}
.mhub-zoom-user-dec a {
  color: #7856fb;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.mhub-zoom-user-dec a:hover {
  color: #4f21ff;
  text-decoration: underline;
}
.mhub-zoom-user-dec a:focus {
  outline: none;
  box-shadow: none;
}
/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/common/_spinner.scss ***!
  \*******************************************************************************************************************************/
.meetinghub-spinner {
  margin-top: 10rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/dashboard/_modal.scss ***!
  \********************************************************************************************************************************/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.modal .close-button {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #7856fb;
  position: absolute;
  top: -2px;
  right: 5px;
}
.modal .close-button:hover {
  color: #4f21ff;
}
.modal-header h2 {
  font-weight: 700;
}
.modal-body {
  margin-bottom: 40px;
}
.modal-buttons {
  display: flex;
  justify-content: flex-end;
}
.modal-buttons button {
  margin-left: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.modal-buttons button.confirm-button {
  background-color: #7856fb;
  color: #fff;
  border: 1px solid #7856fb;
  border-radius: 8px;
}
.modal-buttons button.confirm-button:hover {
  background-color: #4f21ff;
  border-color: #4f21ff;
}
.modal-buttons button.cancel-button {
  background-color: #f44336;
  color: #fff;
  border: 1px solid #f44336;
  border-radius: 8px;
}
.modal-buttons button.cancel-button:hover {
  background-color: #d32e2e;
  border-color: #d32e2e;
}
/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/dashboard/meeting.scss ***!
  \*********************************************************************************************************************************/
@charset "UTF-8";
#meeting_hub_admin_dasboard, #meetinghub_zoom_users, #meetinghub_zoom_reports, #meetinghub_zoom_recordings, #mhub_webex_meeting_list, #mhub_jitsi_meeting_list, #mhub_zoom_meeting_list {
  padding: 30px 30px 30px 10px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper {
  margin-bottom: 40px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper .zoom-user-form, #meetinghub_zoom_users #meeting_hub .meeting-wrapper .zoom-user-form, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper .zoom-user-form, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper .zoom-user-form, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper .zoom-user-form, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper .zoom-user-form, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper .zoom-user-form {
  margin-top: 50px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper .back-btn, #meetinghub_zoom_users #meeting_hub .meeting-wrapper .back-btn, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper .back-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper .back-btn, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper .back-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper .back-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper .back-btn {
  padding: 8px 20px;
  background-color: #7856fb;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper .back-btn span, #meetinghub_zoom_users #meeting_hub .meeting-wrapper .back-btn span, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper .back-btn span, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper .back-btn span, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper .back-btn span, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper .back-btn span, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper .back-btn span {
  margin-right: 5px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper .back-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-wrapper .back-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper .back-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper .back-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper .back-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper .back-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper .back-btn:hover {
  background-color: #4f21ff;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper .title, #meetinghub_zoom_users #meeting_hub .meeting-wrapper .title, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper .title, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper .title, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper .title, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper .title, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper .title {
  font-size: 24px;
  margin-top: 35px;
  color: #333;
  font-weight: 700;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper .meeting-platform-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-wrapper .meeting-platform-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper .meeting-platform-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper .meeting-platform-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper {
  margin-top: 40px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper .meeting-platform-wrapper label, #meetinghub_zoom_users #meeting_hub .meeting-wrapper .meeting-platform-wrapper label, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper .meeting-platform-wrapper label, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper .meeting-platform-wrapper label, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper label, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper label, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 10px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform, #meetinghub_zoom_users #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform {
  width: 200px;
  padding: 3px 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  transition: border-color 0.3s ease, width 0.3s ease;
  margin-top: 5px;
  height: 40px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:hover, #meeting_hub_admin_dasboard #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:focus, #meetinghub_zoom_users #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:hover, #meetinghub_zoom_users #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:focus, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:hover, #meetinghub_zoom_reports #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:focus, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:focus, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:hover, #mhub_webex_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:focus, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:focus, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-wrapper .meeting-platform-wrapper .choice-meeting-platform:focus {
  border: 1px solid #997eff;
  box-shadow: none;
  outline: none;
}
#meeting_hub_admin_dasboard #meeting_hub .zoom-form-container, #meetinghub_zoom_users #meeting_hub .zoom-form-container, #meetinghub_zoom_reports #meeting_hub .zoom-form-container, #meetinghub_zoom_recordings #meeting_hub .zoom-form-container, #mhub_webex_meeting_list #meeting_hub .zoom-form-container, #mhub_jitsi_meeting_list #meeting_hub .zoom-form-container, #mhub_zoom_meeting_list #meeting_hub .zoom-form-container {
  max-width: 600px;
  padding: 20px;
  margin-top: 50px;
}
#meeting_hub_admin_dasboard #meeting_hub .zoom-form-container .upcoming-feature-banner, #meetinghub_zoom_users #meeting_hub .zoom-form-container .upcoming-feature-banner, #meetinghub_zoom_reports #meeting_hub .zoom-form-container .upcoming-feature-banner, #meetinghub_zoom_recordings #meeting_hub .zoom-form-container .upcoming-feature-banner, #mhub_webex_meeting_list #meeting_hub .zoom-form-container .upcoming-feature-banner, #mhub_jitsi_meeting_list #meeting_hub .zoom-form-container .upcoming-feature-banner, #mhub_zoom_meeting_list #meeting_hub .zoom-form-container .upcoming-feature-banner {
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}
#meeting_hub_admin_dasboard #meeting_hub .zoom-form-container .upcoming-feature-banner .upcoming-feature-text, #meetinghub_zoom_users #meeting_hub .zoom-form-container .upcoming-feature-banner .upcoming-feature-text, #meetinghub_zoom_reports #meeting_hub .zoom-form-container .upcoming-feature-banner .upcoming-feature-text, #meetinghub_zoom_recordings #meeting_hub .zoom-form-container .upcoming-feature-banner .upcoming-feature-text, #mhub_webex_meeting_list #meeting_hub .zoom-form-container .upcoming-feature-banner .upcoming-feature-text, #mhub_jitsi_meeting_list #meeting_hub .zoom-form-container .upcoming-feature-banner .upcoming-feature-text, #mhub_zoom_meeting_list #meeting_hub .zoom-form-container .upcoming-feature-banner .upcoming-feature-text {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
#meeting_hub_admin_dasboard #meeting_hub .zoom-form-container .form-content h3, #meetinghub_zoom_users #meeting_hub .zoom-form-container .form-content h3, #meetinghub_zoom_reports #meeting_hub .zoom-form-container .form-content h3, #meetinghub_zoom_recordings #meeting_hub .zoom-form-container .form-content h3, #mhub_webex_meeting_list #meeting_hub .zoom-form-container .form-content h3, #mhub_jitsi_meeting_list #meeting_hub .zoom-form-container .form-content h3, #mhub_zoom_meeting_list #meeting_hub .zoom-form-container .form-content h3 {
  margin-top: 0;
}
#meeting_hub_admin_dasboard #meeting_hub .zoom-form-container .form-content .feature-description, #meetinghub_zoom_users #meeting_hub .zoom-form-container .form-content .feature-description, #meetinghub_zoom_reports #meeting_hub .zoom-form-container .form-content .feature-description, #meetinghub_zoom_recordings #meeting_hub .zoom-form-container .form-content .feature-description, #mhub_webex_meeting_list #meeting_hub .zoom-form-container .form-content .feature-description, #mhub_jitsi_meeting_list #meeting_hub .zoom-form-container .form-content .feature-description, #mhub_zoom_meeting_list #meeting_hub .zoom-form-container .form-content .feature-description {
  margin-bottom: 20px;
  color: #495057;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard, #meetinghub_zoom_users #meeting_hub .meeting-dashboard, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard {
  /* Add these styles for sorting arrows */
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area {
  padding-left: 25px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper {
  display: flex;
  align-items: baseline;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper h1, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper h1, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper h1, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper h1, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper h1, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper h1, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper h1, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper h1, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper h1, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper h1, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper h1, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper h1, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper h1, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper h1 {
  font-size: 28px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper {
  margin-left: 20px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #7856fb;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  font-size: 16px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:focus, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:focus {
  box-shadow: none;
  outline: none;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn:hover {
  background-color: #4f21ff;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn .dashicons, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn .dashicons {
  font-size: 16px;
  margin-right: 8px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-meeting-btn span, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .create-btn-wrapper .create-user-btn span {
  display: flex;
  align-items: center;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard {
  border: 2px solid rgba(120, 86, 251, 0.5647058824);
  padding: 5px 15px 5px 35px;
  border-radius: 8px;
  color: #7856fb;
  display: inline-block;
  transition: 0.3s;
  position: relative;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard span, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard span, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard span, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard span, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard span, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard span, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard span, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard span, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard span, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard span, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard span, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard span, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard span, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard span {
  position: absolute;
  left: 9px;
  top: 7px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .header-area .header-wrapper .btn-back-dashboard:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .header-area .header-wrapper .btn-back-dashboard:hover {
  color: #fff;
  background: #7856fb;
  border-color: #7856fb;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .table-container, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .table-container, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .table-container, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .table-container, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .table-container, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .table-container, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .table-container, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .table-container, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .table-container, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .table-container, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .table-container, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .table-container, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .table-container, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .table-container, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .table-container, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .table-container, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .table-container, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .table-container, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .table-container, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .table-container, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .table-container, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .table-container, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .table-container, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .table-container, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .table-container, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .table-container, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .table-container, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .table-container {
  margin: 20px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: rgba(79, 148, 212, 0.1803921569);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn {
  background: #7856fb;
  font-size: 14px;
  padding: 7px 12px;
  color: white;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.action-text-btn:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.action-text-btn:hover {
  background: rgba(79, 33, 255, 0.9294117647);
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn i, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn i, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn i, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn i, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn i, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn i, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn i, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn i, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn i, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn i, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn i, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn i, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn i, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn i, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn i, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn i, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn i, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn i, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn i, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn i, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn i, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn i, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn i, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn i, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn i, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn i, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn i, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn i {
  font-size: 16px;
  color: #7856fb; /* Different color for each icon */
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn:hover {
  background-color: rgba(52, 157, 255, 0.3215686275); /* Change color on hover */
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.view-action-btn i, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.view-action-btn i, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.view-action-btn i {
  color: #27ae60; /* Different color for the view icon */
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn.trash-action-btn i, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn.trash-action-btn i {
  color: rgb(252, 119, 159);
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn + .action-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn + .action-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn + .action-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn + .action-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn + .action-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn + .action-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn + .action-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn + .action-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn + .action-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn + .action-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn + .action-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn + .action-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .action-btn + .action-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .action-btn + .action-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .action-btn + .action-btn {
  margin-left: 10px; /* Add margin between buttons */
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table {
  width: 100%;
  margin: 20px 0;
  font-size: 1em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th,
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th,
#meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th,
#meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th,
#meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th,
#meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th,
#meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th,
#meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th,
#meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th,
#mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th,
#mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th,
#mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th,
#mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th,
#mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th,
#mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th,
#mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td {
  padding: 15px;
  text-align: left;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:first-child,
#mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:first-child, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:first-child,
#mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:first-child {
  border-left: 0;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th:last-child,
#mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td:last-child, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th:last-child,
#mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td:last-child {
  border-right: 0;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy,
#mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy,
#mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy {
  margin-left: 10px;
  cursor: pointer;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table th .shortcode-copy i,
#mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table td .shortcode-copy i, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table th .shortcode-copy i,
#mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table td .shortcode-copy i {
  color: #7856fb;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead {
  background-color: #7856fb;
  /* Header color */
  color: #fff;
  /* Header text color */
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table thead th, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table thead th, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table thead th {
  font-size: 15px;
  text-align: center;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody {
  background-color: #fff;
  /* Body color */
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr td, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr td {
  text-align: center;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even), #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:nth-child(even), #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
  /* Alternate row color */
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody th:first-child, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody th:first-child {
  border-bottom: 0;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-meeting-list .meeting-hub-table tbody tr:last-child td, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-data-lists .meeting-hub-table tbody tr:last-child td {
  border-bottom: 0;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .sortable, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .sortable, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .sortable, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .sortable, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .sortable, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .sortable, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .sortable, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .sortable, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .sortable, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .sortable, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .sortable, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .sortable, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .sortable, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .sortable {
  cursor: pointer;
  position: relative; /* Add relative positioning to create a positioning context for absolute positioning */
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .sortable:hover::after, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .sortable:hover::after, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .sortable:hover::after, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .sortable:hover::after, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .sortable:hover::after, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .sortable:hover::after, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .sortable:hover::after, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .sortable:hover::after, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .sortable:hover::after, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .sortable:hover::after, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .sortable:hover::after, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .sortable:hover::after, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .sortable:hover::after, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .sortable:hover::after {
  content: " ⇅";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .sortable.asc::after, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .sortable.asc::after, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .sortable.asc::after, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .sortable.asc::after, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .sortable.asc::after, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .sortable.asc::after, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .sortable.asc::after, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .sortable.asc::after, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .sortable.asc::after, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .sortable.asc::after, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .sortable.asc::after, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .sortable.asc::after, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .sortable.asc::after, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .sortable.asc::after {
  content: " ↑";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  font-size: 20px;
  font-weight: bolder;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .sortable.desc::after, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .sortable.desc::after, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .sortable.desc::after, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .sortable.desc::after, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .sortable.desc::after, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .sortable.desc::after, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .sortable.desc::after, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .sortable.desc::after, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .sortable.desc::after, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .sortable.desc::after, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .sortable.desc::after, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .sortable.desc::after, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .sortable.desc::after, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .sortable.desc::after {
  content: " ↓";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  font-size: 20px;
  font-weight: bolder;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .pagination, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .pagination, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .pagination, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .pagination, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .pagination, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .pagination, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .pagination, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .pagination, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .pagination, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .pagination, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .pagination, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .pagination, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .pagination, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .page-link, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .page-link, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .page-link, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .page-link, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .page-link, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .page-link, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .page-link, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .page-link, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .page-link, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .page-link, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .page-link, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .page-link, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .page-link, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .page-link {
  cursor: pointer;
  padding: 8px 16px;
  margin: 0 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: background-color 0.3s;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .page-link:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .page-link:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .page-link:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .page-link:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .page-link:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .page-link:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .page-link:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .page-link:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .page-link:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .page-link:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .page-link:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .page-link:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .page-link:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .page-link:hover {
  background-color: #f0f0f0;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .page-link.active, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .page-link.active, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .page-link.active, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .page-link.active, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .page-link.active, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .page-link.active, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .page-link.active, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .page-link.active, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .page-link.active, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .page-link.active, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .page-link.active, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .page-link.active, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .page-link.active, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .page-link.active {
  background-color: #7856fb;
  color: #fff;
  border-color: #7856fb;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .page-link.disabled, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .page-link.disabled, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .page-link.disabled, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .page-link.disabled, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .page-link.disabled, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .page-link.disabled, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .page-link.disabled, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .page-link.disabled, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .page-link.disabled, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .page-link.disabled, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .page-link.disabled, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .page-link.disabled, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .page-link.disabled, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .page-link.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .search-container, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .search-container, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .search-container, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .search-container, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .search-container, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .search-container, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .search-container, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .search-container, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .search-container, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .search-container, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .search-container, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .search-container, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .search-container, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .search-container {
  margin: 20px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .search-input, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .search-input, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .search-input, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .search-input, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .search-input, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .search-input, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .search-input, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .search-input, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .search-input, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .search-input, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .search-input, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .search-input, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .search-input, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .search-input {
  padding: 5px 15px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  float: right;
  margin-bottom: 10px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .search-input:focus, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .search-input:focus, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .search-input:focus, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .search-input:focus, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .search-input:focus, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .search-input:focus, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .search-input:focus, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .search-input:focus, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .search-input:focus, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .search-input:focus, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .search-input:focus, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .search-input:focus, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .search-input:focus, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .search-input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #997eff;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .empty-meeting-wrapper, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .empty-meeting-wrapper, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .empty-meeting-wrapper, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .empty-meeting-wrapper, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .empty-meeting-wrapper, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .empty-meeting-wrapper, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .empty-meeting-wrapper, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .empty-meeting-wrapper p, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper p, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .empty-meeting-wrapper p, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper p, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .empty-meeting-wrapper p, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper p, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .empty-meeting-wrapper p, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper p, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .empty-meeting-wrapper p, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper p, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .empty-meeting-wrapper p, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper p, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .empty-meeting-wrapper p, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .empty-meeting-wrapper p {
  font-size: 18px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-table-wrapper, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-table-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-table-wrapper, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-table-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-table-wrapper, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-table-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-table-wrapper, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-table-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-table-wrapper, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-table-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-table-wrapper, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-table-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-table-wrapper, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-table-wrapper {
  position: relative;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .selected-meetings, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .selected-meetings, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .selected-meetings, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .selected-meetings, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .selected-meetings, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .selected-meetings, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .selected-meetings, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .selected-meetings, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .selected-meetings, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .selected-meetings, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .selected-meetings, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings {
  display: flex;
  padding: 8px 20px;
  background: rgba(25, 118, 210, 0.12);
  margin: 20px;
  justify-content: space-between;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  width: 200px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .selected-meetings .delete-wrapper, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .selected-meetings .delete-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .selected-meetings .delete-wrapper, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .selected-meetings .delete-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .selected-meetings .delete-wrapper, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .selected-meetings .delete-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .selected-meetings .delete-wrapper, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .selected-meetings .delete-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .selected-meetings .delete-wrapper, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings .delete-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .selected-meetings .delete-wrapper, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings .delete-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .selected-meetings .delete-wrapper, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings .delete-wrapper {
  position: relative;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .selected-meetings i, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .selected-meetings i, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .selected-meetings i, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .selected-meetings i, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .selected-meetings i, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .selected-meetings i, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .selected-meetings i, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .selected-meetings i, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .selected-meetings i, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings i, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .selected-meetings i, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings i, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .selected-meetings i, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings i {
  color: rgb(252, 119, 159);
  font-size: 20px;
  cursor: pointer;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .selected-meetings i:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .selected-meetings i:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .selected-meetings i:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .selected-meetings i:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .selected-meetings i:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .selected-meetings i:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .selected-meetings i:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .selected-meetings i:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .selected-meetings i:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings i:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .selected-meetings i:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings i:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .selected-meetings i:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .selected-meetings i:hover {
  color: rgb(221, 68, 114);
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data {
  border-radius: 8px;
  border: 2px dashed rgba(151, 144, 144, 0.8117647059);
  padding: 2rem 4rem;
  margin-top: 2rem;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper h1, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper h1, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper h1, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper h1, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper h1, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper h1, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper h1, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper h1, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper h1, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper h1, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper h1, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper h1, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper h1, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper h1, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper h1, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper h1, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper h1 {
  font-size: 30px;
  text-align: center;
  color: #7a7a7a;
  font-weight: 400;
  line-height: 10px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper {
  text-align: center;
  margin-top: 40px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn {
  text-decoration: none;
  margin-left: 20px;
  border: 2px solid rgba(151, 144, 144, 0.4784313725);
  padding: 5px 15px;
  border-radius: 8px;
  color: #7a7a7a;
  transition: 0.3s;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn span, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn span, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn span {
  margin-right: 8px;
  margin-top: -1px;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .meetinghub-no-meeting .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-meeting-wrapper .btn-wrapper .create-meeting-btn:hover, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .mhub-has-no-data .empty-user-wrapper .btn-wrapper .create-meeting-btn:hover {
  background: #7a7a7a;
  color: #fff;
}
#meeting_hub_admin_dasboard #meeting_hub .meeting-dashboard .shortcode-copy-status, #meeting_hub_admin_dasboard #meeting_hub .mhub-common-dashboard .shortcode-copy-status, #meetinghub_zoom_users #meeting_hub .meeting-dashboard .shortcode-copy-status, #meetinghub_zoom_users #meeting_hub .mhub-common-dashboard .shortcode-copy-status, #meetinghub_zoom_reports #meeting_hub .meeting-dashboard .shortcode-copy-status, #meetinghub_zoom_reports #meeting_hub .mhub-common-dashboard .shortcode-copy-status, #meetinghub_zoom_recordings #meeting_hub .meeting-dashboard .shortcode-copy-status, #meetinghub_zoom_recordings #meeting_hub .mhub-common-dashboard .shortcode-copy-status, #mhub_webex_meeting_list #meeting_hub .meeting-dashboard .shortcode-copy-status, #mhub_webex_meeting_list #meeting_hub .mhub-common-dashboard .shortcode-copy-status, #mhub_jitsi_meeting_list #meeting_hub .meeting-dashboard .shortcode-copy-status, #mhub_jitsi_meeting_list #meeting_hub .mhub-common-dashboard .shortcode-copy-status, #mhub_zoom_meeting_list #meeting_hub .meeting-dashboard .shortcode-copy-status, #mhub_zoom_meeting_list #meeting_hub .mhub-common-dashboard .shortcode-copy-status {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #7856fb;
  color: white;
  padding: 15px 40px;
  border-radius: 8px;
  text-align: center;
  z-index: 999;
  transition: opacity 0.5s ease-in-out;
  font-size: 16px;
}

#mhub_webex_meeting_list {
  padding: 0;
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/settings/tab.scss ***!
  \****************************************************************************************************************************/
.zoom-settings-container, .jitsi-settings-container, .webex-settings-container {
  margin: 0 auto;
  padding: 20px;
}
.zoom-settings-container a.back-button, .jitsi-settings-container a.back-button, .webex-settings-container a.back-button {
  display: block;
  margin-bottom: 20px;
  color: #7856fb;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.zoom-settings-container a.back-button:focus, .jitsi-settings-container a.back-button:focus, .webex-settings-container a.back-button:focus {
  box-shadow: none;
  outline: none;
}
.zoom-settings-container a.back-button:hover, .jitsi-settings-container a.back-button:hover, .webex-settings-container a.back-button:hover {
  color: #4f21ff;
}
.zoom-settings-container .main-wrapper, .jitsi-settings-container .main-wrapper, .webex-settings-container .main-wrapper {
  display: flex;
  flex-direction: column;
}
.zoom-settings-container .main-wrapper .header, .jitsi-settings-container .main-wrapper .header, .webex-settings-container .main-wrapper .header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.zoom-settings-container .main-wrapper .header .title, .jitsi-settings-container .main-wrapper .header .title, .webex-settings-container .main-wrapper .header .title {
  font-size: 1.5em;
  margin-left: 10px;
}
.zoom-settings-container .main-wrapper .tab-wrapper, .jitsi-settings-container .main-wrapper .tab-wrapper, .webex-settings-container .main-wrapper .tab-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(193, 189, 189, 0.6196078431);
}
.zoom-settings-container .main-wrapper .tab-wrapper .tab, .jitsi-settings-container .main-wrapper .tab-wrapper .tab, .webex-settings-container .main-wrapper .tab-wrapper .tab {
  display: flex;
}
.zoom-settings-container .main-wrapper .tab-wrapper .tab .tab-item, .jitsi-settings-container .main-wrapper .tab-wrapper .tab .tab-item, .webex-settings-container .main-wrapper .tab-wrapper .tab .tab-item {
  padding: 10px 30px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 8px;
  transition: background-color 0.3s;
  background: rgba(183, 183, 183, 0.5098039216);
}
.zoom-settings-container .main-wrapper .tab-wrapper .tab .tab-item:hover, .jitsi-settings-container .main-wrapper .tab-wrapper .tab .tab-item:hover, .webex-settings-container .main-wrapper .tab-wrapper .tab .tab-item:hover {
  background-color: #f5f5f5;
}
.zoom-settings-container .main-wrapper .tab-wrapper .tab .tab-item.active, .jitsi-settings-container .main-wrapper .tab-wrapper .tab .tab-item.active, .webex-settings-container .main-wrapper .tab-wrapper .tab .tab-item.active {
  background-color: #7856fb;
  color: #fff;
}
.zoom-settings-container .main-wrapper .tab-wrapper .create-meeting-btn, .jitsi-settings-container .main-wrapper .tab-wrapper .create-meeting-btn, .webex-settings-container .main-wrapper .tab-wrapper .create-meeting-btn {
  margin-left: auto;
  background-color: #7856fb;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.zoom-settings-container .main-wrapper .tab-wrapper .create-meeting-btn .dashicons, .jitsi-settings-container .main-wrapper .tab-wrapper .create-meeting-btn .dashicons, .webex-settings-container .main-wrapper .tab-wrapper .create-meeting-btn .dashicons {
  margin-right: 5px;
}
.zoom-settings-container .main-wrapper .tab-wrapper .create-meeting-btn:hover, .jitsi-settings-container .main-wrapper .tab-wrapper .create-meeting-btn:hover, .webex-settings-container .main-wrapper .tab-wrapper .create-meeting-btn:hover {
  background-color: #4f21ff;
}
.zoom-settings-container .main-wrapper .save-button, .jitsi-settings-container .main-wrapper .save-button, .webex-settings-container .main-wrapper .save-button {
  padding: 10px 15px;
  background-color: #7856fb;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 16px;
  width: 140px;
}
.zoom-settings-container .main-wrapper .save-button:hover, .jitsi-settings-container .main-wrapper .save-button:hover, .webex-settings-container .main-wrapper .save-button:hover {
  background-color: #4f21ff;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container, .webex-settings-container .main-wrapper .jitsi-api-settings-container {
  font-family: "Arial", sans-serif;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel {
  padding: 20px 0;
  width: 65%;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .select-domain-title h3, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .select-domain-title h3, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .select-domain-title h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #3c434a;
  padding-top: 0;
  margin-top: 0;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .select-domain-description, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .select-domain-description, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .select-domain-description {
  color: #777777;
  margin-bottom: 20px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #3c434a;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field.disabled, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field.disabled, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field.disabled {
  color: rgba(119, 119, 119, 0.7411764706);
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field input, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field input, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field input {
  margin-right: 10px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field label, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field label, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field label {
  cursor: pointer;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field .upcoming-tag, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field .upcoming-tag, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jitsi-section-pannel .radio-field .upcoming-tag {
  margin-left: 1rem;
  padding: 5px 10px;
  background-color: rgba(0, 168, 107, 0.1882352941);
  color: #00a86b;
  font-size: 13px;
  border-radius: 30px;
  font-weight: 700;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field {
  display: flex;
  align-items: center;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field label, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field label, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  width: 25%;
  font-weight: 600;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input {
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 75%;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input:focus, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input:focus, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #997eff;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger {
  display: block;
  margin-left: 5px;
  color: #7856fb;
  text-decoration: none;
  font-size: 16px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:focus, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:focus, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:focus {
  outline: none;
  box-shadow: none;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:hover, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:hover, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:hover {
  text-decoration: underline;
  color: #4f21ff;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .mhub-info, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .mhub-info, .webex-settings-container .main-wrapper .jitsi-api-settings-container .mhub-info {
  background: #7856fb;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 0;
  padding: 2px 6px;
  margin-left: 5px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field, .webex-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field:first-child, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field:first-child, .webex-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field:first-child {
  margin-top: 0;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field label, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field label, .webex-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  width: 25%;
  font-weight: 600;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field textarea, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field textarea, .webex-settings-container .main-wrapper .jitsi-api-settings-container .textarea-field textarea {
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 70%;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container {
  margin-top: 40px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container:first-child, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container:first-child, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container:first-child {
  margin-top: 0;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field {
  display: flex;
  align-items: center;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field label, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field label, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  width: 25%;
  font-weight: 600;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input {
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 70%;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input:focus, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input:focus, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #997eff;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger {
  display: block;
  margin-left: 5px;
  color: #7856fb;
  text-decoration: none;
  font-size: 16px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:focus, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:focus, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:focus {
  outline: none;
  box-shadow: none;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:hover, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:hover, .webex-settings-container .main-wrapper .jitsi-api-settings-container .input-container .input-field .toggle-trigger:hover {
  text-decoration: underline;
  color: #4f21ff;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .save-actions, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .save-actions, .webex-settings-container .main-wrapper .jitsi-api-settings-container .save-actions {
  text-align: left;
  margin-top: 20px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper, .zoom-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper, .webex-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper {
  margin-top: 40px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description, .zoom-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description, .webex-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description {
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description a, .zoom-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description a, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description a, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description a, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description a, .webex-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description a {
  color: #7856fb;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description a:hover, .zoom-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description a:hover, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description a:hover, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description a:hover, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description a:hover, .webex-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description a:hover {
  color: #4f21ff;
  text-decoration: underline;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description a:focus, .zoom-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description a:focus, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description a:focus, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description a:focus, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .description a:focus, .webex-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .description a:focus {
  outline: none;
  box-shadow: none;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .field-wrapper, .zoom-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .field-wrapper, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .field-wrapper, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .field-wrapper, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .field-wrapper, .webex-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .field-wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px 40px 30px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .field-wrapper.sefl-hosted, .zoom-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .field-wrapper.sefl-hosted, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .field-wrapper.sefl-hosted, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .field-wrapper.sefl-hosted, .webex-settings-container .main-wrapper .jitsi-api-settings-container .jass-wrapper .field-wrapper.sefl-hosted, .webex-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper .field-wrapper.sefl-hosted {
  padding: 40px 30px 40px 30px;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper, .webex-settings-container .main-wrapper .jitsi-api-settings-container .sefl-hosted-wrapper {
  width: 70%;
}
.zoom-settings-container .main-wrapper .jitsi-api-settings-container .save-button.saved, .jitsi-settings-container .main-wrapper .jitsi-api-settings-container .save-button.saved, .webex-settings-container .main-wrapper .jitsi-api-settings-container .save-button.saved {
  background-color: rgba(183, 183, 183, 0.5098039216);
  color: #333;
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/settings/shortcode-tab.scss ***!
  \**************************************************************************************************************************************/
.shortcodes-tab h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.shortcodes-tab p {
  font-size: 14px;
  margin-bottom: 20px;
}
.shortcodes-tab .shortcodes-list {
  width: 60%;
}
.shortcodes-tab .shortcodes-list .shortcode-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-top: 20px;
}
.shortcodes-tab .shortcodes-list .shortcode-item h3 {
  font-size: 18px;
  margin: 0;
}
.shortcodes-tab .shortcodes-list .shortcode-item p {
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
}
.shortcodes-tab .shortcodes-list .shortcode-item .copy-shortcode-btn {
  padding: 8px 12px;
  font-size: 14px;
  color: #ffffff;
  background-color: #7856fb;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 149px;
  justify-content: center;
}
.shortcodes-tab .shortcodes-list .shortcode-item .copy-shortcode-btn i {
  font-size: 16px;
  margin-right: 5px;
  line-height: 1.4;
}
.shortcodes-tab .shortcodes-list .shortcode-item .copy-shortcode-btn:hover {
  background-color: #4f21ff;
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/settings/connect-tab.scss ***!
  \************************************************************************************************************************************/
.meetinghub-connect-tab-content .accordion {
  margin-bottom: 20px;
}
.meetinghub-connect-tab-content .accordion .mhub-section-pannel {
  padding: 40px 20px 10px 30px;
  background: #fff;
  border-radius: 15px;
  width: 65%;
}
.meetinghub-connect-tab-content .accordion .server-auth-credentials-info, .meetinghub-connect-tab-content .accordion .webex-credentials-info {
  margin-bottom: 20px;
}
.meetinghub-connect-tab-content .accordion .server-auth-credentials-info .title, .meetinghub-connect-tab-content .accordion .webex-credentials-info .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
}
.meetinghub-connect-tab-content .accordion .server-auth-credentials-info .description, .meetinghub-connect-tab-content .accordion .webex-credentials-info .description {
  font-size: 14px;
  color: #000000;
}
.meetinghub-connect-tab-content .accordion .server-auth-credentials-info .description a, .meetinghub-connect-tab-content .accordion .webex-credentials-info .description a {
  color: #7856fb;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.meetinghub-connect-tab-content .accordion .server-auth-credentials-info .description a:hover, .meetinghub-connect-tab-content .accordion .webex-credentials-info .description a:hover {
  color: #4f21ff;
  text-decoration: underline;
}
.meetinghub-connect-tab-content .accordion .server-auth-credentials-info .description a:focus, .meetinghub-connect-tab-content .accordion .webex-credentials-info .description a:focus {
  outline: none;
  box-shadow: none;
}
.meetinghub-connect-tab-content .accordion .input-container {
  margin-bottom: 40px;
}
.meetinghub-connect-tab-content .accordion .input-container .input-field {
  display: flex;
  align-items: center;
}
.meetinghub-connect-tab-content .accordion .input-container .input-field label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  width: 25%;
  font-weight: 600;
}
.meetinghub-connect-tab-content .accordion .input-container .input-field input {
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 67%;
}
.meetinghub-connect-tab-content .accordion .input-container .input-field input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #997eff;
}
.meetinghub-connect-tab-content .accordion .input-container .input-field .toggle-trigger {
  display: block;
  margin-left: 5px;
  color: #7856fb;
  text-decoration: none;
  font-size: 16px;
}
.meetinghub-connect-tab-content .accordion .input-container .input-field .toggle-trigger:focus {
  outline: none;
  box-shadow: none;
}
.meetinghub-connect-tab-content .accordion .input-container .input-field .toggle-trigger:hover {
  text-decoration: underline;
  color: #4f21ff;
}
.meetinghub-connect-tab-content #meetinghub_s2sOauth-app-sdk-credentials {
  margin-top: 50px;
}
.meetinghub-connect-tab-content .save-actions {
  text-align: left;
  margin-top: 50px;
}
.meetinghub-connect-tab-content .save-actions .save-button {
  padding: 10px 16px;
  /* Adjusted padding for better spacing */
  font-size: 16px;
  background-color: #7856fb;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.meetinghub-connect-tab-content .save-actions .save-button:hover {
  background-color: #4f21ff;
}
.meetinghub-connect-tab-content .save-actions .save-button.saved {
  background-color: rgba(183, 183, 183, 0.5098039216);
  color: #333;
}
.meetinghub-connect-tab-content .webx-btn-wrapper {
  width: 68%;
  margin-bottom: 20px;
  text-align: end;
}
.meetinghub-connect-tab-content .webx-btn-wrapper .mhub-connect-webex {
  padding: 10px 16px;
  font-size: 16px;
  background-color: #7856fb;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: fit-content;
}
.meetinghub-connect-tab-content .webx-btn-wrapper .mhub-connect-webex:hover {
  background-color: #4f21ff;
}
/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/settings/settings.scss ***!
  \*********************************************************************************************************************************/
.settings-container {
  padding: 20px;
}

.settings-title {
  font-size: 28px;
  margin-bottom: 30px;
}

.settings-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Adjust the gap as needed */
}

.settings-card {
  width: calc(30.33% - 10px); /* Adjust the gap value */
  background-color: #ffffff;
  padding: 20px;
  padding-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.settings-card .card-top {
  display: flex;
  justify-content: space-between;
}
.settings-card .card-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.settings-card .card-left .card-logo {
  width: 80px;
  height: auto;
}
.settings-card .card-left .card-title {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 700;
  color: rgba(25, 14, 14, 0.9882352941);
}
.settings-card .card-left .card-description {
  text-align: left;
  color: #777777;
}
.settings-card .card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.settings-card .card-right .account-status {
  font-size: 14px;
  margin-bottom: 10px;
  color: #00a86b;
  font-weight: 700;
  position: absolute;
}
.settings-card .card-bottom {
  margin-top: 10px;
  text-align: right;
}
.settings-card .card-bottom .settings-button {
  padding: 10px 15px;
  background-color: #7856fb; /* Adjust the color */
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.settings-card .card-bottom .settings-button span {
  margin-right: 5px;
}
.settings-card .card-bottom .settings-button:hover {
  background-color: #4f21ff; /* Adjust the hover color */
}
.settings-card .card-bottom .settings-button:focus {
  outline: none;
  box-shadow: none;
}
.settings-card .card-bottom .upcoming {
  padding: 5px 10px;
  background-color: rgba(0, 168, 107, 0.1882352941);
  color: #00a86b;
  font-size: 13px;
  border-radius: 30px;
  font-weight: 700;
}

.settings-tab-container {
  padding: 20px;
}
.settings-tab-container h2 {
  color: #ff9800;
  margin-bottom: 10px;
  font-size: 25px;
}
.settings-tab-container p {
  font-style: italic;
  color: #546e7a;
  font-size: 20px;
}

.shortcode-tab-container {
  padding: 20px;
}
.shortcode-tab-container h2 {
  color: #ff9800;
  margin-bottom: 10px;
  font-size: 25px;
}
.shortcode-tab-container p {
  font-style: italic;
  color: #546e7a;
  font-size: 20px;
}
/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/zoom/zoom_reports.scss ***!
  \*********************************************************************************************************************************/
#mhub_zoom_reports {
  padding: 40px 20px;
}
#mhub_zoom_reports .tabs-wrapper .tabs {
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  border-bottom: 0.5px solid rgba(193, 189, 189, 0.6196078431);
}
#mhub_zoom_reports .tabs-wrapper .tab-item {
  padding: 10px 30px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 8px;
  transition: background-color 0.3s;
  background: rgba(183, 183, 183, 0.5098039216);
}
#mhub_zoom_reports .tabs-wrapper .tab-item:hover {
  background-color: #f5f5f5;
}
#mhub_zoom_reports .tabs-wrapper .tab-item.active {
  background-color: #7856fb;
  color: #fff;
}
#mhub_zoom_reports .tabs-wrapper .tab-content {
  margin-top: 20px;
}
#mhub_zoom_reports .tabs-wrapper .daily-report,
#mhub_zoom_reports .tabs-wrapper .account-report {
  padding: 20px 0;
}
#mhub_zoom_reports .tabs-wrapper .daily-report .report-show-btn,
#mhub_zoom_reports .tabs-wrapper .account-report .report-show-btn {
  padding: 10px 30px;
  margin-left: 10px;
  background-color: #7856fb;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  outline: none;
}
#mhub_zoom_reports .tabs-wrapper .daily-report .report-show-btn:hover,
#mhub_zoom_reports .tabs-wrapper .account-report .report-show-btn:hover {
  background: #4f21ff;
}
#mhub_zoom_reports .tabs-wrapper .daily-report .report-show-btn:focus,
#mhub_zoom_reports .tabs-wrapper .account-report .report-show-btn:focus {
  outline: none;
  box-shadow: none;
}
#mhub_zoom_reports .mhub-report-info {
  border-radius: 8px;
  border: 2px dashed rgba(151, 144, 144, 0.8117647059);
  padding: 2rem 4rem;
  margin-top: 2rem;
}
#mhub_zoom_reports .mhub-report-info .report-info-wrapper p {
  font-size: 30px;
  text-align: center;
  color: #7a7a7a;
  font-weight: 400;
  line-height: 10px;
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/zoom/zoom_recordings.scss ***!
  \************************************************************************************************************************************/
#mhub_zoom_recordings {
  padding: 40px 20px;
}
#mhub_zoom_recordings .zoom-recordings-wrapper {
  margin-bottom: 30px;
}
#mhub_zoom_recordings .zoom-recordings-wrapper .header {
  display: flex;
  justify-content: space-between;
}
#mhub_zoom_recordings .zoom-recordings-wrapper .header .left-align {
  display: flex;
  align-items: baseline;
}
#mhub_zoom_recordings .zoom-recordings-wrapper .header .left-align label {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #1c2025;
}
#mhub_zoom_recordings .zoom-recordings-wrapper .header .left-align label.mrl-10 {
  margin-right: 10px;
  margin-left: 10px;
}
#mhub_zoom_recordings .zoom-recordings-wrapper .header .left-align .report-show-btn {
  padding: 10px 30px;
  margin-left: 10px;
  background-color: #7856fb;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer !important;
  border: none;
  outline: none;
}
#mhub_zoom_recordings .zoom-recordings-wrapper .header .left-align .report-show-btn:hover {
  background: #4f21ff;
}
#mhub_zoom_recordings .zoom-recordings-wrapper .header .left-align .react-datepicker-wrapper .react-datepicker__input-container input[type=text] {
  width: 220px !important;
}
#mhub_zoom_recordings .zoom-recordings-wrapper .header .left-align .react-datepicker__month-container {
  width: 400px;
}
#mhub_zoom_recordings .zoom-recordings-wrapper .header .left-align .react-datepicker__month-container .react-datepicker__day-name,
#mhub_zoom_recordings .zoom-recordings-wrapper .header .left-align .react-datepicker__month-container .react-datepicker__day,
#mhub_zoom_recordings .zoom-recordings-wrapper .header .left-align .react-datepicker__month-container .react-datepicker__time-name {
  width: 2.7rem;
  line-height: 2.7rem;
}
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=text],
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=datetime-local],
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=time],
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=number],
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=password],
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=email] {
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #d1dbe8;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 24px;
  outline: none;
  padding: 8px;
  margin: 0;
  height: 40px;
  cursor: unset;
}
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=text]:focus,
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=datetime-local]:focus,
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=time]:focus,
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=number]:focus,
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=password]:focus,
#mhub_zoom_recordings .zoom-recordings-wrapper input[type=email]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #997eff;
}
#mhub_zoom_recordings .mhub-recording-info {
  border-radius: 8px;
  border: 2px dashed rgba(151, 144, 144, 0.8117647059);
  padding: 2rem 4rem;
  margin-top: 2rem;
}
#mhub_zoom_recordings .mhub-recording-info .recording-info-wrapper p {
  font-size: 30px;
  text-align: center;
  color: #7a7a7a;
  font-weight: 400;
  line-height: 10px;
}
