@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");

.calendar-top {
  padding-bottom: 40px;
}

.top-title {
  font-size: 16px;
  color: #ffffff;
  background-color: #589ed1;
  width: 196px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-ber {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.calendar-ber a {
  font-size: 13px;
  font-family: "Outfit", sans-serif;
}

.month-list a:hover,
.this-month {
  color: #589ed1;
  text-decoration: underline;
}

.month {
  display: inline-block;
  padding: 0 12px;
  vertical-align: middle;
  position: relative;
}

.month:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #d4d4d4;
}

.year-month-list {
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
}

#left {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #d9d9d9 transparent transparent;
  border-width: 6px 10px 6px 0px;
}

#right {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #d9d9d9;
  border-width: 6px 0px 6px 10px;
}

.btn-text {
  font-size: 13px;
  display: flex;
  gap: 0;
}

.btn-text a {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.btn {
  width: 125px;
  height: 28px;
}

.btn-calendar {
  color: #ffffff;
  background-color: #589ed1;
  border-radius: 5px 0 0 5px;
}

.btn-list {
  background-color: #d9d9d9;
  border-radius: 0 5px 5px 0;
}

.table-week th {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background-color: #589ed1;
  height: 40px;
  line-height: 40px;
  width: 125px;
  padding: 0 10px !important;
}

.table-day td {
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  height: 215px;
  padding: 10px 8px !important;
  vertical-align: baseline !important;
}

.next-month,
.back-month {
  color: #999999;
}

td img {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  object-fit: contain;
}

.event-title {
  align-items: flex-start;
  padding-top: 15px;
}

.event-title-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-title-text span {
  font-size: 12px;
  line-height: 1.5;
}

.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.circle-bbq {
  background-color: #589ed1;
}

.circle-second {
  background-color: #ebca1b;
}

.circle-dance {
  background-color: #ebca1b;
}
