.fk-btn { 
    border-style: solid;
    border-width: 0.0625rem;
    border-radius: 0.25rem;
    font-size: 0.98rem;
    line-height: 1rem;
    padding: 0.65rem .75rem;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    white-space: nowrap!important;
    outline: 0;
  }


.fk-btn-group .fk-btn-toggle {
    border-radius: unset !important;
    border-left: 1px solid rgb(214, 213, 213)!important;
}

.fk-btn-group .fk-btn-toggle:first-child {
  border-bottom-left-radius: 3px!important;
  border-top-left-radius: 3px!important;
  border-left: none !important;
}

.fk-btn-group .fk-btn-toggle:last-child {
  border-bottom-right-radius: 3px!important;
  border-top-right-radius: 3px!important;
  border-right: none!important;
}

.fk-btn-input {
  display: inline-block;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}


.fk-btn-small {
  padding: 0.3125rem 0.625rem!important;
}

.fk-btn-medium {
 padding: 0.4375rem 0.875rem !important;
}


.fk-btn-large {
  padding: 0.65rem .75rem !important;
}

.fk-btn-extra-large {
  padding: 0.8125rem 1.125rem !important;
}

.fk-btn-giant {
  padding: 0.9375rem 1.375rem !important;
}