@import "/assets/css/font_material_symbols.css";
@import "/assets/css/font_karla.css";

/* Boilerplate para fluidez de App Singleton */
html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

button {
  touch-action: manipulation;
  user-select: none;
  /* Evita seleção de texto acidental ao tocar rápido */
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: 'Bitter', serif !important;
}

body {
  font-family: Mulish, sans-serif !important;
  color: var(--dark);
  font-size: 12px;
}

.list-item a {
  text-decoration: unset;
}

.btn-verde {
  border: none;
  background: #66AB94;
}

.btn-azul {
  border: none;
  background: #5168e0;
}

.btn-ciao {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  width: 100%;
  height: 38px;
  border-radius: 26px;
  margin: 10px auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #F2FCFF;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Bitter' !important;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background: hsla(0, 0%, 53.3%, 0.4);
}

.landing-slider.slick-initialized,
.top-doctors.slick-initialized,
.available-doctor.slick-initialized,
.recent-doctors.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.landing-slider,
.top-doctors,
.available-doctor,
.recent-doctors {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.text {
  text-wrap: nowrap;
}

.icon-border {
  width: 50px;
  height: 50px;
}

.pet-border {
  width: 70px;
  height: 70px;
}

.cw-30 {
  width: 30px;
}

.w-round {
  width: 50px;
  height: 50px;
}

.otp-text {
  text-align: center;
}

.fs-head h5 {
  font-size: 17px;
}

.fs-littel {
  font-size: 10px;
}

.icon {
  color: #C5C5C5;
}

.text-btn {
  color: #000;
}

.w-28 {
  width: 20px;
  height: 20px;
}

.icon-up {
  transform: rotate(194deg);
}

.icon-down {
  transform: rotate(366deg);
}

.bg-send {
  transform: rotate(314deg);
}

.rounded-send {
  width: 66px;
  height: 66px;
}

.link {
  transform: rotate(314deg);
}

.w-352 {
  width: 352px;
}

.w-23 {
  width: 23px;
  height: 23px;
}

.bg-white-30 {
  background-color: rgb(255 255 255/21%);
  width: 60px;
  height: 60px;
}

#radio-btn {
  width: 25px;
  height: 25px;
}

.cw-60 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}

.fav-icon {
  width: 47px;
  height: 47px;
  min-width: 47px;
  max-width: 47px;
  min-height: 47px;
  max-height: 47px;
}

.cw-50 {
  width: 50px;
}

.display-1 {
  font-size: 175px;
}

.video-call {
  background-image: url(../img/call-bg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-lg {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.chat-rounded-right {
  border-radius: 19px;
  padding: 10px 15px !important;
  font-size: 13px;
}

.chat-rounded-left {
  border-radius: 19px;
  padding: 10px 15px !important;
  font-size: 13px;
}

.bg-primary {
  background-color: #fff !important;
}

.fundo-amarelo {
  background-color: #ffc959;
}

.fundo-verde {
  background-color: #ABD5C7;
}

.ciao-azul {
  color: #4568E4;
}

.ciao-primary {
  color: #fff !important;
}

.ciao-amarelo {
  color: #ffc959;
}

.ciao-verde {
  color: #ABD5C7;
}

.ciao-vermelho {
  color: #EB0C30;
}

.ciao-cinza {
  color: #3f3f3f;
}

.fundo-azul {
  background-color: #4568E4;
}

.w-100 {
  width: 100%;
}

.w-99 {
  width: 100%;
}

.ft-14 {
  font-size: 14px;
}

.fundo-vermelho {
  background-color: #EB0C30;
}

.fundo-amarelo-claro {
  background-color: #ffc95999 !important;
}

.fundo-verde-claro {
  background-color: #ABD5C799 !important;
}

.fundo-azul-claro {
  background-color: #4568E499 !important;
}

.fundo-vermelho-claro {
  background-color: #EB0C3099 !important;
}

.text-primary {
  color: #5168E0 !important;
}

.btn-lg {
  font-size: 17px;
  padding: 16px 22px;
  font-weight: 600;
}

.btn-primary,
.btn-outline-primary:hover {
  background: #2E3D8C;
  border-color: #5168E0;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #C91433;
  border-color: #C91433;
}

.btn-outline-primary {
  background: rgb(101 4 181/12%);
  border-color: rgb(101 4 181/11%);
  color: #5168E0;
}

.main-logo {
  height: 32px;
}

.cw-100 {
  width: 100px;
}

.w-220 {
  width: 200px;
}

.homepage-cate {
  margin-top: -64px;
}

.steps-for .progress {
  height: 7px;
}

.steps-for h6 {
  font-size: 13px;
}

.form-check-input:checked {
  background-color: #C91433;
  border-color: #C91433;
}

.btn-outline-secondary {
  border-color: #dee2e6;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background: #dee2e6;
  color: #000;
  border-color: #d8d8d8;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #5168E0;
}

.nav-link,
.nav-link:hover {
  color: #5168E0;
}

.border-primary {
  border-color: #d8d8d8 !important;
}

.accordion-button:not(.collapsed) {
  background: #FAF5F0;
  color: #C91433;
}

:focus {
  box-shadow: none !important;
}

#crema {
  background-color: #FAF5F0;
}

/* Para dispositivos móveis */
@media (max-width: 767px) {
  .card-img-top {
    height: 250px;
    object-fit: cover;
  }
}

.search-bar-container {
  position: relative;
  /* para contexto absoluto, se quiser manter absolute */
  background-color: #4568E4;
  /* mesmo tom azul ou ajuste */
}

.search-bar {
  position: relative;
  /* pode mudar para relative para evitar problemas */
  width: 100%;
  /* full width da div container */
  height: 64px;
  background: #F3F3F3;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 70px;
  /* espaço pro botão */
  box-sizing: border-box;
  margin: 0 auto;
  /* centraliza horizontalmente */
}

.search-bar input {
  border: none;
  background: transparent;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  outline: none;
  box-shadow: unset;
}

.search-button {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 8px;
  top: 5px;
  background: #4568E4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-button svg circle,
.search-button svg line {
  stroke: #FCF5F1;
}

/* Container do item */
.pet-service-item {
  position: relative;
  text-align: center;
}

/* Círculo colorido */
.pet-service-icon {
  width: 64px;
  height: 64px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 12px;
}

/* Cores específicas */
.pet-service-amarelo {
  background-color: #FFC959 !important;
}

.pet-service-verde {
  background-color: #ABD5C7 !important;
}

.pet-service-azul {
  background-color: #4568E4 !important;
}

.pet-service-vermelho {
  background-color: #EB0C30 !important;
}

/* Texto */
.pet-service-text {
  font-family: 'Bitter', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  margin-bottom: 0;
  padding-top: 8px;
  color: #141420;
}

/* Texto branco para fundos escuros */
.pet-service-azul+.pet-service-text,
.pet-service-vermelho+.pet-service-text {
  color: #FCF5F1;
}

.pet-service-item {
  display: flex;
  justify-content: center;
}

.vacina-wrapper {
  width: 100%;
}

/* === CONTAINER GERAL === */
.vacina-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  max-width: 700px;
  margin: 0 auto;
}

/* === ANO DO BLOCO === */
.ano {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* === CARTÃO DE VACINA === */
/* === CARTO DE VACINA === */
.cartao-vacina {
  display: flex;
  justify-content: space-between;
  /* Separa esquerda da direita */
  align-items: flex-start;

  background: #FFFFFF;
  border-radius: 12px;
  /* Mais arredondado como no print */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  padding: 1.2rem;
  margin-bottom: 1rem;
  border: 1px solid #f0f0f0;
}

/* --- LADO ESQUERDO --- */
.vacina-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nome-vacina {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #203C8F;
  /* Azul escuro do print */
  margin: 0 0 5px 0;
}

.local-aplicacao {
  display: flex;
  flex-direction: column;
  font-family: 'Mulish', sans-serif;
  line-height: 1.2;
}

.label-executado {
  /* font-size: 0.65rem;*/
  color: #666;
  /*text-transform: uppercase;*/
}

.nome-local {
  font-size: 0.75rem;
  /*font-weight: 700;*/
  color: #333;
}

.endereco-local {
  font-size: 0.7rem;
  color: #999;
}

/* --- LADO DIREITO --- */
.vacina-status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* Alinha tudo  direita */
  text-align: right;
  gap: 2px;
}

.tempo-atras {
  font-size: 0.75rem;
  color: #CCCCCC;
}

.proxima-dose {
  /*font-size: 0.9rem;*/
  font-weight: 700;
  color: #FF3B30;
  /* Vermelho do "Tra 11 mesi" */
}

.centralizar-colunas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;

}

.w-38 {
  width: 38%;
}

.w-58 {
  width: 58%;

}
.inputArquivo {
    font-size: 12px;
}
.data-container {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
}

.data-vacina {
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  color: #D5D5D5;
}

.gap-10 {
  display: flex;
  gap: 10px;
}

/* ÍCONE */
.icone-calendario {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-image: url('../img/calendar-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* NOME DA VACINA */
.nome-vacina {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  color: #203C8F;
  margin: 0;
}

/* BLOCO DE INFORMAÇÕES DA VACINA */
.vacina-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* LINHA DE DETALHES (data + profissional) */
.vacina-detalhes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.data-vacina,
.profissional {
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #D5D5D5;
}

/* === BREADCRUMB === */
.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 1.5rem;
}

.breadcrumb-text,
.breadcrumb-second-text {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #203C8F;
}

.breadcrumb-icon {
  transform: rotate(-180deg);
}

.sem-itens {
  height: 50vh;
  font-size: 1.15rem;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* === BOTÃO ADICIONAR VACINA === */
.vacina-botao-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.botao-primario-vacina {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1.5rem;
  background: #EB0C30;
  box-shadow: -3px 0px 12.6px rgba(0, 0, 0, 0.35);
  border-radius: 26px;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  max-width: 366px;
  text-decoration: unset;
  transition: background 0.3s ease;
}

.botao-primario-vacina:hover {
  background: #d40a29;
}

.botao-primario-exame {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1.5rem;
  background: #ffc959;
  box-shadow: -3px 0px 12.6px rgba(0, 0, 0, 0.35);
  border-radius: 26px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  max-width: 366px;
  text-decoration: unset;
  transition: background 0.3s ease;
}

.botao-primario-exame:hover {
  background: #ffc959;
}

.botao-primario-diagnostico {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1.5rem;
  background: #ABD5C7;
  box-shadow: -3px 0px 12.6px rgba(0, 0, 0, 0.35);
  border-radius: 26px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  max-width: 366px;
  text-decoration: unset;
  transition: background 0.3s ease;
}

.botao-primario-diagnostico:hover {
  background: #ABD5C7;
}

.botao-primario-consulta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1.5rem;
  background: #4568E4;
  box-shadow: -3px 0px 12.6px rgba(0, 0, 0, 0.35);
  border-radius: 26px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  max-width: 366px;
  text-decoration: unset;
  transition: background 0.3s ease;
}

.botao-primario-consulta:hover {
  background: #4568E4;
}

/* === RESPONSIVIDADE === */
@media (max-width: 600px) {
  .vacina-wrapper {
    padding: 1rem 0rem 1rem 0rem;
  }

  .cartao-vacina {
    padding: 0.75rem;
    gap: 0.6rem;
  }

  .icone-calendario {
    width: 14px;
    height: 18px;
    margin-right: 4px;
  }

  .nome-vacina {
    font-size: 0.95rem;
  }

  .data-vacina,
  .profissional {
    font-size: 0.8rem;
  }

  .botao-primario-exame {
    font-size: 0.9rem;
  }

  .botao-primario-diagnostico {
    font-size: 0.9rem;
  }

  .botao-primario-consulta {
    font-size: 0.9rem;
  }

  .botao-primario-vacina {
    font-size: 0.9rem;
  }
}

.card-veterinario {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  /* separa os cards */
  display: block;
  /* garante que fiquem empilhados */
}

.card-veterinario {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-align: center;
  gap: 12px;
}

.card-nome {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;

  color: #203c8f;
}

.card-descricao {
  font-size: 0.95rem;
  color: #777;
  font-size: 14px;
}

.card-distancia {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 0.85rem;
  color: #777;
  font-size: 14px;
  width: 70px;
}

.animal-card {

  font-family: 'Mulish', sans-serif;
}

.animal-header {
  display: flex;
  align-items: center;
}

.animal-nome {
  font-family: 'Bitter', serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 110%;
  color: #4568E4;
  margin: 0;
}

.animal-verificado {
  width: 32px;
  height: 32px;
  margin-left: 5px;
}

.animal-raca {
  margin-top: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #203C8F;
}

.animal-atributos {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  flex-direction: row;
  align-items: center;
  /*justify-content: center;*/
}

.animal-id-ciaopet {
  position: absolute;
  bottom: 117.5px;
  height: 20px;
  right: 16px;
  gap: 10px;
  margin-top: 15px;
  flex-direction: row;
  align-items: center;
}

.atributo-id-ciaopet {
  position: relative;
  height: 100%;
  background: #19875445;
  border-radius: 8px;
}

.atributo {
  position: relative;
  width: 25%;
  height: 65px;
  background: #F3F3F3;
  border-radius: 8px;
}

.atributo3 {
  position: relative;
  width: 75%;
  height: 65px;
}

.atributo1 {
  position: relative;
  width: 25%;
  height: 65px;
  margin-left: 30px;
}

.atributo-icon {
  position: absolute;
  top: 13px;
  left: 17px;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
}

.atributo-label-ciaopet {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: 700;
  line-height: 160%;
  color: #203C8F;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.atributo-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: 500;
  line-height: 160%;
  color: #4568E4;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.atributo-valor {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #203C8F;
  text-align: center;
  margin-bottom: 5px;
}

.historico-wrapper {
  position: relative;
  max-width: 366px;
  height: 200px;
  width: 100%;
  padding: 0px 16px 16px 16px background-color: #fff;
  border-radius: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}

.section-heading {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 16px;
  color: #203C8F;
  margin-bottom: 12px;
}

.item-historico {
  position: relative;
  height: 66px;
  margin-bottom: 14px;
  /* espaçamento entre os blocos */
  margin-left: 14px;
}

.item-retangulo {
  position: absolute;
  width: 100%;
  height: 66px;
  border-radius: 8px;
  background: #F3F3F3;
  top: 0;
  left: 0;
}

.item-titulo {
  position: absolute;
  top: 12px;
  left: 22px;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #203C8F;
}

.item-descricao {
  position: absolute;
  top: 40px;
  left: 22px;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  color: #495057;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-data {
  position: absolute;
  top: 12px;
  right: 16px;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  color: #C1BFBF;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.botao-saiba-mais {
  position: absolute;
  top: 848px;
  left: calc(50% - 214px / 2 - 8px);
  width: 214px;
  height: 46px;
  background: #4568E4;
  box-shadow: -3px 0px 12.6px rgba(0, 0, 0, 0.35);
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
}

.texto-botao {
  width: 134px;
  height: 26px;
  font-family: 'Bitter';
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #F2FCFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-header {
  position: absolute;
  width: 409px;
  height: 264px;
  left: 10px;
  top: 120px;
  background: url(image.png);
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
}

.titulo-clinica {
  font-family: 'Bitter', serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #203C8F;
  /* Azul Ciao */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 25ch;
  /* Limita a largura com base em 25 caracteres */
}

.avaliacoes {
  position: absolute;
  width: 81px;
  height: 26px;
  left: 32px;
  top: 613px;
  font-family: 'Bitter', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #4568E4;
  /* Azul Savóia */
}

.group-servicos {
  position: absolute;
  width: 138px;
  height: 24px;
  left: 33px;
  top: 425px;
}

.descricao {
  position: absolute;
  width: 366px;
  height: 66px;
  left: 32px;
  top: 520px;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #141420;
  /* Nero */
}

.retangulo-inferior {
  position: absolute;
  width: 366px;
  height: 133px;
  left: 32px;
  top: 653px;
  background: #FFFFFF;
  box-shadow: 0px -5px 35.4px rgba(0, 0, 0, 0.05);
  /* Drop Shadow */
  border-radius: 20px;
}

.indicadores {
  position: absolute;
  width: 77px;
  height: 9px;
  left: calc(50% - 77px / 2 + 0.5px);
  top: 795px;
}

.texto-final {
  position: absolute;
  width: 308px;
  height: 57px;
  left: 61px;
  top: 684px;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #141420;
  /* Nero */
}

/* controle visual da posição da seta */
#container-vermais.aberto {
  flex-direction: column-reverse !important;
  /* seta acima do texto */
}

.group-botoes {
  position: absolute;
  width: 119px;
  height: 33px;
  left: 61px;
  top: 747px;
}


.image-header img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.group-servicos {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  flex-wrap: wrap;
}

.calendario-agendamento {
  background: #ffffff;
  border: 1px solid #DDD;
  border-radius: 15px;
  padding: 20px;
  /* box-shadow: 0 0 8px rgba(32, 60, 143, 0.2);*/
}

.ca-titulo {
  font-weight: bold;
  color: #203C8F;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ca-data {
  width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 15px;
}

.ca-horarios,
.ca-resultado {
  margin-top: 10px;
}

.btn-agendar {
  background-color: #203C8F;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-agendar:hover {
  background-color: #152A63;
}

.icon-outline {
  color: transparent;
  -webkit-text-stroke: 1px currentColor;
  text-stroke: 1px currentColor;
}

.rounded-3 {
  padding: 5px !important;
}

.animal-editar-link {
  font-family: 'Bitter', serif;
  font-size: 14px;
  color: #203C8F;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}

.animal-editar-link-rosso {
  font-family: 'Bitter', serif;
  font-size: 14px;
  color: #eb0c30 !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}


.atributo-valor-rosso {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #eb0c30 !important;
  text-align: center;
  margin-bottom: 5px;
}

.atributo-label-rosso {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: 700;
  line-height: 160%;
  color: #eb0c30 !important;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.pulsar {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: pulsar 1.5s infinite;
}

@keyframes pulsar {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

button.close {
  float: right;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  line-height: 17px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.alert.alert-danger.alert-dismissible.mt-3 {
  color: rgba(254, 207, 108, 1);
  background: #ffffff00;
  border: unset;
  width: 100%;
  padding: 0px;
  display: block;
  margin-bottom: 0px;
  text-align: center;
}

.select2-selection__arrow {
  height: 100% !important;
}

span#select2-countrySelect-container {
  color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent !important;
}

.select2-container .select2-selection--single {
  height: 100% !important;
  display: flex !important;
  align-items: center;
  color: #fff !important;
  background: #ffffff00 !important;
  padding: 0.5rem;
  border-top: none !important;
  border-bottom: 2px solid #FCF5F1 !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: unset !important;
  font-size: 0.875rem;
}

/* 🔹 Modal Cropper - ajustes responsivos */
#modalCrop .modal-dialog {
  max-width: 90%;
  /* ocupa quase toda a tela no mobile */
}

#modalCrop .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

/* A imagem nunca estoura o modal */
#modalCrop #imagemCrop {
  max-width: 100%;
  max-height: 70vh;
  /* ocupa no máximo 70% da altura da tela */
  object-fit: contain;
}

/* 🔹 Desktop: deixar o modal um pouco menor */
@media (min-width: 768px) {
  #modalCrop .modal-dialog {
    max-width: 500px;
  }
}

/* Para input com foco com background preto */
.login-form .form-control:focus.preto {
  color: #fff !important;
  background-color: #000 !important;
  /* preto */
  border-color: #ffffff !important;
}

/* Para input com foco mantendo o azul */
.login-form .form-control:focus.azul {
  color: #fff !important;
  background-color: #4568e4 !important;
  /* azul original */
  border-color: #ffffff !important;
}

/* Container principal cobrindo a tela */
.fullscreen-bg,
.login-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  /* overflow-y: scroll; */
  background: #203C8F;
  background-image: url(pattern.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
}

/* Container principal cobrindo a tela 
.fullscreen-bg-cadastro,
.login-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: rgb(69 104 228);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 1rem;
    box-sizing: border-box;
}
*/
/* Container principal cobrindo a tela */
.fullscreen-bg-cadastro,
.login-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* centraliza horizontalmente */
  width: 100%;
  min-height: 100vh;
  background: rgb(69 104 228);
  /* Azul do fundo */
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 1rem;
  /* espaçamento lateral responsivo */
  box-sizing: border-box;
  overflow-y: auto;
  /* ativa scroll se o texto for maior que a tela */
}

/* Logo e slogan */
.login-header,
.logo,
.slogan {
  text-align: center;
}

/* Container central */
.fullscreen-login {
  width: 100%;
  max-width: 600px;
  text-align: center;
  color: #fff;
}

/* Logo e slogan */
.fullscreen-login .logo {
  max-width: 220px;
}

.logo {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 2rem;
  color: #FDF5F2;
  margin-bottom: 0.5rem;

  width: 220px;
  height: auto;
}

.slogan {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1rem;
  color: #FDF5F2;
  margin-bottom: 2rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* Formulário */
.login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  text-align: left;
}

.login-form h3.login-title {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1.125rem;
  /* 18px */
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}

.fullscreen-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.login-form label {
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  /* 12px */
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}

.login-form input.form-control {
  width: 100%;
  padding: 0.5rem;
  border-top: none;
  border-bottom: 2px solid #FCF5F1;
  border-left: none;
  border-right: none;
  border-radius: unset;
  background: transparent;
  color: #FFFFFF;
  font-size: 0.875rem;
  /* border: 2px solid #FCF5F1;
  border-radius: 6px; */
}

.oculta-senha,
.oculta-senha:hover,
.oculta-senha:focus,
.oculta-senha:active {
  color: #fff !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #FCF5F1 !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: unset !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer !important;
  /* mantém clicável sem estilo hover */
}


/* Botões principais */
.btn-primary-interface {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1.5rem;
  gap: 0.625rem;
  border-radius: 26px;
  font-family: 'Bitter', serif !important;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  color: #203C8F;
  /* texto azul no botão */
  background: #FFC959;
  /* botão amarelo */
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 60%;
  /* responsivo */
  max-width: 200px;
  text-decoration: none;
}

.btn-rosso {
  background-color: #EB0C30;
  color: #FFFFFF;
  text-decoration: none;
}

.btn-azzurro {
  background-color: #4568E4;
  color: #FDF5F2;
  text-decoration: none;
}

/* Decorativos sutis de fundo */
.decoratives {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.decoratives::before {
  content: '';
  position: absolute;
  width: 69.08px;
  height: 42.29px;
  background: rgba(252, 245, 241, 0.02);
  top: 50px;
  left: 20px;
  border-radius: 8px;
}

/* Responsividade */
@media (max-width: 768px) {
  .logo {
    font-size: 1.5rem;
  }

  .slogan {
    font-size: 0.9rem;
  }

  .btn-primary-interface {
    width: 80%;
    font-size: 0.9rem;
    max-width: 100%;
  }
}

/* Margem top extra se necessário */
.mt-50 {
  margin-top: 50%;
}

.mt-75 {
  margin-top: 75%;
}

.mt-125 {
  margin-top: 125%;
}

/* Margem top extra se necessário */
.mt-10 {
  margin-top: 10%;
}

/* Margem top extra se necessário */
.mt-25 {
  margin-top: 25%;
}

/* Margem top extra se necessário */
.mb-50 {
  margin-bottom: 50%;
}

/* Margem top extra se necessário */
.mb-25 {
  margin-bottom: 25%;
}

.mw-100 {
  width: 100% !important;
}

/* Botões base */
.btn-ciaopet {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  width: 75%;
  height: 38px;
  border-radius: 26px;
  margin: 10px auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #F2FCFF;
  text-decoration: none;
  font-family: 'Bitter' !important;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-ciaopet:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Cores específicas */
.btn-tutor {
  background: #fff;
  color: #4568e4;
}

.btn-clinica {
  background: #4568E4;
  /* Azul Savóia */
}

.btn-ong {
  background: #EB0C30;
  /* Rosso */
}

.btn-profissionais {
  background: #66AB94;
  /* Verde */
}

/* Placeholder branco */
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.form-select {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: transparent;
}

.form-control,
.form-select {
  background: transparent;
  border-bottom: 2px solid #FCF5F1;

  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: unset;
  color: #fff;
}

/* Textos GDPR */
.login-form p.small {
  color: rgba(255, 255, 255, 0.85);
  text-align: left;
}

/* Botão */
.btn-warning {
  background-color: #fff;
  border: none;
  border-radius: 26px;
  color: #5168e0;
}

.btn-warning:hover {
  background-color: #e0b24f;
}

/* Botão */
.btn-success {
  background-color: #66AB94;
  border: none;
  border-radius: 26px;
  color: #fff;
}

.btn-success:hover {
  background-color: #66AB94;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .toggle-password {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2rem;
  color: #242424;
}

/* Botão */
.btn-info {
  background-color: #000;
  border: none;
  border-radius: 26px;
  color: #fff;
}

.btn-info:hover {
  background-color: #4568E4;
}

/* Botão */
.btn-danger {
  background-color: #EB0C30;
  border: none;
  border-radius: 26px;
  color: #fff;
}

.btn-danger:hover {
  background-color: #EB0C30;
}


/* Link "Torna alla Login" */
.login-form a {
  color: #fff;
  text-decoration: none;
}

.login-form a:hover {
  text-decoration: underline;
}

.title {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 24px);
  /* cresce de forma responsiva */
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #fdf5eb;
  text-align: center;
}

.subtitle {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.4;
  color: #fdf5eb;
  text-align: center;
}

.container-sucesso {
  background: #203C8F;
  padding: 2rem 1rem;
  border-radius: 8px;
  /* opcional, se quiser suavizar */
  max-width: 600px;
  /* limita largura máxima sem quebrar responsividade */
  margin: 2rem auto;
  /* centraliza horizontalmente */
  text-align: center;
  color: #fff;
}

/* Texto: "1 di 2" */
.label-step {
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  /* 16px */
  color: #fff;
  display: flex;
  align-items: center;
}

/* Barra amarela */
.progress-active {
  width: 22%;
  margin-left: 3%;
  height: 13px;
  background: #FECF6C;
  border-radius: 3px;
}

/* Barra cinza */
.progress-inactive {
  width: 22%;
  margin-left: 3%;
  height: 13px;
  background: #C7C7C7;
  border-radius: 3px;
}

/* Texto: "Aggiungi PET" */
.title-h4 {
  font-family: 'Bitter', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  /* 26px */
  color: #fff;
  display: flex;
  align-items: center;
}

/* Seta */
.arrow {
  width: 29px;
  height: 0;
  border: 2px solid #141420;
  transform: rotate(180deg);
}

.is-invalid {
  border-color: #dc3545 !important;
  /* vermelho */
}

.font-90 {
  font-size: 0.90rem;
}

.icones-menu {
  height: 48px;
  width: 48px;
  margin-bottom: 2px;
}

.is-valid {
  border-color: #28a745 !important;
  /* verde */
}

.is-valid-background {
  background: #19875438 !important;
}

.is-invalid-background {
  background: #dc354529 !important;
}

.login-form .text-danger {
  --bs-text-opacity: 1;
  color: #fff !important;
}

#inputImagem::file-selector-button {

  background: rgb(69 104 228) !important;
  color: #fff !important;
  border: none !important;
  ;
  padding: 8px 16px !important;
  ;
  border-radius: 6px !important;
  ;
  cursor: pointer !important;
  ;
  font-size: 14px !important;
  ;
}

:root {
  --accent-1: #4f46e5;
  /* indigo */
  --accent-2: #06b6d4;
  /* teal */
  --muted: #6b7280;
}

/* Card container with modern gradient border */
.plan-card {
  padding: 10px;
  /* for gradient border */
  transition: transform .28s ease, box-shadow .28s ease;
  background: #FFFFFF;
  box-shadow: 0px 0px 47.4px rgb(0 0 0 / 40%);
  border-radius: 10px;
}

.plan-card .card {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  min-height: 100%;
}


/* header visual */
.plan-header {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px dashed rgba(15, 23, 42, 0.04);
}

.plan-badge {
  font-weight: 700;
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .85rem;
  color: #fff;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
  box-shadow: 0 6px 18px rgba(79, 70, 229, 0.12);
}


.plan-image-wrap {
  position: relative;
  padding: 0.25rem;
  text-align: center
}

.plan-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.06)
}


/* Two small buttons under the image */
.btn-image-action {
  min-width: 110px
}

.image-actions {
  display: flex;
  gap: .5rem;
  justify-content: center;
  margin-top: .75rem
}


.price {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f172a
}

.period {
  font-size: .95rem;
  color: var(--muted);
  margin-left: .45rem
}


.features {
  list-style: none;
  padding: 0;
  margin: 0
}

.features li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  padding: .45rem 0;
  color: #0f172a
}

.features li .bi {
  color: var(--accent-1);
  margin-top: .15rem
}


.card-cta {
  padding: 1rem
}

.full-cta {
  width: 100%;
  border-radius: 10px;
  padding: .75rem 1rem;
  font-weight: 700
}


/* hover effects */
.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(2, 6, 23, 0.12)
}


/* ribbon for highlighted plan */
.ribbon {
  position: absolute;
  right: 14px;
  top: 14px;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
  color: white;
  padding: .4rem .7rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .85rem;
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.12)
}


/* responsive tweaks */
@media (max-width:767px) {
  .plan-header {
    padding: .75rem
  }

  .plan-image {
    max-width: 100%
  }
}

.titulo-plano {
  font-family: 'Bitter' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #141420;
}

.border-unset {
  border: unset;
}

.btn-plano {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  width: 65%;
  height: 38px;
  border-radius: 26px;
  margin: 10px auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
  color: #F2FCFF;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.container-padding0 {
  padding: 0px;
  display: block !important;
}

.text-justify {
  text-align: justify !important;
}

.btn-plano {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  width: 45%;
  height: 38px;
  border-radius: 26px;
  margin: 10px auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
  color: #F2FCFF;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-flex-now {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* === POPUP === */
/* === popupid === */
.popupid-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.25s ease;
}

.popupid-content {
  background: #fff;
  width: 85vw;
  max-width: 720px;
  max-height: 92vh;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 20px;
}

.btn-fechar {
  position: absolute;
  top: 14px;
  right: 16px;
  background: transparent;
  border: none;
  color: #5168e0;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.btn-fechar:hover {
  color: #4054c4;
  transform: scale(1.15);
}

/* === CORPO === */
.popupid-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 50px 10px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  scrollbar-width: thin;
  scrollbar-color: #5168e0 #e9eafc;
  flex-direction: column;
}

.popupid-body::-webkit-scrollbar {
  width: 8px;
}

.popupid-body::-webkit-scrollbar-thumb {
  background-color: #5168e0;
  border-radius: 6px;
}

.popupid-body::-webkit-scrollbar-track {
  background: #e9eafc;
}

/* === CARTA D'IDENTITÀ PET === */
.id-carteira {
  width: 11.9cm;
  height: 7.56cm;
  background-image: url(../img/fundo-carteira2.png);
  background-size: cover;
  background-position: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 10px;
  color: #5168e0;
  transform: rotate(-90deg);
  transform-origin: center center;
  position: relative;
  margin-top: 80px;
  margin-bottom: 90px;
}

/* === Botão de Download === */
.btn-baixar {
  position: absolute;
  top: 8px;
  right: 0px;
  transform: rotate(90deg);
  background: #5168e0;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-size: 10px;
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.25s, transform 0.2s;
}

.btn-baixar:hover {
  background: #4054c4;
  transform: scale(1.05);
}

.btn-baixar i {
  font-size: 12px;
}

/* === Cabeçalho === */
.id-header {
  text-align: center;
  padding-bottom: 3px;
}

.id-header p {
  font-size: 9px;
  margin: 0;
  font-weight: bold;
  color: #2e3d8c;
}

/* === Corpo === */
.id-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 15px;
  margin-top: 65px;
}

/* Foto */
.id-foto {
  width: 100px;
  height: 178px;
  background-color: #34438f;
  border-radius: 3px;
  border: 10px solid #34438f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-direction: column;
}

.id-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dados-tutor {
  font-size: 9.5px !important;
  color: #5168e0 !important
}

/* Dados */
.id-dados {
  font-size: 9.5px !important;
  color: #2e3d8c;
  line-height: 1.3;
}

.id-dados p {
  margin-bottom: 0.09rem !important;
  font-family: 'Bitter' !important;
  font-size: 11px !important;
  color: #2e3d8c;
}

.microchip {
  background: #35448f;
  border-radius: 5px;
  color: white !important;
  width: 80%;
  display: flex;
  padding: 4px;
  margin-bottom: 2px;
}

span.flag-it {
  width: 25px;
  margin-right: 7px;
  height: 25px;
  border-radius: 21px;
  display: inline-block;
  background: linear-gradient(to right, #009246 33.33%,
      /* Verde */
      #ffffff 33.33% 66.66%,
      /* Branco */
      #ce2b37 66.66%
      /* Vermelho */
    );
}

/* Rodapé */
.id-footer {
  padding-left: 28.7%;
  display: flex;
  flex-direction: row;
}

.id-qr img {
  width: 18px;
  height: 18px;
}

.rodape {
  font-size: 9.5px;
  color: #2e3d8c;
  font-family: 'Bitter' !important;
  text-transform: uppercase;
}

.linha {
  flex: 1;
  height: 1px;
  margin-top: 11px;
  margin-left: 2px;
  background: #2e3d8c;
}

/* === Animação === */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* === Impressão === */
@media print {
  body * {
    visibility: hidden;
  }

  .id-carteira,
  .id-carteira * {
    visibility: visible;
  }

  .id-carteira {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    page-break-after: avoid;
  }

  .popupid-overlay {
    display: none;
  }
}


.img-primary {
  filter: brightness(0) saturate(100%) invert(36%) sepia(28%) saturate(1731%) hue-rotate(210deg) brightness(91%) contrast(91%);
}

.margem-carteira {
  margin-top: -2px !important;
}

.span-subtitle {
  color: #5168e0;
  margin-bottom: 15px;
  margin-top: 3px;
  font-size: 1rem;
}

.w-48 {
  width: 48% !important;
}

.flex-space-between {
  display: flex !important;
  justify-content: space-between !important;
}

.flex-row-align-items-center {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.text-align-justify {
  text-align: justify !important;
}

.margin-right-10px {
  margin-right: 10px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.height-auto {
  height: auto !important;
}

.col-6-style {
  flex: 0 0 auto;
  width: 48%;
}

.osahan-page-footer.mt-auto.py-3.px-2.bg-white.shadow {
  position: relative !important;
  width: 100% !important;
  bottom: 0vh !important;
}

.btn-download-pet svg {
  transition: all 0.2s ease-in-out;
}

.btn-download-pet:hover svg {
  stroke: #e5b336;
  /* Tom levemente mais escuro */
  transform: translateY(2px);
  /* Efeito de descida suave */
}

/* Estilo para destacar o card da foto principal */
.item-pet-card:has(input[type="radio"]:checked) .card {
  border: 3px solid #4568e4 !important;
  background-color: #FFF9F0;
}

.item-pet-card:has(input[type="radio"]:checked) .form-check-label {
  color: #4568e4;
  font-weight: bold;
}

.text-xs {
  font-size: 0.8rem !important;
}

.card-descricao:empty {
  display: none;
}

.ca-header-container {
  display: flex;
  align-items: center;
  /* Alinha todos os itens pelo centro vertical */
  justify-content: space-between;
  width: 100%;
  line-height: 1;
  /* Remove alturas de linha residuais */
}

.ca-titulo-wrapper {
  display: flex;
  align-items: center;
  /* Alinha o h4 e o coração */
}

.ca-titulo {
  margin: 0 12px 0 0;
  padding: 0;
  color: #2b4494;
  /* Garante que o h4 não tenha margens que empurrem o container */
}

.btn-favorito {
  font-size: 20px;
  color: #2b4494;
  cursor: pointer;
}

/* Ajuste específico para o marcador de localização */
.btn-localizacao {
  color: #e31b23;
  font-size: 20px;
  /* Um pouco maior para compensar a espessura */
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Cor azul padrão para o coração vazio */
.btn-favorito {
  font-size: 20px;
  color: #2b4494;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Classe que será aplicada via JavaScript */
.btn-favorito.is-active {
  color: #e31b23 !important;
  /* Vermelho */
}

.font-unset {
  font-size: unset;
}

.rosso {
  color: #eb0c30;
}

.height-unset {
  height: unset;
}

.busca-servico {
  width: 34px;
  height: 34px;
}

.modal-scroll {
  padding: 0px 15px 0px 15px !important;
  overflow: scroll;
  max-height: 500px;
}

.expirados {
  display: none;
}

.btn-toggle-table {
  cursor: pointer;
  background: none;
  border: none;
  color: #ccc;
  font-size: 24px;
  width: 100%;
  text-align: center;
  padding: 10px;
}

#btn-expirados {
  display: none;
  /* Oculto por padro, o JS decide se mostra */
  cursor: pointer;
  background: none;
  border: none;
  color: #999;
  font-size: 20px;
  width: 100%;
  text-align: center;
  padding: 15px;
}

.favorites-container-scroll {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.favorites-header-scroll {
  /* Adicione estilos de header aqui se necessrio */
  padding: 10px;
  display: flex;
  align-items: center;
}

.favorites-content-scroll {
  flex-grow: 1;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
}

.favorites-list-screen {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  width: 100%;
}

.favorite-item-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
}

.company-info-fav {
  text-align: center;
  margin-bottom: 20px;
}

.company-name-fav {
  color: #203C8F;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-family: serif;
  text-transform: uppercase;
  line-height: 1.2;
}

.company-logo-fav {
  max-height: 100px;
  max-width: 150px;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.view-services-btn {
  background-color: #203C8F;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  transition: background 0.3s;
}

.view-services-btn:hover {
  background-color: #162a66;
}

.favorite-card {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 15px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  transition: transform 0.2s ease;
}

.card-main-info {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.company-logo-wrapper img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
}

.company-details h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2D3436;
  margin: 0;
  padding-right: 30px;
  /* Espao para o boto de fechar */
}

.btn-remove-fav {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 1.2rem;
}

.btn-view-services {
  background: #4A69FF;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  flex-grow: 1;
  text-align: center;
}

.card-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.swal2-popup.swal2-modal.swal2-show {
  width: 90%;
  text-align: center;
  padding: 10px;
}

span.item-data-desc {
  position: absolute;
  top: 38px;
  right: 16px;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  color: #495057;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

span.item-descricao-local {
  position: absolute;
  top: 40px;
  left: 130px;
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  color: #495057;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.item-hora {
  position: absolute;
  top: 26px;
  right: 16px;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  color: #495057;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.vax-cert-container {
    max-width: 450px;
    background: #ffffff;
    border-radius: 8px;
    /*padding: 24px;
    border: 1px solid #ddd;*/
    position: relative;
}

.vax-cert-badge-group {
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: right;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.vax-cert-text-muted { color: #999; }
.vax-cert-text-alert { color: #d32f2f; font-weight: bold; }

.vax-cert-header {
    text-align: center;
    margin-bottom: 25px;
}

.vax-cert-main-title {
    color: #ff0000;
    font-size: 28px;
    margin: 0;
}

.vax-cert-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.vax-cert-value-highlight {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}

.vax-cert-row {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    gap: 20px;
}

.vax-cert-value {
    font-size: 16px;
    color: #222;
}

.vax-cert-provider-name {
    display: block;
    font-size: 16px;
}

.vax-cert-address {
    font-style: normal;
    color: #666;
    font-size: 16px;
}
.vax-cert-input-mock {
    background: #fcfcfc;
    border: 1px solid #eee;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 5px 0 15px 0;
}

.vax-cert-note-box {
    margin-top: 5px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    min-height: 50px;
}