.pagination {
  display: inline-block;
  width: 100%;
}

.pagination a {
  color: rgb(102, 26, 26);
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: rgb(102, 26, 26);
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: white;
}

.calendar_header {
}

.calendar_events {
  padding: 10px 30px;
  color: #363b41;
  display: inline-block;
}

.calendar_event_link {
  font-size: 24px;
}

.header_copy {
  color: rgb(0, 146, 206);
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
}

.calendar_plan {
}

.cl_plan {
  width: 100%;
  border: 1px solid #000;
  padding: 20px 30px;
  color: #303030;
}

.cl_title {
  font-size: 16px;
}

.cl_copy {
  font-size: 20px;
  display: inline-block;
}

.cl_add {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 0 0 65px;
  color: #c2c2c2;
  padding: 11px 13px;
}

.calendar_events {
  color: #cecece;
}

.ce_title {
  font-size: 16px;
}

.event_item {
  padding: 0 5px;
  color: #000;
}

.ei_Dot {
  background-color: #fff;
}

.ei_Copy,
.ei_Title {
  font-size: 16px;
  color: #000;
}

.ei_Dot,
.ei_Title {
  display: inline-block;
}

.ei_Dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #cecece;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}

.dot_active {
  background-color: #ff8494;
}

.ei_Title {
  margin-left: 10px;
  color: #363b41;
}

.ei_Copy {
  font-size: 16px;
  color: #000;
}

.calendar_dark {
  color: #fff;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #000;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}

.header_title,
.ei_Title,
.ce_title,
.header_title:a {
  text-align: center;
  color: #fff;
}
