.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.align-right {
  text-align: right
}

.wrap-off {
  white-space: nowrap
}

.clearfix {
  overflow: visible
}

.clearfix::after {
  content: "";
  clear: both;
  display: block
}

.clear {
  clear: both
}

.left {
  float: left
}

.right {
  float: right
}

.w-100 {
  width: 100%
}

.w-50 {
  width: 50%
}

.w-30 {
  width: 30%
}

.w-33 {
  width: 33.3333%
}

.wb-67 {
  width: calc(67% - .5rem)
}

.wb-33 {
  width: calc(33% - .5rem)
}

.pad {
  padding: 1.5rem
}

.pad-1-0 {
  padding: 1rem 0
}

.pad-1 {
  padding: 1rem
}

.none {
  display: none
}

.nuber-box {
  width: 60px;
  margin: 0 10px;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #aaa;
}

.i-copy {
  width: 14px;
  background-image: url(/img/clippy.svg)
}

.i-arrow {
  background-image: url(/img/arrow-right.svg)
}

.i-plus {
  background-image: url(/img/plus.svg)
}

.i-remove {
  background-image: url(/img/trashcan.svg)
}

.box {
  color: rgba(0, 0, 0, .8);
  background: #fff;
  border: 1px solid #dee1e6;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  padding: 1.5rem
}

.box h1,
.box h2,
.box h3,
.box h4,
.box h5 {
  padding-bottom: .3rem;
  margin-bottom: 16px;
  border-bottom: 1px solid #dee1e6
}

.box h1 {
  font-weight: 600;
  border: 0
}

.switch {
  display: inline-block;
  position: relative;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  margin: 0 .25rem
}

.switch input {
  display: none
}

.switch label {
  cursor: pointer;
  font-size: .875rem;
  text-indent: 2.5rem;
  margin: 0;
  float: right
}

.switch input+label:after,
.switch input+label:before {
  width: 32px;
  height: 18px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block
}

.switch input+label:before {
  right: 0;
  background: #d6d6d6;
  border-radius: 20px;
  -webkit-transition: all .1s;
  transition: all .1s
}

.switch input+label:after {
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #fff;
  width: 14px;
  height: 14px;
  -webkit-transition: margin .1s;
  transition: margin .1s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .1)
}

.switch input:checked+label:before {
  background: #0078d4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.switch input:disabled+label {
  opacity: .5;
  cursor: not-allowed
}

.switch input:checked+label:after {
  margin-left: 14px
}

.controls {
  background: #f2f4f7;
  padding: .4rem .8rem;
  font-size: .875rem
}

.controls span {
  padding-right: .4rem;
  font-weight: 600
}

.controls a {
  padding: 0 .2rem
}

.tooltipped {
  position: relative
}

.tooltipped:after {
  position: absolute;
  z-index: 999;
  display: none;
  padding: 5px 8px;
  font: normal normal 11px/1.5 Helvetica, Arial;
  color: #fff;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: #222;
  border-radius: 3px
}

.tooltipped:before {
  position: absolute;
  z-index: 999;
  display: none;
  width: 0;
  height: 0;
  color: #222;
  pointer-events: none;
  content: "";
  border: 5px solid transparent
}

.tooltipped:hover:before,
.tooltipped:hover:after {
  display: inline-block;
  text-decoration: none
}

.tooltipped-n:after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px
}

.tooltipped-n:before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: #222
}

.tooltipped-s:after {
  top: 100%;
  right: 50%;
  margin-top: 5px
}

.tooltipped-s:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: #222
}

.tooltipped-w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 6px;
  transform: translateY(50%)
}

.tooltipped-w::before {
  top: 50%;
  bottom: 50%;
  left: -7px;
  margin-top: -6px;
  border-left-color: #222
}

.tooltipped-s:after,
.tooltipped-n:after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%)
}

.no-transition * {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important
}

.dimmer {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.dimmer.on {
  display: block
}

.toast {
  display: none;
  bottom: auto!important;
  position: fixed;
  right: 19px;
  top: 65px;
  z-index: 9999
}

.toast-content {
  border-radius: 2px;
  background: #323232;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: #fff;
  font: 14px/24px Arial;
  width: 220px;
  padding: .75rem 1.5rem;
  letter-spacing: .03125em
}

.container {
  position: relative
}

.clipboard {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #eee;
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 1px
}

.wrap-off {
  white-space: nowrap
}

.clearfix {
  overflow: visible
}

.clearfix::after {
  content: "";
  clear: both;
  display: block
}

.show {
  display: block
}

.indent>b {
  display: block;
  margin-bottom: 1rem
}

.indent>:not(:first-child) {
  /*margin-left: .8rem*/
}

.checkbox .info {
  width: 18px;
  height: 18px;
  display: inline-block;
  visibility: hidden;
  background-size: 14px 14px;
  background-position: center;
  vertical-align: middle
}

.checkbox:hover .info,
.radio:hover .info {
  visibility: visible
}

.checkbox,
.radio {
  position: relative;
  line-height: 18px;
  min-height: 18px
}

.checkbox label,
.radio label {
  position: relative;
  margin: 0;
  padding-left: 1.8rem;
  font-size: .875rem;
  cursor: pointer;
  margin-bottom: 10px;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  display: none
}

.checkbox label:before,
.radio label:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, .6)
}

.checkbox label:after,
.radio label:after {
  content: ' ';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #1473e6;
  background: #1473e6 url(https://textcleaner.net/wp-content/text/img/check.svg) no-repeat;
  background-size: 12px 16px;
  background-position: center
}

.checkbox input:disabled+label {
  opacity: .5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.checkbox input:not(:checked)+label:after,
.radio input:not(:checked)+label:after {
  opacity: 0
}

.checkbox input:checked+label:after,
.radio input:checked+label:after {
  opacity: 1
}

.radio label:before {
  border-radius: 50%;
  border-color: rgba(0, 0, 0, .68)
}

.radio label:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #1473e6;
  background-image: none;
  border-radius: 50%
}

.radio input:checked+label:before {
  border-color: #1473e6
}