.box
{
  font-size: 0;
  height: 16px;
  display: flex;
  align-items: center;
}

.calendar_title span
{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #050922;
}

.calendar_arrows
{
  margin-left: auto;
}

.calendar_arrows a
{
  color: var(--color-1);
}

.calendar_arrows a:last-child
{
  margin-left: 5px;
}

.calendar_prev i,
.calendar_next i
{
  font-size: 16px;
}

.calendar_days
{
  font-size: 0;
  text-align: center;
  margin-top: 28px;
}

.calendar_dates
{
  font-size: 0;
}

.calendar_days > ul,
.calendar_dates > ul
{
  margin: 0;
  padding: 0;
}

.calendar_days > ul > li,
.calendar_dates > ul > li
{
  width: 14.28%;
  height: 30px;
  list-style: none;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.calendar_days > ul > li > span,
.calendar_dates > ul > li > span
{
  font-size: 12px;
  font-weight: 500;
  color: #050922;
}

.calendar_dates > ul > li.mask > span
{
  opacity: .2;
}


















.calendar_events
{
  margin-top: 20px;
}

.calendar_events_title span
{
  font-size: 14px;
  font-weight: 800;
  color: #1f1f1f;
  position: relative;
}

.calendar_events_title span::before
{
  content: '';
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 41px;
  height: 5px;
  background: var(--default-bg-color);
  border-radius: 2.5px;
}

.calendar_events_items
{
  margin-top: 27px;
  padding-bottom: 33px;
}

.calendar_events_item
{
  margin-bottom: 11px;
}

.calendar_events_item:last-of-type
{
  margin-bottom: 0;
}

.calendar_events_item_info
{
  padding: 0 20px;
  position: relative;
}

.calendar_events_item_info::before
{
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 2.5px;
}

.calendar_events_item_info_title span
{
  font-size: 13px;
  font-weight: 600;
  color: #161616;
}

.calendar_events_item_info_date span
{
  font-size: 12px;
  font-weight: 500;
  color: #161616;
}
