﻿.content-list-item {
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  color: #666666;
  margin: 4px 0;
  cursor: pointer;
}
.content-list-item:hover {
  background-color: #ff6969;
  color: #fff;
}
.content-list-item:hover .content-list-item-day {
  color: #fff;
}
.content-list-item-text {
  flex: 1;
}
.content-list-item::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ec2d3c;
  margin-right: 10px;
}
.content-list-item-day {
  color: #999;
}



@media screen and (min-width: 1921px){
  .side-menu-title {
    font-size: 40px;
  }
}