.custom-calendar-with-events {
  color: #fff;
}
.custom-calendar-with-events .fc td, .custom-calendar-with-events .fc th, .custom-calendar-with-events .fc .fc-scrollgrid {
    border-style: none;
}
.custom-calendar-with-events .fc .fc-scroller-harness {
    margin-bottom: 1rem;
}
.custom-calendar-with-events .fc .fc-scrollgrid-section-sticky > * {
    background: transparent !important;
}
.custom-calendar-with-events .fc .fc-scrollgrid-section-sticky > * .fc-scrollgrid-sync-inner a {
      color: white !important;
      text-decoration: none;
}
.custom-calendar-with-events .fc .fc-toolbar-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
    margin-top: .25rem;
    text-transform: uppercase;
}
.custom-calendar-with-events .fc .fc-button-primary {
    background-color: transparent !important;
    border: none !important;
}
.custom-calendar-with-events .fc .fc-day.fc-day-today {
    background-color: transparent !important;
}
.custom-calendar-with-events .fc .fc-day.fc-day-other .day-number-text {
    display: none;
}
.custom-calendar-with-events .fc .fc-day .fc-daygrid-day-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 58px;
}
.custom-calendar-with-events .fc .fc-day .day-number-text {
    width: 40px;
    height: 40px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.custom-calendar-with-events .fc .fc-day .day-number-text.has-event {
      color: black;
      border-radius: 50%;
      background-color: white;
      cursor: pointer;
}
.custom-calendar-with-events .fc .fc-day .fc-daygrid-day-number {
    text-decoration: none;
}
.custom-calendar-with-events .fc .fc-day .fc-daygrid-day-events {
    display: none;
}
.custom-calendar-with-events .events-list__selected-date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
}
.custom-calendar-with-events .events-list__selected-date {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
}
.custom-calendar-with-events .events-list__selected-date-dismiss {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -10px;
    right: -25px;
    cursor: pointer;
}
.custom-calendar-with-events .events-list__selected-date-dismiss svg {
      width: 20px;
      height: 20px;
      background: white;
      border-radius: 50%;
}
.custom-calendar-with-events .events-list__title {
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
    margin: 1.875rem auto;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.custom-calendar-with-events .events-list__list {
    list-style: none;
    margin: 0;
    background-color: #f5f5f5;
    border-radius: 3px;
    color: #000;
    display: grid;
    grid-gap: .25rem 2.5rem;
    gap: .25rem 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(191px, 1fr));
    padding: .8125rem 1.75rem 2.0625rem;
}
.custom-calendar-with-events .events-list .event-item {
    border-bottom: .5px dashed #5d6165;
    margin: 0 auto .25rem;
    padding: 7px 0;
    width: 100%;
}
.custom-calendar-with-events .events-list__link-wrapper {
    margin-top: 2.1875rem;
}
.custom-calendar-with-events .events-list__link-wrapper a {
      border: 2px solid #fff;
      border-radius: .1875rem;
      color: #fff;
      padding: .5rem 1.0625rem;
      display: block;
      margin: 0 auto 3px;
      width: -moz-fit-content;
      width: -webkit-fit-content;
      width: fit-content;
      font-family: Roboto,sans-serif;
      font-size: .6875rem;
      font-style: normal;
      font-weight: 700;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 125%;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
}
.custom-calendar-with-events .cel-event {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 42px 1fr;
}
.custom-calendar-with-events .cel-event:not(:last-child) {
      margin-bottom: 1rem;
      border-bottom: 2px dashed black;
}
.custom-calendar-with-events .cel-event__date {
      border: 2px solid #3f66b9;
      background-color: #fff;
      height: 41px;
      padding: 6px 9px;
      width: 41px;
}
.custom-calendar-with-events .cel-event__date span {
        display: block;
        text-align: center;
}
.custom-calendar-with-events .cel-event__date span:first-child {
          background-color: transparent;
          color: #000;
          font-size: .5rem;
          font-weight: 400;
          line-height: 100%;
          text-transform: uppercase;
}
.custom-calendar-with-events .cel-event__date span:last-child {
          font-size: 1rem;
          font-weight: 900;
          line-height: 125%;
}
.custom-calendar-with-events .cel-event__title {
      font-size: .6875rem;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 125%;
      margin-bottom: 0;
}
.custom-calendar-with-events .cel-event__date-string {
      font-size: .625rem;
      font-weight: 400;
      line-height: 125%;
}



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