.export-modal .custom-modal-header {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  background-color: #861557;
  color: #fff;
}

.export-modal .custom-modal-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #861557;
  color: #fff;
}

.export-modal-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.export-modal-section-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.export-options-table {
  width: 100%;
  border-collapse: collapse;
}

.export-options-table td {
  padding: 4px 4px;
  font-size: 14px;
  color: #333;
}

.export-option-cell {
  width: 24px;
  vertical-align: middle;
}

.export-option-cell input[type="checkbox"] {
  margin: 0;
}

.export-option-label label {
  margin: 0;
  cursor: pointer;
}

.export-modal .custom-modal-footer.export-modal-footer {
  justify-content: flex-start;
}

.export-begin-btn {
  display: inline-flex;
  align-items: center;
}

.export-return-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.export-return-btn[disabled],
.export-begin-btn[disabled],
.export-modal-close[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
