.ThreeDotsLoadingIcon_dotTyping__YzV31 > circle {
    animation: ThreeDotsLoadingIcon_loader__dZrXA 0.6s infinite alternate;
  }

    .ThreeDotsLoadingIcon_dotTyping__YzV31 > circle:nth-child(1) {
      animation-delay: 0.2s;
    }

    .ThreeDotsLoadingIcon_dotTyping__YzV31 > circle:nth-child(2) {
      animation-delay: 0.4s;
    }

@keyframes ThreeDotsLoadingIcon_loader__dZrXA {
  to {
    opacity: 0.4;
    transform: translate(0, -10%);
  }
}

.Button_content__q5rqQ {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--size-2);
  font-size: 14px;
  width: 100%;
}

  .Button_content__q5rqQ svg {
    height: 21px;
    width: 21px;
  }

.Button_button__NAbVN {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.625rem;
  color: var(--background);
  padding: var(--size-2) var(--size-3);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  transition: 100ms linear;
}

/* Link */

.Button_button__NAbVN:visited {
    color: var(--background);
  }

/* Formats */

.Button_button__NAbVN.Button_rounded__i0UKq {
    border-radius: var(--radius-round);
  }

.Button_button__NAbVN.Button_soft__CALZd {
    border-radius: 6px;
  }

.Button_button__NAbVN.Button_square__F8Vnn {
    border-radius: none;
  }

/* Variants */

.Button_button__NAbVN.Button_contained__2ECUc {
    background-color: var(--color);
  }

.Button_button__NAbVN.Button_contained__2ECUc:hover:not(:disabled), .Button_button__NAbVN.Button_contained__2ECUc:focus:not(:disabled) {
        opacity: 0.8;
        filter: saturate(1.5);
      }

.Button_button__NAbVN.Button_outlined__oE2r5 {
    border: 1px solid var(--color);
    color: var(--color);
    background: transparent;
  }

.Button_button__NAbVN.Button_outlined__oE2r5:hover,
    .Button_button__NAbVN.Button_outlined__oE2r5:focus {
      background-color: var(--gray-0);
    }

/* Link */

.Button_button__NAbVN.Button_outlined__oE2r5:visited {
      color: var(--color);
    }

/* Link */

.Button_button__NAbVN.Button_ghost__YIT9N:visited {
      color: var(--color);
    }

.Button_button__NAbVN.Button_ghost__YIT9N {

    color: var(--color);
    background: transparent;
}

.Button_button__NAbVN.Button_ghost__YIT9N:hover:not(:disabled), .Button_button__NAbVN.Button_ghost__YIT9N:focus:not(:disabled) {
        background-color: hsl(var(--gray-2-hsl) / 50%);
        box-shadow: var(--shadow-1);
      }

.Button_button__NAbVN[data-loading="true"] > .Button_content__q5rqQ {
      transition-duration: 300ms;
      opacity: 0;
      transform: translateY(10%);
    }

.Button_button__NAbVN:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }

.Button_button__NAbVN[data-size="big"] {
  padding: 0 34px;
  height: 50px;
}

.Button_text___D1JV {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  background: transparent;
  font-weight: 700;
}

.Button_text___D1JV:visited {
    color: var(--color);
  }

.Button_text___D1JV:hover:not(:disabled), .Button_text___D1JV:focus:not(:disabled) {
      opacity: 0.8;
      filter: saturate(1.5);
    }

.Button_text___D1JV[data-loading="true"] > .Button_content__q5rqQ {
      transition-duration: 300ms;
      opacity: 0;
      transform: translateY(10%);
    }

.Button_loading__0EAjj {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Themes */

.Button_mint___E1fC[data-active="true"] {
    background-color: var(--lucy-mint);
    border-color: var(--lucy-mint);
    color: var(--lucy-grey1);
  }

.Checkbox_container__crh51 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--foreground);
}

  .Checkbox_container__crh51 > label {
    display: flex;
    gap: var(--size-2);
    color: var(--lucy-grey2);
  }

.Checkbox_checkbox__q_Bwp {
  background-color: white;
  width: var(--size-4);
  height: var(--size-4);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  padding: 3px;
  transition: 100ms linear;
  flex-shrink: 0;
}

.Checkbox_checkbox__q_Bwp[data-appearance="colored"][data-state="checked"],
    .Checkbox_checkbox__q_Bwp[data-appearance="colored"] [data-state="indeterminate"] {
      background: var(--brand);
      border-color: var(--brand);
    }

.Checkbox_checkbox__q_Bwp[data-appearance="colored"]:focus,
    .Checkbox_checkbox__q_Bwp[data-appearance="colored"]:hover {
      border-color: var(--brand);
    }

.Checkbox_checkbox__q_Bwp[data-appearance="outline"] {
    border: 2px solid var(--neutral);
  }

.Checkbox_checkbox__q_Bwp[data-appearance="outline"]:focus,
    .Checkbox_checkbox__q_Bwp[data-appearance="outline"]:hover {
      border-color: var(--brand);
    }

.Checkbox_container__crh51[data-error="true"] .Checkbox_checkbox__q_Bwp {
  border-color: var(--error);
}

.Checkbox_container__crh51:has(.Checkbox_checkbox__q_Bwp:disabled) {
  opacity: 0.3;
  cursor: not-allowed;
}

.Checkbox_container__crh51:has(.Checkbox_checkbox__q_Bwp:disabled) > .Checkbox_checkbox__q_Bwp {
    background-color: var(--gray-3);
  }

.Checkbox_container__crh51:has(.Checkbox_checkbox__q_Bwp:disabled) > .Checkbox_checkbox__q_Bwp,
  .Checkbox_container__crh51:has(.Checkbox_checkbox__q_Bwp:disabled) > label {
    cursor: not-allowed;
  }

.Checkbox_check__auhvn {
  stroke-dasharray: 48;
  stroke-dashoffset: -48;
  animation: Checkbox_stroke-check__i_atW 200ms forwards;
  animation-timing-function: var(--ease-in-out-1);
  stroke: var(--background);
  stroke-width: 3px;
  height: 12px;
  width: 12px;
}

.Checkbox_checkbox__q_Bwp[data-appearance="outline"] .Checkbox_check__auhvn {
  stroke: var(--neutral);
  stroke-width: 4px;
  stroke-linecap: square;
}

.Checkbox_minus__W5FhO {
  stroke-dasharray: 48;
  stroke-dashoffset: 0;
  animation: Checkbox_stroke-minus__uTB_k 300ms forwards;
  animation-timing-function: var(--ease-in-out-1);
  stroke: var(--background);
  stroke-width: 3px;
}

@keyframes Checkbox_stroke-check__i_atW {
  0% {
    stroke-dashoffset: -48;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes Checkbox_stroke-minus__uTB_k {
  0% {
    stroke-dashoffset: 48;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.GeneralSettings_contactInfo__kYZHY {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.GeneralSettings_checkboxGroup__l_Qa5 {
  background: var(--background);
  border-radius: 10px;
  padding: 14px 18px;
}

.Reorder_list__z_07J {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Reorder_pageItem___EGfd,
.Reorder_subItem__3ExlF {
  background: #cee9e5;
  border: 1px solid #50827b;
  border-radius: 10px;
  padding: 10px;
  color: #50827b;
}

.Reorder_pageItem___EGfd {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Reorder_pageItem___EGfd svg {
    height: 20px;
    width: 20px;
    fill: #50827b;
    color: #50827b;
  }

.Reorder_pageItem___EGfd[data-active="true"] {
    background: var(--white);
  }

.Reorder_pageItemHead__go5yw {
  padding: 0 10px;
}

.Reorder_subItem__3ExlF {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.Reorder_subItem__3ExlF svg {
    height: 20px;
    width: 20px;
  }

.Reorder_dragIndicator___nfRW {
  cursor: move;
  cursor: grab;
}

.Reorder_dragIndicator___nfRW:active {
    cursor: grabbing;
  }

.Layers_indicators__bhvsp p {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 10px;
  }

    .Layers_indicators__bhvsp p svg {
      height: 20px;
      width: 20px;
    }

.Layers_addItemButton__u92Zm {
  border: 1px dashed #50827b;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 11px 10px;
  margin-top: auto;
}

.Layers_addItemButton__u92Zm:focus,
  .Layers_addItemButton__u92Zm:hover {
    background-color: rgba(255 255 255 / 30%);
  }

.Plans_container__qURDM {
  position: relative;
  margin: 0 auto;
  max-width: calc(100vw - 60px);
}

.Plans_planContent__0VwHt {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow-x: auto;
  padding: 0 30px;
  padding-bottom: 24px;
  margin: 0 -30px;
  scrollbar-width: none;
}

.Plans_planContent__0VwHt::-webkit-scrollbar {
  display: none;
}

.Plans_switchesContainer__BMZu1 {
  max-width: 459px;
  width: 100%;
  position: relative;
  display: flex;
  padding: 0;
  height: 52px;
  border: 2px solid #e2e8f0;
  line-height: 40px;
  border-radius: 40px;
  margin: 30px 50px;
  align-self: center;
  align-items: center;
}

.Plans_switchesContainer__BMZu1 input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.Plans_switchesContainer__BMZu1 label {
  width: 33.3%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: var(--brand);
  font-weight: 500;
  font-size: 14px;
}

.Plans_switchWrapper__UBqS4 {
  position: absolute;
  top: 4px;
  bottom: 0;
  width: 33.3333%;
  padding: 0 4px;
  z-index: 3;
  height: 40px;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.Plans_switch__H9ncC {
  border-radius: 40px;
  background: var(--brand);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  height: 100%;
}

.Plans_switch__H9ncC div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

.Plans_switchesContainer__BMZu1 input:nth-of-type(1):checked ~ .Plans_switchWrapper__UBqS4 {
  transform: translateX(0%);
}

.Plans_switchesContainer__BMZu1 input:nth-of-type(2):checked ~ .Plans_switchWrapper__UBqS4 {
  transform: translateX(100%);
}

.Plans_switchesContainer__BMZu1 input:nth-of-type(3):checked ~ .Plans_switchWrapper__UBqS4 {
  transform: translateX(200%);
}

.Plans_switchesContainer__BMZu1
  input:nth-of-type(1):checked
  ~ .Plans_switchWrapper__UBqS4
  .Plans_switch__H9ncC
  div:nth-of-type(1),
.Plans_switchesContainer__BMZu1
  input:nth-of-type(2):checked
  ~ .Plans_switchWrapper__UBqS4
  .Plans_switch__H9ncC
  div:nth-of-type(2),
.Plans_switchesContainer__BMZu1
  input:nth-of-type(3):checked
  ~ .Plans_switchWrapper__UBqS4
  .Plans_switch__H9ncC
  div:nth-of-type(3) {
  opacity: 1;
}

.Plans_plan__gFHHf {
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
  border: 2px solid rgb(222 229 237 / 50%);
  background: rgb(248 250 252 / 100%);
  border-radius: 10px;
  border-width: 2px;
  min-width: 416px;
  padding: 30px;
  padding-top: 36px;
  background-color: #f8fafc;
}

.Plans_planTitle__9bXZi {
  font-size: 54px !important;
}

.Plans_activePlan__vAjzR {
  border: 2px solid var(--brand);
  background-color: transparent;
}

.Plans_planPrice__E1ugG {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  gap: 4px;
  padding-bottom: 12px;
}

.Plans_trialCycle__j5KR9 {
  min-height: 21px;
}

.Plans_features__lkQmo {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid #000;
  padding: 30px 0;
}

.Plans_features__lkQmo li {
  position: relative;
  padding-left: 12px;
}

.Plans_features__lkQmo li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%; /* Torna o elemento um círculo */
}

.Plans_button__x6UXR {
  background-color: var(--brand);
  border-radius: 12px !important;
  padding: 12px 0;
}

.Plans_button__x6UXR span {
  font-family: var(--next-font-poppins) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0% !important;
}

.Plans_switches__2iHWH {
  padding: 0 16px;
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .Plans_planContent__0VwHt {
    padding: 0 16px;
  }

  .Plans_switchesContainer__BMZu1 {
    margin: 30px 0;
  }

  .Plans_switchesContainer__BMZu1 label {
    font-size: 12px;
  }

  .Plans_switch__H9ncC {
    font-size: 12px;
  }
}

@media (max-width: 324px) {
  .Plans_switchesContainer__BMZu1 label {
    font-size: 10px;
  }

  .Plans_switch__H9ncC {
    font-size: 10px;
  }
}

@media (max-width: 620px) {
  .Plans_plan__gFHHf {
    min-width: 80vw;
  }

  .Plans_planTitle__9bXZi {
    font-size: 8.5vw !important;
  }
}

@media (max-width: 767px) {
  .Plans_container__qURDM {
    height: calc(100vh - 164px);
  }
}

