.row-color {
    padding: 4px;
    border-radius: 4px;
    font-size: small;
    margin: 2px;
    color: white;
    display: flex;
    justify-content: space-between;
  }

 .venda {
    background-color: #FF6384;
 }

 .locacao {
    background-color: #FEA752;
 }

.locacaoVenda {
    background-color: #5CC5C5;
}

/* Birthday Modal Styles */
.birthday-modal .ui.modal {
  max-width: 90vw !important;
  width: 1200px !important;
}

.birthday-modal .ui.modal > .header {
  background: linear-gradient(45deg, #1890ff, #40a9ff);
  color: white;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 8px 8px 0 0;
}

.birthday-modal .ui.modal > .content {
  padding: 1.5rem;
  max-height: 70vh;
  overflow-y: auto;
}

.birthday-modal .ui.modal > .header .icon {
  margin-right: 8px;
}

.birthday-modal .ui.modal > .header .close.icon {
  margin-right: 0;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.birthday-modal .ui.modal > .header .close.icon:hover {
  opacity: 1;
}

/* Filter section styling */
.birthday-modal .filter-section {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

/* Person card styling */
.birthday-modal .person-card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
}

.birthday-modal .person-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

.birthday-modal .person-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1890ff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}

.birthday-modal .person-info {
  flex: 1 1;
  margin-left: 12px;
}

.birthday-modal .person-name {
  margin: 0;
  color: #1890ff;
  font-weight: 600;
}

.birthday-modal .person-details {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
  margin-top: 4px;
  color: #666;
  font-size: 13px;
}

.birthday-modal .person-details.today {
  color: #52c41a;
  font-weight: 600;
}

/* Quick filter buttons */
.birthday-modal .quick-filters {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.birthday-modal .quick-filters .ant-btn {
  border-radius: 4px;
  font-size: 12px;
  height: 28px;
  padding: 0 12px;
}

/* Calendar customization */
.birthday-modal .ant-picker-calendar {
  border-radius: 8px;
  overflow: hidden;
}

.birthday-modal .ant-picker-calendar-date-content {
  font-size: 12px;
  color: #1890ff;
  font-weight: 500;
}

/* View toggle buttons */
.birthday-modal .view-toggle {
  text-align: center;
  margin-bottom: 16px;
}

.birthday-modal .view-toggle .ant-btn-group .ant-btn {
  border-radius: 0;
}

.birthday-modal .view-toggle .ant-btn-group .ant-btn:first-child {
  border-radius: 6px 0 0 6px;
}

.birthday-modal .view-toggle .ant-btn-group .ant-btn:last-child {
  border-radius: 0 6px 6px 0;
}

/* Results count */
.birthday-modal .results-count {
  text-align: center;
  margin-bottom: 16px;
}

.birthday-modal .results-count h4 {
  color: #1890ff;
  margin: 0;
  font-weight: 600;
}

/* Empty state */
.birthday-modal .empty-state {
  text-align: center;
  padding: 40px;
}

.birthday-modal .empty-state .ui.icon {
  color: #d9d9d9 !important;
  margin-bottom: 16px;
}

.birthday-modal .empty-state h3 {
  color: #999;
  margin-top: 16px;
  margin-bottom: 8px;
}

.birthday-modal .empty-state p {
  color: #666;
  margin: 0;
}

/* Loading state */
.birthday-modal .loading-state {
  text-align: center;
  padding: 40px;
}

.birthday-modal .loading-state p {
  margin-top: 16px;
  color: #666;
}

/* Responsive design */
@media (max-width: 768px) {
  .birthday-modal .ui.modal {
    width: 95vw !important;
    margin: 1rem auto !important;
  }
  
  .birthday-modal .ui.modal > .content {
    padding: 1rem;
  }
  
  .birthday-modal .quick-filters {
    justify-content: center;
  }
  
  .birthday-modal .person-card {
    margin-bottom: 12px;
  }
}

/* Tag customizations */
.birthday-modal .ant-tag {
  border-radius: 12px;
  font-size: 11px;
  padding: 2px 8px;
  font-weight: 500;
}

/* Select dropdown customizations */
.birthday-modal .ant-select {
  border-radius: 6px;
}

.birthday-modal .ant-select .ant-select-selector {
  border-radius: 6px;
}

/* DatePicker customizations */
.birthday-modal .ant-picker {
  border-radius: 6px;
  width: 100%;
}

/* Button customizations */
.birthday-modal .ant-btn {
  border-radius: 6px;
  font-weight: 500;
}

/* Print button styling */
.birthday-modal .print-button {
  background: #52c41a;
  border-color: #52c41a;
  color: white;
}

.birthday-modal .print-button:hover {
  background: #73d13d;
  border-color: #73d13d;
}
.demo-infinite-container {
    max-height: 200px;
    padding: 8px 24px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
  }
  .demo-loading-container {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
  }
    [data-theme="dark"] .demo-infinite-container {
      border: 1px solid #303030;
    }
.ant-picker-content > thead {
  display: none;
}

.ant-picker-cell {
  padding: 0 0.5rem !important;
}
