#sf-popup-modal .ds-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 12px;
}

.ds-popup-header-flex {
  justify-content: space-between;
  gap: 8px;
}

.ds-popup-header-flex .left,
.ds-popup-header-flex .center,
.ds-popup-header-flex .right {
  flex: 1;
  font-size: 13px;
}

.ds-popup-body {
  font-size: 12px;
  line-height: 1.4;
}

.ds-popup-body input,
.ds-popup-body select {
  width: 100%;
  padding: 4px;
  margin-top: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ds-popup-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.ds-btn {
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 4px;
  color: white;
  border: 1px solid;
  cursor: pointer;
  background-color: #999;
}

.ds-btn-save {
  background-color: #017be4;
  border-color: #017be4;
}

.ds-btn-save:hover {
  background-color: #0150be;
  border-color: #0150be;
}

.ds-btn-delete {
  background-color: #ba0517;
  border-color: #ba0517;
}

.ds-btn-delete:hover {
  background-color: #920614;
  border-color: #920614;
}

.ds-btn-close {
  background-color: #ffffff;
  color: #017be4;
  border: 1px solid #ffffff;
}

.ds-btn-close:hover {
  background-color: #f9f9f9;
}
/* CSS Document */

