.dropdown-menu[data-bs-popper] {
  z-index: 1001;
}
@media (max-width: 992px) {
  .profile_webinar_chat_center {
    height: 100% !important;
  }
  .webinar_messages_parent_div {
    height: 300px !important;
  }
}


@media only screen and (max-width: 991px) {
  .webinar_messages_livewire_div {
      width: 100% !important;
      margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 450px) {
  .webinar_messages_livewire_div {
      width: 100% !important;
  }
}