.Card_card__no_BW {
  border-radius: 14px;
  background-color: var(--card-background, --background);
}

.CardContent_root__VF8F8 {
  --default-padding: 20px;

  display: flex;
  overflow: hidden;
  border-radius: 14px;
  background-color: var(--card-bg-color, transparent);
}

.CardContent_button__CvZuG {
  cursor: pointer;
  padding: 0;
}

.CardContent_cardButtonIcon__UXOI2 {
  background-color: var(--card-content-icon-color, var(--brand-light));
  width: fit-content;
  padding: var(--card-content-padding, var(--default-padding));
  color: var(--card-font-color, var(--background));
  display: flex;
  align-items: center;
  justify-content: center;
}

.CardContent_cardButtonContent__w4yu_ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--card-font-color, var(--background));
  background-color: var(--card-content-color, var(--brand));
  flex-grow: 1;
  padding: var(--card-content-padding, var(--default-padding))
    var(--card-content-padding, var(--default-padding))
    var(--card-content-padding, var(--default-padding)) var(--default-padding);
}

.Page_mainContainer__2T7Jy {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  position: relative;
  background-color: var(--color-secondary);
  width: 100%;
  height: 100%;
  scale: 1;
  flex-shrink: 0;
}

.Page_differentialDescription__cztrH {
  font-family: var(--item-name-font-family);
  font-size: var(--item-name-font-size);
  font-weight: var(--item-name-font-weight);
  color: var(--color-secondary);
  text-align: inherit;
  width: var(--product-description-width);
  margin: var(--product-description-margin);
  padding: var(--product-description-padding);
  position: relative;
  overflow-wrap: break-word;
}

.Page_firstCircle__Kj5Fe {
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
  height: calc(var(--product-first-circle-width));
  width: calc(var(--product-first-circle-height));
  object-fit: cover;
  top: var(--product-first-circle-top);
  left: var(--product-first-circle-left);
  z-index: 5;
  margin: var(--product-first-circle-margin);
  user-select: none;
}

.Page_firstCircle__Kj5Fe img {
    height: inherit;
    width: inherit;
  }

.Page_secondCircle__o7j_P {
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
  height: var(--product-second-circle-width);
  width: var(--product-second-circle-height);
  top: var(--product-second-circle-top);
  left: var(--product-second-circle-left);
  background-color: var(--color-primary);
  display: flex;
}

.Page_slideContainer__h1sM7 {
  width: var(--product-container-width);
  height: var(--product-container-height);
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  border-radius: 8px;
  position: absolute;
  top: var(--product-container-top);
  right: var(--product-container-right);
}

.Page_productPrice__hOa4p {
  font-family: var(--item-price-font-family);
  font-size: var(--item-price-font-size);
  font-weight: var(--item-price-font-weight);
  color: var(--color-secondary);
  text-wrap: nowrap;
  text-align: inherit;
  z-index: 6;
  padding: var(--product-price-padding);
}

.Page_productName__DFlOl {
  font-family: var(--item-name-font-family);
  font-size: var(--item-name-font-size);
  font-weight: var(--item-name-font-weight);
  line-height: 36px;
  margin: var(--product-name-margin);
  color: var(--color-secondary);
  text-align: inherit;
}

.Page_logo___QjX1 {
  position: absolute;
  top: 48px;
  right: 48px;
  object-fit: cover;
  width: fit-content;
}

.Page_logo___QjX1 img {
    width: calc(60px * var(--product-logo-scale));
  }

.Page_focusable__phKbr::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  outline: 1px dashed transparent;
  border-radius: 6px;
  transition: 0.3s ease;
  z-index: 9;
}

.Page_focusable__phKbr[data-active="true"]::after {
  outline-color: var(--background);
  box-shadow: 0 0 0 99999px rgb(24 24 25 / 50%);
}

.Page_secondCircleContent__8QXh8 {
  position: absolute;
  top: var(--product-second-circle-content-top);
  left: var(--product-second-circle-content-left);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Page_emphasis__oGQet {
  position: relative;
  background-color: var(--color-secondary);
  text-align: center;
  padding: var(--product-emphasis-padding);
  margin: var(--product-emphasis-margin);
  color: var(--color-tertiary);
  font-family: var(--item-description-font-family);
  font-size: var(--item-description-font-size);
  font-weight: var(--item-description-font-weight);
  width: var(--product-emphasis-width);
}

.Page_differentialBgImage__dHv_2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .Page_differentialBgImage__dHv_2 {
    overflow: visible;
  }
}

@media (max-width: 600px) {
  .Page_differentialBgImage__dHv_2 {
    overflow: visible;
  }
}

@media (max-width: 600px) {
  .Page_differentialBgImage__dHv_2 {
    overflow: visible;
  }
}

.Input_container__iogdt {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  color: var(--gray-12);
  width: 100%;
}

.Input_head__qTE46 {
  display: flex;
  justify-content: space-between;
  column-gap: 0.5rem;
}

.Input_head__qTE46 > label {
    font-weight: 600;
    font-size: 16px;
  }

.Input_head__qTE46[data-hidden] {
    position: absolute;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }

.Input_textarea__ONEGv {
  padding: 12px 14px;
}

.Input_input__zTA1L {
  padding: 0 30px;
}

.Input_input__zTA1L,
.Input_textarea__ONEGv {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  background: transparent;
  color: var(--lucy-grey2);
  order: 2;
}

.Input_input__zTA1L:disabled, .Input_textarea__ONEGv:disabled {
    color: var(--lucy-grey2);
  }

.Input_input__zTA1L[type="time"]::-webkit-calendar-picker-indicator,
  .Input_input__zTA1L[type="date"]::-webkit-calendar-picker-indicator,
  .Input_textarea__ONEGv[type="time"]::-webkit-calendar-picker-indicator,
  .Input_textarea__ONEGv[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
  }

.Input_input__zTA1L[type="password"]::-ms-reveal,
  .Input_input__zTA1L[type="password"]::-ms-clear,
  .Input_textarea__ONEGv[type="password"]::-ms-reveal,
  .Input_textarea__ONEGv[type="password"]::-ms-clear {
    display: none;
  }

.Input_inputContainer__Hx0W8 {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  background-color: var(--background);
  transition: border 200ms;
  overflow: hidden;
  border: 1px solid transparent;
}

/* appearance */

.Input_inputContainer__Hx0W8.Input_border__H12aQ {
    border: 1px solid var(--border);
  }

.Input_inputContainer__Hx0W8.Input_shadow___q7vo {
    box-shadow: var(--shadow-3);
  }

.Input_inputContainer__Hx0W8.Input_background__0P_Hn {
    border: 2px solid var(--off-white);
    background-color: var(--input-bg-color, var(--off-white));
  }

/* format */

.Input_inputContainer__Hx0W8.Input_soft__bjhab {
    border-radius: var(--radius-2);
  }

.Input_inputContainer__Hx0W8.Input_rounded__MiOPT {
    border-radius: var(--radius-round);
  }

.Input_inputContainer__Hx0W8.Input_square__kcLn6 {
    border-radius: none;
  }

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

.Input_inputContainer__Hx0W8:has(.Input_textarea__ONEGv) {
  height: initial;
  border-radius: 20px;
}

.Input_slot__M15sG {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  flex-shrink: 0;
  height: 100%;
  padding: var(--size-1) 0 var(--size-1) var(--size-3);
}

.Input_slot__M15sG[data-position="right"] {
    order: 3;
    padding: var(--size-1) 24px var(--size-1) 0;
  }

.Input_slot__M15sG[data-padding="off"] {
    padding: 0;
  }

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

.Input_inputContainer__Hx0W8:has(> .Input_input__zTA1L:disabled, > .Input_textarea__ONEGv:disabled) {
  border-color: var(--off-white);
  cursor: not-allowed;
  background-color: var(--off-white);
}

.Input_inputContainer__Hx0W8:has(> .Input_input__zTA1L:disabled, > .Input_textarea__ONEGv:disabled) > .Input_input__zTA1L,
  .Input_inputContainer__Hx0W8:has(> .Input_input__zTA1L:disabled, > .Input_textarea__ONEGv:disabled) > .Input_textarea__ONEGv,
  .Input_inputContainer__Hx0W8:has(> .Input_input__zTA1L:disabled, > .Input_textarea__ONEGv:disabled) button {
    cursor: not-allowed;
  }

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

.Input_container__iogdt[data-error="true"] .Input_helperMessage__98JZQ {
  color: var(--error);
  animation: var(--animation-shake-y), var(--animation-fade-in);
  animation-duration: 400ms;
  margin-top: 2px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.Input_charsCount__b3gop {
  display: flex;
  justify-content: flex-end;
  color: var(--lucy-grey2);
}

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

.Input_dashedEye__GV8Zh > line {
    stroke-dasharray: 48;
    stroke-dashoffset: 0;
    animation: Input_line__eCuuO 200ms forwards;
    animation-timing-function: var(--ease-in-out-2);
  }

.Input_input__zTA1L:has(~ .Input_slot__M15sG):not(:has(~ .Input_slot__M15sG[data-position="right"])) {
  padding: var(--size-2);
}

.Input_textarea__ONEGv:has(~ .Input_slot__M15sG):not(:has(~ .Input_slot__M15sG[data-position="right"])) {
  padding: var(--size-2);
}

.Input_dateInputContainer__10Q4S {
  position: relative;
}

.Input_phoneInputContainer__BTpd_ {
  display: flex;
  column-gap: var(--size-2);
}

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

  100% {
    stroke-dashoffset: 0;
  }
}

.Input_timePickerContainer__jwsPB {
  display: flex;
  column-gap: 0.625rem;
  border: 0.063rem solid var(--border);
  padding: var(--size-2);
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-3);
  background-color: var(--background);
}

.Input_timePickerContainer__jwsPB .Input_timeOptionsContainer__adsOz {
    max-height: 18.75rem;
    overflow-y: auto;
  }

.Input_timePickerContainer__jwsPB .Input_timeOptionsContainer__adsOz:not(:last-child) {
      padding-right: 0.313rem;
    }

.Input_timePickerContainer__jwsPB .Input_timeOptionsContainer__adsOz .Input_timeOption__WzNyh {
      background-color: unset;
      width: 2.5rem;
      height: 2.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: var(--radius-2);
    }

.Input_timePickerContainer__jwsPB .Input_timeOptionsContainer__adsOz .Input_timeOption__WzNyh[data-is-selected="true"] {
        background-color: var(--brand);
        color: white;
      }

.Input_timePickerContainer__jwsPB .Input_timeOptionsContainer__adsOz .Input_timeOption__WzNyh:not([data-is-selected="true"]):hover {
        background-color: hsl(var(--gray-5-hsl) / 20%);
      }

.Input_btnCalendar__xDzxB {
  background-color: #d9d9d9 !important;
  padding: 14px;
}

.Input_textAreaActions__QB6UK {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  z-index: 3;
  background: transparent;
}

.Input_textAreaActionsMobile__fTwhI {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 8px;
  gap: 8px;
}

@media (max-width: 480px) {
  .Input_textAreaActions__QB6UK {
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    padding: 8px 4px;
  }
}

@media (min-width: 481px) {
  .Input_textAreaActionsMobile__fTwhI {
    display: none;
  }
}

/* Regras com :has e hover - agrupadas no final para respeitar especificidade */
.Input_inputContainer__Hx0W8:has(> .Input_input__zTA1L:not(:disabled)):hover,
  .Input_inputContainer__Hx0W8:has(> .Input_input__zTA1L:not(:disabled)):focus-within,
  .Input_inputContainer__Hx0W8:has(> .Input_textarea__ONEGv:not(:disabled)):hover,
  .Input_inputContainer__Hx0W8:has(> .Input_textarea__ONEGv:not(:disabled)):focus-within {
    border-color: var(--brand);
  }

.Input_container__iogdt[data-should-hover="false"] .Input_inputContainer__Hx0W8:hover,
.Input_container__iogdt[data-should-hover="false"] .Input_inputContainer__Hx0W8:focus-within {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}

.Account_divider__71SPw {
  height: 0.063rem;
  width: 100%;
  background-color: var(--border);
  opacity: 0.5;
  margin-top: var(--size-2);
}

.Account_title__sRyYC {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.Account_card__L3Fq0 {
  padding: 50px;
}

@media (max-width: 500px) {
  .Account_title__sRyYC {
    font-size: 20px;
    line-height: 32px;
  }

  .Account_card__L3Fq0 {
    padding: 16px;
  }

}



.contract_boxContratos__kwgKJ {
  display: flex;

  /* flex-flow: wrap; */

  /* flex-direction: row; */
  gap: 20px;
}

.contract_boxContrato__w6BGq {
  display: flex;
  flex-direction: column;
  background-color: var(--off-white);
  padding: 20px;
  border-radius: 14px;
  width: 270px;
  transition: .3s ease;
}

.contract_boxContrato__w6BGq:hover {
  filter: drop-shadow(0 4px 4px rgba(0 0 0 / 25%));
}

.contract_boxContrato__w6BGq .contract_boxContratoImg__WTmjc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 169px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.contract_boxContrato__w6BGq .contract_boxContratoImg__WTmjc img {
  position: absolute;
}

.contract_boxContrato__w6BGq .contract_boxContratoImg__WTmjc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--foreground);
  opacity: 0.12;
  z-index: 1;
}

.contract_boxContrato__w6BGq p {
  font-size: 12px;
  color: var(--lucy-grey2);
  margin-top: 20px;
}

.contracts_contentArea__QnLcH {
  width: 100%;

  min-height: 100vh;

  background-color: var(--off-white);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 50px 80px;


}

.contracts_cardScrollView__5enA5 {
  overflow-x: auto;

  /* padding: 0px 16px ;
    margin:  0px -16px 0px -16px; */
  scrollbar-width: none;
}

.contracts_size24__g_7cN {
  font-size: 24px !important;
}

.contracts_contentArea__QnLcH .contracts_pageTitle__RQ_cI {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contracts_contentArea__QnLcH .contracts_pageTitle__RQ_cI a {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.contracts_back__IPGxX svg {
    width: 24px;
    height: 24px;
  }

.contracts_contentArea__QnLcH .contracts_pageTitle__RQ_cI h1 {
  font-weight: 400;
  color: var(--foreground);
}

.contracts_contentArea__QnLcH .contracts_pageTitle__RQ_cI h1 strong {
  font-weight: 700;
}

.contracts_contratos__Xz8oe {
  background-color: var(--white);
  margin-top: 20px;
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
}

.contracts_contratos__Xz8oe h2 {
  font-size: 20px;
  font-weight: 400;
  color: var(--foreground);
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  .contracts_size24__g_7cN {
    font-size: 21px !important;
  }
}

@media (max-width: 1024px) {
  .contracts_size24__g_7cN {
    font-size: 18px !important;
  }
}

@media (max-width: 500px) {
  .contracts_contentArea__QnLcH {

    padding: 0;

  }
}

.Accordion_wrapper__wKw1d {
  display: flex;
  flex-direction: column;
  gap: var(--size-3);
  padding: var(--size-3) var(--size-4);
  width: 100%;
  background-color: var(--accordion-bg-color, var(--background));
  border-radius: var(--accordion-border-radius, 0);
}

.Accordion_button__z78Gk {
  display: flex;
  background: transparent;
  border: none;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.Accordion_button__z78Gk .Accordion_svg___Fxho {
    transition: transform 0.3s ease;
    flex: none;
  }

.Accordion_button__z78Gk:focus-visible .Accordion_svg___Fxho {
      background-color: rgba(0 0 0 / 10%);
    }

.Accordion_button__z78Gk[data-state="open"] .Accordion_svg___Fxho[data-type="plus"] {
    display: none;
  }

.Accordion_button__z78Gk[data-state="closed"] .Accordion_svg___Fxho[data-type="minus"] {
    display: none;
  }

.Accordion_button__z78Gk[data-state="open"] .Accordion_svg___Fxho[data-type="chevron"] {
    transform: rotate(180deg);
  }

.Accordion_content__GkPHm {
  overflow: hidden;
}

.Accordion_content__GkPHm[data-content-separator="true"] {
    padding-top: 20px;
    border-top: 1px solid var(--accordion-content-separator-color);
  }

[data-state="open"] .Accordion_content__GkPHm {
    animation: Accordion_slide-down__eO_gx 250ms ease-out;
  }

[data-state="closed"] .Accordion_content__GkPHm {
    animation: Accordion_slide-up__7ilQT 250ms ease-out;
  }

@keyframes Accordion_slide-down__eO_gx {
  from {
    height: 0;
  }

  to {
    height: var(--radix-collapsible-content-height);
  }
}

@keyframes Accordion_slide-up__7ilQT {
  from {
    height: var(--radix-collapsible-content-height);
  }

  to {
    height: 0;
  }
}

.WebAddress_inputBoarder__u_w_6 {
  border-radius: 5px;
}

.WebAddress_container__4JcKE {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

.WebAddress_helperText__UNfFC {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.WebAddress_siteNameHighlight__OAfPu {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--gray);
}

.WebAddress_url__4mozT {
  font-size: 14px;
  font-weight: 400px;
  line-height: 20px;
  color: #64748b;
}

.WebAddress_suggestionContainer__pJTq4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.WebAddress_siteTextPicker__yazRQ {
  font-size: 12px;
  font-weight: 600;
}

.WebAddress_footerActions__cwmw2 {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 16px;
  flex-wrap: wrap;
}

.CreditCardModal_dialog___nN1i {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 937px;
  width: 100%;
}

.CreditCardModal_arrowButton__fpOnB {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #f8fafc;
  color: #64748b;
}

.CreditCardModal_content__77VaB {
  display: flex;
  flex-wrap: wrap;
}

.CreditCardModal_creditCardOptions__KCD4z {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  flex: 1;
}

.CreditCardModal_footer__zl3X6 {
  padding: 16px;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.CreditCardModal_btnDisabled__1AaAv {
  pointer-events: none;
}

@media (max-width: 890px) {
  .CreditCardModal_content__77VaB {
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    zoom: 80%;
  }

  .CreditCardModal_creditCardOptions__KCD4z {
    align-items: stretch;
  }
}

@media (max-width: 480px) {
  .CreditCardModal_dialog___nN1i {
    padding: 8px;
  }

  .CreditCardModal_footer__zl3X6 {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}

.CreditCard_container__9UjVP {
  position: relative;
  width: 315px;
  height: 184px;
  background: linear-gradient(to bottom, #e42c66, #f55b46);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 24px;
}

.CreditCard_verseCardContainer__jWCp6 {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
}

.CreditCard_verseCardStrip__6O9im {
  width: 100%;
  height: 39px;
  margin-top: 29px;
  background-color: #292524;
}

.CreditCard_verseCardBlock__GBzyC {
  width: 294px;
  height: 24px;
  margin-top: 5px;
  background-color: #cbd5e1;
  margin-left: auto;
  margin-right: auto;
}

.CreditCard_verseCardSecureCircle__u63Tm {
  position: absolute;
  top: 43px;
  left: 216px;
  width: 91px;
  height: 91px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
}

.CreditCard_cardContent__uHJtC {
  width: 100%;
  position: relative;
}

.CreditCard_cardBrand__6w5OD {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.CreditCard_cardBrand__6w5OD img {
  width: 45px;
}

.CreditCard_cardNameContainer__An4ZF {
  margin-bottom: 16px;
}

.CreditCard_cardLabel__kvzqy {
  font-size: 12px;
  font-weight: normal;
}

.CreditCard_cardName__tYMfj {
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.CreditCard_cardDetails__AhpVf {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.CreditCard_cardNumber__WrGUW,
.CreditCard_cardExpiry__gN7rd {
  font-size: 14px;
  font-family: monospace;
}

.Range_sliderRoot__l7ELx {
  position: relative;
  display: flex;
  align-items: center;
  user-select: none;
  touch-action: none;
  width: 100%;
  height: 20px;
}

.Range_sliderTrack__ONSm9 {
  background-color: var(--track-color, #50827b);
  position: relative;
  flex-grow: 1;
  border-radius: 9999px;
  height: 2px;
}

.Range_sliderRange__yWZZc {
  position: absolute;
  background-color: var(--range-color, #50827b);
  border-radius: 9999px;
  height: 100%;
}

.Range_sliderThumb__EklLh {
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--thumb-color, #b3d5d0);
  border-radius: 10px;
  border: 2px solid var(--border-color, transparent);
}

.Range_sliderThumb__EklLh:hover {
  transition: 100ms linear;
  background-color: var(--thumb-hover-color, var(--brand));
}

.Range_sliderThumb__EklLh:focus {
  outline: none;
  box-shadow: 0 0 0 5px var(--lucy-mint);
}

/* Default styles */
.Select_container__aiH8s {
  display: flex;
}

.Select_selectContainer__0If_G {
  display: flex;
  flex-direction: column;
  gap: 8px;

  /* font-family: Arial, sans-serif; */
}

.Select_selectLabel__XaLUw {
  font-size: 99px;
  color: #333;
}

.Select_selectWrapper__qu5f9 {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius-2);
  height: 50px;
  padding: 4px;
  width: 100%;
}

/* Garantir que o wrapper tenha uma largura controlada */

.Select_selectWrapper__qu5f9:hover,
  .Select_selectWrapper__qu5f9:focus {
    border: 1px solid var(--brand);
  }

.Select_selectElement__XIFTF {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  color: #333;
  outline: none;
  appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Select_selectContainerDrop__amN__ {
  position: absolute;
  top: 100%; /* Garante que fique abaixo do .selectWrapper */
  left: 0;
  width: 100%; /* Ajusta para o mesmo tamanho do elemento pai */
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #0000000d;
  border-radius: 8px;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
}

.Select_selectContainerDrop__amN__:hover,
  .Select_selectContainerDrop__amN__:focus {
    border: 1px solid var(--brand);
  }

.Select_selectDescription__6gCiG {
  font-size: 12px;
  color: #888;
}

/* Variants */

/* Underlined */
.Select_selectWrapperUnderlined__5ufmA {
  border: none;
  border-bottom: 2px solid #333;
  border-radius: 0;
}

.Select_selectWrapper__qu5f9.Select_underlined__Esy_J:hover {
  border-bottom-color: #007bff;
}

/* Success */
.Select_selectWrapper__qu5f9.Select_success__FUYMO {
  border-color: #28a745;
}

.Select_selectLabel__XaLUw.Select_success__FUYMO {
  color: #28a745;
}

/* Warning */
.Select_selectWrapper__qu5f9.Select_warning__w8YS0 {
  border-color: #ffc107;
}

.Select_selectLabel__XaLUw.Select_warning__w8YS0 {
  color: #ffc107;
}

/* Danger */
.Select_selectWrapper__qu5f9.Select_danger__WDtBt {
  border-color: #dc3545;
}

.Select_selectLabel__XaLUw.Select_danger__WDtBt {
  color: #dc3545;
}

/* Disabled */
.Select_selectWrapper__qu5f9.Select_disabled__4Lavd {
  background-color: #f8f9fa;
  border-color: #ccc;
}

.Select_selectLabel__XaLUw.Select_disabled__4Lavd {
  color: #ccc;
}

.Select_selectElement__XIFTF:disabled {
  background-color: #f8f9fa;
  color: #aaa;
  pointer-events: none;
}

.UseAddresses_flexElements__O_vPJ {
  gap: 40px;
}

.UseAddresses_inputSelect__Kjp0g {
  min-width: 210px;
}

@media (max-width: 400px) {
  .UseAddresses_flexElements__O_vPJ {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .UseAddresses_inputSelect__Kjp0g {
    width: 100%;
  }
}

.Fonts_differentialText__pPT2F {
  font-family: var(--differential-text-font-family);
  font-size: var(--differential-text-font-size);
  font-weight: var(--differential-text-font-weight);
}

.Fonts_productPriceText__BMlnp {
  font-family: var(--product-price-font-family);
  font-size: var(--product-price-font-size);
  font-weight: var(--product-price-font-weight);
}

.Fonts_productNameText__ixMt5 {
  font-family: var(--product-name-font-family);
  font-size: var(--product-name-font-size);
  font-weight: var(--product-name-font-weight);
}

.Fonts_emphasis__v8iK1 {
  font-family: var(--emphasis-font-family);
  font-size: var(--emphasis-font-size);
  font-weight: var(--emphasis-font-weight);
}

.Fonts_card__Sx98C {
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

.Fonts_disclosure__z11sA {
  font-size: 12px;
  color: #50827b;
}

.NewCreditCard_cardContainer__r01Hj {
  width: 100%;
  max-width: 488px;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.NewCreditCard_cardTitle__2i5GN {
  color: #334155;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.NewCreditCard_cardSubtitle__yXp8m {
  color: var(--gray);
  font-family: var(--next-font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

.NewCreditCard_creditCard__6OKtS {
  width: 327.97px;
  height: 204.94px;
  border-radius: 20.36px;
  background: linear-gradient(to right, #e42c66, #f55b46);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.NewCreditCard_registerCardText__hy3Vm {
  font-size: 24.47px;
}

.NewCreditCard_labelCard__0UX8U {
  font-size: 18.35px;
  font-weight: 600;
  margin-bottom: 14px;
}

.NewCreditCard_cardInfosContainer__INlN1 {
  color: var(--white);
}

.NewCreditCard_sectionTitle__XUsoo {
  color: var(--gray);
  font-family: var(--next-font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

.NewCreditCard_sectionTitleSecondary__F4QJp {
  color: var(--gray);
  font-family: var(--next-font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.NewCreditCard_inputLabel__nBxMW {
  color: var(--strong-gray);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.NewCreditCard_customCheckbox__Oi0l5 {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 12px;
  margin-right: 8px;
}

.NewCreditCard_customCheckbox__Oi0l5 input {
  display: none; /* Esconde o checkbox padrão */
}

.NewCreditCard_checkboxCheck__A0GVu {
  width: 20px;
  height: 20px;
  border: 2px solid #cbd5e1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.NewCreditCard_checkboxCheck__A0GVu::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--dynamic-color);
  border-radius: 4px;
  opacity: 0; /* Inicialmente invisível */
  transition: opacity 0.2s ease-in-out;
}

.NewCreditCard_customCheckbox__Oi0l5 input:checked + .NewCreditCard_checkboxCheck__A0GVu::after {
  opacity: 1; /* Mostra o preenchimento vermelho quando selecionado */
}

.NewCreditCard_dropdownContent__XWp5u {
  /* Properties are defined in the .show class */
}

.NewCreditCard_dropdownContent__XWp5u.NewCreditCard_show__sn6bJ {
  /* max-height: 500px; Ajuste conforme necessário */
  opacity: 1;
}

.NewCreditCard_background__QajVp {
  background: var(--white);
}

.NewCreditCard_strongGray__K0l3_ {
  color: var(--strong-gray);
}

.ReorderItem_itemAccordion__6zble {
  padding: 40px 50px !important;
  border-radius: 14px !important;
}

.ReorderItem_accordionContent__rnpiC {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid var(--separator-color);
}

@media (max-width: 400px) {
  .ReorderItem_itemAccordion__6zble {
    padding: 10px !important;
  }
}

.UpdateClient_logo__bHR7d {
  object-fit: contain;
  max-height: 130px;
}

.UpdateClient_logoDiv__Ichq2 {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 170px;
  border-radius: 20px;
  background-color: var(--off-white);
  flex-shrink: 0;
}

.UpdateClient_wrapper__jJOzw {
  max-width: 950px;
  width: 100%;
}

.UpdateClient_formWrapper__dOLXZ {
  border-radius: 14px;
  background-color: var(--background);
  width: 100%;
}

.UpdateClient_formWrapper__dOLXZ hr {
    background: var(--lucy-grey4);
    border: 1px;
  }

.UpdateClient_content__io8Mq,
.UpdateClient_accordionContent__BpZae {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.UpdateClient_content__io8Mq {
  padding: 50px;
}

.UpdateClient_accordion__eK792 {
  --accordion-bg-color: #cee9e5;
  --bg-color: #cee9e5;
  --separator-color: var(--white) !important;
}

.UpdateClient_buttons__DzA5q {
  padding: 20px 50px 50px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid var(--lucy-grey4);
  margin-top: 40px;
}

.UpdateClient_formHeader__WHuQs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.UpdateClient_title__HcN_I {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

.UpdateClient_headerTip__LTIOP {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: right;
  color: var(--lucy-grey1);
}

.UpdateClient_changeLogo___oIMY {
  width: 133px;
  height: 40px;
  padding: 14px 30px;
  gap: 3px;
  border-radius: 90px;
}

.UpdateClient_flexCards__h1Ikf {
  display: flex;
  gap: 40px;
}

.UpdateClient_flexInput__g2ico {
  max-width: 210px;
}

@media (max-width: 768px) {
  .UpdateClient_content__io8Mq {
    padding: 10px;
  }

  .UpdateClient_flexCards__h1Ikf {
    flex-direction: column;
  }

  .UpdateClient_flexInput__g2ico {
    max-width: none;
  }
}

.EditClient_divider__3GJJ_ {
  height: 0.063rem;
  width: 100%;
  background-color: var(--border);
  opacity: 0.5;
  margin-top: var(--size-2);
}

.EditClient_cardContainer__1sq5X {
  width: 100%;
  padding: 50px;
  background: var(--white);
}

@media (max-width: 768px) {
  .EditClient_cardContainer__1sq5X {
    padding: 2px;
  }
}

.Fonts_title__kisxZ {
  font-family: var(--title-font-family);
  font-size: var(--title-font-size);
  font-weight: var(--title-font-weight);
}

.Fonts_supportingText__1Tu5W {
  font-family: var(--supporting-text-font-family);
  font-size: var(--supporting-text-font-size);
  font-weight: var(--supporting-text-font-weight);
}

.Fonts_contacts__lGKvs {
  font-family: var(--contacts-font-family);
  font-size: var(--contacts-font-size);
  font-weight: var(--contacts-font-weight);
}

.Fonts_itemName__vkQ_5 {
  font-family: var(--item-name-font-family);
  font-size: var(--item-name-font-size);
  font-weight: var(--item-name-font-weight);
}

.Fonts_itemDescription___HCvC {
  font-family: var(--item-description-font-family);
  font-size: var(--item-description-font-size);
  font-weight: var(--item-description-font-weight);
}

.Fonts_itemValue__zNMMn {
  font-family: var(--item-value-font-family);
  font-size: var(--item-value-font-size);
  font-weight: var(--item-value-font-weight);
}

.Fonts_card__4rny7 {
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

.Fonts_disclosure__cxz5N {
  font-size: 12px;
  color: #50827b;
}

.BoxHover_boxFerramentas__KsrXD {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.BoxHover_boxFerramenta__kmoZL {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  padding: 30px;
  background-color: var(--brand);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: background-size 0.15s ease-in-out;
  min-width: 250px;
}

.BoxHover_boxFerramenta__kmoZL::before {
  content: "";
  display: block;
  position: absolute;
  inset: 100% -10px -10px;
  background-color: var(--brand);
  opacity: 0;
  pointer-events: none;
  transition: 0.15s ease-in-out;
}

.BoxHover_boxFerramenta__kmoZL::after {
  content: "";
  display: block;
  position: absolute;
  inset: -10px;
  background-color: var(--black);
  opacity: 0.75;
  border-radius: 20px;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

.BoxHover_boxFerramenta__kmoZL * {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.BoxHover_boxFerramenta__kmoZL span {
  flex-grow: 1;
}

.BoxHover_boxFerramenta__kmoZL h3 {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  position: relative;
  margin-bottom: -8px;
  transition: margin-bottom 0.2s;
}

.BoxHover_boxFerramenta__kmoZL h3 strong {
  display: block;
  font-weight: 700;
}

.BoxHover_boxFerramenta__kmoZL a {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 24px;
  pointer-events: all;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}

.BoxHover_boxFerramenta__kmoZL a::before {
  content: "";
  display: block;
  position: absolute;
  inset: -9999px;
}

.BoxHover_boxFerramenta__kmoZL:hover {
  filter: drop-shadow(0 4px 4px rgb(0 0 0 / 25%));
}

.BoxHover_boxFerramenta__kmoZL:hover::before {
  top: 124px;
  opacity: 1;
}

.BoxHover_boxFerramenta__kmoZL:hover::after {
  opacity: 0;
}

.BoxHover_boxFerramenta__kmoZL:hover h3 {
  margin-bottom: 24px;
}

.BoxHover_boxFerramenta__kmoZL:hover a {
  opacity: 1;
  cursor: pointer;
}

.BoxHover_icon__Pwicn {
  width: 30px !important;
  opacity: 1;
  transition: opacity 0.3s;
  color: var(--white);
}

.BoxHover_boxFerramenta__kmoZL:hover .BoxHover_icon__Pwicn {
  opacity: 0;
}

.Home_mainContainer__4JYLf {
  min-height: 100%;
}

.Home_carouselItem__KeLi6 {
  background-color: var(--off-white);
  border-radius: 14px;
  padding: 20px;
  width: 270px;
}

.Home_carouselItemThumb__ZWq7m {
  position: relative;
}

.Home_carouselItemThumb__ZWq7m img {
    border-radius: 10px;
  }

.Home_playButton__dHCRc {
  background-color: var(--white);
  padding: 14px;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Home_playButton__dHCRc svg {
    fill: var(--brand);
    height: 20px;
    width: 20px;
  }

.Home_carouselButton__Us3YM,
.Home_carouselItemTag__vgR74,
.Home_carouselItemTime__a5eIi {
  position: absolute;
  border-radius: 999px;
}

.Home_carouselItemTag__vgR74,
.Home_carouselItemTime__a5eIi {
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
}

.Home_carouselButton__Us3YM {
  background-color: var(--white);
  border: 1px solid var(--brand);
  height: 35px;
  width: 35px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.Home_carouselButton__Us3YM svg {
    fill: var(--brand);
    width: 15px;
    height: 15px;
  }

.Home_carouselItemTag__vgR74 {
  position: absolute;
  background-color: #ffe174;
  padding: 2px 10px;
  top: 10px;
  left: 10px;
  color: #4f4e51;
}

.Home_carouselItemTime__a5eIi {
  position: absolute;
  background-color: var(--foreground);
  color: var(--white);
  padding: 2px 10px;
  bottom: 10px;
  right: 10px;
}

.Home_card__VOG7B {
  padding: 16px;
  background-color: var(--white);
  border-radius: 14px;
}

.Home_cardTitle__RYgp5 {
  padding-bottom: 5px;
}

.Home_cardScrollView__f9rc6 {
  overflow: auto hidden;
  white-space: nowrap;
  padding-bottom: 10px; /* Para evitar corte de conteúdo */
}

@media (min-width: 580px) {
  .Home_card__VOG7B {
    padding: 50px;
  }

  .Home_cardScrollViewBoxHover__c5tQo {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
  }
}

@media (min-width: 380px) {
  .Home_cardTitle__RYgp5 {
    overflow-x: unset;
    scrollbar-width: none;
  }
}

@media (max-width: 580px) {
  .Home_cardScrollView__f9rc6 {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer e Edge */
  }

  .Home_cardScrollView__f9rc6::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
}

.PlanDescription_container__ZBtVM {
  width: 373px;
  max-height: 312px;
  max-width: 100%;
  height: auto;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #f1f5f9;
}

.PlanDescription_planTitle__k3jKh {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #334155;
  text-align: center;
}

.PlanDescription_price__Qn5PU {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #020617;
  text-align: center;
}

.PlanDescription_features__EejlW {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.PlanDescription_feature__j4VyE {
  display: flex;
  gap: 13px;
  align-items: center;
}

.PlanDescription_featureText__RRJhw {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #334155;
}

@media (max-width: 768px) {
  .PlanDescription_container__ZBtVM {
    padding: 12px;
    gap: 12px;
  }

  .PlanDescription_planTitle__k3jKh {
    font-size: 18px;
    line-height: 26px;
  }

  .PlanDescription_price__Qn5PU {
    font-size: 28px;
    line-height: 36px;
  }

  .PlanDescription_featureText__RRJhw {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .PlanDescription_container__ZBtVM {
    padding: 8px;
    gap: 8px;
    width: 100%;
  }

  .PlanDescription_planTitle__k3jKh {
    font-size: 16px;
    line-height: 24px;
  }

  .PlanDescription_price__Qn5PU {
    font-size: 24px;
    line-height: 32px;
  }

  .PlanDescription_featureText__RRJhw {
    font-size: 12px;
    line-height: 16px;
  }
}

.Fonts_title__QvEhz {
  font-family: var(--item-name-font-family);
  font-size: var(--item-name-font-size);
  font-weight: var(--item-name-font-weight);
}

.Fonts_supportingText__GOct4 {
  font-family: var(--supporting-text-font-family);
  font-size: var(--supporting-text-font-size);
  font-weight: var(--supporting-text-font-weight);
}

.Fonts_itemEmphasis__zLCsS {
  font-family: var(--item-description-font-family);
  font-size: var(--item-description-font-size);
  font-weight: var(--item-description-font-weight);
}

.Fonts_itemPrice__uZj5C {
  font-family: var(--item-price-font-family);
  font-size: var(--item-price-font-size);
  font-weight: var(--item-price-font-weight);
}

.Fonts_card__233z5 {
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

.Fonts_disclosure__Nk3MY {
  font-size: 12px;
  color: #50827b;
}

.Product_container__hNeE0 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #eeedef;
  border-radius: 14px;
  width: 270px;
  height: 292px;
}

@media (max-width: 768px) {
  .Product_container__hNeE0 {
    min-width: 300px;
  }
}

.Product_imageContainer__nxkSu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 169px;
  width: 100%;
}

.Product_imageContainer__nxkSu img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.Product_content__9MXvy {
  display: flex;
  align-items: center;
  gap: 20px;
}

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

.Product_textContainer__FNxd4 {
  display: flex;
  flex-direction: column;
}

.Product_textContainer__FNxd4 > *:first-child {
  color: #8b879b;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

.Product_textContainer__FNxd4 > *:nth-child(2) {
  color: var(--foreground);
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
}

.SavedCreditCard_container__dKive {
  width: 488px;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.SavedCreditCard_header__RPkbT {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.SavedCreditCard_title__6Cdul {
  color: #334155;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.SavedCreditCard_description__Ho4hs {
  color: #64748b;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.SavedCreditCard_radioGroupContainer__Exy4v {
  max-height: 500px;
}

.SavedCreditCard_cardContainer___jdks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 12px;
}

.SavedCreditCard_radioItem__47OwV {
  display: flex;
  gap: 10px;
  align-items: center;
}

.SavedCreditCard_cardDetails__WrsO5 {
  display: flex;
  gap: 16px;
  align-items: center;
}

.SavedCreditCard_cardImage__yRHKJ {
  width: 24px;
  height: 19px;
  object-fit: contain;
}

.SavedCreditCard_cardLabel__4EQny {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.SavedCreditCard_customCheckbox__srJai {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.SavedCreditCard_customCheckbox__srJai input {
  display: none; /* Esconde o checkbox padrão */
}

.SavedCreditCard_checkboxCheck__TCchR {
  width: 20px;
  height: 20px;
  border: 2px solid red;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.SavedCreditCard_checkboxCheck__TCchR::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 4px;
  opacity: 0; /* Inicialmente invisível */
  transition: opacity 0.2s ease-in-out;
}

.SavedCreditCard_customCheckbox__srJai input:checked + .SavedCreditCard_checkboxCheck__TCchR::after {
  opacity: 1; /* Mostra o preenchimento vermelho quando selecionado */
}

@media (max-width: 768px) {
  .SavedCreditCard_container__dKive {
    padding: 12px 16px;
    gap: 16px;
  }

  .SavedCreditCard_title__6Cdul {
    font-size: 15px;
    line-height: 22px;
  }

  .SavedCreditCard_description__Ho4hs {
    font-size: 13px;
    line-height: 18px;
  }

  .SavedCreditCard_cardLabel__4EQny {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .SavedCreditCard_container__dKive {
    padding: 8px 12px;
    gap: 12px;
    max-width: 426px;
  }

  .SavedCreditCard_title__6Cdul {
    font-size: 14px;
    line-height: 20px;
  }

  .SavedCreditCard_description__Ho4hs {
    font-size: 12px;
    line-height: 16px;
  }

  .SavedCreditCard_cardLabel__4EQny {
    font-size: 12px;
    line-height: 16px;
  }
}

.Fonts_title__kyKHt {
  font-family: var(--title-font-family);
  font-size: var(--title-font-size);
  font-weight: var(--title-font-weight);
}

.Fonts_supportingText__yJcDU {
  font-family: var(--supporting-text-font-family);
  font-size: var(--supporting-text-font-size);
  font-weight: var(--supporting-text-font-weight);
}

.Fonts_buttons__QXm7x {
  font-family: var(--buttons-font-family);
  font-size: var(--buttons-font-size);
  font-weight: var(--buttons-font-weight);
}

.Fonts_category__ABpOi {
  font-family: var(--category-font-family);
  font-size: var(--category-font-size);
  font-weight: var(--category-font-weight);
}

.Fonts_itemName__MVpOK {
  font-family: var(--item-name-font-family);
  font-size: var(--item-name-font-size);
  font-weight: var(--item-name-font-weight);
}

.Fonts_itemDescription__vGdcD {
  font-family: var(--item-description-font-family);
  font-size: var(--item-description-font-size);
  font-weight: var(--item-description-font-weight);
}

.Fonts_itemValue__jaQ0_ {
  font-family: var(--item-value-font-family);
  font-size: var(--item-value-font-size);
  font-weight: var(--item-value-font-weight);
}

.Fonts_unity__1Ok6v {
  font-family: var(--unity-font-family);
  font-size: var(--unity-font-size);
  font-weight: var(--unity-font-weight);
}

.Fonts_address__UXQYB {
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  font-weight: var(--address-font-weight);
}

.Fonts_phone__ubAMm {
  font-family: var(--phone-font-family);
  font-size: var(--phone-font-size);
  font-weight: var(--phone-font-weight);
}

.Fonts_unityButtons__Ftb8A {
  font-family: var(--unity-buttons-font-family);
  font-size: var(--unity-buttons-font-size);
  font-weight: var(--unity-buttons-font-weight);
}

.Fonts_legalText__UFbY8 {
  font-family: var(--legal-text-font-family);
  font-size: var(--legal-text-font-size);
  font-weight: var(--legal-text-font-weight);
}

.Fonts_card__byvQC {
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

.Fonts_disclosure__j7_Kc {
  font-size: 12px;
  color: #50827b;
}

.SelectPlanModal_modal__ZCm2U {
  display: none;
}

.SelectPlanModal_bottomSheet__8leja {
  display: block;
}

.SelectPlanModal_container___67qL {
  max-height: 90vh;
  overflow: auto;
}

.SelectPlanModal_planContainer__WjYM4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0 24px;
}

.SelectPlanModal_planItem__t0hMf {
  padding: 32px 20px;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 24px -4px rgb(0 8 8 / 4%);
}

.SelectPlanModal_planContent__424V9 {
  height: 100%;
  justify-content: space-between;
}

.SelectPlanModal_arrowButton__6XjaQ {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #f8fafc;
  color: #64748b;
}

.SelectPlanModal_footer__eR5v_ {
  padding-top: 16px;
}

@media (min-width: 720px) {
  .SelectPlanModal_planContainer__WjYM4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (min-width: 720px) {
  .SelectPlanModal_modal__ZCm2U {
    display: block;
  }

  .SelectPlanModal_bottomSheet__8leja {
    display: none;
  }
}

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

.PublishSiteButton_publishButtonContainer__6XkmY {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5%;
}

.PublishSiteButton_publishButton__1Hluc {
  height: 32px;
  border-radius: 8px;
  padding: 0 12px;
  margin-right: 6px;
}

.PublishSiteButton_publishButtonText__8BJjA {
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.Products_carouselButton__oybEd {
  background-color: var(--white);
  border: 1px solid var(--brand);
  height: 35px;
  width: 35px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 999px;
}

  .Products_carouselButton__oybEd svg {
    fill: var(--brand);
    width: 15px;
    height: 15px;
  }

.Products_carouselMobile__1ckkx {
  flex-direction: row;
  gap: 12px;
  overflow: scroll;
}

@media (max-width: 579px) {
  .Products_carouselMobile__1ckkx {
    display: flex;
  }

  .Products_carouselList__VPe7q {
    display: none;
  }
}

@media (min-width: 580px) {
  .Products_carouselMobile__1ckkx {
    display: none;
  }

  .Products_carouselList__VPe7q {
    display: block;
  }
}

.Invoice_cardWrapper__f9C6N {
  width: 100%;
  padding: 50px;
}

.Invoice_title__Tng78 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .Invoice_cardWrapper__f9C6N {
    padding: 16px;
  }

  .Invoice_title__Tng78 {
    font-size: 20px;
    line-height: 32px;
  }
}

.Skeleton_skeleton__yHoNM {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: var(--stone-2);
}

.Skeleton_skeleton__yHoNM::after {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    transparent,
    rgb(255 255 255 / 20%) 20%,
    rgb(255 255 255 / 50%) 60%,
    transparent
  );
  animation: var(--animation-slide-out-right) infinite;
  animation-duration: 2s;
  content: "";
}

.Table_tableWrapper__cKICk {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  border-radius: var(--radius-2);
  background-color: var(--background);
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-top: 1px solid var(--border);
}

.Table_table__C2Azy th,
.Table_table__C2Azy td {
  white-space: nowrap;
  padding: 1rem;
  vertical-align: middle;
}

.Table_table__C2Azy thead th,
.Table_table__C2Azy tfoot td {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  color: var(--lucy-grey2);
  text-transform: uppercase;
  border-radius: 0;
  max-inline-size: 100%;
  display: flex;
  justify-content: center;
}

.Table_tableHead__L7EV9,
.Table_tableFoot__E9XyH {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1;
}

.Table_table__C2Azy {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  min-width: fit-content;
  text-align: left;
  background: var(--background);
  border: none;
  border-radius: 0;
}

.Table_table__C2Azy > tbody > tr > td {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 0;
    max-inline-size: 100%;
    display: flex;
    justify-content: center;
  }

.Table_table__C2Azy tbody tr:hover td,
.Table_table__C2Azy tbody tr:focus-within td {
  background-color: var(--off-white);
}

.Table_table__C2Azy[data-zebra="true"] > tbody tr:nth-child(even) td {
    background-color: var(--stone-0);
  }

.Table_table__C2Azy[data-zebra="true"] > tbody tr:nth-child(even):focus-within td,
  .Table_table__C2Azy[data-zebra="true"] > tbody tr:nth-child(even):hover td {
    background-color: var(--off-white);
  }

.Table_cellContent__1sa5x > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Table_tableFoot__E9XyH {
  top: initial;
  bottom: -1px;
  margin-top: auto;
}

.Table_tableFoot__E9XyH > tr {
    border-top: 1px solid var(--gray-5);
  }

.Table_tableRow__5QLLP {
  display: flex;
  width: 100%;
}

.Table_tableBody__swZo0 {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 0.25rem;
  height: 100%;
}

.Table_noResult__NI1EP {
  margin: auto;
  padding: var(--size-3);
  flex-grow: 1;
}

/* Pagination */

.Table_paginationContainer__6L2VN {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}

.Table_paginationText__01_Qz {
  display: none;
}

@media (width >= calc(47rem + 1px)) {
  .Table_paginationText__01_Qz {
    display: initial;
  }
}

.Table_paginationButtonsContainer__iVwNN {
  display: flex;
  column-gap: 0.75rem;
  width: 100%;
  justify-content: space-between;
}

.Table_paginationButtonsContainer__iVwNN > * button {
    width: 43px;
    height: 43px;
  }

@media (width >= calc(47rem + 1px)) {
  .Table_paginationButtonsContainer__iVwNN {
    width: fit-content;
    justify-content: initial;
    margin-bottom: 1rem;
  }
}

.Table_paginationNumberButtonsContainer__d6zlb {
  display: none;
  column-gap: inherit;
}

.Table_paginationNumberButtonsContainer__d6zlb[hidden] {
    display: none;
  }

@media (width >= calc(47rem + 1px)) {
  .Table_paginationNumberButtonsContainer__d6zlb {
    display: inherit;
  }
}

.Table_paginationThreeDots__KEpCB {
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.payment_container__3SUmH {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding: 50px 50px 100px;
}

.payment_containerIsInside__FqUyR {
  max-width: 1440px;
}

.payment_col10Grid__e1nKz {
  width: 100%;
  max-width: 1120px;
  flex-flow: wrap;
  margin-top: 30px;
}

.payment_col10GridInside__xZXJV {
  width: 100%;
  max-width: 1120px;
  flex-flow: wrap;
  margin-top: 30px;
}

.payment_size48__h1VHu {
  font-size: 48px !important;
  margin-bottom: 10px;
}

.payment_size24__dgF1I {
  font-size: 24px !important;
}

.payment_formLabel__cjnEE {
  font-size: 12px !important;
  font-weight: 600;
  color: var(--foreground);
}

.payment_button__SHdXv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 40px;
  line-height: 40px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: .3s ease;
  cursor: pointer;
  background-color: var(--brand);
  color: var(--white);
}

.payment_button__SHdXv:hover {
  box-shadow: 0 4px 4px rgba(0 0 0 / 25%);
}

.payment_button__SHdXv:disabled,
.payment_button__SHdXv[disabled] {
  opacity: 0.6;
}

.payment_iconArrowRight__mZS5P svg {
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.payment_col10Grid__e1nKz > div {
  background-color: var(--off-white);
  border-radius: 20px;
  overflow: hidden;
}

.payment_col10GridInside__xZXJV > div {
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
}

.payment_columnFormulario__ojEGs {
  width: calc(100% - 340px);
  padding: 30px 0;
  background-color: var(--off-white);
  border-radius: 20px;
  overflow: hidden;
}

.payment_divider___BH52 {
  width: 85%;
  border-bottom: 1px solid var(--lucy-grey4);
  padding-bottom: 30px;
}

.payment_creditCardContainer__0ik9u {
  width: 100%;
  padding: 40px;
}

.payment_creditCardInputs__YSPOv {
  width: 100%;
}

.payment_addressContainer__MaR6u {
  width: 100%;
  background-color: #d9d9d9;
  padding: 40px;
}

.payment_cupomArea__8VMbk {
  background-color: var(--brand);
  margin: 0 -40px -30px;
  width: calc(100% + 80px);
  padding: 40px;
}

.payment_cupomContainer__biRpC {
  width: 100%;
  padding: 0 40px;
}

.payment_formLabelCupom__eGMBx {
  color: var(--white);
  font-size: 12px !important;
  font-weight: 600;
}

.payment_formLabelCupomText__5aUky {
  color: var(--brand);
}

.payment_columnPlano__mCkL7 {
  width: 320px;
  text-align: center;
}

.payment_mintContainer__SUN_W {
  background-color: var(--lucy-mint);
  padding: 40px;
}

.payment_dividerPlan__D4zvR {
  width: 100%;
  border-bottom: 1px solid var(--lucy-grey4);
}

.payment_planDetails__HlUTb {
  width: 100%;
  padding: 40px;
}

@media (max-width: 1439px) {
  .payment_col10Grid__e1nKz {
    max-width: 100%;
  }

  .payment_col10GridInside__xZXJV {
    max-width: 100%;
  }
}

@media (max-width: 1280px) {
  .payment_container__3SUmH {
    padding-left: 35px;
    padding-right: 35px;
  }

  .payment_size48__h1VHu {
    font-size: 40px !important;
  }

  .payment_size24__dgF1I {
    font-size: 21px !important;
  }
}

@media (max-width: 1024px) {
  .payment_size48__h1VHu {
    font-size: 36px !important;
  }

  .payment_size24__dgF1I {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .payment_size48__h1VHu {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .payment_container__3SUmH {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 389px) {
  .payment_size48__h1VHu {
    font-size: 21px !important;
  }
}

.payment_creditCard__OYTpH {
  width: 274px;
  height: 169px;
  border-radius: 20.36px;
  background-color: #8b878e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.payment_cardInfosContainer__CHyGS {
  color: var(--white);
}

@media (max-width: 1048px) {
  .payment_col10Grid__e1nKz {
    flex-direction: column !important;
  }

  .payment_col10GridInside__xZXJV {
    flex-direction: column;
  }

  .payment_columnFormulario__ojEGs {
    width: 100%;
  }

  .payment_columnPlano__mCkL7 {
    width: 100%;
  }
}

.product_productItem__B8Op_ {
  width: 270px;
  height: 292px;
  background-color: var(--off-white);
  border-radius: 14px;
  padding: 20px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

  .product_productItem__B8Op_ > img {
    width: 120px;
    height: 169px;
    border-radius: 10px;
    margin: auto;
  }

.product_createBtn__17wVH {
  padding: 10px 30px;
}

.product_carouselButton__npCU0 {
  background-color: var(--white);
  border: 1px solid var(--brand);
  height: 35px;
  width: 35px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 999px;
}

.product_carouselButton__npCU0 svg {
    fill: var(--brand);
    width: 15px;
    height: 15px;
  }

.product_productLoadingContainer__u4zQG {
  height: 80vh;
}

.product_card__JcyQM {
  padding: 16px;
  background-color: var(--white);
  overflow-x: auto;
  border-radius: 14px;
  scrollbar-width: none;
}

@media (min-width: 580px) {
  .product_card__JcyQM {
    padding: 50px;
  }
}

