.toolbar-tray .toolbar-icon.toolbar-icon-noahs-page-builder-admin::before {
  background-image: url(../img/icons/tab-icon.svg);
}

.noahs-theme-tabs .noahs-theme--tabs-action {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  background: blue;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noahs-theme-tabs .noahs-theme--tabs-action a {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noahs-theme-tabs .noahs-theme--tabs-wrapper {
  position: fixed;
  right: 25px;
  bottom: 85px;
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.noahs-theme-tabs .noahs-theme--tabs-wrapper li {
  margin-bottom: 5px;
}
.noahs-theme-tabs .noahs-theme--tabs-wrapper a {
  padding: 6px 10px;
  display: block;
}
.noahs-theme-tabs .noahs-theme--tabs-wrapper a.is-active {
  color: #fff;
  background-color: #0d6efd;
}
.noahs-theme-tabs .nav-tabs {
  padding: 15px;
}