.adlist_all__DCgvD {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  gap: var(--gap-20);
  flex-direction: column;
}
@media (max-width: 400px) {
  .adlist_list__cK_xm {
    margin-bottom: 20px !important;
  }
}
.adlist_all__DCgvD {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease, opacity 0.2s ease;
}

.adlist_all__DCgvD.adlist_show__Xhyjz {
  max-height: 100%;
  opacity: 1;
}
.adlist_circle__qJyK0 {
  display: flex;
  position: relative;
}

.adlist_section__Gs7NE {
  display: flex;
  position: relative;

  width: 100%;
  height: 100%;
  gap: var(--gap-20);
  flex-direction: column;
}

.adlist_circle__qJyK0 {
  align-items: center;
}
.adlist_circle__qJyK0 > div > div > div:nth-child(4) {
  display: none !important;
}
.adlist_circle__qJyK0 > div > div > div:nth-child(3) {
  top: -35px;
}
.adlist_circle__qJyK0 > div > div {
  top: 10px;
  left: -7px;
}
.adlist_circle__qJyK0 > div > div > svg:nth-child(1) > path {
  display: none;
}
.adlist_circle__qJyK0 > div > div > svg:nth-child(2) > path {
  transition: var(--transition9);
}
.adlist_waitingads__nqcP_ {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  padding: var(--padding-10);
  flex-direction: row;
  border-radius: var(--br50) var(--br20) var(--br20) var(--br50);
  height: 80px;
  border: 1px solid var(--content-box);
  gap: var(--gap-20);
  justify-content: flex-start;
  transition: var(--transition2);
  cursor: pointer;
}
html[dir="rtl"] .adlist_waitingads__nqcP_ {
  border-radius: var(--br20) var(--br50) var(--br50) var(--br20);
}

.adlist_waitingads__nqcP_:hover {
  border: 1px solid var(--color-dark-blue);
}
.adlist_circle__qJyK0 {
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;

  background-color: var(--color-white);
  align-content: center;
  justify-content: center;
}

.adlist_waitingcounter__JRtvr {
  position: relative;
  color: var(--color-dark-red);
  text-align: center;
  font-size: var(--font-20);
  font-weight: var(--weight-600);
}

.adlist_waitingdetail__ESTng {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.adlist_date__V8h3D,
.adlist_waitingdetail__ESTng {
  position: relative;
}
.adlist_adtarget__CXjMP {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: var(--gap-8);
  position: relative;
  align-items: center;
}
.adlist_adnumber__SwPic {
  width: 100%;
  position: relative;
  color: var(--text-h1);
  font-size: var(--font-16);
  font-weight: var(--weight-600);
  display: flex;
  align-items: center;
  gap: var(--gap-5);
}

.adlist_date__V8h3D {
  gap: var(--gap-1);
  display: flex;
  color: var(--text-h2);
  font-weight: var(--weight-400);
  position: relative;
  text-align: center;
  transition: var(--transition3);
  align-items: center;
  flex-direction: row;
}

.adlist_day__I9RbT {
  color: var(--text-h1);
  font-size: var(--font-14);
  font-weight: var(--weight-400);
  transition: var(--transition3);
  @media (max-width: 800px) {
    font-size: var(--font-12) !important;
    font-weight: var(--weight-400) !important;
  }
}
.adlist_hour__FYKpK {
  color: var(--text-h2);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  transition: var(--transition3);
  @media (max-width: 800px) {
    font-size: var(--font-10) !important;
  }
}

.adlist_dateicon__tgWFh {
  fill: var(--text-h2);
  position: relative;
  width: 15px;
  height: 15px;
}

.adlist_dateday__J6QPP,
.adlist_datehour__4CwP7 {
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  color: var(--text-h1);
}

.adlist_pagination__8qknB {
  position: relative;
  align-self: center;
  width: 150px;
  height: 25px;
  border: 1px solid red;
}

.adlist_section1__aaa26 {
  gap: var(--gap-20);

  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.adlist_list__cK_xm {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 120px;
  max-height: 120px;
  border: 1px solid var(--color-gray30);
  border-radius: var(--br15);
  align-items: center;
  justify-content: space-between;

  cursor: pointer;
  transition: var(--transition2);
}
.adlist_list__cK_xm:hover {
  border: 1px solid var(--color-dark-blue);
}

.adlist_up__JMbkK {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  gap: var(--gap-5);
  flex-direction: row;
}

.adlist_timer__2mah4 {
  width: 150px;
  height: 100%;
  position: relative;
  display: flex;
}

.adlist_option__CCpcB {
  position: relative;
  display: flex;

  height: 100%;
  gap: var(--gap-10);

  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.adlist_down___yg4f {
  position: relative;
  display: flex;
  padding: var(--padding-5);
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  background-color: var(--color-gray30);
  border-top: 1px solid var(--color-gray10);
  justify-content: space-around;
}

.adlist_instaid__GToL2 {
  color: var(--text-h1);
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  min-width: 50px;
  width: 100%;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.adlist_serial__S5iSf {
  display: flex;
  position: relative;
  gap: var(--gap-5);
}

/* .tagicon {
  min-width: 16px;
  min-height: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  fill: var(--text-h2);
} */
.adlist_dateandtime__ivBe6 {
  position: relative;
  width: 100%;
  text-align: left;
}

.adlist_serialnumber__M6jP9 {
  position: relative;
  display: flex;
  color: var(--text-h1);
  text-align: center;
  font-size: var(--font-12);

  font-weight: var(--weight-800);
  line-height: normal;
  align-items: flex-end;
}

.adlist_rejectdetail__oNt5x {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-10);
}

.adlist_navigation__aPWl_ {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 20px;
  bottom: 0px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
.adlist_backward__uCDOh,
.adlist_forward__TJhH1 {
  position: relative;
  transition: var(--transition3);
  cursor: pointer;
}

.adlist_forward__TJhH1:hover {
  transform: scale(1.1);
}

.adlist_forward__TJhH1:active {
  transform: scale(0.9);
}

.adlist_backward__uCDOh:hover {
  transform: scale(1.1);
}

.adlist_backward__uCDOh:active {
  transform: scale(0.9);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.Toastify__toast--rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 720px) {
  .hammenu_all__agjg6 {
    display: none !important;
  }
}
.hammenu_all__agjg6 {
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  display: flex;
  gap: var(--gap-10);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.hammenu_background__goUHK {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(10px);
  background-color: var(--color-black80);
  animation: var(--fadeIn3);
  z-index: -1;
}
@keyframes hammenu_slide-in-blurred-top__NBXwM {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

/* ___left___ */

.hammenu_menucontainer__Z6W95 {
  display: flex;
  justify-content: flex-start;
  padding: 90px var(--padding-20) var(--padding-30) var(--padding-20);
  position: relative;
  width: calc(100% - 16px);
  border-radius: 35px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 350px;
  background-color: var(--background-root);
  z-index: 117;
  margin-top: 0px;
  left: 0px;
  flex-direction: column;
  align-items: flex-start;
  animation: hammenu_slide-in-blurred-top__NBXwM 0.4s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.hammenu_menuparentleft__7Acmf {
  row-gap: var(--gap-30);
  overflow-y: scroll;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hammenu_menuleft__xRjzF {
  text-decoration: none !important;
  cursor: pointer;
  gap: var(--gap-10);
  display: flex;
  position: relative;
  width: 25%;
  background-color: transparent;
  align-items: center;
  transition: var(--transition2);
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

html[dir="rtl"] .hammenu_menuleft__xRjzF:hover {
  border-radius: var(--br50) 100px 100px var(--br50);
}
.hammenu_menuleft__xRjzF:hover .hammenu_iconleft__IvQeM {
  fill: var(--color-dark-blue);
}
.hammenu_menuleft__xRjzF:hover .hammenu_menutextleft__bxW09 {
  color: var(--color-dark-blue);
}

.hammenu_usermenuleft__WrFMo {
  text-decoration: none !important;
  cursor: pointer;
  gap: var(--gap-10);
  display: flex;
  position: relative;
  width: 33%;
  background-color: transparent;
  align-items: center;
  transition: var(--transition2);
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

html[dir="rtl"] .hammenu_usermenuleft__WrFMo:hover {
  border-radius: var(--br50) 100px 100px var(--br50);
}
.hammenu_usermenuleft__WrFMo:hover .hammenu_iconleft__IvQeM {
  fill: var(--color-dark-blue);
}
.hammenu_usermenuleft__WrFMo:hover .hammenu_menutextleft__bxW09 {
  color: var(--color-dark-blue);
}

.hammenu_menutextleft__bxW09 {
  position: relative;
  font-size: var(--font-14);
  font-weight: var(--weight-500);
  text-transform: capitalize;
  color: var(--text-h2);
  line-height: normal;
}
.hammenu_menutext__QCyfa {
  position: relative;
  font-size: var(--font-16);
  font-weight: var(--weight-400);
  text-transform: capitalize;
  color: var(--color-white);
}
.hammenu_iconleft__IvQeM {
  display: flex;
  position: relative;
  fill: var(--text-h2);
  transition: var(--transition2);
}
/* ----------notification---------- */
.hammenu_notification__LMW9w {
  display: flex;
  justify-content: flex-start;
  padding: var(--padding-16) var(--padding-18);
  position: relative;
  width: calc(100% - 16px);
  border-radius: 25px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 350px;
  z-index: 116;
  background-color: var(--background-root);
  left: 0px;
  flex-direction: column;
  align-items: flex-start;
  animation: hammenu_slide-in-blurred-top__NBXwM 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.hammenu_notificationcounter__9AkQO {
  color: var(--color-dark-red);
  background-color: var(--color-dark-red30);
  border-radius: var(--br5);
  padding: var(--paddingtag);
  font-size: var(--font-12);
  font-weight: var(--weight-500);
  width: -moz-fit-content;
  width: fit-content;
}

.hammenu_notificationcontainer__cVGuj {
  position: relative;
  width: 100%;
  display: flex;
  gap: var(--gap-20);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 0;
  overflow-y: auto;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  padding-top: 0;
}
.hammenu_notificationOpen__l6UF8 {
  max-height: 500px;
  opacity: 1;
  padding: var(--padding-10);
}

/* ----------user---------- */
.hammenu_usermenu___N2Xw {
  z-index: 116;
  display: flex;
  justify-content: flex-start;
  padding: var(--padding-16) var(--padding-18);
  position: relative;
  width: calc(100% - 16px);
  border-radius: 25px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 350px;
  background-color: var(--background-root);
  left: 0px;
  flex-direction: column;
  align-items: flex-start;
  animation: hammenu_slide-in-blurred-top__NBXwM 0.8s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.hammenu_gap__pJTu6 {
  height: 3px;
  width: 100%;
  border-bottom: 1px solid var(--color-gray10);
}
.hammenu_usermenucontainer__CVaRz {
  position: relative;
  width: 100%;
  display: flex;
  gap: var(--gap-20);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  padding-top: 0;
}

.hammenu_usermenuOpen__D_P1r {
  max-height: 250px;
  opacity: 1;
  padding-top: var(--gap-20);
}

.hammenu_icon__tBS6K {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  padding: var(--padding-8);
  background-color: var(--color-gray10);
  border-radius: var(--br8);
}

.hammenu_menuchild__YEZho {
  gap: var(--gap-10);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: var(--transition3);
}

.hammenu_remainingTime__3NfMN {
  font-size: 12px;
  color: var(--color-gray);
}

.hammenu_blinkRed__g2jlu {
  color: var(--color-dark-red);
  animation: hammenu_blink__4lplV 1s infinite;
}

.hammenu_blinkYellow__jFSMd {
  color: var(--color-light-yellow);
}

@keyframes hammenu_blink__4lplV {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hammenu_scale-in-right__r47un {
  0% {
    transform: scale(0);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes hammenu_scale-in-left__diWMD {
  0% {
    transform: scale(0);
    transform-origin: 100% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
}

.hammenu_notificationchild__n_YNv {
  padding: var(--padding-10);
  position: relative;
  width: 100%;
  display: flex;
  gap: var(--gap-10);
  transition: var(--transition1);
  cursor: pointer;
}
.hammenu_noNotification__91A03 {
  text-transform: uppercase;
  font-size: var(--font-16);
  font-weight: var(--weight-400);
  color: var(--text-h2);
  height: 300px;
  padding: var(--padding-10);
  position: relative;
  display: flex;
  gap: var(--gap-10);
  transition: var(--transition2);
  align-items: center;
  justify-content: center;
}
.hammenu_notificationchild__n_YNv:hover {
  border-bottom: 1px solid transparent;
  background-color: var(--color-gray30);
  border-radius: var(--br5);
}
.hammenu_notificationchild__n_YNv:hover .hammenu_iconok__9WfTT,
.hammenu_iconnormal__dWP32,
.hammenu_iconwarning__3qzLr,
.hammenu_iconfailed__Bc7LP {
  border: 1px solid var(--color-gray30);
}
.hammenu_iconok__9WfTT,
.hammenu_iconnormal__dWP32,
.hammenu_iconwarning__3qzLr,
.hammenu_iconfailed__Bc7LP {
  border: 1px solid transparent;
  position: relative;
  min-height: 40px;
  height: 40px;
  padding: var(--padding-10);

  border-radius: var(--br10);
  width: 40px;
  min-width: 40px;
  transition: var(--transition1);
}
.hammenu_notifbody__3QMf6 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--gap-5);
  height: 100%;
}
.hammenu_header__Q7Uy9 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.hammenu_title__UdFx0 {
  position: relative;
  text-transform: uppercase;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  color: var(--text-h2);

  text-align: left;
}
.hammenu_time__cX3Lu {
  position: relative;
  text-transform: lowercase;
  font-size: var(--font-10);
  font-weight: var(--weight-400);
  color: var(--text-h2);
}
.hammenu_message__vlGTU {
  position: relative;
  text-transform: capitalize;
  font-size: var(--font-14);
  font-weight: var(--weight-600);
  color: var(--text-h1);
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .sidebar_sidebarparent__6uVcw {
    display: none;
  }
}

.sidebar_menuIndicator__AwyyI {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  top: 10px;
  margin-inline-start: 72px;
  width: 15px;
  height: 15px;
  background: var(--color-dark-blue);
  transition: all 0.5s cubic-bezier(0.45, -0.4, 0.49, 1.33);
  z-index: 1000;
}
.sidebar_indicator-home__jOTjY {
  transform: translateY(-2px) !important;
}
.sidebar_indicator-page__DQJiz {
  transform: translateY(60px) !important;
}
.sidebar_indicator-messaging__faYtD {
  transform: translateY(125px) !important;
}
.sidebar_indicator-wallet___1Czy {
  transform: translateY(190px) !important;
}
.sidebar_indicator-market__oIa3H {
  transform: translateY(255px) !important;
}
.sidebar_indicator-advertise__Y_cVo {
  transform: translateY(318px) !important;
}
.sidebar_indicator-store__Viw0n {
  transform: translateY(382px) !important;
}
.sidebar_indicator-setting__pR8bf {
  transform: translateY(446px) !important;
}
/* .indicator-setting {
  transform: translateY(190px) !important;
} */

html[dir="rtl"] .sidebar_indicator-home__jOTjY {
  transform: translateY(-3px) !important;
}
html[dir="rtl"] .sidebar_indicator-page__DQJiz {
  transform: translateY(62px) !important;
}
html[dir="rtl"] .sidebar_indicator-messaging__faYtD {
  transform: translateY(128px) !important;
}
html[dir="rtl"] .sidebar_indicator-wallet___1Czy {
  transform: translateY(194px) !important;
}
html[dir="rtl"] .sidebar_indicator-market__oIa3H {
  transform: translateY(261px) !important;
}
html[dir="rtl"] .sidebar_indicator-advertise__Y_cVo {
  transform: translateY(325px) !important;
}
html[dir="rtl"] .sidebar_indicator-store__Viw0n {
  transform: translateY(390px) !important;
}
html[dir="rtl"] .sidebar_indicator-setting__pR8bf {
  transform: translateY(456px) !important;
}

.sidebar_sidebarparent__6uVcw {
  position: relative;
  min-width: 90px;
  width: 90px;
  transition: var(--transition6);
}
.sidebar_sidebar__K7F9s {
  padding-block: 30px;
  border-radius: var(--br25);
  margin-top: 0;
  gap: var(--gap-20);
  z-index: 101;
  display: flex;
  position: fixed;
  width: 70px;
  margin-inline-start: 20px;
  margin-top: 20px;
  height: calc(100% - 40px);
  transition: var(--transition6);
  background: linear-gradient(#2ff2eb, #1761ff, #4545ff, #b443ff, #ff2c8e, #ffa133);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  animation: sidebar_fade-in-left__Cdi_o 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  @media (max-height: 570px) {
    padding-block: 10px !important;
  }
}

html[dir="rtl"] .sidebar_sidebar__K7F9s {
  animation: sidebar_fade-in-right__UIUsu 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes sidebar_fade-in-right__UIUsu {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes sidebar_fade-in-right__UIUsu {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes sidebar_fade-in-left__Cdi_o {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.sidebar_logosvg__6u8DM {
  position: relative;
  width: 35px;
  min-height: 45px;
  fill: var(--color-dark-blue);
  margin-inline-end: 5px;
  transition: var(--transition2);
}
.sidebar_logosvg__6u8DM:hover {
  fill: var(--color-ffffff);
}

@media (max-height: 580px) {
  .sidebar_logosvg__6u8DM {
    display: none;
  }
}

.sidebar_menuCategoriesChild__VguvB {
  border-radius: var(--br20);
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 3px;
  background-color: var(--color-white);
  transition: var(--transition3);
}
html[dir="rtl"] .sidebar_menuCategoriesChild__VguvB {
  right: -3px !important;
}
.sidebar_navSidebar__dwOFd {
  position: relative;
  display: flex;
  gap: var(--gap-30);
  width: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  margin-inline-end: 5px;
  flex-wrap: nowrap;
  @media (max-height: 520px) {
    overflow-y: scroll;
    overflow-x: hidden;
    gap: var(--gap-20);
    justify-content: flex-start;
  }
}
.sidebar_navSidebar__dwOFd > div {
  --scale: 1;
  transform: scale(var(--scale));
  transform-origin: center left;
  will-change: transform;
}
html[dir="rtl"] .sidebar_navSidebar__dwOFd > div {
  transform-origin: center right;
}
.sidebar_navSidebar__dwOFd > div:not(:last-child) {
  transition: transform 0.1s ease-in-out;
}

/* Unified style for all button names */
.sidebar_buttonName__YCP5z {
  transform: scale(0.9) translateX(-10px);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0px;
  margin-inline-start: 45px;
  font-size: var(--font-14);
  line-height: 19px;
  font-weight: var(--weight-400);
  padding: var(--padding-5) var(--padding-8);
  background-color: var(--color-white);
  color: var(--text-h1);
  border-radius: var(--br8);
  box-shadow: var(--box-shadow);
  text-transform: capitalize;
  text-wrap: nowrap;
  transition: opacity 0.5s ease, visibility 0.3s ease, transform 0.3s ease;
}

/* Generic hover rule instead of repeating per button class */
.sidebar_navSidebar__dwOFd > div:hover .sidebar_buttonName__YCP5z {
  visibility: visible;
  opacity: 1;
  transform: scale(0.9) translateX(0);
}

/* Arrow (speech-bubble tail) now tied to tooltip itself so it animates together */
.sidebar_buttonName__YCP5z::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: -5px; /* LTR: place arrow on left edge of tooltip */
  width: 10px;
  height: 10px;
  background: var(--color-white);
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg) scale(0.7);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: -1; /* stay behind tooltip */
  pointer-events: none;
}

.sidebar_navSidebar__dwOFd > div:hover .sidebar_buttonName__YCP5z::before {
  opacity: 1;
  transform: translateY(-50%) rotate(45deg) scale(0.9);
}

@media (max-width: 720px) {
  .myLink_pincontainer__WqsZg {
    width: calc(100% - 40px) !important;
    left: 0px !important;
    top: 90px !important;
    height: calc(100% - 110px) !important;
  }
}
.myLink_pincontainer__WqsZg {
  border-radius: var(--br25);
  position: fixed;
  display: flex;
  background-color: var(--color-white);
  transition: var(--transition3);
  animation: var(--bottom14);
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  gap: var(--gap-20);
  max-height: calc(100% - 100px);
  width: calc(100% - 130px);
  margin-inline: 20px;
  min-width: 250px;
  top: 80px;
  align-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
}

.myLink_pincontainer__WqsZg:hover {
  box-shadow: var(--box-shadow);
}

.myLink_goend__VUkGm {
  position: fixed;
  display: flex;
  transition: var(--transition2);
  border: 1px solid transparent;
  cursor: pointer;
  align-content: center;
  justify-content: center;
  align-items: center;
  bottom: 130px;
  right: 20px;
  border-radius: 50%;
  background-color: var(--color-light-blue60);
  box-shadow: var(--box-shadow);
  width: 30px;
  height: 30px;
}

.myLink_goend__VUkGm:hover {
  border: 1px solid var(--color-dark-blue);
  fill: var(--color-dark-blue);
}
.myLink_goend__VUkGm:active {
  border: 1px solid var(--color-dark-blue);
  transform: scale(0.95);
}

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

/* ImageNode Styles */

.ImageNode_nodeContainer__w1nPR {
  /* border-color: #9b59b6; */
}

.ImageNode_container__IeLsN {
  width: 100%;
}

.ImageNode_fileInput__gtUdB {
  display: none;
}

.ImageNode_progressContainer__UMnMy {
  margin-top: 8px;
}

.ImageNode_progressBar__eZWRV {
  width: 100%;
  height: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ImageNode_progressFill__jwUjf {
  height: 100%;
  background: linear-gradient(90deg, var(--color-light-blue), var(--color-dark-blue));
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ImageNode_progressText__pP9q_ {
  color: white;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ImageNode_preview__CrknT,
.ImageNode_videoPreview__e_bve {
  width: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
  margin-top: 15px;
}

.ImageNode_fileInfo__9V8ay {
  border: 1px solid var(--color-gray60);
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
  gap: var(--gap-5);
  border-radius: var(--br5);
  font-size: 10px;
  color: var(--text-h2);
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ImageNode_fileName__g9E5Q {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

.ImageNode_fileSize__4oO4b {
  font-weight: 600;
}

/* VoiceNode Styles */

.VoiceNode_nodeContainer___lUBe {
  /* border-color: #e67e22; */
}

.VoiceNode_container__gZfQH {
  z-index: 2;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: var(--gap-8);
}

.VoiceNode_buttonGroup__5kQ45 {
  display: flex;
  flex-direction: column;
  gap: var(--gap-10);
  margin-bottom: 10px;
}

.VoiceNode_fileInput__QsmiC {
  display: none;
}

.VoiceNode_uploadLabel___nTlV {
  flex: 1;
  padding: 8px;
  background: var(--color-dark-blue);
  color: white;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(52, 152, 219, 0.2);
}

.VoiceNode_uploadLabel___nTlV:hover {
  background: #2980b9;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(52, 152, 219, 0.3);
}

.VoiceNode_recordButton__96AGC {
  flex: 1;
  padding: 8px;
  background: #e67e22;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(230, 126, 34, 0.2);
}

.VoiceNode_recordButton__96AGC:hover {
  background: #d35400;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(230, 126, 34, 0.3);
}

.VoiceNode_recordButton__96AGC.VoiceNode_recording__9_78Y {
  background: #e74c3c;
}

.VoiceNode_recordButton__96AGC.VoiceNode_recording__9_78Y:hover {
  background: #c0392b;
}

.VoiceNode_progressContainer__hMwyg {
  margin-top: 8px;
}

.VoiceNode_progressBar__t0BaK {
  width: 100%;
  height: 20px;
  background: var(--color-light-gray);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.VoiceNode_progressFill__uv9QV {
  height: 100%;
  background: linear-gradient(90deg, var(--color-light-blue), var(--color-dark-blue));
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.VoiceNode_progressText__e8ru9 {
  color: white;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.VoiceNode_audioPlayer__NAzfa {
  width: 100%;
  margin-top: 8px;
}

.VoiceNode_fileInfo__ZYmyd {
  font-size: 10px;
  color: var(--text-h2);
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.VoiceNode_fileName__CK1Rd {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

.VoiceNode_fileSize__Mw4QW {
  font-weight: 600;
}

.VoiceNode_removeButton__bvHtb {
  margin-top: 8px;
  width: 100%;
  padding: 6px;
  background: #e74c3c;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 11px;
  transition: all 0.2s;
}

.VoiceNode_removeButton__bvHtb:hover {
  background: #c0392b;
  transform: translateY(-1px);
}

.VoiceNode_recordingIndicator__SEQHp {
  margin-top: 8px;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  color: var(--color-dark-red);
  font-weight: bold;
  animation: VoiceNode_pulse__8ZvV9 1.2s infinite;
}

.VoiceNode_pulsingButton__5mbce {
  animation: VoiceNode_pulse__8ZvV9 1.2s infinite;
}

@keyframes VoiceNode_pulse__8ZvV9 {
  0%,
  100% {
    background-color: var(--color-light-red30);
  }
  50% {
    background-color: var(--color-light-red10);
  }
}

/* QuickReplyNode Styles */

.QuickReplyNode_nodeContainer__NwPlV {
  /* border-color: #1abc9c; */
}

.QuickReplyNode_container__KIOXH {
  display: flex;
  flex-direction: column;
  gap: var(--gap-10);
}

.QuickReplyNode_titleSection__THFfj {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-gray30);
}

.QuickReplyNode_titleInput__YE3aO {
  padding: 8px;
  background: white;
  border: 2px solid #1abc9c;
  border-radius: 4px;
  font-size: 13px;
  color: #2c3e50;
  outline: none;
  transition: all 0.2s;
  font-weight: 500;
}

.QuickReplyNode_titleInput__YE3aO:focus {
  border-color: #16a085;
  box-shadow: 0 0 0 3px rgba(26, 188, 156, 0.1);
}

.QuickReplyNode_titleInput__YE3aO::-moz-placeholder {
  color: #95a5a6;
  font-weight: normal;
}

.QuickReplyNode_titleInput__YE3aO::placeholder {
  color: #95a5a6;
  font-weight: normal;
}

.QuickReplyNode_buttonItem__ATWez {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  text-align: left;
  transition: all 0.2s;
}
.QuickReplyNode_buttonItem__ATWez > div:nth-child(1) {
  width: calc(100% - 30px);
}

/* GenericNode Styles */

.GenericNode_nodeContainer__Ry1f1 {
  /* border-color: #e74c3c; */
}

.GenericNode_container__E5ES9 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  padding: 8px;
}

.GenericNode_info__1pN6e {
  font-size: 11px;
  color: #7f8c8d;
  text-align: center;
  font-weight: 500;
}

.GenericNode_addButton__84pVq {
  margin-top: 4px;
  padding: 10px 12px;
  font-size: 12px;
  background: #e74c3c;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(231, 76, 60, 0.2);
}

.GenericNode_addButton__84pVq:hover {
  background: #c0392b;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(231, 76, 60, 0.3);
}

.GenericNode_addButton__84pVq:active {
  transform: translateY(0);
}

/* GenericItemNode Styles */

.GenericItemNode_nodeContainer__2oSCS {
  /* border-color: #9b59b6; */
}

.GenericItemNode_container__8snO_ {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.GenericItemNode_field___NM53 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.GenericItemNode_label__6ljt_ {
  font-size: 10px;
  font-weight: var(--weight-500);
  color: var(--text-h2);
  text-transform: uppercase;
  text-align: left;
}

.GenericItemNode_inputWrapper__zpT0T {
  display: flex;
  gap: 6px;
  align-items: center;
}

.GenericItemNode_input__rbjqS {
  flex: 1;
  padding: 8px;
  font-size: 12px;
  border: 2px solid #9b59b6;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s;
  background: white;
}

.GenericItemNode_input__rbjqS:focus {
  border-color: #8e44ad;
  box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.1);
}

.GenericItemNode_input__rbjqS::-moz-placeholder {
  color: #bdc3c7;
}

.GenericItemNode_input__rbjqS::placeholder {
  color: #bdc3c7;
}

.GenericItemNode_pasteBtn__gJAm7 {
  width: 32px;
  height: 32px;
  min-width: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9b59b6;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
  flex-shrink: 0;
}

.GenericItemNode_pasteBtn__gJAm7:hover {
  background: #8e44ad;
  transform: scale(1.05);
}

.GenericItemNode_pasteBtn__gJAm7:active {
  transform: scale(0.95);
}

.GenericItemNode_fileInput__jIG8W {
  display: none;
}

.GenericItemNode_imagePreview__D67Od {
  margin-top: 8px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #9b59b6;
}

.GenericItemNode_previewImg__kjd54 {
  width: 100%;
  height: auto;
  max-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.GenericItemNode_progressContainer__1YHK6 {
  margin-top: 8px;
}

.GenericItemNode_progressBar__lJz4M {
  width: 100%;
  height: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.GenericItemNode_progressFill__CgNhE {
  height: 100%;
  background: linear-gradient(90deg, var(--color-light-blue), var(--color-dark-blue));
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.GenericItemNode_progressText__0gOGT {
  color: white;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.GenericItemNode_preview__RAA8j,
.GenericItemNode_videoPreview__Zr4ja {
  width: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
  margin-top: 15px;
}

.GenericItemNode_fileInfo__i_0xH {
  display: flex;
  flex-direction: column;
  gap: var(--gap-5);
  font-size: 10px;
  color: var(--text-h2);
  margin-top: 8px;
  justify-content: space-between;
  align-items: center;
}

.GenericItemNode_fileName__bHMK0 {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

.GenericItemNode_fileSize__dqADI {
  font-weight: 600;
}

.GenericItemNode_buttonsSection__Uq7D7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--color-gray30);
}

.GenericItemNode_buttonItem__4QKsZ {
  display: flex;
  gap: 6px;
  align-items: center;
}

.GenericItemNode_inputTextparent__fnvtR {
  width: calc(100% - 40px);
}

.GenericItemNode_buttonInput__inFiT {
  flex: 1;
  padding: 8px;
  font-size: 12px;
  border: 2px solid #9b59b6;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s;
  background: #f8f9fa;
}

.GenericItemNode_buttonInput__inFiT:focus {
  border-color: #8e44ad;
  background: white;
  box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.1);
}

.GenericItemNode_buttonInput__inFiT::-moz-placeholder {
  color: #bdc3c7;
}

.GenericItemNode_buttonInput__inFiT::placeholder {
  color: #bdc3c7;
}

.GenericItemNode_removeButton__bvQCH {
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e74c3c;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.2s;
  flex-shrink: 0;
}

.GenericItemNode_removeButton__bvQCH:hover {
  background: #c0392b;
  transform: scale(1.1);
}

.GenericItemNode_removeButton__bvQCH:active {
  transform: scale(0.95);
}

.GenericItemNode_addButton__MwJh6 {
  margin-top: 8px;
  padding: 8px 12px;
  font-size: 11px;
  background: #9b59b6;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(155, 89, 182, 0.2);
}

.GenericItemNode_addButton__MwJh6:hover {
  background: #8e44ad;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(155, 89, 182, 0.3);
}

.GenericItemNode_addButton__MwJh6:active {
  transform: translateY(0);
}

@keyframes GenericItemNode_shake__cihsQ {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-1px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(1px);
  }
}

.GenericItemNode_shakeHorizontal__WHphX {
  animation: GenericItemNode_shake__cihsQ 0.6s ease-in-out;
  animation-iteration-count: 1;
  border-radius: 4px;
  border: 1px solid var(--color-dark-red);
}

/* WeblinkNode Styles */

.WeblinkNode_nodeContainer__51eEQ {
  /* border-color: #f39c12; */
}

.WeblinkNode_container__dgEzL {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.WeblinkNode_inputWrapper__lCN6B {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

@keyframes WeblinkNode_shake__1NAKs {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-1px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(1px);
  }
}

.WeblinkNode_shakeHorizontal__jZCO2 {
  animation: WeblinkNode_shake__1NAKs 0.6s ease-in-out;
  animation-iteration-count: 1;
  border-radius: var(--br15);
  border: 1px solid var(--color-dark-red);
}

/* OnMessageNode Styles */

.OnMessageNode_nodeContainer__T0h3G {
  /* border-color: #27ae60; */
}

.OnMessageNode_container__PTCqC {
  padding: 8px;
  text-align: center;
  color: #27ae60;
  font-weight: 600;
  font-size: 13px;
  background: linear-gradient(135deg, rgba(39, 174, 96, 0.05) 0%, rgba(39, 174, 96, 0.15) 100%);
  border-radius: 4px;
}


/*# sourceMappingURL=b3ca03f31a2ccaf0.css.map*/