.sidebar {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: -webkit-fill-available;
  height: 59px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px rgba(218, 218, 218, 0.5) solid;
  z-index: 1;
  transition: transform 0.3s ease;
}
.sidebar.push-down {
  transform: translateY(60px);
}
@media (max-width: 910px) {
  .sidebar.push-down {
    transform: translateY(50px);
  }
}
.sidebar .sidebar-home-custom {
  position: relative;
  padding: 0 10px !important;
}
.sidebar .sidebar-home-custom .sidebar-logo {
  position: absolute;
  top: 5px;
  left: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.sidebar .sidebar-home-custom .sidebar-logo.visible {
  opacity: 1;
}
@media (max-width: 1172px) {
  .sidebar .sidebar-home-custom .sidebar-logo {
    top: 18px;
  }
}
@media (max-width: 620px) {
  .sidebar .sidebar-home-custom .sidebar-logo {
    display: none;
  }
}
.sidebar .sidebar-home-custom .sidebar-logo img {
  width: 150px;
}
.sidebar .padding-c {
  max-width: 1360px;
  width: 100%;
}
.sidebar .timepicker {
  display: flex;
  justify-content: flex-end;
  width: auto;
  padding: 0 20px;
  white-space: nowrap;
  list-style: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  scroll-behavior: smooth;
  margin: 0;
}
@media (max-width: 1172px) {
  .sidebar .timepicker {
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .sidebar .timepicker {
    white-space: nowrap;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-left: 0;
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .sidebar .timepicker {
    scroll-behavior: smooth;
    overflow-x: scroll;
    white-space: nowrap;
    padding-left: 0;
  }
}
@media (max-width: 720px) {
  .sidebar .timepicker {
    display: flex;
    justify-content: flex-end;
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 620px) {
  .sidebar .timepicker {
    display: flex;
    justify-content: flex-start;
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .sidebar .timepicker {
    padding: 0 20px;
    padding-left: 10px;
  }
}
.sidebar .timepicker li {
  display: inline-block;
  color: white;
  text-align: center;
  padding-left: 27px;
  list-style: none;
}
@media (max-width: 620px) {
  .sidebar .timepicker li:first-child {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .sidebar .timepicker li:last-child {
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .sidebar .timepicker li {
    display: inline-block;
    color: white;
    text-align: center;
    padding-left: 20px;
  }
}
@media (max-width: 720px) {
  .sidebar .timepicker li {
    padding: 0;
    padding-left: 20px;
  }
}
.sidebar .timepicker li a.sidebar-item {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: auto;
  color: #565656 !important;
  text-decoration: none;
  position: relative;
}
@media (max-width: 768px) {
  .sidebar .timepicker li a.sidebar-item {
    font-size: 14px;
  }
}
.sidebar .timepicker li a.sidebar-item:hover {
  color: #000 !important;
}
.sidebar .timepicker li.active {
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 2px;
  text-underline-offset: 22px;
}
.sidebar .timepicker li.active a.sidebar-item {
  color: #000 !important;
  padding-bottom: 12px;
}
@media (max-width: 1024px) {
  .sidebar .timepicker li.active a.sidebar-item {
    padding-bottom: 12px;
    border-bottom: 2px solid #000;
    color: #000;
    text-decoration: none;
    text-underline-offset: initial;
  }
}
@media (max-width: 768px) {
  .sidebar .timepicker li.active a.sidebar-item {
    padding-bottom: 13px;
    border-bottom: 2px solid #000;
    color: #000;
  }
}
@media (max-width: 1024px) {
  .sidebar .timepicker li.active {
    text-decoration: none;
  }
}
@media (max-width: 1172px) {
  .sidebar {
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    height: 59px;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    max-width: -webkit-fill-available;
  }
}
@media (max-width: 720px) {
  .sidebar {
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    position: fixed;
    overflow-y: hidden;
    max-width: -webkit-fill-available;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .sidebar {
    overflow: scroll;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    top: -1px;
    height: 50px;
    overflow-y: hidden;
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    max-width: -webkit-fill-available;
    top: -1px;
    height: 50px;
    overflow-y: hidden;
  }
}/*# sourceMappingURL=secondary_nav.css.map */