.seminar-list h2 {
  margin: 0;
  color: rgb(128, 128, 128);
  line-height: 1;
}
.seminar-list ul {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.8);
}
.seminar-list ul li {
  position: relative;
  left: 39px;
}
.seminar-list ul li ul {
  line-height: 1.2;
}
.seminar-list ul li ul li {
  left: 0;
}
.seminar-list ul li ul li .dot {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.seminar-list ul li ul li .green {
  background-color: green;
}
.seminar-list ul li ul li .yellow {
  background-color: yellow;
}
.seminar-list ul li ul li .red {
  background-color: red;
}
.seminar-list ul .open::before {
  font-family: "Material Icons";
  content: "person_add";
  font-size: x-large;
  font-weight: bold;
  color: rgb(128, 128, 128);
  position: absolute;
  top: 50%;
  left: -39px;
  transform: translateY(-50%) scaleX(-1);
}
.seminar-list ul .closed::before {
  font-family: "Material Icons";
  content: "close";
  font-size: x-large;
  font-weight: bold;
  color: rgb(128, 128, 128);
  position: absolute;
  top: 50%;
  left: -39px;
  transform: translateY(-50%);
}
.seminar-list .esders-elementor-button {
  background-color: #e2001a !important;
  border-radius: 0px 0px 0px 0px !important;
  padding: 10px 30px 10px 30px !important;
}
.seminar-list .esders-elementor-button:hover {
  background-color: #960011 !important;
}

/*# sourceMappingURL=seminar-list.css.map */
