/* svg */
.calendar_svg_container {
  width: 90%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.calendar_svg_container svg {
  /* background-color: #FFF; */
  display: block;
  width: 100%;
  height: auto;
}

.calendar-comment {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.no-calender-text {
  margin-top: 150px;
  margin-bottom: 200px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}