._aiAgentPopup_1emif_1 {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  background-color: #f7f8ec;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 216px;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

._bgImage_1emif_18 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

._bgImage_1emif_18 svg {
  width: 100%;
  height: 100%;
}

/* 컨텐츠 영역 */
._popupContent_1emif_33 {
  width: 216px;
  height: 176px;
  align-self: stretch;
  background: url('/assets/AiBlockBanner-W7h9wwQl.png') no-repeat top / contain;
  text-align: center;

  position: relative;
  z-index: 1;
}

._popupTitle_1emif_44 {
  color: var(--text-default, #111115);

  /* lg/Bold */
  font-family: var(--body, SUIT);
  font-size: var(--size-lg, 18px);
  font-style: normal;
  font-weight: var(--weight-bold, 700);
  line-height: var(--line-height-leading-7, 28px); /* 155.556% */
  letter-spacing: var(--letter-spacing-tracking-normal, -0.25px);
}

._popupDescription_1emif_56 {
  color: var(--text-subtle, #4e4e55);

  text-align: center;
  font-family: Inter, SUIT;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
}

._btnWrapper_1emif_68 {
  display: flex;
  width: 100%;
  border-top: 1px solid var(--border-darker, rgba(39, 39, 42, 0.15));
  position: absolute;
  bottom: 0;
}

._popupCtaButton_1emif_76:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}

/* 기본 버튼 스타일 */
._popupCtaButton_1emif_76 {
  width: 50%;
  padding: 10px 17px;

  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);

  display: inline-block;
  color: #fff;
  font-size: 14px;
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.6px;
  background: #fff;
  border: none;

  p {
    color: var(--text-default, #111115);
    font-family: var(--body, SUIT);
    font-size: 13px;
    font-style: normal;
    font-weight: var(--weight-medium, 500);
    line-height: var(--line-height-leading-5, 20px); /* 153.846% */
    letter-spacing: var(--letter-spacing-tracking-normal, -0.25px);
    word-break: keep-all;
  }
}

._speechBubble_1emif_114 {
  display: inline-flex;
  padding: 3.718px 5.576px;
  align-items: center;
  gap: 3.718px;
  border-radius: 92.941px;
  border: 0.929px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  color: #5b6757;
  font-family: Inter, SUIT;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 14.871px;
  letter-spacing: -0.139px;
}

._bubbleLeft_1emif_131,
._bubbleRight_1emif_132 {
  position: absolute;
}

._bubbleRight_1emif_132 {
  bottom: 25%;
  left: 50%;
}

._bubbleLeft_1emif_131 {
  bottom: 16%;
  left: 5%;
}

._sparkleIcon_1emif_146 {
  font-size: 14px;
}

._typingIndicator_1emif_150 {
  display: flex;
  align-items: center;
  gap: 3px;
}

._typingIndicator_1emif_150 ._dot_1emif_156 {
  width: 3.879px;
  height: 3.879px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 7.759px;
  background: #1be2b0;
}

._typingIndicator_1emif_150 ._dot_1emif_156:nth-child(2) {
  width: 6.465px;
  height: 6.465px;
  background: #33afdb;
}

._typingIndicator_1emif_150 ._dot_1emif_156:nth-child(3) {
  width: 3.879px;
  height: 3.879px;
  background: #4b71ff;
}

._typingDots_1emif_177 {
  position: absolute;
  bottom: 10%;
  right: 15%;
  display: inline-flex;
  padding: 3.718px;
  align-items: center;
  border-radius: 92.941px;
  border: 0.929px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}

._dotContainer_1emif_189 {
  display: flex;
  width: 28.812px;
  height: 6.506px;
  padding: 0 5.172px;
  align-items: center;
  gap: 2.586px;
}

._dot_1emif_156 {
  width: 3.879px;
  height: 3.879px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 7.759px;
  background: #c2c2c2;
}

/* 하단 */
._popupFooter_1emif_208 {
  display: flex;
  height: 40px;
  padding: 8px 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #fff;
  position: relative;
  z-index: 1;
}

._dontShowLabel_1emif_220 {
  display: flex;
  align-items: center;
  gap: 4px;

  color: var(--label-primaryLabel, #38373e);
  text-align: center;

  /* body-text */
  font-family: Inter, SUIT;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}

._dontShowLabel_1emif_220 input[type='checkbox'] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #1a1a1a;
}

._closeButton_1emif_244 {
  color: var(--label-primaryLabel, #38373e);
  text-align: center;
  font-family: Inter, SUIT;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;

  background: transparent;
  border: none;
  cursor: pointer;
}

._closeButton_1emif_244:hover {
  color: #1a1a1a;
}

/* 반응형 */
@media (max-width: 400px) {
  ._aiAgentPopup_1emif_1 {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }
}
.rta {
  position: relative;
  font-size: 18px;
  width: 100%;
  height: 100%;
}
.rta__loader.rta__loader--empty-suggestion-data {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(27, 31, 35, 0.1);
  padding: 5px;
}
.rta--loading .rta__loader.rta__loader--suggestion-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.rta--loading .rta__loader.rta__loader--suggestion-data > * {
  position: relative;
  top: 50%;
}
.rta__textarea {
  width: 100%;
  height: 100%;
  font-size: 1em;
}
.rta__autocomplete {
  position: absolute;
  display: block;
  margin-top: 1em;
}
.rta__autocomplete--top {
  margin-top: 0;
  margin-bottom: 1em;
}
.rta__list {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #dfe2e5;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(27, 31, 35, 0.1);
  list-style: none;
}
.rta__entity {
  background: white;
  width: 100%;
  text-align: left;
  outline: none;
}
.rta__entity:hover {
  cursor: pointer;
}
.rta__item:not(:last-child) {
  border-bottom: 1px solid #dfe2e5;
}
.rta__entity > * {
  padding-left: 4px;
  padding-right: 4px;
}
.rta__entity--selected {
  color: #fff;
  text-decoration: none;
  background: #0366d6;
}
.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--dark {
  background: #121212;
  color: #fff;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f1c40f;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--default {
  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: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 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;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
.Toastify__progress-bar--dark {
  background: #bb86fc;
}
@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, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 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, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 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, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 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, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -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: 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: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: 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, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 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;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

/*# sourceMappingURL=ReactToastify.css.map */* {
  margin: 0;
  padding: 0;
}

html,
body,
#root {
  height: 100%;
  font-family: 'SUIT Variable', SUIT, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

button {
  transition-duration: 0.2s;
}

:root {
  --royal-blue: #2c55dd;
  --light-blue: #377dff;
  --dark-blue: #113ac2;
  --black-pearl: #071b32;
  --black: #1a1a1a;
  --brown-grey: #989898;
  --pale-lilac: #e5e6eb;
  --white: #ffffff;
  --pale-grey: #f6f9fc;

  /* 솔루션 별 브랜드 컬러 변수 */
  /* primary (메인 컬러) */
  --primary-color-bot: #306afe;
  --primary-color-happysync: #ffd549;
  --primary-color-sangdamcall: #00906b;
  --primary-color-happytalk: #8294ae;
  --primary-color-heythere: #775dc3;
  /* secondary */
  --secondary-color-happytalk: #8294ae;
  /* fill (secondary Btn 배경) */
  --brand-fill-heythere-fill: rgba(103, 56, 239, 0.1);
  --brand-fill-happytalk-fill: rgba(89, 136, 254, 0.1);
  --brand-fill-sangdamcall-fill: rgba(0, 144, 107, 0.1);
  --brand-fill-sync-fill: rgba(243, 194, 27, 0.1);
  --brand-fill-bot-fill: rgba(48, 106, 254, 0.1);
  /* interaction (hover or select) */
  --brand-interaction-heythere-interaction: rgba(103, 56, 239, 0.1);
  --brand-interaction-happytalk-interaction: rgba(89, 136, 254, 0.1);
  --brand-interaction-sangdamcall-interaction: rgba(0, 144, 107, 0.1);
  --brand-interaction-sync-interaction: rgba(243, 194, 27, 0.1);
  --brand-interaction-bot-interaction: rgba(48, 106, 254, 0.1);
  /* interaction-focus (focus) */
  --brand-interaction-focus-heythere-inter-focus: rgba(103, 56, 239, 0.16);
  --brand-interaction-focus-happytalk-inter-focus: rgba(89, 136, 254, 0.16);
  --brand-interaction-focus-sangdamcall-inter-focus: rgba(0, 144, 107, 0.16);
  --brand-interaction-focus-sync-inter-focus: rgba(243, 194, 27, 0.16);
  --brand-interaction-focus-bot-focus: rgba(48, 106, 254, 0.16);

  /* status color */
  --red: #f9642a;
  --caution: #ff7a00;
  --green: #00ba77;
  --blue: #0a7aff;
  --yellow: #ffc107;

  /* status fill color */
  --red-fill: rgba(249, 100, 42, 0.1);
  --caution-fill: rgba(255, 122, 0, 0.1);
  --green-fill: rgba(0, 186, 119, 0.1);
  --blue-fill: rgba(10, 122, 255, 0.1);
  --yellow-fill: #fff8e1;

  /* label color */
  --primary-black: #38373e;
  --secondary-black: #8a8a8e;
  --tertiary-black: rgba(60, 60, 67, 0.3);
  --quaternary-black: rgba(60, 60, 67, 0.2);

  /* background color */
  --primary-background: #f2f4f7;
  --secondary-background: rgba(60, 60, 67, 0.2);
  --tertiary-background: #f4f5f5;

  --white-group-background: #ffffff;

  /* separator - area divisionr*/
  --separator: rgba(60, 60, 67, 0.08);
  /* black */
  /* 완전한 불투명도 (100%) */
  --black-100: rgba(0, 0, 0, 1);
  /* 50% 불투명도 */
  --black-50: rgba(0, 0, 0, 0.5);
  /* 10% 불투명도 */
  --black-10: rgba(0, 0, 0, 0.1);
  /* 5% 불투명도 */
  --black-5: rgba(0, 0, 0, 0.05);

  /* 임시 */
  --form-border: #c7c7c7;

  /* graph */
  --graph-sky: #8fc7ff;
  --graph-yellow: #f5e699;
  --graph-green: #9cf3d6;
  --graph-gray: #e5e5ea;
  --graph-red: #fdccbd;
  --graph-purple: #bdb4ee;

  /* LNB */
  --lnb-width: 50px;
  --lnb-sub-width: 244px;

  /* space */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 20px;
  --s-6: 24px;

  /* radius */
  --r-8: 8px;
  --r-12: 12px;
  --r-16: 16px;
  --r-24: 24px;

  --happytalk: #5988fe;
  --happytalk-interaction: #5988fe1a;
  --tertiary-fill: #8c8c9c1f;

  --text-default: #111115;

  /* ===== Design System: Global Colors ===== */

  /* Grayscale - Zinc */
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e9e9ec;
  --zinc-300: #dadadd;
  --zinc-400: #a1a1a9;
  --zinc-500: #6f6f77;
  --zinc-600: #4e4e55;
  --zinc-700: #36363a;
  --zinc-800: #222225;
  --zinc-900: #18181b;
  --zinc-950: #111115;

  /* Grayscale - Neutral */
  --neutral-50: #fafaf9;
  --neutral-100: #f5f5f4;
  --neutral-200: #e7e5e4;
  --neutral-300: #d6d3d1;
  --neutral-400: #a6a09b;
  --neutral-500: #79716b;
  --neutral-600: #57534d;
  --neutral-700: #44403b;
  --neutral-800: #312c2b;
  --neutral-900: #24211e;
  --neutral-950: #14110f;

  /* Grayscale - Gray */
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #ebecef;
  --gray-300: #d7dadf;
  --gray-400: #9ea3ae;
  --gray-500: #6d727f;
  --gray-600: #4d5562;
  --gray-700: #353c4a;
  --gray-800: #1b2028;
  --gray-900: #14171f;
  --gray-950: #0d0f17;

  /* Grayscale - Slate */
  --slate-50: #f9fafc;
  --slate-100: #f2f5f9;
  --slate-200: #e8ecf2;
  --slate-300: #d3dae4;
  --slate-400: #97a3b6;
  --slate-500: #677489;
  --slate-600: #4a5567;
  --slate-700: #364154;
  --slate-800: #20293a;
  --slate-900: #111622;
  --slate-950: #090c1b;

  /* Tints - Red */
  --red-50: #fcf3f3;
  --red-100: #fae3e3;
  --red-200: #f7cccb;
  --red-300: #f4a6a5;
  --red-400: #ed6664;
  --red-500: #e74341;
  --red-600: #d42422;
  --red-700: #b11e1b;
  --red-800: #911f1c;
  --red-900: #77221f;
  --red-950: #400e0b;

  /* Tints - Orange */
  --orange-50: #fef8ee;
  --orange-100: #fceed7;
  --orange-200: #f9d8ae;
  --orange-300: #f7bb77;
  --orange-400: #f38f36;
  --orange-500: #f27313;
  --orange-600: #e35706;
  --orange-700: #a73b0c;
  --orange-800: #702910;
  --orange-900: #441c0d;
  --orange-950: #301108;

  /* Tints - Amber */
  --amber-50: #fffbec;
  --amber-100: #fdf4cb;
  --amber-200: #fae792;
  --amber-300: #f9d455;
  --amber-400: #f5bd1e;
  --amber-500: #f09e0f;
  --amber-600: #d37709;
  --amber-700: #ae540d;
  --amber-800: #8c4212;
  --amber-900: #723715;
  --amber-950: #411c07;

  /* Tints - Yellow */
  --yellow-50: #fefcea;
  --yellow-100: #fef9c8;
  --yellow-200: #fcf194;
  --yellow-300: #fbe152;
  --yellow-400: #f5ca0f;
  --yellow-500: #e7b413;
  --yellow-600: #c68b0b;
  --yellow-700: #9d630e;
  --yellow-800: #814e13;
  --yellow-900: #6c4118;
  --yellow-950: #3e220b;

  /* Tints - Lime */
  --lime-50: #f9fee9;
  --lime-100: #effccf;
  --lime-200: #dff9a4;
  --lime-300: #c7f26c;
  --lime-400: #abe435;
  --lime-500: #90cd22;
  --lime-600: #6fa417;
  --lime-700: #557c18;
  --lime-800: #456219;
  --lime-900: #3c531b;
  --lime-950: #1e2e0a;

  /* Tints - Green */
  --green-50: #f3fdf5;
  --green-100: #e2fbe8;
  --green-200: #c6f6d2;
  --green-300: #99efae;
  --green-400: #66dc7e;
  --green-500: #4fc660;
  --green-600: #3ea44b;
  --green-700: #33803f;
  --green-800: #2b6536;
  --green-900: #265330;
  --green-950: #112d18;

  /* Tints - Emerald */
  --emerald-50: #effdf6;
  --emerald-100: #d9f9e6;
  --emerald-200: #b6f2d2;
  --emerald-300: #86e7b8;
  --emerald-400: #56d197;
  --emerald-500: #44ba82;
  --emerald-600: #35966a;
  --emerald-700: #2a7858;
  --emerald-800: #235f47;
  --emerald-900: #1e4e3c;
  --emerald-950: #0e2c22;

  /* Tints - Teal */
  --teal-50: #f3fdfa;
  --teal-100: #d5faf2;
  --teal-200: #adf4e5;
  --teal-300: #7ce9d5;
  --teal-400: #53d2be;
  --teal-500: #44b8a7;
  --teal-600: #359489;
  --teal-700: #2d766f;
  --teal-800: #255e5a;
  --teal-900: #234e4a;
  --teal-950: #112e2e;

  /* Tints - Cyan */
  --cyan-50: #effeff;
  --cyan-100: #d7f9fd;
  --cyan-200: #b5f2fb;
  --cyan-300: #81e7fa;
  --cyan-400: #4ad0ef;
  --cyan-500: #3eb5d7;
  --cyan-600: #3090b5;
  --cyan-700: #297392;
  --cyan-800: #275d76;
  --cyan-900: #244d62;
  --cyan-950: #143243;

  /* Tints - Sky */
  --sky-50: #f2f9ff;
  --sky-100: #e3f2fd;
  --sky-200: #c2e5fc;
  --sky-300: #8cd2fd;
  --sky-400: #4db9fa;
  --sky-500: #37a3ee;
  --sky-600: #2982cb;
  --sky-700: #2067a4;
  --sky-800: #1e5886;
  --sky-900: #1d496e;
  --sky-950: #122e48;

  /* Tints - Blue */
  --blue-50: #f0f6fe;
  --blue-100: #deeafd;
  --blue-200: #c4dafc;
  --blue-300: #9ac4fe;
  --blue-400: #65a0fd;
  --blue-500: #437dfc;
  --blue-600: #2b5df3;
  --blue-700: #2147dd;
  --blue-800: #213bb2;
  --blue-900: #223889;
  --blue-950: #192453;

  /* Tints - Indigo */
  --indigo-50: #eff2fe;
  --indigo-100: #e1e7fd;
  --indigo-200: #c9d2fc;
  --indigo-300: #a6b3fd;
  --indigo-400: #7e86fb;
  --indigo-500: #6060f8;
  --indigo-600: #4b3bed;
  --indigo-700: #3f2fcf;
  --indigo-800: #352aa5;
  --indigo-900: #302c81;
  --indigo-950: #1d1a4a;

  /* Tints - Violet */
  --violet-50: #f5f3fe;
  --violet-100: #ece9fd;
  --violet-200: #dcd6fc;
  --violet-300: #beb0fd;
  --violet-400: #a185fd;
  --violet-500: #8655fd;
  --violet-600: #762bf5;
  --violet-700: #6717de;
  --violet-800: #5517b9;
  --violet-900: #471b94;
  --violet-950: #2b0f64;

  /* Tints - Purple */
  --purple-50: #f9f5fe;
  --purple-100: #f1e8fd;
  --purple-200: #e6d5fd;
  --purple-300: #cea9fe;
  --purple-400: #b87efe;
  --purple-500: #a14efd;
  --purple-600: #8c22f1;
  --purple-700: #7712d2;
  --purple-800: #651baa;
  --purple-900: #521b86;
  --purple-950: #360962;

  /* Tints - Fuchsia */
  --fuchsia-50: #fbf5fe;
  --fuchsia-100: #f7e9fe;
  --fuchsia-200: #f0d1fc;
  --fuchsia-300: #e59dfb;
  --fuchsia-400: #dd72fa;
  --fuchsia-500: #cf3ff3;
  --fuchsia-600: #b716d7;
  --fuchsia-700: #9a15b1;
  --fuchsia-800: #7e188f;
  --fuchsia-900: #691d74;
  --fuchsia-950: #44084d;

  /* Tints - Pink */
  --pink-50: #fbf3f8;
  --pink-100: #f9e8f3;
  --pink-200: #f5d0e7;
  --pink-300: #ef9fce;
  --pink-400: #ea6eb3;
  --pink-500: #e34798;
  --pink-600: #d32475;
  --pink-700: #b61a5c;
  --pink-800: #951b4c;
  --pink-900: #7b1e43;
  --pink-950: #4a0c24;

  /* Tints - Rose */
  --rose-50: #fdf2f2;
  --rose-100: #fbe5e6;
  --rose-200: #f7ced3;
  --rose-300: #f49fa9;
  --rose-400: #f16e81;
  --rose-500: #eb3e5b;
  --rose-600: #d91a45;
  --rose-700: #b6133a;
  --rose-800: #971838;
  --rose-900: #7f1b37;
  --rose-950: #460a19;

  /* ===== Design System: Semantic Color Tokens (Theme-1-Light) ===== */

  /* Text */
  --token-text-default: #111115;
  --token-text-subtle: #4e4e55;
  --token-text-muted: #6f6f77;
  --token-text-hint: rgba(0, 0, 0, 0.3);
  --token-text-inverted-default: #ffffff;
  --token-text-inverted-subtle: rgba(255, 255, 255, 0.7);
  --token-text-inverted-muted: rgba(255, 255, 255, 0.5);
  --token-text-inverted-hint: rgba(255, 255, 255, 0.3);
  --token-text-white-default: #ffffff;
  --token-text-white-subtle: rgba(255, 255, 255, 0.7);
  --token-text-white-muted: rgba(255, 255, 255, 0.5);
  --token-text-white-hint: rgba(255, 255, 255, 0.3);
  --token-text-dark-default: #111115;
  --token-text-dark-subtle: #4e4e55;
  --token-text-dark-muted: #6f6f77;
  --token-text-dark-hint: rgba(0, 0, 0, 0.3);
  --token-text-destructive: #d42422;
  --token-text-success: #3ea44b;
  --token-text-warning: #e35706;
  --token-text-informative: #2b5df3;

  /* Background */
  --token-bg-default: #ffffff;
  --token-bg-subtle: #fafafa;
  --token-bg-muted: #f4f4f5;
  --token-bg-inverted: #18181b;
  --token-bg-card: #ffffff;
  --token-bg-card-subtle: #fafafa;
  --token-bg-card-inverted: #222225;
  --token-bg-sidebar: #ffffff;
  --token-bg-sidebar-subtle: #fafafa;
  --token-bg-input: #ffffff;
  --token-bg-input-soft: rgba(0, 0, 0, 0.06);
  --token-bg-input-disabled: rgba(0, 0, 0, 0.06);
  --token-bg-overlay: rgba(0, 0, 0, 0.06);

  /* States */
  --token-states-primary: #437dfc;
  --token-states-primary-hover: #65a0fd;
  --token-states-primary-press: #437dfc;
  --token-states-primary-loading: #9ac4fe;
  --token-states-secondary: #ffffff;
  --token-states-secondary-hover: #f4f4f5;
  --token-states-soft: rgba(0, 0, 0, 0.06);
  --token-states-soft-hover: rgba(0, 0, 0, 0.08);
  --token-states-soft-press: rgba(0, 0, 0, 0.1);
  --token-states-ghost: rgba(0, 0, 0, 0);
  --token-states-ghost-hover: rgba(0, 0, 0, 0.04);
  --token-states-ghost-press: rgba(0, 0, 0, 0.08);
  --token-states-ghost-inverted: rgba(255, 255, 255, 0);
  --token-states-ghost-hover-inverted: rgba(255, 255, 255, 0.08);
  --token-states-ghost-press-inverted: rgba(255, 255, 255, 0.15);
  --token-states-destructive: #e74341;
  --token-states-destructive-hover: #ed6664;
  --token-states-destructive-press: #e74341;
  --token-states-destructive-loading: #f4a6a5;
  --token-states-brand: #437dfc;
  --token-states-brand-hover: #65a0fd;
  --token-states-brand-press: #437dfc;
  --token-states-brand-loading: #9ac4fe;
  --token-states-gray: #111115;
  --token-states-disabled: rgba(0, 0, 0, 0.08);

  /* Checkbox */
  --token-checkbox-default: #ffffff;
  --token-checkbox-active: #437dfc;
  --token-checkbox-active-hover: #65a0fd;
  --token-checkbox-disabled: rgba(0, 0, 0, 0.06);

  /* Switch */
  --token-switch-default: #e9e9ec;
  --token-switch-default-hover: #dadadd;
  --token-switch-disabled: #f4f4f5;
  --token-switch-active: #4fc660;
  --token-switch-active-hover: #3ea44b;
  --token-switch-active-disabled: #c6f6d2;
  --token-switch-handle: #ffffff;
  --token-switch-handle-disabled: #fafafa;

  /* Border */
  --token-border-default: rgba(0, 0, 0, 0.1);
  --token-border-darker: rgba(0, 0, 0, 0.15);
  --token-border-strong: rgba(0, 0, 0, 0.25);
  --token-border-inverted: rgba(255, 255, 255, 0.2);
  --token-border-accent: #111115;
  --token-border-accent-inverted: #ffffff;
  --token-border-destructive: #e74341;
  --token-border-informative: #437dfc;
  --token-border-success: #4fc660;
  --token-border-warning: #f27313;
  --token-border-highlight: rgba(67, 125, 252, 0.4);
  --token-border-highlight-destructive: rgba(231, 67, 65, 0.4);
  --token-border-input-highlight: rgba(0, 0, 0, 0.4);

  /* ===== Design System: Shadows ===== */

  /* Global Shadows */
  --shadow-card: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  --shadow-modal-sm:
    0px 0px 0px 1px rgba(39, 39, 42, 0.1), 0px 12px 12px -6px rgba(0, 0, 0, 0.04), 0px 6px 6px -3px rgba(0, 0, 0, 0.04),
    0px 3px 3px -1.5px rgba(0, 0, 0, 0.04), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.04);
  --shadow-modal-md:
    0px 0px 0px 1px rgba(39, 39, 42, 0.1), 0px 12px 12px 0px rgba(0, 0, 0, 0.04), 0px 6px 6px 0px rgba(0, 0, 0, 0.04),
    0px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.04);
  --shadow-modal-lg:
    0px 0px 0px 1px rgba(39, 39, 42, 0.1), 0px 16px 16px 0px rgba(0, 0, 0, 0.04), 0px 6px 6px 0px rgba(0, 0, 0, 0.04),
    0px 12px 12px 0px rgba(0, 0, 0, 0.04), 0px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.04);

  /* Component Shadows */
  --shadow-component-default: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  --shadow-component-focus:
    0px 0px 0px 3px rgba(101, 160, 253, 0.4), 0px 0px 0px 1px rgba(255, 255, 255, 1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  --shadow-component-destructive-focus:
    0px 0px 0px 3px rgba(238, 110, 108, 0.4), 0px 0px 0px 1px rgba(255, 255, 255, 1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  --shadow-component-input-focus: 0px 0px 0px 3px rgba(39, 39, 42, 0.1);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.diagram-container {
  cursor: move;
  background-color: #fff;
  background-image:
    linear-gradient(#fafafa 1px, transparent 1px), linear-gradient(90deg, #fafafa 1px, transparent 1px),
    linear-gradient(#fafafa 1px, transparent 1px), linear-gradient(90deg, #fafafa 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: -1px -1px;
  width: 100%;
  height: 100%;
}

body.play-scenario-canvas-move .diagram-container > svg,
body.play-scenario-canvas-move .diagram-container > div {
  /* border: 1px solid #ff0000; */
  transition-duration: 0.4s;
  transition-property: transform;
}

/** Toastify - https://fkhadra.github.io/react-toastify/how-to-style */

.Toastify__toast-container {
  z-index: 99999999;
  bottom: 60px;
  padding: 0;
  min-width: 240px;
  width: auto;
}

.Toastify__toast {
  min-height: 40px;
  padding-left: 14px;
}

.Toastify__close-button {
  margin-top: 2px;
}

/** Toastify Colors */
.Toastify__toast--info {
  background: #e3f1ff;
  color: #6e9ffe;
  border-bottom: 1px solid #cedef4;
}

.Toastify__close-button--info {
  color: #377dff;
}

/** https://github.com/fkhadra/react-contexify */
.react-contexify .playground-menu-group .react-contexify__item__content {
  padding: 8px 12px;
}

.react-contexify .playground-menu-sub .react-contexify__item {
  vertical-align: middle;
}

.c-drag-area {
  height: 18px;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-app-region: drag;
}
@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/Inter/Inter-VariableFont_opsz,wght.ttf) format('truetype');
}
/*
IBM Plex Mono
Optimized for macOS + Windows cross-platform consistency
*/

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-Thin.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/SUIT-Variable-woff2/SUIT-Variable.woff2) format('woff2');
}
