@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');


/*geral*/
main.page-content {
  min-height: 700px;
  padding-bottom: 100px;
}

/* Define a cor da primeira opção (placeholder) do select */

.login-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.shake {
  animation: horizontal-shaking 0.3s ease-in-out;
}

.login-image .imagem-fundo-login {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.icone-dp-overimage {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(50%, -50%);
  width: 130px;
}

/* Estilos da linha de progresso */
.progress-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}


.progress-line.step-2to3 {
  right: 0;
}



.progress-step.active {
  background-color: #007bff !important;
  color: #fff;
}

.progress-line.completed {
  background-color: #007bff !important;
}

.progress-step.completed {
  background-color: #007bff !important;
  color: #fff;
}


/*listagem*/
#filtros-mobile-btn {
  margin-top: -1.5rem;
}

.favorite-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
}

.card-demanda .favorite-btn {
  right: 1.5rem;
  top: 1.5rem;
}

@media(max-width:1024px) {
  .card-demanda .favorite-btn {
    right: 1rem;
    top: 1rem;
  }
}

.btn-redondo {
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.btn-expandir {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
}

.bg-tag-azul {
  background-color: #51aff7;
}

.bg-tag-lilas {
  background-color: #6b3fa0;
}

.txt-4-linhas {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Limita a 4 linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*formulario*/
.form-disabled {
  background-color: var(--bs-secondary-bg);
}

/*demanda unica*/
.cod-creci-demanda {
  font-size: 0.80em;
}

#contadorNotificacoes {
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 100px;
  font-size: 0.65rem;
  line-height: 16px;
  text-align: center;
}

.tag-novo-notificacao {
  font-size: .65rem;
  padding: 2px 6px;
  border-radius: 100px;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}


/*rodape*/
.copyright {
  font-size: 0.8rem;
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1024;
}

.bottom-bar small {
  font-size: .7rem;
}

#bottom-bar-cadastrar-demanda-mobile {
  margin-top: -40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}

/*dropdown hover*/
@media (width <=1024px) {
  #footer-corretor {
    padding-bottom: 100px !important;
  }
}


/*dropdown hover*/
@media (width >=1024px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
  }
}

/*cadstro demanda*/
.step-cadastro-demanda,
.step-cadastro-imovel {
  width: 24px;
  height: 24px;
  background: var(--bs-primary);
  text-align: center;
  line-height: 24px;
  color: var(--bs-white);
  border-radius: 100px;
  font-weight: bold;
  font-size: 12px;
}

/*simple modal*/
.simple-modal-btn-close {
  position: absolute;
  right: 16px;
}

/*perfil corretor*/
#btnRemoverFoto {
  position: absolute;
  left: 70px;
}


@media (width <=1024px) {
  #page-title {
    display: none !important;
  }
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: .35em .65em;
  margin-right: .375rem;
  margin-bottom: .375rem;
  font-size: 0.8rem;
  color: var(--bs-white);
  cursor: auto;
  border: none;
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-primary);
}
#iconeTemMatch{
  font-size: 1.1rem;
}
.tag-pro{
  font-size: 0.65rem;
  padding: 0 5px;
  left: 16px;
  top:-8px;
}
.tag-pro-header{
  font-size: 0.5rem;
  padding: 0 5px;
  right: 14px;
  top:-8px;
}
.btn-eye-cadastro {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(20%);
}
.icone-item-assinatura {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    border-radius: 100px;
}
.tag-plano-destaque {
    left: var(--bs-card-spacer-x);
    transform: translateY(-50%);
    font-weight: 600 !important;
    font-size: 11px !important;
}
.notificacao-tag {
    top: 40%;
    right: -50px;
}
.tipo-notificacao-tag {
    border-radius: 100px !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    top: 0;
    transform: translateY(-50%);
}