.sinl-hor-tabs {
  margin-top: 22px;
}

.sinl-hor-tabs-tab > span.tab-badge {
  width: 25px;
  height: 18px;
  background-color: #F5F5F7;
  color: #1C1C1C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: inherit;
}

.sinl-hor-tabs-tab.active > span.tab-badge {
  width: 25px;
  height: 18px;
  background-color: #2b24df;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: inherit;
}

.sinl-hor-tabs-tabs {
  display: flex;
  border-bottom: 3px solid #dddde2;
}

.sinl-hor-tabs-tab {
  border: 0;
  background: transparent;
  color: #74747c;
  font-size: 17px;
  padding: 0 20px 0 20px;
  font-weight: 500;
  text-align: left !important;
}

.sinl-hor-tabs-tab.active {
  color: #111117;
  font-weight: 700;
  border-bottom: 3px solid #2b24df;
}
