@charset "UTF-8";.mobile-only {
  display: none;
}.mobile-none {
  display: flex;
}@keyframes reservedShimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}.card-imv.reserved::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff9800, transparent);
  animation: reservedShimmer 3s infinite;
  z-index: 10;
}.badge-reserved {
  animation: pulse 2s infinite;
}.table-row-reserved:hover {
  background-color: rgba(255, 152, 0, 0.15) !important;
}@media (max-width: 768px) {
  .status-indicators {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
  }
  .status-filters {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
  }
}@media screen and (max-width: 900px) {
  body,
  html {
    font-size: 16px;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .mobile-only {
    display: flex;
    flex-direction: column;
  }
  .mobile-none {
    display: none !important;
  }
}.button-home {
  padding: 0.4rem !important;
  margin-bottom: 1rem !important;
  width: 100%;
}.button-home span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}.button-home svg {
  margin-right: 8px;
  font-size: 24px;
}@media screen and (max-width: 900px) {
  .button-home span {
    font-size: 24px;
  }
  .button-home svg {
    font-size: 44px;
  }
}.slide-img {
  max-width: 900px;
  max-height: 600px;
}.slide-icon {
  font-size: 32px;
  color: var(--brand-primary);
}.switchs {
  display: flex;
  justify-content: space-between;
  margin-right: 42px;
}.switchs .form-check-input {
  margin-right: 5px;
}.detalhes-imovel svg {
  font-size: 20px;
}.listagem {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: end;
}@media screen and (max-width: 900px) {
  .slide-img {
    width: 100%;
  }
  .slide-icon {
    font-size: 16px;
  }
  .card-imv {
    text-align: center;
  }
  .card-imv-infos {
    justify-content: center;
  }
  .detalhes-imovel p {
    margin-top: 8px;
    display: flex;
    justify-content: center;
  }
  .check-imovel {
    display: flex;
    justify-content: flex-end !important;
    margin-bottom: 12px;
  }
  .check-imovel input {
    padding: 8px;
  }
  .switchs label {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .switchs .form-check-input {
    padding: 10px;
  }
  .prices {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 0 !important;
  }
  .codigos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 12px;
  }
  .listagem {
    flex-direction: column;
  }
  .listagem .check {
    margin-bottom: 16px;
  }
}.suspende-button {
  display: flex;
  align-self: flex-end;
}.salva-note-button {
  display: flex;
  align-self: flex-end;
}.table-lead td {
  font-size: 12px !important;
}.table-lead button {
  font-size: 12px !important;
}@media screen and (max-width: 900px) {
  .telefones {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .suspende-button {
    align-self: center;
  }
  .salva-note-button {
    align-self: center;
  }
}@media screen and (max-width: 900px) {
  .buttons-cliente {
    justify-content: center;
  }
  .card-cliente-imv {
    text-align: center;
    justify-content: center;
  }
  .card-cliente-imv span {
    margin-bottom: 5px;
  }
  .card-cliente-imv button {
    width: 50%;
  }
  .card-cliente {
    text-align: center;
  }
}@media screen and (max-width: 900px) {
  .login-full {
    height: 100vh !important;
  }
  .form-login {
    width: 90%;
  }
}/* Estilos mínimos para o PhoneInput - não bloqueia seleção */
