.tabs.hide {
  display: none;
}
.tabs .tabs-nav {
  display: flex;
  gap: 2px;
  margin: 0 0 -1px 0;
}
.tabs .tabs-nav.wrap {
  flex-wrap: wrap;
}
.tabs .tabs-nav > div:not(.scroll-box) {
  position: relative;
  border-radius: 3px 3px 0 0;
  background: lightslategray;
  font-family: "pluto_sansregular", "Arial";
  font-size: 12px;
  color: #FFFFFF;
  padding: 10px 15px;
  border: 1px solid lightslategray;
  cursor: pointer;
}
.tabs .tabs-nav > div.selected {
  color: darkslategrey;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  cursor: default;
}
.tabs .tabs-nav.scroll-box {
  position: relative;
  overflow: auto;
  overflow-y: hidden;
  height: 36px;
  scrollbar-color: #000000 #FFFFFF;
  scrollbar-width: thin;
}
.tabs .tabs-nav.scroll-box > div {
  padding: 7px 15px;
  white-space: nowrap;
}
.tabs .tab-content {
  padding: 10px;
  border: 1px solid lightslategray;
  border-radius: 0 5px 5px 5px;
  background: #FFFFFF;
}
.tabs .tab-content .tab-form {
  display: none;
}
.tabs .tab-content .tab-form.selected {
  display: block;
}

/*# sourceMappingURL=tabs.css.map */
