.border {
  border: 1px solid #e1e1e1!important
}
.border-top {
  border-top: 1px solid #e1e1e1!important
}
.border-right {
  border-right: 1px solid #e1e1e1!important
}
.border-bottom {
  border-bottom: 1px solid #e1e1e1!important
}
.border-left {
  border-left: 1px solid #e1e1e1!important
}
.border-0 {
  border: 0!important
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 2px!important
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 2px!important
}
.rounded-left,
.rounded-top {
  border-top-left-radius: 2px!important
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 2px!important
}
.border-top-0 {
  border-top: 0!important
}
.border-right-0 {
  border-right: 0!important
}
.border-bottom-0 {
  border-bottom: 0!important
}
.border-left-0 {
  border-left: 0!important
}
.border-primary {
  border-color: #e95d0f!important
}
.border-secondary {
  border-color: #0cb949!important
}
.border-success {
  border-color: green!important
}
.border-info {
  border-color: #385273!important
}
.border-warning {
  border-color: #ff8000!important
}
.border-danger {
  border-color: #900!important
}
.border-dark {
  border-color: #f0f0f0!important
}
.border-white {
  border-color: #fff!important
}
.rounded,
.rounded-lg,
.rounded-sm {
  border-radius: 2px!important
}
.rounded-circle {
  border-radius: 50%!important
}
.rounded-pill {
  border-radius: 50rem!important
}
.rounded-0 {
  border-radius: 0!important
}