.share-selection-window {
  /* width: 790px;
  height: 550px; */
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.share-selection-window__share-content {
  width: 100%;
  height: 458px;
    padding: 10px 20px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 12px;
  
  }
  
  .share-selection-window__share-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 8px;
  
    align-content: flex-start;
  }
.share-selection-window__header-close-icon {}

.share-selection-window__header {
  height: 46px;
}

.share-selection-window__footer {
  width: 100%;
  border-top: 1px solid var(--fcr_ui_scene_line1);
  background-color: var(--fcr_mobile_ui_scene_color_popup_fill2);
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  height: 46px;
  padding: 0 10px 0 20px;
}

.share-selection-window__footer  .share-selection-window__footer-action {
  width: 100%;
  background-color: var(--fcr_mobile_ui_scene_color_popup_fill2);
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.share-selection-window__footer-start-share-txt{
  color: var(--fcr_ui_scene_white10);
  font-size: 12px;
}
