.fcr-participant {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 560px;
}

.fcr-participant__search-and-invite {
  display: flex;
  align-items: center;
  /* margin-bottom: 15px; */
  gap: 8px;
  width: 100%;
  padding: 5px 15px;
}

.fcr-participant__search-and-invite .fcr-input {
  height: 32px;
  flex: 1;
}

.fcr-participant__search-and-invite .fcr-button-secondary {
  border: 0.5px solid var(--fcr_web_ui_scene_line4);
  color: var(--fcr_ui_scene_icontext1);
}

.fcr-participant__raising-hand-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 8px 15px 6px;
  padding: 8px 10px;
  border-radius: var(--fcr_cornerradius_s);
  font-weight: var(--fcr_font_weight_s);
  font-size: 12px;
  line-height: 16px;
  color: var(--fcr_ui_scene_icontext1);
}

.fcr-participant__raising-hand-tip-text {
  padding: 8px 16px;
  border: 0.5px solid var(--fcr_ui_scene_line1);
  border-radius: var(--fcr_cornerradius_xl);
}

.fcr-participant__tabs {
  padding: 0px 0px 7px;
  width: calc(100% - 30px);
}

.fcr-participant__tabs .fcr-tabs {
  width: 100%;
}

.fcr-participant__tabs .fcr-tabs__nav-item {
  flex: 1;
}

.fcr-participant__tab-label--audience {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fcr-participant__list {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.fcr-participant__list-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.fcr-participant__list-scroll {
  flex: 1;
  min-height: 0;
}

.fcr-participant__list-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 15px;
  flex-shrink: 0;
}

.fcr-participant__list-divider-label {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--fcr_ui_scene_icontext2, rgba(255, 255, 255, 0.6));
}

.fcr-participant__list-divider-line {
  flex: 1;
  height: 1px;
  background-color: var(--fcr_ui_scene_line1, rgba(255, 255, 255, 0.12));
}

.fcr-participant__list div:focus {
  outline: none;
}
.fcr-participant__footer {
  display: flex;
  justify-content: space-between;
  padding: 4px 15px 10px 15px;
  gap: 8px;
  width: 100%;
  background-color: var(--fcr_mobile_ui_scene_color_popup_fill2);
}

.fcr-participant__footer button {
  border-radius: var(--fcr_cornerradius_s);
}

.fcr-participant__footer .fcr-button-posticon {
  width: 16px;
}

.fcr-participant__footer .fcr-button-posticon path {
  fill: var(--fcr_ui_scene_icontext1);
}

.fcr-participant__footer .fcr-button:hover {
  /* border-color: var(--fcr_ui_scene_ramp_brand6); */
}
.fcr-participant__footer .fcr-button:hover path {
  fill: var(--fcr_web_ui_scene_mainicon2);
}

.fcr-participant__search-and-invite input {
  border-radius: var(--fcr_cornerradius_s);
}

.attendee__more-actions,
.attendee__footer-more-actions {
  border: 0;
  box-shadow: var(--fcr_web_light_dropup_m);
  border-radius: var(--fcr_cornerradius_l);
  max-width: fit-content;
}

.attendee__footer-more-actions .fcr-tooltip-inner {
  max-width: 364px;
  min-width: 130px;
  width: auto !important;
}

.attendee__more-actions .fcr-checkbox-input-wrapper,
.attendee__footer-more-actions .fcr-checkbox-input-wrapper {
  border: 0;
}

.attendee__more-actions .fcr-checkbox-input-wrapper .fcr-btn-click-effect,
.attendee__footer-more-actions .fcr-checkbox-input-wrapper .fcr-btn-click-effect {
  height: 24px;
  width: 24px;
  background: transparent;
}

.attendee__footer-more-actions .fcr-checkbox {
  width: 100%;
}

.attendee__footer-more-actions .fcr-drop-menu-option {
  width: auto;
}

.fcr_participants_button_invite {
  min-width: 70px !important;
  border-radius: var(--fcr_cornerradius_xs) !important;
}

.fcr-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fcr-no-data img {
  margin-top: 20px;
  width: 50%;
  object-fit: contain;
  margin-bottom: 20px;
}

.fcr-no-data span {
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  font-family: PingFang HK;
  color: var(--fcr_ui_scene_icontext2);
}

.fcr-participant__list-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  flex-shrink: 0;
  font-size: small;
  font-weight: normal;
  color: var(--fcr_ui_scene_icontext3);
}

.fcr-participant__list-footer-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.fcr-participant__list-footer-label::before,
.fcr-participant__list-footer-label::after {
  content: '';
  flex: 1 1 auto;
  max-width: 24px;
  height: 1px;
  background-color: var(--fcr_ui_scene_line1, rgba(255, 255, 255, 0.12));
}
