.hlx-btn-group{

.hlx-g-btn {
  outline: none !important;
}
.hlx-g-btn {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.14px;
  padding: 10px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
  &.--border-bottom,
  &.--border-top {
    border-radius: 0 !important;
    // border-width: unset;
  }
}

& > .hlx-g-btn:last-child:not(:first-child),
& > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

& > .hlx-g-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

& .hlx-g-btn + .hlx-g-btn,
& .hlx-g-btn + &,
& & + .hlx-g-btn,
& & + & {
  margin-left: -1px;
}

.hlx-g-btn-default {
  color: #333;
  // background-color: #fff;
  border-color: #54bd95;
  border-width: thin;
  &.--border-bottom,
  &.--border-top {
    border: 2px solid;
    border-color: transparent;
  }

  &:hover,
  &:focus {
    color: #191a15;
    background-color: #fbfbfb;
    // border-color: #adadad;
    &.--border-bottom {
      color: #54bd95 !important;
      background-color: transparent !important;
    // border: 2px solid transparent;

      // border-color: transparent;
    }
  }

  // &:focus {
  //   color: #333;
  //   background-color: #e6e6e6;
  //   border-color: #8c8c8c;
  // }
}

.hlx-g-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.125);
  // border-width: thin;

  &.--border-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #54bd95 !important;
    background-color: transparent !important;
    // border-width: 2px;
    // border-width: unset;


    // border-bottom-color: #54bd95;
  }
}

.hlx-g-btn.focus,
.hlx-g-btn:focus,
.hlx-g-btn:hover {
  color: #333;
  text-decoration: none;
  z-index: 0;
}

&,
&-vertical {
  position: relative;
  display: flex;
  flex-wrap: nowrap;

  width: 100%;
  // flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.hlx-g-btn-default.active,
.hlx-g-btn-default:active,
.open > .dropdown-toggle.hlx-g-btn-default {
  color: #333;
  // background-color: #fbfbfb;
}

.hlx-g-btn-active {
  background-color: #54bd95 !important;
  color: white;
  border-color: #265e4b;
  border-width: thin;

  z-index: 5;
  &.--border-bottom {
    border-width: unset;

    color: #54bd95 !important;
    background-color: transparent !important;
    border-color: transparent !important ;
    border-bottom-color: #54bd95 !important ;
    // border-radius: 2.6px !important;
    border-bottom-left-radius: 1.8px !important;
    border-bottom-right-radius: 1.8px !important;
    border: 2px solid;
  }
}

.hlx-g-btn-active:hover {
  color: #fff;
  background-color: #54bd95;
  border-color: #265e4b;
  z-index: 5;
  &.--border-bottom {
    color: #54bd95 !important;
    background-color: transparent !important;
    border-color: transparent;
  }
}
.hlx-g-btn-active.focus,
.hlx-g-btn-active:focus {
  color: white;
  background-color: #54bd95;
  border-color: #265e4b;
  &.--border-bottom {
    color: #54bd95 !important;
    background-color: transparent !important;
    border-color: transparent;
  }
}
& > .hlx-g-btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
& > .hlx-g-btn:first-child {
  margin-left: 0;
}
&-vertical > .hlx-g-btn,
& > .hlx-g-btn {
  position: relative;
  float: left;
}

& > .hlx-g-btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
& > .hlx-g-btn:first-child {
  margin-left: 0;
}

.hlx-g-btn.active.focus,
.hlx-g-btn.active:focus,
.hlx-g-btn.focus,
.hlx-g-btn:active.focus,
.hlx-g-btn:active:focus,
.hlx-g-btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

& > .hlx-g-btn.active,
& > .hlx-g-btn:active,
& > .hlx-g-btn:focus {
  z-index: 2;
}
}
