@charset "utf-8";
/* CSS Document */

.mdi.sc-icon-square {
  width: 36px;
  height: 36px; }
  .mdi.sc-icon-square, .mdi.sc-icon-square-large {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mdi.sc-icon-square-large {
    width: 48px;
    height: 48px; }

.mdi:before {
  font-size: 24px;
  font-size: 1.5rem; }

.mdi-clock-outline:before {
  padding-top: 1px; }

.mdi-email-open:before {
  padding-top: 2px; }

.mdi-close:before {
  margin-left: 1px; }

a.mdi {
  color: rgba(0, 0, 0, 0.54);
  position: relative; }
  a.mdi:hover {
    color: rgba(0, 0, 0, 0.87); }
  a.mdi:after {
    content: '';
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 140ms ease;
    transition: all 140ms ease; }
  a.mdi:before {
    position: relative;
    z-index: 10; }
  a.mdi.uk-open:after, a.mdi:hover:after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  a.mdi.sc-light {
    color: #fff; }
    a.mdi.sc-light:after {
      background: rgba(0, 0, 0, 0.16); }

.sc-icon-18 > i.mdi, .sc-icon-18:before {
  font-size: 18px !important;
  font-size: 1.125rem !important; }

.sc-icon-20 > i.mdi, .sc-icon-20:before {
  font-size: 20px !important;
  font-size: 1.25rem !important; }

.sc-icon-22 > i.mdi, .sc-icon-22:before {
  font-size: 22px !important;
  font-size: 1.375rem !important; }

.sc-icon-24 > i.mdi, .sc-icon-24:before {
  font-size: 24px !important;
  font-size: 1.5rem !important; }

.sc-icon-24.sc-icon-square {
  width: 36px;
  height: 36px; }

.sc-icon-28 > i.mdi, .sc-icon-28:before {
  font-size: 28px !important;
  font-size: 1.75rem !important; }

.sc-icon-28.sc-icon-square {
  width: 36px;
  height: 36px; }

.sc-icon-32 > i.mdi, .sc-icon-32:before {
  font-size: 32px !important;
  font-size: 2rem !important; }

.sc-icon-36 > i.mdi, .sc-icon-36:before {
  font-size: 36px !important;
  font-size: 2.25rem !important; }

.sc-icon-48 > i.mdi, .sc-icon-48:before {
  font-size: 48px !important;
  font-size: 3rem !important; }

.sc-icon-square {
  text-align: center; }

.sc-button {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background: #fff;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  height: 36px;
  min-width: 70px;
  padding: 4px 16px;
  margin: 0;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 240ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 240ms cubic-bezier(0.55, 0, 0.1, 1);
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500 !important;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 30px !important;
  overflow: hidden;
  will-change: box-shadow, color; }
  .sc-button:focus, .sc-button:active, .sc-button.uk-button-dropdown.uk-open {
    background: #fff;
    outline: none;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87); }
    .sc-button:focus > i.mdi, .sc-button:active > i.mdi, .sc-button.uk-button-dropdown.uk-open > i.mdi {
      color: rgba(0, 0, 0, 0.87); }
  .sc-button:hover {
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    text-decoration: none; }
  .sc-button:active, .sc-button.uk-active, .sc-button.uk-button-dropdown.uk-open {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
  .sc-button-primary, .sc-button-primary:hover, .sc-button-primary:focus, .sc-button-primary:active, .sc-button-primary.uk-active {
    background: #00838f; }
  .sc-button-secondary, .sc-button-secondary:hover, .sc-button-secondary:focus, .sc-button-secondary:active, .sc-button-secondary.uk-active {
    background: #c62828; }
  .sc-button-danger, .sc-button-danger:hover, .sc-button-danger:focus, .sc-button-danger:active, .sc-button-danger.uk-active {
    background: #e53935; }
  .sc-button-success, .sc-button-success:hover, .sc-button-success:focus, .sc-button-success:active, .sc-button-success.uk-active {
    background: #7cb342; }
  .sc-button-warning, .sc-button-warning:hover, .sc-button-warning:focus, .sc-button-warning:active, .sc-button-warning.uk-active {
    background: #ffb300; }
  .sc-button-danger, .sc-button-danger:before, .sc-button-danger:hover, .sc-button-danger:hover:before, .sc-button-danger:focus, .sc-button-danger:focus:before, .sc-button-danger:active, .sc-button-danger:active:before, .sc-button-danger.uk-active, .sc-button-danger.uk-active:before,
  .sc-button-danger > i,
  .sc-button-danger > i:before, .sc-button-primary, .sc-button-primary:before, .sc-button-primary:hover, .sc-button-primary:hover:before, .sc-button-primary:focus, .sc-button-primary:focus:before, .sc-button-primary:active, .sc-button-primary:active:before, .sc-button-primary.uk-active, .sc-button-primary.uk-active:before,
  .sc-button-primary > i,
  .sc-button-primary > i:before, .sc-button-secondary, .sc-button-secondary:before, .sc-button-secondary:hover, .sc-button-secondary:hover:before, .sc-button-secondary:focus, .sc-button-secondary:focus:before, .sc-button-secondary:active, .sc-button-secondary:active:before, .sc-button-secondary.uk-active, .sc-button-secondary.uk-active:before,
  .sc-button-secondary > i,
  .sc-button-secondary > i:before, .sc-button-success, .sc-button-success:before, .sc-button-success:hover, .sc-button-success:hover:before, .sc-button-success:focus, .sc-button-success:focus:before, .sc-button-success:active, .sc-button-success:active:before, .sc-button-success.uk-active, .sc-button-success.uk-active:before,
  .sc-button-success > i,
  .sc-button-success > i:before, .sc-button-warning, .sc-button-warning:before, .sc-button-warning:hover, .sc-button-warning:hover:before, .sc-button-warning:focus, .sc-button-warning:focus:before, .sc-button-warning:active, .sc-button-warning:active:before, .sc-button-warning.uk-active, .sc-button-warning.uk-active:before,
  .sc-button-warning > i,
  .sc-button-warning > i:before, .sc-button-custom, .sc-button-custom:before, .sc-button-custom:hover, .sc-button-custom:hover:before, .sc-button-custom:focus, .sc-button-custom:focus:before, .sc-button-custom:active, .sc-button-custom:active:before, .sc-button-custom.uk-active, .sc-button-custom.uk-active:before,
  .sc-button-custom > i,
  .sc-button-custom > i:before {
    color: #fff; }
  .disabled > .sc-button, .disabled > .sc-button:hover, .disabled > .sc-button:focus, .disabled > .sc-button:active, .disabled > .sc-button.uk-active, .sc-button:disabled, .sc-button:disabled:hover, .sc-button:disabled:focus, .sc-button:disabled:active, .sc-button:disabled.uk-active, .sc-button-disabled, .sc-button-disabled:hover, .sc-button-disabled:focus, .sc-button-disabled:active, .sc-button-disabled.uk-active {
    color: #999;
    background: #eaeaea;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: default;
    pointer-events: none; }
  .sc-button > i.mdi {
    -webkit-transition: all 140ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 140ms cubic-bezier(0.55, 0, 0.1, 1);
    color: rgba(0, 0, 0, 0.54); }
    .sc-button > i.mdi:before {
      font-size: 18px;
      font-size: 1.125rem; }
  .sc-button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .sc-button-block {
    width: 100%; }
    .sc-button-block + .sc-button-block {
      margin-left: 0;
      margin-top: 12px; }
  .sc-button-flex,
  .sc-button-flex > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sc-button-flex .mdi {
    margin-top: -2px;
    height: 24px; }
    .sc-button-flex .mdi:before {
      line-height: 1; }
  .sc-button-flat {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .sc-button-flat:hover {
      background: rgba(0, 0, 0, 0.08) !important; }
    .sc-button-flat:active, .sc-button-flat.uk-active {
      background: rgba(153, 153, 153, 0.4); }
    .sc-button-flat-primary, .sc-button-flat-primary:hover, .sc-button-flat-primary:focus, .sc-button-flat-primary:active, .sc-button-flat-primary.uk-active {
      color: #00838f; }
    .sc-button-flat-primary.uk-active {
      color: #00838f;
      background: #e0f7fa; }
    .sc-button-flat-primary:hover {
      background: #e0f7fa !important; }
    .sc-button-flat-danger, .sc-button-flat-danger:hover, .sc-button-flat-danger:focus, .sc-button-flat-danger:active, .sc-button-flat-danger.uk-active {
      color: #e53935; }
    .sc-button-flat-danger.uk-active {
      color: #c62828;
      background: #ffebee; }
    .sc-button-flat-danger:hover {
      background: #ffebee !important; }
    .sc-button-flat-success, .sc-button-flat-success:hover, .sc-button-flat-success:focus, .sc-button-flat-success:active, .sc-button-flat-success.uk-active {
      color: #7cb342; }
    .sc-button-flat-success.uk-active {
      color: #558b2f;
      background: #f1f8e9; }
    .sc-button-flat-success:hover {
      background: #f1f8e9 !important; }
    .sc-button-flat-warning, .sc-button-flat-warning:hover, .sc-button-flat-warning:focus, .sc-button-flat-warning:active, .sc-button-flat-warning.uk-active {
      color: #ffb300; }
    .sc-button-flat-warning.uk-active {
      color: #ff8f00;
      background: #fff8e1; }
    .sc-button-flat-warning:hover {
      background: #fff8e1 !important; }
    .sc-button-flat:disabled, .sc-button-flat.sc-button-disabled {
      color: #a8a8a8;
      background: #fff;
      cursor: default;
      pointer-events: none; }
  .sc-button-outline {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    line-height: 28px !important;
    color: rgba(0, 0, 0, 0.87);
    background: transparent; }
    .sc-button-outline-square {
      width: 36px !important; }
    .sc-button-outline:active, .sc-button-outline.uk-active, .sc-button-outline:hover, .sc-button-outline.uk-button-dropdown.uk-open {
      border-color: rgba(0, 0, 0, 0.36); }
    .sc-button-outline-danger, .sc-button-outline-danger:hover, .sc-button-outline-danger:focus, .sc-button-outline-danger:active, .sc-button-outline-danger.uk-active {
      color: #e53935;
      background: none; }
    .sc-button-outline-danger:hover {
      border-color: #e53935; }
    .sc-button-outline-danger.uk-active {
      color: #c62828;
      background: #ffebee; }
    .sc-button-outline-danger.sc-button-icon > i.mdi {
      color: #e53935; }
    .sc-button-outline-primary, .sc-button-outline-primary:hover, .sc-button-outline-primary:focus, .sc-button-outline-primary:active, .sc-button-outline-primary.uk-active {
      color: #00838f;
      background: none; }
    .sc-button-outline-primary:hover {
      border-color: #00acc1; }
    .sc-button-outline-primary.uk-active {
      color: #00838f;
      background: #e0f7fa; }
    .sc-button-outline-primary.sc-button-icon > i.mdi {
      color: #00acc1; }
    .sc-button-outline-success, .sc-button-outline-success:hover, .sc-button-outline-success:focus, .sc-button-outline-success:active, .sc-button-outline-success.uk-active {
      color: #7cb342;
      background: none; }
    .sc-button-outline-success:hover {
      border-color: #7cb342; }
    .sc-button-outline-success.uk-active {
      color: #558b2f;
      background: #f1f8e9; }
    .sc-button-outline-success.sc-button-icon > i.mdi {
      color: #7cb342; }
    .sc-button-outline-warning, .sc-button-outline-warning:hover, .sc-button-outline-warning:focus, .sc-button-outline-warning:active, .sc-button-outline-warning.uk-active {
      color: #ffb300;
      background: none; }
    .sc-button-outline-warning:hover {
      border-color: #ffb300; }
    .sc-button-outline-warning.uk-active {
      color: #ff8f00;
      background: #fff8e1; }
    .sc-button-outline-warning.sc-button-icon > i.mdi {
      color: #ffb300; }
    .sc-button-outline:disabled, .sc-button-outline.sc-button-disabled {
      color: #a8a8a8 !important;
      border-color: rgba(0, 0, 0, 0.08);
      background: #fff;
      cursor: default;
      pointer-events: none; }
  .sc-button-wrapper {
    display: inline-block;
    text-align: center; }
  .sc-button-round {
    border-radius: 50%;
    padding: 4px; }
    .sc-button-round .mdi:before {
      margin-top: -1px; }
  .sc-button-state-loading {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 100%; }
    .sc-button-state-loading-start {
      font-size: 0;
      background: #fff !important; }
    .sc-button-state-loading-end {
      width: 36px;
      min-width: 36px;
      border-radius: 50%; }
  .sc-button-facebook {
    background: #3b5998 !important; }
  .sc-button-twitter {
    background: #00aced !important; }
  .sc-button-gplus {
    background: #dd4b39 !important; }
  .sc-button-twitch {
    background: #6441a5 !important; }
  .sc-button-youtube {
    background: #c4302b !important; }
  .sc-button-linkedin {
    background: #0e76a8 !important; }
  .sc-button-social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: inherit; }
    .sc-button-social,
    .sc-button-social > i {
      color: #fff !important; }
    .sc-button-social i {
      margin-top: 2px; }
    .sc-button-social > span {
      padding-top: 2px;
      margin-right: 8px; }
  .sc-button-mini {
    line-height: 18px !important;
    min-width: 12px;
    font-size: 11px !important;
    height: 24px;
    padding: 4px 8px; }
    .sc-button-mini.sc-button-outline {
      line-height: 16px !important; }
  .sc-button-small {
    line-height: 26px !important;
    height: 32px;
    min-width: 14px;
    font-size: 12px !important;
    padding: 4px 8px; }
    .sc-button-small.sc-button-outline {
      line-height: 22px !important; }
  .sc-button-large {
    line-height: 42px !important;
    height: 48px;
    font-size: 16px !important;
    min-width: 100px; }
    .sc-button-large.sc-button-outline {
      line-height: 40px !important; }
  .sc-button-icon {
    min-width: 32px;
    padding: 4px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sc-button-icon > i,
    .sc-button-icon > i.mdi,
    .sc-button-icon > i.mdi:before {
      font-size: 24px;
      line-height: 24px; }
    .sc-button-icon.sc-button-large > i,
    .sc-button-icon.sc-button-large > i.mdi {
      font-size: 32px; }
    .sc-button-icon.sc-button-small > i,
    .sc-button-icon.sc-button-small > i.mdi {
      font-size: 18px; }
    .sc-button-icon.sc-button-mini > i,
    .sc-button-icon.sc-button-mini > i.mdi {
      position: relative;
      font-size: 16px;
      line-height: 1; }
  .sc-button.uk-button-dropdown {
    position: relative;
    padding-right: 32px; }
    .sc-button.uk-button-dropdown:after {
      position: absolute;
      right: 6px;
      top: 3px;
      content: '\f140';
      font-family: "Material Design Icons";
      font-size: 20px;
      font-size: 1.25rem;
      -webkit-transition: -webkit-transform 140ms ease;
      transition: -webkit-transform 140ms ease;
      transition: transform 140ms ease;
      transition: transform 140ms ease, -webkit-transform 140ms ease; }
    .sc-button.uk-button-dropdown.uk-open:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .sc-button .sc-progress-circular {
    width: 18px;
    height: 18px;
    margin-top: 1px; }
  .sc-button-progress {
    min-width: 36px;
    padding: 4px 0;
    border-radius: 50%; }
  .sc-button-progress-overlay {
    position: relative; }
  .sc-button-progress-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px; }
    .sc-button-progress-layer .sc-progress-circular {
      margin-top: 5px; }

.uk-button-group {
  border-radius: 4px; }
  .uk-button-group:not(.sc-button-group-outline) {
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .uk-button-group:not(.sc-button-group-outline) > .sc-button:nth-child(n+2),
    .uk-button-group:not(.sc-button-group-outline) > div:nth-child(n+2) .sc-button {
      position: relative;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .uk-button-group:not(.sc-button-group-outline) .sc-button {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      .uk-button-group:not(.sc-button-group-outline) .sc-button:hover, .uk-button-group:not(.sc-button-group-outline) .sc-button:active {
        background: rgba(0, 0, 0, 0.08); }
        .uk-button-group:not(.sc-button-group-outline) .sc-button:hover.sc-button-primary, .uk-button-group:not(.sc-button-group-outline) .sc-button:active.sc-button-primary {
          background: #006c76; }
        .uk-button-group:not(.sc-button-group-outline) .sc-button:hover.sc-button-secondary, .uk-button-group:not(.sc-button-group-outline) .sc-button:active.sc-button-secondary {
          background: #b12424; }
        .uk-button-group:not(.sc-button-group-outline) .sc-button:hover.sc-button-success, .uk-button-group:not(.sc-button-group-outline) .sc-button:active.sc-button-success {
          background: #628e34; }
        .uk-button-group:not(.sc-button-group-outline) .sc-button:hover.sc-button-danger, .uk-button-group:not(.sc-button-group-outline) .sc-button:active.sc-button-danger {
          background: #cd1e1a; }
        .uk-button-group:not(.sc-button-group-outline) .sc-button:hover + .sc-button, .uk-button-group:not(.sc-button-group-outline) .sc-button:active + .sc-button {
          border-left-color: transparent; }
      .uk-button-group:not(.sc-button-group-outline) .sc-button:active {
        -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important; }
      .uk-button-group:not(.sc-button-group-outline) .sc-button.uk-active {
        background: #00acc1 !important;
        color: #fff; }
      .uk-button-group:not(.sc-button-group-outline) .sc-button.uk-open {
        background: rgba(0, 0, 0, 0.08);
        outline: none; }
    @media (max-width: 959px) {
      .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@m {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@m > .sc-button:nth-child(n+2),
        .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@m > div:nth-child(n+2) .sc-button {
          border-radius: 0;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          border-left: none; }
        .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@m .sc-button {
          width: 100%; }
          .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@m .sc-button:first-child {
            border-radius: 4px 4px 0 0; }
          .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@m .sc-button:last-child {
            border-radius: 0 0 4px 4px; } }
    @media (max-width: 639px) {
      .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@s {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@s > .sc-button:nth-child(n+2),
        .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@s > div:nth-child(n+2) .sc-button {
          border-radius: 0;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          border-left: none; }
        .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@s .sc-button {
          width: 100%; }
          .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@s .sc-button:first-child {
            border-radius: 4px 4px 0 0; }
          .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@s .sc-button:last-child {
            border-radius: 0 0 4px 4px; } }
    @media (max-width: 479px) {
      .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@xs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@xs > .sc-button:nth-child(n+2),
        .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@xs > div:nth-child(n+2) .sc-button {
          border-radius: 0;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          border-left: none; }
        .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@xs .sc-button {
          width: 100%; }
          .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@xs .sc-button:first-child {
            border-radius: 4px 4px 0 0; }
          .uk-button-group:not(.sc-button-group-outline).sc-buttons-stacked\@xs .sc-button:last-child {
            border-radius: 0 0 4px 4px; } }
  .uk-button-group > .sc-button {
    border-radius: 0; }
    .uk-button-group > .sc-button:first-child {
      border-radius: 4px 0 0 4px; }
    .uk-button-group > .sc-button:last-child,
    .uk-button-group > .sc-button + div > .sc-button {
      border-radius: 0 4px 4px 0; }
  .uk-button-group.sc-button-group-outline {
    margin-left: -1px; }
    .uk-button-group.sc-button-group-outline .sc-button {
      margin-left: -1px;
      background: #fff; }
      .uk-button-group.sc-button-group-outline .sc-button:hover {
        position: relative;
        z-index: 10; }
      .uk-button-group.sc-button-group-outline .sc-button.uk-active {
        background: #00acc1;
        color: #fff;
        z-index: 20; }
