.bootstrap-component .p-4 {
  padding: 1.5rem;
}

.bootstrap-component .rounded {
  border-radius: .25rem;
}

.bootstrap-component .border {
  border: 1px solid #dee2e6;
}

.bootstrap-component h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.bootstrap-component p {
  margin-bottom: 1rem;
}

.bootstrap-component label {
  display: inline-block;
  margin-bottom: .5rem;
}

.bootstrap-component .form-group {
  margin-bottom: 1rem;
}

.bootstrap-component .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bootstrap-component .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bootstrap-component {
  font-size: 1rem;
}

.bootstrap-component .col-4,
.bootstrap-component .col-sm-3,
.bootstrap-component .col-lg-2,
.bootstrap-component .col-lg-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.bootstrap-component .form-control-file, .bootstrap-component .form-control-range {
  display: block;
  width: 100%;
}

.bootstrap-component .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.bootstrap-component .text-left {
  text-align: left;
}

.bootstrap-component .text-center {
  text-align: center;
}

.bootstrap-component .table td, .bootstrap-component .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

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

.bootstrap-component .badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.bootstrap-component .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (min-width: 576px) {
  .bootstrap-component .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .bootstrap-component .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bootstrap-component .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.bootstrap-component .hidden {
  display: none;
}

.bootstrap-component .alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.bootstrap-component .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.bootstrap-component table {
  border-collapse: collapse;
}

.bootstrap-component .mb-4 {
  margin-bottom: 1.5rem;
}

.bootstrap-component .d-flex {
  display: -ms-flexbox;
  display: flex;
}

.bootstrap-component .align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.bootstrap-component .justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.bootstrap-component .flex-grow-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bootstrap-component .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.bootstrap-component .mt-3 {
  margin-top: 1rem;
}


.bootstrap-component .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.bootstrap-component .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.bootstrap-component .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.bootstrap-component .btn {
  height: 36px;
}

.bootstrap-component .ml-2 {
  margin-left: 0.5rem;
}

.bootstrap-component .text-light {
  color: #f8f9fa;
}

.bootstrap-component .bg-primary {
  background-color: #007bff;
}
