.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}
.text-justify {
  text-align: justify!important
}
.text-wrap {
  white-space: normal!important
}
.text-nowrap {
  white-space: nowrap!important
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.text-left {
  text-align: left!important
}
.text-right {
  text-align: right!important
}
.text-center {
  text-align: center!important
}
@media (min-width:468px) {
  .text-sm-left {
    text-align: left!important
  }
  .text-sm-right {
    text-align: right!important
  }
  .text-sm-center {
    text-align: center!important
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align: left!important
  }
  .text-md-right {
    text-align: right!important
  }
  .text-md-center {
    text-align: center!important
  }
}
@media (min-width:1024px) {
  .text-lg-left {
    text-align: left!important
  }
  .text-lg-right {
    text-align: right!important
  }
  .text-lg-center {
    text-align: center!important
  }
}
@media (min-width:1200px) {
  .text-xl-left {
    text-align: left!important
  }
  .text-xl-right {
    text-align: right!important
  }
  .text-xl-center {
    text-align: center!important
  }
}
@media (min-width:1600px) {
  .text-xxl-left {
    text-align: left!important
  }
  .text-xxl-right {
    text-align: right!important
  }
  .text-xxl-center {
    text-align: center!important
  }
}
.text-lowercase {
  text-transform: lowercase!important
}
.text-uppercase {
  text-transform: uppercase!important
}
.text-capitalize {
  text-transform: capitalize!important
}
.font-weight-light {
  font-weight: 300!important
}
.font-weight-lighter {
  font-weight: lighter!important
}
.font-weight-normal {
  font-weight: 400!important
}
.font-weight-bold {
  font-weight: 700!important
}
.font-weight-bolder {
  font-weight: bolder!important
}
.font-italic {
  font-style: italic!important
}
.text-white {
  color: #fff!important
}
.text-primary {
  color: #e95d0f!important
}
a.text-primary:focus,
a.text-primary:hover {
  color: #a1400a!important
}
.text-secondary {
  color: #0cb949!important
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #07712d!important
}
.text-success {
  color: green!important
}
a.text-success:focus,
a.text-success:hover {
  color: #003400!important
}
.text-info {
  color: #385273!important
}
a.text-info:focus,
a.text-info:hover {
  color: #1f2d40!important
}
.text-warning {
  color: #ff8000!important
}
a.text-warning:focus,
a.text-warning:hover {
  color: #b35a00!important
}
.text-danger {
  color: #900!important
}
a.text-danger:focus,
a.text-danger:hover {
  color: #4d0000!important
}
.text-dark {
  color: #f0f0f0!important
}
a.text-dark:focus,
a.text-dark:hover {
  color: #cacaca!important
}
.text-body {
  color: #333!important
}
.text-muted {
  color: #666!important
}
.text-black-50 {
  color: rgba(0,0,0,.5)!important
}
.text-white-50 {
  color: rgba(255,255,255,.5)!important
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.text-decoration-none {
  text-decoration: none!important
}
.text-break {
  word-break: break-word!important;
  overflow-wrap: break-word!important
}
.text-reset {
  color: inherit!important
}