/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/components/re-rides/stickyTopTabs/stickyTopTabs.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.stickyTopTabs {
  position: sticky;
  top: 78px;
  z-index: 999;
  width: 100%;
  background-color: white;
  /* Optional: for mobile horizontal scroll */
}
@media (max-width: 649px) {
  .stickyTopTabs {
    top: 62px;
  }
}
@media (max-width: 1024px) {
  .stickyTopTabs {
    top: 61px;
  }
}
.stickyTopTabs .tab-container {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1000;
  width: 80%;
  white-space: nowrap;
  margin: 0 auto;
  overflow-y: hidden;
}
@media (max-width: 649px) {
  .stickyTopTabs .tab-container {
    width: 100%;
  }
}
.stickyTopTabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
  height: 80px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stickyTopTabs .tab {
  padding: 14px 16px;
  cursor: pointer;
  font-weight: bold;
  color: #181818;
  font-family: GuardianSansXCond Semibold !important;
  font-weight: 500;
  background: white;
  font-size: 24px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 649px) {
  .stickyTopTabs .tab {
    font-size: 20px;
    padding: 12px 16px;
  }
}
.stickyTopTabs .tab.active {
  background: linear-gradient(195.16deg, rgba(53, 53, 53, 0.8) -2.78%, #1c1c1c 100.14%);
  color: white;
}
.stickyTopTabs .tab.current {
  background: linear-gradient(195.16deg, rgba(53, 53, 53, 0.8) -2.78%, #1c1c1c 100.14%);
  color: white;
}
.stickyTopTabs .tab-section {
  height: 600px;
  padding: 40px;
}
.stickyTopTabs .tabs::-webkit-scrollbar {
  display: none;
}

.show-login .stickyTopTabs,
.show-reg .stickyTopTabs,
.show-menu .stickyTopTabs,
.location-open .stickyTopTabs,
.new-header-mobile-panel .stickyTopTabs {
  display: none !important;
}

.homepage-new-fonts .stickyTopTabs .tab {
  font-family: "REFontSemibold" !important;
  font-weight: 600;
}
