#bz-magic-tabs .e-n-tabs {
  position: sticky;
  top: 20px;
  min-height: initial;
  height: 100vh;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
#bz-magic-tabs .e-n-tab-icon svg {
  width: 21px;
  height: 19px !important;
  opacity: 1 !important;
  transform: unset !important;
}

#bz-magic-tabs .e-n-tab-icon svg:last-child{
  display: none;
}
#bz-magic-tabs .bz-active-head-tab .e-n-tab-icon svg:last-child{
  display: block;
}
#bz-magic-tabs .bz-active-head-tab .e-n-tab-icon svg:first-child{
  display: none;
}
#bz-magic-tabs .e-n-tabs-heading .e-n-tab-title.bz-active-head-tab {
  background: #283959 !important;
}
#bz-magic-tabs .e-n-tabs-content > .e-con {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 160px;
  height: 500px;
  transition: all 0.5s ease;
  opacity: 0;
  padding: 0;
}

.bbhnlM {
  height: 9000px;
  position: relative;
}
#bz-magic-tabs .e-n-tabs-content > .e-con-wrapper {
  height: 100%;
}

#bz-magic-tabs .e-n-tabs-heading {
  display: flex;
  gap: 5px;
  padding: 10px 15px;
  white-space: nowrap;
}

#bz-magic-tabs .e-n-tabs-heading .e-n-tab-title {
  padding: 10px 14px !important;
  border-radius: 10px !important;
  position: relative !important;
  background: transparent !important;
  color: #333;
}
#bz-magic-tabs .e-n-tab-title-text,
#bz-magic-tabs .e-n-tabs-heading .e-n-tab-title .far {
  color: #7c8799;
  font-weight: 500;
}
.e-n-tabs-heading .e-n-tab-title.bz-active-head-tab {
  background: #283959 !important;
  
}
.bz-active-head-tab .e-n-tab-title-text,
.bz-active-head-tab .e-n-tabs-heading .e-n-tab-title .far,
.bz-active-head-tab .e-n-tabs-heading .e-n-tab-title .fas {
  color: #f5fbff !important;
}
#bz-magic-tabs .e-n-tabs-heading .e-n-tab-title.bz-active-head-tab .fas,
#bz-magic-tabs .e-n-tabs-heading .e-n-tab-title.bz-active-head-tab .far {
  color: #f5fbff !important;
}
#bz-magic-tabs .e-n-tabs-heading {
  justify-content: space-between !important;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  width: 100%;
}
.custom-tabs-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(176, 176, 176, 0.55);
}

.tabs-outer-wrapper {
  position: relative;
}
.tabs-outer-wrapper:before {
  content: "";
  background: linear-gradient(
    90deg,
    rgba(14, 27, 52, 1) 0%,
    rgba(14, 27, 52, 0) 100%
  );
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
  z-index: 99999;
  bottom: 0;
}
.tabs-outer-wrapper:after {
  content: "";
  background: linear-gradient(
    260deg,
    rgba(14, 27, 52, 1) 0%,
    rgba(14, 27, 52, 0) 100%
  );
  position: absolute;
  width: 50px;
  right: 0;
  top: 0;
  z-index: 99999;
  bottom: 0;
}
.tab-scroll-progress {
  position: relative;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: rgba(176, 176, 176, 0.55);
  transition: width 0.1s linear;
  z-index: 10;
}
.tab-scroll-progress:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: 0;
  background: rgba(176, 176, 176, 0.55);
  border-radius: 50%;
  top: -1px;
}
/*Elementor*/
body #bz-magic-tabs .e-n-tabs-content > .e-con:not(.e-active) {
  display: block !important;
}
body #bz-magic-tabs .e-n-tabs-content > .e-con.bz-active-content {
  z-index: 1;
  opacity: 1;
}
body #bz-magic-tabs .e-n-tabs-content > .e-con.e-active {
}
body #bz-magic-tabs .e-n-tabs-content {
  display: block;
  position: relative;
}

#bz-magic-tabs .elementor-widget-n-tabs .e-n-tabs-heading {
  flex-wrap: nowrap !important;
}
/* Only for elementor editor */
.elementor-editor-active #bz-magic-tabs .e-n-tabs-content > .e-con.e-active {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  #bz-magic-tabs .e-n-tabs-content > .e-con {
    position: absolute;
    top: 10px;
    height: calc(100vh - 100px);
  }
  #bz-magic-tabs .e-n-tabs-heading .e-n-tab-title {
    pointer-events: none;
  }
}