.bootstrap-wrapper .container-fluid {
  padding: 0 2.5% !important;
}
.bootstrap-wrapper .row {
  padding: 0 !important;
  width: auto;
  max-width: initial;
}
.bootstrap-wrapper form .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap-wrapper .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-center {
  justify-content: center !important;
}
.bootstrap-wrapper .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-around {
  justify-content: space-around !important;
}

.text-right {
  text-align: right !important;
}

/*# sourceMappingURL=bootstrap-grid.override.css.map */
