.events-container {
  margin: 40px auto;
  padding: 20px;
  width: 900px;
  background: var(--color-white-background);
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-sizing: border-box;
}

.subheader {
  margin-top: 30px;
}

.add-event-form-data {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  height: 35px;
  width: 100%;
}

.event-component {
  padding: 8px;
  box-sizing: border-box;
  font-size: 14px;
}

.add-action {
  display: flex;
  justify-content: space-between;
}

.add-action__search-event {
  width: 20%;
  display: flex;
  gap: 30px;
}
