.topbar-section {
  position: relative;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 12px #0000001A;
}

.topbar-menu-container {
  width: 100%;
  position: relative;
  display: flex;
}

.topbar-menu-container .topbar-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  z-index: 1;
}

.topbar-menu-container .topbar-box-blur {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 24px;
  z-index: 2;
}

.topbar-menu-container .topbar-box-blur.left {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.902) 70%);
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.902) 70%);
  left: 0;
}

.topbar-menu-container .topbar-box-blur.right {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.902) 70%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.902) 70%);
  right: 0;
}

.topbar-menu-container .topbar-box .topbar-link {
  display: block;
  padding: .5rem 1rem;
  border-bottom: 3px solid transparent;
}

.topbar-menu-container .topbar-box .topbar-link.active {
  border-bottom: 3px solid #1a73e8;
}

.topbar-menu-container .topbar-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.topbar-button-container {
  position: relative;
  white-space: nowrap;
  padding: 5px 15px;
  margin-left: auto;
  background-color: #fff;
  display: flex;
}

.topbar-button-container .ww-tb-btn-space {
  margin-left: 5px;
}