.leftSection {
  background-color: #cc750bcb;
}

.calendar {
  color: #313131;
}

.weekdays, .dates {
  grid-template-columns: repeat(7, 1fr);
  display: grid;
}

.weekdays {
  background-color: #e99c3fd1;
}

.weekdays div {
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

.dates div {
  cursor: pointer;
  text-align: center;
  padding: 5px;
}

.current-date, .dates div:hover {
  background-color: bisque;
}

#divTag button {
  color: #fff;
  background-color: #444343;
}

#divTag button:hover {
  background-color: #222020;
}

.hide {
  display: none;
}

.item {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 5px;
}

.item div {
  padding: 5px;
}

.date {
  margin: 0;
  padding: 0;
  font-size: .9em;
  font-style: italic;
}

.tag {
  color: #a2a0a0;
  font-size: .9em;
  font-weight: bold;
}

.btnCheck, .btnTrash {
  width: 40px;
}

.done {
  text-decoration: line-through;
}

.rightSection {
  background-color: #444343;
}

#divWeather {
  background: linear-gradient(#f6cf8b, #f8f9fa);
  height: auto;
}

#country, #feelsLike, #highLow {
  color: #555;
  margin: 0;
  padding: 0;
  font-size: .9em;
}

#city {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}

#weather {
  margin-top: 5px;
  padding: 0;
  font-size: 1.2em;
}

#currentTemp {
  font-size: 3em;
}

#imgIcon {
  width: 70px;
  height: 70px;
}
/*# sourceMappingURL=index.3a01df49.css.map */
