.swt2-hide {
  display:none!important
}

.swt2-text-center {
  text-align:center
}

.swt2-border-lime {
  border-color:rgba(151, 217, 27, .42)!important
}

.swt2-border-orange {
  border-color:rgba(255, 118, 15, .42)!important
}

.swt2-glow-lime {
  box-shadow:var(--swt2-glow)!important
}

.swt2-glow-orange {
  box-shadow:0 0 35px rgba(255, 118, 15, .18)!important
}

.swt2-mt-sm {
  margin-top:12px
}

.swt2-mt-md {
  margin-top:18px
}

.swt2-mt-lg {
  margin-top:28px
}

.swt2-mb-md {
  margin-bottom:18px
}

.swt2-only-mobile {
  display:none
}

@media (max-width:860px) {
  .swt2-hide-mobile {
    display:none!important
  }

  .swt2-only-mobile {
    display:block
  }

  .swt2-scroll-row__hint {
    display:block
  }
}
