.ds-dialog-edit-event,
.ds-dialog-edit-event * {
  box-sizing: border-box;
}
.ds-dialog-edit-event {
  background: var(--white, #ffffff);
  border-radius: var(--rounded-input-field, 6px);
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  padding: 16px;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 650px;
  position: absolute;
  display: none;
  z-index: 1150;
  top: 10%; 
  left: 25%;
  color: black;
  overflow-y: auto;
}
