.btn-primary {
    background-color: #fdde11;
    border-color: #fdde11;
  }

  .btn-primary:hover,
  .btn-primary:focus {
    background-color: #cf830d;
    border-color: #cf830d;
  }

  .btn-outline-primary {
    color: #fdde11;
    border-color: #fdde11;
  }

  .btn-outline-primary:hover,
  .btn-outline-primary:focus {
    background-color: #fdde11;
    border-color: #fdde11;
    color: white;
  }

  .text-primary {
    color: #fdde11 !important;
  }

  .border-primary {
    border-color: #fdde11 !important;
  }

  .card-header {
    font-weight: 600;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
  }

  .client-display-box {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
  }

  .tips-list .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 0.75rem 0;
  }

  .tips-list .list-group-item:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .tips-list .list-group-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

.badge-primary {
    background-color: #fdde11;
  }


.timeline {
    position: relative;
    padding-left: 1.5rem;
  }

  .timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    border-left: 2px solid #e9ecef;
  }

  .timeline-item:last-child {
    padding-bottom: 0;
  }

  .timeline-item-marker {
    position: absolute;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fdde11;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
  }

  .timeline-item-content {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
  }

  .avatar-lg {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-header {
    font-weight: 600;
  }

  .activity-feed .feed-item {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
  }

  .activity-feed .feed-item-marker {
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #fdde11;
  }

  .property-thumbnail {
    width: 100px;
    height: 75px;
    object-fit: cover;
    border-radius: 0.25rem;
  }

  .status-badge {
    font-size: 0.875rem;
    padding: 0.35rem 0.75rem;
  }

  .lead-header {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    margin-bottom: 1.5rem;
  }


  .property-info-card {
    transition: all 0.3s ease;
  }

  .property-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
