span.select2-selection.select2-selection--multiple.wdr-ui-element {
  margin-top: -7px !important;
  display: block !important;
  width: 102% !important;
  margin-left: -2px !important;
  height: calc(2.25rem + 2px) !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  box-shadow: inset 0 0 0 transparent !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
  margin-top: -5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

/** Add in for form input **/
.style-input {
  display: block;
  width: 100% !important;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.05rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.report-range {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  width: 100% !important;
  height: calc(2.25rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div > h1 {
  display: inline-block;
}
span.sub {
  margin-left: 5px;
  color: #6c757d;
  line-height: 1.8rem;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.1rem;
  font-weight: 400;
}

/** Add for top boxes **/
h3.chgDT {
  font-weight: bold !important;
  animation: glow 1s ease-in-out infinite alternate;
  text-shadow: 0 0 10px #fff;
  color: #0006ff !important;
}
