.adlist_all__DCgvD {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  gap: var(--gap-20);
  flex-direction: column;
}
@media (max-width: 400px) {
  .adlist_list__cK_xm {
    margin-bottom: 20px !important;
  }
}
.adlist_all__DCgvD {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease, opacity 0.2s ease;
}

.adlist_all__DCgvD.adlist_show__Xhyjz {
  max-height: 100%;
  opacity: 1;
}
.adlist_circle__qJyK0 {
  display: flex;
  position: relative;
}

.adlist_section__Gs7NE {
  display: flex;
  position: relative;

  width: 100%;
  height: 100%;
  gap: var(--gap-20);
  flex-direction: column;
}

.adlist_circle__qJyK0 {
  align-items: center;
}
.adlist_circle__qJyK0 > div > div > div:nth-child(4) {
  display: none !important;
}
.adlist_circle__qJyK0 > div > div > div:nth-child(3) {
  top: -35px;
}
.adlist_circle__qJyK0 > div > div {
  top: 10px;
  left: -7px;
}
.adlist_circle__qJyK0 > div > div > svg:nth-child(1) > path {
  display: none;
}
.adlist_circle__qJyK0 > div > div > svg:nth-child(2) > path {
  transition: var(--transition9);
}
.adlist_waitingads__nqcP_ {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  padding: var(--padding-10);
  flex-direction: row;
  border-radius: var(--br50) var(--br20) var(--br20) var(--br50);
  height: 80px;
  border: 1px solid var(--content-box);
  gap: var(--gap-20);
  justify-content: flex-start;
  transition: var(--transition2);
  cursor: pointer;
}
html[dir="rtl"] .adlist_waitingads__nqcP_ {
  border-radius: var(--br20) var(--br50) var(--br50) var(--br20);
}

.adlist_waitingads__nqcP_:hover {
  border: 1px solid var(--color-dark-blue);
}
.adlist_circle__qJyK0 {
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;

  background-color: var(--color-white);
  align-content: center;
  justify-content: center;
}

.adlist_waitingcounter__JRtvr {
  position: relative;
  color: var(--color-dark-red);
  text-align: center;
  font-size: var(--font-20);
  font-weight: var(--weight-600);
}

.adlist_waitingdetail__ESTng {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.adlist_date__V8h3D,
.adlist_waitingdetail__ESTng {
  position: relative;
}
.adlist_adtarget__CXjMP {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: var(--gap-8);
  position: relative;
  align-items: center;
}
.adlist_adnumber__SwPic {
  width: 100%;
  position: relative;
  color: var(--text-h1);
  font-size: var(--font-16);
  font-weight: var(--weight-600);
  display: flex;
  align-items: center;
  gap: var(--gap-5);
}

.adlist_date__V8h3D {
  gap: var(--gap-1);
  display: flex;
  color: var(--text-h2);
  font-weight: var(--weight-400);
  position: relative;
  text-align: center;
  transition: var(--transition3);
  align-items: center;
  flex-direction: row;
}

.adlist_day__I9RbT {
  color: var(--text-h1);
  font-size: var(--font-14);
  font-weight: var(--weight-400);
  transition: var(--transition3);
  @media (max-width: 800px) {
    font-size: var(--font-12) !important;
    font-weight: var(--weight-400) !important;
  }
}
.adlist_hour__FYKpK {
  color: var(--text-h2);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  transition: var(--transition3);
  @media (max-width: 800px) {
    font-size: var(--font-10) !important;
  }
}

.adlist_dateicon__tgWFh {
  fill: var(--text-h2);
  position: relative;
  width: 15px;
  height: 15px;
}

.adlist_dateday__J6QPP,
.adlist_datehour__4CwP7 {
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  color: var(--text-h1);
}

.adlist_pagination__8qknB {
  position: relative;
  align-self: center;
  width: 150px;
  height: 25px;
  border: 1px solid red;
}

.adlist_section1__aaa26 {
  gap: var(--gap-20);

  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.adlist_list__cK_xm {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 120px;
  max-height: 120px;
  border: 1px solid var(--color-gray30);
  border-radius: var(--br15);
  align-items: center;
  justify-content: space-between;

  cursor: pointer;
  transition: var(--transition2);
}
.adlist_list__cK_xm:hover {
  border: 1px solid var(--color-dark-blue);
}

.adlist_up__JMbkK {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  gap: var(--gap-5);
  flex-direction: row;
}

.adlist_timer__2mah4 {
  width: 150px;
  height: 100%;
  position: relative;
  display: flex;
}

.adlist_option__CCpcB {
  position: relative;
  display: flex;

  height: 100%;
  gap: var(--gap-10);

  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.adlist_down___yg4f {
  position: relative;
  display: flex;
  padding: var(--padding-5);
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  background-color: var(--color-gray30);
  border-top: 1px solid var(--color-gray10);
  justify-content: space-around;
}

.adlist_instaid__GToL2 {
  color: var(--text-h1);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  min-width: 50px;
  width: 100%;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.adlist_serial__S5iSf {
  display: flex;
  position: relative;
  gap: var(--gap-5);
}

/* .tagicon {
  min-width: 16px;
  min-height: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  fill: var(--text-h2);
} */
.adlist_dateandtime__ivBe6 {
  position: relative;
  width: 100%;
  text-align: left;
}

.adlist_serialnumber__M6jP9 {
  position: relative;
  display: flex;
  color: var(--text-h1);
  text-align: center;
  font-size: var(--font-12);

  font-weight: var(--weight-800);
  line-height: normal;
  align-items: flex-end;
}

.adlist_rejectdetail__oNt5x {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-10);
}

.adlist_navigation__aPWl_ {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 20px;
  bottom: 0px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
.adlist_backward__uCDOh,
.adlist_forward__TJhH1 {
  position: relative;
  transition: var(--transition3);
  cursor: pointer;
}

.adlist_forward__TJhH1:hover {
  transform: scale(1.1);
}

.adlist_forward__TJhH1:active {
  transform: scale(0.9);
}

.adlist_backward__uCDOh:hover {
  transform: scale(1.1);
}

.adlist_backward__uCDOh:active {
  transform: scale(0.9);
}

.adsType_story__TBiS6 {
  position: relative;
  display: flex;
  color: var(--color-light-blue);
  background-color: var(--color-light-blue30);
  padding: var(--padding-5);
  border-radius: var(--br8);
  font-size: var(--font-12);
  font-weight: var(--weight-500);
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: var(--transition3);
  min-width: 80px;
  text-wrap: nowrap;
  @media (max-width: 720px) {
    padding: var(--paddingtag);
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    font-size: var(--font-10) !important;
    font-weight: var(--weight-500) !important;
    border-radius: var(--br5) !important;
  }
}

.adsType_post__o2IAo {
  position: relative;
  display: flex;
  padding: var(--padding-5);
  border-radius: var(--br8);
  font-size: var(--font-12);
  font-weight: var(--weight-500);
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: var(--transition3);
  color: var(--color-purple);
  min-width: 80px;
  text-wrap: nowrap;
  background-color: var(--color-purple30);
  @media (max-width: 720px) {
    padding: var(--paddingtag);
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    font-size: var(--font-10) !important;
    font-weight: var(--weight-500) !important;
    border-radius: var(--br5) !important;
  }
}

.adsType_campaign__lHxP3 {
  padding: var(--padding-5);
  border-radius: var(--br8);
  font-size: var(--font-12);
  font-weight: var(--weight-500);
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  display: flex;
  min-width: 80px;
  text-wrap: nowrap;
  color: var(--color-light-yellow);
  background-color: var(--color-light-yellow30);
  transition: var(--transition3);
  @media (max-width: 720px) {
    padding: var(--paddingtag);
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    font-size: var(--font-10) !important;
    font-weight: var(--weight-500) !important;
    border-radius: var(--br5) !important;
  }
}

.timeType_optiontext___cv1T {
  position: relative;
  display: flex;
  color: var(--color-gray);
  background-color: var(--color-gray30);
  padding: var(--padding-5);
  border-radius: var(--br8);
  font-size: var(--font-12);
  font-weight: var(--weight-500);
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  min-width: 80px;
  text-wrap: nowrap;
  transition: var(--transition3);
  @media (max-width: 720px) {
    padding: var(--paddingtag);
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    font-size: var(--font-10) !important;
    font-weight: var(--weight-500) !important;
    border-radius: var(--br5) !important;
  }
}

@media (max-width: 480px) {
  .adDetails_result___VFPo {
    font-size: var(--font-12) !important;
  }
  .adDetails_title1__PQoDD {
    font-size: var(--font-10) !important;
  }
}

.adDetails_all__x0AMp {
  position: relative;
  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;
  gap: var(--gap-20);
  justify-content: space-between;
  overflow-y: auto;
}
.adDetails_section__t4TuT {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.adDetails_sectionhalf__V0me8 {
  align-items: center;
  position: relative;
  display: flex;
  gap: var(--gap-10);
  width: 50%;
  justify-content: space-between;
}
.adDetails_header__lytVq {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-5);
  justify-content: space-between;
}
.adDetails_backicon__h33ph {
  position: relative;
  width: 25px;
  height: 25px;
  display: flex;
  padding: var(--padding-5);
  background-color: var(--color-light-blue30);
  border-radius: var(--br5);
  justify-content: center;
  cursor: pointer;
  transition: var(--transition2);
}
.adDetails_backicon__h33ph:hover {
  transform: scale(1.2);
}
.adDetails_backicon__h33ph:active {
  transform: scale(0.95);
}
.adDetails_adheader__FCYhc {
  position: relative;
  display: flex;
  gap: var(--gap-10);
  align-items: center;
}

.adDetails_admodel__LLO4c {
  position: relative;
  color: var(--text-h1);
  font-weight: var(--weight-600);
  font-size: var(--font-16);
}
.adDetails_adnumber__Lgaij {
  position: relative;
  color: var(--text-h2);
  font-weight: var(--weight-600);
  font-size: var(--font-16);
}

.adDetails_addetail__ap1wX {
  position: relative;
  width: 100%;
  height: 100%;
  gap: var(--gap-20);
  padding: var(--padding-3);
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.adDetails_title__PxSmb {
  position: relative;
  color: var(--text-h2);
  font-weight: var(--weight-600);
  font-size: var(--font-12);
  text-transform: uppercase;
  text-align: center;
  display: flex;
  text-wrap: nowrap;
  @media (max-width: 480px) {
    font-weight: var(--weight-400);
    font-size: var(--font-10);
  }
}
.adDetails_linev__1Z1_T {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--box-border);
}
.adDetails_lineh__zb0Hx {
  position: relative;
  border-right: 1px solid var(--box-border);
}

.adDetails_dateandtime__X86EE {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: var(--gap-10);
}

.adDetails_date__IBkRf {
  gap: var(--gap-1);
  color: var(--text-h2);
  font-weight: var(--weight-400);
  position: relative;
  text-align: center;
  transition: var(--transition3);
  align-items: flex-end;
  flex-direction: row;
}

.adDetails_day__7gPJ_ {
  gap: var(--gap-1);
  color: var(--text-h1);
  font-size: var(--font-14);
  font-weight: var(--weight-400);
  transition: var(--transition3);
  @media (max-width: 800px) {
    font-size: var(--font-12) !important;
    font-weight: var(--weight-400) !important;
  }
}
.adDetails_hour__W79HM {
  gap: var(--gap-1);
  color: var(--text-h2);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  transition: var(--transition3);
  @media (max-width: 800px) {
    font-size: var(--font-10) !important;
  }
}

.adDetails_detail__4Elyt {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--gap-8);
  text-align: left;
  width: 50%;
  align-items: center;
}
.adDetails_result___VFPo {
  color: var(--text-h1);
  font-weight: var(--weight-400);
  font-size: var(--font-14);
  text-transform: capitalize;
  text-align: center;
  text-wrap: nowrap;
}

.adDetails_detail1__p8Zpb {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: var(--gap-5);
  text-align: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.adDetails_title1__PQoDD {
  position: relative;
  width: 86px;
  color: var(--text-h2);
  font-weight: var(--weight-600);
  font-size: var(--font-12);
  text-transform: uppercase;
  text-align: left;
}

@media (max-width: 480px) {
  .detailContent_boxcontent__1CS86 {
    padding: var(--padding-20) var(--padding-20) 40px var(--padding-20) !important;
  }
  .detailContent_disablePosts1__aQeHx,
  .detailContent_posts1__VaAZs,
  .detailContent_addnew__97JTR {
    width: 48px !important;
  }
}

.detailContent_maincontainer__gBRvO {
  position: relative;
  width: 100%;
  height: 100%;
}

.detailContent_headercontainer__Dnq3T {
  height: 50px;
  display: flex;
  width: calc(100% - 80px);
  min-width: 250px;
  position: relative;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-20);
}
.detailContent_Section__lGqKF {
  position: relative;
  width: 100%;
  height: 100%;
  gap: var(--gap-15);
  display: flex;
  flex-direction: column;
  transition: var(--transition3);
}
.detailContent_headerIconcontainer__UH3a8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-white30);
  width: 40px;
  height: 40px;
  border-radius: var(--br10);
  align-items: center;
  cursor: pointer;
  transition: var(--transition3);
}
.detailContent_headerIconcontainer__UH3a8:hover {
  background-color: var(--color-dark-blue60);
}

.detailContent_headerIcon__UKet_ {
  position: relative;
  width: 40%;
  height: 40%;
}
.detailContent_titlecontainer__Dw41F {
  position: relative;
  color: var(--color-ffffff);
  font-size: var(--font-18);
  font-weight: var(--weight-800);
  text-align: left;
}

.detailContent_navigationcontanerIcon__gsLkA {
  position: relative;
}

.detailContent_boxcontent__1CS86 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 200px;
  width: 100%;
  gap: var(--gap-30);
}

.detailContent_ascontainer__Jv20G,
.detailContent_postcontainer___Q8Nh,
.detailContent_captioncontainer__jEh4U {
  position: relative;
  display: flex;
  min-width: 250px;
  width: 100%;
  max-width: 395px;
  height: 100%;
  max-height: 700px;
  gap: var(--gap-20);
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
/* ___column right___ */

.detailContent_postpreview__MK7AL {
  position: relative;
  width: 99%;
  display: flex;
  gap: var(--gap-10);
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  transition: var(--transition3);
}
.detailContent_typeparent__bPvk5 {
  position: relative;
  display: flex;
  gap: var(--gap-10);
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  transition: var(--transition3);
}
.detailContent_type__f4CAP {
  width: 70px;
  border-radius: var(--br10);
  border: 1px solid var(--content-box);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-dark-blue);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  height: 25px;
  align-items: center;
  transition: var(--transition3);
  cursor: pointer;

  transition: var(--transition3);
}
.detailContent_selectedType__8eexX {
  width: 70px;
  border-radius: var(--br10);
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-white);
  background-color: var(--color-dark-blue);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  height: 25px;
  align-items: center;
  transition: var(--transition3);
  cursor: pointer;

  transition: var(--transition3);
}
.detailContent_type__f4CAP:hover {
  border: 1px solid var(--color-dark-blue);
}
.detailContent_type__f4CAP:active {
  width: 70px;
  height: 25px;
  border-radius: var(--br10);
  border: 1px solid var(--color-dark-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-ffffff);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  word-wrap: break-word;
  background-color: var(--color-dark-blue);
  cursor: pointer;

  transition: var(--transition3);
}
.detailContent_posts1__VaAZs {
  position: relative;
  width: 58px;
  aspect-ratio: 1/1;
  border: 2px dotted var(--color-gray);
  border-radius: var(--br15);
  cursor: pointer;

  transition: var(--transition3);
}
.detailContent_disablePosts1__aQeHx {
  position: relative;
  width: 58px;
  aspect-ratio: 1/1;
  border: 2px dotted var(--color-gray);
  border-radius: var(--br15);
  cursor: pointer;

  opacity: 0.4;
  pointer-events: none;
  transition: var(--transition3);
}
.detailContent_postpicture__swgwj {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: var(--br15);

  border: 2px solid transparent;
  transition: var(--transition3);
  box-shadow: 0 0 0 1px var(--color-dark-blue60);
  cursor: pointer;
}
.detailContent_postpicture__swgwj:hover {
  box-shadow: 0 0 0 3px var(--color-dark-blue60);
  cursor: pointer;
}
.detailContent_addnew__97JTR {
  display: flex;
  position: relative;
  width: 58px;
  aspect-ratio: 1/1;
  border: 2px dotted var(--color-gray);
  border-radius: var(--br15);
  cursor: pointer;

  align-items: center;
  justify-content: center;
}
.detailContent_picturenopost___Zwcs {
  display: flex;
  border: 1px solid var(--content-box);
  position: relative;
  top: 0px;
  padding: var(--padding-30);
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
  gap: var(--gap-20);
  cursor: pointer;
  object-fit: contain;

  border-radius: var(--br15) var(--br15) 0 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.detailContent_addnewicon__O2xpJ {
  width: 30%;
  height: 30%;
  transition: var(--transition3);
}
.detailContent_addnewicon__O2xpJ:hover {
  transform: scale(1.2);
}
.detailContent_addnewicon__O2xpJ:active {
  transform: scale(0.8);
}
.detailContent_cardPost___iN9p {
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
  aspect-ratio: 1/1;
  position: relative;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.detailContent_optionCard__H607y {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.detailContent_cardPostChild__pkAN9 {
  display: flex;
  position: relative;
  bottom: 0px;
  left: 0;

  width: 100%;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-direction: row;
  height: 56px;
  border-radius: 0 0 var(--br15) var(--br15);
  background-color: var(--color-black80);
}
.detailContent_disableCardPostChild__AFa2h {
  display: flex;
  position: relative;
  bottom: 0px;
  left: 0;

  width: 100%;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-direction: row;
  height: 56px;
  border-radius: 0 0 var(--br15) var(--br15);

  background-color: var(--color-black80);
  opacity: 0.4;
  pointer-events: none;
}
.detailContent_captionCard__aXRCc {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  color: var(--text-h2);

  top: 5px;
}

.detailContent_titleCard__m_aud {
  position: relative;
  display: flex;
  gap: var(--gap-20);
  color: var(--text-h1);
  font-size: var(--font-18);

  font-weight: var(--weight-800);
  text-align: left;
  text-transform: capitalize;
  align-items: center;
}
.detailContent_pictureMaskIcon__W5mLl {
  display: flex;
  border: 1px solid var(--content-box);
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
  object-fit: contain;

  border-radius: var(--br15);
  align-items: center;
  justify-content: center;
}

.detailContent_postdetail__JbN_u {
  width: 100%;
  height: 80%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
.detailContent_header__xngyZ {
  display: flex;
  align-items: center;
  gap: var(--gap-5);
  position: relative;
  text-transform: capitalize;
  text-align: left;
  color: var(--text-h1);
  font-weight: var(--weight-600);
  font-size: var(--font-16);
  transition: var(--transition2);
}
.detailContent_disableHeader__lQw_d {
  display: flex;
  align-items: center;
  gap: var(--gap-5);
  position: relative;
  text-transform: capitalize;
  text-align: left;
  color: var(--text-h1);
  font-weight: var(--weight-600);
  font-size: var(--font-16);
  opacity: 0.4;
  pointer-events: none;
  transition: var(--transition2);
}
.detailContent_headerparent__iIW9F {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: var(--gap-10);
}
.detailContent_headerparent1__b5GmP {
  position: relative;
  text-align: left;
  width: 100%;
}
.detailContent_counter__iq3cw {
  display: flex;
  gap: var(--gap-5);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-12);
  color: var(--text-h2);
  text-align: center;

  font-weight: var(--weight-400);
  line-height: normal;
  flex-direction: row;
  align-items: center;
}
.detailContent_icon__JRN4E {
  display: flex;
  width: 17px;
  height: 17px;
  background-color: var(--color-light-blue);
  color: var(--color-ffffff);
  border-radius: var(--br5);
  text-align: center;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  align-content: center;
  justify-content: center;
  align-items: center;
}
.detailContent_b__KCmWQ {
  position: relative;
  color: var(--color-dark-green);
  text-align: left;
  font-size: var(--font-16);
  letter-spacing: 1px;
  font-weight: var(--weight-600);
}

.detailContent_postoption__Y3_LM {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  flex-direction: column;
}
.detailContent_disablePostOption__f_KdJ {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  flex-direction: column;
  pointer-events: none;
  opacity: 0.4;
}
.detailContent_postoptionicon__Uk8qo {
  position: relative;
  fill: var(--color-ffffff);
  height: 20px;
}
.detailContent_new__Q9c7O {
  position: absolute;
  color: var(--color-ffffff);
  padding: 0px var(--padding-5) 1px;
  background-color: var(--color-dark-red);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  border-radius: var(--br5) var(--br5) var(--br5) 0px;
  left: 45px;
}
.detailContent_postoptionicontext__AJUQJ {
  position: relative;
  color: var(--color-ffffff);
  font-size: var(--font-14);

  font-weight: var(--weight-400);
  line-height: normal;
  display: flex;
  gap: var(--gap-5);
  align-items: center;
}
/* ___column right___ */

/* ___column middle___ */

.detailContent_explain__4Dq5M {
  text-align: left;
  position: relative;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  color: var(--text-h2);
  top: -10px;
  text-transform: capitalize;
  transition: var(--transition2);
}
.detailContent_selectbox__bsqhy {
  border: 3px solid transparent;
  display: flex;
  position: relative;
  width: 130px;
  height: 30px;
  background-color: var(--color-light-blue);
  border-radius: var(--br5);
  cursor: pointer;

  transition: var(--transition6);
  justify-content: space-evenly;
  align-items: center;
}

.detailContent_selectoption__EDt73 {
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.detailContent_option__v8csa {
  border-top: 1px solid var(--content-box);
  display: flex;
  padding: var(--padding-10) var(--padding-16) var(--padding-10) var(--padding-16);
  color: var(--text-h1);
  font-size: var(--font-14);

  font-weight: var(--weight-400);
  cursor: pointer;
  transition: var(--transition3);
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.detailContent_option__v8csa:hover {
  color: var(--color-light-blue);
}

.detailContent_option__v8csa.detailContent_selected__dIt0p {
  color: var(--color-light-blue);
  font-weight: var(--weight-400);
}
.detailContent_title__BECC9 {
  color: var(--color-white);

  font-size: var(--font-14);

  font-weight: var(--weight-400);
}
.detailContent_arrowIcon__BUOiO {
  transition: var(--transition1);
  transform: rotate(0deg);
  fill: var(--color-white);
}
.detailContent_rotateArrow__AnjtK {
  transform: rotate(180deg);
}

.detailContent_disableSelectbox__l3qKD {
  border: 3px solid transparent;
  display: flex;
  position: relative;
  width: 120px;
  height: 30px;
  background-color: var(--color-light-blue);
  border-radius: var(--br5);
  cursor: pointer;

  transition: var(--transition6);
  justify-content: space-evenly;
  align-items: center;
  left: 314px;
  opacity: 0.4;
  pointer-events: none;
}

.detailContent_selectbox__bsqhy:hover {
  border-radius: var(--br5);
}
.detailContent_activeSelectbox__l1U5_ {
  border-radius: var(--br5);
}

.detailContent_hashtagField__lXiGg {
  display: flex;
  gap: var(--gap-5);
  padding: var(--padding-10);
  position: relative;
  border-radius: 0 var(--br15) var(--br15) var(--br15);
  border: 1px solid var(--content-box);
  background-color: var(--color-disable);

  width: 100%;
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

/* ___column middle___ */

/* ___right middle___ */
.detailContent_field__z_Y2B {
  display: flex;
  gap: var(--gap-5);
  padding: var(--padding-10) var(--padding-16) var(--padding-10) var(--padding-16);
  position: relative;
  border-radius: var(--br10);
  border: 1px solid var(--content-box);
  background-color: var(--color-disable);

  color: var(--text-h1);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.detailContent_setting__eHELa {
  position: relative;
  width: 100%;
  gap: var(--gap-30);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.detailContent_settinglabel__QX3GT {
  position: relative;
  color: var(--text-h1);
  text-transform: capitalize;
  font-size: var(--font-14);

  font-weight: var(--weight-400);
  line-height: normal;
  display: flex;
  gap: var(--gap-5);
  align-items: center;
}
.detailContent_container___LwDW {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition3);
}
.detailContent_disableContainer__5UPWj {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  opacity: 0.4;
  pointer-events: none;
  transition: var(--transition3);
}

.detailContent_hashtagSection__FJHWV {
  position: relative;
  width: 100%;
  height: 270px;
}
.detailContent_postscale__dBFun {
  display: flex;
  position: relative;
  width: 100%;
  height: 40px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-10);
  transition: var(--transition3);
}
.detailContent_postscalechild__W46oj {
  position: relative;
  height: 100%;
  gap: var(--gap-5);
  display: flex;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
}
.detailContent_postscaleheader__mZZgU {
  position: relative;
  text-align: center;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  color: var(--text-h1);
}
.detailContent_postscalebutton1__TQvWK {
  position: relative;
  width: 25px;
  height: 30px;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  display: flex;
  color: var(--color-light-blue);
  border: 1px solid var(--color-light-blue);
  align-items: center;
  justify-content: center;
  border-radius: var(--br5);

  transition: var(--transition3);
}
.detailContent_postscalebutton2__nO1cU {
  position: relative;
  width: 25px;
  height: 25px;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  display: flex;
  color: var(--color-light-blue);
  border: 1px solid var(--color-light-blue);
  align-items: center;
  justify-content: center;
  border-radius: var(--br5);

  transition: var(--transition3);
}
.detailContent_postscalebutton3__DLtgO {
  position: relative;
  width: 30px;
  height: 20px;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  display: flex;
  color: var(--color-light-blue);
  border: 1px solid var(--color-light-blue);
  align-items: center;
  justify-content: center;
  border-radius: var(--br5);

  transition: var(--transition3);
}
.detailContent_postscalechild__W46oj:hover .detailContent_postscalebutton3__DLtgO {
  color: var(--color-ffffff);
  background-color: var(--color-light-blue);
}
.detailContent_postscalechild__W46oj:hover .detailContent_postscalebutton2__nO1cU {
  color: var(--color-ffffff);
  background-color: var(--color-light-blue);
}
.detailContent_postscalechild__W46oj:hover .detailContent_postscalebutton1__TQvWK {
  color: var(--color-ffffff);
  background-color: var(--color-light-blue);
}
.detailContent_dateTime__rmzpG {
  top: -15px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  gap: var(--gap-10);
  height: 40px;
  transition: var(--transition2);
}
.detailContent_disableDateTime__DluEa {
  top: -15px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  gap: var(--gap-10);
  height: 40px;
  pointer-events: none;
  opacity: 0.4;
  transition: var(--transition2);
}
.detailContent_input__q8Ag0 {
  display: flex;
  position: relative;
  border-radius: var(--br10);
  border: 1px solid var(--content-box);
  background-color: var(--color-disable);

  color: var(--text-h1);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: var(--transition3);
}

.detailContent_iconBoxCalendar__nWwgZ {
  display: flex;
  position: relative;
  background-color: var(--color-dark-blue);
  width: 50px;
  height: 50px;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: var(--br8);
}
.detailContent_Calendaricon__nVYvt {
  width: 20px;
  height: 20px;
}
.detailContent_CalendariconContainer__kwmgr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-dark-blue);
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: var(--br5);
  align-items: center;
  position: relative;
}

.detailContent_timeButtons__87BPA {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  gap: var(--gap-10);
  width: 48%;
}

.detailContent_timeButtonsparent__Y4QjT {
  position: relative;
  display: flex;
  row-gap: var(--gap-10);
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: var(--transition2);
}
.detailContent_disableTimeButtonsparent__ZaZNH {
  position: relative;
  display: flex;
  gap: var(--gap-10);
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0.4;
  transition: var(--transition2);
}

.detailContent_time__42zTf {
  position: relative;
  border: 1px solid var(--content-box);
  background-color: var(--color-white);
  color: var(--text-h1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0px var(--padding-5) 0px;
  height: 30px;
  border-radius: var(--br15);
  transition: var(--transition3);
  text-align: center;
  font-size: var(--font-12);

  font-weight: var(--weight-400);

  cursor: pointer;
}
.detailContent_time__42zTf:hover {
  border: 1px solid var(--color-dark-blue);
  color: var(--color-dark-blue);
  border-radius: var(--br20);
}
.detailContent_selectedTime__5QZjp {
  position: relative;
  border: 1px solid transparent;
  background-color: var(--color-dark-blue);
  color: var(--color-ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  border-radius: var(--br25);
  transition: var(--transition3);
  text-align: center;
  font-size: var(--font-12);

  font-weight: var(--weight-400);
}

.detailContent_instagramer__cTf6C {
  display: flex;
  gap: var(--gap-5);
  position: relative;
  color: var(--text-h1);
  font-size: var(--font-14);
  width: 100%;
  font-weight: var(--weight-400);
  letter-spacing: 1px;
}
.detailContent_span__TvcVl {
  color: var(--text-h2);
}
.detailContent_date__ciOEG {
  display: flex;
  color: var(--text-h1);
  font-weight: var(--weight-600);
  position: relative;
  text-align: center;
  transition: var(--transition3);
  align-items: center;
  flex-direction: row;
}

.detailContent_day__NnQQ7 {
  color: var(--text-h1);
  font-size: var(--font-14);
  font-weight: var(--weight-400);
  transition: var(--transition3);

  @media (max-width: 800px) {
    font-size: var(--font-12) !important;
    font-weight: var(--weight-400) !important;
  }
}

.detailContent_hour__o9A5K {
  color: var(--text-h2);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  transition: var(--transition3);

  @media (max-width: 800px) {
    font-size: var(--font-10) !important;
  }
}
.detailContent_postTimer__CixlZ {
  display: flex;
  gap: var(--gap-10);
  background-color: var(--color-black80);
  border-radius: var(--br15);
  position: relative;
  padding: var(--padding-30);
  backdrop-filter: blur(5px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: var(--transition2);
}
.detailContent_div__sNkv7 {
  color: var(--color-ffffff);
  position: relative;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  transition: var(--transition2);
}

.detailContent_map__4zzA8 {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid var(--content-box);
  border-radius: var(--br25);
}

.detailContent_resultSearchmention__7Wiyb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: var(--gap-20);
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  top: 50px;
  position: absolute;
  padding: var(--padding-10) var(--padding-10) 0px var(--padding-10);
  height: 130px;
  border: 1px solid var(--content-box);
  border-radius: 0 0 var(--br15) var(--br15);
  background-color: var(--color-white);
  z-index: 120;
  transition: var(--transition3);

  flex-wrap: nowrap;
  animation: detailContent_swing-in-top-fwd__Fzofl 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.detailContent_resultSearchmention__7Wiyb::-webkit-scrollbar {
  display: block;
}
.detailContent_resultSearchmention__7Wiyb:hover {
  border-color: var(--color-dark-blue);
}

.detailContent_searchContent__3s0TC {
  position: relative;
  display: flex;
  gap: var(--gap-10);
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.detailContent_searchContent__3s0TC:hover .detailContent_userProfile__1JVPn {
  box-shadow: 0 0 0 3px var(--color-dark-blue60);
}
.detailContent_searchContent1__7tOLV {
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  float: left;
  padding: var(--paddingtag);
  position: relative;
  border-radius: var(--br8);
  flex-direction: row;
  gap: var(--gap-5);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light-blue30);
  color: var(--text-h1);
  font-size: var(--font-14);

  font-weight: var(--weight-400);
  line-height: normal;
  cursor: pointer;
}
.detailContent_locationicon__MUABm {
  position: relative;
  width: 12px;
}
.detailContent_userProfile__1JVPn {
  top: 3px;
  position: relative;
  width: 65px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid transparent;
  transition: var(--transition3);
  box-shadow: none;
}

.detailContent_username__bT4to {
  position: relative;
  color: var(--text-h1);
  text-align: center;
  font-size: var(--font-14);

  font-weight: var(--weight-400);
  line-height: normal;
  width: 90px;
  overflow: hidden;
}
.detailContent_tagHashtag__njZ4_ {
  float: left;
  padding: var(--paddingtag);
  position: relative;
  border-radius: var(--br8);
  flex-direction: row;
  gap: var(--gap-5);
  justify-content: center;
  height: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light-blue30);
  color: var(--text-h1);
  font-size: var(--font-14);

  font-weight: var(--weight-400);
  line-height: normal;
}
.detailContent_hashtagicon__vjEb9 {
  position: relative;
  width: 15px;
}
/* ___right middle___ */

.confirmationStatus_activestatus__shpTk {
  color: var(--color-light-blue);
  background-color: var(--color-light-blue30);
}
.confirmationStatus_finishedstatus__0GaB8 {
  color: var(--color-dark-green);
  background-color: var(--color-dark-green30);
}
.confirmationStatus_canceledstatus__bo0Vg {
  color: var(--color-dark-red);
  background-color: var(--color-dark-red30);
}
.confirmationStatus_preparingStatus__yewsb {
  color: var(--color-purple);
  background-color: var(--color-purple30);
}

.confirmationStatus_activestatus__shpTk,
.confirmationStatus_finishedstatus__0GaB8,
.confirmationStatus_canceledstatus__bo0Vg,
.confirmationStatus_preparingStatus__yewsb {
  position: relative;
  display: flex;
  padding: var(--padding-5);

  border-radius: var(--br8);
  font-size: var(--font-12);
  font-weight: var(--weight-600);
  justify-content: center;
  min-width: 80px;
  align-items: center;
  text-transform: uppercase;
  transition: var(--transition3);
  text-wrap: nowrap;
  @media (max-width: 720px) {
    min-width: 70px;
    padding: var(--paddingtag);
    font-size: var(--font-10) !important;
    font-weight: var(--weight-600) !important;
    border-radius: var(--br5) !important;
  }
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0px;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: var(--toastify-toast-width);
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container[data-stacked='true'] {
    width: 100vw;
  }
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.bankAccountType_background__cHx3s {
  width: calc(100% - 130px);
  height: calc(100% - 100px);
  min-width: 250px;
  top: 80px;
  border-radius: var(--br25);
  margin-inline: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: var(--gap-20);
  position: fixed;
  justify-content: center;
  justify-items: center;
  transition: var(--transition3);
  flex-direction: column;
  align-items: center;
  @media screen and (max-width: 719px) {
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    top: 10px;
  }
}
.bankAccountType_header__WhH26 {
  width: 100%;
  min-height: 100px;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  border-radius: var(--br50);
  padding: var(--padding-20) var(--padding-30);
  background-color: var(--color-white);
  animation: var(--top04);
  box-shadow: var(--small-shadow);
  @media screen and (max-width: 719px) {
    border-radius: var(--br30);
    padding: var(--padding-14);
  }
}
.bankAccountType_progressContainer__VoGw8 {
  overflow-y: auto;
  box-shadow: var(--small-shadow);
  width: 100%;
  max-width: 1440px;
  min-height: 80px;
  gap: var(--gap-20);
  display: flex;
  border-radius: var(--br50);
  background-color: var(--color-white);
  padding: var(--padding-20);
  flex-direction: column;
  animation: var(--top08);
  @media screen and (max-width: 719px) {
    border-radius: var(--br30);
    padding: var(--padding-14);
  }
}
.bankAccountType_progressStep__YT3u5 {
  width: 100%;
  background-color: var(--color-gray10);
  border-radius: var(--br30);
  padding: var(--padding-20) var(--padding-30) 0 var(--padding-30);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-20);
  transition: var(--transition3);
  @media screen and (max-width: 719px) {
    padding: var(--padding-10) var(--padding-20) 0 var(--padding-20);
    gap: var(--gap-10);
  }
}
.bankAccountType_progressStepSuccess__epadH {
  background-color: var(--color-light-green30) !important;
}
.bankAccountType_progressStepFail__KXS7u {
  background-color: var(--color-light-red30) !important;
}
.bankAccountType_progressStep__YT3u5:hover {
  box-shadow: var(--box-shadow);
}
.bankAccountType_btn__co2SH {
  max-width: 200px;

  @media screen and (max-width: 719px) {
    max-width: 100px;
  }
}
.bankAccountType_UploadContainer__IOJVO {
  padding-bottom: 20px;
  padding-inline-start: 40px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s,
    padding-bottom 0.3s;
  display: flex;
  gap: var(--gap-10);
  flex-direction: column;
  @media screen and (max-width: 719px) {
    padding-inline-start: 0px;
  }
}
.bankAccountType_UploadContainer__IOJVO.bankAccountType_show__GE5Cj {
  max-height: 300px;
  opacity: 1;
}
.bankAccountType_UploadContainer__IOJVO.bankAccountType_hide__tvdH3 {
  max-height: 0;
  opacity: 0;
  padding-bottom: 0px;
}
.bankAccountType_uploadBox__BNg6U {
  background: var(--background-root);
  border: 1px dashed var(--color-gray60);
  border-radius: var(--br10);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: var(--transition3);
  width: 100%;
  max-width: 300px;
  height: 190px;
  aspect-ratio: 86 / 54;
  color: var(--text-h1);
  justify-content: center;
  transition: border-color 0.2s;
}
.bankAccountType_uploadlabel__IZHxv {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--gap-10);
  transition: var(--transition3);
  color: var(--text-h1);
}
.bankAccountType_uploadBox__BNg6U img {
  border-radius: 6px;
  box-shadow: 0 2px 8px #0001;
}
.bankAccountType_uploadBox__BNg6U.bankAccountType_dragover__RPMe8 {
  border: 2px dashed var(--color-dark-blue);
  background: var(--color-gray10);
  transition: var(--transition3);
}
.bankAccountType_uploadActionBtn__blWaQ {
  width: 100px;
  background: var(--color-white);
  border: 1px solid var(--color-gray30);
  border-radius: var(--br8);
  padding: var(--paddingtag);
  gap: var(--gap-5);
  color: var(--text-h2);
  display: flex;
  font-size: var(--font-12);
  cursor: pointer;
  transition: var(--transition3);
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.bankAccountType_uploadActionBtn__blWaQ:hover {
  border-color: var(--color-dark-blue);
}
.bankAccountType_buttonsContainer__GM9rt {
  width: 300px;
  display: flex;
  justify-content: space-evenly;
  gap: var(--gap-20);
  flex-direction: row;
}
.bankAccountType_uploadmenuicon__6tCLq {
  height: 20px;
  position: relative;
}
.bankAccountType_input__FiLl2 {
  letter-spacing: 4px;
  width: 220px;
  padding: var(--padding-10);
  font-size: var(--font-16);
  border-radius: var(--br10);
  border: 1px solid var(--color-gray30);
  background: var(--background-root);
  color: var(--text-h1);
  transition: var(--transition3);
  @media screen and (max-width: 719px) {
    width: 270px;
  }
}
.bankAccountType_input__FiLl2:focus {
  border-radius: var(--br10);
  transform: scale(0.99);
  border-color: var(--color-dark-blue);
  box-shadow: 0 0 0 5px var(--color-dark-blue30);
}
.bankAccountType_input__FiLl2:hover {
  border-color: var(--color-dark-blue);
  border-radius: var(--br10);
}
.bankAccountType_explain__G0jWo {
  position: relative;
  width: calc(100% - 10px);
  text-align: start;
  margin-inline: 10px;
  display: flex;
  color: var(--color-dark-red);
  text-transform: uppercase;
  align-items: center;
  font-size: var(--font-12);
  font-weight: var(--weight-500);
  transition: var(--transition3);
}
.bankAccountType_shippingOptionlist__1M5cQ {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: var(--gap-20);
  flex-direction: row;
  align-items: flex-start;
  overflow-x: auto;
}
.bankAccountType_shippingOption__kozgY {
  min-width: 150px;
  height: 80px;
  padding: var(--padding-10);
  display: flex;
  background-color: var(--color-white);
  border-radius: var(--br20);
  border: 1px solid var(--color-gray30);
  cursor: pointer;
  transition: var(--transition3);
  color: var(--text-h1);
  margin-block: 3px;
  gap: var(--gap-10);
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.bankAccountType_shippingOption__kozgY:hover {
  transform: translateY(-2px);
  border: 1px solid var(--color-dark-blue);
}

.bankAccountType_activeOption__5XBon {
  border: 2px solid var(--color-dark-blue);
}
.bankAccountType_activeOption__5XBon:hover {
  border: 2px solid var(--color-gray60);
}
.bankAccountType_optionicon__eQ41m {
  width: 40px;
  height: 40px;
}

@keyframes bankAccountType_shake__SH2_v {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-1px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(1px);
  }
}

.bankAccountType_inputError__5SAlC {
  animation: bankAccountType_shake__SH2_v 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  border-color: var(--color-dark-red) !important;
}

.nationalCard_background__suAm4 {
  width: calc(100% - 130px);
  height: calc(100% - 100px);
  min-width: 250px;
  top: 80px;
  border-radius: var(--br25);
  margin-inline: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: var(--gap-20);
  position: fixed;
  justify-content: center;
  justify-items: center;
  transition: var(--transition3);
  flex-direction: column;
  align-items: center;
  @media screen and (max-width: 719px) {
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    top: 10px;
  }
}
.nationalCard_header__Dx_fX {
  width: 100%;
  min-height: 100px;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  border-radius: var(--br50);
  padding: var(--padding-20) var(--padding-30);
  background-color: var(--color-white);
  animation: var(--top04);
  box-shadow: var(--small-shadow);
  @media screen and (max-width: 719px) {
    border-radius: var(--br30);
    padding: var(--padding-14);
  }
}
.nationalCard_progressContainer__AF5Ob {
  overflow-y: auto;
  box-shadow: var(--small-shadow);
  width: 100%;
  max-width: 1440px;
  min-height: 80px;
  gap: var(--gap-20);
  display: flex;
  border-radius: var(--br50);
  background-color: var(--color-white);
  padding: var(--padding-20);
  flex-direction: column;
  animation: var(--top08);
  @media screen and (max-width: 719px) {
    border-radius: var(--br30);
    padding: var(--padding-14);
  }
}
.nationalCard_progressStep__MIWdy {
  width: 100%;
  background-color: var(--color-gray10);
  border-radius: var(--br30);
  padding: var(--padding-20) var(--padding-30) 0 var(--padding-30);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-20);
  transition: var(--transition3);
  @media screen and (max-width: 719px) {
    padding: var(--padding-10) var(--padding-14) 0 var(--padding-14);
    gap: var(--gap-10);
  }
}
.nationalCard_explain__CUqhy {
  position: relative;
  width: 100%;
  text-align: start;
  margin: 10px;
  display: flex;
  color: var(--color-dark-red);
  text-transform: uppercase;
  align-items: center;
  font-size: var(--font-12);
  font-weight: var(--weight-500);
  transition: var(--transition3);
}
.nationalCard_progressStepSuccess__RXaVe {
  background-color: var(--color-light-green30) !important;
}
.nationalCard_progressStepFail__dPHwN {
  background-color: var(--color-light-red30) !important;
}
.nationalCard_progressStep__MIWdy:hover {
  box-shadow: var(--box-shadow);
}
.nationalCard_btn__dRpvD {
  max-width: 200px;

  @media screen and (max-width: 719px) {
    max-width: 100px;
  }
}
.nationalCard_UploadContainer__lwln4 {
  padding-bottom: 0px;
  padding-inline-start: 40px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s,
    padding-bottom 0.3s;
  display: flex;
  gap: var(--gap-10);
  flex-direction: column;
  @media screen and (max-width: 719px) {
    padding-inline-start: 0px;
  }
}
.nationalCard_UploadContainer__lwln4.nationalCard_show__42DIj {
  max-height: 300px;
  opacity: 1;
}
.nationalCard_UploadContainer__lwln4.nationalCard_hide__BS5jx {
  max-height: 0;
  opacity: 0;
  padding-bottom: 0px;
}
.nationalCard_uploadBox__0sGQJ {
  background: var(--background-root);
  border: 1px dashed var(--color-gray60);
  border-radius: var(--br10);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: var(--transition3);
  width: 100%;
  max-width: 300px;
  height: 190px;
  aspect-ratio: 86 / 54;
  color: var(--text-h1);
  justify-content: center;
  transition: border-color 0.2s;
}
.nationalCard_uploadBox__0sGQJ:hover {
  border: 1px dashed var(--color-dark-blue);
}
.nationalCard_uploadlabel__qEtmp {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--gap-10);
  transition: var(--transition3);
  color: var(--text-h1);
  cursor: pointer;
}
.nationalCard_uploadBox__0sGQJ img {
  border-radius: 6px;
  box-shadow: 0 2px 8px #0001;
}
.nationalCard_uploadBox__0sGQJ.nationalCard_dragover__1LcTQ {
  border: 2px dashed var(--color-dark-blue);
  background: var(--color-gray10);
  transition: var(--transition3);
}
.nationalCard_uploadActionBtn__OoD_u {
  width: 100px;
  background: var(--color-white);
  border: 1px solid var(--color-gray30);
  border-radius: var(--br8);
  padding: var(--paddingtag);
  gap: var(--gap-5);
  color: var(--text-h2);
  display: flex;
  font-size: var(--font-12);
  cursor: pointer;
  transition: var(--transition3);
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.nationalCard_uploadActionBtn__OoD_u:hover {
  border-color: var(--color-dark-blue);
}
.nationalCard_buttonsContainer__tj9XN {
  width: 300px;
  display: flex;
  justify-content: space-evenly;
  gap: var(--gap-20);
  flex-direction: row;
}
.nationalCard_uploadmenuicon__FNAoA {
  height: 20px;
  position: relative;
}
.nationalCard_input___Lymk {
  letter-spacing: 4px;
  width: 220px;
  padding: var(--padding-10);
  font-size: var(--font-16);
  border-radius: var(--br10);
  border: 1px solid var(--color-gray30);
  background: var(--background-root);
  color: var(--text-h1);
  transition: var(--transition3);
}
.nationalCard_input___Lymk:focus {
  border-radius: var(--br10);
  transform: scale(0.99);
  border-color: var(--color-dark-blue);
  box-shadow: 0 0 0 5px var(--color-dark-blue30);
}
.nationalCard_input___Lymk:hover {
  border-color: var(--color-dark-blue);
  border-radius: var(--br10);
}
.nationalCard_explain__CUqhy {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 10px;
  display: flex;
  color: var(--text-h2);
  text-transform: uppercase;
  font-size: var(--font-12);
  font-weight: var(--weight-500);
  transition: var(--transition3);
  min-height: 20px;
}
.nationalCard_shippingOptionlist__M3K80 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: var(--gap-20);
  flex-direction: row;
  align-items: flex-start;
  overflow-x: auto;
}
.nationalCard_shippingOption__a9X0M {
  min-width: 150px;
  height: 80px;
  padding: var(--padding-10);
  display: flex;
  background-color: var(--color-white);
  border-radius: var(--br20);
  border: 1px solid var(--color-gray30);
  cursor: pointer;
  transition: var(--transition3);
  color: var(--text-h1);
  margin-block: 3px;
  gap: var(--gap-10);
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.nationalCard_shippingOption__a9X0M:hover {
  transform: translateY(-2px);
  border: 1px solid var(--color-dark-blue);
}

.nationalCard_activeOption__d24Qf {
  border: 2px solid var(--color-dark-blue);
}
.nationalCard_activeOption__d24Qf:hover {
  border: 2px solid var(--color-gray60);
}
.nationalCard_optionicon___A9n2 {
  width: 40px;
  height: 40px;
}

@keyframes nationalCard_shake__Q9qhY {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-1px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(1px);
  }
}

.nationalCard_uploadBoxError__1R7XE {
  animation: nationalCard_shake__Q9qhY 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  border-color: var(--color-dark-red) !important;
}

.nationalCard_errorMessage__xKBuf {
  color: var(--color-dark-red);
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

.termsandcondition_background__gC0zN {
  width: calc(100% - 130px);
  height: calc(100% - 100px);
  min-width: 250px;
  top: 80px;
  border-radius: var(--br25);
  margin-inline: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: var(--gap-20);
  position: fixed;
  justify-content: center;
  justify-items: center;
  transition: var(--transition3);
  flex-direction: column;
  align-items: center;
  @media screen and (max-width: 719px) {
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    top: 10px;
  }
}
.termsandcondition_header__nJaFF {
  width: 100%;
  min-height: 100px;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  border-radius: var(--br50);
  padding: var(--padding-20) var(--padding-30);
  background-color: var(--color-white);
  animation: var(--top04);
  box-shadow: var(--small-shadow);
  @media screen and (max-width: 719px) {
    border-radius: var(--br30);
    padding: var(--padding-14);
  }
}
.termsandcondition_progressContainer__exPnw {
  overflow-y: auto;
  box-shadow: var(--small-shadow);
  width: 100%;
  max-width: 1440px;
  min-height: 80px;
  gap: var(--gap-20);
  display: flex;
  border-radius: var(--br50);
  background-color: var(--color-white);
  padding: var(--padding-20);
  flex-direction: column;
  animation: var(--top08);
  @media screen and (max-width: 719px) {
    border-radius: var(--br30);
    padding: var(--padding-14);
    gap: var(--gap-10);
  }
}
.termsandcondition_progressStep__lgab7 {
  width: 100%;
  background-color: var(--color-gray10);
  border-radius: var(--br30);
  padding: var(--padding-20) var(--padding-30) 0 var(--padding-30);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-10);
  transition: var(--transition3);
  @media screen and (max-width: 719px) {
    padding: var(--padding-10) var(--padding-20) 0 var(--padding-20);
  }
}
.termsandcondition_progressStepSuccess__jVHr6 {
  background-color: var(--color-light-green30) !important;
}
.termsandcondition_progressStepFail__nMCoX {
  background-color: var(--color-light-red30) !important;
}
.termsandcondition_progressStep__lgab7:hover {
  box-shadow: var(--box-shadow);
}
.termsandcondition_btn__R_mOT {
  max-width: 200px;

  @media screen and (max-width: 719px) {
    max-width: 100px;
  }
}
.termsandcondition_UploadContainer__rFZAs {
  padding-bottom: 20px;
  padding-inline-start: 40px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s,
    padding-bottom 0.3s;
  display: flex;
  gap: var(--gap-10);
  flex-direction: column;
  @media screen and (max-width: 719px) {
    padding-inline-start: 0px;
  }
}
.termsandcondition_UploadContainer__rFZAs.termsandcondition_show__BjJDf {
  max-height: 300px;
  opacity: 1;
}
.termsandcondition_UploadContainer__rFZAs.termsandcondition_hide__e7Vc_ {
  max-height: 0;
  opacity: 0;
  padding-bottom: 0px;
}
.termsandcondition_uploadBox__Sh82h {
  background: var(--background-root);
  border: 1px dashed var(--color-gray60);
  border-radius: var(--br10);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: var(--transition3);
  width: 100%;
  max-width: 300px;
  height: 190px;
  aspect-ratio: 86 / 54;
  color: var(--text-h1);
  justify-content: center;
  transition: border-color 0.2s;
}
.termsandcondition_uploadlabel__2CxHo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--gap-10);
  transition: var(--transition3);
  color: var(--text-h1);
}
.termsandcondition_uploadBox__Sh82h img {
  border-radius: 6px;
  box-shadow: 0 2px 8px #0001;
}
.termsandcondition_uploadBox__Sh82h.termsandcondition_dragover__FBZIw {
  border: 2px dashed var(--color-dark-blue);
  background: var(--color-gray10);
  transition: var(--transition3);
}
.termsandcondition_uploadActionBtn__RrJho {
  width: 100px;
  background: var(--color-white);
  border: 1px solid var(--color-gray30);
  border-radius: var(--br8);
  padding: var(--paddingtag);
  gap: var(--gap-5);
  color: var(--text-h2);
  display: flex;
  font-size: var(--font-12);
  cursor: pointer;
  transition: var(--transition3);
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.termsandcondition_uploadActionBtn__RrJho:hover {
  border-color: var(--color-dark-blue);
}
.termsandcondition_buttonsContainer__FEnwT {
  width: 300px;
  display: flex;
  justify-content: space-evenly;
  gap: var(--gap-20);
  flex-direction: row;
}
.termsandcondition_uploadmenuicon__3x2jp {
  height: 20px;
  position: relative;
}
.termsandcondition_input__X_Qrq {
  letter-spacing: 4px;
  width: 220px;
  padding: var(--padding-10);
  font-size: var(--font-16);
  border-radius: var(--br10);
  border: 1px solid var(--color-gray30);
  background: var(--background-root);
  color: var(--text-h1);
  transition: var(--transition3);
}
.termsandcondition_input__X_Qrq:focus {
  border-radius: var(--br10);
  transform: scale(0.99);
  border-color: var(--color-dark-blue);
  box-shadow: 0 0 0 5px var(--color-dark-blue30);
}
.termsandcondition_input__X_Qrq:hover {
  border-color: var(--color-dark-blue);
  border-radius: var(--br10);
}
.termsandcondition_explain__fENDF {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 10px;
  display: flex;
  color: var(--text-h2);
  text-transform: uppercase;
  font-size: var(--font-12);
  font-weight: var(--weight-500);
  transition: var(--transition3);
  min-height: 20px;
}
.termsandcondition_shippingOptionlist__Sarca {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: var(--gap-20);
  flex-direction: row;
  align-items: flex-start;
  overflow-x: auto;
}
.termsandcondition_shippingOption__F5xJZ {
  min-width: 150px;
  height: 80px;
  padding: var(--padding-10);
  display: flex;
  background-color: var(--color-white);
  border-radius: var(--br20);
  border: 1px solid var(--color-gray30);
  cursor: pointer;
  transition: var(--transition3);
  color: var(--text-h1);
  margin-block: 3px;
  gap: var(--gap-10);
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.termsandcondition_shippingOption__F5xJZ:hover {
  transform: translateY(-2px);
  border: 1px solid var(--color-dark-blue);
}

.termsandcondition_activeOption__pyLAT {
  border: 2px solid var(--color-dark-blue);
}
.termsandcondition_activeOption__pyLAT:hover {
  border: 2px solid var(--color-gray60);
}
.termsandcondition_optionicon__UKod0 {
  width: 40px;
  height: 40px;
}

.termsandcondition_termsContainer__YEVs1 {
  width: 100%;
  overflow: hidden;
  padding: 5px;
  display: flex;
  gap: var(--gap-20);
  flex-direction: column;
}
.termsandcondition_downloadterms__9DIH8 {
  padding: var(--padding-10);
  gap: var(--gap-10);
  border: 1px dashed var(--color-gray60);
  border-radius: var(--br10);
  width: -moz-max-content;
  width: max-content;
  color: var(--text-h1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.termsandcondition_checkboxLabel__GonVu {
  display: flex;
  align-items: center;
  gap: var(--gap-10);
  cursor: pointer;
}

.termsandcondition_checkbox__gru7i {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--color-dark-blue);
}

.termsandcondition_checkboxText__xYI6J {
  font-size: var(--font-16);
  color: var(--text-h1);
  font-weight: var(--weight-500);
}

.homeIndex_headerTab__4P4Uj,
.homeIndex_inboxContainer__rNeuI {
  display: flex;
  flex-direction: row;
}

.homeIndex_headerTab__4P4Uj {
  position: sticky;
  height: 80px;
  top: 0;
  backdrop-filter: blur(20px);
  z-index: 100;
  text-align: center;
  font-size: var(--font-16);
  color: var(--text-h1);
  width: 100%;
  gap: var(--gap-20);
  justify-content: right;
}

.homeIndex_inboxContainer__rNeuI {
  position: relative;
  width: calc(100% - 40px);
  margin-inline: 20px;
  justify-content: center;
  gap: var(--gap-20);
  flex-wrap: wrap;
  animation: var(--bottom08);
  margin-bottom: 5px;
}

@media (max-width: 720px) {
  .myLink_pincontainer__WqsZg {
    width: calc(100% - 40px) !important;
    left: 0px !important;
    top: 90px !important;
    height: calc(100% - 110px) !important;
  }
}
.myLink_pincontainer__WqsZg {
  border-radius: var(--br25);
  position: fixed;
  display: flex;
  background-color: var(--color-white);
  transition: var(--transition3);
  animation: var(--bottom14);
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  gap: var(--gap-30);
  max-height: calc(100% - 100px);
  width: calc(100% - 130px);
  margin-inline: 20px;
  min-width: 250px;
  top: 80px;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
}

.myLink_pincontainer__WqsZg:hover {
  box-shadow: var(--box-shadow);
}

.myLink_goend__VUkGm {
  position: fixed;
  display: flex;
  transition: var(--transition2);
  border: 1px solid transparent;
  cursor: pointer;
  align-content: center;
  justify-content: center;
  align-items: center;
  bottom: 130px;
  right: 20px;
  border-radius: 50%;
  background-color: var(--color-light-blue60);
  box-shadow: var(--box-shadow);
  width: 30px;
  height: 30px;
}

.myLink_goend__VUkGm:hover {
  border: 1px solid var(--color-dark-blue);
  fill: var(--color-dark-blue);
}
.myLink_goend__VUkGm:active {
  border: 1px solid var(--color-dark-blue);
  transform: scale(0.95);
}

/* Media Container Base */
.MediaDetector_mediaContainer__jF2tt {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Media Elements (Image/Video) */
.MediaDetector_media__vf8zo {
  max-width: 300px;
  max-height: 400px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: var(--br8, 8px);
}

/* Loading State */
.MediaDetector_loadingContainer__0231C {
  background: var(--color-light-blue30, rgba(100, 150, 255, 0.1));
  border-radius: var(--br8, 8px);
  border: 1px dashed var(--color-gray, #ccc);
}

.MediaDetector_spinner__3DTm3 {
  width: 40px;
  height: 40px;
  border: 4px solid var(--color-light-blue30, rgba(100, 150, 255, 0.3));
  border-top-color: var(--color-dark-blue, #0066ff);
  border-radius: 50%;
  animation: MediaDetector_spin___gKfN 1s linear infinite;
}

@keyframes MediaDetector_spin___gKfN {
  to {
    transform: rotate(360deg);
  }
}

/* Error State */
.MediaDetector_errorContainer__7T8OI {
  background: var(--color-light-blue30, rgba(100, 150, 255, 0.05));
  border-radius: var(--br8, 8px);
  border: 1px solid var(--color-gray, #e0e0e0);
  gap: 8px;
}

.MediaDetector_errorIcon__x23yd {
  opacity: 0.5;
}

.MediaDetector_errorText__X9v1d {
  font-size: 12px;
  color: var(--color-gray, #999);
  font-weight: 500;
  text-align: center;
}

/* Video Wrapper */
.MediaDetector_videoWrapper__C5pys {
  cursor: pointer;
  position: relative;
}

.MediaDetector_videoWrapper__C5pys:hover .MediaDetector_playIconOverlay__NMTJw {
  opacity: 1;
}

.MediaDetector_videoWrapper__C5pys:focus-visible {
  outline: 2px solid var(--color-dark-blue, #0066ff);
  outline-offset: 2px;
  border-radius: var(--br8, 8px);
}

/* Play Icon Overlay */
.MediaDetector_playIconOverlay__NMTJw {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Clickable Image */
.MediaDetector_mediaContainer__jF2tt[role="button"] {
  cursor: pointer;
}

.MediaDetector_mediaContainer__jF2tt[role="button"]:hover {
  opacity: 0.9;
}

.MediaDetector_mediaContainer__jF2tt[role="button"]:focus-visible {
  outline: 2px solid var(--color-dark-blue, #0066ff);
  outline-offset: 2px;
  border-radius: var(--br8, 8px);
}

/* Mobile Responsiveness */
@media (max-width: 500px) {
  .MediaDetector_media__vf8zo {
    max-width: 250px;
    max-height: 350px;
  }
}

.MediaModal_mediaContentWrapper__ASnfl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 200px;
  min-width: 200px;
  max-height: 100%;
  overflow: hidden;
}
.MediaModal_mediaImage__aZyJF {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: var(--br10);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: var(--fadeIn3);
  transition: var(--transition3);
}
.MediaModal_mediaVideo__S8dNk {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: var(--br10);
  transition: var(--fadeIn3);
  transition: var(--transition3);
}

/* #region کانتینر اصلی مودال
.mediaModalContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-width: 300px;
  min-height: 300px;
  padding: var(--padding-5);
  gap: var(--gap-10);
}
/* #endregion */

/* #region wrapper محتوای رسانه */

/* #endregion */

/* #region استایل تصویر */

/* #endregion */

/* #region استایل ویدیو */

/* #endregion */

/* #region دکمه بستن */
.MediaModal_closeButton__Ffs_O {
  position: relative;
  top: 15px;
  right: 15px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.MediaModal_closeButton__Ffs_O:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

.MediaModal_closeButton__Ffs_O:active {
  transform: scale(0.95);
}

.MediaModal_closeIcon__kzlV_ {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
/* #endregion */

/* #region دکمه دانلود */
.MediaModal_downloadButton___G3yE {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: var(--color-dark-blue, #1e40af);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.MediaModal_downloadButton___G3yE:hover {
  background-color: var(--color-hover-blue, #1e3a8a);
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.MediaModal_downloadButton___G3yE:active {
  transform: translateX(-50%) translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.MediaModal_downloadIcon__CIdvU {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.MediaModal_downloadText__jIUB_ {
  font-family: inherit;
}
/* #endregion */

/* #region کانتینر بارگذاری */
.MediaModal_loadingContainer__HSSuj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 10;
}

.MediaModal_loadingText__sQjb5 {
  color: white;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
/* #endregion */

/* #region کانتینر خطا */
.MediaModal_errorContainer__N0XqY {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-20);
  min-width: 200px;
  min-height: 200px;
}

.MediaModal_errorIcon__TJEZr {
  width: 128px;
  height: 128px;
}

.MediaModal_errorText__DT0UA {
  color: #ef4444;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
/* #endregion */

/* #region هشدار انقضا */
.MediaModal_expiredWarning__SORx4 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: rgba(251, 191, 36, 0.95);
  color: #1f2937;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.MediaModal_warningIcon__TZMzK {
  width: 20px;
  height: 20px;
}
/* #endregion */

.voiceRecorder_voicerecord__nX7vR {
  position: relative;
  width: 100%;
  min-height: 42px;
  max-height: 42px;
  background-color: var(--color-dark-blue);
  border-radius: var(--br50);
  padding: 0px var(--padding-5) 0px var(--padding-5);
  display: flex;
  flex-direction: row;
  gap: var(--gap-15);

  align-content: center;
  align-items: center;
}
.voiceRecorder_closebtn__Mvscd {
  left: 10px;
  position: absolute;
  width: 25px;
  height: 25px;
  padding: var(--padding-5);

  fill: var(--color-gray);
  transition: var(--transition2);
  cursor: pointer;
  z-index: 10 !important;
}
.voiceRecorder_wave__vubJ5 {
  position: relative;

  width: 100%;
  height: 30px;
}
.voiceRecorder_recordtime__gGU79 {
  position: relative;
  font-size: var(--font-14);
  font-weight: var(--weight-400);
  color: var(--color-ffffff);
  letter-spacing: 3px;
}
.voiceRecorder_recordbtn__ertPz {
  position: relative;
  height: 20px;
  aspect-ratio: 1/1;
  background-color: var(--color-ffffff);
  border-radius: 50%;
  display: flex;
}
.voiceRecorder_recordbtn1__kIok3,
.voiceRecorder_recordbtn2__Ka1Ij {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.voiceRecorder_recordbtn1__kIok3 {
  animation: voiceRecorder_pulse__Ft4fy 0.5s infinite alternate both;
}
.voiceRecorder_recordbtn2__Ka1Ij {
  background-color: var(--color-light-red);
}

@keyframes voiceRecorder_pulse__Ft4fy {
  0% {
    background-color: var(--color-light-red30);
  }

  100% {
    background-color: var(--color-light-red);
  }
}
.voiceRecorder_sendvoicebtn__9RxC6 {
  left: calc(100% - 38px);
  border-radius: 50%;
  background-color: var(--color-ffffff);
  position: absolute;
  width: 32px;
  height: 32px;
  padding: var(--padding-8);

  fill: var(--color-gray);
  transition: var(--transition2);
  cursor: pointer;
  z-index: 10 !important;
}

.notpermission_imageContainer__7lOvy {
  width: 100%;
}

.notpermission_permissionImage__b9dKL {
  border-radius: var(--br20);
  -o-object-fit: cover;
     object-fit: cover;
}

.notpermission_title__eOEDk {
  color: var(--text-h1);
  font-size: var(--font-16);
  font-weight: var(--weight-700);
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.notpermission_description__xW0fI {
  color: var(--text-h2);
  font-size: var(--font-13);
  text-align: center;
  margin: 0;
  line-height: 1.5;
  padding: 0 var(--padding-10);
}

.notpermission_icon__fUWhe {
  background-color: var(--color-gray10);
  border-radius: var(--br20);
  /* max-width: 100px;
    width: 100%;
    min-width: 50px;
    min-height: 50px;
    height: 100%; */
  max-height: 100px;
  aspect-ratio: 1/1;
  padding: var(--padding-10);
}
.notpermission_allnotpass__0yMOo span {
  color: var(--text-h1);
  font-size: var(--font-14);
  line-height: 20px;
}
.notpermission_btn__K3pHI {
  cursor: pointer;
  position: relative;
  text-wrap: nowrap;
  border: 1px solid var(--color-dark-blue);
  font-weight: var(--weight-800);
  font-size: var(--font-14);
  border-radius: var(--br10);
  padding-inline: 14px;
  height: 100%;
  max-height: 40px;
  color: var(--color-dark-blue);
  width: 100%;
  background: linear-gradient(to left, var(--color-white) 0, var(--color-dark-blue) 20%);
  transition: var(--transition3);
  background-position: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: notpermission_shine-ltr__bpJrH 2.5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}
html[dir="rtl"] .notpermission_btn__K3pHI {
  animation: notpermission_shine-rtl__bQquN 3s infinite linear;
}
@keyframes notpermission_shine-ltr__bpJrH {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 270px;
  }
}
@keyframes notpermission_shine-rtl__bQquN {
  0% {
    background-position: 262px;
  }

  100% {
    background-position: 0;
  }
}
.notpermission_btn__K3pHI:hover {
  box-shadow: 0 0 0 4px var(--color-dark-blue30);
}

.saveDraft_deletepopup__ECh6_ {
  position: fixed;
  max-width: 400px;
  width: calc(100% - 40px);
  max-height: 400px;
  aspect-ratio: 1/1;
  gap: var(--gap-30);
  box-shadow: var(--box-shadow);
  background-color: var(--color-white);
  border-radius: var(--br50);
  display: flex;
  flex-direction: column;
  padding: var(--paddingbox);
  justify-content: space-between;
  z-index: 117;
  animation: saveDraft_slide-in-fwd-center__e5cry 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;

  @media (max-width: 480px) {
    padding: var(--paddingboxmobile);
    border-radius: var(--br25);
  }
}
@keyframes saveDraft_slide-in-fwd-center__e5cry {
  0% {
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.saveDraft_closebtn__5N7Ii {
  min-width: 25px;
  width: 25px;
  max-width: 25px;
  min-height: 25px;
  height: 25px;
  max-height: 25px;
  position: relative;

  padding: var(--padding-5);
  border-radius: var(--br5);
  border: 1px solid var(--color-gray60);
  transition: var(--transition3);
  cursor: pointer;
}
.saveDraft_closebtn__5N7Ii:hover {
  box-shadow: 0 0 0 3px var(--color-gray30);
}

.editAutoReply_content__A8R28 {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: var(--gap-30);
  padding: var(--padding-5);
  overflow-y: auto;
  overflow-x: hidden;
  animation: var(--top04);
  transition: var(--transition3);
}

.editAutoReply_optioncontainer__7ezEs {
  background-color: var(--color-gray30);
  border-radius: var(--br5) var(--br15) var(--br15) var(--br15);
  padding: var(--padding-10);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--gap-15);
  transition: var(--transition3);
  animation: var(--top04);
}
html[dir="rtl"] .editAutoReply_optioncontainer__7ezEs {
  border-radius: var(--br15) var(--br5) var(--br15) var(--br15);
}

.editAutoReply_wordpool__Lx2_u {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-10);
  min-height: 90px;
  max-height: 120px;
  overflow-y: auto;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.editAutoReply_specificword__1WIXk {
  color: var(--text-h1);
  font-weight: var(--weight-400);
  font-size: var(--text-14);
  transition: var(--transition3);
  border-radius: var(--br8);
  padding: var(--paddingtag);
  display: flex;
  align-items: center;
  gap: var(--gap-5);
  background-color: var(--color-dark-blue30);
}
html[dir="rtl"] .editAutoReply_specificword__1WIXk {
  flex-direction: row-reverse;
}

.editAutoReply_headertitle___H1M4 {
  position: relative;
  text-align: left;
  color: var(--text-h1);
  font-weight: var(--weight-600);
  font-size: var(--font-14);
  text-transform: capitalize;
}

.editAutoReply_replyMethodOptions__HeSdx {
  display: flex;
  flex-direction: column;
  gap: var(--gap-10);
  padding-inline-start: var(--padding-20);
  animation: var(--top04);
}
.editAutoReply_replyMethodOptions__HeSdx > label > span {
  font-weight: var(--weight-400);
  font-size: var(--font-12);
}

.editAutoReply_permissionState__VtPWQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 220px;
  padding: 24px 16px;
  color: var(--text-h2);
  text-align: center;
}

.editAutoReply_permissionIcon__d_pmV {
  width: 72px;
  height: 72px;
  color: var(--color-dark-blue);
}

.editAutoReply_permissionState__VtPWQ h2,
.editAutoReply_permissionState__VtPWQ p {
  max-width: 520px;
  margin: 0;
}

.editAutoReply_permissionState__VtPWQ p {
  color: var(--text-h3);
  line-height: 1.7;
}

.editAutoReply_thumbnailsContainer__FPn9G {
  display: flex;
  gap: var(--gap-10);
  flex-direction: row;
  height: 100%;
  flex-wrap: wrap;
  overflow-y: auto;
  justify-content: space-around;
  align-content: flex-start;
}
.editAutoReply_productInfo__qS99b {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: var(--gap-10);
  width: 100%;
  height: 50px;
  align-items: center;
  transition: var(--transition2);
  cursor: pointer;
}
.editAutoReply_thumbnailImage__I2fev {
  position: relative;
  background-color: var(--color-gray10);
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: var(--br10);
  background-image: url(/no-profile.svg);
  background-size: cover;
  transition: var(--transition3);
  background-position: center;
}
.editAutoReply_productDetail__EpM1C {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 70px;
  width: 100%;
  max-width: 200px;
  align-items: flex-start;
  justify-content: center;
}
.editAutoReply_productTitle__4ultR {
  position: relative;
  text-align: left;
  color: var(--text-h1);
  font-size: var(--font-14);
  font-weight: var(--weight-600);
  /* overflow: hidden; */
  text-overflow: ellipsis;
  max-width: 180px;
  width: 100%;
  min-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}
html[dir="rtl"] .editAutoReply_productTitle__4ultR {
  text-align: right;
}
.editAutoReply_productCaption__hZmi2 {
  position: relative;
  color: var(--text-h2);
  text-align: center;
  gap: var(--gap-5);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  animation: var(--top04);
  transition: var(--transition2);
  text-overflow: ellipsis;
  display: flex;
  max-width: 180px;
  width: 100%;
  min-height: 18px;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
html[dir="rtl"] .editAutoReply_productCaption__hZmi2 {
  text-align: right;
}

.editAutoReply_selectedPost__e14o2 {
  border: 3px solid transparent;
  box-shadow: var(--color-light-green) 0 0 0 3px;
}

.specialPayLoad_content__Yltjr {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: var(--gap-30);
  padding: var(--padding-5);
  overflow-y: auto;
  overflow-x: hidden;
}

.specialPayLoad_optioncontainer__an9Dx {
  background-color: var(--color-gray30);
  border-radius: var(--br5) var(--br15) var(--br15) var(--br15);
  padding: var(--padding-10);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--gap-15);
  transition: var(--transition3);
  animation: var(--top04);
}
html[dir="rtl"] .specialPayLoad_optioncontainer__an9Dx {
  border-radius: var(--br15) var(--br5) var(--br15) var(--br15);
}

.selectProduct_thumbnailsContainer__lKwcY {
  display: flex;
  gap: var(--gap-10);
  flex-direction: row;
  height: 100%;
  flex-wrap: wrap;
  overflow-y: auto;
  justify-content: space-around;
  align-content: flex-start;
}

.selectProduct_thumbnailImage__dA5FT,
.selectProduct_thumbnailMask__2g9qt,
.selectProduct_thumbnailsContainer__lKwcY {
  position: relative;
  transition: all 0.3s;
}

.selectProduct_thumbnailMask__2g9qt {
  display: flex;
  width: 85px;
  height: 85px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.selectProduct_thumbnailImage__dA5FT {
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
  height: 90%;
  border-radius: var(--br15);
  border: 3px solid transparent;
  box-shadow: none;
  background-color: var(--color-gray10);
  box-sizing: border-box;
}

.selectProduct_thumbnailImage__dA5FT:hover {
  box-shadow: 0 0 0 3px var(--color-dark-blue60);
}

.selectProduct_selectedPost__uMMEP {
  border: 3px solid transparent;
  box-shadow: var(--color-light-green) 0 0 0 3px;
}

.commentPermissionState_permissionState__vEM_E {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 280px;
  padding: 32px 24px;
  color: var(--text-h2);
  text-align: center;
}

.commentPermissionState_permissionIcon__gQVXa {
  width: 88px;
  height: 88px;
  color: var(--color-dark-blue);
}

.commentPermissionState_permissionState__vEM_E h2,
.commentPermissionState_permissionState__vEM_E p {
  max-width: 520px;
  margin: 0;
}

.commentPermissionState_permissionState__vEM_E p {
  color: var(--text-h3);
  line-height: 1.7;
}

.followers_NonFollowers_followerAndNonFollowersContainer__5dDYi {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--gap-20);
}

.followers_NonFollowers_comment__H11OY {
  position: relative;
  width: 100%;
  display: flex;
  gap: var(--gap-20);
  margin-bottom: 15px;
}
.followers_NonFollowers_profilepicture__Whe8E {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.followers_NonFollowers_commentdetail__YhDOI {
  position: relative;
  width: 100%;
  display: flex;
  gap: var(--gap-5);
  flex-direction: column;
}
.followers_NonFollowers_username__pVojC {
  max-width: 200px;
  width: 100%;
  color: var(--text-h1);
  text-align: left;
  font-size: var(--font-14);
  font-weight: var(--weight-600);
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  @media (max-width: 800px) {
    font-size: var(--font-12) !important;
  }
}
.followers_NonFollowers_commenttext__eFR06 {
  position: relative;
  text-align: left;
  color: var(--text-h2);
  font-size: var(--font-12);

  font-weight: var(--weight-400);
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  width: 100%;
  max-height: 60px;
  -webkit-box-orient: vertical;
  @media (max-width: 800px) {
    font-size: var(--font-10) !important;
  }
}
.followers_NonFollowers_swiperContent__YmGDZ {
  position: relative;
  width: 100%;
  height: 100%;
}


/*# sourceMappingURL=99fbf326d195d634.css.map*/