SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.js/js-lib/bfr/fskapp/css/styles.css

Summary

Maintainability
Test Coverage
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */
.bootstrap-touchspin .input-group-btn-vertical{position:absolute;right:0;height:100%;z-index:11}.bootstrap-touchspin .input-group-btn-vertical>.btn{position:absolute;right:0;height:50%;padding:0;width:2em;text-align:center;line-height:1}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0 4px 0 0;top:0}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{border-radius:0 0 4px 0;bottom:0}

@font-face {
  font-family: 'feather';
  src: url('../fonts/feather.eot?t=1525787366991'); /* IE9*/
  src: url('../fonts/feather.eot?t=1525787366991#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/feather.woff?t=1525787366991') format('woff'), /* chrome, firefox */
  url('../fonts/feather.ttf?t=1525787366991') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/feather.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */
}

.feather {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert-octagon:before { content: "\e81b"; }

.icon-alert-circle:before { content: "\e81c"; }

.icon-activity:before { content: "\e81d"; }

.icon-alert-triangle:before { content: "\e81e"; }

.icon-align-center:before { content: "\e81f"; }

.icon-airplay:before { content: "\e820"; }

.icon-align-justify:before { content: "\e821"; }

.icon-align-left:before { content: "\e822"; }

.icon-align-right:before { content: "\e823"; }

.icon-arrow-down-left:before { content: "\e824"; }

.icon-arrow-down-right:before { content: "\e825"; }

.icon-anchor:before { content: "\e826"; }

.icon-aperture:before { content: "\e827"; }

.icon-arrow-left:before { content: "\e828"; }

.icon-arrow-right:before { content: "\e829"; }

.icon-arrow-down:before { content: "\e82a"; }

.icon-arrow-up-left:before { content: "\e82b"; }

.icon-arrow-up-right:before { content: "\e82c"; }

.icon-arrow-up:before { content: "\e82d"; }

.icon-award:before { content: "\e82e"; }

.icon-bar-chart:before { content: "\e82f"; }

.icon-at-sign:before { content: "\e830"; }

.icon-bar-chart-2:before { content: "\e831"; }

.icon-battery-charging:before { content: "\e832"; }

.icon-bell-off:before { content: "\e833"; }

.icon-battery:before { content: "\e834"; }

.icon-bluetooth:before { content: "\e835"; }

.icon-bell:before { content: "\e836"; }

.icon-book:before { content: "\e837"; }

.icon-briefcase:before { content: "\e838"; }

.icon-camera-off:before { content: "\e839"; }

.icon-calendar:before { content: "\e83a"; }

.icon-bookmark:before { content: "\e83b"; }

.icon-box:before { content: "\e83c"; }

.icon-camera:before { content: "\e83d"; }

.icon-check-circle:before { content: "\e83e"; }

.icon-check:before { content: "\e83f"; }

.icon-check-square:before { content: "\e840"; }

.icon-cast:before { content: "\e841"; }

.icon-chevron-down:before { content: "\e842"; }

.icon-chevron-left:before { content: "\e843"; }

.icon-chevron-right:before { content: "\e844"; }

.icon-chevron-up:before { content: "\e845"; }

.icon-chevrons-down:before { content: "\e846"; }

.icon-chevrons-right:before { content: "\e847"; }

.icon-chevrons-up:before { content: "\e848"; }

.icon-chevrons-left:before { content: "\e849"; }

.icon-circle:before { content: "\e84a"; }

.icon-clipboard:before { content: "\e84b"; }

.icon-chrome:before { content: "\e84c"; }

.icon-clock:before { content: "\e84d"; }

.icon-cloud-lightning:before { content: "\e84e"; }

.icon-cloud-drizzle:before { content: "\e84f"; }

.icon-cloud-rain:before { content: "\e850"; }

.icon-cloud-off:before { content: "\e851"; }

.icon-codepen:before { content: "\e852"; }

.icon-cloud-snow:before { content: "\e853"; }

.icon-compass:before { content: "\e854"; }

.icon-copy:before { content: "\e855"; }

.icon-corner-down-right:before { content: "\e856"; }

.icon-corner-down-left:before { content: "\e857"; }

.icon-corner-left-down:before { content: "\e858"; }

.icon-corner-left-up:before { content: "\e859"; }

.icon-corner-up-left:before { content: "\e85a"; }

.icon-corner-up-right:before { content: "\e85b"; }

.icon-corner-right-down:before { content: "\e85c"; }

.icon-corner-right-up:before { content: "\e85d"; }

.icon-cpu:before { content: "\e85e"; }

.icon-credit-card:before { content: "\e85f"; }

.icon-crosshair:before { content: "\e860"; }

.icon-disc:before { content: "\e861"; }

.icon-delete:before { content: "\e862"; }

.icon-download-cloud:before { content: "\e863"; }

.icon-download:before { content: "\e864"; }

.icon-droplet:before { content: "\e865"; }

.icon-edit-2:before { content: "\e866"; }

.icon-edit:before { content: "\e867"; }

.icon-edit-1:before { content: "\e868"; }

.icon-external-link:before { content: "\e869"; }

.icon-eye:before { content: "\e86a"; }

.icon-feather:before { content: "\e86b"; }

.icon-facebook:before { content: "\e86c"; }

.icon-file-minus:before { content: "\e86d"; }

.icon-eye-off:before { content: "\e86e"; }

.icon-fast-forward:before { content: "\e86f"; }

.icon-file-text:before { content: "\e870"; }

.icon-film:before { content: "\e871"; }

.icon-file:before { content: "\e872"; }

.icon-file-plus:before { content: "\e873"; }

.icon-folder:before { content: "\e874"; }

.icon-filter:before { content: "\e875"; }

.icon-flag:before { content: "\e876"; }

.icon-globe:before { content: "\e877"; }

.icon-grid:before { content: "\e878"; }

.icon-heart:before { content: "\e879"; }

.icon-home:before { content: "\e87a"; }

.icon-github:before { content: "\e87b"; }

.icon-image:before { content: "\e87c"; }

.icon-inbox:before { content: "\e87d"; }

.icon-layers:before { content: "\e87e"; }

.icon-info:before { content: "\e87f"; }

.icon-instagram:before { content: "\e880"; }

.icon-layout:before { content: "\e881"; }

.icon-link-2:before { content: "\e882"; }

.icon-life-buoy:before { content: "\e883"; }

.icon-link:before { content: "\e884"; }

.icon-log-in:before { content: "\e885"; }

.icon-list:before { content: "\e886"; }

.icon-lock:before { content: "\e887"; }

.icon-log-out:before { content: "\e888"; }

.icon-loader:before { content: "\e889"; }

.icon-mail:before { content: "\e88a"; }

.icon-maximize-2:before { content: "\e88b"; }

.icon-map:before { content: "\e88c"; }

.icon-map-pin:before { content: "\e88e"; }

.icon-menu:before { content: "\e88f"; }

.icon-message-circle:before { content: "\e890"; }

.icon-message-square:before { content: "\e891"; }

.icon-minimize-2:before { content: "\e892"; }

.icon-mic-off:before { content: "\e893"; }

.icon-minus-circle:before { content: "\e894"; }

.icon-mic:before { content: "\e895"; }

.icon-minus-square:before { content: "\e896"; }

.icon-minus:before { content: "\e897"; }

.icon-moon:before { content: "\e898"; }

.icon-monitor:before { content: "\e899"; }

.icon-more-vertical:before { content: "\e89a"; }

.icon-more-horizontal:before { content: "\e89b"; }

.icon-move:before { content: "\e89c"; }

.icon-music:before { content: "\e89d"; }

.icon-navigation-2:before { content: "\e89e"; }

.icon-navigation:before { content: "\e89f"; }

.icon-octagon:before { content: "\e8a0"; }

.icon-package:before { content: "\e8a1"; }

.icon-pause-circle:before { content: "\e8a2"; }

.icon-pause:before { content: "\e8a3"; }

.icon-percent:before { content: "\e8a4"; }

.icon-phone-call:before { content: "\e8a5"; }

.icon-phone-forwarded:before { content: "\e8a6"; }

.icon-phone-missed:before { content: "\e8a7"; }

.icon-phone-off:before { content: "\e8a8"; }

.icon-phone-incoming:before { content: "\e8a9"; }

.icon-phone:before { content: "\e8aa"; }

.icon-phone-outgoing:before { content: "\e8ab"; }

.icon-pie-chart:before { content: "\e8ac"; }

.icon-play-circle:before { content: "\e8ad"; }

.icon-play:before { content: "\e8ae"; }

.icon-plus-square:before { content: "\e8af"; }

.icon-plus-circle:before { content: "\e8b0"; }

.icon-plus:before { content: "\e8b1"; }

.icon-pocket:before { content: "\e8b2"; }

.icon-printer:before { content: "\e8b3"; }

.icon-power:before { content: "\e8b4"; }

.icon-radio:before { content: "\e8b5"; }

.icon-repeat:before { content: "\e8b6"; }

.icon-refresh-ccw:before { content: "\e8b7"; }

.icon-rewind:before { content: "\e8b8"; }

.icon-rotate-ccw:before { content: "\e8b9"; }

.icon-refresh-cw:before { content: "\e8ba"; }

.icon-rotate-cw:before { content: "\e8bb"; }

.icon-save:before { content: "\e8bc"; }

.icon-search:before { content: "\e8bd"; }

.icon-server:before { content: "\e8be"; }

.icon-scissors:before { content: "\e8bf"; }

.icon-share-2:before { content: "\e8c0"; }

.icon-share:before { content: "\e8c1"; }

.icon-shield:before { content: "\e8c2"; }

.icon-settings:before { content: "\e8c3"; }

.icon-skip-back:before { content: "\e8c4"; }

.icon-shuffle:before { content: "\e8c5"; }

.icon-sidebar:before { content: "\e8c6"; }

.icon-skip-forward:before { content: "\e8c7"; }

.icon-slack:before { content: "\e8c8"; }

.icon-slash:before { content: "\e8c9"; }

.icon-smartphone:before { content: "\e8ca"; }

.icon-square:before { content: "\e8cb"; }

.icon-speaker:before { content: "\e8cc"; }

.icon-star:before { content: "\e8cd"; }

.icon-stop-circle:before { content: "\e8ce"; }

.icon-sun:before { content: "\e8cf"; }

.icon-sunrise:before { content: "\e8d0"; }

.icon-tablet:before { content: "\e8d1"; }

.icon-tag:before { content: "\e8d2"; }

.icon-sunset:before { content: "\e8d3"; }

.icon-target:before { content: "\e8d4"; }

.icon-thermometer:before { content: "\e8d5"; }

.icon-thumbs-up:before { content: "\e8d6"; }

.icon-thumbs-down:before { content: "\e8d7"; }

.icon-toggle-left:before { content: "\e8d8"; }

.icon-toggle-right:before { content: "\e8d9"; }

.icon-trash-2:before { content: "\e8da"; }

.icon-trash:before { content: "\e8db"; }

.icon-trending-up:before { content: "\e8dc"; }

.icon-trending-down:before { content: "\e8dd"; }

.icon-triangle:before { content: "\e8de"; }

.icon-type:before { content: "\e8df"; }

.icon-twitter:before { content: "\e8e0"; }

.icon-upload:before { content: "\e8e1"; }

.icon-umbrella:before { content: "\e8e2"; }

.icon-upload-cloud:before { content: "\e8e3"; }

.icon-unlock:before { content: "\e8e4"; }

.icon-user-check:before { content: "\e8e5"; }

.icon-user-minus:before { content: "\e8e6"; }

.icon-user-plus:before { content: "\e8e7"; }

.icon-user-x:before { content: "\e8e8"; }

.icon-user:before { content: "\e8e9"; }

.icon-users:before { content: "\e8ea"; }

.icon-video-off:before { content: "\e8eb"; }

.icon-video:before { content: "\e8ec"; }

.icon-voicemail:before { content: "\e8ed"; }

.icon-volume-x:before { content: "\e8ee"; }

.icon-volume-2:before { content: "\e8ef"; }

.icon-volume-1:before { content: "\e8f0"; }

.icon-volume:before { content: "\e8f1"; }

.icon-watch:before { content: "\e8f2"; }

.icon-wifi:before { content: "\e8f3"; }

.icon-x-square:before { content: "\e8f4"; }

.icon-wind:before { content: "\e8f5"; }

.icon-x:before { content: "\e8f6"; }

.icon-x-circle:before { content: "\e8f7"; }

.icon-zap:before { content: "\e8f8"; }

.icon-zoom-in:before { content: "\e8f9"; }

.icon-zoom-out:before { content: "\e8fa"; }

.icon-command:before { content: "\e8fb"; }

.icon-cloud:before { content: "\e8fc"; }

.icon-hash:before { content: "\e8fd"; }

.icon-headphones:before { content: "\e8fe"; }

.icon-underline:before { content: "\e8ff"; }

.icon-italic:before { content: "\e900"; }

.icon-bold:before { content: "\e901"; }

.icon-crop:before { content: "\e902"; }

.icon-help-circle:before { content: "\e903"; }

.icon-paperclip:before { content: "\e904"; }

.icon-shopping-cart:before { content: "\e905"; }

.icon-tv:before { content: "\e906"; }

.icon-wifi-off:before { content: "\e907"; }

.icon-minimize:before { content: "\e88d"; }

.icon-maximize:before { content: "\e908"; }

.icon-gitlab:before { content: "\e909"; }

.icon-sliders:before { content: "\e90a"; }

.icon-star-on:before { content: "\e90b"; }

.icon-heart-on:before { content: "\e90c"; }

.icon-archive:before { content: "\e90d"; }

.icon-arrow-down-circle:before { content: "\e90e"; }

.icon-arrow-up-circle:before { content: "\e90f"; }

.icon-arrow-left-circle:before { content: "\e910"; }

.icon-arrow-right-circle:before { content: "\e911"; }

.icon-bar-chart-line-:before { content: "\e912"; }

.icon-bar-chart-line:before { content: "\e913"; }

.icon-book-open:before { content: "\e914"; }

.icon-code:before { content: "\e915"; }

.icon-database:before { content: "\e916"; }

.icon-dollar-sign:before { content: "\e917"; }

.icon-folder-plus:before { content: "\e918"; }

.icon-gift:before { content: "\e919"; }

.icon-folder-minus:before { content: "\e91a"; }

.icon-git-commit:before { content: "\e91b"; }

.icon-git-branch:before { content: "\e91c"; }

.icon-git-pull-request:before { content: "\e91d"; }

.icon-git-merge:before { content: "\e91e"; }

.icon-linkedin:before { content: "\e91f"; }

.icon-hard-drive:before { content: "\e920"; }

.icon-more-vertical-:before { content: "\e921"; }

.icon-more-horizontal-:before { content: "\e922"; }

.icon-rss:before { content: "\e923"; }

.icon-send:before { content: "\e924"; }

.icon-shield-off:before { content: "\e925"; }

.icon-shopping-bag:before { content: "\e926"; }

.icon-terminal:before { content: "\e927"; }

.icon-truck:before { content: "\e928"; }

.icon-zap-off:before { content: "\e929"; }

.icon-youtube:before { content: "\e92a"; }

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #757575;
    line-height: calc(1.5em + 0.75rem); }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 20px; }
    .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
      top: 60%;
      border-color: #343a40 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      width: 0;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 0.75rem); }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.select2-results__message {
  color: #6c757d; }

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px) !important; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 8px;
    width: 100%; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: #343a40;
    border: 1px solid #bdc6d0;
    border-radius: 0.2rem;
    padding: 0;
    padding-right: 5px;
    cursor: pointer;
    float: left;
    margin-top: 0.3em;
    margin-right: 5px; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: #bdc6d0;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 1px;
    padding-right: 3px;
    padding-left: 3px;
    float: left; }
    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #343a40; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    float: none;
    margin-right: 0;
    position: absolute !important;
    top: 0;
    right: 0.7em; }

.select2-container {
  display: block; }
  .select2-container *:focus {
    outline: 0; }

.input-group .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%; }
  @media (prefers-reduced-motion: reduce) {
    .select2-container--bootstrap4 .select2-selection {
      -webkit-transition: none;
      transition: none; } }

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #e9ecef;
  cursor: not-allowed;
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent; }

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545; }

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #28a745; }

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-radius: 0; }
  .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border-top: none;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #ced4da;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #e9ecef; }

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #007bff;
  color: #f8f9fa; }

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0; }
  .select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding-left: 1em; }

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto; }

.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #6c757d; }

.select2-container--bootstrap4 .select2-selection__clear {
  width: 0.9em;
  height: 0.9em;
  line-height: 0.75em;
  padding-left: 0.15em;
  margin-top: 0.7em;
  border-radius: 100%;
  background-color: #c8c8c8;
  color: #f8f9fa;
  float: right;
  margin-right: 0.3em; }
  .select2-container--bootstrap4 .select2-selection__clear:hover {
    background-color: #afafaf; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #034EA2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #F1C753;
  --green: #79C941;
  --teal: #20c997;
  --cyan: #D1EDF4;
  --white: #fff;
  --gray: #CCCCCC;
  --gray-dark: #343a40;
  --primary: #34AC9F;
  --secondary: #ACB0B6;
  --success: #79C941;
  --info: #034EA2;
  --warning: #F1C753;
  --danger: #dc3545;
  --light: #FFFFFF;
  --dark: #343a40;
  --bfr-hover: #D1EDF4;
  --bfr: #034EA2;
  --breakpoint-xxxs: 0;
  --breakpoint-xxs: 460px;
  --breakpoint-xs: 576px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1600px;
  --breakpoint-xxl: 1920px;
  --font-family-sans-serif: "Arial", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #393939;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #34AC9F;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #34AC9F;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 1.25rem 1.25rem;
  padding-bottom: 1.25rem 1.25rem;
  color: #666666;
  text-align: left;
  caption-side: bottom; }

th {
  font-weight: bold;
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.25rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #000000; }

h1, .h1 {
  font-size: 1.625rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.2875rem + 0.45vw) ; } }

h2, .h2 {
  font-size: 1.25rem; }

h3, .h3 {
  font-size: 1rem; }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.25; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.25; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.25; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.25; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 87.5%;
  font-weight: 400; }

mark,
.mark {
  padding: 0;
  background-color: #F1C753; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 87.5%;
  color: #CCCCCC; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #CCCCCC; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 3px; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container, .container-xxs, .container-xs, .container-sm {
    max-width: 540px; } }

@media (min-width: 1024px) {
  .container, .container-xxs, .container-xs, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1280px) {
  .container, .container-xxs, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1600px) {
  .container, .container-xxs, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row, .card-nav .navbar, .input-range-controls, .modal-sim .sim-select .navbar {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > .input-range-control-single, .no-gutters > .input-range-control-double-from,
  .no-gutters > .input-range-control-double-to,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .input-range-control-single, .input-range-control-double-from,
.input-range-control-double-to,
.col-auto, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs,
.col-xxs-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.col, .input-range-control-single, .input-range-control-double-from,
.input-range-control-double-to {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 460px) {
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxs-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxs-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xxs-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxs-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxs-first {
    order: -1; }
  .order-xxs-last {
    order: 13; }
  .order-xxs-0 {
    order: 0; }
  .order-xxs-1 {
    order: 1; }
  .order-xxs-2 {
    order: 2; }
  .order-xxs-3 {
    order: 3; }
  .order-xxs-4 {
    order: 4; }
  .order-xxs-5 {
    order: 5; }
  .order-xxs-6 {
    order: 6; }
  .order-xxs-7 {
    order: 7; }
  .order-xxs-8 {
    order: 8; }
  .order-xxs-9 {
    order: 9; }
  .order-xxs-10 {
    order: 10; }
  .order-xxs-11 {
    order: 11; }
  .order-xxs-12 {
    order: 12; }
  .offset-xxs-0 {
    margin-left: 0; }
  .offset-xxs-1 {
    margin-left: 8.3333333333%; }
  .offset-xxs-2 {
    margin-left: 16.6666666667%; }
  .offset-xxs-3 {
    margin-left: 25%; }
  .offset-xxs-4 {
    margin-left: 33.3333333333%; }
  .offset-xxs-5 {
    margin-left: 41.6666666667%; }
  .offset-xxs-6 {
    margin-left: 50%; }
  .offset-xxs-7 {
    margin-left: 58.3333333333%; }
  .offset-xxs-8 {
    margin-left: 66.6666666667%; }
  .offset-xxs-9 {
    margin-left: 75%; }
  .offset-xxs-10 {
    margin-left: 83.3333333333%; }
  .offset-xxs-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 576px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    order: -1; }
  .order-xs-last {
    order: 13; }
  .order-xs-0 {
    order: 0; }
  .order-xs-1 {
    order: 1; }
  .order-xs-2 {
    order: 2; }
  .order-xs-3 {
    order: 3; }
  .order-xs-4 {
    order: 4; }
  .order-xs-5 {
    order: 5; }
  .order-xs-6 {
    order: 6; }
  .order-xs-7 {
    order: 7; }
  .order-xs-8 {
    order: 8; }
  .order-xs-9 {
    order: 9; }
  .order-xs-10 {
    order: 10; }
  .order-xs-11 {
    order: 11; }
  .order-xs-12 {
    order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.3333333333%; }
  .offset-xs-2 {
    margin-left: 16.6666666667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.3333333333%; }
  .offset-xs-5 {
    margin-left: 41.6666666667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.3333333333%; }
  .offset-xs-8 {
    margin-left: 66.6666666667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.3333333333%; }
  .offset-xs-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1920px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #393939; }
  .table th,
  .table td {
    padding: 1.25rem 1.25rem;
    vertical-align: top;
    border-top: 1px solid #E4E4E5; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #E4E4E5; }
  .table tbody + tbody {
    border-top: 2px solid #E4E4E5; }

.table-sm th,
.table-sm td {
  padding: 0.75rem 1rem; }

.table-bordered {
  border: 1px solid #E4E4E5; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E4E4E5; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: #F7F7FB; }

.table-hover tbody tr:hover {
  color: #393939;
  background-color: #D1EDF4; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6e8e4; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #95d4cd; }

.table-hover .table-primary:hover {
  background-color: #b4e1db; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b4e1db; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e8e9eb; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #d4d6d9; }

.table-hover .table-secondary:hover {
  background-color: #dadcdf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #dadcdf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d9f0ca; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b9e39c; }

.table-hover .table-success:hover {
  background-color: #cbeab6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #cbeab6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8cde5; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ca3cf; }

.table-hover .table-info:hover {
  background-color: #a5c0de; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a5c0de; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbefcf; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f8e2a6; }

.table-hover .table-warning:hover {
  background-color: #f9e7b7; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f9e7b7; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: white; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white; }

.table-hover .table-light:hover {
  background-color: #f2f2f2; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f2f2f2; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-bfr-hover,
.table-bfr-hover > th,
.table-bfr-hover > td {
  background-color: #f2fafc; }

.table-bfr-hover th,
.table-bfr-hover td,
.table-bfr-hover thead th,
.table-bfr-hover tbody + tbody {
  border-color: #e7f6f9; }

.table-hover .table-bfr-hover:hover {
  background-color: #ddf2f7; }
  .table-hover .table-bfr-hover:hover > td,
  .table-hover .table-bfr-hover:hover > th {
    background-color: #ddf2f7; }

.table-bfr,
.table-bfr > th,
.table-bfr > td {
  background-color: #b8cde5; }

.table-bfr th,
.table-bfr td,
.table-bfr thead th,
.table-bfr tbody + tbody {
  border-color: #7ca3cf; }

.table-hover .table-bfr:hover {
  background-color: #a5c0de; }
  .table-hover .table-bfr:hover > td,
  .table-hover .table-bfr:hover > th {
    background-color: #a5c0de; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #D1EDF4; }

.table-hover .table-active:hover {
  background-color: #bce5ef; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #bce5ef; }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #034EA2;
  background-color: #F7F7FB;
  border-color: #E4E4E5; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 459.98px) {
  .table-responsive-xxs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxs > .table-bordered {
      border: 0; } }

@media (max-width: 575.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xs > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 1023.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1279.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1599.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .select2-container .select2-selection {
  display: block;
  width: 100%;
  height: calc(1.375em + 1rem + 2px);
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #393939;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ACB0B6;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .select2-container .select2-selection {
      transition: none; } }
  .form-control::-ms-expand, .select2-container .select2-selection::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, .select2-container .select2-selection:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #393939; }
  .form-control:focus, .select2-container .select2-selection:focus {
    color: #393939;
    background-color: transparent;
    border-color: #ACB0B6;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }
  .form-control::placeholder, .select2-container .select2-selection::placeholder {
    color: #ACB0B6;
    opacity: 1; }
  .form-control:disabled, .select2-container .select2-selection:disabled, .form-control[readonly], .select2-container .select2-selection[readonly] {
    background-color: #F7F7FB;
    opacity: 1; }

input[type="date"].form-control, .select2-container input.select2-selection[type="date"],
input[type="time"].form-control,
.select2-container input.select2-selection[type="time"],
input[type="datetime-local"].form-control,
.select2-container input.select2-selection[type="datetime-local"],
input[type="month"].form-control,
.select2-container input.select2-selection[type="month"] {
  appearance: none; }

select.form-control:focus::-ms-value, .select2-container select.select2-selection:focus::-ms-value {
  color: #393939;
  background-color: transparent; }

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

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.375; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.3125rem + 1px);
  padding-bottom: calc(0.3125rem + 1px);
  font-size: 0.875rem;
  line-height: 1.2857142857; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.375;
  color: #393939;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .custom-file-sm .form-control-plaintext.custom-file-label, .select2-container .form-control-plaintext.select2-selection.select2-selection--sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .custom-file-sm .custom-file-label, .select2-container .select2-selection.select2-selection--sm {
  height: calc(1.2857142857em + 0.625rem + 2px);
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  border-radius: 4px; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 6px; }

select.form-control[size], .select2-container select.select2-selection[size], select.form-control[multiple], .select2-container select.select2-selection[multiple] {
  height: auto; }

textarea.form-control, .select2-container textarea.select2-selection {
  height: auto; }

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

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col, .form-row > .input-range-control-single, .form-row > .input-range-control-double-from,
  .form-row > .input-range-control-double-to,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #666666; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #79C941; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.375;
  color: #212529;
  background-color: rgba(121, 201, 65, 0.9);
  border-radius: 3px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .was-validated .select2-container .select2-selection:valid, .select2-container .was-validated .select2-selection:valid, .form-control.is-valid, .select2-container .is-valid.select2-selection {
  border-color: #79C941; }
  .was-validated .form-control:valid:focus, .was-validated .select2-container .select2-selection:valid:focus, .select2-container .was-validated .select2-selection:valid:focus, .form-control.is-valid:focus, .select2-container .is-valid.select2-selection:focus {
    border-color: #79C941;
    box-shadow: 0 0 0 3px rgba(121, 201, 65, 0.25); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #79C941; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #79C941;
    box-shadow: 0 0 0 3px rgba(121, 201, 65, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #79C941; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #79C941; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #79C941; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #95d469;
  background-color: #95d469; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(121, 201, 65, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #79C941; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #79C941; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #79C941;
  box-shadow: 0 0 0 3px rgba(121, 201, 65, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.375;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 3px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .was-validated .select2-container .select2-selection:invalid, .select2-container .was-validated .select2-selection:invalid, .form-control.is-invalid, .select2-container .is-invalid.select2-selection {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .select2-container .select2-selection:invalid:focus, .select2-container .was-validated .select2-selection:invalid:focus, .form-control.is-invalid:focus, .select2-container .is-invalid.select2-selection:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 768px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .select2-container .select2-selection, .select2-container .form-inline .select2-selection {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .action, .select2-container .select2-selection--multiple .select2-selection__clear, .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-block;
  font-weight: bold;
  color: #393939;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.375;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .action, .select2-container .select2-selection--multiple .select2-selection__clear, .select2-container .select2-selection--multiple .select2-selection__choice__remove {
      transition: none; } }
  .btn:hover, .action:hover, .select2-container .select2-selection--multiple .select2-selection__clear:hover, .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #393939;
    text-decoration: none; }
  .btn:focus, .action:focus, .select2-container .select2-selection--multiple .select2-selection__clear:focus, .select2-container .select2-selection--multiple .select2-selection__choice__remove:focus, .btn.focus, .focus.action, .select2-container .select2-selection--multiple .focus.select2-selection__clear, .select2-container .select2-selection--multiple .focus.select2-selection__choice__remove {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }
  .btn.disabled, .disabled.action, .select2-container .select2-selection--multiple .disabled.select2-selection__clear, .select2-container .select2-selection--multiple .disabled.select2-selection__choice__remove, .btn:disabled, .action:disabled, .select2-container .select2-selection--multiple .select2-selection__clear:disabled, .select2-container .select2-selection--multiple .select2-selection__choice__remove:disabled {
    opacity: 0.5; }
  .btn:not(:disabled):not(.disabled), .action:not(:disabled):not(.disabled), .select2-container .select2-selection--multiple .select2-selection__clear:not(:disabled):not(.disabled), .select2-container .select2-selection--multiple .select2-selection__choice__remove:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, a.disabled.action, .select2-container .select2-selection--multiple a.disabled.select2-selection__clear, .select2-container .select2-selection--multiple a.disabled.select2-selection__choice__remove,
fieldset:disabled a.btn,
fieldset:disabled a.action,
fieldset:disabled .select2-container .select2-selection--multiple a.select2-selection__clear,
.select2-container .select2-selection--multiple fieldset:disabled a.select2-selection__clear,
fieldset:disabled .select2-container .select2-selection--multiple a.select2-selection__choice__remove,
.select2-container .select2-selection--multiple fieldset:disabled a.select2-selection__choice__remove {
  pointer-events: none; }

.btn-primary, .action-primary {
  color: #fff;
  background-color: #34AC9F;
  border-color: #34AC9F; }
  .btn-primary:hover, .action-primary:hover {
    color: #fff;
    background-color: #2b8f84;
    border-color: #28857b; }
  .btn-primary:focus, .action-primary:focus, .btn-primary.focus, .focus.action-primary {
    color: #fff;
    background-color: #2b8f84;
    border-color: #28857b;
    box-shadow: 0 0 0 0px rgba(82, 184, 173, 0.5); }
  .btn-primary.disabled, .disabled.action-primary, .btn-primary:disabled, .action-primary:disabled {
    color: #fff;
    background-color: #34AC9F;
    border-color: #34AC9F; }
  .btn-primary:not(:disabled):not(.disabled):active, .action-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .action-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .show > .dropdown-toggle.action-primary {
    color: #fff;
    background-color: #28857b;
    border-color: #257b72; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .action-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .action-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .dropdown-toggle.action-primary:focus {
      box-shadow: 0 0 0 0px rgba(82, 184, 173, 0.5); }

.btn-secondary, .action-secondary {
  color: #212529;
  background-color: #ACB0B6;
  border-color: #ACB0B6; }
  .btn-secondary:hover, .action-secondary:hover {
    color: #212529;
    background-color: #989da4;
    border-color: #91969e; }
  .btn-secondary:focus, .action-secondary:focus, .btn-secondary.focus, .focus.action-secondary {
    color: #212529;
    background-color: #989da4;
    border-color: #91969e;
    box-shadow: 0 0 0 0px rgba(151, 155, 161, 0.5); }
  .btn-secondary.disabled, .disabled.action-secondary, .btn-secondary:disabled, .action-secondary:disabled {
    color: #212529;
    background-color: #ACB0B6;
    border-color: #ACB0B6; }
  .btn-secondary:not(:disabled):not(.disabled):active, .action-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .action-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .show > .dropdown-toggle.action-secondary {
    color: #fff;
    background-color: #91969e;
    border-color: #8a9098; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .action-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .action-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .show > .dropdown-toggle.action-secondary:focus {
      box-shadow: 0 0 0 0px rgba(151, 155, 161, 0.5); }

.btn-success, .action-success {
  color: #212529;
  background-color: #79C941;
  border-color: #79C941; }
  .btn-success:hover, .action-success:hover {
    color: #fff;
    background-color: #67b132;
    border-color: #61a730; }
  .btn-success:focus, .action-success:focus, .btn-success.focus, .focus.action-success {
    color: #fff;
    background-color: #67b132;
    border-color: #61a730;
    box-shadow: 0 0 0 0px rgba(108, 176, 61, 0.5); }
  .btn-success.disabled, .disabled.action-success, .btn-success:disabled, .action-success:disabled {
    color: #212529;
    background-color: #79C941;
    border-color: #79C941; }
  .btn-success:not(:disabled):not(.disabled):active, .action-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .action-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle,
  .show > .dropdown-toggle.action-success {
    color: #fff;
    background-color: #61a730;
    border-color: #5b9d2d; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .action-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .action-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus,
    .show > .dropdown-toggle.action-success:focus {
      box-shadow: 0 0 0 0px rgba(108, 176, 61, 0.5); }

.btn-info, .action-info {
  color: #fff;
  background-color: #034EA2;
  border-color: #034EA2; }
  .btn-info:hover, .action-info:hover {
    color: #fff;
    background-color: #023c7c;
    border-color: #023670; }
  .btn-info:focus, .action-info:focus, .btn-info.focus, .focus.action-info {
    color: #fff;
    background-color: #023c7c;
    border-color: #023670;
    box-shadow: 0 0 0 0px rgba(41, 105, 176, 0.5); }
  .btn-info.disabled, .disabled.action-info, .btn-info:disabled, .action-info:disabled {
    color: #fff;
    background-color: #034EA2;
    border-color: #034EA2; }
  .btn-info:not(:disabled):not(.disabled):active, .action-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .action-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle,
  .show > .dropdown-toggle.action-info {
    color: #fff;
    background-color: #023670;
    border-color: #023063; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .action-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .action-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus,
    .show > .dropdown-toggle.action-info:focus {
      box-shadow: 0 0 0 0px rgba(41, 105, 176, 0.5); }

.btn-warning, .action-warning {
  color: #212529;
  background-color: #F1C753;
  border-color: #F1C753; }
  .btn-warning:hover, .action-warning:hover {
    color: #212529;
    background-color: #eebb30;
    border-color: #edb824; }
  .btn-warning:focus, .action-warning:focus, .btn-warning.focus, .focus.action-warning {
    color: #212529;
    background-color: #eebb30;
    border-color: #edb824;
    box-shadow: 0 0 0 0px rgba(210, 175, 77, 0.5); }
  .btn-warning.disabled, .disabled.action-warning, .btn-warning:disabled, .action-warning:disabled {
    color: #212529;
    background-color: #F1C753;
    border-color: #F1C753; }
  .btn-warning:not(:disabled):not(.disabled):active, .action-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .action-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle,
  .show > .dropdown-toggle.action-warning {
    color: #212529;
    background-color: #edb824;
    border-color: #ecb418; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .action-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .action-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus,
    .show > .dropdown-toggle.action-warning:focus {
      box-shadow: 0 0 0 0px rgba(210, 175, 77, 0.5); }

.btn-danger, .action-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover, .action-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .action-danger:focus, .btn-danger.focus, .focus.action-danger {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0px rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .disabled.action-danger, .btn-danger:disabled, .action-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .action-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .action-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle,
  .show > .dropdown-toggle.action-danger {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .action-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .action-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus,
    .show > .dropdown-toggle.action-danger:focus {
      box-shadow: 0 0 0 0px rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e5e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e5e5;
    box-shadow: 0 0 0 0px rgba(222, 222, 223, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e5e5;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(222, 222, 223, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0px rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(82, 88, 93, 0.5); }

.btn-bfr-hover {
  color: #212529;
  background-color: #D1EDF4;
  border-color: #D1EDF4; }
  .btn-bfr-hover:hover {
    color: #212529;
    background-color: #b2e1ed;
    border-color: #a8ddea; }
  .btn-bfr-hover:focus, .btn-bfr-hover.focus {
    color: #212529;
    background-color: #b2e1ed;
    border-color: #a8ddea;
    box-shadow: 0 0 0 0px rgba(183, 207, 214, 0.5); }
  .btn-bfr-hover.disabled, .btn-bfr-hover:disabled {
    color: #212529;
    background-color: #D1EDF4;
    border-color: #D1EDF4; }
  .btn-bfr-hover:not(:disabled):not(.disabled):active, .btn-bfr-hover:not(:disabled):not(.disabled).active,
  .show > .btn-bfr-hover.dropdown-toggle {
    color: #212529;
    background-color: #a8ddea;
    border-color: #9ed9e8; }
    .btn-bfr-hover:not(:disabled):not(.disabled):active:focus, .btn-bfr-hover:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bfr-hover.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(183, 207, 214, 0.5); }

.btn-bfr {
  color: #fff;
  background-color: #034EA2;
  border-color: #034EA2; }
  .btn-bfr:hover {
    color: #fff;
    background-color: #023c7c;
    border-color: #023670; }
  .btn-bfr:focus, .btn-bfr.focus {
    color: #fff;
    background-color: #023c7c;
    border-color: #023670;
    box-shadow: 0 0 0 0px rgba(41, 105, 176, 0.5); }
  .btn-bfr.disabled, .btn-bfr:disabled {
    color: #fff;
    background-color: #034EA2;
    border-color: #034EA2; }
  .btn-bfr:not(:disabled):not(.disabled):active, .btn-bfr:not(:disabled):not(.disabled).active,
  .show > .btn-bfr.dropdown-toggle {
    color: #fff;
    background-color: #023670;
    border-color: #023063; }
    .btn-bfr:not(:disabled):not(.disabled):active:focus, .btn-bfr:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bfr.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(41, 105, 176, 0.5); }

.btn-outline-primary {
  color: #34AC9F;
  border-color: #34AC9F; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #34AC9F;
    border-color: #34AC9F; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0px rgba(52, 172, 159, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #34AC9F;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #34AC9F;
    border-color: #34AC9F; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(52, 172, 159, 0.5); }

.btn-outline-secondary, .action-outline-secondary {
  color: #ACB0B6;
  border-color: #ACB0B6; }
  .btn-outline-secondary:hover, .action-outline-secondary:hover {
    color: #212529;
    background-color: #ACB0B6;
    border-color: #ACB0B6; }
  .btn-outline-secondary:focus, .action-outline-secondary:focus, .btn-outline-secondary.focus, .focus.action-outline-secondary {
    box-shadow: 0 0 0 0px rgba(172, 176, 182, 0.5); }
  .btn-outline-secondary.disabled, .disabled.action-outline-secondary, .btn-outline-secondary:disabled, .action-outline-secondary:disabled {
    color: #ACB0B6;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .action-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .action-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle,
  .show > .dropdown-toggle.action-outline-secondary {
    color: #212529;
    background-color: #ACB0B6;
    border-color: #ACB0B6; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .action-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .action-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus,
    .show > .dropdown-toggle.action-outline-secondary:focus {
      box-shadow: 0 0 0 0px rgba(172, 176, 182, 0.5); }

.btn-outline-success {
  color: #79C941;
  border-color: #79C941; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #79C941;
    border-color: #79C941; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0px rgba(121, 201, 65, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #79C941;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #79C941;
    border-color: #79C941; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(121, 201, 65, 0.5); }

.btn-outline-info {
  color: #034EA2;
  border-color: #034EA2; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #034EA2;
    border-color: #034EA2; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0px rgba(3, 78, 162, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #034EA2;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #034EA2;
    border-color: #034EA2; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(3, 78, 162, 0.5); }

.btn-outline-warning {
  color: #F1C753;
  border-color: #F1C753; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #F1C753;
    border-color: #F1C753; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0px rgba(241, 199, 83, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F1C753;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #F1C753;
    border-color: #F1C753; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(241, 199, 83, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0px rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #FFFFFF;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0px rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(52, 58, 64, 0.5); }

.btn-outline-bfr-hover {
  color: #D1EDF4;
  border-color: #D1EDF4; }
  .btn-outline-bfr-hover:hover {
    color: #212529;
    background-color: #D1EDF4;
    border-color: #D1EDF4; }
  .btn-outline-bfr-hover:focus, .btn-outline-bfr-hover.focus {
    box-shadow: 0 0 0 0px rgba(209, 237, 244, 0.5); }
  .btn-outline-bfr-hover.disabled, .btn-outline-bfr-hover:disabled {
    color: #D1EDF4;
    background-color: transparent; }
  .btn-outline-bfr-hover:not(:disabled):not(.disabled):active, .btn-outline-bfr-hover:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bfr-hover.dropdown-toggle {
    color: #212529;
    background-color: #D1EDF4;
    border-color: #D1EDF4; }
    .btn-outline-bfr-hover:not(:disabled):not(.disabled):active:focus, .btn-outline-bfr-hover:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bfr-hover.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(209, 237, 244, 0.5); }

.btn-outline-bfr {
  color: #034EA2;
  border-color: #034EA2; }
  .btn-outline-bfr:hover {
    color: #fff;
    background-color: #034EA2;
    border-color: #034EA2; }
  .btn-outline-bfr:focus, .btn-outline-bfr.focus {
    box-shadow: 0 0 0 0px rgba(3, 78, 162, 0.5); }
  .btn-outline-bfr.disabled, .btn-outline-bfr:disabled {
    color: #034EA2;
    background-color: transparent; }
  .btn-outline-bfr:not(:disabled):not(.disabled):active, .btn-outline-bfr:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bfr.dropdown-toggle {
    color: #fff;
    background-color: #034EA2;
    border-color: #034EA2; }
    .btn-outline-bfr:not(:disabled):not(.disabled):active:focus, .btn-outline-bfr:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bfr.dropdown-toggle:focus {
      box-shadow: 0 0 0 0px rgba(3, 78, 162, 0.5); }

.btn-link {
  font-weight: 400;
  color: #34AC9F;
  text-decoration: none; }
  .btn-link:hover {
    color: #34AC9F;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #CCCCCC;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .action, .select2-container .select2-selection--multiple .btn-group-lg > .select2-selection__clear, .select2-container .select2-selection--multiple .btn-group-lg > .select2-selection__choice__remove {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .action, .select2-container .select2-selection--multiple .btn-group-sm > .select2-selection__clear, .select2-container .select2-selection--multiple .btn-group-sm > .select2-selection__choice__remove {
  padding: 0.3125rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.25rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #393939;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 460px) {
  .dropdown-menu-xxs-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxs-right {
    right: 0;
    left: auto; } }

@media (min-width: 576px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 1024px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1280px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1600px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1920px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4375rem 1rem;
  clear: both;
  font-weight: 400;
  color: #666666;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #393939;
    text-decoration: none;
    background-color: #D1EDF4; }
  .dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #034EA2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #F7F7FB;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.25rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #CCCCCC;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.4375rem 1rem;
  color: #666666; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .action, .select2-container .select2-selection--multiple .btn-group > .select2-selection__clear, .select2-container .select2-selection--multiple .btn-group > .select2-selection__choice__remove,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .action,
  .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__clear,
  .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__choice__remove {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .btn-group > .action:hover, .select2-container .select2-selection--multiple .btn-group > .select2-selection__clear:hover, .select2-container .select2-selection--multiple .btn-group > .select2-selection__choice__remove:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .action:hover,
    .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__clear:hover,
    .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__choice__remove:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .action:focus, .select2-container .select2-selection--multiple .btn-group > .select2-selection__clear:focus, .select2-container .select2-selection--multiple .btn-group > .select2-selection__choice__remove:focus, .btn-group > .btn:active, .btn-group > .action:active, .select2-container .select2-selection--multiple .btn-group > .select2-selection__clear:active, .select2-container .select2-selection--multiple .btn-group > .select2-selection__choice__remove:active, .btn-group > .btn.active, .btn-group > .active.action, .select2-container .select2-selection--multiple .btn-group > .active.select2-selection__clear, .select2-container .select2-selection--multiple .btn-group > .active.select2-selection__choice__remove,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .action:focus,
    .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__clear:focus,
    .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__choice__remove:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .action:active,
    .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__clear:active,
    .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__choice__remove:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.action,
    .select2-container .select2-selection--multiple .btn-group-vertical > .active.select2-selection__clear,
    .select2-container .select2-selection--multiple .btn-group-vertical > .active.select2-selection__choice__remove {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .btn-group > .action:not(:first-child), .select2-container .select2-selection--multiple .btn-group > .select2-selection__clear:not(:first-child), .select2-container .select2-selection--multiple .btn-group > .select2-selection__choice__remove:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .action:not(:last-child):not(.dropdown-toggle), .select2-container .select2-selection--multiple .btn-group > .select2-selection__clear:not(:last-child):not(.dropdown-toggle), .select2-container .select2-selection--multiple .btn-group > .select2-selection__choice__remove:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .action,
.select2-container .select2-selection--multiple .btn-group > .btn-group:not(:last-child) > .select2-selection__clear,
.select2-container .select2-selection--multiple .btn-group > .btn-group:not(:last-child) > .select2-selection__choice__remove {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .btn-group > .action:not(:first-child), .select2-container .select2-selection--multiple .btn-group > .select2-selection__clear:not(:first-child), .select2-container .select2-selection--multiple .btn-group > .select2-selection__choice__remove:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .action,
.select2-container .select2-selection--multiple .btn-group > .btn-group:not(:first-child) > .select2-selection__clear,
.select2-container .select2-selection--multiple .btn-group > .btn-group:not(:first-child) > .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .action + .dropdown-toggle-split, .select2-container .select2-selection--multiple .btn-group-sm > .select2-selection__clear + .dropdown-toggle-split, .select2-container .select2-selection--multiple .btn-group-sm > .select2-selection__choice__remove + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .action + .dropdown-toggle-split, .select2-container .select2-selection--multiple .btn-group-lg > .select2-selection__clear + .dropdown-toggle-split, .select2-container .select2-selection--multiple .btn-group-lg > .select2-selection__choice__remove + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .btn-group-vertical > .action,
  .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__clear,
  .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__choice__remove,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .action:not(:first-child), .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__clear:not(:first-child), .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__choice__remove:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .action:not(:last-child):not(.dropdown-toggle), .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__clear:not(:last-child):not(.dropdown-toggle), .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__choice__remove:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn-group:not(:last-child) > .action,
  .select2-container .select2-selection--multiple .btn-group-vertical > .btn-group:not(:last-child) > .select2-selection__clear,
  .select2-container .select2-selection--multiple .btn-group-vertical > .btn-group:not(:last-child) > .select2-selection__choice__remove {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .action:not(:first-child), .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__clear:not(:first-child), .select2-container .select2-selection--multiple .btn-group-vertical > .select2-selection__choice__remove:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .action,
  .select2-container .select2-selection--multiple .btn-group-vertical > .btn-group:not(:first-child) > .select2-selection__clear,
  .select2-container .select2-selection--multiple .btn-group-vertical > .btn-group:not(:first-child) > .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .action, .select2-container .select2-selection--multiple .btn-group-toggle > .select2-selection__clear, .select2-container .select2-selection--multiple .btn-group-toggle > .select2-selection__choice__remove,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .action,
.select2-container .select2-selection--multiple .btn-group-toggle > .btn-group > .select2-selection__clear,
.select2-container .select2-selection--multiple .btn-group-toggle > .btn-group > .select2-selection__choice__remove {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .action input[type="radio"], .select2-container .select2-selection--multiple .btn-group-toggle > .select2-selection__clear input[type="radio"], .select2-container .select2-selection--multiple .btn-group-toggle > .select2-selection__choice__remove input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .action input[type="checkbox"],
  .select2-container .select2-selection--multiple .btn-group-toggle > .select2-selection__clear input[type="checkbox"],
  .select2-container .select2-selection--multiple .btn-group-toggle > .select2-selection__choice__remove input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .action input[type="radio"],
  .select2-container .select2-selection--multiple .btn-group-toggle > .btn-group > .select2-selection__clear input[type="radio"],
  .select2-container .select2-selection--multiple .btn-group-toggle > .btn-group > .select2-selection__choice__remove input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .action input[type="checkbox"],
  .select2-container .select2-selection--multiple .btn-group-toggle > .btn-group > .select2-selection__clear input[type="checkbox"],
  .select2-container .select2-selection--multiple .btn-group-toggle > .btn-group > .select2-selection__choice__remove input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .select2-container .input-group > .select2-selection,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .select2-container .input-group > .select2-selection + .form-control, .select2-container .input-group > .form-control + .select2-selection, .select2-container .input-group > .select2-selection + .select2-selection,
    .input-group > .form-control + .custom-select,
    .select2-container .input-group > .select2-selection + .custom-select,
    .input-group > .form-control + .custom-file,
    .select2-container .input-group > .select2-selection + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .select2-container .input-group > .form-control-plaintext + .select2-selection,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .select2-container .input-group > .custom-select + .select2-selection,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .select2-container .input-group > .custom-file + .select2-selection,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .select2-container .input-group > .select2-selection:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .select2-container .input-group > .select2-selection:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .select2-container .input-group > .select2-selection:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .action, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__clear, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__clear, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__choice__remove, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__choice__remove,
  .input-group-append .btn,
  .input-group-append .action,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__clear,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__clear,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__choice__remove,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__choice__remove {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .action:focus, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__clear:focus, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__clear:focus, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__choice__remove:focus,
    .input-group-append .btn:focus,
    .input-group-append .action:focus,
    .input-group-append .select2-container .select2-selection--multiple .select2-selection__clear:focus,
    .select2-container .select2-selection--multiple .input-group-append .select2-selection__clear:focus,
    .input-group-append .select2-container .select2-selection--multiple .select2-selection__choice__remove:focus,
    .select2-container .select2-selection--multiple .input-group-append .select2-selection__choice__remove:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .action + .btn, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__clear + .btn, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__clear + .btn, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__choice__remove + .btn, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__choice__remove + .btn, .input-group-prepend .btn + .action, .input-group-prepend .action + .action, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__clear + .action, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__clear + .action, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__choice__remove + .action, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__choice__remove + .action, .input-group-prepend .select2-container .select2-selection--multiple .btn + .select2-selection__clear, .select2-container .select2-selection--multiple .input-group-prepend .btn + .select2-selection__clear, .input-group-prepend .select2-container .select2-selection--multiple .action + .select2-selection__clear, .select2-container .select2-selection--multiple .input-group-prepend .action + .select2-selection__clear, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__clear + .select2-selection__clear, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__clear + .select2-selection__clear, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__choice__remove + .select2-selection__clear, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__choice__remove + .select2-selection__clear, .input-group-prepend .select2-container .select2-selection--multiple .btn + .select2-selection__choice__remove, .select2-container .select2-selection--multiple .input-group-prepend .btn + .select2-selection__choice__remove, .input-group-prepend .select2-container .select2-selection--multiple .action + .select2-selection__choice__remove, .select2-container .select2-selection--multiple .input-group-prepend .action + .select2-selection__choice__remove, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__clear + .select2-selection__choice__remove, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__clear + .select2-selection__choice__remove, .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__choice__remove + .select2-selection__choice__remove, .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__choice__remove + .select2-selection__choice__remove,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .action + .input-group-text,
  .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__clear + .input-group-text,
  .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__clear + .input-group-text,
  .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__choice__remove + .input-group-text,
  .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__choice__remove + .input-group-text,
  .input-group-prepend .btn + .input-group-icon,
  .input-group-prepend .action + .input-group-icon,
  .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__clear + .input-group-icon,
  .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__clear + .input-group-icon,
  .input-group-prepend .select2-container .select2-selection--multiple .select2-selection__choice__remove + .input-group-icon,
  .select2-container .select2-selection--multiple .input-group-prepend .select2-selection__choice__remove + .input-group-icon,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-icon + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-icon,
  .input-group-prepend .input-group-icon + .input-group-icon,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-icon + .btn,
  .input-group-prepend .input-group-text + .action,
  .input-group-prepend .input-group-icon + .action,
  .input-group-prepend .select2-container .select2-selection--multiple .input-group-text + .select2-selection__clear,
  .select2-container .select2-selection--multiple .input-group-prepend .input-group-text + .select2-selection__clear,
  .input-group-prepend .select2-container .select2-selection--multiple .input-group-icon + .select2-selection__clear,
  .select2-container .select2-selection--multiple .input-group-prepend .input-group-icon + .select2-selection__clear,
  .input-group-prepend .select2-container .select2-selection--multiple .input-group-text + .select2-selection__choice__remove,
  .select2-container .select2-selection--multiple .input-group-prepend .input-group-text + .select2-selection__choice__remove,
  .input-group-prepend .select2-container .select2-selection--multiple .input-group-icon + .select2-selection__choice__remove,
  .select2-container .select2-selection--multiple .input-group-prepend .input-group-icon + .select2-selection__choice__remove,
  .input-group-append .btn + .btn,
  .input-group-append .action + .btn,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__clear + .btn,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__clear + .btn,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__choice__remove + .btn,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__choice__remove + .btn,
  .input-group-append .btn + .action,
  .input-group-append .action + .action,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__clear + .action,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__clear + .action,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__choice__remove + .action,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__choice__remove + .action,
  .input-group-append .select2-container .select2-selection--multiple .btn + .select2-selection__clear,
  .select2-container .select2-selection--multiple .input-group-append .btn + .select2-selection__clear,
  .input-group-append .select2-container .select2-selection--multiple .action + .select2-selection__clear,
  .select2-container .select2-selection--multiple .input-group-append .action + .select2-selection__clear,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__clear + .select2-selection__clear,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__clear + .select2-selection__clear,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__choice__remove + .select2-selection__clear,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__choice__remove + .select2-selection__clear,
  .input-group-append .select2-container .select2-selection--multiple .btn + .select2-selection__choice__remove,
  .select2-container .select2-selection--multiple .input-group-append .btn + .select2-selection__choice__remove,
  .input-group-append .select2-container .select2-selection--multiple .action + .select2-selection__choice__remove,
  .select2-container .select2-selection--multiple .input-group-append .action + .select2-selection__choice__remove,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__clear + .select2-selection__choice__remove,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__clear + .select2-selection__choice__remove,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__choice__remove + .select2-selection__choice__remove,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__choice__remove + .select2-selection__choice__remove,
  .input-group-append .btn + .input-group-text,
  .input-group-append .action + .input-group-text,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__clear + .input-group-text,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__clear + .input-group-text,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__choice__remove + .input-group-text,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__choice__remove + .input-group-text,
  .input-group-append .btn + .input-group-icon,
  .input-group-append .action + .input-group-icon,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__clear + .input-group-icon,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__clear + .input-group-icon,
  .input-group-append .select2-container .select2-selection--multiple .select2-selection__choice__remove + .input-group-icon,
  .select2-container .select2-selection--multiple .input-group-append .select2-selection__choice__remove + .input-group-icon,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-icon + .input-group-text,
  .input-group-append .input-group-text + .input-group-icon,
  .input-group-append .input-group-icon + .input-group-icon,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-icon + .btn,
  .input-group-append .input-group-text + .action,
  .input-group-append .input-group-icon + .action,
  .input-group-append .select2-container .select2-selection--multiple .input-group-text + .select2-selection__clear,
  .select2-container .select2-selection--multiple .input-group-append .input-group-text + .select2-selection__clear,
  .input-group-append .select2-container .select2-selection--multiple .input-group-icon + .select2-selection__clear,
  .select2-container .select2-selection--multiple .input-group-append .input-group-icon + .select2-selection__clear,
  .input-group-append .select2-container .select2-selection--multiple .input-group-text + .select2-selection__choice__remove,
  .select2-container .select2-selection--multiple .input-group-append .input-group-text + .select2-selection__choice__remove,
  .input-group-append .select2-container .select2-selection--multiple .input-group-icon + .select2-selection__choice__remove,
  .select2-container .select2-selection--multiple .input-group-append .input-group-icon + .select2-selection__choice__remove {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text, .input-group-icon {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #393939;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(228, 228, 229, 0.4);
  border: 1px solid transparent;
  border-radius: 5px; }
  .input-group-text input[type="radio"], .input-group-icon input[type="radio"],
  .input-group-text input[type="checkbox"],
  .input-group-icon input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .select2-container .input-group-lg > .select2-selection:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .select2-container .input-group-lg > .select2-selection,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-prepend > .input-group-icon,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-append > .input-group-icon,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .action,
.select2-container .select2-selection--multiple .input-group-lg > .input-group-prepend > .select2-selection__clear,
.select2-container .select2-selection--multiple .input-group-lg > .input-group-prepend > .select2-selection__choice__remove,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .action,
.select2-container .select2-selection--multiple .input-group-lg > .input-group-append > .select2-selection__clear,
.select2-container .select2-selection--multiple .input-group-lg > .input-group-append > .select2-selection__choice__remove {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 6px; }

.input-group-sm > .form-control:not(textarea), .select2-container .input-group-sm > .select2-selection:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.2857142857em + 0.625rem + 2px); }

.input-group-sm > .form-control, .select2-container .input-group-sm > .select2-selection,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-prepend > .input-group-icon,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-append > .input-group-icon,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .action,
.select2-container .select2-selection--multiple .input-group-sm > .input-group-prepend > .select2-selection__clear,
.select2-container .select2-selection--multiple .input-group-sm > .input-group-prepend > .select2-selection__choice__remove,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .action,
.select2-container .select2-selection--multiple .input-group-sm > .input-group-append > .select2-selection__clear,
.select2-container .select2-selection--multiple .input-group-sm > .input-group-append > .select2-selection__choice__remove {
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  border-radius: 4px; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.625rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .action, .select2-container .select2-selection--multiple .input-group > .input-group-prepend > .select2-selection__clear, .select2-container .select2-selection--multiple .input-group > .input-group-prepend > .select2-selection__choice__remove,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-prepend > .input-group-icon,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .action,
.select2-container .select2-selection--multiple .input-group > .input-group-append:not(:last-child) > .select2-selection__clear,
.select2-container .select2-selection--multiple .input-group > .input-group-append:not(:last-child) > .select2-selection__choice__remove,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .input-group-icon,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .action:not(:last-child):not(.dropdown-toggle),
.select2-container .select2-selection--multiple .input-group > .input-group-append:last-child > .select2-selection__clear:not(:last-child):not(.dropdown-toggle),
.select2-container .select2-selection--multiple .input-group > .input-group-append:last-child > .select2-selection__choice__remove:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:last-child > .input-group-icon:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .action, .select2-container .select2-selection--multiple .input-group > .input-group-append > .select2-selection__clear, .select2-container .select2-selection--multiple .input-group > .input-group-append > .select2-selection__choice__remove,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-append > .input-group-icon,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .action,
.select2-container .select2-selection--multiple .input-group > .input-group-prepend:not(:first-child) > .select2-selection__clear,
.select2-container .select2-selection--multiple .input-group > .input-group-prepend:not(:first-child) > .select2-selection__choice__remove,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .input-group-icon,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .action:not(:first-child),
.select2-container .select2-selection--multiple .input-group > .input-group-prepend:first-child > .select2-selection__clear:not(:first-child),
.select2-container .select2-selection--multiple .input-group > .input-group-prepend:first-child > .select2-selection__choice__remove:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-icon:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.375rem;
  padding-left: 1.625rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.125rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: #034EA2;
    background-color: #034EA2; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ACB0B6; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ace6e0;
    border-color: #ace6e0; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #CCCCCC; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #F7F7FB; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.125rem;
    left: -1.625rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.125rem;
    left: -1.625rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    content: "";
    background: no-repeat 50% / 100% 100%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #34AC9F;
  background-color: #34AC9F; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 172, 159, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 172, 159, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 172, 159, 0.5); }

.custom-switch {
  padding-left: 2.46875rem; }
  .custom-switch .custom-control-label::before {
    left: -2.46875rem;
    width: 1.96875rem;
    pointer-events: all;
    border-radius: 0.5625rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.125rem + 2px);
    left: calc(-2.46875rem + 2px);
    width: calc(1.125rem - 4px);
    height: calc(1.125rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5625rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: transparent;
    transform: translateX(0.84375rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(52, 172, 159, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.375em + 1rem + 2px);
  padding: 0.5rem 1.625rem 0.5rem 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #393939;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2334AC9F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 0.625rem center/1rem 1rem;
  border: 1px solid #ACB0B6;
  border-radius: 4px;
  appearance: none; }
  .custom-select:focus {
    border-color: #ACB0B6;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }
    .custom-select:focus::-ms-value {
      color: #393939;
      background-color: transparent; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.625rem;
    background-image: none; }
  .custom-select:disabled {
    color: #393939;
    background-color: #F7F7FB; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #393939; }

.custom-select-sm {
  height: calc(1.2857142857em + 0.625rem + 2px);
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.375em + 1rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.375em + 1rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ACB0B6;
    box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #F7F7FB; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.375em + 1rem + 2px);
  padding: 0.5rem 0.625rem;
  font-weight: 400;
  line-height: 1.375;
  color: #393939;
  background-color: transparent;
  border: 1px solid #ACB0B6;
  border-radius: 5px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.375em + 1rem);
    padding: 0.5rem 0.625rem;
    line-height: 1.375;
    color: #393939;
    content: "Browse";
    background-color: rgba(228, 228, 229, 0.4);
    border-left: inherit;
    border-radius: 0 5px 5px 0; }

.custom-range {
  width: 100%;
  height: calc(1.125rem + 6px);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -0.4375rem;
    background-color: #034EA2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #034EA2; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
    background-color: #E4E4E5;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1.125rem;
    height: 1.125rem;
    background-color: #034EA2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #034EA2; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
    background-color: #E4E4E5;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #034EA2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #034EA2; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5625rem; }
  .custom-range::-ms-fill-lower {
    background-color: #E4E4E5;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #E4E4E5;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #F7F7FB; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #F7F7FB; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #F7F7FB; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.75rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #CCCCCC;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #CCCCCC;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 4px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #34AC9F; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: -1.0625rem;
  padding-bottom: -1.0625rem;
  margin-right: 0;
  font-size: 2.5rem;
  line-height: inherit;
  white-space: nowrap; }
  @media (max-width: 1200px) {
    .navbar-brand {
      font-size: calc(1.375rem + 1.5vw) ; } }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 459.98px) {
  .navbar-expand-xxs > .container,
  .navbar-expand-xxs > .container-fluid, .navbar-expand-xxs > .container-sm, .navbar-expand-xxs > .container-md, .navbar-expand-xxs > .container-lg, .navbar-expand-xxs > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 460px) {
  .navbar-expand-xxs {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxs .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxs .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxs .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xxs > .container,
    .navbar-expand-xxs > .container-fluid, .navbar-expand-xxs > .container-sm, .navbar-expand-xxs > .container-md, .navbar-expand-xxs > .container-lg, .navbar-expand-xxs > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xxs .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxs .navbar-toggler {
      display: none; } }

@media (max-width: 575.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-sm, .navbar-expand-xs > .container-md, .navbar-expand-xs > .container-lg, .navbar-expand-xs > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xs .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xs .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xs > .container,
    .navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-sm, .navbar-expand-xs > .container-md, .navbar-expand-xs > .container-lg, .navbar-expand-xs > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xs .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xs .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 1023.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1279.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1280px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1599.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1919.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1920px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: #034EA2; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 6px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 1rem; }

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: #F7F7FB;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: 6px 6px 0 0; }

.card-footer {
  padding: 1rem 1.25rem;
  background-color: #F7F7FB;
  border-top: 0 solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 6px 6px; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 6px; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.card-deck .card {
  margin-bottom: 0.625rem; }

@media (min-width: 768px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 0.625rem;
      margin-bottom: 0;
      margin-left: 0.625rem; } }

.card-group > .card {
  margin-bottom: 0.625rem; }

@media (min-width: 768px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 4px; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #CCCCCC;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #CCCCCC; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #34AC9F;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #34AC9F;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #34AC9F;
  border-color: #34AC9F; }

.page-item.disabled .page-link {
  color: #CCCCCC;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2857142857; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .action .badge, .select2-container .select2-selection--multiple .select2-selection__clear .badge, .select2-container .select2-selection--multiple .select2-selection__choice__remove .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #34AC9F; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #28857b; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(52, 172, 159, 0.5); }

.badge-secondary {
  color: #212529;
  background-color: #ACB0B6; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #91969e; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(172, 176, 182, 0.5); }

.badge-success {
  color: #212529;
  background-color: #79C941; }
  a.badge-success:hover, a.badge-success:focus {
    color: #212529;
    background-color: #61a730; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(121, 201, 65, 0.5); }

.badge-info {
  color: #fff;
  background-color: #034EA2; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #023670; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(3, 78, 162, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #F1C753; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #edb824; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(241, 199, 83, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #FFFFFF; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #e6e5e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }

.badge-bfr-hover {
  color: #212529;
  background-color: #D1EDF4; }
  a.badge-bfr-hover:hover, a.badge-bfr-hover:focus {
    color: #212529;
    background-color: #a8ddea; }
  a.badge-bfr-hover:focus, a.badge-bfr-hover.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(209, 237, 244, 0.5); }

.badge-bfr {
  color: #fff;
  background-color: #034EA2; }
  a.badge-bfr:hover, a.badge-bfr:focus {
    color: #fff;
    background-color: #023670; }
  a.badge-bfr:focus, a.badge-bfr.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(3, 78, 162, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 4px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #1b5953;
  background-color: #d6eeec;
  border-color: #c6e8e4; }
  .alert-primary hr {
    border-top-color: #b4e1db; }
  .alert-primary .alert-link {
    color: #0f322f; }

.alert-secondary {
  color: #595c5f;
  background-color: #eeeff0;
  border-color: #e8e9eb; }
  .alert-secondary hr {
    border-top-color: #dadcdf; }
  .alert-secondary .alert-link {
    color: #404345; }

.alert-success {
  color: #3f6922;
  background-color: #e4f4d9;
  border-color: #d9f0ca; }
  .alert-success hr {
    border-top-color: #cbeab6; }
  .alert-success .alert-link {
    color: #284216; }

.alert-info {
  color: #022954;
  background-color: #cddcec;
  border-color: #b8cde5; }
  .alert-info hr {
    border-top-color: #a5c0de; }
  .alert-info .alert-link {
    color: #011122; }

.alert-warning {
  color: #7d672b;
  background-color: #fcf4dd;
  border-color: #fbefcf; }
  .alert-warning hr {
    border-top-color: #f9e7b7; }
  .alert-warning .alert-link {
    color: #57481e; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #6c6b6b; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-bfr-hover {
  color: #6d7b7f;
  background-color: #f6fbfd;
  border-color: #f2fafc; }
  .alert-bfr-hover hr {
    border-top-color: #ddf2f7; }
  .alert-bfr-hover .alert-link {
    color: #556064; }

.alert-bfr {
  color: #022954;
  background-color: #cddcec;
  border-color: #b8cde5; }
  .alert-bfr hr {
    border-top-color: #a5c0de; }
  .alert-bfr .alert-link {
    color: #011122; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 4px; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #34AC9F;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #393939;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #CCCCCC;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #34AC9F;
    border-color: #34AC9F; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 460px) {
  .list-group-horizontal-xxs {
    flex-direction: row; }
    .list-group-horizontal-xxs > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxs > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxs > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxs > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxs > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 576px) {
  .list-group-horizontal-xs {
    flex-direction: row; }
    .list-group-horizontal-xs > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xs > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xs > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xs > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1024px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1280px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1600px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1920px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #1b5953;
  background-color: #c6e8e4; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1b5953;
    background-color: #b4e1db; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1b5953;
    border-color: #1b5953; }

.list-group-item-secondary {
  color: #595c5f;
  background-color: #e8e9eb; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #595c5f;
    background-color: #dadcdf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #595c5f;
    border-color: #595c5f; }

.list-group-item-success {
  color: #3f6922;
  background-color: #d9f0ca; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #3f6922;
    background-color: #cbeab6; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #3f6922;
    border-color: #3f6922; }

.list-group-item-info {
  color: #022954;
  background-color: #b8cde5; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #022954;
    background-color: #a5c0de; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #022954;
    border-color: #022954; }

.list-group-item-warning {
  color: #7d672b;
  background-color: #fbefcf; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #7d672b;
    background-color: #f9e7b7; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7d672b;
    border-color: #7d672b; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #858585;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-bfr-hover {
  color: #6d7b7f;
  background-color: #f2fafc; }
  .list-group-item-bfr-hover.list-group-item-action:hover, .list-group-item-bfr-hover.list-group-item-action:focus {
    color: #6d7b7f;
    background-color: #ddf2f7; }
  .list-group-item-bfr-hover.list-group-item-action.active {
    color: #fff;
    background-color: #6d7b7f;
    border-color: #6d7b7f; }

.list-group-item-bfr {
  color: #022954;
  background-color: #b8cde5; }
  .list-group-item-bfr.list-group-item-action:hover, .list-group-item-bfr.list-group-item-action:focus {
    color: #022954;
    background-color: #a5c0de; }
  .list-group-item-bfr.list-group-item-action.active {
    color: #fff;
    background-color: #022954;
    border-color: #022954; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #CCCCCC;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.5s ease-out;
    transform: scale(0.9); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.7; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.75rem 1.25rem;
  border-bottom: 0 solid #E4E4E5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .modal-header .close {
    padding: 1.75rem 1.25rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.375; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 1.25rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1.25rem-0.25rem;
  border-top: 0 solid #E4E4E5;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 90%; } }

@media (min-width: 1280px) {
  .modal-lg,
  .modal-xl {
    max-width: 90%; } }

@media (min-width: 1600px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #393939; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #393939; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #393939; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #393939; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #393939;
  border-radius: 3px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 6px; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 6px 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 6px 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #393939; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #34AC9F !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #28857b !important; }

.bg-secondary {
  background-color: #ACB0B6 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #91969e !important; }

.bg-success {
  background-color: #79C941 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #61a730 !important; }

.bg-info {
  background-color: #034EA2 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #023670 !important; }

.bg-warning {
  background-color: #F1C753 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #edb824 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #FFFFFF !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e5e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-bfr-hover {
  background-color: #D1EDF4 !important; }

a.bg-bfr-hover:hover, a.bg-bfr-hover:focus,
button.bg-bfr-hover:hover,
button.bg-bfr-hover:focus {
  background-color: #a8ddea !important; }

.bg-bfr {
  background-color: #034EA2 !important; }

a.bg-bfr:hover, a.bg-bfr:focus,
button.bg-bfr:hover,
button.bg-bfr:focus {
  background-color: #023670 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #E4E4E5 !important; }

.border-top {
  border-top: 1px solid #E4E4E5 !important; }

.border-right {
  border-right: 1px solid #E4E4E5 !important; }

.border-bottom {
  border-bottom: 1px solid #E4E4E5 !important; }

.border-left {
  border-left: 1px solid #E4E4E5 !important; }

.border-0 {
  border: 0 !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: #34AC9F !important; }

.border-secondary {
  border-color: #ACB0B6 !important; }

.border-success {
  border-color: #79C941 !important; }

.border-info {
  border-color: #034EA2 !important; }

.border-warning {
  border-color: #F1C753 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #FFFFFF !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-bfr-hover {
  border-color: #D1EDF4 !important; }

.border-bfr {
  border-color: #034EA2 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 3px !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-lg {
  border-radius: 6px !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 460px) {
  .d-xxs-none {
    display: none !important; }
  .d-xxs-inline {
    display: inline !important; }
  .d-xxs-inline-block {
    display: inline-block !important; }
  .d-xxs-block {
    display: block !important; }
  .d-xxs-table {
    display: table !important; }
  .d-xxs-table-row {
    display: table-row !important; }
  .d-xxs-table-cell {
    display: table-cell !important; }
  .d-xxs-flex {
    display: flex !important; }
  .d-xxs-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 576px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: flex !important; }
  .d-xs-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1920px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 460px) {
  .flex-xxs-row {
    flex-direction: row !important; }
  .flex-xxs-column {
    flex-direction: column !important; }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxs-wrap {
    flex-wrap: wrap !important; }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxs-fill {
    flex: 1 1 auto !important; }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxs-start {
    justify-content: flex-start !important; }
  .justify-content-xxs-end {
    justify-content: flex-end !important; }
  .justify-content-xxs-center {
    justify-content: center !important; }
  .justify-content-xxs-between {
    justify-content: space-between !important; }
  .justify-content-xxs-around {
    justify-content: space-around !important; }
  .align-items-xxs-start {
    align-items: flex-start !important; }
  .align-items-xxs-end {
    align-items: flex-end !important; }
  .align-items-xxs-center {
    align-items: center !important; }
  .align-items-xxs-baseline {
    align-items: baseline !important; }
  .align-items-xxs-stretch {
    align-items: stretch !important; }
  .align-content-xxs-start {
    align-content: flex-start !important; }
  .align-content-xxs-end {
    align-content: flex-end !important; }
  .align-content-xxs-center {
    align-content: center !important; }
  .align-content-xxs-between {
    align-content: space-between !important; }
  .align-content-xxs-around {
    align-content: space-around !important; }
  .align-content-xxs-stretch {
    align-content: stretch !important; }
  .align-self-xxs-auto {
    align-self: auto !important; }
  .align-self-xxs-start {
    align-self: flex-start !important; }
  .align-self-xxs-end {
    align-self: flex-end !important; }
  .align-self-xxs-center {
    align-self: center !important; }
  .align-self-xxs-baseline {
    align-self: baseline !important; }
  .align-self-xxs-stretch {
    align-self: stretch !important; } }

@media (min-width: 576px) {
  .flex-xs-row {
    flex-direction: row !important; }
  .flex-xs-column {
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xs-start {
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    justify-content: center !important; }
  .justify-content-xs-between {
    justify-content: space-between !important; }
  .justify-content-xs-around {
    justify-content: space-around !important; }
  .align-items-xs-start {
    align-items: flex-start !important; }
  .align-items-xs-end {
    align-items: flex-end !important; }
  .align-items-xs-center {
    align-items: center !important; }
  .align-items-xs-baseline {
    align-items: baseline !important; }
  .align-items-xs-stretch {
    align-items: stretch !important; }
  .align-content-xs-start {
    align-content: flex-start !important; }
  .align-content-xs-end {
    align-content: flex-end !important; }
  .align-content-xs-center {
    align-content: center !important; }
  .align-content-xs-between {
    align-content: space-between !important; }
  .align-content-xs-around {
    align-content: space-around !important; }
  .align-content-xs-stretch {
    align-content: stretch !important; }
  .align-self-xs-auto {
    align-self: auto !important; }
  .align-self-xs-start {
    align-self: flex-start !important; }
  .align-self-xs-end {
    align-self: flex-end !important; }
  .align-self-xs-center {
    align-self: center !important; }
  .align-self-xs-baseline {
    align-self: baseline !important; }
  .align-self-xs-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1920px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 460px) {
  .float-xxs-left {
    float: left !important; }
  .float-xxs-right {
    float: right !important; }
  .float-xxs-none {
    float: none !important; } }

@media (min-width: 576px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 1024px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1920px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.5rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.5rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important; }

.m-2 {
  margin: 1rem !important; }

.mt-2,
.my-2 {
  margin-top: 1rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1rem !important; }

.m-3 {
  margin: 2rem !important; }

.mt-3,
.my-3 {
  margin-top: 2rem !important; }

.mr-3,
.mx-3 {
  margin-right: 2rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 2rem !important; }

.ml-3,
.mx-3 {
  margin-left: 2rem !important; }

.m-4 {
  margin: 4rem !important; }

.mt-4,
.my-4 {
  margin-top: 4rem !important; }

.mr-4,
.mx-4 {
  margin-right: 4rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 4rem !important; }

.ml-4,
.mx-4 {
  margin-left: 4rem !important; }

.m-5 {
  margin: 6rem !important; }

.mt-5,
.my-5 {
  margin-top: 6rem !important; }

.mr-5,
.mx-5 {
  margin-right: 6rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 6rem !important; }

.ml-5,
.mx-5 {
  margin-left: 6rem !important; }

.m-6 {
  margin: 8rem !important; }

.mt-6,
.my-6 {
  margin-top: 8rem !important; }

.mr-6,
.mx-6 {
  margin-right: 8rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 8rem !important; }

.ml-6,
.mx-6 {
  margin-left: 8rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.5rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.5rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.5rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.5rem !important; }

.p-2 {
  padding: 1rem !important; }

.pt-2,
.py-2 {
  padding-top: 1rem !important; }

.pr-2,
.px-2 {
  padding-right: 1rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1rem !important; }

.pl-2,
.px-2 {
  padding-left: 1rem !important; }

.p-3 {
  padding: 2rem !important; }

.pt-3,
.py-3 {
  padding-top: 2rem !important; }

.pr-3,
.px-3 {
  padding-right: 2rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 2rem !important; }

.pl-3,
.px-3 {
  padding-left: 2rem !important; }

.p-4 {
  padding: 4rem !important; }

.pt-4,
.py-4 {
  padding-top: 4rem !important; }

.pr-4,
.px-4 {
  padding-right: 4rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 4rem !important; }

.pl-4,
.px-4 {
  padding-left: 4rem !important; }

.p-5 {
  padding: 6rem !important; }

.pt-5,
.py-5 {
  padding-top: 6rem !important; }

.pr-5,
.px-5 {
  padding-right: 6rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 6rem !important; }

.pl-5,
.px-5 {
  padding-left: 6rem !important; }

.p-6 {
  padding: 8rem !important; }

.pt-6,
.py-6 {
  padding-top: 8rem !important; }

.pr-6,
.px-6 {
  padding-right: 8rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 8rem !important; }

.pl-6,
.px-6 {
  padding-left: 8rem !important; }

.m-n1 {
  margin: -0.5rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important; }

.m-n2 {
  margin: -1rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -1rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important; }

.m-n3 {
  margin: -2rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -2rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -2rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -2rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -2rem !important; }

.m-n4 {
  margin: -4rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -4rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -4rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -4rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -4rem !important; }

.m-n5 {
  margin: -6rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -6rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -6rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -6rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -6rem !important; }

.m-n6 {
  margin: -8rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -8rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -8rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -8rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -8rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 460px) {
  .m-xxs-0 {
    margin: 0 !important; }
  .mt-xxs-0,
  .my-xxs-0 {
    margin-top: 0 !important; }
  .mr-xxs-0,
  .mx-xxs-0 {
    margin-right: 0 !important; }
  .mb-xxs-0,
  .my-xxs-0 {
    margin-bottom: 0 !important; }
  .ml-xxs-0,
  .mx-xxs-0 {
    margin-left: 0 !important; }
  .m-xxs-1 {
    margin: 0.5rem !important; }
  .mt-xxs-1,
  .my-xxs-1 {
    margin-top: 0.5rem !important; }
  .mr-xxs-1,
  .mx-xxs-1 {
    margin-right: 0.5rem !important; }
  .mb-xxs-1,
  .my-xxs-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xxs-1,
  .mx-xxs-1 {
    margin-left: 0.5rem !important; }
  .m-xxs-2 {
    margin: 1rem !important; }
  .mt-xxs-2,
  .my-xxs-2 {
    margin-top: 1rem !important; }
  .mr-xxs-2,
  .mx-xxs-2 {
    margin-right: 1rem !important; }
  .mb-xxs-2,
  .my-xxs-2 {
    margin-bottom: 1rem !important; }
  .ml-xxs-2,
  .mx-xxs-2 {
    margin-left: 1rem !important; }
  .m-xxs-3 {
    margin: 2rem !important; }
  .mt-xxs-3,
  .my-xxs-3 {
    margin-top: 2rem !important; }
  .mr-xxs-3,
  .mx-xxs-3 {
    margin-right: 2rem !important; }
  .mb-xxs-3,
  .my-xxs-3 {
    margin-bottom: 2rem !important; }
  .ml-xxs-3,
  .mx-xxs-3 {
    margin-left: 2rem !important; }
  .m-xxs-4 {
    margin: 4rem !important; }
  .mt-xxs-4,
  .my-xxs-4 {
    margin-top: 4rem !important; }
  .mr-xxs-4,
  .mx-xxs-4 {
    margin-right: 4rem !important; }
  .mb-xxs-4,
  .my-xxs-4 {
    margin-bottom: 4rem !important; }
  .ml-xxs-4,
  .mx-xxs-4 {
    margin-left: 4rem !important; }
  .m-xxs-5 {
    margin: 6rem !important; }
  .mt-xxs-5,
  .my-xxs-5 {
    margin-top: 6rem !important; }
  .mr-xxs-5,
  .mx-xxs-5 {
    margin-right: 6rem !important; }
  .mb-xxs-5,
  .my-xxs-5 {
    margin-bottom: 6rem !important; }
  .ml-xxs-5,
  .mx-xxs-5 {
    margin-left: 6rem !important; }
  .m-xxs-6 {
    margin: 8rem !important; }
  .mt-xxs-6,
  .my-xxs-6 {
    margin-top: 8rem !important; }
  .mr-xxs-6,
  .mx-xxs-6 {
    margin-right: 8rem !important; }
  .mb-xxs-6,
  .my-xxs-6 {
    margin-bottom: 8rem !important; }
  .ml-xxs-6,
  .mx-xxs-6 {
    margin-left: 8rem !important; }
  .p-xxs-0 {
    padding: 0 !important; }
  .pt-xxs-0,
  .py-xxs-0 {
    padding-top: 0 !important; }
  .pr-xxs-0,
  .px-xxs-0 {
    padding-right: 0 !important; }
  .pb-xxs-0,
  .py-xxs-0 {
    padding-bottom: 0 !important; }
  .pl-xxs-0,
  .px-xxs-0 {
    padding-left: 0 !important; }
  .p-xxs-1 {
    padding: 0.5rem !important; }
  .pt-xxs-1,
  .py-xxs-1 {
    padding-top: 0.5rem !important; }
  .pr-xxs-1,
  .px-xxs-1 {
    padding-right: 0.5rem !important; }
  .pb-xxs-1,
  .py-xxs-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xxs-1,
  .px-xxs-1 {
    padding-left: 0.5rem !important; }
  .p-xxs-2 {
    padding: 1rem !important; }
  .pt-xxs-2,
  .py-xxs-2 {
    padding-top: 1rem !important; }
  .pr-xxs-2,
  .px-xxs-2 {
    padding-right: 1rem !important; }
  .pb-xxs-2,
  .py-xxs-2 {
    padding-bottom: 1rem !important; }
  .pl-xxs-2,
  .px-xxs-2 {
    padding-left: 1rem !important; }
  .p-xxs-3 {
    padding: 2rem !important; }
  .pt-xxs-3,
  .py-xxs-3 {
    padding-top: 2rem !important; }
  .pr-xxs-3,
  .px-xxs-3 {
    padding-right: 2rem !important; }
  .pb-xxs-3,
  .py-xxs-3 {
    padding-bottom: 2rem !important; }
  .pl-xxs-3,
  .px-xxs-3 {
    padding-left: 2rem !important; }
  .p-xxs-4 {
    padding: 4rem !important; }
  .pt-xxs-4,
  .py-xxs-4 {
    padding-top: 4rem !important; }
  .pr-xxs-4,
  .px-xxs-4 {
    padding-right: 4rem !important; }
  .pb-xxs-4,
  .py-xxs-4 {
    padding-bottom: 4rem !important; }
  .pl-xxs-4,
  .px-xxs-4 {
    padding-left: 4rem !important; }
  .p-xxs-5 {
    padding: 6rem !important; }
  .pt-xxs-5,
  .py-xxs-5 {
    padding-top: 6rem !important; }
  .pr-xxs-5,
  .px-xxs-5 {
    padding-right: 6rem !important; }
  .pb-xxs-5,
  .py-xxs-5 {
    padding-bottom: 6rem !important; }
  .pl-xxs-5,
  .px-xxs-5 {
    padding-left: 6rem !important; }
  .p-xxs-6 {
    padding: 8rem !important; }
  .pt-xxs-6,
  .py-xxs-6 {
    padding-top: 8rem !important; }
  .pr-xxs-6,
  .px-xxs-6 {
    padding-right: 8rem !important; }
  .pb-xxs-6,
  .py-xxs-6 {
    padding-bottom: 8rem !important; }
  .pl-xxs-6,
  .px-xxs-6 {
    padding-left: 8rem !important; }
  .m-xxs-n1 {
    margin: -0.5rem !important; }
  .mt-xxs-n1,
  .my-xxs-n1 {
    margin-top: -0.5rem !important; }
  .mr-xxs-n1,
  .mx-xxs-n1 {
    margin-right: -0.5rem !important; }
  .mb-xxs-n1,
  .my-xxs-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-xxs-n1,
  .mx-xxs-n1 {
    margin-left: -0.5rem !important; }
  .m-xxs-n2 {
    margin: -1rem !important; }
  .mt-xxs-n2,
  .my-xxs-n2 {
    margin-top: -1rem !important; }
  .mr-xxs-n2,
  .mx-xxs-n2 {
    margin-right: -1rem !important; }
  .mb-xxs-n2,
  .my-xxs-n2 {
    margin-bottom: -1rem !important; }
  .ml-xxs-n2,
  .mx-xxs-n2 {
    margin-left: -1rem !important; }
  .m-xxs-n3 {
    margin: -2rem !important; }
  .mt-xxs-n3,
  .my-xxs-n3 {
    margin-top: -2rem !important; }
  .mr-xxs-n3,
  .mx-xxs-n3 {
    margin-right: -2rem !important; }
  .mb-xxs-n3,
  .my-xxs-n3 {
    margin-bottom: -2rem !important; }
  .ml-xxs-n3,
  .mx-xxs-n3 {
    margin-left: -2rem !important; }
  .m-xxs-n4 {
    margin: -4rem !important; }
  .mt-xxs-n4,
  .my-xxs-n4 {
    margin-top: -4rem !important; }
  .mr-xxs-n4,
  .mx-xxs-n4 {
    margin-right: -4rem !important; }
  .mb-xxs-n4,
  .my-xxs-n4 {
    margin-bottom: -4rem !important; }
  .ml-xxs-n4,
  .mx-xxs-n4 {
    margin-left: -4rem !important; }
  .m-xxs-n5 {
    margin: -6rem !important; }
  .mt-xxs-n5,
  .my-xxs-n5 {
    margin-top: -6rem !important; }
  .mr-xxs-n5,
  .mx-xxs-n5 {
    margin-right: -6rem !important; }
  .mb-xxs-n5,
  .my-xxs-n5 {
    margin-bottom: -6rem !important; }
  .ml-xxs-n5,
  .mx-xxs-n5 {
    margin-left: -6rem !important; }
  .m-xxs-n6 {
    margin: -8rem !important; }
  .mt-xxs-n6,
  .my-xxs-n6 {
    margin-top: -8rem !important; }
  .mr-xxs-n6,
  .mx-xxs-n6 {
    margin-right: -8rem !important; }
  .mb-xxs-n6,
  .my-xxs-n6 {
    margin-bottom: -8rem !important; }
  .ml-xxs-n6,
  .mx-xxs-n6 {
    margin-left: -8rem !important; }
  .m-xxs-auto {
    margin: auto !important; }
  .mt-xxs-auto,
  .my-xxs-auto {
    margin-top: auto !important; }
  .mr-xxs-auto,
  .mx-xxs-auto {
    margin-right: auto !important; }
  .mb-xxs-auto,
  .my-xxs-auto {
    margin-bottom: auto !important; }
  .ml-xxs-auto,
  .mx-xxs-auto {
    margin-left: auto !important; } }

@media (min-width: 576px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 0.5rem !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.5rem !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.5rem !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.5rem !important; }
  .m-xs-2 {
    margin: 1rem !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 1rem !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 1rem !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 1rem !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 1rem !important; }
  .m-xs-3 {
    margin: 2rem !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 2rem !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 2rem !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 2rem !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 2rem !important; }
  .m-xs-4 {
    margin: 4rem !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 4rem !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 4rem !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 4rem !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 4rem !important; }
  .m-xs-5 {
    margin: 6rem !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 6rem !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 6rem !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 6rem !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 6rem !important; }
  .m-xs-6 {
    margin: 8rem !important; }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 8rem !important; }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 8rem !important; }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 8rem !important; }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 8rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 0.5rem !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.5rem !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.5rem !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.5rem !important; }
  .p-xs-2 {
    padding: 1rem !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 1rem !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 1rem !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 1rem !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 1rem !important; }
  .p-xs-3 {
    padding: 2rem !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 2rem !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 2rem !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 2rem !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 2rem !important; }
  .p-xs-4 {
    padding: 4rem !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 4rem !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 4rem !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 4rem !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 4rem !important; }
  .p-xs-5 {
    padding: 6rem !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 6rem !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 6rem !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 6rem !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 6rem !important; }
  .p-xs-6 {
    padding: 8rem !important; }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 8rem !important; }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 8rem !important; }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 8rem !important; }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 8rem !important; }
  .m-xs-n1 {
    margin: -0.5rem !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.5rem !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.5rem !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.5rem !important; }
  .m-xs-n2 {
    margin: -1rem !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -1rem !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -1rem !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -1rem !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -1rem !important; }
  .m-xs-n3 {
    margin: -2rem !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -2rem !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -2rem !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -2rem !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -2rem !important; }
  .m-xs-n4 {
    margin: -4rem !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -4rem !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -4rem !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -4rem !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -4rem !important; }
  .m-xs-n5 {
    margin: -6rem !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -6rem !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -6rem !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -6rem !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -6rem !important; }
  .m-xs-n6 {
    margin: -8rem !important; }
  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -8rem !important; }
  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -8rem !important; }
  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -8rem !important; }
  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -8rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.5rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important; }
  .m-sm-2 {
    margin: 1rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important; }
  .m-sm-3 {
    margin: 2rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important; }
  .m-sm-4 {
    margin: 4rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important; }
  .m-sm-5 {
    margin: 6rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6rem !important; }
  .m-sm-6 {
    margin: 8rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 8rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 8rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 8rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 8rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.5rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important; }
  .p-sm-2 {
    padding: 1rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important; }
  .p-sm-3 {
    padding: 2rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important; }
  .p-sm-4 {
    padding: 4rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important; }
  .p-sm-5 {
    padding: 6rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6rem !important; }
  .p-sm-6 {
    padding: 8rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 8rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 8rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 8rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 8rem !important; }
  .m-sm-n1 {
    margin: -0.5rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important; }
  .m-sm-n2 {
    margin: -1rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important; }
  .m-sm-n3 {
    margin: -2rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2rem !important; }
  .m-sm-n4 {
    margin: -4rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important; }
  .m-sm-n5 {
    margin: -6rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -6rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -6rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -6rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -6rem !important; }
  .m-sm-n6 {
    margin: -8rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -8rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -8rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -8rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -8rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.5rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important; }
  .m-md-2 {
    margin: 1rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important; }
  .m-md-3 {
    margin: 2rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important; }
  .m-md-4 {
    margin: 4rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important; }
  .m-md-5 {
    margin: 6rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 6rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6rem !important; }
  .m-md-6 {
    margin: 8rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 8rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 8rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 8rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 8rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.5rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important; }
  .p-md-2 {
    padding: 1rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important; }
  .p-md-3 {
    padding: 2rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important; }
  .p-md-4 {
    padding: 4rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important; }
  .p-md-5 {
    padding: 6rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 6rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 6rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 6rem !important; }
  .p-md-6 {
    padding: 8rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 8rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 8rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 8rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 8rem !important; }
  .m-md-n1 {
    margin: -0.5rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important; }
  .m-md-n2 {
    margin: -1rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important; }
  .m-md-n3 {
    margin: -2rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2rem !important; }
  .m-md-n4 {
    margin: -4rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important; }
  .m-md-n5 {
    margin: -6rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -6rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -6rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -6rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -6rem !important; }
  .m-md-n6 {
    margin: -8rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -8rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -8rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -8rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -8rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.5rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important; }
  .m-lg-2 {
    margin: 1rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important; }
  .m-lg-3 {
    margin: 2rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important; }
  .m-lg-4 {
    margin: 4rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important; }
  .m-lg-5 {
    margin: 6rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6rem !important; }
  .m-lg-6 {
    margin: 8rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 8rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 8rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 8rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 8rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.5rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important; }
  .p-lg-2 {
    padding: 1rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important; }
  .p-lg-3 {
    padding: 2rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important; }
  .p-lg-4 {
    padding: 4rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important; }
  .p-lg-5 {
    padding: 6rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6rem !important; }
  .p-lg-6 {
    padding: 8rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 8rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 8rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 8rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 8rem !important; }
  .m-lg-n1 {
    margin: -0.5rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important; }
  .m-lg-n2 {
    margin: -1rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important; }
  .m-lg-n3 {
    margin: -2rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2rem !important; }
  .m-lg-n4 {
    margin: -4rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important; }
  .m-lg-n5 {
    margin: -6rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -6rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -6rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -6rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -6rem !important; }
  .m-lg-n6 {
    margin: -8rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -8rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -8rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -8rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -8rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.5rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important; }
  .m-xl-2 {
    margin: 1rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important; }
  .m-xl-3 {
    margin: 2rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important; }
  .m-xl-4 {
    margin: 4rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important; }
  .m-xl-5 {
    margin: 6rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6rem !important; }
  .m-xl-6 {
    margin: 8rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 8rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 8rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 8rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 8rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.5rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important; }
  .p-xl-2 {
    padding: 1rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important; }
  .p-xl-3 {
    padding: 2rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important; }
  .p-xl-4 {
    padding: 4rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important; }
  .p-xl-5 {
    padding: 6rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6rem !important; }
  .p-xl-6 {
    padding: 8rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 8rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 8rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 8rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 8rem !important; }
  .m-xl-n1 {
    margin: -0.5rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important; }
  .m-xl-n2 {
    margin: -1rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important; }
  .m-xl-n3 {
    margin: -2rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2rem !important; }
  .m-xl-n4 {
    margin: -4rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4rem !important; }
  .m-xl-n5 {
    margin: -6rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -6rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -6rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -6rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -6rem !important; }
  .m-xl-n6 {
    margin: -8rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -8rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -8rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -8rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -8rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1920px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.5rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.5rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.5rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.5rem !important; }
  .m-xxl-2 {
    margin: 1rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1rem !important; }
  .m-xxl-3 {
    margin: 2rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 2rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 2rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 2rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 2rem !important; }
  .m-xxl-4 {
    margin: 4rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4rem !important; }
  .m-xxl-5 {
    margin: 6rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 6rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 6rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 6rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 6rem !important; }
  .m-xxl-6 {
    margin: 8rem !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 8rem !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 8rem !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 8rem !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 8rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.5rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.5rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.5rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.5rem !important; }
  .p-xxl-2 {
    padding: 1rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1rem !important; }
  .p-xxl-3 {
    padding: 2rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 2rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 2rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 2rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 2rem !important; }
  .p-xxl-4 {
    padding: 4rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4rem !important; }
  .p-xxl-5 {
    padding: 6rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 6rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 6rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 6rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 6rem !important; }
  .p-xxl-6 {
    padding: 8rem !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 8rem !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 8rem !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 8rem !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 8rem !important; }
  .m-xxl-n1 {
    margin: -0.5rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.5rem !important; }
  .m-xxl-n2 {
    margin: -1rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1rem !important; }
  .m-xxl-n3 {
    margin: -2rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -2rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -2rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -2rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -2rem !important; }
  .m-xxl-n4 {
    margin: -4rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -4rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -4rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -4rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -4rem !important; }
  .m-xxl-n5 {
    margin: -6rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -6rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -6rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -6rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -6rem !important; }
  .m-xxl-n6 {
    margin: -8rem !important; }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -8rem !important; }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -8rem !important; }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -8rem !important; }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -8rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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: 460px) {
  .text-xxs-left {
    text-align: left !important; }
  .text-xxs-right {
    text-align: right !important; }
  .text-xxs-center {
    text-align: center !important; } }

@media (min-width: 576px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1920px) {
  .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: #34AC9F !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #227169 !important; }

.text-secondary {
  color: #ACB0B6 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #838992 !important; }

.text-success {
  color: #79C941 !important; }

a.text-success:hover, a.text-success:focus {
  color: #55942a !important; }

.text-info {
  color: #034EA2 !important; }

a.text-info:hover, a.text-info:focus {
  color: #022a57 !important; }

.text-warning {
  color: #F1C753 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #e5ad13 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #FFFFFF !important; }

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-bfr-hover {
  color: #D1EDF4 !important; }

a.text-bfr-hover:hover, a.text-bfr-hover:focus {
  color: #93d5e5 !important; }

.text-bfr {
  color: #034EA2 !important; }

a.text-bfr:hover, a.text-bfr:focus {
  color: #022a57 !important; }

.text-body {
  color: #393939 !important; }

.text-muted {
  color: #666666 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.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;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(.action) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1280px !important; }
  .container {
    min-width: 1280px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #E4E4E5; }
  .table .thead-dark th {
    color: inherit;
    border-color: #E4E4E5; } }

/* basic */
@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem; } }

.landingpage {
  padding: 0.5rem 0.5rem;
  cursor: default; }
  @media (min-width: 576px) {
    .landingpage {
      padding: 0 1rem 1rem; } }
  @media (min-width: 768px) {
    .landingpage {
      padding: 2.5rem 2.5rem; } }

.page-header {
  padding-top: 0.5rem;
  padding-bottom: 1rem; }
  @media (min-width: 576px) {
    .page-header {
      padding-top: 1rem;
      padding-bottom: 1.875rem; } }
  @media (max-width: 767.98px) {
    .page-header .navbar {
      align-items: flex-start; } }

.loader {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #34AC9F; }
  .loader.loading {
    z-index: 1040;
    opacity: 1;
    display: block; }
  .loader:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    height: 7rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:transparent;display:block;' width='147px' height='147px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3e%3ccircle cx='5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.5102040816326531s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='0s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.5102040816326531s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.530612244897959s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.0204081632653061s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.5102040816326531s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='12.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.6671899529042387s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.15698587127158556s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.6671899529042387s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='12.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.6875981161695446s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.1773940345368916s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.6671899529042387s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='20' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.8241758241758242s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.3139717425431711s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.8241758241758242s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='20' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.8445839874411303s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.3343799058084773s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.8241758241758242s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='27.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.9811616954474098s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.4709576138147567s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.9811616954474098s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='27.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.001569858712716s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.491365777080063s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.9811616954474098s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='35' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.1381475667189953s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.6279434850863422s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.1381475667189953s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='35' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.1585557299843017s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.6483516483516485s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.1381475667189953s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='42.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.2951334379905808s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.7849293563579278s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.2951334379905808s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='42.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.315541601255887s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.805337519623234s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.2951334379905808s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='50' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.4521193092621665s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-0.9419152276295134s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.4521193092621665s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='50' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.472527472527473s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.9623233908948197s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.4521193092621665s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='57.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.609105180533752s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.0989010989010988s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.609105180533752s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='57.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.629513343799058s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.119309262166405s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.609105180533752s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='65' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.7660910518053377s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.2558869701726845s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.7660910518053377s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='65' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.7864992150706436s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.2762951334379906s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.7660910518053377s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='72.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.9230769230769231s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.41287284144427s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.9230769230769231s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='72.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.9434850863422293s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.4332810047095763s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.9230769230769231s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='80' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.0800627943485086s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.5698587127158556s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.0800627943485086s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='80' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-3.1004709576138145s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.5902668759811616s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.0800627943485086s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='87.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.2370486656200943s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.7268445839874411s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.2370486656200943s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='87.5' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-3.2574568288854007s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.7472527472527477s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.2370486656200943s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='95' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.39403453689168s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-1.8838304552590268s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.39403453689168s'%3e%3c/animate%3e%3c/circle%3e%3ccircle cx='95' cy='50' r='3' fill='%23034ea2'%3e%3canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2.0408163265306123s' repeatCount='indefinite' begin='-3.414442700156986s'%3e%3c/animate%3e%3canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.904238618524333s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3e%3c/animate%3e%3canimate attributeName='fill' keyTimes='0;0.5;1' values='%23034ea2;%2334ac9f;%23034ea2' dur='2.0408163265306123s' repeatCount='indefinite' begin='-2.39403453689168s'%3e%3c/animate%3e%3c/circle%3e%3c/svg%3e");
    background-size: contain; }
    @media (max-width: 767.98px) {
      .loader:before {
        width: 5rem;
        height: 5rem; } }
  .loader.loader-page {
    position: fixed; }
    .loader.loader-page.loading {
      z-index: 1100; }
  .loader.loader-modal {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.3); }
    .loader.loader-modal.loading {
      z-index: 1055; }

.col-divider {
  position: relative;
  display: inline-block;
  padding: 0 0.625rem;
  height: 100%; }
  .col-divider:after {
    content: '';
    position: relative;
    top: 50%;
    display: block;
    width: 2px;
    min-height: 50px;
    height: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
    @media (max-width: 767.98px) {
      .col-divider:after {
        min-height: 40px; } }

@media (min-width: 576px) {
  .min-200 {
    min-width: 200px; } }

@media (min-width: 576px) {
  .min-300 {
    min-width: 300px; } }

@media (min-width: 576px) {
  .min-400 {
    min-width: 400px; } }

@media (min-width: 576px) {
  .min-500 {
    min-width: 500px; } }

@media (min-width: 576px) {
  .min-600 {
    min-width: 600px; } }

.color-box {
  width: 100%;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: .25rem; }

.disabled,
:disabled {
  cursor: not-allowed; }

.nowrap {
  white-space: nowrap; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes errorBg {
  0% {
    background-color: #fae3e5; }
  100% {
    background-color: transparent; } }

::selection {
  text-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff; }

/* typography */
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
  margin-bottom: 0; }

ul {
  padding-left: 1.25rem; }

.text-sm {
  font-size: 0.875rem;
  line-height: 1.2857142857; }

.alert-dismissible .close-sm {
  padding: 0.9rem 1.25rem;
  font-size: 1rem; }

.alert-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  margin-bottom: 0.25rem; }

.alert-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 0; }

/* buttons */
.btn, .action, .select2-container .select2-selection--multiple .select2-selection__clear, .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btn:not(.disabled):not(:disabled):focus, .action:not(.disabled):not(:disabled):focus, .select2-container .select2-selection--multiple .select2-selection__clear:not(.disabled):not(:disabled):focus, .select2-container .select2-selection--multiple .select2-selection__choice__remove:not(.disabled):not(:disabled):focus {
    border-color: #D1EDF4;
    background-color: #D1EDF4;
    color: #393939;
    box-shadow: none; }
  .btn:not(.disabled):not(:disabled).hover, .action:not(.disabled):not(:disabled).hover, .select2-container .select2-selection--multiple .select2-selection__clear:not(.disabled):not(:disabled).hover, .select2-container .select2-selection--multiple .select2-selection__choice__remove:not(.disabled):not(:disabled).hover, .btn:not(.disabled):not(:disabled):hover, .action:not(.disabled):not(:disabled):hover, .select2-container .select2-selection--multiple .select2-selection__clear:not(.disabled):not(:disabled):hover, .select2-container .select2-selection--multiple .select2-selection__choice__remove:not(.disabled):not(:disabled):hover {
    border-color: #D1EDF4;
    background-color: #D1EDF4;
    color: #393939;
    text-decoration: none; }
  .btn:not(.disabled):not(:disabled).active, .action:not(.disabled):not(:disabled).active, .select2-container .select2-selection--multiple .select2-selection__clear:not(.disabled):not(:disabled).active, .select2-container .select2-selection--multiple .select2-selection__choice__remove:not(.disabled):not(:disabled).active, .btn:not(.disabled):not(:disabled):active, .action:not(.disabled):not(:disabled):active, .select2-container .select2-selection--multiple .select2-selection__clear:not(.disabled):not(:disabled):active, .select2-container .select2-selection--multiple .select2-selection__choice__remove:not(.disabled):not(:disabled):active {
    border-color: #034EA2;
    background-color: #034EA2;
    color: #FFFFFF;
    text-decoration: none; }
  .btn [class*="icon-"], .action [class*="icon-"], .select2-container .select2-selection--multiple .select2-selection__clear [class*="icon-"], .select2-container .select2-selection--multiple .select2-selection__choice__remove [class*="icon-"] {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    .btn [class*="icon-"]:first-child, .action [class*="icon-"]:first-child, .select2-container .select2-selection--multiple .select2-selection__clear [class*="icon-"]:first-child, .select2-container .select2-selection--multiple .select2-selection__choice__remove [class*="icon-"]:first-child {
      margin-left: 0rem; }
    .btn [class*="icon-"]:last-child, .action [class*="icon-"]:last-child, .select2-container .select2-selection--multiple .select2-selection__clear [class*="icon-"]:last-child, .select2-container .select2-selection--multiple .select2-selection__choice__remove [class*="icon-"]:last-child {
      margin-right: 0rem; }

.btn-sm [class*="icon-"], .btn-group-sm > .btn [class*="icon-"], .btn-group-sm > .action [class*="icon-"], .select2-container .select2-selection--multiple .btn-group-sm > .select2-selection__clear [class*="icon-"], .select2-container .select2-selection--multiple .btn-group-sm > .select2-selection__choice__remove [class*="icon-"] {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.btn-outline-secondary, .action-outline-secondary {
  color: #666666; }

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5); }

.btn-icon {
  padding: .625rem 0.75rem;
  font-size: 1.125rem; }
  .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn, .btn-group-sm > .btn-icon.action, .select2-container .select2-selection--multiple .btn-group-sm > .btn-icon.select2-selection__clear, .select2-container .select2-selection--multiple .btn-group-sm > .btn-icon.select2-selection__choice__remove {
    padding: .375rem .475rem;
    font-size: 1rem; }

.show > .dropdown-toggle.btn, .show > .dropdown-toggle.action, .select2-container .select2-selection--multiple .show > .dropdown-toggle.select2-selection__clear, .select2-container .select2-selection--multiple .show > .dropdown-toggle.select2-selection__choice__remove {
  border-color: #034EA2;
  background-color: #034EA2;
  color: #FFFFFF;
  text-decoration: none; }
  .show > .dropdown-toggle.btn:focus, .show > .dropdown-toggle.action:focus, .select2-container .select2-selection--multiple .show > .dropdown-toggle.select2-selection__clear:focus, .select2-container .select2-selection--multiple .show > .dropdown-toggle.select2-selection__choice__remove:focus, .show > .dropdown-toggle.btn.hover, .show > .dropdown-toggle.hover.action, .select2-container .select2-selection--multiple .show > .dropdown-toggle.hover.select2-selection__clear, .select2-container .select2-selection--multiple .show > .dropdown-toggle.hover.select2-selection__choice__remove, .show > .dropdown-toggle.btn:hover, .show > .dropdown-toggle.action:hover, .select2-container .select2-selection--multiple .show > .dropdown-toggle.select2-selection__clear:hover, .select2-container .select2-selection--multiple .show > .dropdown-toggle.select2-selection__choice__remove:hover {
    border-color: #023670;
    background-color: #023670;
    color: #FFFFFF;
    text-decoration: none; }

/* action */
.action, .select2-container .select2-selection--multiple .select2-selection__clear, .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  flex: 1 0 1.875rem;
  max-width: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  border-radius: 1.875rem;
  font-size: 1.1875rem;
  line-height: 1.875rem;
  text-align: center; }

.action-pure {
  color: var(--primary); }

.action-sm {
  flex: 1 0 1.625rem;
  max-width: 1.625rem;
  width: 1.625rem;
  height: 1.625rem;
  font-size: 1.0625rem;
  line-height: 1.625rem; }

.action-lg {
  flex: 1 0 2.5rem;
  max-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.625rem;
  line-height: 2.5rem; }
  @media (max-height: 740px) {
    .action-lg {
      flex: 1 0 1.875rem;
      max-width: 1.875rem;
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 1.875rem;
      font-size: 1.1875rem;
      line-height: 1.875rem; } }
  @media (max-width: 767.98px) {
    .action-lg {
      flex: 1 0 1.875rem;
      max-width: 1.875rem;
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 1.875rem;
      font-size: 1.1875rem;
      line-height: 1.875rem; } }

/* cards */
.card {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
  min-height: unset; }

@media (max-width: 767.98px) {
  .card-header {
    padding: 1.25rem 1rem; } }

.card-body {
  min-height: unset;
  padding: 1rem 1.25rem; }
  @media (max-width: 767.98px) {
    .card-body {
      padding: 1rem 1rem; } }

.card-nav {
  z-index: 10;
  position: sticky;
  left: 0;
  top: 0;
  flex: 0 0 0;
  background-color: #fff;
  box-shadow: 0 10px 13px 0 rgba(20, 20, 20, 0.1); }
  .card-nav .navbar {
    justify-content: flex-start;
    flex: 1 0 100%; }
    @media (min-width: 1024px) {
      .card-nav .navbar {
        flex-wrap: nowrap;
        justify-content: space-between; } }

/* dropdowns */
.dropdown-menu {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.4); }
  @media (max-width: 767.98px) {
    .dropdown-menu {
      font-size: 0.875rem; } }

.dropdown-menu-sm {
  font-size: 0.875rem;
  line-height: 1.2857142857; }

.dropdown-item:focus {
  outline: 0; }

.dropdown-item.active:hover {
  background-color: #023670;
  color: #FFFFFF; }

.dropdown-toggle:after {
  content: '\e842';
  margin-left: 0.5rem;
  border: 0; }

.dropdown-divider {
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

ul.typeahead.dropdown-menu {
  max-height: 150px;
  overflow: auto; }

/* form */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

form {
  width: 100%; }

.form-striped {
  overflow: hidden; }
  .form-striped > .form-group {
    margin-bottom: 0;
    padding: 0.75rem 1rem 0.75rem 1rem; }
    @media (min-width: 768px) {
      .form-striped > .form-group {
        padding: 1rem 1.25rem 1rem 1.25rem; } }
    .form-striped > .form-group:nth-child(even) {
      background-color: #F7F7FB; }

.col-form-label {
  font-size: 1rem;
  font-weight: bold;
  color: #000000; }

.col-form-label-sm {
  font-size: 0.875rem; }

.form-label {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #000000; }

.custom-control, .form-control, .select2-container .select2-selection {
  appearance: none; }
  .custom-control .disabled, .custom-control:disabled,
  .form-control .disabled,
  .select2-container .select2-selection .disabled, .form-control:disabled, .select2-container .select2-selection:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .custom-control[readonly], .form-control[readonly], .select2-container .select2-selection[readonly] {
    cursor: text;
    background-color: transparent;
    border-color: #E4E4E5; }
    .custom-control[readonly]:focus, .custom-control[readonly]:hover,
    .form-control[readonly]:focus,
    .select2-container .select2-selection[readonly]:focus,
    .form-control[readonly]:hover,
    .select2-container .select2-selection[readonly]:hover {
      box-shadow: none; }

.form-control-plaintext {
  border-width: 0; }

.input-group-icon {
  color: #34AC9F; }

.custom-control-label:before {
  top: 0.05625rem; }

.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: inherit; }

.custom-control-input.is-valid ~ .custom-control-label {
  color: inherit; }

.has-error {
  animation: errorBg 2s ease-in-out; }
  .has-error .validation-message {
    opacity: 1;
    display: block; }

.validation-message {
  opacity: 0;
  display: none;
  padding: 0.15rem 0;
  color: #dc3545;
  font-size: 0.75rem; }

.custom-radio {
  margin-top: 6px; }
  .custom-radio.custom-control-inline {
    margin-top: 0; }
  .custom-radio .custom-control-label:after {
    top: 0.3rem;
    left: -1.375rem;
    height: 0.625rem;
    width: 0.625rem; }

.custom-radio-sm {
  margin-top: 3px; }
  .custom-radio-sm .custom-control-label {
    font-size: 0.875rem; }
    .custom-radio-sm .custom-control-label:before {
      top: 0.05625rem;
      height: 1rem;
      width: 1rem; }
    .custom-radio-sm .custom-control-label:after {
      top: 0.3125rem;
      left: -1.375rem;
      height: .5rem;
      width: .5rem; }

.custom-checkbox {
  margin-top: 6px; }
  .custom-checkbox.custom-control-inline {
    margin-top: 0; }
  .custom-checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label:before {
    opacity: 0.5;
    color: #CCCCCC;
    background-color: #CCCCCC;
    border-color: #ACB0B6; }

.custom-checkbox-sm {
  margin-top: 3px; }
  .custom-checkbox-sm .custom-control-label {
    font-size: 0.875rem; }
    .custom-checkbox-sm .custom-control-label:before {
      height: 1rem;
      width: 1rem;
      top: 0.05625rem; }
    .custom-checkbox-sm .custom-control-label:after {
      height: 1rem;
      width: 1rem;
      top: 0.05625rem; }

.custom-file:hover {
  cursor: pointer; }
  .custom-file:hover .custom-file-label:after {
    background-color: #D1EDF4;
    color: #393939; }

.custom-file .custom-file-label:after {
  background-color: transparent; }

.custom-file-sm {
  height: 30px;
  padding: 0; }
  .custom-file-sm .custom-file-label:after {
    height: 100%;
    padding: .3125rem .625rem;
    font-size: 0.875rem;
    line-height: 1.2857142857; }
  .custom-file-sm .custom-file-input:disabled ~ .custom-file-label {
    background-color: #F7F7FB;
    color: #CCCCCC;
    opacity: 0.5; }

.custom-switch {
  padding-top: 0.25rem;
  padding-left: 3.5rem; }
  .custom-switch.custom-switch-sm {
    padding-top: 0.125rem;
    padding-left: 3rem; }
    .custom-switch.custom-switch-sm .custom-control-label {
      font-size: 0.875rem; }
      .custom-switch.custom-switch-sm .custom-control-label:before {
        top: -1px;
        left: -3rem;
        width: 2.5rem;
        height: 1.25rem;
        border-radius: 1.25rem; }
      .custom-switch.custom-switch-sm .custom-control-label:after {
        top: 1px;
        transform: translateX(calc( -3rem + 2px));
        width: 1rem;
        height: 1rem;
        border-radius: 1rem; }
    .custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label:after {
      transform: translateX(calc(-100% - 0.5rem - 2px)); }
  .custom-switch .custom-control-label:before {
    top: -2px;
    left: -3.5rem;
    width: 3rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    background-color: transparent; }
  .custom-switch .custom-control-label:after {
    top: 0;
    left: 0;
    transform: translateX(calc( -3.5rem + 2px));
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 1.25rem;
    background-color: #CCCCCC; }
  .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #034EA2; }
  .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #FFFFFF;
    transform: translateX(calc(-100% - 0.5rem - 2px)); }
  .custom-switch .custom-control-input:disabled ~ .custom-control-label {
    cursor: not-allowed;
    color: #CCCCCC; }
    .custom-switch .custom-control-input:disabled ~ .custom-control-label:before {
      background-color: #F7F7FB !important;
      border-color: #CCCCCC;
      opacity: 0.5; }
    .custom-switch .custom-control-input:disabled ~ .custom-control-label:after {
      background-color: #CCCCCC;
      opacity: 0.5; }

.input-range-controls {
  justify-content: space-between; }

.input-range-control-single {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 0; }
  .input-range-control-single > .form-control, .select2-container .input-range-control-single > .select2-selection {
    flex: 1 0 auto;
    text-align: right; }

.input-range-control-double-from,
.input-range-control-double-to {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 0; }
  .input-range-control-double-from > .form-control, .select2-container .input-range-control-double-from > .select2-selection,
  .input-range-control-double-to > .form-control,
  .select2-container .input-range-control-double-to > .select2-selection {
    flex: 1 0 6rem;
    max-width: 6rem;
    text-align: right; }

.search {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 10rem; }
  .search:before {
    content: '\e8bd';
    position: absolute;
    left: 0;
    font-size: 1.25rem;
    color: #666666; }
    @media (min-width: 1280px) {
      .search:before {
        font-size: 1.5rem; } }
  .search .search-input {
    appearance: none;
    border-radius: 0;
    padding-left: 2.125rem; }
    .search .search-input:focus {
      border-bottom: 1px solid #ACB0B6;
      box-shadow: none; }
  .search .search-clear {
    appearance: none;
    position: absolute;
    right: 0;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0;
    border: 0;
    border-radius: 100%;
    background-color: transparent;
    font-size: 1rem;
    color: #34AC9F;
    outline: 0; }
    .search .search-clear:hover, .search .search-clear:focus {
      background-color: #D1EDF4;
      color: #393939;
      outline: 0; }
    .search .search-clear i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

[data-clear] {
  display: none; }
  [data-clear].visible {
    display: block; }

/* filter */
.filter {
  padding: 1rem 1.25rem; }
  @media (max-width: 767.98px) {
    .filter {
      padding: 0.75rem 1rem; } }
  .filter .navbar {
    flex-wrap: wrap;
    flex: 1 0 100%; }
    @media (min-width: 1280px) {
      .filter .navbar {
        flex-wrap: nowrap; } }

.filter-search {
  flex-grow: 1; }

@media (min-width: 1280px) {
  .filter-counter {
    flex: 1 0 auto;
    text-align: right; } }

.filter-toggler {
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .filter-toggler .action, .filter-toggler .select2-container .select2-selection--multiple .select2-selection__clear, .select2-container .select2-selection--multiple .filter-toggler .select2-selection__clear, .filter-toggler .select2-container .select2-selection--multiple .select2-selection__choice__remove, .select2-container .select2-selection--multiple .filter-toggler .select2-selection__choice__remove {
    position: relative; }
    .filter-toggler .action:not(.collapsed):hover:after, .filter-toggler .select2-container .select2-selection--multiple .select2-selection__clear:not(.collapsed):hover:after, .select2-container .select2-selection--multiple .filter-toggler .select2-selection__clear:not(.collapsed):hover:after, .filter-toggler .select2-container .select2-selection--multiple .select2-selection__choice__remove:not(.collapsed):hover:after, .select2-container .select2-selection--multiple .filter-toggler .select2-selection__choice__remove:not(.collapsed):hover:after, .filter-toggler .action:not(.collapsed):active:after, .filter-toggler .select2-container .select2-selection--multiple .select2-selection__clear:not(.collapsed):active:after, .select2-container .select2-selection--multiple .filter-toggler .select2-selection__clear:not(.collapsed):active:after, .filter-toggler .select2-container .select2-selection--multiple .select2-selection__choice__remove:not(.collapsed):active:after, .select2-container .select2-selection--multiple .filter-toggler .select2-selection__choice__remove:not(.collapsed):active:after, .filter-toggler .action:not(.collapsed):focus:after, .filter-toggler .select2-container .select2-selection--multiple .select2-selection__clear:not(.collapsed):focus:after, .select2-container .select2-selection--multiple .filter-toggler .select2-selection__clear:not(.collapsed):focus:after, .filter-toggler .select2-container .select2-selection--multiple .select2-selection__choice__remove:not(.collapsed):focus:after, .select2-container .select2-selection--multiple .filter-toggler .select2-selection__choice__remove:not(.collapsed):focus:after {
      background-color: #393939; }
    .filter-toggler .action:not(.collapsed):after, .filter-toggler .select2-container .select2-selection--multiple .select2-selection__clear:not(.collapsed):after, .select2-container .select2-selection--multiple .filter-toggler .select2-selection__clear:not(.collapsed):after, .filter-toggler .select2-container .select2-selection--multiple .select2-selection__choice__remove:not(.collapsed):after, .select2-container .select2-selection--multiple .filter-toggler .select2-selection__choice__remove:not(.collapsed):after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
      font-size: 1.25rem;
      display: block;
      width: 2px;
      height: 80%;
      background-color: #34AC9F; }

.facets {
  position: relative;
  flex-wrap: wrap;
  flex: 1 0 0;
  padding-right: 2.5rem; }
  @media (min-width: 768px) {
    .facets {
      padding-right: 2.5rem; } }
  @media (min-width: 1024px) {
    .facets {
      padding-right: 3rem; } }

.facets-clear {
  position: absolute;
  right: 0;
  top: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.facet {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

/* icons */
.icon {
  font-size: 1.125rem; }

.icon-sm {
  font-size: 1rem; }

/* icon font feather */
.feather, .dropdown-toggle:after, .search:before, .table th[data-sortable="true"] span:before, .table th[data-sortable="true"] span:after, .select2-container .select2-selection--single .select2-selection__arrow:after, .select2-container .select2-selection--multiple .select2-selection__clear span, .select2-container .select2-selection--multiple .select2-selection__choice__remove span, .datepicker .prev:after,
.datepicker .next:after {
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* modals */
@media (max-height: 740px) {
  .modal-header {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media (max-width: 767.98px) {
  .modal-header {
    padding: 1rem 1rem; } }

.modal.loading .modal-close, .modal.loading .action[data-dismiss="modal"], .modal.loading .select2-container .select2-selection--multiple .select2-selection__clear[data-dismiss="modal"], .select2-container .select2-selection--multiple .modal.loading .select2-selection__clear[data-dismiss="modal"], .modal.loading .select2-container .select2-selection--multiple .select2-selection__choice__remove[data-dismiss="modal"], .select2-container .select2-selection--multiple .modal.loading .select2-selection__choice__remove[data-dismiss="modal"] {
  z-index: 2000; }

@media (max-width: 767.98px) {
  .modal-body {
    padding: 1rem 1rem; } }

@media (max-height: 740px) {
  .modal-title {
    font-size: 1.25rem; } }

@media (max-width: 1023.98px) {
  .modal-title {
    font-size: 1.25rem; } }

.modal-table {
  padding: 0; }
  @media (min-width: 576px) {
    .modal-table {
      overflow: hidden; } }

.modal-nav {
  z-index: 10;
  position: sticky;
  left: 0;
  top: 0;
  flex: 0 0 0;
  background-color: #fff;
  box-shadow: 0 10px 13px 0 rgba(20, 20, 20, 0.1); }
  @media (max-width: 575.98px) {
    .modal-nav {
      padding: 0.5rem 1rem; } }
  .modal-nav .navbar {
    flex: 1 0 100%;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .modal-nav .navbar {
        flex-wrap: nowrap; } }

.modal-nav-toggler {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

@media (min-width: 1024px) {
  .modal-nav-menu {
    flex-grow: 1; } }

.navbar {
  padding: 0; }
  @media (max-width: 767.98px) {
    .navbar[class*="navbar-expand"] .nav {
      margin: 0; } }
  @media (max-width: 767.98px) {
    .navbar[class*="navbar-expand"] .nav .nav-item {
      flex: 1 0 100%;
      border-top: 1px solid rgba(0, 0, 0, 0.1); } }
  @media (max-width: 767.98px) {
    .navbar[class*="navbar-expand"] .nav .nav-item > .nav-link {
      padding-left: 0; } }
  @media (max-width: 767.98px) {
    .navbar[class*="navbar-expand"] .nav .dropdown-menu {
      position: relative;
      width: 100%;
      box-shadow: none;
      margin: 0 0 0.5rem; } }
  @media (max-width: 767.98px) {
    .navbar[class*="navbar-expand"] .nav .dropdown-item {
      padding-left: 1rem; } }

.navbar-brand {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  color: #034EA2;
  line-height: 1.2;
  white-space: normal; }
  @media (max-width: 1279.98px) {
    .navbar-brand {
      font-size: 2rem; } }
  @media (max-width: 1023.98px) {
    .navbar-brand {
      flex-wrap: wrap;
      font-size: 1.5rem; } }
  .navbar-brand .brand-logo {
    display: inline-block;
    flex: 1 0 100%; }
    @media (min-width: 768px) {
      .navbar-brand .brand-logo {
        flex: 1 0 0; } }
  .navbar-brand .brand-divider {
    position: relative;
    display: inline-block;
    align-self: stretch;
    flex: 0 0 2px;
    padding: 0 2rem; }
    .navbar-brand .brand-divider:after {
      content: '';
      position: relative;
      top: 0;
      bottom: 0;
      display: block;
      height: 100%;
      width: 2px;
      background-color: rgba(0, 0, 0, 0.1); }
    @media (max-width: 767.98px) {
      .navbar-brand .brand-divider {
        display: none; } }
  .navbar-brand .brand-typo {
    display: inline-block;
    flex: 1 0 100%; }
    @media (min-width: 768px) {
      .navbar-brand .brand-typo {
        flex: 1 0 auto; } }
  .navbar-brand img {
    display: block;
    max-height: 4rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .navbar-brand img {
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .navbar-brand img {
        display: inline-block;
        max-height: 5.125rem; } }

.nav {
  align-items: flex-end; }

.nav-tabs {
  padding-bottom: 0; }

.nav-pointer .nav-item > .nav-link.active:before {
  content: '';
  position: absolute;
  top: calc( 100% + 1rem);
  border-style: solid;
  border-width: 0.625rem 1rem 0 1rem;
  border-color: #fff transparent transparent transparent; }
  @media (max-width: 767.98px) {
    .nav-pointer .nav-item > .nav-link.active:before {
      top: 50%;
      left: 0;
      transform: translate(-1rem, -50%);
      border-style: solid;
      border-width: 0.75rem 0 0.75rem 0.5rem;
      border-color: transparent transparent transparent #034EA2; } }

.nav-item.dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg); }

.nav-item.dropdown .dropdown-toggle {
  padding-right: 1.25rem; }
  .nav-item.dropdown .dropdown-toggle:after {
    position: absolute;
    right: 0;
    top: 12px; }

.nav-link {
  position: relative;
  color: #666666; }
  .nav-link:hover {
    color: #000000; }
  .nav-link:focus {
    outline: 0;
    color: #000000; }
  .nav-link.active {
    color: #000000; }
  .nav-link.disabled {
    color: #CCCCCC;
    cursor: not-allowed; }
    .nav-link.disabled:focus, .nav-link.disabled:hover {
      box-shadow: none;
      color: #CCCCCC; }
    .nav-link.disabled:after {
      color: #CCCCCC; }
  .nav-link.dropdown-toggle {
    position: relative; }
    .nav-link.dropdown-toggle:after {
      float: right;
      color: #34AC9F;
      line-height: 1.375; }

.modal .nav,
.card .nav {
  margin-left: -1rem;
  margin-right: -1rem; }

/* tables */
.table.table-striped tbody tr.tr-even:hover,
.table.table-striped tbody tr.tr-odd:hover {
  background-color: #D1EDF4; }

.table.table-striped tbody tr.tr-even:focus,
.table.table-striped tbody tr.tr-odd:focus {
  background-color: #D1EDF4; }

.table.table-striped tbody tr.tr-even {
  background-color: #F7F7FB; }
  .table.table-striped tbody tr.tr-even.tr-selected {
    background-color: #93d5e5; }
    .table.table-striped tbody tr.tr-even.tr-selected:hover {
      background-color: #93d5e5; }
    .table.table-striped tbody tr.tr-even.tr-selected:focus {
      background-color: #93d5e5; }
  .table.table-striped tbody tr.tr-even .td-actions {
    background-color: #F7F7FB; }

.table.table-striped tbody tr.tr-odd {
  background-color: #fff; }
  .table.table-striped tbody tr.tr-odd.tr-selected {
    background-color: #a8ddea; }
    .table.table-striped tbody tr.tr-odd.tr-selected:hover {
      background-color: #a8ddea; }
    .table.table-striped tbody tr.tr-odd.tr-selected:focus {
      background-color: #a8ddea; }
  .table.table-striped tbody tr.tr-odd .td-actions {
    background-color: #fff; }

.table.table-striped td {
  border-top: 0; }

@media (max-width: 767.98px) {
  .table.table-sm td {
    padding: 0.5rem 1rem; } }

.table.table-view-card.table-hover tbody tr {
  background-color: inherit; }

.table.table-view-card.table-striped tbody tr:nth-of-type(even) .td-actions {
  background-color: inherit; }

.table.table-view-card.table-striped tbody tr:nth-of-type(odd) .td-actions {
  background-color: inherit; }

.table.table-view-card thead {
  display: none; }

.table.table-view-card tr {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.25rem;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }
  .table.table-view-card tr:hover td:before {
    color: #000000;
    opacity: 0.6; }
  .table.table-view-card tr.tr-selected:after {
    transform: translateY(-1.25rem); }
  .table.table-view-card tr.tr-selected td:before {
    color: #000000;
    opacity: 0.6; }
  .table.table-view-card tr.tr-hidden {
    display: none; }

.table.table-view-card td {
  flex: 1 0 100%;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 460px) {
    .table.table-view-card td {
      padding-left: 10rem; } }
  .table.table-view-card td:before {
    content: attr(data-label);
    position: relative;
    display: block;
    flex: 1 0 100%;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: normal;
    color: #ACB0B6;
    text-transform: uppercase; }
    @media (min-width: 460px) {
      .table.table-view-card td:before {
        position: absolute;
        flex: 1 0 10rem;
        max-width: 10rem;
        transform: translate(-10rem); } }
  .table.table-view-card td:last-child {
    border-bottom: 0; }
  .table.table-view-card td.td-actions {
    position: relative;
    background-color: inherit; }
    .table.table-view-card td.td-actions:after {
      display: none; }
  .table.table-view-card td .td-actions-container {
    justify-content: flex-start;
    flex-direction: row;
    padding: 0; }
    .table.table-view-card td .td-actions-container .action, .table.table-view-card td .td-actions-container .select2-container .select2-selection--multiple .select2-selection__clear, .select2-container .select2-selection--multiple .table.table-view-card td .td-actions-container .select2-selection__clear, .table.table-view-card td .td-actions-container .select2-container .select2-selection--multiple .select2-selection__choice__remove, .select2-container .select2-selection--multiple .table.table-view-card td .td-actions-container .select2-selection__choice__remove {
      margin-bottom: 0;
      margin-right: 0.5rem; }

.table.table-main {
  margin-bottom: 0;
  border-radius: 0 0 4px 4px; }
  .table.table-main thead {
    background-color: #034EA2;
    color: #fff;
    border-bottom: 0; }

.table caption {
  caption-side: top; }

.table thead {
  position: relative;
  background-color: #F7F7FB;
  color: #034EA2;
  border-bottom: 1px solid #E4E4E5; }

.table tr {
  position: relative;
  overflow: hidden; }
  .table tr.active {
    background-color: #034EA2; }

@media (max-width: 767.98px) {
  .table td {
    padding: 1rem 1rem; } }

.table th {
  font-size: 0.75rem;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .table th {
      padding: 0.75rem 1rem; } }
  .table th[data-sortable="true"] {
    cursor: pointer; }
    .table th[data-sortable="true"] span {
      position: relative;
      display: inline-block;
      padding-right: 2.75rem; }
      .table th[data-sortable="true"] span:before, .table th[data-sortable="true"] span:after {
        position: absolute;
        right: 1.5rem;
        bottom: 0;
        font-size: 0.875rem;
        opacity: 0.3; }
      .table th[data-sortable="true"] span:before {
        content: '\e845';
        transform: translateY(-0.375em); }
      .table th[data-sortable="true"] span:after {
        content: '\e842';
        transform: translateY(0.25em); }
    .table th[data-sortable="true"].asc span:before {
      opacity: 1; }
    .table th[data-sortable="true"].desc span:after {
      opacity: 1; }

.table td {
  overflow-wrap: break-word; }
  .table td.td-label {
    font-weight: bold;
    color: #000000; }
  .table td ul {
    margin-bottom: 0; }

.table .tr-selected {
  position: relative;
  background-color: #b8eae4; }
  .table .tr-selected:hover {
    background-color: #a5e4dd; }
  .table .tr-selected:focus {
    background-color: #a5e4dd; }
  .table .tr-selected:after {
    content: '\e83f';
    position: absolute;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem;
    width: 1.125rem;
    height: 1.125rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0.25rem 0;
    text-align: center;
    font-family: 'feather';
    font-size: 0.875rem;
    color: #fff; }

.table .tr-hidden {
  display: none; }

.table .td-actions {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  width: 3.75rem;
  padding: 0;
  background-color: #fff;
  vertical-align: middle; }
  .table .td-actions:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.1); }

.table .td-actions-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem 0.875rem; }
  @media (max-width: 767.98px) {
    .table .td-actions-container {
      padding: 1rem 0.5rem; } }
  .table .td-actions-container .action, .table .td-actions-container .select2-container .select2-selection--multiple .select2-selection__clear, .select2-container .select2-selection--multiple .table .td-actions-container .select2-selection__clear, .table .td-actions-container .select2-container .select2-selection--multiple .select2-selection__choice__remove, .select2-container .select2-selection--multiple .table .td-actions-container .select2-selection__choice__remove {
    display: block;
    margin-bottom: 0.625rem; }
    .table .td-actions-container .action:last-child, .table .td-actions-container .select2-container .select2-selection--multiple .select2-selection__clear:last-child, .select2-container .select2-selection--multiple .table .td-actions-container .select2-selection__clear:last-child, .table .td-actions-container .select2-container .select2-selection--multiple .select2-selection__choice__remove:last-child, .select2-container .select2-selection--multiple .table .td-actions-container .select2-selection__choice__remove:last-child {
      margin-bottom: 0; }

.table .td-hidden {
  display: none; }

.table .td-collapse {
  display: block;
  height: 100px;
  overflow: hidden; }
  .table .td-collapse.show {
    height: auto; }

.table .td-collapse-toggle {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem; }
  .table .td-collapse-toggle.collapsed:before {
    content: 'Show more'; }
  .table .td-collapse-toggle:before {
    content: 'Hide'; }

.table-params-metadata {
  margin: 1rem 0 0;
  font-size: 0.875rem; }
  .table-params-metadata tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .table-params-metadata td:first-child {
    font-weight: bold;
    color: #000000; }

.table-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  background-color: #F7F7FB;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 767.98px) {
    .table-toolbar {
      padding: 0 1rem; } }
  .table-toolbar .btn-group {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .table-toolbar [data-toggle-table-view].toggle-card i {
    transform: rotate(90deg); }
  .table-toolbar [data-toggle-table-view] i {
    transition: transform 0.125s ease-in-out; }
    .table-toolbar [data-toggle-table-view] i:before {
      content: '\e8a3'; }

.panel-heading,
.table-heading {
  padding: 2rem 1.25rem;
  background-color: #034EA2;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF; }
  .panel-heading *,
  .table-heading * {
    color: #FFFFFF; }
  @media (max-height: 740px) {
    .panel-heading,
    .table-heading {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      font-size: 1.375rem; } }
  @media (max-width: 767.98px) {
    .panel-heading,
    .table-heading {
      padding: 1.5rem 1rem;
      font-size: 1.375rem; } }

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none; }

.table-responsive::-webkit-scrollbar:vertical {
  width: 12px; }

.table-responsive::-webkit-scrollbar:horizontal {
  height: 12px; }

.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff; }

.table-responsive::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff; }

@media (min-width: 576px) {
  .modal-details .modal-content {
    height: 90vh;
    max-height: 900px;
    overflow: hidden; } }

.modal-details .modal-table {
  flex: 1 0 0; }

.modal-details .table-heading {
  position: sticky;
  left: 0; }

.modal-details .tab-pane {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.modal-details .panel-plot {
  padding: 1.5rem 1.25rem; }
  @media (max-width: 767.98px) {
    .modal-details .panel-plot {
      padding: 1rem 1rem; } }
  .modal-details .panel-plot .figure {
    width: 100%; }
    .modal-details .panel-plot .figure img,
    .modal-details .panel-plot .figure svg {
      max-width: 100%; }

pre {
  tab-size: 4;
  counter-reset: line;
  padding: 0;
  color: white;
  background-color: white;
  font-size: 16px;
  line-height: 16px; }

pre {
  background: #ffffff;
  color: #303030;
  padding: 10px 16px; }

pre span {
  display: block;
  line-height: 1.5rem; }

pre span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 .5em;
  margin-right: .5em;
  color: #888; }

@media (min-width: 576px) {
  .modal-sim .modal-content {
    height: 90vh;
    max-height: 900px;
    overflow: hidden; } }

.modal-sim .modal-content .sim-params {
  display: block; }

.modal-sim .modal-content .sim-execution {
  display: none; }

.modal-sim .sim-select {
  z-index: 10;
  position: sticky;
  left: 0;
  top: 0;
  flex: 0 0 0;
  padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  background-color: #034EA2;
  box-shadow: 0 10px 13px 0 rgba(20, 20, 20, 0.1); }
  @media (max-height: 740px) {
    .modal-sim .sim-select {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media (max-width: 767.98px) {
    .modal-sim .sim-select {
      padding: 1rem 1rem 1rem 1rem; } }
  .modal-sim .sim-select .navbar {
    align-items: center; }
  .modal-sim .sim-select .col-divider:after {
    background-color: rgba(255, 255, 255, 0.5); }
  .modal-sim .sim-select select,
  .modal-sim .sim-select input {
    background-color: #FFFFFF; }

.modal-sim .sim-select-label {
  align-self: center;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .modal-sim .sim-select-label {
      font-size: 1.125rem; } }

.modal-sim .sim-select-field {
  flex-grow: 1;
  color: #FFFFFF; }

.modal-sim .sim-select-actions {
  flex-grow: 1; }

.modal-sim .sim-execution,
.modal-sim .sim-params {
  overflow: hidden; }
  @media (min-width: 576px) {
    .modal-sim .sim-execution,
    .modal-sim .sim-params {
      flex: 1 0 0; } }
  .modal-sim .sim-execution .tab-content,
  .modal-sim .sim-params .tab-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .modal-sim .sim-param-actions {
    transform: translate(0, -5px);
    text-align: right; } }

.modal-sim .panel-heading {
  position: sticky;
  top: 0;
  left: 0; }

.modal-sim .panel-plot {
  padding: 1.5rem 1.25rem; }
  @media (max-width: 767.98px) {
    .modal-sim .panel-plot {
      padding: 1rem 1rem; } }

.select2-container.select2-container--open .select2-selection {
  box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "\e845"; }

.select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #ACB0B6; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: unset; }

.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #ACB0B6; }

.select2-container .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc( 100% - 2px);
  width: 1.75rem; }
  .select2-container .select2-selection--single .select2-selection__arrow:after {
    content: "\e842";
    color: #34AC9F; }
  .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-container .select2-selection--multiple {
  position: relative;
  min-height: 2.5rem;
  height: auto;
  padding: 2px; }
  .select2-container .select2-selection--multiple:focus-within {
    box-shadow: 0 0 0 3px rgba(17, 160, 204, 0.3); }
  .select2-container .select2-selection--multiple.select2-selection--sm {
    min-height: 1.875rem;
    height: auto;
    padding: 1px; }
    .select2-container .select2-selection--multiple.select2-selection--sm .select2-selection__clear {
      margin-top: 3px;
      margin-right: 3px; }
    .select2-container .select2-selection--multiple.select2-selection--sm .select2-search__field {
      margin: 0;
      padding: 0 0.625rem; }
    .select2-container .select2-selection--multiple.select2-selection--sm .select2-selection__choice {
      min-height: 1.5rem;
      margin: 1px;
      max-width: calc( 100% - 2px); }
    .select2-container .select2-selection--multiple.select2-selection--sm .select2-selection__choice__display {
      font-size: 0.875rem; }
    .select2-container .select2-selection--multiple.select2-selection--sm .select2-selection__choice__remove span {
      margin-top: 4px; }
    .select2-container .select2-selection--multiple.select2-selection--sm .select2-search.select2-search--inline {
      line-height: 1.625rem; }
  .select2-container .select2-selection--multiple.select2-selection--choice-single-row .select2-selection__choice__display {
    white-space: nowrap; }
  .select2-container .select2-selection--multiple.select2-selection--max-sel-1 .select2-search.select2-search--inline {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    width: calc( 100% - 16px);
    height: 100%;
    line-height: 1rem; }
  .select2-container .select2-selection--multiple.select2-selection--max-height {
    max-height: 80px;
    overflow-y: auto; }
  .select2-container .select2-selection--multiple.select2-selection--clear {
    padding-right: 30px; }
  .select2-container .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    z-index: 2;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    margin-top: 6px;
    margin-right: 6px;
    line-height: 1;
    border: 0;
    color: #34AC9F; }
    .select2-container .select2-selection--multiple .select2-selection__clear span {
      display: block;
      height: 0.875rem;
      line-height: 10px; }
  .select2-container .select2-selection--multiple .select2-search.select2-search--inline {
    display: inline-flex;
    align-items: center;
    width: calc( 100% - 16px);
    height: 100%;
    line-height: 2.125rem; }
  .select2-container .select2-selection--multiple .select2-search__field {
    margin: 0;
    padding: 0 0.625rem; }
    .select2-container .select2-selection--multiple .select2-search__field::placeholder {
      color: #ACB0B6;
      opacity: 1; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 1.875rem;
    padding: 0 1.25rem 0 0;
    margin: 2px;
    max-width: calc( 100% - 2px);
    background-color: #E9EAED;
    border: 0;
    border-radius: 0.25rem; }
  .select2-container .select2-selection--multiple .select2-selection__choice__display {
    display: block;
    padding: 0.125rem 0.5rem;
    font-size: 1rem;
    text-overflow: ellipsis;
    overflow-x: hidden; }
  .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 1.25rem;
    height: 100%;
    line-height: 1.25rem;
    padding: 0;
    border: 0;
    border-radius: 0 0.25rem 0.25rem 0;
    font-size: 1.125rem;
    color: #34AC9F; }
    .select2-container .select2-selection--multiple .select2-selection__choice__remove span {
      display: block;
      margin-top: 7px;
      height: 0.875rem;
      line-height: 10px; }

.select2-container .select2-dropdown {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.4);
  border: 0; }
  .select2-container .select2-dropdown.select2-dropdown--sm .select2-results__option {
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem; }
  .select2-container .select2-dropdown .select2-results__option {
    padding: 0.5rem 0.625rem;
    font-size: 1rem; }
    .select2-container .select2-dropdown .select2-results__option.select2-results__option--selectable {
      color: #666666; }
    .select2-container .select2-dropdown .select2-results__option.select2-results__option--selected {
      color: #FFFFFF;
      background-color: #034EA2; }
    .select2-container .select2-dropdown .select2-results__option:hover, .select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
      color: #393939;
      background-color: #D1EDF4; }

.input-group.date input {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2334AC9F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-calendar'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3e%3c/rect%3e%3cline x1='16' y1='2' x2='16' y2='6'%3e%3c/line%3e%3cline x1='8' y1='2' x2='8' y2='6'%3e%3c/line%3e%3cline x1='3' y1='10' x2='21' y2='10'%3e%3c/line%3e%3c/svg%3e") no-repeat right 0.625rem center/1rem 1rem; }

.input-daterange .form-control, .input-daterange .select2-container .select2-selection, .select2-container .input-daterange .select2-selection {
  text-align: left; }
  .input-daterange .form-control:first-child, .input-daterange .select2-container .select2-selection:first-child, .select2-container .input-daterange .select2-selection:first-child {
    border-radius: 5px 0 0 5px; }
  .input-daterange .form-control:last-child, .input-daterange .select2-container .select2-selection:last-child, .select2-container .input-daterange .select2-selection:last-child {
    border-radius: 0 5px 5px 0; }

.datepicker table tr th,
.datepicker table tr td {
  width: 40px; }

.datepicker table tr th.dow {
  height: 40px;
  background-color: #F7F7FB;
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #034EA2;
  text-transform: uppercase;
  white-space: nowrap; }

.datepicker table tr td {
  font-size: 0.875rem; }
  .datepicker table tr td.day {
    color: #666666; }
    .datepicker table tr td.day.old, .datepicker table tr td.day.new {
      color: #ACB0B6; }
    .datepicker table tr td.day.range {
      background-color: #D1EDF4;
      color: #393939; }
    .datepicker table tr td.day.today {
      background-color: #000000;
      border-color: #000000;
      color: #FFFFFF; }
      .datepicker table tr td.day.today:focus, .datepicker table tr td.day.today:hover {
        background-color: #D1EDF4;
        color: #393939; }
    .datepicker table tr td.day.active, .datepicker table tr td.day.range-start, .datepicker table tr td.day.range-end {
      background-color: #034EA2;
      color: #FFFFFF; }
      .datepicker table tr td.day.active:hover, .datepicker table tr td.day.range-start:hover, .datepicker table tr td.day.range-end:hover {
        background-color: #023670;
        color: #FFFFFF; }
    .datepicker table tr td.day:hover {
      background-color: #D1EDF4;
      color: #393939; }

.datepicker table tfoot tr th:hover {
  background-color: #D1EDF4;
  color: #393939; }

.datepicker .datepicker-days {
  padding: 0.5rem; }

.datepicker .datepicker-switch {
  font-size: 0.875rem; }
  .datepicker .datepicker-switch:hover {
    background-color: #D1EDF4; }

.datepicker .prev,
.datepicker .next {
  position: relative;
  color: transparent; }
  .datepicker .prev:hover,
  .datepicker .next:hover {
    background-color: #D1EDF4; }
    .datepicker .prev:hover:after,
    .datepicker .next:hover:after {
      color: #393939; }
  .datepicker .prev:after,
  .datepicker .next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 1.25rem;
    color: #666666; }

.datepicker .prev:after {
  content: '\e843'; }

.datepicker .next:after {
  content: '\e844'; }

.bootstrap-touchspin .input-group-append:last-of-type .bootstrap-touchspin-up {
  border-radius: 0 4px 4px 0; }

.bootstrap-touchspin input.is-invalid {
  z-index: 3; }

.irs--flat {
  width: 100%;
  height: 50px; }
  .irs--flat .irs-bar {
    background-color: #034EA2; }
  .irs--flat .irs-line {
    top: 33px;
    height: 0.25rem;
    background-color: #E4E4E5; }
  .irs--flat .irs-bar {
    top: 33px;
    height: 0.25rem; }
  .irs--flat .irs-min,
  .irs--flat .irs-max {
    top: 12px;
    font-size: 11px;
    background-color: transparent;
    color: #666666; }
  .irs--flat .irs-from,
  .irs--flat .irs-to,
  .irs--flat .irs-single {
    padding: 2px 8px;
    background-color: #393939;
    border-radius: 3px;
    font-size: 12px;
    color: #FFFFFF; }
    .irs--flat .irs-from:before,
    .irs--flat .irs-to:before,
    .irs--flat .irs-single:before {
      border-top-color: #393939; }
  .irs--flat .irs-handle {
    top: 27px;
    width: 1rem;
    height: 1rem;
    background-color: #034EA2;
    border-radius: 100%;
    box-shadow: 0 0 0 0 rgba(17, 160, 204, 0.3);
    transition: box-shadow .1s ease-out;
    cursor: pointer; }
    .irs--flat .irs-handle:before {
      content: "";
      height: 3rem;
      position: absolute;
      top: -15px;
      left: -15px;
      width: 3rem; }
    .irs--flat .irs-handle:focus {
      outline: 0; }
    .irs--flat .irs-handle:hover {
      box-shadow: 0 0 0 1rem rgba(17, 160, 204, 0.3); }
    .irs--flat .irs-handle.state_hover {
      box-shadow: 0 0 0 0.75rem rgba(17, 160, 204, 0.3); }
    .irs--flat .irs-handle i:first-child {
      background-color: transparent !important; }