.calendar-area {
  width: 95%;
  background-color: rgba(0, 0, 0, 0.42);
  padding: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.calendar-area .dateCalendar {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 20px;
  width: 33.3333%;
  display: inline-block;
  text-decoration: underline;
  color: #ffffff;
}
.calendar-area .dateCalendar.right {
  text-align: right;
}
.calendar-area .dateCalendar.center {
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}
.calendar-area .wes-calendar {
  width: 70%;
  margin: 0 auto;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.calendar-area .wes-calendar .header {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 6px;
  border-right: 1px solid transparent;
  color: #ffffff;
}
.calendar-area .wes-calendar .day {
  height: 70px;
  width: 100px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.calendar-area .wes-calendar .day .day-date,
.calendar-area .wes-calendar .day .today-date {
  text-align: right;
  font-size: 20px;
  padding-right: 10px;
  padding-top: 10px;
  line-height: 100%;
  display: block;
  color: #ffffff;
}
.calendar-area .wes-calendar td {
  border-color: #e0dede;
}
.calendar-area .wes-calendar .event {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding-top: 0px;
  font-size: 12px;
  position: absolute;
  bottom: -2px;
  left: 1px;
  color: #ffffff;
}
.calendar-area .wes-calendar .event .line {
  display: block;
  width: 75%;
  height: 30px;
  background-color: #6179A3;
  cursor: pointer;
  position: relative;
  margin-top: 0px;
  border-top-right-radius: 22px;
  height: 21px;
}
.calendar-area .wes-calendar .event .line:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 8px;
  font-size: 12px;
  color: #ffffff;
}
.calendar-area .wes-calendar .event em {
  position: absolute;
  display: none;
  top: -60px;
  background: #ffffff;
  color: #000000;
  padding: 10px;
  left: 80px;
  width: 220px;
  line-height: 15px;
  z-index: 999999;
  font-style: normal;
}
.calendar-area .wes-calendar .event em a {
  color: #000000;
  font-style: normal;
}
.calendar-area .hiddenCalendar {
  display: none !important;
}

/*# sourceMappingURL=vc_calendar.css.map */
