/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.y360-calendar .shortcode-filtered {
  display: none !important;
}

.y360-calendar div.icon {
  display: inline-block;
  line-height: 1;
}

.y360-calendar div.icon svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-1px);
}

.y360-calendar div.icon svg path {
  fill: currentColor;
}

.y360-calendar tr.class-row.canceled td {
  text-decoration: line-through;
}

.y360-calendar .mobile-label {
  display: none;
}

.y360-calendar {
  max-width: 1600px;
  padding: 2rem;
  color: #212529;
  /* color: red; */
  line-height: 1.4;
  font-size: 16px;
  border-radius: 8px;
  background: white;
  text-align: left;
}

.y360-calendar .main-row {
  display: flex;
}

.y360-calendar .main-row .filter-side {
  width: 25%;
  padding-right: 32px;
}

.y360-calendar .main-row .calendar-side {
  width: 75%;
}

.y360-calendar .filter-item {
  display: flex;
  align-items: flex-start;
  line-height: 20px;
  font-size: 16px;
  margin-top: 0.5rem;
  cursor: pointer;
}

.y360-calendar .filter-item label {
  line-height: 1.4;
  font-size: 14px;
  margin: 0;
  padding: 0;
  transform: translateY(-2px);
  padding-left: 8px;
}

.y360-calendar .schedules-header,
.y360-calendar .filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
}

.y360-calendar .schedules-header-left {
  display: flex;
  align-items: center;
}

.y360-calendar .filters-header {
  color: var(--y360-color);
  font-size: 24px;
}

.y360-calendar .filter-header {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.y360-calendar .filter-header-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.y360-calendar .filter-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--y360-color);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.y360-calendar .filter-count-badge[hidden] {
  display: none !important;
}

.y360-calendar .filters .filter-header.has-selection {
  border-bottom-color: color-mix(
    in srgb,
    var(--y360-color) 45%,
    rgba(0, 0, 0, 0.2)
  );
}

.y360-calendar .filter-options .filter-item input {
  background: none;
  box-shadow: none;
  height: unset;
  padding: 0;
  border: none;
}

.y360-calendar .filters > div:first-child {
  /*margin-bottom: 24px;*/
}

.y360-calendar .filters-header__title {
  font-family: Cachet, sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #363636;
  letter-spacing: 0;
}

.y360-calendar .filters-header .filter-reset {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-size: 16px;
}

.y360-calendar .date-filter {
  margin: 0 0 24px;
  color: #212529;
}

.y360-calendar .date-filter__summary {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #d4d4d4;
}

.y360-calendar .date-filter__label {
  color: #6b6b6b;
  font-weight: 700;
  text-transform: uppercase;
}

.y360-calendar .date-filter__month-nav,
.y360-calendar .date-filter__weekdays,
.y360-calendar .date-filter__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(28px, 1fr));
  text-align: center;
}

.y360-calendar .date-filter__month-nav {
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  margin: 6px 0;
}

.y360-calendar .date-filter__month {
  font-size: 18px;
  font-weight: 700;
}

.y360-calendar .date-filter__previous-month,
.y360-calendar .date-filter__next-month {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #999;
  background: #fff;
  color: var(--y360-color);
}

.y360-calendar .date-filter__previous-month:disabled,
.y360-calendar .date-filter__next-month:disabled {
  opacity: 0.35;
}

.y360-calendar .date-filter__weekdays {
  font-weight: 700;
}

.y360-calendar .date-filter__day,
.y360-calendar .date-filter__day-spacer {
  min-height: 32px;
}

.y360-calendar .date-filter__day {
  padding: 2px;
  border: 1px solid #b5b5b5;
  background: #fff;
  color: #212529;
}

.y360-calendar .date-filter__day:not(:disabled) {
  cursor: pointer;
}

.y360-calendar .date-filter__day:disabled {
  border-color: #eee;
  color: #aaa;
}

.y360-calendar .date-filter__day.today {
  box-shadow: inset 0 0 0 2px
    color-mix(in srgb, var(--y360-color) 45%, transparent);
}

.y360-calendar .date-filter__day.selected {
  border-color: var(--y360-color);
  background: var(--y360-color);
  color: #fff;
  font-weight: 700;
}

.y360-calendar .schedules-header .arrow-navigation {
  display: flex;
  align-items: center;
  min-width: 280px;
  justify-content: space-between;
}

.y360-calendar .schedules-header .arrow-navigation .prev-day,
.y360-calendar .schedules-header .arrow-navigation .next-day {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid var(--y360-color);
  color: var(--y360-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}

.y360-calendar .schedules-header .arrow-navigation .prev-day.disabled,
.y360-calendar .schedules-header .arrow-navigation .next-day.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.y360-calendar .schedules-header .arrow-navigation .current-day {
  margin: 0 20px;
  font-size: 24px;
  color: var(--y360-color);
}

.y360-calendar .filters .filter-header .icon {
  display: none;
}

.y360-calendar .schedule-header {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

.y360-calendar .schedule-header,
.y360-calendar .class-row {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
}

.y360-calendar .schedule-header > div,
.y360-calendar .class-row > div {
  flex-grow: 1;
  flex-basis: 0;
}

.y360-calendar .pdf-btn,
.y360-calendar .view-today {
  color: var(--y360-color);
  border: none;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.y360-calendar .view-today {
  margin-left: 1rem;
}

.y360-calendar .schedule-location a,
.y360-calendar .schedule-class a {
  color: var(--y360-color) !important;
}

.y360-calendar .day-column {
  color: #626262;
}

@media (max-width: 1200px) {
  .y360-calendar {
    transform: none;
  }

  .y360-calendar .main-row {
    flex-direction: column;
  }

  .y360-calendar .main-row .filter-side {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .y360-calendar .main-row .filter-side,
  .y360-calendar .main-row .calendar-side {
    width: 100%;
  }

  .y360-calendar .filters .filter-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    border-radius: 8px;
    border-bottom: none;
  }

  .y360-calendar .filter-drawer.open {
    margin-bottom: 10px;
  }

  .y360-calendar .filter-options {
    padding: 0 16px;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition:
      max-height 0.2s ease-in-out,
      padding 0.2s ease-in-out;
  }

  .y360-calendar .filter-header.open + .filter-options {
    max-height: 1000px;
    padding-top: 8px;
  }

  .y360-calendar .filters .filter-header .icon {
    display: block;
    transition: transform 0.2s ease-in-out;
    transform: rotate(90deg);
  }

  .y360-calendar .filters .filter-header.open .icon {
    transform: rotate(-90deg);
  }

  .y360-calendar .filter-header {
    margin-bottom: 0;
  }

  .y360-calendar .filters > div:first-child {
    margin-bottom: 16px;
  }

  .y360-calendar .schedules-header .arrow-navigation {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .y360-calendar .schedules-header {
    flex-direction: column;
    align-items: center;
  }

  .y360-calendar .schedules-header .arrow-navigation {
    min-width: unset;
  }

  .y360-calendar .schedules-header-left {
    display: flex;
    flex-direction: column;
  }

  .y360-calendar .schedules-header-left .view-today {
    margin: 12px 0;
  }

  .y360-calendar .schedules-header .btn {
    margin: 0;
  }

  .y360-calendar .class-row > div {
    padding: 0 5px;
  }

  .y360-calendar .mobile-label {
    display: block;
    font-weight: bold;
  }

  .y360-calendar .schedule-header {
    display: none;
  }

  .y360-calendar .class-row {
    flex-direction: column;
    text-align: center;
    align-items: unset;
    border-bottom: 1px solid var(--y360-color);
    background-color: transparent !important;
    padding: 8px 0;
  }

  .y360-calendar .class-row > div {
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .y360-calendar .class-row > div:nth-child(odd) {
    background-color: transparent;
  }

  .y360-calendar .class-row > div:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .y360-calendar .schedules-header-left {
    width: 100%;
  }

  .y360-calendar .schedule-header,
  .y360-calendar .class-row {
    padding: 8px;
  }

  .y360-calendar .schedules-header .arrow-navigation .current-day {
    font-size: 20px;
  }
}

.y360-calendar .filters-collapse {
  display: none;
}
/*******************************************/
/* ---------------- NEW ------------------ */
/*******************************************/

.y360-calendar.style-new {
  max-width: unset;
}

.y360-calendar.style-new .main-row {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  flex-wrap: wrap;
}
/* ----- FILTER ----- */

.y360-calendar.style-new .main-row .filter-side {
  position: sticky;
  bottom: 10px;
  z-index: 1;
  width: unset;
  padding: 15px 20px;
  border-radius: 10px;
  background: white
    linear-gradient(
      -45deg,
      color-mix(in srgb, var(--y360-color) 3%, transparent),
      color-mix(in srgb, var(--y360-color) 5%, transparent)
    );
  border: 1px solid var(--y360-color);
}
/*collapse icons*/
.y360-calendar.style-new .filters-collapse {
  display: block;
  width: 35px;
}

.y360-calendar.style-new .filters-collapse__open,
.y360-calendar.style-new .filters-collapse__closed {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid var(--y360-color);
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.y360-calendar.style-new .filters-collapse__open {
  transform: rotate(-90deg);
}

.y360-calendar.style-new .filters-collapse__closed {
  opacity: 0;
  visibility: hidden;
  /* width: 50px;
    height: 50px; */
}

.y360-calendar.style-new .filters-collapse__open svg,
.y360-calendar.style-new .filters-collapse__closed svg {
  width: 30px;
  height: 30px;
}

.y360-calendar.style-new .filters-collapse__open svg path,
.y360-calendar.style-new .filters-collapse__closed svg path {
  fill: var(--y360-color);
}

.y360-calendar.style-new .main-row .filter-side,
.y360-calendar.style-new .main-row .filter-side .filters,
.y360-calendar.style-new .main-row .filter-side .filters-header {
  transition: all 0.4s ease;
}
/* .y360-calendar.style-new .main-row .filter-side.collapsed {
    background: transparent;
    border: none;
} */

.y360-calendar.style-new .main-row .filter-side .filters,
.y360-calendar.style-new .main-row .filter-side .filters-header {
  max-height: 10000px;
}

.y360-calendar.style-new .main-row .filter-side.collapsed .filters {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.y360-calendar.style-new
  .main-row
  .filter-side.collapsed
  .filters-collapse__open {
  opacity: 0;
  visibility: hidden;
}

.y360-calendar.style-new
  .main-row
  .filter-side.collapsed
  .filters-collapse__closed {
  opacity: 1;
  visibility: visible;
}

/*header*/

.y360-calendar.style-new .filters-header {
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
  justify-content: start;
  gap: 15px;
}

.y360-calendar.style-new .filters-header .filter-reset {
  padding: 10px 18px;
  background: var(--y360-color);
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
}

.y360-calendar.style-new .filters {
  margin-top: 15px;
  margin-bottom: 5px;
  display: flex;
  gap: 2%;
}

.y360-calendar.style-new .filter-side.collapsed .filters {
  margin-top: 0;
  margin-bottom: 0;
}

.y360-calendar.style-new .filters > * {
  flex: 1;
  margin-bottom: 0 !important;
}

/*options*/

.y360-calendar.style-new .filter-options {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: start;
  align-items: start;
}

.y360-calendar.style-new .filter-item {
  position: relative;
  margin: 0;
}

.y360-calendar.style-new .filter-options .filter-item input {
  display: none;
}

/*unchecked*/
.y360-calendar.style-new .filter-item input[type="checkbox"] + label {
  padding: 6px 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.y360-calendar.style-new .filter-item input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--y360-color);
  border-radius: 6px;
  opacity: 0.1;
  transition: all 0.3s ease;
}

/*hover*/
.y360-calendar.style-new
  .filter-item:hover
  input[type="checkbox"]
  + label::before {
  opacity: 0.2;
  transition: all 0.3s ease;
}

/*checked*/
.y360-calendar.style-new .filter-item input[type="checkbox"]:checked + label {
  color: #fff;
  transition: all 0.3s ease;
}

.y360-calendar.style-new
  .filter-item
  input[type="checkbox"]:checked
  + label::before {
  opacity: 1;
  transition: all 0.3s ease;
}

/*functionaltiy*/
.y360-calendar.style-new .filters .filter-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.05);
  padding: 8px 16px;
  border-radius: 8px;
  border-bottom: none;
}

.y360-calendar.style-new .filters .filter-header {
  margin-bottom: 0;
  background: color-mix(in srgb, var(--y360-color) 12%, transparent);
}

.y360-calendar.style-new .filter-options {
  padding: 0 16px;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition:
    max-height 0.2s ease-in-out,
    padding 0.2s ease-in-out;
}

.y360-calendar.style-new .filter-header.open + .filter-options {
  /* max-height: 1000px; */
  max-height: 333px;
  overflow-y: auto;
  padding-top: 8px;
}

.y360-calendar.style-new .filters .filter-header .icon {
  display: block;
  transition: transform 0.2s ease-in-out;
  transform: rotate(90deg);
}

.y360-calendar.style-new .filters .filter-header.open .icon {
  transform: rotate(-90deg);
}

.y360-calendar.style-new .filter-header {
  margin-bottom: 0;
}

.y360-calendar.style-new .filters > div:first-child {
  margin-bottom: 16px;
}

.y360-calendar.style-new .schedules-header .arrow-navigation {
  width: 100%;
}

/* ----- CALENDAR ----- */

.y360-calendar.style-new .main-row .calendar-side {
  flex: 0 0 100%;
  width: 100%;
}

/*header*/
.y360-calendar.style-new .pdf-btn,
.y360-calendar.style-new .view-today {
  font-weight: 500;
}

.y360-calendar.style-new .schedules-header .arrow-navigation .prev-day,
.y360-calendar.style-new .schedules-header .arrow-navigation .next-day {
  position: relative;
  z-index: 0;
}

/*table*/

.y360-calendar.style-new .schedule-header {
  padding: 15px 15px 12px;
  background: var(--y360-color) !important;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
}

.y360-calendar.style-new .class-row {
  margin: 10px 0;
  padding: 12px 15px;
  border-radius: 8px;
}

.y360-calendar.style-new .class-row.is-even {
  background: color-mix(in srgb, var(--y360-color) 3%, transparent) !important;
}

.y360-calendar.style-new .class-row.is-odd {
  background: color-mix(in srgb, var(--y360-color) 8%, transparent) !important;
}

.y360-calendar.style-new .schedule-location a,
.y360-calendar.style-new .schedule-class a {
  display: block;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid var(--y360-color);
  border-radius: 8px;
  background: #ffffff88;
  text-decoration: none;
  color: var(--y360-color) !important;
}

.y360-calendar.style-new .schedule-location a:hover,
.y360-calendar.style-new .schedule-class a:hover {
  background: color-mix(in srgb, var(--y360-color) 5%, transparent) !important;
}

@media (max-width: 1200px) {
  .y360-calendar.style-new {
    padding: 20px;
  }

  /* ----- FILTER ----- */

  /*header*/
  .y360-calendar.style-new .filters-header {
    margin-bottom: 20px;
  }

  /*filters*/
  .y360-calendar.style-new .filters {
    flex-wrap: wrap;
    gap: 15px;
  }

  .y360-calendar.style-new .filters > * {
    flex: 0 0 100%;
  }
}

@media (max-width: 992px) {
  .y360-calendar.style-new {
    padding-bottom: 0;
  }

  /* ----- FILTER ----- */

  .y360-calendar.style-new .filter-item {
    flex: 0 0 100%;
  }

  .y360-calendar.style-new .filter-item input[type="checkbox"] + label {
    width: 100%;
  }

  .y360-calendar.style-new .main-row .filter-side {
    margin: 0;
    bottom: 0;
    width: 100%;
    transform: translateX(-21px);
    padding: 15px 20px 0px;
    border-radius: 8px;
    background: white
      linear-gradient(
        -45deg,
        color-mix(in srgb, var(--y360-color) 97%, transparent),
        color-mix(in srgb, var(--y360-color) 95%, transparent)
      );
    color: #fff;
  }

  .y360-calendar.style-new .filters {
    margin-bottom: 20px;
  }

  .y360-calendar.style-new .filters-header {
    color: #fff;
  }

  .y360-calendar.style-new .filters .filter-header {
    background: #ffffff44;
  }

  .y360-calendar.style-new .filters-header .filter-reset {
    background: #fff;
    color: var(--y360-color);
  }

  .y360-calendar.style-new .filters-collapse__open {
    transform: rotate(-90deg);
  }

  .y360-calendar.style-new .filter-item input[type="checkbox"]:checked + label {
    color: var(--y360-color);
  }

  .y360-calendar.style-new .filter-item input[type="checkbox"] + label::before {
    background: #fff;
  }

  .y360-calendar.style-new .filter-header.open + .filter-options {
    max-height: 250px;
    overflow-y: auto;
  }

  /* ----- CALENDAR ----- */

  .y360-calendar.style-new .class-row {
    padding: 0;
    border: 1px solid var(--y360-color);
  }

  .y360-calendar.style-new .class-row.is-even,
  .y360-calendar.style-new .class-row.is-odd {
    background: #ffffff !important;
  }

  .y360-calendar.style-new .class-row > * {
    background: color-mix(in srgb, var(--y360-color) 5%, transparent);
  }

  .y360-calendar.style-new .class-row > div:nth-child(odd) {
    background-color: transparent;
  }

  .y360-calendar.style-new .schedule-location a,
  .y360-calendar.style-new .schedule-class a {
    margin: 10px auto 5px;
    width: 90%;
  }

  .y360-calendar.style-new .filters .filter-header {
    font-size: 18px;
  }

  .y360-calendar.style-new .filters-header {
    font-size: 20px;
  }

  .y360-calendar.style-new .filters-collapse {
    width: 30px;
  }

  .y360-calendar.style-new .filters-collapse__open,
  .y360-calendar.style-new .filters-collapse__closed {
    width: 30px;
    height: 30px;
  }

  .y360-calendar.style-new .filters-collapse__open svg,
  .y360-calendar.style-new .filters-collapse__closed svg {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 350px) {
  .y360-calendar.style-new .schedules-header .arrow-navigation .current-day {
    font-size: 18px;
  }

  .y360-calendar.style-new .filters-header .filter-reset {
    padding: 8px;
    font-size: 12px;
  }
}

/* Filter drawers: shared by both widget layouts. */
.y360-calendar .filter-wrapper .filter-drawer {
  margin: 0;
}

.y360-calendar .filter-wrapper .filter-drawer > .filter-header {
  width: 100%;
  min-height: 38px;
  margin: 0;
  padding: 7px 0;
  border: 0;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  background: transparent;
  color: #626262;
  font-family: Cachet, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.y360-calendar .filter-wrapper .filter-drawer + .filter-drawer > .filter-header,
.y360-calendar
  .filter-wrapper
  .date-filter
  + .filters
  .filter-drawer:first-child
  > .filter-header {
  border-top: 0;
}

.y360-calendar .filter-wrapper .filter-drawer__icon {
  position: relative;
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: var(--y360-color);
}

.y360-calendar .filter-wrapper .filter-drawer__icon::before,
.y360-calendar .filter-wrapper .filter-drawer__icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 2px;
  background: currentColor;
}

.y360-calendar .filter-wrapper .filter-drawer__icon::after {
  transform: rotate(90deg);
  transition: transform 0.18s ease;
}

.y360-calendar .filter-wrapper .filter-header.open .filter-drawer__icon::after {
  transform: rotate(0);
}

.y360-calendar .filter-wrapper .filter-drawer > .filter-options {
  position: relative;
  display: block;
  max-height: 0;
  padding: 0 8px;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.25s ease,
    padding 0.25s ease,
    opacity 0.18s ease;
}

.y360-calendar
  .filter-wrapper
  .filter-drawer
  > .filter-header.open
  + .filter-options {
  background-color: #f2f2f2;
  max-height: 360px;
  padding-top: 5px;
  overflow-y: auto;
  opacity: 1;
}

.y360-calendar .filter-wrapper .filter-item {
  margin: 5px 0;
}

.y360-calendar .filter-wrapper .date-filter__summary .filter-header-left {
  gap: 10px;
}

.y360-calendar .filter-wrapper .date-filter__selected {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.y360-calendar.style-new .filter-wrapper .filters {
  display: block;
  margin: 0;
}

.y360-calendar.style-new .filter-wrapper .filter-options .filter-item {
  display: flex;
}

.y360-calendar.style-new
  .filter-wrapper
  .filter-options
  .filter-item
  input[type="checkbox"] {
  display: inline-block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  appearance: auto;
}

.y360-calendar.style-new
  .filter-wrapper
  .filter-item
  input[type="checkbox"]
  + label {
  padding: 0 0 0 8px;
  border-radius: 0;
  color: inherit;
}

.y360-calendar.style-new
  .filter-wrapper
  .filter-item
  input[type="checkbox"]
  + label::before {
  display: none;
}

@media (max-width: 1200px) {
  .y360-calendar .filter-wrapper .filter-drawer > .filter-header {
    padding-right: 0;
    padding-left: 0;
    background: transparent;
  }
}
