.fcr-meeting-preview__wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fcr-video-preview-wrapper {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--fcr_ui_scene_line1);
  border-radius: var(--fcr_cornerradius_xxl);
  background: var(--fcr_web_ui_scene_fill2);
  box-shadow: 10px 10px 60px -8px #00000024;
  padding: 15px;
  height: 100%;
  width: 100%;
  overflow: hidden;

  min-height: 360px;
  min-width: 474px;
  max-width: 50%;
}

.fcr-meeting-preview__settings {
  width: 100%;
  min-width: 474px;
  max-width: 50%;
}

.fcr-video-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.fcr_video-action-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  align-items: center;
}

.fcr-video__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fcr-video-action__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 4px;
  border-radius: var(--fcr_cornerradius_l);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 0.5px solid var(--fcr_ui_scene_line1);
}

.fcr-video__actions__bg--enable {
  background: var(--fcr_ui_scene_ramp_purple6);
}

.fcr-video__actions__bg--disable {
  background: var(--fcr_ui_scene_ramp_red6);
}

.fcr-video__actions__bg--noDevice {
}

.fcr-video__actions__bg--gray {
  background: var(--fcr_web_ui_scene_fill3);
}

.fcr-page-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  min-width: 200px;
}

.fcr-meeting-meet button {
  background: var(--fcr_ui_scene_ramp_brand6);
  min-width: 210px;

  border-radius: var(--fcr_cornerradius_l);
  height: 36px;
}
.fcr-meeting-meet button:hover {
  background: var(--fcr_ui_scene_ramp_brand6);
}
