.assoc-search .ant-picker {
  width: 260px;
  height: 32px;
}

.assoc-search .ant-picker-input > input {
  font-size: 14px;
}

.quick-dates {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.quick-date {
  height: 32px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: rgba(0, 0, 0, 0.88);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
}

.quick-date:hover {
  color: #1677ff;
  border-color: #1677ff;
}

.quick-date.active {
  background: #1677ff;
  color: #fff;
  border-color: #1677ff;
}

.assoc-related-modal .ant-modal-body {
  padding: 16px 24px 8px;
}

.assoc-related-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.assoc-related-export {
  margin-left: auto;
}

.assoc-related-modal .ant-pagination {
  justify-content: flex-start;
}

.assoc-related-modal .ant-table-container {
  min-height: 280px;
}

.assoc-related-filters .filter-label { line-height: 32px; }

.assoc-related-filters .ant-input {
  width: 160px;
  height: 32px;
}

.assoc-related-filters .ant-select { width: 120px; }

.assoc-related-filters .ant-select-selector {
  height: 32px !important;
  align-items: center !important;
}

.assoc-related-filters .ant-btn {
  height: 32px;
  padding: 0 15px;
  border-radius: 6px;
}

.assoc-remark-modal .ant-modal-body {
  padding: 20px 24px 8px;
}

.assoc-remark-modal textarea.ant-input {
  min-height: 120px;
  resize: none;
  border-radius: 6px;
}
