td.activity-cell {
  text-align: center;
  font-weight: bold;
  color: white;
  vertical-align: middle;
  width: 100px;
}

td.activity-cell.rating-1 { background-color: #ff5252; }
td.activity-cell.rating-2 { background-color: #ffc107; color: black; }
td.activity-cell.rating-3 { background-color: #bdbdbd; color: black; }
td.activity-cell.rating-4 { background-color: #81d4fa; color: black; }
td.activity-cell.rating-5 { background-color: #66bb6a; }


/* Стили легенды */
.legend-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 3px;
    vertical-align: middle;
}

.legend-box.rating-1 { background-color: #ff5252; }
.legend-box.rating-2 { background-color: #ffc107; }
.legend-box.rating-3 { background-color: #bdbdbd; }
.legend-box.rating-4 { background-color: #81d4fa; }
.legend-box.rating-5 { background-color: #66bb6a; }

.modal-content {
    background-color: #f8f9fa; /* светло-серый фон */
}
