a.nav-link:hover {color:#18d637; text-decoration:none;}

.tab { margin-left: 40px; }


/* headlines with lines */
.decorated{
     overflow: hidden;
     text-align: center;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #e7e7e7;
    width: 100vw;
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}




.menubar-header {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

.menu-header-item {
  width: 90px;
  flex: 1;
  border-radius: 0px;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 1px solid #e7e7e7;
  padding-bottom: 0px !important;
  padding-left: 10px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  font-family: Inter, "Helvetica Neue", system-ui, sans-serif !important;
  font-size:12px !important;
  color: rgb(128, 128, 128) !important;
  margin-bottom: 0px !important;
}

.Select.menubar-item.has-value.is-searchable.Select--single {
  width: 90px;
  flex: 1;
  padding-top: 0px !important;
}

.menubar {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  padding-top: 0px !important;
}

.Select-control {
  background-color: #fff;
  border-radius: 0px;
  border-color: #e7e7e7;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  color: #333;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  font-size:14px !important;

}
