
* {
  box-sizing: border-box;
}

a {
  color: #ff6080;
  text-decoration: none;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-min {
  margin-bottom: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 1rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-min {
  margin-top: 0.25rem;
}
.mt-1 {
  margin-top: 0.5rem;
}
.mt-2 {
  margin-top: 1rem;
}

.display-none {
  display: none;
}

.w-100 {
  width: 100%!important;
}

.w-50 {
  width: 50%!important;
}

.w-40 {
  width: 40%!important;
}

.w-80 {
  width: 80%!important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.form-item-value {
  word-wrap: break-word;
}