@charset "utf-8";


.WMBSC[b-ym8nfzch4d] {
    width: auto;
    height: 100%;
}


.calendar--mv {
    flex-direction: column;
    display: flex;
    width: 100% !important;
    padding: 6px 18px 18px;
    background: var(--compare-more);
    margin: 0;
    max-width: var(--max-width);
}

.slick-slide {
    margin: 1rem;
    box-shadow: var(--float-close);
    border-radius: .25rem;
}



.WMBSC>.WMBSC-content>.slick-list.draggable>.slick-track>.WMBSC.slick-slide {
    box-shadow: none;
    height: calc(100% / 3) !important;
    min-height: 75vh;
}

.slick-list.draggable {
    display: block;
    max-width: var(--max-width);
}

#calendar-root svg {
  margin-right: .5rem;
  stroke-width: 1.5px;
  stroke-linecap: butt;
}

#calendar-root .button:is(:hover, :focus) {
  color: var(--contrast);
}

.calendar--mv .cancelled{
  text-decoration: line-through;
  color: var(--compare-less);
}


#calendar-root .event-view .cancelled .time {
  text-decoration: line-through;
  color: var(--compare-less);
}

#calendar-root .event-view .cancelled:after {
  content: "CANCELLED";
  padding: .5rem;
  background: rgba(35,35,35, .86);
  color: white;
  border-radius: .25rem;
  border: 2px solid var(--color-6);
  align-items: center;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  text-align: center;
  margin-bottom: .5rem;
  width: calc(100%);
  height: 100%;
  position: absolute;
  left: 0rem;
}

#calendar-root .event-view .cancelled .title {
  position: relative;
}

#calendar-root .event-view .back {
  z-index: 100;
}

li.calendar--mv--day-list-item::before {
  content: "";
  margin: 0 .25rem;
  width: 2px;
  height: 100%;
  background-color: var(--color-5);
  /* flex-shrink: 0; */
  display: flex;
  clear: right;
  float: left;
  /* z-index: 1000000; */
}

li.calendar--mv--day-list-item {
  font-weight: 300;
  font-size: .85rem;
  -moz-font-feature-settings: "salt" 2 !important;
  -webkit-font-feature-settings: "salt" 2 !important;
  font-feature-settings: "salt" 2 !important;
}

  @media screen and (max-width: 1280px) {

    .slick-list.draggable {
      display: block;
      max-width: calc(100vw - 1rem);
    }
  }

  .calendar--mv ul, .calendar--mv--day-list-container {
    flex-direction: column;
    height: 100%;
 }

 .days-abr {
    display: none;
}


.calendar--mv--day {
    height: 12vh;
    min-height: 120px;
    width: calc(100%/7);
    color: #333333;
    background: #f2f2f2;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: .5px solid #fff;
    border-radius: .25rem;
}

.calendar--mv--date {
  background: #fff;
  padding: 4px;
  font-size: 10px;
  font-weight: 500;
  height: min-content;
  margin: .25rem;
  border-radius: .25rem;
  width: fit-content;
  min-width: 1rem;
  align-items: center;
  justify-content: center;
}

li.calendar--mv--day-list-item a {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#calendar-root .header {
  padding: 0 !important;
  position: unset;
}

#calendar-root :is(.prev, .next) {
  height: 6rem;
  width: 3rem;
  box-shadow: none;
  align-items: center;
  position: absolute;
  justify-content: center;
  color: white;
  font-size: xxx-large;
  background: var(--color-2);
  top: calc(50% - 3rem);
  transform-origin: center center;
}

#calendar-root .prev {
  left: -2rem;
}

#calendar-root .next {
  right: -2rem;
}

#calendar-root :is(.prev, .next):hover {
  background: var(--color-7);
}

#calendar-root .calendar--mv {
  position: relative;
}

#calendar-root :focus {
  outline: 2px solid var(--government-dark);
}

#calendar-root .calendar--mv--day:focus-within {
  border-color: var(--government)
}

.calendar--mv--day-item-excess {
  background: #999;
  text-align: center;
  width: 100%;
  justify-content: center;
  color: white;
}

.calendar--mv--day-list-item {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: .25rem;
}

.calendar--mv-dotweek {
    width: 100%;
    flex-direction: row;
}

.days {
    display: flex;
}

.days, .days-abr {
   flex-direction: row;
   width: calc(100%/7);
   justify-content: center;
   font-size: 12px;
   font-weight: 300;
   align-items: center;
   text-transform: uppercase;
   padding: .25rem;
}

.calendar--mv--day-list-wrapper {
    flex-direction: column;
}

.dates {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:-webkit-fill-available;
}

.calendar--mv--day-list-item:hover,
.calendar--mv--day-list-item:focus-within {
    background: var(--color-1);
    cursor: pointer;
}

.calendar--mv--day:hover {
    box-shadow: 0 0 0 2px rgba(0, 193, 240 , 1);
    z-index: 1;
    cursor: pointer;
}

.calendar--mv  .unfocused {
    opacity: 35%;
  }

  .calendar--mv  .header {
    width: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
    border-bottom: .5px dotted var(--contrast);
}

.calendar--mv .banner {
    padding: .5rem .25rem;
    background-color: var(--color-6);
    color: var(--compare-more);
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.calendar--mv .not-banner {
    color: var(--contrast-less);
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}


@media screen and (max-width: 600px) {

  #calendar-root {
    justify-content: center;
  }

  #calendar-root .next {
    right: -1rem;
  }
  #calendar-root .prev {
    left: -1rem;
  }
    .block--container:has( #calendar-root) {
       padding: 0;
    }

    .calendar--mv {
       /* height: 85vh;*/
        height: unset;
        width: 100% !important;
        margin: 0 auto;
    
    }
    
    .calendar--mv--day-list-container {
        align-items: center;
        text-align: center;
    }
        
    .calendar--mv--day-list-wrapper {
        overflow: hidden;
        width: 6px;
        height: 6px;
        background: var(--color-5);
        border-radius: 1000px;
        margin: 8px;
        flex-direction: column;
        display: flex;
    }
    
    .calendar--mv--day-item-excess {
        display: none !important;
    
    }
    
    .calendar--mv--day {
        align-items: center;
        text-align: center;
        height: 7vh !important;
        padding: 8px;
    }
    
    .calendar--mv--date {
        background: transparent !important;
        width: auto !important;
    }
    
    .days {
        display: none !important;
    }
    
    
    .days-abr {
        display: flex !important;
        padding: 8px;
        font-weight: bold;
    }
    
    }

@media screen and (max-width: 480px) {
  .calendar--mv {
    padding: 0;
  }
  #calendar-root .calendar--mv--day {
    min-height: unset;
    height: 9vh !important;
  }
}

#calendar-admin-root .calendar select {
  margin: .25rem 0 !important;
}

.current {
  background: var(--color-1);
}
