/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/tab-list/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.tab-list {
  width: 100%;
  max-width: none !important;
  border-top: 1px solid #D6DEE3;
  border-bottom: 1px solid #D6DEE3;
  margin-bottom: 0px !important;
  padding-top: 24px !important;
}
.tab-list .nav.nav-tabs {
  border-bottom: none;
}
.tab-list .nav.nav-tabs .nav-item .nav-link {
  font-family: "Alliance n.1 regular";
  font-size: 16px;
  background-color: transparent;
  color: #08034F;
  padding: 12px 28px;
  box-sizing: border-box;
  height: 47px;
  min-width: 150px;
  max-width: 230px;
  border-right: none;
  border-left: none;
  position: relative;
  border-top: none;
  border-bottom: 1px solid #08034F;
}
.tab-list .nav.nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(279deg, #0E7AB2 6.97%, #07034F 91.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Alliance n.1 medium";
}
.tab-list .nav.nav-tabs .nav-item .nav-link.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(279deg, #0E7AB2 6.97%, #07034F 91.72%);
}
.tab-list .nav.nav-tabs .nav-item .nav-link:hover {
  background: linear-gradient(279deg, #0E7AB2 6.97%, #07034F 91.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Alliance n.1 medium";
}
.tab-list .nav.nav-tabs .nav-item .nav-link:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(279deg, #0E7AB2 6.97%, #07034F 91.72%);
}

@media only screen and (max-width: 600px) {
  .tab-list {
    border-bottom: none;
  }
  .tab-list .nav.nav-tabs {
    border-bottom: none;
  }
  .tab-list .nav.nav-tabs .nav-item .nav-link {
    border-bottom: 1px solid #D6DEE3;
  }
}

/*# sourceMappingURL=style-index.css.map*/