body.qodef-header-appearance--sticky .fc-wrapper .fc-sidebar .fc-sidebar__inner {
  transition: top 0.5s ease;
}

@media (max-width: 1200px) {
  body.qodef-mobile-header-appearance--sticky .fc-wrapper .fc-sidebar .fc-sidebar__inner {
    transition: top 0.3s ease;
  }
}

body.qodef-header-appearance--sticky:not(.qodef-header--sticky-display) .fc-wrapper .fc-sidebar .fc-sidebar__inner {
  top: 5px !important;
}

@media (max-width: 1200px) {
  body.qodef-mobile-header-appearance--sticky:not(.qodef-mobile-header--sticky-display) .fc-wrapper .fc-sidebar .fc-sidebar__inner {
    top: 5px !important;
  }
}

body.qodef-header-appearance--sticky .fc-progress-bar[data-sticky-states].is-activated .fc-progress-bar__inner {
  transition: top 0.5s ease;
}

@media (max-width: 1200px) {
  body.qodef-mobile-header-appearance--sticky .fc-progress-bar[data-sticky-states].is-activated .fc-progress-bar__inner {
    transition: top 0.3s ease;
  }
}

body.qodef-header-appearance--sticky:not(.qodef-header--sticky-display) .fc-progress-bar[data-sticky-states].is-activated .fc-progress-bar__inner {
  top: 5px !important;
}

@media (max-width: 1200px) {
  body.qodef-mobile-header-appearance--sticky:not(.qodef-mobile-header--sticky-display) .fc-progress-bar[data-sticky-states].is-activated .fc-progress-bar__inner {
    top: 5px !important;
  }
}