.ScheduleModal_btnBack__tBSBU {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f8fafc;
  border-radius: 8px;
}

.ScheduleModal_stepSocialLogo__mT8KE {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: -5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  border-radius: 50%;
  background-color: #fff;
}

.ScheduleModal_tabMobile__uxRCC {
  height: 4px;
  background-color: #cbd5e1;
  width: 44px;
  border-radius: 4px;
}

.ScheduleModal_timePickerBg__KPPxz div[data-slot="base"] div[data-slot="input-wrapper"] {
  background-color: #fff !important;
}

.ScheduleModal_timePickerBg__KPPxz div[data-slot="segment"] {
  color: #bdc0c3 !important;
}

.ShareFactory_container__gHwJy {
  flex: 1;
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  min-height: 100vh;
}

.ShareFactory_headerContainer__XVbN9 {
  margin-top: 24px;
  width: 100%;
  height: 52px;
  padding: 0 24px;
}

.ShareFactory_stepperContainer__JqDzs {
  margin: 24px 0;
  width: 100%;
}

.ShareFactory_selectInput__lgvjy {
  border-radius: 8px;
  border: 1px solid var(--border);
  height: 50px;
}

.ShareFactory_arrowButton__Yoh0J {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: var(--gray-50);
  color: var(--gray-500);
}

.ShareFactory_createButtonWrapper__Qm_3O {
  height: 40px;
  border-radius: 8px;
}

.ShareFactory_headerIconStyle__QbeZH {
  height: 18px;
  width: 18px;
  color: var(--gray-500);
  margin-right: 10px;
}

.ShareFactory_mainContent__oGAYg {
  padding: 0 160px;
}

.ShareFactory_closeIcon__Q_vOn {
  transform: rotate(45deg);
  color: var(--gray-700);
}

.ShareFactory_customCardContainer__SBUSb {
  margin-top: 16px;
  flex-wrap: nowrap;
  flex: 1;
  width: 100%;
}

.ShareFactory_customCheckbox__WvYdO {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ShareFactory_customCheckbox__WvYdO input {
  display: none; /* Esconde o checkbox padrão */
}

.ShareFactory_checkboxCheck__IxTHZ {
  width: 20px;
  height: 20px;
  border: 2px solid var(--gray-300);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.ShareFactory_checkboxCheck__IxTHZ::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--brand);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.ShareFactory_customCheckbox__WvYdO input:checked + .ShareFactory_checkboxCheck__IxTHZ {
  border-color: var(--brand); /* Change border color when checked */
}

.ShareFactory_customCheckbox__WvYdO input:checked + .ShareFactory_checkboxCheck__IxTHZ::after {
  opacity: 1; /* Show the inner circle when checked */
}

.ShareFactory_shareList__7aV9x {
  display: flex;
  flex-direction: row;
  margin: 24px 0;
  width: 100%;
  height: 100%;
}

.ShareFactory_shareCard__6cElo {
  display: flex;
  margin-right: 24px;
  margin-top: 0;
}

.ShareFactory_footerButton__7FN6d {
  width: 100%;
  justify-content: center;
  margin: 24px 0;
}

.ShareFactory_button__Q51K5 {
  margin-right: 24px;
  border-radius: 8px;
}

.ShareFactory_headerLeftButton__HDnFp {
  display: block;
}

@media (max-width: 900px) {
  .ShareFactory_headerLeftButton__HDnFp {
    display: none;
  }

  .ShareFactory_container__gHwJy {
    border-radius: 0;
    height: 100%;
  }

  .ShareFactory_stepperContainer__JqDzs {
    padding: 0 16px;
    margin: 32px 0 24px;
  }

  .ShareFactory_customCardContainer__SBUSb {
    flex-wrap: wrap;
  }

  .ShareFactory_arrowButton__Yoh0J {
    /* display: none; */
  }

  .ShareFactory_headerContainer__XVbN9 {
    padding: 0 16px;
  }

  .ShareFactory_stepper__xL_uP {
    width: 100%;
    zoom: 70%;
  }

  .ShareFactory_mainContent__oGAYg {
    padding: 0 16px;
  }

  .ShareFactory_shareList__7aV9x {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .ShareFactory_shareCard__6cElo {
    display: flex;
    margin-right: 0;
    margin-top: 24px;
  }

  .ShareFactory_button__Q51K5 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .ShareFactory_footerButton__7FN6d {
    flex: 1;
    width: 100%;
    margin: 16px;

    /* margin-bottom: 20px; */
    flex-direction: column-reverse;
  }
}

/* @media (max-width: 768px) {
  .footerButton {
    flex: 1;
    width: 100%;
    padding: 0px 18px;
    flex-direction: column-reverse;
  }
} */

.VideoModal_videoModal__ujqtw {
  /* padding: 24px 0; */
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}

.VideoModal_videoModal__ujqtw button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.VideoModal_videoModal__ujqtw button:hover {
  background-color: #f1f5f9;
  border-radius: 4px;
}

