 .country-1 { background-color: rgba(255, 99, 132, 0.8); }
    .country-2 { background-color: rgba(54, 162, 235, 0.8); }
    .country-3 { background-color: rgba(255, 206, 86, 0.8); }
    .country-4 { background-color: rgba(75, 192, 192, 0.8); }
    .country-5 { background-color: rgba(153, 102, 255, 0.8); }
   .multi-color {
  background: linear-gradient(135deg, rgba(120, 60, 220, 0.8) 50%, rgba(0, 180, 100, 0.8) 50%);

}
    td {
      position: relative;
      color: #000;
    }
    .multi-color::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }
    .calendar-container {
      -webkit-overflow-scrolling: touch;
    }
    .country-dot {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-right: 8px;
    }