.hae-tabs .nav {
  margin-left: 0;
  border-bottom: none;
  overflow: hidden;
}
.hae-tabs .nav-item {
  margin-left: 0;
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
}
.hae-tabs .nav-item:not(.hae-tab-separate):not(:first-child) .nav-link:not(.active) {
  border-left: none;
}
.hae-tabs .nav-item:not(.hae-tab-separate):not(:first-child) .nav-link.active {
  margin-left: -1px;
}
.hae-tabs .nav-item.hae-tab-separate:not(:last-child) {
  margin-right: 15px;
}
.hae-tabs .nav-link, .hae-tabs .hae-tabs-card-title {
  font-weight: 600;
  font-size: 16px;
  color: inherit;
  -ms-flex-pack: center;
  justify-content: center;
}
.hae-tabs .nav-link {
  border-bottom-style: none;
  border-radius: 0;
  border-color: var(--hi-color-border);
  cursor: pointer;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
.hae-tabs .nav-link.active {
  border-color: var(--hi-color-border);
}
.hae-tabs .hae-tab-icon svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  fill: currentColor;
}
.hae-tabs .hae-tab-icon svg *[stroke^="#"],
.hae-tabs .hae-tab-icon svg *[stroke^="url(#"] {
  stroke: currentColor;
}
.hae-tabs .hae-tab-icon svg *[fill^="#"],
.hae-tabs .hae-tab-icon svg *[fill^="url(#"] {
  fill: currentColor;
}
.hae-tabs .icon-right {
  margin-left: 10px;
}
.hae-tabs .icon-left {
  margin-right: 10px;
}
.hae-tabs .icon-top {
  margin-bottom: 10px;
}
.hae-tabs .icon-bottom {
  margin-top: 10px;
}
.hae-tabs .hae-tabs-card {
  border-color: var(--hi-color-border);
}
.hae-tabs .hae-tabs-card-header {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .hae-tabs .hae-tabs-card {
    border-top: none;
    background-color: transparent !important;
  }
  .hae-tabs .hae-tabs-card .hae-tabs-card-header {
    display: none;
  }
  .hae-tabs .hae-tab-content-container {
    border-top-left-radius: 0 !important;
  }
  .hae-tabs .tab-pane:not(.show) .hae-tabs-card {
    border: none;
  }
  .hae-tabs .tab-content.hae-tab-separate .tab-pane:not(:last-child) .hae-tabs-card {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs .hae-tabs-card-header {
    cursor: pointer;
    border-bottom-color: var(--hi-color-border);
  }
  .hae-tabs .tabs {
    display: none;
  }
  .hae-tabs .hae-tab-content-container {
    background-color: transparent !important;
    border: none !important;
  }
  .hae-tabs .tab-content.hae-tab-separate .tab-pane:not(:last-child) .hae-tabs-card {
    margin-bottom: 10px;
  }
  .hae-tabs.hae-tabs-outline .tab-content:not(.hae-tab-separate) .tab-pane:not(:last-child) .hae-tabs-card.active .hae-tabs-card-body, .hae-tabs.hae-tabs-classic .tab-content:not(.hae-tab-separate) .tab-pane:not(:last-child) .hae-tabs-card.active .hae-tabs-card-body {
    border-bottom: none;
  }
  .hae-tabs .hae-tabs-card:not(.active) .hae-tabs-card-header {
    border-bottom-style: none;
  }
  .hae-tabs:not(.hae-tabs-pills) .tab-content:not(.hae-tab-separate) .tab-pane:not(:last-child) .hae-tabs-card {
    border-bottom: none;
  }
  .hae-tabs .tab-pane {
    opacity: 1;
    display: block;
  }
  .hae-tabs:not(.hae-tabs-pills) .hae-tabs-card.active .hae-tabs-card-header {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .hae-tabs .hae-tabs-card.active .hae-tabs-card-body {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.hae-tabs.hae-tabs-rounded .nav-link, .hae-tabs.hae-tabs-rounded .hae-tabs-card, .hae-tabs.hae-tabs-rounded .hae-tabs-card-header, .hae-tabs.hae-tabs-rounded .hae-tab-content-container, .hae-tabs.hae-tabs-rounded .hae-tabs-card-body {
  border-radius: 5px;
}
.hae-tabs.hae-tabs-round .nav-link, .hae-tabs.hae-tabs-round .hae-tabs-card, .hae-tabs.hae-tabs-round .hae-tabs-card-header, .hae-tabs.hae-tabs-round .hae-tab-content-container, .hae-tabs.hae-tabs-round .hae-tabs-card-body {
  border-radius: 2em;
}
.hae-tabs.hae-tabs-square .nav-link, .hae-tabs.hae-tabs-square .hae-tabs-card, .hae-tabs.hae-tabs-square .hae-tabs-card-header, .hae-tabs.hae-tabs-square .hae-tabs-card-body, .hae-tabs.hae-tabs-square .hae-tab-content-container {
  border-radius: 0;
}

.hae-tabs-outline .nav-link.active::before, .hae-tabs-outline .nav-link.active::after, .hae-tabs-classic .nav-link.active::before, .hae-tabs-classic .nav-link.active::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 999em;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: var(--hi-color-border);
  z-index: 2;
}
.hae-tabs-outline .nav-link.active::before, .hae-tabs-classic .nav-link.active::before {
  right: 100%;
}
.hae-tabs-outline .nav-link.active:after, .hae-tabs-classic .nav-link.active:after {
  left: 100%;
}
@media screen and (min-width: 768px) {
  .hae-tabs-outline .hae-tabs-card, .hae-tabs-classic .hae-tabs-card {
    border: none !important;
  }
  .hae-tabs-outline .hae-tab-content-container, .hae-tabs-classic .hae-tab-content-container {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: var(--hi-color-border);
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs-outline .hae-tab-content-container, .hae-tabs-classic .hae-tab-content-container {
    border: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hae-tabs-classic .nav-link:not(.active), .hae-tabs-flat .nav-link:not(.active) {
    background: rgba(0, 0, 0, 0.03);
  }
  .hae-tabs-classic .nav-item.hae-tab-separate .nav-link, .hae-tabs-flat .nav-item.hae-tab-separate .nav-link {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .hae-tabs-classic .nav-item:not(.hae-tab-separate):not(:first-child):not(:last-child) .nav-link, .hae-tabs-flat .nav-item:not(.hae-tab-separate):not(:first-child):not(:last-child) .nav-link {
    border-radius: 0 !important;
  }
  .hae-tabs-classic .nav-item:not(.hae-tab-separate):first-child .nav-link, .hae-tabs-flat .nav-item:not(.hae-tab-separate):first-child .nav-link {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .hae-tabs-classic .nav-item:not(.hae-tab-separate):last-child .nav-link, .hae-tabs-flat .nav-item:not(.hae-tab-separate):last-child .nav-link {
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .hae-tabs-classic .hae-tabs-card, .hae-tabs-classic .hae-tabs-card-body, .hae-tabs-flat .hae-tabs-card, .hae-tabs-flat .hae-tabs-card-body {
    border-top-left-radius: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs-classic .tab-content:not(.hae-tab-separate) .tab-pane:not(:first-child):not(:last-child) .hae-tabs-card, .hae-tabs-classic .tab-content:not(.hae-tab-separate) .tab-pane:not(:first-child):not(:last-child) .hae-tabs-card-header, .hae-tabs-flat .tab-content:not(.hae-tab-separate) .tab-pane:not(:first-child):not(:last-child) .hae-tabs-card, .hae-tabs-flat .tab-content:not(.hae-tab-separate) .tab-pane:not(:first-child):not(:last-child) .hae-tabs-card-header {
    border-radius: 0 !important;
  }
  .hae-tabs-classic .tab-content:not(.hae-tab-separate) .tab-pane:first-child .hae-tabs-card, .hae-tabs-classic .tab-content:not(.hae-tab-separate) .tab-pane:first-child .hae-tabs-card-header, .hae-tabs-flat .tab-content:not(.hae-tab-separate) .tab-pane:first-child .hae-tabs-card, .hae-tabs-flat .tab-content:not(.hae-tab-separate) .tab-pane:first-child .hae-tabs-card-header {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .hae-tabs-classic .tab-content:not(.hae-tab-separate) .tab-pane:last-child .hae-tabs-card, .hae-tabs-classic .tab-content:not(.hae-tab-separate) .tab-pane:last-child .hae-tabs-card-header, .hae-tabs-flat .tab-content:not(.hae-tab-separate) .tab-pane:last-child .hae-tabs-card, .hae-tabs-flat .tab-content:not(.hae-tab-separate) .tab-pane:last-child .hae-tabs-card-header {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .hae-tabs-classic .tab-content:not(.hae-tab-separate) .tab-pane:not(:last-child) .hae-tabs-card.active .hae-tabs-card-body, .hae-tabs-flat .tab-content:not(.hae-tab-separate) .tab-pane:not(:last-child) .hae-tabs-card.active .hae-tabs-card-body {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.hae-tabs-classic {
  /*&.tabs-classic-success {
  	.nav-item:not(.hae-tab-separate) {
  		.nav-link:not(.active) {
  			border-color: darken(#28a745, 10%);
  		}
  	}
  }

  &.tabs-classic-danger {
  	.nav-item:not(.hae-tab-separate) {
  		.nav-link:not(.active) {
  			border-color: darken(#dc3545, 10%);
  		}
  	}
  }

  &.tabs-classic-warning {
  	.nav-item:not(.hae-tab-separate) {
  		.nav-link:not(.active) {
  			border-color: darken(#ffc107, 10%);
  		}
  	}
  }

  &.tabs-classic-info {
  	.nav-item:not(.hae-tab-separate) {
  		.nav-link:not(.active) {
  			border-color: darken(#17a2b8, 10%);
  		}
  	}
  }*/
}
.hae-tabs-classic .nav-link.active {
  border-color: #d6d6d6;
  background-color: #f0f0f0 !important;
  color: #666 !important;
}
.hae-tabs-classic .nav-link.active::before, .hae-tabs-classic .nav-link.active::after {
  border-color: #d6d6d6;
}
@media screen and (min-width: 768px) {
  .hae-tabs-classic .hae-tab-content-container {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #d6d6d6;
    background-color: #f0f0f0;
    color: #666;
  }
  .hae-tabs-classic .hae-tabs-card {
    border: none;
  }
  .hae-tabs-classic .hae-tabs-card.active {
    background: transparent !important;
    color: #666 !important;
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs-classic .hae-tabs-card {
    border-color: #d6d6d6;
  }
  .hae-tabs-classic .hae-tabs-card.active {
    background: #f0f0f0 !important;
    color: #666 !important;
  }
  .hae-tabs-classic .hae-tabs-card-header {
    cursor: pointer;
    border-bottom-color: #d6d6d6;
  }
}
@media screen and (min-width: 768px) {
  .hae-tabs-classic.hae-tabs-rounded .tabs, .hae-tabs-classic.hae-tabs-round .tabs {
    margin-bottom: -2px;
  }
  .hae-tabs-classic.hae-tabs-rounded .nav, .hae-tabs-classic.hae-tabs-round .nav {
    margin-left: 1px;
  }
  .hae-tabs-classic.hae-tabs-rounded .hae-tab-content-container, .hae-tabs-classic.hae-tabs-round .hae-tab-content-container {
    margin: 1px;
    border-top-left-radius: 0 !important;
    border-top-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .hae-tabs-classic.hae-tabs-rounded .tab-content, .hae-tabs-classic.hae-tabs-rounded .hae-tab-content-container {
    border-radius: 5px;
  }
  .hae-tabs-classic.hae-tabs-rounded .tabs {
    margin-right: 4px;
  }
}
@media screen and (min-width: 768px) {
  .hae-tabs-classic.hae-tabs-round .tab-content, .hae-tabs-classic.hae-tabs-round .hae-tab-content-container {
    border-radius: 2em;
  }
  .hae-tabs-classic.hae-tabs-round .tabs {
    margin-right: 35px;
  }
}
.hae-tabs-classic.tabs-classic-accent .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-accent-brightness);
}
.hae-tabs-classic.tabs-classic-primary .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-primary-brightness);
}
.hae-tabs-classic.tabs-classic-secondary .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-secondary-brightness);
}
.hae-tabs-classic.tabs-classic-light .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-light-brightness);
}
.hae-tabs-classic.tabs-classic-dark .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-dark-brightness);
}
.hae-tabs-classic.tabs-classic-black .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-dark);
}
.hae-tabs-classic.tabs-classic-white .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-light);
}
.hae-tabs-classic.tabs-classic-success .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-success-brightness);
}
.hae-tabs-classic.tabs-classic-danger .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-danger-brightness);
}
.hae-tabs-classic.tabs-classic-warning .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-warning-brightness);
}
.hae-tabs-classic.tabs-classic-info .nav-item:not(.hae-tab-separate) .nav-link:not(.active) {
  border-color: var(--hi-color-info-brightness);
}

.hae-tabs-flat .nav-link, .hae-tabs-flat .hae-tabs-card, .hae-tabs-flat .hae-tabs-card-header, .hae-tabs-flat .hae-tab-content-container, .hae-tabs-flat .hae-tabs-card-body {
  border: none !important;
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat .nav-link.active {
    background: rgba(0, 0, 0, 0.01);
    margin-left: 0 !important;
  }
  .hae-tabs-flat .hae-tab-content-container {
    background: rgba(0, 0, 0, 0.01);
  }
  .hae-tabs-flat .nav-link:not(.active):hover {
    background: rgba(0, 0, 0, 0.01);
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs-flat .hae-tabs-card {
    opacity: 1;
    background: rgba(0, 0, 0, 0.03);
  }
  .hae-tabs-flat .hae-tabs-card.active {
    background: rgba(0, 0, 0, 0.01);
  }
}
.hae-tabs-flat.tabs-flat-accent .nav-link.active, .hae-tabs-flat.tabs-flat-accent .hae-tabs-card.active {
  background-color: var(--hi-color-accent-brightness) !important;
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-accent .hae-tab-content-container {
    background-color: var(--hi-color-accent-brightness) !important;
  }
}
.hae-tabs-flat.tabs-flat-primary .nav-link.active, .hae-tabs-flat.tabs-flat-primary .hae-tabs-card.active {
  background-color: var(--hi-color-primary-brightness) !important;
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-primary .hae-tab-content-container {
    background-color: var(--hi-color-primary-brightness) !important;
  }
}
.hae-tabs-flat.tabs-flat-secondary .nav-link.active, .hae-tabs-flat.tabs-flat-secondary .hae-tabs-card.active {
  background-color: var(--hi-color-secondary-brightness) !important;
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-secondary .hae-tab-content-container {
    background-color: var(--hi-color-secondary-brightness) !important;
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs-flat.tabs-flat-success .hae-tabs-card.active {
    background-color: var(--hi-color-success-brightness) !important;
  }
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-success .nav-link.active {
    background-color: var(--hi-color-success-brightness) !important;
  }
  .hae-tabs-flat.tabs-flat-success .hae-tab-content-container {
    background-color: var(--hi-color-success-brightness) !important;
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs-flat.tabs-flat-danger .hae-tabs-card.active {
    background-color: var(--hi-color-danger-brightness) !important;
  }
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-danger .nav-link.active {
    background-color: var(--hi-color-danger-brightness) !important;
  }
  .hae-tabs-flat.tabs-flat-danger .hae-tab-content-container {
    background-color: var(--hi-color-danger-brightness) !important;
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs-flat.tabs-flat-warning .hae-tabs-card.active {
    background-color: var(--hi-color-warning-brightness) !important;
  }
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-warning .nav-link.active {
    background-color: var(--hi-color-warning-brightness) !important;
  }
  .hae-tabs-flat.tabs-flat-warning .hae-tab-content-container {
    background-color: var(--hi-color-warning-brightness) !important;
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs-flat.tabs-flat-info .hae-tabs-card.active {
    background-color: var(--hi-color-info-brightness) !important;
  }
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-info .nav-link.active {
    background-color: var(--hi-color-info-brightness) !important;
  }
  .hae-tabs-flat.tabs-flat-info .hae-tab-content-container {
    background-color: var(--hi-color-info-brightness) !important;
  }
}
.hae-tabs-flat.tabs-flat-light .nav-link.active, .hae-tabs-flat.tabs-flat-light .hae-tabs-card.active {
  background-color: var(--hi-color-light-brightness) !important;
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-light .hae-tab-content-container {
    background-color: var(--hi-color-light-brightness) !important;
  }
}
.hae-tabs-flat.tabs-flat-dark .nav-link.active, .hae-tabs-flat.tabs-flat-dark .hae-tabs-card.active {
  background-color: var(--hi-color-dark-brightness) !important;
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-dark .hae-tab-content-container {
    background-color: var(--hi-color-dark-brightness) !important;
  }
}
.hae-tabs-flat.tabs-flat-white .nav-link.active, .hae-tabs-flat.tabs-flat-white .hae-tabs-card.active {
  background-color: var(--hi-color-light) !important;
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-white .hae-tab-content-container {
    background-color: var(--hi-color-light) !important;
  }
}
.hae-tabs-flat.tabs-flat-black .nav-link.active, .hae-tabs-flat.tabs-flat-black .hae-tabs-card.active {
  background-color: var(--hi-color-dark) !important;
}
@media screen and (min-width: 768px) {
  .hae-tabs-flat.tabs-flat-black .hae-tab-content-container {
    background-color: var(--hi-color-dark) !important;
  }
}

.hae-tabs-outline .nav-link.active {
  background-color: transparent;
}
.hae-tabs-outline .nav-item .nav-link {
  background: transparent;
}
.hae-tabs-outline .nav-item .nav-link.active {
  background-color: transparent;
}
.hae-tabs-outline .hae-tab-content-container {
  border-top: none !important;
}
.hae-tabs-outline .hae-tabs-card {
  background: transparent;
  border-radius: 0;
}
.hae-tabs-outline .hae-tabs-card .hae-tabs-card-header {
  background: transparent;
}
.hae-tabs-outline.tabs-outline-accent .nav-link, .hae-tabs-outline.tabs-outline-accent .hae-tabs-card, .hae-tabs-outline.tabs-outline-accent .hae-tab-content-container {
  border-color: var(--hi-color-accent);
}
.hae-tabs-outline.tabs-outline-accent .hae-tabs-card-header, .hae-tabs-outline.tabs-outline-accent .hae-tabs-card-body {
  border-color: var(--hi-color-accent) !important;
}
.hae-tabs-outline.tabs-outline-accent .nav-link, .hae-tabs-outline.tabs-outline-accent .hae-tabs-card-header {
  color: var(--hi-color-accent);
}
.hae-tabs-outline.tabs-outline-accent .nav-link.active::before, .hae-tabs-outline.tabs-outline-accent .nav-link.active::after {
  border-color: var(--hi-color-accent);
}
.hae-tabs-outline.tabs-outline-accent .nav-link:not(.active):hover, .hae-tabs-outline.tabs-outline-accent .hae-tabs-card:not(.active) .hae-tabs-card-header:hover {
  color: #fff;
  background-color: var(--hi-color-accent);
  border-color: var(--hi-color-accent);
}
.hae-tabs-outline.tabs-outline-primary .nav-link, .hae-tabs-outline.tabs-outline-primary .hae-tabs-card, .hae-tabs-outline.tabs-outline-primary .hae-tab-content-container {
  border-color: var(--hi-color-primary);
}
.hae-tabs-outline.tabs-outline-primary .hae-tabs-card-header, .hae-tabs-outline.tabs-outline-primary .hae-tabs-card-body {
  border-color: var(--hi-color-primary) !important;
}
.hae-tabs-outline.tabs-outline-primary .nav-link, .hae-tabs-outline.tabs-outline-primary .hae-tabs-card-header {
  color: var(--hi-color-primary);
}
.hae-tabs-outline.tabs-outline-primary .nav-link.active::before, .hae-tabs-outline.tabs-outline-primary .nav-link.active::after {
  border-color: var(--hi-color-primary);
}
.hae-tabs-outline.tabs-outline-primary .nav-link:not(.active):hover, .hae-tabs-outline.tabs-outline-primary .hae-tabs-card:not(.active) .hae-tabs-card-header:hover {
  color: #fff;
  background-color: var(--hi-color-primary);
  border-color: var(--hi-color-primary);
}
.hae-tabs-outline.tabs-outline-secondary .nav-link, .hae-tabs-outline.tabs-outline-secondary .hae-tabs-card, .hae-tabs-outline.tabs-outline-secondary .hae-tab-content-container {
  border-color: var(--hi-color-secondary);
}
.hae-tabs-outline.tabs-outline-secondary .hae-tabs-card-header, .hae-tabs-outline.tabs-outline-secondary .hae-tabs-card-body {
  border-color: var(--hi-color-secondary) !important;
}
.hae-tabs-outline.tabs-outline-secondary .nav-link, .hae-tabs-outline.tabs-outline-secondary .hae-tabs-card-header {
  color: var(--hi-color-secondary);
}
.hae-tabs-outline.tabs-outline-secondary .nav-link.active::before, .hae-tabs-outline.tabs-outline-secondary .nav-link.active::after {
  border-color: var(--hi-color-secondary);
}
.hae-tabs-outline.tabs-outline-secondary .nav-link:not(.active):hover, .hae-tabs-outline.tabs-outline-secondary .hae-tabs-card:not(.active) .hae-tabs-card-header:hover {
  color: #fff;
  background-color: var(--hi-color-secondary);
  border-color: var(--hi-color-secondary);
}
.hae-tabs-outline.tabs-outline-success .nav-link, .hae-tabs-outline.tabs-outline-success .hae-tabs-card, .hae-tabs-outline.tabs-outline-success .hae-tab-content-container {
  border-color: #28a745;
}
.hae-tabs-outline.tabs-outline-success .hae-tabs-card-header, .hae-tabs-outline.tabs-outline-success .hae-tabs-card-body {
  border-color: #28a745 !important;
}
.hae-tabs-outline.tabs-outline-success .nav-link, .hae-tabs-outline.tabs-outline-success .hae-tabs-card-header {
  color: #28a745;
}
.hae-tabs-outline.tabs-outline-success .nav-link.active::before, .hae-tabs-outline.tabs-outline-success .nav-link.active::after {
  border-color: #28a745;
}
.hae-tabs-outline.tabs-outline-success .nav-link:not(.active):hover, .hae-tabs-outline.tabs-outline-success .hae-tabs-card:not(.active) .hae-tabs-card-header:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.hae-tabs-outline.tabs-outline-danger .nav-link, .hae-tabs-outline.tabs-outline-danger .hae-tabs-card, .hae-tabs-outline.tabs-outline-danger .hae-tab-content-container {
  border-color: #dc3545;
}
.hae-tabs-outline.tabs-outline-danger .hae-tabs-card-header, .hae-tabs-outline.tabs-outline-danger .hae-tabs-card-body {
  border-color: #dc3545 !important;
}
.hae-tabs-outline.tabs-outline-danger .nav-link, .hae-tabs-outline.tabs-outline-danger .hae-tabs-card-header {
  color: #dc3545;
}
.hae-tabs-outline.tabs-outline-danger .nav-link.active::before, .hae-tabs-outline.tabs-outline-danger .nav-link.active::after {
  border-color: #dc3545;
}
.hae-tabs-outline.tabs-outline-danger .nav-link:not(.active):hover, .hae-tabs-outline.tabs-outline-danger .hae-tabs-card:not(.active) .hae-tabs-card-header:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.hae-tabs-outline.tabs-outline-warning .nav-link, .hae-tabs-outline.tabs-outline-warning .hae-tabs-card, .hae-tabs-outline.tabs-outline-warning .hae-tab-content-container {
  border-color: #ffc107;
}
.hae-tabs-outline.tabs-outline-warning .hae-tabs-card-header, .hae-tabs-outline.tabs-outline-warning .hae-tabs-card-body {
  border-color: #ffc107 !important;
}
.hae-tabs-outline.tabs-outline-warning .nav-link, .hae-tabs-outline.tabs-outline-warning .hae-tabs-card-header {
  color: #ffc107;
}
.hae-tabs-outline.tabs-outline-warning .nav-link.active::before, .hae-tabs-outline.tabs-outline-warning .nav-link.active::after {
  border-color: #ffc107;
}
.hae-tabs-outline.tabs-outline-warning .nav-link:not(.active):hover, .hae-tabs-outline.tabs-outline-warning .hae-tabs-card:not(.active) .hae-tabs-card-header:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.hae-tabs-outline.tabs-outline-info .nav-link, .hae-tabs-outline.tabs-outline-info .hae-tabs-card, .hae-tabs-outline.tabs-outline-info .hae-tab-content-container {
  border-color: #17a2b8;
}
.hae-tabs-outline.tabs-outline-info .hae-tabs-card-header, .hae-tabs-outline.tabs-outline-info .hae-tabs-card-body {
  border-color: #17a2b8 !important;
}
.hae-tabs-outline.tabs-outline-info .nav-link, .hae-tabs-outline.tabs-outline-info .hae-tabs-card-header {
  color: #17a2b8;
}
.hae-tabs-outline.tabs-outline-info .nav-link.active::before, .hae-tabs-outline.tabs-outline-info .nav-link.active::after {
  border-color: #17a2b8;
}
.hae-tabs-outline.tabs-outline-info .nav-link:not(.active):hover, .hae-tabs-outline.tabs-outline-info .hae-tabs-card:not(.active) .hae-tabs-card-header:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.hae-tabs-outline.tabs-outline-light .nav-link, .hae-tabs-outline.tabs-outline-light .hae-tabs-card, .hae-tabs-outline.tabs-outline-light .hae-tab-content-container {
  border-color: var(--hi-color-light);
}
.hae-tabs-outline.tabs-outline-light .hae-tabs-card-header, .hae-tabs-outline.tabs-outline-light .hae-tabs-card-body {
  border-color: var(--hi-color-light) !important;
}
.hae-tabs-outline.tabs-outline-light .nav-link, .hae-tabs-outline.tabs-outline-light .hae-tabs-card-header {
  color: #212529;
}
.hae-tabs-outline.tabs-outline-light .nav-link.active::before, .hae-tabs-outline.tabs-outline-light .nav-link.active::after {
  border-color: var(--hi-color-light);
}
.hae-tabs-outline.tabs-outline-light .nav-link:not(.active):hover, .hae-tabs-outline.tabs-outline-light .hae-tabs-card:not(.active) .hae-tabs-card-header:hover {
  color: #fff;
  background-color: var(--hi-color-light);
  border-color: var(--hi-color-light);
}
.hae-tabs-outline.tabs-outline-dark .nav-link, .hae-tabs-outline.tabs-outline-dark .hae-tabs-card, .hae-tabs-outline.tabs-outline-dark .hae-tab-content-container {
  border-color: var(--hi-color-dark);
}
.hae-tabs-outline.tabs-outline-dark .hae-tabs-card-header, .hae-tabs-outline.tabs-outline-dark .hae-tabs-card-body {
  border-color: var(--hi-color-dark) !important;
}
.hae-tabs-outline.tabs-outline-dark .nav-link, .hae-tabs-outline.tabs-outline-dark .hae-tabs-card-header {
  color: var(--hi-color-dark);
}
.hae-tabs-outline.tabs-outline-dark .nav-link.active::before, .hae-tabs-outline.tabs-outline-dark .nav-link.active::after {
  border-color: var(--hi-color-dark);
}
.hae-tabs-outline.tabs-outline-dark .nav-link:not(.active):hover, .hae-tabs-outline.tabs-outline-dark .hae-tabs-card:not(.active) .hae-tabs-card-header:hover {
  color: #fff;
  background-color: var(--hi-color-dark);
  border-color: var(--hi-color-dark);
}

.hae-tabs-pills .nav-link {
  border: none;
}
.hae-tabs-pills .nav-link.active {
  background: rgba(0, 0, 0, 0.03);
  color: #333333;
}
.hae-tabs-pills.hae-tabs-scheme .nav-link:not(.active):not(:hover) {
  background-color: transparent !important;
  color: inherit !important;
}
.hae-tabs-pills .hae-tabs-card-body {
  color: #212529;
}
@media screen and (min-width: 768px) {
  .hae-tabs-pills .hae-tabs-card, .hae-tabs-pills .tab-content, .hae-tabs-pills .hae-tab-content-container {
    border: none !important;
    background: none !important;
  }
  .hae-tabs-pills .hae-tabs-card {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs-pills .hae-tabs-card, .hae-tabs-pills .hae-tabs-card-header, .hae-tabs-pills .hae-tabs-card-body {
    border: none;
  }
  .hae-tabs-pills .hae-tabs-card, .hae-tabs-pills.hae-tabs-scheme .hae-tabs-card:not(.active).hae-tabs-card-header:not(:hover) {
    background: none !important;
  }
  .hae-tabs-pills .hae-tabs-card.active .hae-tabs-card-header .hae-tabs-card-title {
    color: inherit !important;
  }
}

.hae-tabs-underline .nav-item:not(:last-child) {
  margin-right: 15px;
}
.hae-tabs-underline .nav-link.active {
  background-color: transparent;
}
.hae-tabs-underline .tab-content, .hae-tabs-underline .hae-tab-content-container {
  border: none;
  background: none;
}
@media screen and (min-width: 768px) {
  .hae-tabs-underline .hae-tabs-card {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .hae-tabs-underline .tab-pane:not(:last-child) .hae-tabs-card {
    margin-bottom: 15px;
  }
}
.hae-tabs-underline .nav-link, .hae-tabs-underline .hae-tabs-card-header {
  border-style: none;
  position: relative;
}
.hae-tabs-underline .nav-link::after, .hae-tabs-underline .hae-tabs-card-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #dee2e6;
  transition: 0.4s ease-in-out;
}
.hae-tabs-underline .hae-tabs-card-title {
  justify-content: center;
}
.hae-tabs-underline .nav-link {
  margin-bottom: 0;
}
.hae-tabs-underline .nav-link.active {
  color: inherit;
}
.hae-tabs-underline .nav-link.active::after {
  width: 100%;
}
.hae-tabs-underline .hae-tabs-card.active .hae-tabs-card-header::after {
  width: 100%;
}
.hae-tabs-underline .hae-tabs-card, .hae-tabs-underline .hae-tabs-card-header {
  background: transparent !important;
  border: none;
}
.hae-tabs-underline.tabs-underline-accent .nav-link::after, .hae-tabs-underline.tabs-underline-accent .hae-tabs-card-header::after {
  background-color: var(--hi-color-accent);
}
.hae-tabs-underline.tabs-underline-primary .nav-link::after, .hae-tabs-underline.tabs-underline-primary .hae-tabs-card-header::after {
  background-color: var(--hi-color-primary);
}
.hae-tabs-underline.tabs-underline-secondary .nav-link::after, .hae-tabs-underline.tabs-underline-secondary .hae-tabs-card-header::after {
  background: var(--hi-color-secondary);
}
.hae-tabs-underline.tabs-underline-success .nav-link::after, .hae-tabs-underline.tabs-underline-success .hae-tabs-card-header::after {
  background: #28a745;
}
.hae-tabs-underline.tabs-underline-danger .nav-link::after, .hae-tabs-underline.tabs-underline-danger .hae-tabs-card-header::after {
  background: #dc3545;
}
.hae-tabs-underline.tabs-underline-warning .nav-link::after, .hae-tabs-underline.tabs-underline-warning .hae-tabs-card-header::after {
  background: #ffc107;
}
.hae-tabs-underline.tabs-underline-info .nav-link::after, .hae-tabs-underline.tabs-underline-info .hae-tabs-card-header::after {
  background: #17a2b8;
}
.hae-tabs-underline.tabs-underline-light .nav-link::after, .hae-tabs-underline.tabs-underline-light .hae-tabs-card-header::after {
  background: var(--hi-color-light);
}
.hae-tabs-underline.tabs-underline-dark .nav-link::after, .hae-tabs-underline.tabs-underline-dark .hae-tabs-card-header::after {
  background: var(--hi-color-dark);
}

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