.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);
}

.counterDownNotRing_timerblue__mkdSr {
  font-weight: var(--weight-800);
  font-size: var(--font-14);
  animation: counterDownNotRing_flashcheck__koTuU 2s linear infinite;
}
@keyframes counterDownNotRing_flashcheck__koTuU {
  0% {
    color: var(--color-dark-blue);
  }
  50% {
    color: var(--color-dark-blue60);
  }
  100% {
    color: var(--color-dark-blue);
  }
}
.counterDownNotRing_timered__anaOH {
  font-weight: var(--weight-800);
  font-size: var(--font-14);
  animation: counterDownNotRing_flashpay__QASIv 2s linear infinite;
}
@keyframes counterDownNotRing_flashpay__QASIv {
  0% {
    color: var(--color-dark-red);
  }
  50% {
    color: var(--color-dark-red60);
  }
  100% {
    color: var(--color-dark-red);
  }
}

.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: scroll;
}
.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: scroll;
}
.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: scroll;
  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: scroll;
  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: 0;
  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);
}

.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);
  }
}

.ringLoder_loader__sqS_S {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.ringLoder_svg__cu_Ik {
  transform-origin: center;
  animation: ringLoder_rotate__1jjGP 2s linear infinite;
}

.ringLoder_svg__cu_Ik > circle {
  fill: none;
  stroke-width: 7;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: ringLoder_dash__VU90l 3s ease-in-out infinite;
}

@keyframes ringLoder_rotate__1jjGP {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes ringLoder_dash__VU90l {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -124px;
  }
}

.toggleCheckBoxButton_lableToggle__r08Z_ {
  position: relative;
  display: inline-block;
  width: 50px;
  min-width: 50px;
  height: 26px;
}

.toggleCheckBoxButton_inputToggle__toSmG {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggleCheckBoxButton_spanToggle__TLGSD {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-gray);
  transition: var(--transition3);
  border-radius: var(--br8);
}
.toggleCheckBoxButton_spanToggle__TLGSD:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 6px;
  bottom: 4px;
  background-color: var(--color-white);
  border-radius: var(--br5);
  transition: var(--transition3);
}

.toggleCheckBoxButton_inputToggle__toSmG:checked + .toggleCheckBoxButton_spanToggle__TLGSD {
  background-color: var(--color-dark-green);
}

.toggleCheckBoxButton_inputToggle__toSmG:checked + .toggleCheckBoxButton_spanToggle__TLGSD:before {
  transform: translateX(21px);
}

.toggleCheckBoxButton_disablCheckBox__rQCmF {
  transition: var(--transition3);
  position: absolute;
  width: 11px;
  height: 11px;
  right: 8px;
  transform: translateY(-50%);
  top: 50%;
}
.toggleCheckBoxButton_enableCheckBox__QtTw7 {
  transition: var(--transition3);
  position: absolute;
  width: 12px;
  left: 8px;
  transform: translateY(-50%);
  top: 50%;
}
.toggleCheckBoxButton_spanToggle__TLGSD:hover {
  box-shadow: 0 0 0 4px var(--color-gray30);
}
.toggleCheckBoxButton_inputToggle__toSmG:checked + .toggleCheckBoxButton_spanToggle__TLGSD:hover {
  box-shadow: 0 0 0 4px var(--color-dark-green30);
}

.dotMenu_DotIconContainer__IctB_ {
  position: relative;
  width: 26px;
  height: 12px;
  border-radius: var(--br5);
  transition: var(--transition2);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
html[dir="rtl"] .dotMenu_DotIconContainer__IctB_ {
  border-radius: var(--br5);
}
.dotMenu_DotIconContainer__IctB_:hover {
  background-color: var(--color-light-blue);
}
.dotMenu_DotIconContainer__IctB_:hover .dotMenu_twoDotIcon__HQOA5 {
  fill: var(--color-ffffff);
}
.dotMenu_twoDotIcon__HQOA5 {
  fill: var(--color-gray);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 5px;
  position: absolute;
  transition: var(--transition2);
}
.dotMenu_twoDotIconhover__TJOMG {
  fill: var(--color-ffffff);
}

.dotMenu_OptionsContainer__thDMw {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 12px;
  right: 26px;
  padding: var(--padding-10);
  width: -moz-max-content;
  width: max-content;
  gap: var(--gap-5);
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 160px;
  border-radius: var(--br15) 0 var(--br15) var(--br15);
  background-color: var(--color-white);
  box-shadow: var(--dropdown-shadow);
  border: 1px solid var(--box-border);
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  transition: var(--transition3);
  @media (max-width: 768px) {
    padding: var(--padding-5) !important;
  }
}
html[dir="rtl"] .dotMenu_OptionsContainer__thDMw {
  left: 26px;
  right: auto;
  border-radius: 0 var(--br15) var(--br15) var(--br15);
}
.dotMenu_DotIconContainer__IctB_.dotMenu_open__iV1tW {
  border-radius: var(--br5) var(--br5) var(--br5) 0;
}
html[dir="rtl"] .dotMenu_DotIconContainer__IctB_.dotMenu_open__iV1tW {
  border-radius: var(--br5) var(--br5) 0 var(--br5);
}

/* Icon border radius for different positions */
.dotMenu_DotIconContainer__IctB_.dotMenu_icontopleft__mWJkV {
  border-radius: 0 var(--br5) var(--br5) var(--br5) !important;
}
.dotMenu_DotIconContainer__IctB_.dotMenu_icontopright__vmFac {
  border-radius: var(--br5) 0 var(--br5) var(--br5) !important;
}
.dotMenu_DotIconContainer__IctB_.dotMenu_iconbottomleft__yuBGx {
  border-radius: var(--br5) var(--br5) var(--br5) 0 !important;
}
.dotMenu_DotIconContainer__IctB_.dotMenu_iconbottomright__zMmJX {
  border-radius: var(--br5) var(--br5) 0 var(--br5) !important;
}

/* Menu position classes */
.dotMenu_OptionsContainer__thDMw.dotMenu_topleft__tsFvR {
  top: auto;
  bottom: 11px !important;
  right: 26px !important;
  left: auto !important;
  border-radius: var(--br15) var(--br15) 0 var(--br15) !important;
}
/*  */

.dotMenu_OptionsContainer__thDMw.dotMenu_topright__WmjUN {
  top: auto;
  bottom: 11px !important;
  left: 26px !important;
  right: auto !important;
  border-radius: var(--br15) var(--br15) var(--br15) 0 !important;
}

.dotMenu_OptionsContainer__thDMw.dotMenu_bottomright__5Pw1I {
  bottom: auto;
  top: 11px !important;
  left: 26px !important;
  right: auto !important;
  border-radius: 0 var(--br15) var(--br15) var(--br15) !important;
}
.dotMenu_OptionsContainer__thDMw.dotMenu_bottomleft__y_C5o {
  bottom: auto;
  top: 11px !important;
  right: 26px !important;
  left: auto !important;
  border-radius: var(--br15) 0 var(--br15) var(--br15) !important;
}
.dotMenu_open__iV1tW,
.dotMenu_enter__Thu9q,
.dotMenu_exit__u9_NP,
.dotMenu_topleft__tsFvR,
.dotMenu_topright__WmjUN,
.dotMenu_bottomleft__y_C5o,
.dotMenu_bottomright__5Pw1I,
.dotMenu_icontopleft__mWJkV,
.dotMenu_icontopright__vmFac,
.dotMenu_iconbottomleft__yuBGx,
.dotMenu_iconbottomright__zMmJX {
  --_unused: 0;
}

/* Enter/Exit animation classes */
.dotMenu_OptionsContainer__thDMw.dotMenu_enter__Thu9q {
  animation: dotMenu_scale-in-ltr__Vfde0 0.3s cubic-bezier(0.19, 1, 0.22, 1) both;
}

html[dir="rtl"] .dotMenu_OptionsContainer__thDMw.dotMenu_enter__Thu9q {
  animation: dotMenu_scale-in-rtl__4DpOG 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.dotMenu_OptionsContainer__thDMw.dotMenu_exit__u9_NP {
  animation: dotMenu_scale-out-ltr__eZ_Le 0.3s cubic-bezier(0.19, 1, 0.22, 1) both;
}

html[dir="rtl"] .dotMenu_OptionsContainer__thDMw.dotMenu_exit__u9_NP {
  animation: dotMenu_scale-out-rtl__HoULx 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* Position-specific animations */

.dotMenu_OptionsContainer__thDMw.dotMenu_topleft__tsFvR.dotMenu_enter__Thu9q {
  animation: dotMenu_scale-in-bottom-right___t2pf 0.3s cubic-bezier(0.19, 1, 0.22, 1) both !important;
}
.dotMenu_OptionsContainer__thDMw.dotMenu_topleft__tsFvR.dotMenu_exit__u9_NP {
  animation: dotMenu_scale-out-bottom-right__RzO5n 0.3s cubic-bezier(0.19, 1, 0.22, 1) both !important;
}

.dotMenu_OptionsContainer__thDMw.dotMenu_bottomright__5Pw1I.dotMenu_enter__Thu9q {
  animation: dotMenu_scale-in-top-left__AI1FQ 0.3s cubic-bezier(0.19, 1, 0.22, 1) both !important;
}
.dotMenu_OptionsContainer__thDMw.dotMenu_bottomright__5Pw1I.dotMenu_exit__u9_NP {
  animation: dotMenu_scale-out-top-left__7PPVS 0.3s cubic-bezier(0.19, 1, 0.22, 1) both !important;
}
/*  */
.dotMenu_OptionsContainer__thDMw.dotMenu_bottomleft__y_C5o.dotMenu_enter__Thu9q {
  animation: dotMenu_scale-in-top-right__IoL1z 0.3s cubic-bezier(0.19, 1, 0.22, 1) both !important;
}
.dotMenu_OptionsContainer__thDMw.dotMenu_bottomleft__y_C5o.dotMenu_exit__u9_NP {
  animation: dotMenu_scale-out-top-right__rmQgv 0.3s cubic-bezier(0.19, 1, 0.22, 1) both !important;
}

.dotMenu_OptionsContainer__thDMw.dotMenu_topright__WmjUN.dotMenu_enter__Thu9q {
  animation: dotMenu_scale-in-bottom-left__t_T7V 0.3s cubic-bezier(0.19, 1, 0.22, 1) both !important;
}
.dotMenu_OptionsContainer__thDMw.dotMenu_topright__WmjUN.dotMenu_exit__u9_NP {
  animation: dotMenu_scale-out-bottom-left__e1_JZ 0.3s cubic-bezier(0.19, 1, 0.22, 1) both !important;
}

@keyframes dotMenu_scale-out-rtl__HoULx {
  0% {
    transform: scale(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes dotMenu_scale-out-ltr__eZ_Le {
  0% {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 0;
    opacity: 1;
  }
}

@keyframes dotMenu_scale-in-rtl__4DpOG {
  0% {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes dotMenu_scale-in-ltr__Vfde0 {
  0% {
    transform: scale(0);
    transform-origin: 100% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
}

/* Top Left animations */
@keyframes dotMenu_scale-in-top-left__AI1FQ {
  0% {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes dotMenu_scale-out-top-left__7PPVS {
  0% {
    transform: scale(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

/* Top Right animations */
@keyframes dotMenu_scale-in-top-right__IoL1z {
  0% {
    transform: scale(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes dotMenu_scale-out-top-right__rmQgv {
  0% {
    transform: scale(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

/* Bottom Left animations */
@keyframes dotMenu_scale-in-bottom-left__t_T7V {
  0% {
    transform: scale(0);
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

@keyframes dotMenu_scale-out-bottom-left__e1_JZ {
  0% {
    transform: scale(1);
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

/* Bottom Right animations */
@keyframes dotMenu_scale-in-bottom-right___t2pf {
  0% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@keyframes dotMenu_scale-out-bottom-right__RzO5n {
  0% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

.dotMenu_optionLine__AwkHW {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: var(--gap-10);
  height: 35px;
  width: 100%;
  max-width: 300px;
  padding-inline: var(--padding-10);
  cursor: pointer;
  transition: var(--transition2);
  position: relative;
  border-radius: var(--br8);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.dotMenu_optionLine__AwkHW:hover {
  background-color: var(--color-gray30);
}
.dotMenu_optionIcon__CSPUV {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: var(--transition6);
}
.dotMenu_optionIcon__CSPUV > svg {
  width: 20px !important;
  height: 20px !important;
}
.dotMenu_optionIcon__CSPUV > img {
  width: 20px !important;
  height: 20px !important;
}
.dotMenu_optionText__7bJa5 {
  overflow-wrap: anywhere;
  text-align: left;
  color: var(--text-h1);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
}

/* TextNode Styles */

.TextNode_container__QGdfN {
  /* border-color: #3498db; */
  display: flex;
  flex-direction: column;
  gap: var(--gap-10);
}

.TextNode_textareaWrapper__UCCnF {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}

.TextNode_textarea___J79Q {
  flex: 1;
  padding: 8px;
  border: 2px solid #3498db;
  border-radius: 4px;
  font-size: 13px;
  font-family: inherit;
  resize: vertical;
  min-height: 60px;
  transition: all 0.2s;
}

.TextNode_textarea___J79Q:focus {
  outline: none;
  border-color: #2980b9;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
}

.TextNode_textarea___J79Q::-moz-placeholder {
  color: #999;
}

.TextNode_textarea___J79Q::placeholder {
  color: #999;
}

.TextNode_pasteButton__VfXp7 {
  padding: 8px 12px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 38px;
  flex-shrink: 0;
}

.TextNode_pasteButton__VfXp7:hover {
  background: #2980b9;
  transform: scale(1.05);
}

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

@keyframes scoreLottery_swing-in-top-fwd__19U7u {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }

  to {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}

.scoreLottery_wordpool__xMxTJ {
  padding: var(--padding-5);
  overflow-y: auto;
  align-content: flex-start;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-10);
  min-height: 60px;
  height: 60px;
}
.scoreLottery_specificword__ClEJ_ {
  color: var(--text-h1);
  font-weight: var(--weight-400);
  font-size: var(--font-12);
  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);
}
.scoreLottery_scoreLotteryRightContainer__RmmDz {
  display: flex;
  position: relative;
  width: 395px;
  min-width: 250px;
  flex-direction: column;
  gap: var(--gap-30);
  top: 20px;
  height: 614px;
  justify-content: space-between;
  @media (max-width: 680px) {
    margin-bottom: 40px;
  }
}

.scoreLottery_scoreLotteryLeftContainer__jgmHN {
  display: flex;
  position: relative;
  width: 395px;
  min-width: 250px;
  flex-direction: column;
  height: 634px;
  gap: var(--gap-30);
  align-items: flex-start;
  justify-content: space-between;
}

.scoreLottery_header__6tJ7o {
  position: relative;
  color: var(--text-h1);
  font-size: var(--font-18);
  font-weight: var(--weight-800);
  text-align: left;
  text-transform: capitalize;
}

.scoreLottery_step__5fMRP {
  color: var(--color-light-blue);
  text-align: right;
  font-size: var(--font-14);
  font-weight: var(--weight-700);
  line-height: 15px;
  width: 70px;
}

.scoreLottery_select__aRUg2,
.scoreLottery_selection__Iu6LZ {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--gap-20);
}

.scoreLottery_select__aRUg2 {
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: var(--br15);
  background-color: var(--color-disable);
  border: 1px solid var(--content-box);
  box-sizing: border-box;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.scoreLottery_select__aRUg2:hover,
.scoreLottery_selected__hvJ2D:hover {
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
}

.scoreLottery_seticon__btjpa {
  position: relative;
  width: 90%;
  height: 90%;
  border-radius: var(--br10);
  -o-object-fit: cover;
     object-fit: cover;
}

.scoreLottery_selecttext__EHF_F {
  position: relative;
  width: 100%;
  color: var(--text-h1);
  font-size: var(--font-14);
  font-weight: var(--weight-400);
  line-height: 20px;
}

.scoreLottery_header1__w2snc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.scoreLottery_explaintask__UgCC3 {
  width: 100%;
  text-align: left;
  position: relative;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  line-height: 20px;
  color: var(--text-h2);
}

.scoreLottery_winnertask__2dPui {
  width: 100%;
  gap: var(--gap-20);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.scoreLottery_mention1__xmGUD,
.scoreLottery_mentionheader__GQuB_,
.scoreLottery_winnertask__2dPui {
  position: relative;
  display: flex;
}

.scoreLottery_mention1__xmGUD {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.scoreLottery_mentionheader__GQuB_ {
  flex-direction: column;
  align-items: flex-start;
}

.scoreLottery_comment__gpohO,
.scoreLottery_like__eW40c,
.scoreLottery_mention__XEVnO {
  position: relative;
  display: flex;
  width: 100%;
  height: 25px;
  justify-content: space-between;
  align-items: center;
}

.scoreLottery_comment__gpohO:hover .scoreLottery_textoftask__KGvGi,
.scoreLottery_like__eW40c:hover .scoreLottery_textoftask__KGvGi,
.scoreLottery_mention__XEVnO:hover .scoreLottery_textoftask__KGvGi {
  font-weight: var(--weight-700);
}

.scoreLottery_FollowedPage__zQgbw {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.scoreLottery_textoftask__KGvGi {
  position: relative;
  color: var(--text-h1);
  font-size: var(--font-14);
  font-weight: var(--weight-600);
  line-height: normal;
  letter-spacing: 0.1;
}

.scoreLottery_options__rz1oJ {
  position: relative;
  gap: var(--gap-15);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
}

.scoreLottery_number__rEa9t {
  position: relative;
  width: 55px;
  text-align: left;
}

.scoreLottery_selected__hvJ2D {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: var(--gap-10);
  border-radius: var(--br15);
  background-color: var(--color-disable);
  border: 1px solid var(--color-light-green);
  box-sizing: border-box;
  width: 100%;
  min-width: 110px;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.scoreLottery_text1__oCDzD,
.scoreLottery_text2__B8cbX {
  color: var(--text-h1);
  font-size: var(--font-20);
  font-weight: var(--weight-800);
  line-height: normal;
}

.scoreLottery_text2__B8cbX {
  font-size: var(--font-14);
  font-weight: var(--weight-400);
  line-height: 20px;
}

.scoreLottery_minimumMention__W8GRK,
.scoreLottery_result__ch_JN {
  border: 1px solid var(--content-box);
}

.scoreLottery_minimumMention__W8GRK {
  position: relative;
  width: 90px;
  height: 40px;
  border-radius: 8px;
}

.scoreLottery_result__ch_JN {
  padding: var(--padding-10) var(--padding-16) var(--padding-16) var(--padding-16);
  height: 130px;

  border-radius: 0 0 var(--br15) var(--br15);
  background-color: var(--color-white);
  z-index: 120;
  transition: all 0.3s ease;
}

.scoreLottery_fadeIn__ytkUX {
  animation: scoreLottery_swing-in-top-fwd__19U7u 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.scoreLottery_result__ch_JN:hover {
  border-color: var(--color-dark-blue);
}
.scoreLottery_resultSearchBox__RF8tV::-webkit-scrollbar {
  display: block !important;
}
.scoreLottery_resultSearchBox__RF8tV {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: var(--gap-20);
  overflow-y: hidden;
  overflow-x: scroll;
}

.scoreLottery_searchheader__Yhp9z {
  position: relative;
  width: 100%;
  gap: var(--gap-10);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.scoreLottery_disableAlternativePage__pmFE2 {
  opacity: 0.4;
  pointer-events: none;
}

.scoreLottery_ableAlternativePage__8lMxD,
.scoreLottery_disableAlternativePage__pmFE2 {
  transition: all 0.2s ease-in-out;
}

.scoreLottery_pageselect__Dajku {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap-15);
  transition: all 0.3s ease-in-out;
}

.scoreLottery_deleteicon__cteZE {
  cursor: pointer;
  width: 20px;
  height: 25px;
  transition: all 0.3s;
}

.scoreLottery_alternativePage__9IWjF,
.scoreLottery_searchContent__CIdZ2 {
  position: relative;
  display: flex;
  align-items: center;
}

.scoreLottery_alternativePage__9IWjF {
  width: 100%;
  height: 40px;
  gap: var(--gap-5);
  padding: 0px var(--padding-20);
  border-radius: var(--br10);
  border: 1px solid var(--content-box);
  background-color: var(--color-disable);
  color: var(--text-h2);
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  font-size: var(--font-14);
  font-weight: var(--weight-500);
  line-height: 20px;
  justify-content: flex-start;
}

.scoreLottery_searchContent__CIdZ2 {
  gap: var(--gap-10);
  flex-direction: column;
  margin-bottom: 5px;
  cursor: pointer;
}

.scoreLottery_username__aoIPi {
  position: relative;
  color: var(--text-h1);
  text-align: center;
  font-size: var(--font-14);
  font-weight: var(--weight-600);
  line-height: normal;
  width: 90px;
  overflow: hidden;
}

.scoreLottery_deleteicon__cteZE:hover {
  transform: scale(1.15);
}

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

.scoreLottery_userProfile__sRMHH {
  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: all 0.3s;
  box-shadow: none;
  box-sizing: border-box;
}

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

.postalCode_background__9Hn5A {
  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;
  }
}
.postalCode_header__faZUt {
  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);
  }
}
.postalCode_progressContainer__JpdCb {
  overflow-y: scroll;
  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);
  }
}
.postalCode_progressStep__vYnlg {
  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);
  }
}
.postalCode_progressStepSuccess__5NlxN {
  background-color: var(--color-light-green30) !important;
}
.postalCode_progressStepFail__dz0tF {
  background-color: var(--color-light-red30) !important;
}
.postalCode_progressStep__vYnlg:hover {
  box-shadow: var(--box-shadow);
}
.postalCode_btn__lR50P {
  max-width: 200px;

  @media screen and (max-width: 719px) {
    max-width: 100px;
  }
}
.postalCode_UploadContainer__vEVpn {
  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;
  }
}
.postalCode_UploadContainer__vEVpn.postalCode_show__66h_D {
  max-height: 500px;
  opacity: 1;
}
.postalCode_UploadContainer__vEVpn.postalCode_hide__BjoUR {
  max-height: 0;
  opacity: 0;
  padding-bottom: 0px;
}
.postalCode_uploadBox__aeNdR {
  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;
}
.postalCode_uploadlabel__l_m9m {
  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);
}
.postalCode_uploadBox__aeNdR img {
  border-radius: 6px;
  box-shadow: 0 2px 8px #0001;
}
.postalCode_uploadBox__aeNdR.postalCode_dragover__wNNoe {
  border: 2px dashed var(--color-dark-blue);
  background: var(--color-gray10);
  transition: var(--transition3);
}
.postalCode_uploadActionBtn__M2FOx {
  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;
}
.postalCode_uploadActionBtn__M2FOx:hover {
  border-color: var(--color-dark-blue);
}
.postalCode_buttonsContainer__pLVIK {
  width: 300px;
  display: flex;
  justify-content: space-evenly;
  gap: var(--gap-20);
  flex-direction: row;
}
.postalCode_uploadmenuicon__ImlhM {
  height: 20px;
  position: relative;
}
.postalCode_input__Y0vX3 {
  letter-spacing: 4px;
  width: 80%;
  max-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);
}
.postalCode_input__Y0vX3: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);
}
.postalCode_input__Y0vX3:hover {
  border-color: var(--color-dark-blue);
  border-radius: var(--br10);
}
.postalCode_addressText__STM5N {
  width: 100%;
  max-width: calc(100% - 10px);
  padding: var(--padding-14) var(--padding-10);
  font-size: var(--font-14);
  border-radius: 0 var(--br10) var(--br10) var(--br10);
  border: 1px solid var(--color-gray30);
  background: var(--color-gray10);
  color: var(--text-h1);
  transition: var(--transition3);
  animation: var(--top04);
}
html[dir="rtl"] .postalCode_addressText__STM5N {
  border-radius: var(--br10) 0 var(--br10) var(--br10);
}
.postalCode_explain__BUHSU {
  position: relative;
  width: 100%;
  top: -5px;
  text-align: start;
  margin-inline: 10px;
  display: flex;
  color: var(--text-h2);
  text-transform: uppercase;
  align-items: center;
  font-size: var(--font-12);
  font-weight: var(--weight-500);
  transition: var(--transition3);
}
.postalCode_mapContainer__paSFy {
  width: 100%;
  height: 250px;
  overflow: auto;
  position: relative;
  border-radius: var(--br15);
  animation: var(--top08);
  background: var(--color-gray10);
}
.postalCode_map__ug7wb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: var(--br15);
  animation: var(--top08);
  @media screen and (max-width: 719px) {
    width: 160%;
    height: 160%;
  }
}
.postalCode_shippingOptionlist__dvXya {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: var(--gap-20);
  flex-direction: row;
  align-items: flex-start;
  overflow-x: scroll;
}
.postalCode_shippingOption___f5LT {
  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;
}
.postalCode_shippingOption___f5LT:hover {
  transform: translateY(-2px);
  border: 1px solid var(--color-dark-blue);
}

.postalCode_activeOption__01xgf {
  border: 2px solid var(--color-dark-blue);
}
.postalCode_activeOption__01xgf:hover {
  border: 2px solid var(--color-gray60);
}
.postalCode_optionicon___80Zz {
  width: 40px;
  height: 40px;
}
@keyframes postalCode_shake__aPlpY {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-1px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(1px);
  }
}

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

.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: scroll;
  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: scroll;
}
.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: scroll;
  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: scroll;
}
.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;
}


/*# sourceMappingURL=58ad2a51cf3e15c3.css.map*/