.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/*!
 * 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 {
  padding: 4px;
  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;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  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 #999;
}
.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;
  -moz-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.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: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  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 {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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,
.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,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.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 {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.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: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.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 .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;transform:scale(.25);transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;transform:scale(.25);transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;transform:scale(.25);transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}
/*

*/

.fa5-text {
  padding-left: 5px;
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 5, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xs {
  font-size: .75em;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sm {
  font-size: .875em;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-1x {
  font-size: 1em;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-6x {
  font-size: 6em;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-7x {
  font-size: 7em;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-8x {
  font-size: 8em;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-9x {
  font-size: 9em;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-10x {
  font-size: 10em;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ul > li {
  position: relative;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pull-left {
  float: left;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pull-right {
  float: right;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 147, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 166, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 174, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 187, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 192, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 195, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 198, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 201, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 204, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 207, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 213, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 216, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 219, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 225, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 228, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 231, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 237, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 240, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 243, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 246, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 249, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 252, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 255, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 258, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 261, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 264, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 267, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 270, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 273, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 276, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 279, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 282, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 285, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 288, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 291, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 294, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 297, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 300, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 303, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 306, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 309, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 312, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 315, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 318, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 321, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 324, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 327, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 330, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 333, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 336, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 339, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 342, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 345, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 348, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 351, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 354, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 357, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 360, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 363, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 366, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 369, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 372, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 375, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 378, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 381, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 384, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 387, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 390, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 393, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 396, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 399, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 402, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 405, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 408, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 411, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 414, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 417, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 420, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-award:before {
  content: "\f559";
}

/* line 423, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 426, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 429, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 432, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 435, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 438, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 441, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 444, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 447, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 450, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 453, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 456, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 459, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 462, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 465, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 468, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 471, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 474, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 477, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 480, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 483, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 486, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 489, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 492, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 495, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 498, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 501, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 504, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 507, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 510, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 513, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 516, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 519, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 522, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 525, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 528, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 531, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 534, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 537, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 540, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 543, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 546, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 549, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 552, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 555, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 558, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 561, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 564, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 567, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 570, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 573, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 576, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 579, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 582, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 585, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 588, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 591, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 594, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 597, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 600, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 603, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 606, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 609, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 612, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 615, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 618, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 621, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 624, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 627, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 630, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-box:before {
  content: "\f466";
}

/* line 633, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 636, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 639, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 642, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 645, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 648, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 651, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 654, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 657, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 660, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 663, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 666, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 669, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 672, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 675, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 678, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 681, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 684, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 687, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 690, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 693, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 696, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 699, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 702, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 705, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 708, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 711, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 714, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 717, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 720, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 723, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 726, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 729, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 732, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 735, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 738, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 741, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 744, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 747, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 750, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 753, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 756, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 759, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 762, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 765, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 768, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 771, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 774, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 777, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 780, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 783, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 786, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 789, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 792, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 795, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 798, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 801, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 804, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 807, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 810, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 813, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 816, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 819, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 822, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 825, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 828, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 831, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 834, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 837, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 840, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 843, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 846, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 849, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 852, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 855, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 858, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 861, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 864, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 867, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 870, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 873, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 876, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 879, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 882, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 885, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 888, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 891, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 894, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 897, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 900, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 903, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 906, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 909, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 912, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 915, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 918, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 921, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 924, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 927, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 930, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 933, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 936, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 939, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 942, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 945, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 948, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 951, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 954, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 957, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 960, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 963, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 966, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 969, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 972, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 975, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 978, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 981, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 984, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 987, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 990, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 993, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 996, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 999, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 1002, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 1005, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 1008, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 1011, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 1014, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 1017, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 1020, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 1023, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-code:before {
  content: "\f121";
}

/* line 1026, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 1029, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1032, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 1035, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 1038, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 1041, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 1044, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 1047, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 1050, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 1053, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 1056, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 1059, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 1062, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 1065, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 1068, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 1071, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 1074, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 1077, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1080, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 1083, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 1086, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 1089, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 1092, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 1095, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1098, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1101, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 1104, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 1107, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 1110, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1113, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 1116, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 1119, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 1122, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1125, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 1128, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 1131, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 1134, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 1137, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 1140, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 1143, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 1146, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 1149, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 1152, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 1155, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 1158, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 1161, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 1164, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 1167, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 1170, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1173, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 1176, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 1179, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 1182, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 1185, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 1188, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 1191, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1194, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 1197, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1200, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1203, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 1206, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 1209, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 1212, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 1215, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 1218, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1221, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1224, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 1227, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 1230, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1233, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 1236, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 1239, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 1242, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 1245, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 1248, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1251, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 1254, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 1257, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 1260, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 1263, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 1266, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 1269, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 1272, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 1275, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 1278, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 1281, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 1284, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 1287, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 1290, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1293, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 1296, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 1299, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 1302, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 1305, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 1308, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 1311, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 1314, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 1317, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 1320, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 1323, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 1326, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 1329, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 1332, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 1335, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 1338, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 1341, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 1344, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 1347, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 1350, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 1353, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-download:before {
  content: "\f019";
}

/* line 1356, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 1359, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 1362, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 1365, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 1368, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1371, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 1374, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1377, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 1380, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 1383, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 1386, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1389, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 1392, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 1395, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 1398, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 1401, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 1404, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 1407, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 1410, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 1413, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 1416, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 1419, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 1422, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 1425, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 1428, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1431, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1434, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 1437, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 1440, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 1443, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 1446, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 1449, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 1452, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1455, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 1458, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 1461, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1464, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 1467, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 1470, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 1473, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 1476, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 1479, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 1482, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 1485, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1488, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 1491, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 1494, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 1497, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 1500, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 1503, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1506, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 1509, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 1512, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 1515, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 1518, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 1521, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 1524, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 1527, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 1530, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 1533, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 1536, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 1539, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 1542, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 1545, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 1548, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1551, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 1554, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 1557, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 1560, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 1563, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1566, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 1569, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 1572, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1575, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 1578, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 1581, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 1584, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 1587, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 1590, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 1593, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 1596, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 1599, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 1602, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 1605, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 1608, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 1611, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 1614, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 1617, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 1620, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 1623, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 1626, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 1629, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 1632, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 1635, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 1638, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 1641, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 1644, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 1647, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-film:before {
  content: "\f008";
}

/* line 1650, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 1653, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 1656, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 1659, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 1662, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1665, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1668, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 1671, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 1674, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 1677, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 1680, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 1683, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 1686, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 1689, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 1692, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 1695, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 1698, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 1701, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1704, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 1707, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 1710, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 1713, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 1716, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 1719, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 1722, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 1725, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font:before {
  content: "\f031";
}

/* line 1728, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 1731, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 1734, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 1737, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 1740, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 1743, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 1746, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 1749, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 1752, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 1755, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1758, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 1761, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1764, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 1767, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 1770, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 1773, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 1776, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 1779, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 1782, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 1785, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 1788, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 1791, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 1794, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 1797, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 1800, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 1803, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 1806, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1809, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1812, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1815, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1818, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 1821, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 1824, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 1827, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1830, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 1833, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1836, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 1839, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 1842, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 1845, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 1848, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 1851, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 1854, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 1857, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 1860, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 1863, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 1866, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 1869, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 1872, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 1875, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 1878, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 1881, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 1884, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 1887, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 1890, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 1893, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 1896, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 1899, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 1902, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1905, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 1908, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 1911, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 1914, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 1917, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 1920, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 1923, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1926, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 1929, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1932, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 1935, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 1938, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 1941, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 1944, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 1947, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 1950, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 1953, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 1956, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 1959, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 1962, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 1965, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 1968, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 1971, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 1974, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 1977, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 1980, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 1983, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 1986, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 1989, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 1992, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 1995, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 1998, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 2001, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 2004, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 2007, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 2010, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 2013, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 2016, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 2019, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 2022, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 2025, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 2028, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 2031, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 2034, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 2037, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 2040, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 2043, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 2046, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 2049, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 2052, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 2055, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 2058, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 2061, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 2064, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 2067, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 2070, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 2073, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 2076, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 2079, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 2082, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 2085, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 2088, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 2091, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 2094, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 2097, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 2100, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 2103, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 2106, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 2109, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 2112, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2115, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 2118, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 2121, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 2124, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 2127, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 2130, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 2133, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 2136, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 2139, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 2142, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 2145, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 2148, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 2151, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 2154, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 2157, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 2160, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 2163, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 2166, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 2169, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 2172, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 2175, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 2178, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 2181, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 2184, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 2187, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 2190, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-home:before {
  content: "\f015";
}

/* line 2193, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 2196, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 2199, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 2202, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 2205, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 2208, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 2211, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 2214, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 2217, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 2220, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 2223, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 2226, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 2229, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 2232, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 2235, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 2238, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 2241, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 2244, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 2247, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2250, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 2253, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 2256, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 2259, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 2262, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 2265, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 2268, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 2271, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2274, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2277, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 2280, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 2283, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 2286, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 2289, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-images:before {
  content: "\f302";
}

/* line 2292, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2295, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 2298, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 2301, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2304, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 2307, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-info:before {
  content: "\f129";
}

/* line 2310, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 2313, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 2316, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 2319, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 2322, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 2325, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 2328, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 2331, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 2334, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 2337, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 2340, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 2343, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 2346, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 2349, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 2352, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 2355, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 2358, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 2361, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 2364, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 2367, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 2370, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 2373, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 2376, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 2379, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 2382, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 2385, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 2388, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 2391, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-key:before {
  content: "\f084";
}

/* line 2394, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 2397, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 2400, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 2403, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 2406, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 2409, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 2412, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 2415, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 2418, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 2421, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 2424, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 2427, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 2430, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 2433, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 2436, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 2439, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 2442, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 2445, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 2448, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 2451, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 2454, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 2457, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 2460, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 2463, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 2466, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 2469, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 2472, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 2475, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 2478, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 2481, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 2484, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 2487, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 2490, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 2493, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 2496, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 2499, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 2502, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 2505, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 2508, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 2511, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2514, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 2517, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 2520, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 2523, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 2526, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 2529, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 2532, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 2535, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 2538, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 2541, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 2544, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 2547, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 2550, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 2553, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2556, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 2559, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 2562, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 2565, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 2568, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 2571, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 2574, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 2577, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 2580, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 2583, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-male:before {
  content: "\f183";
}

/* line 2586, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 2589, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2592, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 2595, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 2598, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 2601, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 2604, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2607, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2610, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 2613, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 2616, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 2619, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 2622, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 2625, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 2628, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 2631, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 2634, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 2637, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 2640, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 2643, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 2646, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 2649, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 2652, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 2655, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 2658, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 2661, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2664, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 2667, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 2670, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 2673, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 2676, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 2679, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 2682, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 2685, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 2688, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 2691, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 2694, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2697, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 2700, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 2703, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 2706, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 2709, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 2712, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 2715, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 2718, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 2721, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 2724, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 2727, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 2730, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2733, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 2736, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 2739, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 2742, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 2745, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2748, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 2751, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 2754, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 2757, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 2760, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 2763, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 2766, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 2769, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 2772, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 2775, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 2778, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 2781, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 2784, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 2787, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 2790, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 2793, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 2796, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-music:before {
  content: "\f001";
}

/* line 2799, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 2802, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 2805, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 2808, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 2811, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 2814, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 2817, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-node:before {
  content: "\f419";
}

/* line 2820, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 2823, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 2826, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 2829, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 2832, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 2835, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 2838, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 2841, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 2844, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 2847, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 2850, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 2853, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 2856, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 2859, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-om:before {
  content: "\f679";
}

/* line 2862, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 2865, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 2868, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 2871, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 2874, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 2877, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 2880, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 2883, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 2886, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 2889, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 2892, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 2895, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 2898, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 2901, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 2904, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 2907, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 2910, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 2913, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 2916, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 2919, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 2922, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 2925, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 2928, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 2931, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 2934, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 2937, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 2940, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2943, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 2946, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 2949, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 2952, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 2955, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 2958, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 2961, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 2964, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 2967, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 2970, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 2973, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 2976, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 2979, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 2982, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 2985, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 2988, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2991, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 2994, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 2997, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 3000, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 3003, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 3006, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 3009, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 3012, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 3015, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 3018, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 3021, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 3024, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 3027, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 3030, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-php:before {
  content: "\f457";
}

/* line 3033, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 3036, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 3039, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 3042, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 3045, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 3048, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 3051, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 3054, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 3057, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 3060, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 3063, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 3066, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 3069, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 3072, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 3075, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 3078, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 3081, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 3084, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 3087, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 3090, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 3093, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 3096, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 3099, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 3102, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 3105, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 3108, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 3111, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 3114, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 3117, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 3120, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 3123, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 3126, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 3129, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 3132, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 3135, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 3138, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 3141, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 3144, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 3147, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 3150, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 3153, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 3156, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 3159, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 3162, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 3165, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 3168, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 3171, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 3174, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 3177, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-question:before {
  content: "\f128";
}

/* line 3180, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 3183, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 3186, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 3189, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 3192, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 3195, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 3198, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 3201, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 3204, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 3207, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 3210, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 3213, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-random:before {
  content: "\f074";
}

/* line 3216, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 3219, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 3222, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 3225, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 3228, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 3231, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 3234, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 3237, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 3240, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 3243, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 3246, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 3249, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 3252, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 3255, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 3258, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 3261, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 3264, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 3267, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 3270, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 3273, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 3276, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 3279, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 3282, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 3285, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 3288, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 3291, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 3294, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 3297, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 3300, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 3303, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 3306, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-road:before {
  content: "\f018";
}

/* line 3309, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 3312, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 3315, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 3318, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 3321, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 3324, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 3327, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 3330, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 3333, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 3336, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 3339, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 3342, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 3345, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 3348, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 3351, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 3354, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 3357, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 3360, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 3363, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 3366, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 3369, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 3372, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 3375, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 3378, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 3381, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-school:before {
  content: "\f549";
}

/* line 3384, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 3387, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 3390, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 3393, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 3396, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search:before {
  content: "\f002";
}

/* line 3399, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 3402, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 3405, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 3408, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 3411, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 3414, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 3417, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 3420, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 3423, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-server:before {
  content: "\f233";
}

/* line 3426, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 3429, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 3432, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share:before {
  content: "\f064";
}

/* line 3435, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 3438, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 3441, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 3444, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 3447, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 3450, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 3453, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 3456, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 3459, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 3462, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 3465, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 3468, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 3471, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 3474, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 3477, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 3480, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 3483, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 3486, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 3489, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 3492, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 3495, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 3498, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 3501, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 3504, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 3507, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 3510, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 3513, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 3516, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 3519, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 3522, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 3525, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 3528, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 3531, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 3534, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 3537, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 3540, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 3543, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 3546, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 3549, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 3552, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 3555, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 3558, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 3561, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 3564, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 3567, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 3570, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 3573, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 3576, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 3579, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 3582, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 3585, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 3588, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 3591, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 3594, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 3597, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 3600, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 3603, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 3606, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 3609, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 3612, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 3615, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 3618, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 3621, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 3624, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 3627, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 3630, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 3633, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 3636, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 3639, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 3642, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 3645, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 3648, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 3651, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 3654, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 3657, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 3660, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 3663, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 3666, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 3669, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 3672, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 3675, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 3678, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 3681, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 3684, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 3687, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 3690, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 3693, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 3696, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 3699, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 3702, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 3705, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 3708, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 3711, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 3714, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 3717, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 3720, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star:before {
  content: "\f005";
}

/* line 3723, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 3726, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 3729, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 3732, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 3735, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 3738, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 3741, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 3744, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 3747, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 3750, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 3753, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 3756, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 3759, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 3762, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 3765, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 3768, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 3771, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 3774, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 3777, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 3780, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 3783, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 3786, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 3789, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 3792, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 3795, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 3798, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 3801, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 3804, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 3807, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 3810, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 3813, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 3816, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 3819, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 3822, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 3825, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 3828, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 3831, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 3834, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 3837, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 3840, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 3843, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 3846, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 3849, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 3852, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 3855, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 3858, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 3861, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 3864, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 3867, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 3870, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 3873, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 3876, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 3879, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 3882, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 3885, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 3888, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 3891, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 3894, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 3897, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 3900, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 3903, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 3906, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 3909, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 3912, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 3915, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 3918, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 3921, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 3924, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 3927, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 3930, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 3933, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 3936, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 3939, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 3942, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 3945, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 3948, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 3951, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 3954, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 3957, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 3960, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 3963, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 3966, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 3969, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 3972, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 3975, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 3978, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 3981, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 3984, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 3987, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 3990, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 3993, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 3996, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 3999, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 4002, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 4005, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4008, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4011, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 4014, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 4017, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4020, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4023, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 4026, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 4029, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 4032, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 4035, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 4038, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 4041, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 4044, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 4047, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 4050, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 4053, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 4056, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 4059, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 4062, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-train:before {
  content: "\f238";
}

/* line 4065, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 4068, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 4071, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4074, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4077, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 4080, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 4083, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 4086, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4089, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4092, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 4095, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4098, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4101, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 4104, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 4107, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 4110, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 4113, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 4116, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4119, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4122, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4125, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 4128, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4131, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4134, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4137, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 4140, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 4143, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 4146, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 4149, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 4152, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4155, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 4158, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 4161, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4164, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 4167, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 4170, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 4173, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 4176, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 4179, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 4182, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 4185, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4188, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4191, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 4194, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 4197, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4200, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 4203, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 4206, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4209, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 4212, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 4215, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 4218, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 4221, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 4224, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 4227, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 4230, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 4233, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 4236, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 4239, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 4242, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 4245, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4248, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 4251, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 4254, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 4257, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4260, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4263, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 4266, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 4269, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 4272, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 4275, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 4278, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 4281, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 4284, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 4287, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 4290, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 4293, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 4296, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 4299, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 4302, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 4305, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 4308, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4311, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4314, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 4317, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 4320, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4323, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 4326, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 4329, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 4332, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 4335, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 4338, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 4341, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 4344, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 4347, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 4350, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4353, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 4356, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4359, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 4362, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 4365, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 4368, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4371, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 4374, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 4377, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 4380, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4383, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 4386, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4389, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4392, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 4395, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 4398, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 4401, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 4404, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 4407, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 4410, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 4413, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-water:before {
  content: "\f773";
}

/* line 4416, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 4419, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 4422, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 4425, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4428, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 4431, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 4434, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 4437, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4440, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 4443, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4446, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 4449, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4452, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 4455, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 4458, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 4461, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 4464, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 4467, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 4470, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4473, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 4476, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 4479, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 4482, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 4485, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 4488, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 4491, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 4494, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 4497, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4500, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 4503, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 4506, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 4509, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 4512, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 4515, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4518, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 4521, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 4524, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4527, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4530, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 4533, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4536, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 4539, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 4542, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 4545, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 4548, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4551, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 4554, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 4557, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 4560, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4563, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 4566, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4569, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 4579, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-1a82018929c15b4894b89f4bbf84121544edc83af8147d6efb8a8c6f2aa6b823.eot);
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-1a82018929c15b4894b89f4bbf84121544edc83af8147d6efb8a8c6f2aa6b823.eot?#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-014d5f88eca2bf532a2eaecd1b929d2ebb7b89b6b224955a88a887a6e6ec96d6.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-9a1256ce2928ad3e6ee76e94a64742672a84bc3cbfaa2ab6afc0c327ee8c285d.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-556e869d78177965bfb888853c07aeb38cf02a430bfda3428ec3bbb8943e4f49.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-0aeca8e7194fa042398331d80758769942ffdc0710f010f03f6475ec359a274f.svg#fontawesome) format("svg");
}

/* line 4594, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-0a1b872e027192533a34e39d889720ea61cb36f05c8929a0c7332d147f8c3cca.eot);
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-0a1b872e027192533a34e39d889720ea61cb36f05c8929a0c7332d147f8c3cca.eot?#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-f7d5b48f588ee15e226c466c10f22b54a58d717af356b5f4229781c212236af0.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-f44e8e9220c7f587a05a64f29bff31290df9356c0c3bcd6bece0ec63f1b9e153.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-08bfbf74e005cfd1422c16c1942a0dd615f63259b73ae75838d2468eb2b04f29.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-729fae3990adc2b348f573868ad52833b1e6799631dd8c084cdcd4de8b0afd00.svg#fontawesome) format("svg");
}

/* line 4605, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-e14d824c38f00ec9bda7fc7457017ed56813867df014f23f10756158f0258226.eot);
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-e14d824c38f00ec9bda7fc7457017ed56813867df014f23f10756158f0258226.eot?#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-9ab6141e87e2863956b80535bb912cedd28e8dcd33115a9467ce76139edb89a3.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-21acdbd12344e63d2c385c18601b52e4d0ae10c883edd9286ebe0115e32cf8e0.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-e6364bd3454f3d0627d6db78864bfb606240fe7a35a473940b97efc31047bd8b.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-302c3b7bd708847017b0e496a8c0ae191e8377713358879d4f166e63c2f2ce29.svg#fontawesome) format("svg");
}

/* line 4616, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/font_awesome5_webfont.scss */
.fa5-text {
  padding-left: 5px;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/font_awesome5_webfont.scss */
.fa5-text-r {
  padding-right: 5px;
}

/*!
 * CoreUI - Open Source Dashboard UI Kit
 * @version v2.1.16
 * @link https://coreui.io
 * Copyright (c) 2018 creativeLabs Łukasz Holeczek
 * Licensed under MIT (https://coreui.io/license)
 */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #20a8d8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f86c6b;
  --orange: #f8cb00;
  --yellow: #ffc107;
  --green: #4dbd74;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #73818f;
  --gray-dark: #2f353a;
  --light-blue: #63c2de;
  --primary: #20a8d8;
  --secondary: #c8ced3;
  --success: #4dbd74;
  --info: #63c2de;
  --warning: #ffc107;
  --danger: #f86c6b;
  --light: #f0f3f5;
  --dark: #2f353a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #23282c;
  text-align: left;
  background-color: #e4e5e6;
}

[tabindex="-1"]:focus {
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  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: #20a8d8;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #167495;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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;
}

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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #73818f;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

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;
}

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;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

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;
}

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: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.1875rem;
}

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

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

h4, .h4 {
  font-size: 1.3125rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #73818f;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #23282c;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #23282c;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.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,
.col-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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #23282c;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #c8ced3;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #c8ced3;
}

.table tbody + tbody {
  border-top: 2px solid #c8ced3;
}

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

.table-bordered {
  border: 1px solid #c8ced3;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #c8ced3;
}

.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(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #23282c;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

.table-hover .table-primary:hover {
  background-color: #abdff0;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #e2e4e8;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #bae6c9;
}

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

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

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

.table-hover .table-info:hover {
  background-color: #bee6f2;
}

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

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #fcbebe;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ecf1f1;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b8b9bc;
}

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #2f353a;
  border-color: #40484f;
}

.table .thead-light th {
  color: #5c6873;
  background-color: #e4e7ea;
  border-color: #c8ced3;
}

.table-dark {
  color: #fff;
  background-color: #2f353a;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #40484f;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  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: 575.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: 767.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: 991.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: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .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 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #5c6873;
  background-color: #fff;
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.form-control::-moz-placeholder {
  color: #73818f;
  opacity: 1;
}

.form-control::placeholder {
  color: #73818f;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e4e7ea;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #5c6873;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #23282c;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  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 > [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 {
  color: #73818f;
}

.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: 80%;
  color: #4dbd74;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(77, 189, 116, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #4dbd74;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dbd74' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #4dbd74;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #4dbd74;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dbd74' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #4dbd74;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

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

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

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

.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: #4dbd74;
}

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

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

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

.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 0.2rem rgba(77, 189, 116, 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: #4dbd74;
}

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4dbd74;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(248, 108, 107, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f86c6b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f86c6b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f86c6b;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f86c6b;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f86c6b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f86c6b;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

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

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

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

.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: #f86c6b;
}

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

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

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

.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 0.2rem rgba(248, 108, 107, 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: #f86c6b;
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f86c6b;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .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 {
    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 {
  display: inline-block;
  font-weight: 400;
  color: #23282c;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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 {
    transition: none;
  }
}

.btn:hover {
  color: #23282c;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1b8eb7;
  border-color: #1985ac;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 181, 222, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1985ac;
  border-color: #187da0;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 181, 222, 0.5);
}

.btn-secondary {
  color: #23282c;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.btn-secondary:hover {
  color: #23282c;
  background-color: #b3bbc2;
  border-color: #acb5bc;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 181, 186, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #23282c;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #23282c;
  background-color: #acb5bc;
  border-color: #a5aeb7;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 181, 186, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.btn-success:hover {
  color: #fff;
  background-color: #3ea662;
  border-color: #3a9d5d;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 199, 137, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9d5d;
  border-color: #379457;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 199, 137, 0.5);
}

.btn-info {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

.btn-info:hover {
  color: #23282c;
  background-color: #43b6d7;
  border-color: #39b2d5;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 171, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b2d5;
  border-color: #2eadd3;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 171, 195, 0.5);
}

.btn-warning {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #23282c;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 13, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #23282c;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 13, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.btn-danger:hover {
  color: #fff;
  background-color: #f64846;
  border-color: #f63c3a;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 130, 129, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f63c3a;
  border-color: #f5302e;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 130, 129, 0.5);
}

.btn-light {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.btn-light:hover {
  color: #23282c;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #23282c;
  background-color: #d1dbe1;
  border-color: #cad4dc;
}

.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 0.2rem rgba(209, 213, 215, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1e2225;
  border-color: #181b1e;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 83, 88, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #181b1e;
  border-color: #121517;
}

.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 0.2rem rgba(78, 83, 88, 0.5);
}

.btn-outline-primary {
  color: #20a8d8;
  border-color: #20a8d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #20a8d8;
  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: #20a8d8;
  border-color: #20a8d8;
}

.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 0.2rem rgba(32, 168, 216, 0.5);
}

.btn-outline-secondary {
  color: #c8ced3;
  border-color: #c8ced3;
}

.btn-outline-secondary:hover {
  color: #23282c;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c8ced3;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #23282c;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.btn-outline-success {
  color: #4dbd74;
  border-color: #4dbd74;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4dbd74;
  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: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.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 0.2rem rgba(77, 189, 116, 0.5);
}

.btn-outline-info {
  color: #63c2de;
  border-color: #63c2de;
}

.btn-outline-info:hover {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #63c2de;
  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: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

.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 0.2rem rgba(99, 194, 222, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

.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 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #f86c6b;
  border-color: #f86c6b;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f86c6b;
  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: #f86c6b;
  border-color: #f86c6b;
}

.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 0.2rem rgba(248, 108, 107, 0.5);
}

.btn-outline-light {
  color: #f0f3f5;
  border-color: #f0f3f5;
}

.btn-outline-light:hover {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f0f3f5;
  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: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.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 0.2rem rgba(240, 243, 245, 0.5);
}

.btn-outline-dark {
  color: #2f353a;
  border-color: #2f353a;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2f353a;
  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: #2f353a;
  border-color: #2f353a;
}

.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 0.2rem rgba(47, 53, 58, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #20a8d8;
  text-decoration: none;
}

.btn-link:hover {
  color: #167495;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #73818f;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #23282c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c8ced3;
  border-radius: 0.25rem;
}

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

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

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

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

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-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 #e4e7ea;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #23282c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #181b1e;
  text-decoration: none;
  background-color: #f0f3f5;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #20a8d8;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #73818f;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #73818f;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #23282c;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  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 > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.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 {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .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 > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn: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 > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn 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,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control: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),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control: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-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f3f5;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #20a8d8;
  background-color: #20a8d8;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8ad4ee;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b6e4f4;
  border-color: #b6e4f4;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #73818f;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e4e7ea;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #8f9ba6 solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

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

.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #8f9ba6;
  border-radius: 0.5rem;
  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: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.custom-select:focus::-ms-value {
  color: #5c6873;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #73818f;
  background-color: #e4e7ea;
}

.custom-select::-ms-expand {
  display: none;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #8ad4ee;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e4e7ea;
}

.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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  background-color: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #5c6873;
  content: "Browse";
  background-color: #f0f3f5;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #20a8d8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b6e4f4;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c8ced3;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #20a8d8;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b6e4f4;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c8ced3;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #20a8d8;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b6e4f4;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #c8ced3;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #c8ced3;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #8f9ba6;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #8f9ba6;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #8f9ba6;
}

.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.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #73818f;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #c8ced3;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e4e7ea #e4e7ea #c8ced3;
}

.nav-tabs .nav-link.disabled {
  color: #73818f;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #5c6873;
  background-color: #e4e5e6;
  border-color: #c8ced3 #c8ced3 #e4e5e6;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

.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.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.335938rem;
  padding-bottom: 0.335938rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.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.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1200px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  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: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: 1px solid #c8ced3;
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

.card-subtitle {
  margin-top: -0.375rem;
  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: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f0f3f5;
  border-bottom: 1px solid #c8ced3;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f0f3f5;
  border-top: 1px solid #c8ced3;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  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;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    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: 0.75rem;
}

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

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #73818f;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #73818f;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #20a8d8;
  background-color: #fff;
  border: 1px solid #c8ced3;
}

.page-link:hover {
  z-index: 2;
  color: #167495;
  text-decoration: none;
  background-color: #e4e7ea;
  border-color: #c8ced3;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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 {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #20a8d8;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #1985ac;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.badge-secondary {
  color: #23282c;
  background-color: #c8ced3;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #23282c;
  background-color: #acb5bc;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #4dbd74;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #3a9d5d;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.badge-info {
  color: #23282c;
  background-color: #63c2de;
}

a.badge-info:hover, a.badge-info:focus {
  color: #23282c;
  background-color: #39b2d5;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.badge-warning {
  color: #23282c;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #23282c;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f86c6b;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #f63c3a;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.badge-light {
  color: #23282c;
  background-color: #f0f3f5;
}

a.badge-light:hover, a.badge-light:focus {
  color: #23282c;
  background-color: #d1dbe1;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #2f353a;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #181b1e;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e4e7ea;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .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: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.8125rem;
}

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

.alert-primary {
  color: #115770;
  background-color: #d2eef7;
  border-color: #c1e7f4;
}

.alert-primary hr {
  border-top-color: #abdff0;
}

.alert-primary .alert-link {
  color: #0a3544;
}

.alert-secondary {
  color: #686b6e;
  background-color: #f4f5f6;
  border-color: #f0f1f3;
}

.alert-secondary hr {
  border-top-color: #e2e4e8;
}

.alert-secondary .alert-link {
  color: #4f5254;
}

.alert-success {
  color: #28623c;
  background-color: #dbf2e3;
  border-color: #cdedd8;
}

.alert-success hr {
  border-top-color: #bae6c9;
}

.alert-success .alert-link {
  color: #193e26;
}

.alert-info {
  color: #336573;
  background-color: #e0f3f8;
  border-color: #d3eef6;
}

.alert-info hr {
  border-top-color: #bee6f2;
}

.alert-info .alert-link {
  color: #234650;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #813838;
  background-color: #fee2e1;
  border-color: #fdd6d6;
}

.alert-danger hr {
  border-top-color: #fcbebe;
}

.alert-danger .alert-link {
  color: #5d2929;
}

.alert-light {
  color: #7d7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}

.alert-light hr {
  border-top-color: #ecf1f1;
}

.alert-light .alert-link {
  color: #646565;
}

.alert-dark {
  color: #181c1e;
  background-color: #d5d7d8;
  border-color: #c5c6c8;
}

.alert-dark hr {
  border-top-color: #b8b9bc;
}

.alert-dark .alert-link {
  color: #010202;
}

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #f0f3f5;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #20a8d8;
  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;
}

.list-group-item-action {
  width: 100%;
  color: #5c6873;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #5c6873;
  text-decoration: none;
  background-color: #f0f3f5;
}

.list-group-item-action:active {
  color: #23282c;
  background-color: #e4e7ea;
}

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

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

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

.list-group-item.disabled, .list-group-item:disabled {
  color: #73818f;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

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

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

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #115770;
  background-color: #c1e7f4;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #115770;
  background-color: #abdff0;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #115770;
  border-color: #115770;
}

.list-group-item-secondary {
  color: #686b6e;
  background-color: #f0f1f3;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #686b6e;
  background-color: #e2e4e8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #686b6e;
  border-color: #686b6e;
}

.list-group-item-success {
  color: #28623c;
  background-color: #cdedd8;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #28623c;
  background-color: #bae6c9;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #28623c;
  border-color: #28623c;
}

.list-group-item-info {
  color: #336573;
  background-color: #d3eef6;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #336573;
  background-color: #bee6f2;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #336573;
  border-color: #336573;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #813838;
  background-color: #fdd6d6;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #813838;
  background-color: #fcbebe;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #813838;
  border-color: #813838;
}

.list-group-item-light {
  color: #7d7e7f;
  background-color: #fbfcfc;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7d7e7f;
  background-color: #ecf1f1;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7e7f;
  border-color: #7d7e7f;
}

.list-group-item-dark {
  color: #181c1e;
  background-color: #c5c6c8;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #181c1e;
  background-color: #b8b9bc;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #181c1e;
  border-color: #181c1e;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  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: #73818f;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.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.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.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);
  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: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #c8ced3;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #c8ced3;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    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);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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.765625rem;
  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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.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) * -1);
}

.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 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) * -1);
}

.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 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: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #23282c;
}

.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: 0s 0.6s opacity;
}

@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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-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;
  }
}

.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: #20a8d8 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1985ac !important;
}

.bg-secondary {
  background-color: #c8ced3 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #acb5bc !important;
}

.bg-success {
  background-color: #4dbd74 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3a9d5d !important;
}

.bg-info {
  background-color: #63c2de !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #39b2d5 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #f86c6b !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f63c3a !important;
}

.bg-light {
  background-color: #f0f3f5 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d1dbe1 !important;
}

.bg-dark {
  background-color: #2f353a !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #181b1e !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #c8ced3 !important;
}

.border-top {
  border-top: 1px solid #c8ced3 !important;
}

.border-right {
  border-right: 1px solid #c8ced3 !important;
}

.border-bottom {
  border-bottom: 1px solid #c8ced3 !important;
}

.border-left {
  border-left: 1px solid #c8ced3 !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: #20a8d8 !important;
}

.border-secondary {
  border-color: #c8ced3 !important;
}

.border-success {
  border-color: #4dbd74 !important;
}

.border-info {
  border-color: #63c2de !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #f86c6b !important;
}

.border-light {
  border-color: #f0f3f5 !important;
}

.border-dark {
  border-color: #2f353a !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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 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.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: 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;
  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;
}

.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);
}

.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.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 576px) {
  .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.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 768px) {
  .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.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 992px) {
  .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.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1200px) {
  .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.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}

.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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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: #20a8d8 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #167495 !important;
}

.text-secondary {
  color: #c8ced3 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #9ea8b1 !important;
}

.text-success {
  color: #4dbd74 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #338a52 !important;
}

.text-info {
  color: #63c2de !important;
}

a.text-info:hover, a.text-info:focus {
  color: #2ba6ca !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #f86c6b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #f52322 !important;
}

.text-light {
  color: #f0f3f5 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c2ced6 !important;
}

.text-dark {
  color: #2f353a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #0d0e10 !important;
}

.text-body {
  color: #23282c !important;
}

.text-muted {
  color: #73818f !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;
  overflow-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) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #8f9ba6;
    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: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #c8ced3 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #c8ced3;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #c8ced3;
  }
}

.animated {
  animation-duration: 1s;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.ps {
  overflow: hidden !important;
  touch-action: auto;
  -ms-overflow-style: none;
  overflow-anchor: none;
}

.ps__rail-x {
  position: absolute;
  bottom: 0;
  display: none;
  height: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps__rail-y {
  position: absolute;
  right: 0;
  display: none;
  width: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: .6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: .9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  position: absolute;
  bottom: 2px;
  height: 6px;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
}

.ps__thumb-y {
  position: absolute;
  right: 2px;
  width: 6px;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  height: 11px;
  background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.aside-menu {
  z-index: 1019;
  width: 250px;
  color: #2f353a;
  background: #fff;
  border-left: 1px solid #c8ced3;
}

.aside-menu .nav-tabs {
  border-color: #c8ced3;
}

.aside-menu .nav-tabs .nav-link {
  padding: 0.75rem 1rem;
  color: #23282c;
  border-top: 0;
  border-radius: 0;
}

.aside-menu .nav-tabs .nav-link.active {
  color: #20a8d8;
  border-right-color: #c8ced3;
  border-left-color: #c8ced3;
}

.aside-menu .nav-tabs .nav-item:first-child .nav-link {
  border-left: 0;
}

.aside-menu .tab-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-top: 1px solid #c8ced3;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.aside-menu .tab-content::-webkit-scrollbar {
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
  appearance: none;
}

.aside-menu .tab-content::-webkit-scrollbar-track {
  background-color: white;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.aside-menu .tab-content::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #e6e6e6;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
}

.aside-menu .tab-content .tab-pane {
  padding: 0;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.avatar .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatar > img {
  vertical-align: initial;
}

.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.avatar-lg .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.avatar-sm .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.avatar-xs .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatars-stack .avatar {
  margin-right: -18px;
  transition: margin-right 0.25s;
}

.avatars-stack .avatar:hover {
  margin-right: 0;
}

.avatars-stack .avatar-lg {
  margin-right: -36px;
}

.avatars-stack .avatar-sm {
  margin-right: -12px;
}

.avatars-stack .avatar-xs {
  margin-right: -10px;
}

.badge-pill {
  border-radius: 10rem;
}

.breadcrumb-menu {
  margin-left: auto;
}

.breadcrumb-menu::before {
  display: none;
}

.breadcrumb-menu .btn-group {
  vertical-align: top;
}

.breadcrumb-menu .btn {
  padding: 0 0.75rem;
  color: #73818f;
  vertical-align: top;
  border: 0;
}

.breadcrumb-menu .btn:hover, .breadcrumb-menu .btn.active {
  color: #23282c;
  background: transparent;
}

.breadcrumb-menu .open .btn {
  color: #23282c;
  background: transparent;
}

.breadcrumb-menu .dropdown-menu {
  min-width: 180px;
  line-height: 1.5;
}

*[dir="rtl"] .breadcrumb-menu {
  margin-right: auto;
  margin-left: initial;
}

.breadcrumb {
  position: relative;
  border-radius: 0;
  border-bottom: 1px solid #c8ced3;
}

*[dir="rtl"] .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0.5rem;
}

*[dir="rtl"] .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}

.brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #c8ced3;
  border-radius: 0.25rem;
}

.brand-card-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  border-radius: 0.25rem 0.25rem 0 0;
}

.brand-card-header i {
  font-size: 2rem;
  color: #fff;
}

.brand-card-header .chart-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-card-body {
  display: flex;
  flex-direction: row;
  padding: 0.75rem 0;
  text-align: center;
}

.brand-card-body > * {
  flex: 1;
  padding: 0.1875rem 0;
}

.brand-card-body > *:not(:last-child) {
  border-right: 1px solid #c8ced3;
}

*[dir="rtl"] .brand-card-body > *:not(:last-child) {
  border-right: 0;
  border-left: 1px solid #c8ced3;
}

.btn-brand {
  border: 0;
}

.btn-brand i {
  display: inline-block;
  width: 2.0625rem;
  margin: -0.375rem -0.75rem;
  line-height: 2.0625rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

.btn-brand i + span {
  margin-left: 1.5rem;
}

.btn-brand.btn-lg i, .btn-group-lg > .btn-brand.btn i {
  width: 2.640625rem;
  margin: -0.5rem -1rem;
  line-height: 2.640625rem;
  border-radius: 0.3rem;
}

.btn-brand.btn-lg i + span, .btn-group-lg > .btn-brand.btn i + span {
  margin-left: 2rem;
}

.btn-brand.btn-sm i, .btn-group-sm > .btn-brand.btn i {
  width: 1.648438rem;
  margin: -0.25rem -0.5rem;
  line-height: 1.648438rem;
  border-radius: 0.2rem;
}

.btn-brand.btn-sm i + span, .btn-group-sm > .btn-brand.btn i + span {
  margin-left: 1rem;
}

.btn-brand.btn-square i {
  border-radius: 0;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

.btn-twitter:hover {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
}

.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #007ead;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

.btn-linkedin {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #3d6399;
  border-color: #395d90;
}

.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
.show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #395d90;
  border-color: #365786;
}

.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
.show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

.btn-google-plus {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}

.btn-google-plus:hover {
  color: #fff;
  background-color: #ba3929;
  border-color: #b03626;
}

.btn-google-plus:focus, .btn-google-plus.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 99, 84, 0.5);
}

.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}

.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active,
.show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #b03626;
  border-color: #a53324;
}

.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus,
.show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 99, 84, 0.5);
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

.btn-flickr:hover {
  color: #fff;
  background-color: #d90070;
  border-color: #cc006a;
}

.btn-flickr:focus, .btn-flickr.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

.btn-flickr.disabled, .btn-flickr:disabled {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active,
.show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: #bf0063;
}

.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus,
.show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

.btn-tumblr {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

.btn-tumblr:hover {
  color: #fff;
  background-color: #263d53;
  border-color: #22364a;
}

.btn-tumblr:focus, .btn-tumblr.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

.btn-tumblr.disabled, .btn-tumblr:disabled {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active,
.show > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #22364a;
  border-color: #1e3041;
}

.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus,
.show > .btn-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

.btn-xing {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

.btn-xing:hover {
  color: #fff;
  background-color: #013f40;
  border-color: #013334;
}

.btn-xing:focus, .btn-xing.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

.btn-xing.disabled, .btn-xing:disabled {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

.btn-xing:not(:disabled):not(.disabled):active, .btn-xing:not(:disabled):not(.disabled).active,
.show > .btn-xing.dropdown-toggle {
  color: #fff;
  background-color: #013334;
  border-color: #012727;
}

.btn-xing:not(:disabled):not(.disabled):active:focus, .btn-xing:not(:disabled):not(.disabled).active:focus,
.show > .btn-xing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

.btn-github {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

.btn-github:hover {
  color: #fff;
  background-color: #3570aa;
  border-color: #3269a0;
}

.btn-github:focus, .btn-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active,
.show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #3269a0;
  border-color: #2f6397;
}

.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus,
.show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

.btn-html5 {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}

.btn-html5:hover {
  color: #fff;
  background-color: #c9401a;
  border-color: #be3c18;
}

.btn-html5:focus, .btn-html5.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 105, 71, 0.5);
}

.btn-html5.disabled, .btn-html5:disabled {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}

.btn-html5:not(:disabled):not(.disabled):active, .btn-html5:not(:disabled):not(.disabled).active,
.show > .btn-html5.dropdown-toggle {
  color: #fff;
  background-color: #be3c18;
  border-color: #b23917;
}

.btn-html5:not(:disabled):not(.disabled):active:focus, .btn-html5:not(:disabled):not(.disabled).active:focus,
.show > .btn-html5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 105, 71, 0.5);
}

.btn-openid {
  color: #23282c;
  background-color: #f78c40;
  border-color: #f78c40;
}

.btn-openid:hover {
  color: #fff;
  background-color: #f5761b;
  border-color: #f56f0f;
}

.btn-openid:focus, .btn-openid.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 125, 61, 0.5);
}

.btn-openid.disabled, .btn-openid:disabled {
  color: #23282c;
  background-color: #f78c40;
  border-color: #f78c40;
}

.btn-openid:not(:disabled):not(.disabled):active, .btn-openid:not(:disabled):not(.disabled).active,
.show > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #f56f0f;
  border-color: #ed680a;
}

.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus,
.show > .btn-openid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 125, 61, 0.5);
}

.btn-stack-overflow {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

.btn-stack-overflow:hover {
  color: #fff;
  background-color: #ec6701;
  border-color: #df6101;
}

.btn-stack-overflow:focus, .btn-stack-overflow.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

.btn-stack-overflow.disabled, .btn-stack-overflow:disabled {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

.btn-stack-overflow:not(:disabled):not(.disabled):active, .btn-stack-overflow:not(:disabled):not(.disabled).active,
.show > .btn-stack-overflow.dropdown-toggle {
  color: #fff;
  background-color: #df6101;
  border-color: #d25c01;
}

.btn-stack-overflow:not(:disabled):not(.disabled):active:focus, .btn-stack-overflow:not(:disabled):not(.disabled).active:focus,
.show > .btn-stack-overflow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

.btn-youtube {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

.btn-youtube:hover {
  color: #fff;
  background-color: #950000;
  border-color: #880000;
}

.btn-youtube:focus, .btn-youtube.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #880000;
  border-color: #7b0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

.btn-css3 {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}

.btn-css3:hover {
  color: #fff;
  background-color: #015994;
  border-color: #015187;
}

.btn-css3:focus, .btn-css3.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}

.btn-css3.disabled, .btn-css3:disabled {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}

.btn-css3:not(:disabled):not(.disabled):active, .btn-css3:not(:disabled):not(.disabled).active,
.show > .btn-css3.dropdown-toggle {
  color: #fff;
  background-color: #015187;
  border-color: #014a7b;
}

.btn-css3:not(:disabled):not(.disabled):active:focus, .btn-css3:not(:disabled):not(.disabled).active:focus,
.show > .btn-css3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}

.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.btn-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
}

.btn-dribbble:focus, .btn-dribbble.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active,
.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}

.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus,
.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

.btn-instagram:hover {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
}

.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.btn-pinterest:hover {
  color: #fff;
  background-color: #aa1b21;
  border-color: #9f191f;
}

.btn-pinterest:focus, .btn-pinterest.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active,
.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: #94171c;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

.btn-vk {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

.btn-vk:hover {
  color: #fff;
  background-color: #385474;
  border-color: #344d6c;
}

.btn-vk:focus, .btn-vk.focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

.btn-vk.disabled, .btn-vk:disabled {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

.btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active,
.show > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #344d6c;
  border-color: #304763;
}

.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus,
.show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

.btn-yahoo {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

.btn-yahoo:hover {
  color: #fff;
  background-color: #2f016b;
  border-color: #2a015e;
}

.btn-yahoo:focus, .btn-yahoo.focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

.btn-yahoo.disabled, .btn-yahoo:disabled {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active,
.show > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #2a015e;
  border-color: #240152;
}

.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus,
.show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

.btn-behance {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.btn-behance:hover {
  color: #fff;
  background-color: #0055f0;
  border-color: #0050e3;
}

.btn-behance:focus, .btn-behance.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

.btn-behance.disabled, .btn-behance:disabled {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.btn-behance:not(:disabled):not(.disabled):active, .btn-behance:not(:disabled):not(.disabled).active,
.show > .btn-behance.dropdown-toggle {
  color: #fff;
  background-color: #0050e3;
  border-color: #004cd6;
}

.btn-behance:not(:disabled):not(.disabled):active:focus, .btn-behance:not(:disabled):not(.disabled).active:focus,
.show > .btn-behance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

.btn-dropbox {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}

.btn-dropbox:hover {
  color: #fff;
  background-color: #0069bf;
  border-color: #0062b2;
}

.btn-dropbox:focus, .btn-dropbox.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}

.btn-dropbox.disabled, .btn-dropbox:disabled {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}

.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active,
.show > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0062b2;
  border-color: #005ba5;
}

.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus,
.show > .btn-dropbox.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}

.btn-reddit {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn-reddit:hover {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
}

.btn-reddit:focus, .btn-reddit.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

.btn-reddit.disabled, .btn-reddit:disabled {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active,
.show > .btn-reddit.dropdown-toggle {
  color: #fff;
  background-color: #cc3700;
  border-color: #bf3400;
}

.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus,
.show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

.btn-spotify {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}

.btn-spotify:hover {
  color: #fff;
  background-color: #619200;
  border-color: #588500;
}

.btn-spotify:focus, .btn-spotify.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 195, 38, 0.5);
}

.btn-spotify.disabled, .btn-spotify:disabled {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}

.btn-spotify:not(:disabled):not(.disabled):active, .btn-spotify:not(:disabled):not(.disabled).active,
.show > .btn-spotify.dropdown-toggle {
  color: #fff;
  background-color: #588500;
  border-color: #507800;
}

.btn-spotify:not(:disabled):not(.disabled):active:focus, .btn-spotify:not(:disabled):not(.disabled).active:focus,
.show > .btn-spotify.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 195, 38, 0.5);
}

.btn-vine {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}

.btn-vine:hover {
  color: #fff;
  background-color: #009972;
  border-color: #008c69;
}

.btn-vine:focus, .btn-vine.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 160, 0.5);
}

.btn-vine.disabled, .btn-vine:disabled {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}

.btn-vine:not(:disabled):not(.disabled):active, .btn-vine:not(:disabled):not(.disabled).active,
.show > .btn-vine.dropdown-toggle {
  color: #fff;
  background-color: #008c69;
  border-color: #007f5f;
}

.btn-vine:not(:disabled):not(.disabled):active:focus, .btn-vine:not(:disabled):not(.disabled).active:focus,
.show > .btn-vine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 160, 0.5);
}

.btn-foursquare {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}

.btn-foursquare:hover {
  color: #fff;
  background-color: #0d5c8c;
  border-color: #0c5480;
}

.btn-foursquare:focus, .btn-foursquare.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 136, 187, 0.5);
}

.btn-foursquare.disabled, .btn-foursquare:disabled {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}

.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active,
.show > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #0c5480;
  border-color: #0b4d75;
}

.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus,
.show > .btn-foursquare.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 136, 187, 0.5);
}

.btn-vimeo {
  color: #23282c;
  background-color: #aad450;
  border-color: #aad450;
}

.btn-vimeo:hover {
  color: #23282c;
  background-color: #9bcc32;
  border-color: #93c130;
}

.btn-vimeo:focus, .btn-vimeo.focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 186, 75, 0.5);
}

.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #23282c;
  background-color: #aad450;
  border-color: #aad450;
}

.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active,
.show > .btn-vimeo.dropdown-toggle {
  color: #23282c;
  background-color: #93c130;
  border-color: #8bb72d;
}

.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus,
.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 186, 75, 0.5);
}

*[dir="rtl"] .btn-group > .btn:not(:first-child),
*[dir="rtl"] .btn-group > .btn-group:not(:first-child) {
  margin-right: -1px;
}

*[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
*[dir="rtl"] .btn-group > .btn-group:not(:last-child) > .btn {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

*[dir="rtl"] .btn-group > .btn:not(:first-child),
*[dir="rtl"] .btn-group > .btn-group:not(:first-child) > .btn {
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

*[dir="rtl"] .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

.btn-pill {
  border-radius: 50em;
}

.btn-square {
  border-radius: 0;
}

.btn-ghost-primary {
  color: #20a8d8;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-primary:hover {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.btn-ghost-primary:focus, .btn-ghost-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.btn-ghost-primary.disabled, .btn-ghost-primary:disabled {
  color: #20a8d8;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-primary:not(:disabled):not(.disabled):active, .btn-ghost-primary:not(:disabled):not(.disabled).active,
.show > .btn-ghost-primary.dropdown-toggle {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.btn-ghost-primary:not(:disabled):not(.disabled):active:focus, .btn-ghost-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.btn-ghost-secondary {
  color: #c8ced3;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-secondary:hover {
  color: #23282c;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.btn-ghost-secondary:focus, .btn-ghost-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.btn-ghost-secondary.disabled, .btn-ghost-secondary:disabled {
  color: #c8ced3;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-secondary:not(:disabled):not(.disabled):active, .btn-ghost-secondary:not(:disabled):not(.disabled).active,
.show > .btn-ghost-secondary.dropdown-toggle {
  color: #23282c;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.btn-ghost-secondary:not(:disabled):not(.disabled):active:focus, .btn-ghost-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.btn-ghost-success {
  color: #4dbd74;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-success:hover {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.btn-ghost-success:focus, .btn-ghost-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.btn-ghost-success.disabled, .btn-ghost-success:disabled {
  color: #4dbd74;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-success:not(:disabled):not(.disabled):active, .btn-ghost-success:not(:disabled):not(.disabled).active,
.show > .btn-ghost-success.dropdown-toggle {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.btn-ghost-success:not(:disabled):not(.disabled):active:focus, .btn-ghost-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.btn-ghost-info {
  color: #63c2de;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-info:hover {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

.btn-ghost-info:focus, .btn-ghost-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.btn-ghost-info.disabled, .btn-ghost-info:disabled {
  color: #63c2de;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-info:not(:disabled):not(.disabled):active, .btn-ghost-info:not(:disabled):not(.disabled).active,
.show > .btn-ghost-info.dropdown-toggle {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

.btn-ghost-info:not(:disabled):not(.disabled):active:focus, .btn-ghost-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.btn-ghost-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-warning:hover {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-ghost-warning:focus, .btn-ghost-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-ghost-warning.disabled, .btn-ghost-warning:disabled {
  color: #ffc107;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-warning:not(:disabled):not(.disabled):active, .btn-ghost-warning:not(:disabled):not(.disabled).active,
.show > .btn-ghost-warning.dropdown-toggle {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-ghost-warning:not(:disabled):not(.disabled):active:focus, .btn-ghost-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-ghost-danger {
  color: #f86c6b;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-danger:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.btn-ghost-danger:focus, .btn-ghost-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.btn-ghost-danger.disabled, .btn-ghost-danger:disabled {
  color: #f86c6b;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-danger:not(:disabled):not(.disabled):active, .btn-ghost-danger:not(:disabled):not(.disabled).active,
.show > .btn-ghost-danger.dropdown-toggle {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.btn-ghost-danger:not(:disabled):not(.disabled):active:focus, .btn-ghost-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.btn-ghost-light {
  color: #f0f3f5;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-light:hover {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.btn-ghost-light:focus, .btn-ghost-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.btn-ghost-light.disabled, .btn-ghost-light:disabled {
  color: #f0f3f5;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-light:not(:disabled):not(.disabled):active, .btn-ghost-light:not(:disabled):not(.disabled).active,
.show > .btn-ghost-light.dropdown-toggle {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.btn-ghost-light:not(:disabled):not(.disabled):active:focus, .btn-ghost-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.btn-ghost-dark {
  color: #2f353a;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-dark:hover {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.btn-ghost-dark:focus, .btn-ghost-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

.btn-ghost-dark.disabled, .btn-ghost-dark:disabled {
  color: #2f353a;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-dark:not(:disabled):not(.disabled):active, .btn-ghost-dark:not(:disabled):not(.disabled).active,
.show > .btn-ghost-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.btn-ghost-dark:not(:disabled):not(.disabled):active:focus, .btn-ghost-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

.callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border-left: 4px solid #c8ced3;
  border-radius: 0.25rem;
}

.callout .chart-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  float: right;
  width: 50%;
}

.callout-bordered {
  border: 1px solid #c8ced3;
  border-left-width: 4px;
}

.callout code {
  border-radius: 0.25rem;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout + .callout {
  margin-top: -0.25rem;
}

.callout-primary {
  border-left-color: #20a8d8;
}

.callout-primary h4 {
  color: #20a8d8;
}

.callout-secondary {
  border-left-color: #c8ced3;
}

.callout-secondary h4 {
  color: #c8ced3;
}

.callout-success {
  border-left-color: #4dbd74;
}

.callout-success h4 {
  color: #4dbd74;
}

.callout-info {
  border-left-color: #63c2de;
}

.callout-info h4 {
  color: #63c2de;
}

.callout-warning {
  border-left-color: #ffc107;
}

.callout-warning h4 {
  color: #ffc107;
}

.callout-danger {
  border-left-color: #f86c6b;
}

.callout-danger h4 {
  color: #f86c6b;
}

.callout-light {
  border-left-color: #f0f3f5;
}

.callout-light h4 {
  color: #f0f3f5;
}

.callout-dark {
  border-left-color: #2f353a;
}

.callout-dark h4 {
  color: #2f353a;
}

*[dir="rtl"] .callout {
  border-right: 4px solid #c8ced3;
  border-left: 0;
}

*[dir="rtl"] .callout.callout-primary {
  border-right-color: #20a8d8;
}

*[dir="rtl"] .callout.callout-secondary {
  border-right-color: #c8ced3;
}

*[dir="rtl"] .callout.callout-success {
  border-right-color: #4dbd74;
}

*[dir="rtl"] .callout.callout-info {
  border-right-color: #63c2de;
}

*[dir="rtl"] .callout.callout-warning {
  border-right-color: #ffc107;
}

*[dir="rtl"] .callout.callout-danger {
  border-right-color: #f86c6b;
}

*[dir="rtl"] .callout.callout-light {
  border-right-color: #f0f3f5;
}

*[dir="rtl"] .callout.callout-dark {
  border-right-color: #2f353a;
}

*[dir="rtl"] .callout .chart-wrapper {
  left: 0;
  float: left;
}

.card {
  margin-bottom: 1.5rem;
}

.card.bg-primary {
  border-color: #187da0;
}

.card.bg-primary .card-header {
  background-color: #1e9ecb;
  border-color: #187da0;
}

.card.bg-secondary {
  border-color: #a5aeb7;
}

.card.bg-secondary .card-header {
  background-color: #c0c6cc;
  border-color: #a5aeb7;
}

.card.bg-success {
  border-color: #379457;
}

.card.bg-success .card-header {
  background-color: #44b76c;
  border-color: #379457;
}

.card.bg-info {
  border-color: #2eadd3;
}

.card.bg-info .card-header {
  background-color: #56bddb;
  border-color: #2eadd3;
}

.card.bg-warning {
  border-color: #c69500;
}

.card.bg-warning .card-header {
  background-color: #f7b900;
  border-color: #c69500;
}

.card.bg-danger {
  border-color: #f5302e;
}

.card.bg-danger .card-header {
  background-color: #f75d5c;
  border-color: #f5302e;
}

.card.bg-light {
  border-color: #cad4dc;
}

.card.bg-light .card-header {
  background-color: #e7ecef;
  border-color: #cad4dc;
}

.card.bg-dark {
  border-color: #121517;
}

.card.bg-dark .card-header {
  background-color: #282d32;
  border-color: #121517;
}

.card.drag,
.card .drag {
  cursor: move;
}

.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #c8ced3;
}

.card-header > i {
  margin-right: 0.5rem;
}

.card-header .nav-tabs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header .nav-tabs .nav-item {
  border-top: 0;
}

.card-header .nav-tabs .nav-link {
  padding: 0.75rem 0.625rem;
  color: #73818f;
  border-top: 0;
}

.card-header .nav-tabs .nav-link.active {
  color: #23282c;
  background: #fff;
}

*[dir="rtl"] .card-header > i {
  margin-right: 0;
  margin-left: 0.5rem;
}

.card-header-icon-bg {
  display: inline-block;
  width: 2.8125rem;
  padding: 0.75rem 0;
  margin: -0.75rem 1.25rem -0.75rem -1.25rem;
  line-height: inherit;
  color: #23282c;
  text-align: center;
  background: transparent;
  border-right: 1px solid #c8ced3;
}

.card-header-actions {
  display: inline-block;
  float: right;
  margin-right: -0.25rem;
}

*[dir="rtl"] .card-header-actions {
  float: left;
  margin-right: auto;
  margin-left: -0.25rem;
}

.card-header-action {
  padding: 0 0.25rem;
  color: #73818f;
}

.card-header-action:hover {
  color: #23282c;
  text-decoration: none;
}

.card-accent-primary {
  border-top-color: #20a8d8;
  border-top-width: 2px;
}

.card-accent-secondary {
  border-top-color: #c8ced3;
  border-top-width: 2px;
}

.card-accent-success {
  border-top-color: #4dbd74;
  border-top-width: 2px;
}

.card-accent-info {
  border-top-color: #63c2de;
  border-top-width: 2px;
}

.card-accent-warning {
  border-top-color: #ffc107;
  border-top-width: 2px;
}

.card-accent-danger {
  border-top-color: #f86c6b;
  border-top-width: 2px;
}

.card-accent-light {
  border-top-color: #f0f3f5;
  border-top-width: 2px;
}

.card-accent-dark {
  border-top-color: #2f353a;
  border-top-width: 2px;
}

.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #c8ced3;
}

@media (min-width: 576px) {
  .card-columns.cols-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
}

.chart-wrapper canvas {
  width: 100%;
}

base-chart.chart {
  display: block;
}

canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chartjs-tooltip {
  position: absolute;
  z-index: 1021;
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0.5rem;
  color: #fff;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.25s ease;
  transform: translate(-50%, 0);
  border-radius: 0.25rem;
}

.chartjs-tooltip .tooltip-header {
  margin-bottom: 0.5rem;
}

.chartjs-tooltip .tooltip-header-item {
  font-size: 0.765625rem;
  font-weight: 700;
}

.chartjs-tooltip .tooltip-body-item {
  display: flex;
  align-items: center;
  font-size: 0.765625rem;
  white-space: nowrap;
}

.chartjs-tooltip .tooltip-body-item-color {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.875rem;
}

.chartjs-tooltip .tooltip-body-item-value {
  padding-left: 1rem;
  margin-left: auto;
  font-weight: 700;
}

.dropdown-item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #c8ced3;
}

.dropdown-item:last-child {
  border-bottom: 0;
}

.dropdown-item i {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-left: -10px;
  color: #c8ced3;
  text-align: center;
}

.dropdown-item .badge {
  position: absolute;
  right: 10px;
  margin-top: 2px;
}

.dropdown-header {
  padding: 8px 20px;
  background: #e4e7ea;
  border-bottom: 1px solid #c8ced3;
}

.dropdown-header .btn {
  margin-top: -7px;
  color: #73818f;
}

.dropdown-header .btn:hover {
  color: #23282c;
}

.dropdown-header .btn.pull-right {
  margin-right: -20px;
}

.dropdown-menu-lg {
  width: 250px;
}

.app-header .navbar-nav .dropdown-menu {
  position: absolute;
}

.app-header .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.app-header .navbar-nav .dropdown-menu-left {
  right: auto;
  left: 0;
}

*[dir="rtl"] .dropdown-toggle::before {
  margin-right: 0;
  margin-left: 0.255em;
}

*[dir="rtl"] .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: 0;
}

.app-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1rem;
  color: #23282c;
  background: #f0f3f5;
  border-top: 1px solid #c8ced3;
}

.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px;
}

.row.row-equal [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.main .container-fluid {
  padding: 0 30px;
}

.app-header {
  position: relative;
  flex-direction: row;
  height: 55px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #c8ced3;
}

.app-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 55px;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}

.app-header .navbar-brand .navbar-brand-minimized {
  display: none;
}

.app-header .navbar-toggler {
  min-width: 50px;
  padding: 0.25rem 0;
}

.app-header .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%232f353a' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.app-header .navbar-toggler-icon {
  height: 23px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2373818f' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.app-header .navbar-nav {
  flex-direction: row;
  align-items: center;
}

.app-header .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0;
  text-align: center;
}

.app-header .nav-item button {
  margin: 0 auto;
}

.app-header .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  background: 0;
  border: 0;
}

.app-header .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0;
}

.app-header .nav-item .nav-link > .img-avatar, .app-header .nav-item .avatar.nav-link > img {
  height: 35px;
  margin: 0 10px;
}

.app-header .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}

.app-header .dropdown-item {
  min-width: 180px;
}

.navbar-nav .nav-link {
  color: #73818f;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #2f353a;
}

.navbar-nav .open > .nav-link, .navbar-nav .open > .nav-link:hover, .navbar-nav .open > .nav-link:focus,
.navbar-nav .active > .nav-link,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .active > .nav-link:focus,
.navbar-nav .nav-link.open,
.navbar-nav .nav-link.open:hover,
.navbar-nav .nav-link.open:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
  color: #2f353a;
}

.navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

@media (min-width: 992px) {
  .brand-minimized .app-header .navbar-brand {
    width: 50px;
    background-color: transparent;
  }
  .brand-minimized .app-header .navbar-brand .navbar-brand-full {
    display: none;
  }
  .brand-minimized .app-header .navbar-brand .navbar-brand-minimized {
    display: block;
  }
}

.input-group-prepend,
.input-group-append {
  white-space: nowrap;
  vertical-align: middle;
}

*[dir="rtl"] .input-group > .form-control,
*[dir="rtl"] .input-group > .custom-select {
  border-radius: 0.25rem;
}

*[dir="rtl"] .input-group > .form-control:not(:last-child),
*[dir="rtl"] .input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

*[dir="rtl"] .input-group > .form-control:not(:first-child),
*[dir="rtl"] .input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

*[dir="rtl"] .input-group-prepend {
  margin-left: -1px;
}

*[dir="rtl"] .input-group-append {
  margin-right: -1px;
}

*[dir="rtl"] .input-group > .input-group-prepend > .btn,
*[dir="rtl"] .input-group > .input-group-prepend > .input-group-text,
*[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .btn,
*[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .input-group-text,
*[dir="rtl"] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
*[dir="rtl"] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

*[dir="rtl"] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
*[dir="rtl"] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

*[dir="rtl"] .input-group > .input-group-append > .btn,
*[dir="rtl"] .input-group > .input-group-append > .input-group-text,
*[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .btn,
*[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
*[dir="rtl"] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
*[dir="rtl"] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

*[dir="rtl"] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
*[dir="rtl"] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.img-avatar, .avatar > img,
.img-circle {
  max-width: 100%;
  height: auto;
  border-radius: 50em;
}

.list-group-accent .list-group-item {
  margin-bottom: 1px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.list-group-accent .list-group-item.list-group-item-divider {
  position: relative;
}

.list-group-accent .list-group-item.list-group-item-divider::before {
  position: absolute;
  bottom: -1px;
  left: 5%;
  width: 90%;
  height: 1px;
  content: "";
  background-color: #e4e7ea;
}

.list-group-item-accent-primary {
  border-left: 4px solid #20a8d8;
}

.list-group-item-accent-secondary {
  border-left: 4px solid #c8ced3;
}

.list-group-item-accent-success {
  border-left: 4px solid #4dbd74;
}

.list-group-item-accent-info {
  border-left: 4px solid #63c2de;
}

.list-group-item-accent-warning {
  border-left: 4px solid #ffc107;
}

.list-group-item-accent-danger {
  border-left: 4px solid #f86c6b;
}

.list-group-item-accent-light {
  border-left: 4px solid #f0f3f5;
}

.list-group-item-accent-dark {
  border-left: 4px solid #2f353a;
}

.modal-primary .modal-content {
  border-color: #20a8d8;
}

.modal-primary .modal-header {
  color: #fff;
  background-color: #20a8d8;
}

.modal-secondary .modal-content {
  border-color: #c8ced3;
}

.modal-secondary .modal-header {
  color: #fff;
  background-color: #c8ced3;
}

.modal-success .modal-content {
  border-color: #4dbd74;
}

.modal-success .modal-header {
  color: #fff;
  background-color: #4dbd74;
}

.modal-info .modal-content {
  border-color: #63c2de;
}

.modal-info .modal-header {
  color: #fff;
  background-color: #63c2de;
}

.modal-warning .modal-content {
  border-color: #ffc107;
}

.modal-warning .modal-header {
  color: #fff;
  background-color: #ffc107;
}

.modal-danger .modal-content {
  border-color: #f86c6b;
}

.modal-danger .modal-header {
  color: #fff;
  background-color: #f86c6b;
}

.modal-light .modal-content {
  border-color: #f0f3f5;
}

.modal-light .modal-header {
  color: #fff;
  background-color: #f0f3f5;
}

.modal-dark .modal-content {
  border-color: #2f353a;
}

.modal-dark .modal-header {
  color: #fff;
  background-color: #2f353a;
}

.nav-tabs .nav-link {
  color: #73818f;
}

.nav-tabs .nav-link:hover {
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  color: #2f353a;
  background: #fff;
  border-color: #c8ced3;
  border-bottom-color: #fff;
}

.nav-tabs .nav-link.active:focus {
  background: #fff;
  border-color: #c8ced3;
  border-bottom-color: #fff;
}

.tab-content {
  margin-top: -1px;
  background: #fff;
  border: 1px solid #c8ced3;
}

.tab-content .tab-pane {
  padding: 1rem;
}

.card-block .tab-content {
  margin-top: 0;
  border: 0;
}

.nav-fill .nav-link {
  background-color: #fff;
  border-color: #c8ced3;
}

.nav-fill .nav-link + .nav-link {
  margin-left: -1px;
}

.nav-fill .nav-link.active {
  margin-top: -1px;
  border-top: 2px solid #20a8d8;
}

*[dir="rtl"] .nav {
  padding-right: 0;
}

.progress-xs {
  height: 4px;
}

.progress-sm {
  height: 8px;
}

.progress-white {
  background-color: rgba(255, 255, 255, 0.2);
}

.progress-white .progress-bar {
  background-color: #fff;
}

.progress-group {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}

.progress-group-prepend {
  flex: 0 0 100px;
  align-self: center;
}

.progress-group-icon {
  margin: 0 1rem 0 0.25rem;
  font-size: 1.09375rem;
}

.progress-group-text {
  font-size: 0.765625rem;
  color: #73818f;
}

.progress-group-header {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  margin-bottom: 0.25rem;
}

.progress-group-bars {
  flex-grow: 1;
  align-self: center;
}

.progress-group-bars .progress:not(:last-child) {
  margin-bottom: 2px;
}

.progress-group-header + .progress-group-bars {
  flex-basis: 100%;
}

.sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #fff;
  background: #2f353a;
}

.sidebar .sidebar-close {
  position: absolute;
  right: 0;
  display: none;
  padding: 0 1rem;
  font-size: 24px;
  font-weight: 800;
  line-height: 55px;
  color: #fff;
  background: 0;
  border: 0;
  opacity: .8;
}

.sidebar .sidebar-close:hover {
  opacity: 1;
}

.sidebar .sidebar-header {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

.sidebar .sidebar-form .form-control {
  color: #fff;
  background: #181b1e;
  border: 0;
}

.sidebar .sidebar-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .sidebar-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .sidebar-scroll {
  position: relative;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: 200px;
}

.sidebar .sidebar-nav {
  position: relative;
  flex: 1;
  width: 200px;
}

.sidebar > .sidebar-nav {
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar .nav {
  width: 200px;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
}

.sidebar .nav-title {
  padding: 0.75rem 1rem;
  font-size: 80%;
  font-weight: 700;
  color: #e4e7ea;
  text-transform: uppercase;
}

.sidebar .nav-divider {
  height: 10px;
}

.sidebar .nav-item {
  position: relative;
  margin: 0;
  transition: background .3s ease-in-out;
}

.sidebar .nav-dropdown-items {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  transition: max-height .3s ease-in-out;
}

.sidebar .nav-dropdown-items .nav-item {
  padding: 0;
  list-style: none;
}

.sidebar .nav-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  background: transparent;
}

.sidebar .nav-link .nav-icon {
  display: inline-block;
  width: 1.09375rem;
  margin: 0 0.5rem 0 0;
  font-size: 0.875rem;
  color: #73818f;
  text-align: center;
}

.sidebar .nav-link .badge {
  float: right;
  margin-top: 2px;
}

.sidebar .nav-link.active {
  color: #fff;
  background: #3a4248;
}

.sidebar .nav-link.active .nav-icon {
  color: #20a8d8;
}

.sidebar .nav-link:hover {
  color: #fff;
  background: #20a8d8;
}

.sidebar .nav-link:hover .nav-icon {
  color: #fff;
}

.sidebar .nav-link:hover.nav-dropdown-toggle::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.sidebar .nav-link.disabled {
  color: #b3b3b3;
  cursor: default;
  background: transparent;
}

.sidebar .nav-link.disabled .nav-icon {
  color: #73818f;
}

.sidebar .nav-link.disabled:hover {
  color: #b3b3b3;
}

.sidebar .nav-link.disabled:hover .nav-icon {
  color: #73818f;
}

.sidebar .nav-link.disabled:hover.nav-dropdown-toggle::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.sidebar .nav-link.nav-link-primary {
  background: #20a8d8;
}

.sidebar .nav-link.nav-link-primary .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-primary:hover {
  background: #1d97c2;
}

.sidebar .nav-link.nav-link-primary:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-secondary {
  background: #c8ced3;
}

.sidebar .nav-link.nav-link-secondary .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-secondary:hover {
  background: #bac1c8;
}

.sidebar .nav-link.nav-link-secondary:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-success {
  background: #4dbd74;
}

.sidebar .nav-link.nav-link-success .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-success:hover {
  background: #41af67;
}

.sidebar .nav-link.nav-link-success:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-info {
  background: #63c2de;
}

.sidebar .nav-link.nav-link-info .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-info:hover {
  background: #4ebada;
}

.sidebar .nav-link.nav-link-info:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-warning {
  background: #ffc107;
}

.sidebar .nav-link.nav-link-warning .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-warning:hover {
  background: #edb100;
}

.sidebar .nav-link.nav-link-warning:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-danger {
  background: #f86c6b;
}

.sidebar .nav-link.nav-link-danger .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-danger:hover {
  background: #f75453;
}

.sidebar .nav-link.nav-link-danger:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-light {
  background: #f0f3f5;
}

.sidebar .nav-link.nav-link-light .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-light:hover {
  background: #e1e7eb;
}

.sidebar .nav-link.nav-link-light:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-dark {
  background: #2f353a;
}

.sidebar .nav-link.nav-link-dark .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-dark:hover {
  background: #24282c;
}

.sidebar .nav-link.nav-link-dark:hover i {
  color: #fff;
}

.sidebar .nav-dropdown-toggle {
  position: relative;
}

.sidebar .nav-dropdown-toggle::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-top: -4px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .3s;
}

.sidebar .nav-dropdown-toggle .badge {
  margin-right: 16px;
}

.sidebar .nav-dropdown.open {
  background: rgba(0, 0, 0, 0.2);
}

.sidebar .nav-dropdown.open > .nav-dropdown-items {
  max-height: 1500px;
}

.sidebar .nav-dropdown.open .nav-link {
  color: #fff;
  border-left: 0;
}

.sidebar .nav-dropdown.open .nav-link.disabled {
  color: #b3b3b3;
  background: transparent;
}

.sidebar .nav-dropdown.open .nav-link.disabled:hover {
  color: #b3b3b3;
}

.sidebar .nav-dropdown.open .nav-link.disabled:hover .nav-icon {
  color: #73818f;
}

.sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
  transform: rotate(-90deg);
}

.sidebar .nav-dropdown.open .nav-dropdown.open {
  border-left: 0;
}

.sidebar .nav-label {
  display: block;
  padding: 0.09375rem 1rem;
  color: #e4e7ea;
}

.sidebar .nav-label:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar .nav-label .nav-icon {
  width: 20px;
  margin: -3px 0.5rem 0 0;
  font-size: 10px;
  color: #73818f;
  text-align: center;
  vertical-align: middle;
}

.sidebar .progress {
  background-color: #515c64 !important;
}

.sidebar .sidebar-footer {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.2);
}

.sidebar .sidebar-minimizer {
  position: relative;
  flex: 0 0 50px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
}

.sidebar .sidebar-minimizer::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.5px;
  transition: .3s;
}

.sidebar .sidebar-minimizer:focus, .sidebar .sidebar-minimizer.focus {
  outline: 0;
}

.sidebar .sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.sidebar .sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .sidebar-compact .sidebar .sidebar-nav {
    width: 150px;
  }
  .sidebar-compact .sidebar .nav {
    width: 150px;
  }
  .sidebar-compact .sidebar .d-compact-none {
    display: none;
  }
  .sidebar-compact .sidebar .nav-title {
    text-align: center;
  }
  .sidebar-compact .sidebar .nav-item {
    width: 150px;
    border-left: 0;
  }
  .sidebar-compact .sidebar .nav-link {
    text-align: center;
  }
  .sidebar-compact .sidebar .nav-link .nav-icon {
    display: block;
    width: 100%;
    margin: 0.25rem 0;
    font-size: 24px;
  }
  .sidebar-compact .sidebar .nav-link .badge {
    position: absolute;
    top: 18px;
    right: 10px;
  }
  .sidebar-compact .sidebar .nav-link.nav-dropdown-toggle::before {
    top: 30px;
  }
  .sidebar-minimized .sidebar {
    z-index: 1019;
  }
  .sidebar-minimized .sidebar .sidebar-scroll {
    overflow: visible;
    width: 50px;
  }
  .sidebar-minimized .sidebar .sidebar-nav {
    overflow: visible;
    width: 50px;
  }
  .sidebar-minimized .sidebar .nav {
    width: 50px;
  }
  .sidebar-minimized .sidebar .d-minimized-none,
  .sidebar-minimized .sidebar .nav-divider,
  .sidebar-minimized .sidebar .nav-label,
  .sidebar-minimized .sidebar .nav-title,
  .sidebar-minimized .sidebar .sidebar-footer,
  .sidebar-minimized .sidebar .sidebar-form,
  .sidebar-minimized .sidebar .sidebar-header {
    display: none;
  }
  .sidebar-minimized .sidebar .sidebar-minimizer {
    position: fixed;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #24282c;
  }
  .sidebar-minimized .sidebar .sidebar-nav {
    padding-bottom: 50px;
  }
  .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    transform: rotate(-180deg);
  }
  .sidebar-minimized .sidebar .nav-item {
    width: 50px;
    overflow: hidden;
  }
  .sidebar-minimized .sidebar .nav-item:hover {
    width: 250px;
    overflow: visible;
  }
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link {
    background: #20a8d8;
  }
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link .nav-icon {
    color: #fff;
  }
  .sidebar-minimized .sidebar .nav-item:hover .nav-link.disabled,
  .sidebar-minimized .sidebar .nav-item:hover .nav-link :disabled {
    background: #2f353a;
  }
  .sidebar-minimized .sidebar .nav-item:hover .nav-link.disabled .nav-icon,
  .sidebar-minimized .sidebar .nav-item:hover .nav-link :disabled .nav-icon {
    color: #73818f;
  }
  .sidebar-minimized .sidebar section :not(.nav-dropdown-items) > .nav-item:last-child::after {
    display: block;
    margin-bottom: 50px;
    content: "";
  }
  .sidebar-minimized .sidebar .nav-link {
    position: relative;
    padding-left: 0;
    margin: 0;
    white-space: nowrap;
    border-left: 0;
  }
  .sidebar-minimized .sidebar .nav-link .nav-icon {
    display: block;
    float: left;
    width: 50px;
    font-size: 18px;
  }
  .sidebar-minimized .sidebar .nav-link .badge {
    position: absolute;
    right: 15px;
    display: none;
  }
  .sidebar-minimized .sidebar .nav-link:hover {
    width: 250px;
    background: #20a8d8;
  }
  .sidebar-minimized .sidebar .nav-link:hover .badge {
    display: inline;
  }
  .sidebar-minimized .sidebar .nav-link.nav-dropdown-toggle::before {
    display: none;
  }
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
    width: 200px;
  }
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link {
    width: 200px;
  }
  .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
    display: none;
    max-height: 1000px;
    background: #2f353a;
  }
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: #20a8d8;
  }
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    position: absolute;
    left: 50px;
    display: inline;
  }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav {
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav .divider {
    height: 0;
  }
  *[dir="rtl"] .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    transform: rotate(0deg);
  }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link {
    padding-right: 0;
  }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link .nav-icon {
    float: right;
  }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link .badge {
    right: auto;
    left: 15px;
  }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link:hover .badge {
    display: inline;
  }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
    display: none;
    max-height: 1000px;
    background: #2f353a;
  }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: #20a8d8;
  }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    position: absolute;
    left: 0;
    display: inline;
  }
}

*[dir="rtl"] .sidebar .nav-dropdown-toggle::before {
  position: absolute;
  right: auto;
  left: 1rem;
  transform: rotate(180deg);
}

*[dir="rtl"] .sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
  transform: rotate(270deg);
}

*[dir="rtl"] .sidebar .nav-link .nav-icon {
  margin: 0 0 0 0.5rem;
}

*[dir="rtl"] .sidebar .nav-link .badge {
  float: left;
  margin-top: 2px;
}

*[dir="rtl"] .sidebar .nav-link.nav-dropdown-toggle .badge {
  margin-right: auto;
  margin-left: 16px;
}

*[dir="rtl"] .sidebar .sidebar-minimizer::before {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}

*[dir="rtl"] .sidebar-toggler {
  margin-right: 0 !important;
}

.switch {
  display: inline-block;
  width: 40px;
  height: 26px;
}

.switch-input {
  display: none;
}

.switch-slider {
  position: relative;
  display: block;
  height: inherit;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c8ced3;
  transition: .15s ease-out;
  border-radius: 0.25rem;
}

.switch-slider::before {
  position: absolute;
  top: 2px;
  left: 2px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  border: 1px solid #c8ced3;
  transition: .15s ease-out;
  border-radius: 0.125rem;
}

.switch-input:checked ~ .switch-slider::before {
  transform: translateX(14px);
}

.switch-input:disabled ~ .switch-slider {
  cursor: not-allowed;
  opacity: .5;
}

.switch-lg {
  width: 48px;
  height: 30px;
}

.switch-lg .switch-slider {
  font-size: 12px;
}

.switch-lg .switch-slider::before {
  width: 24px;
  height: 24px;
}

.switch-lg .switch-slider::after {
  font-size: 12px;
}

.switch-lg .switch-input:checked ~ .switch-slider::before {
  transform: translateX(18px);
}

.switch-sm {
  width: 32px;
  height: 22px;
}

.switch-sm .switch-slider {
  font-size: 8px;
}

.switch-sm .switch-slider::before {
  width: 16px;
  height: 16px;
}

.switch-sm .switch-slider::after {
  font-size: 8px;
}

.switch-sm .switch-input:checked ~ .switch-slider::before {
  transform: translateX(10px);
}

.switch-label {
  width: 48px;
}

.switch-label .switch-slider::before {
  z-index: 2;
}

.switch-label .switch-slider::after {
  position: absolute;
  top: 50%;
  right: 1px;
  z-index: 1;
  width: 50%;
  margin-top: -.5em;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #c8ced3;
  text-align: center;
  text-transform: uppercase;
  content: attr(data-unchecked);
  transition: inherit;
}

.switch-label .switch-input:checked ~ .switch-slider::before {
  transform: translateX(22px);
}

.switch-label .switch-input:checked ~ .switch-slider::after {
  left: 1px;
  color: #fff;
  content: attr(data-checked);
}

.switch-label.switch-lg {
  width: 56px;
  height: 30px;
}

.switch-label.switch-lg .switch-slider {
  font-size: 12px;
}

.switch-label.switch-lg .switch-slider::before {
  width: 24px;
  height: 24px;
}

.switch-label.switch-lg .switch-slider::after {
  font-size: 12px;
}

.switch-label.switch-lg .switch-input:checked ~ .switch-slider::before {
  transform: translateX(26px);
}

.switch-label.switch-sm {
  width: 40px;
  height: 22px;
}

.switch-label.switch-sm .switch-slider {
  font-size: 8px;
}

.switch-label.switch-sm .switch-slider::before {
  width: 16px;
  height: 16px;
}

.switch-label.switch-sm .switch-slider::after {
  font-size: 8px;
}

.switch-label.switch-sm .switch-input:checked ~ .switch-slider::before {
  transform: translateX(18px);
}

.switch-3d .switch-slider {
  background-color: #f0f3f5;
  border-radius: 50em;
}

.switch-3d .switch-slider::before {
  top: -1px;
  left: -1px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.switch-3d.switch-lg {
  width: 48px;
  height: 30px;
}

.switch-3d.switch-lg .switch-slider::before {
  width: 30px;
  height: 30px;
}

.switch-3d.switch-lg .switch-input:checked ~ .switch-slider::before {
  transform: translateX(18px);
}

.switch-3d.switch-sm {
  width: 32px;
  height: 22px;
}

.switch-3d.switch-sm .switch-slider::before {
  width: 22px;
  height: 22px;
}

.switch-3d.switch-sm .switch-input:checked ~ .switch-slider::before {
  transform: translateX(10px);
}

.switch-primary .switch-input:checked + .switch-slider {
  background-color: #20a8d8;
  border-color: #1985ac;
}

.switch-primary .switch-input:checked + .switch-slider::before {
  border-color: #1985ac;
}

.switch-outline-primary .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #20a8d8;
}

.switch-outline-primary .switch-input:checked + .switch-slider::before {
  border-color: #20a8d8;
}

.switch-outline-primary .switch-input:checked + .switch-slider::after {
  color: #20a8d8;
}

.switch-outline-primary-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #20a8d8;
}

.switch-outline-primary-alt .switch-input:checked + .switch-slider::before {
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.switch-outline-primary-alt .switch-input:checked + .switch-slider::after {
  color: #20a8d8;
}

.switch-secondary .switch-input:checked + .switch-slider {
  background-color: #c8ced3;
  border-color: #acb5bc;
}

.switch-secondary .switch-input:checked + .switch-slider::before {
  border-color: #acb5bc;
}

.switch-outline-secondary .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #c8ced3;
}

.switch-outline-secondary .switch-input:checked + .switch-slider::before {
  border-color: #c8ced3;
}

.switch-outline-secondary .switch-input:checked + .switch-slider::after {
  color: #c8ced3;
}

.switch-outline-secondary-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #c8ced3;
}

.switch-outline-secondary-alt .switch-input:checked + .switch-slider::before {
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.switch-outline-secondary-alt .switch-input:checked + .switch-slider::after {
  color: #c8ced3;
}

.switch-success .switch-input:checked + .switch-slider {
  background-color: #4dbd74;
  border-color: #3a9d5d;
}

.switch-success .switch-input:checked + .switch-slider::before {
  border-color: #3a9d5d;
}

.switch-outline-success .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4dbd74;
}

.switch-outline-success .switch-input:checked + .switch-slider::before {
  border-color: #4dbd74;
}

.switch-outline-success .switch-input:checked + .switch-slider::after {
  color: #4dbd74;
}

.switch-outline-success-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4dbd74;
}

.switch-outline-success-alt .switch-input:checked + .switch-slider::before {
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.switch-outline-success-alt .switch-input:checked + .switch-slider::after {
  color: #4dbd74;
}

.switch-info .switch-input:checked + .switch-slider {
  background-color: #63c2de;
  border-color: #39b2d5;
}

.switch-info .switch-input:checked + .switch-slider::before {
  border-color: #39b2d5;
}

.switch-outline-info .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #63c2de;
}

.switch-outline-info .switch-input:checked + .switch-slider::before {
  border-color: #63c2de;
}

.switch-outline-info .switch-input:checked + .switch-slider::after {
  color: #63c2de;
}

.switch-outline-info-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #63c2de;
}

.switch-outline-info-alt .switch-input:checked + .switch-slider::before {
  background-color: #63c2de;
  border-color: #63c2de;
}

.switch-outline-info-alt .switch-input:checked + .switch-slider::after {
  color: #63c2de;
}

.switch-warning .switch-input:checked + .switch-slider {
  background-color: #ffc107;
  border-color: #d39e00;
}

.switch-warning .switch-input:checked + .switch-slider::before {
  border-color: #d39e00;
}

.switch-outline-warning .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #ffc107;
}

.switch-outline-warning .switch-input:checked + .switch-slider::before {
  border-color: #ffc107;
}

.switch-outline-warning .switch-input:checked + .switch-slider::after {
  color: #ffc107;
}

.switch-outline-warning-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #ffc107;
}

.switch-outline-warning-alt .switch-input:checked + .switch-slider::before {
  background-color: #ffc107;
  border-color: #ffc107;
}

.switch-outline-warning-alt .switch-input:checked + .switch-slider::after {
  color: #ffc107;
}

.switch-danger .switch-input:checked + .switch-slider {
  background-color: #f86c6b;
  border-color: #f63c3a;
}

.switch-danger .switch-input:checked + .switch-slider::before {
  border-color: #f63c3a;
}

.switch-outline-danger .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f86c6b;
}

.switch-outline-danger .switch-input:checked + .switch-slider::before {
  border-color: #f86c6b;
}

.switch-outline-danger .switch-input:checked + .switch-slider::after {
  color: #f86c6b;
}

.switch-outline-danger-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f86c6b;
}

.switch-outline-danger-alt .switch-input:checked + .switch-slider::before {
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.switch-outline-danger-alt .switch-input:checked + .switch-slider::after {
  color: #f86c6b;
}

.switch-light .switch-input:checked + .switch-slider {
  background-color: #f0f3f5;
  border-color: #d1dbe1;
}

.switch-light .switch-input:checked + .switch-slider::before {
  border-color: #d1dbe1;
}

.switch-outline-light .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f0f3f5;
}

.switch-outline-light .switch-input:checked + .switch-slider::before {
  border-color: #f0f3f5;
}

.switch-outline-light .switch-input:checked + .switch-slider::after {
  color: #f0f3f5;
}

.switch-outline-light-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f0f3f5;
}

.switch-outline-light-alt .switch-input:checked + .switch-slider::before {
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.switch-outline-light-alt .switch-input:checked + .switch-slider::after {
  color: #f0f3f5;
}

.switch-dark .switch-input:checked + .switch-slider {
  background-color: #2f353a;
  border-color: #181b1e;
}

.switch-dark .switch-input:checked + .switch-slider::before {
  border-color: #181b1e;
}

.switch-outline-dark .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #2f353a;
}

.switch-outline-dark .switch-input:checked + .switch-slider::before {
  border-color: #2f353a;
}

.switch-outline-dark .switch-input:checked + .switch-slider::after {
  color: #2f353a;
}

.switch-outline-dark-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #2f353a;
}

.switch-outline-dark-alt .switch-input:checked + .switch-slider::before {
  background-color: #2f353a;
  border-color: #2f353a;
}

.switch-outline-dark-alt .switch-input:checked + .switch-slider::after {
  color: #2f353a;
}

.switch-pill .switch-slider {
  border-radius: 50em;
}

.switch-pill .switch-slider::before {
  border-radius: 50em;
}

.table-outline {
  border: 1px solid #c8ced3;
}

.table-outline td {
  vertical-align: middle;
}

.table-align-middle td {
  vertical-align: middle;
}

.table-clear td {
  border: 0;
}

@media all and (-ms-high-contrast: none) {
  html {
    display: flex;
    flex-direction: column;
  }
}

.app,
app-dashboard,
app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.app-header {
  flex: 0 0 55px;
}

.app-footer {
  flex: 0 0 50px;
}

.app-body {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow-x: hidden;
}

.app-body .main {
  flex: 1;
  min-width: 0;
}

.app-body .sidebar {
  flex: 0 0 200px;
  order: -1;
}

.app-body .aside-menu {
  flex: 0 0 250px;
}

html:not([dir="rtl"]) .sidebar {
  margin-left: -200px;
}

html:not([dir="rtl"]) .aside-menu {
  right: 0;
  margin-right: -250px;
}

html[dir="rtl"] .sidebar {
  margin-right: -200px;
}

html[dir="rtl"] .aside-menu {
  left: 0;
  margin-left: -250px;
}

@media (min-width: 992px) {
  .header-fixed .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
  }
  .header-fixed .app-body {
    margin-top: 55px;
  }
  .sidebar-fixed .sidebar {
    position: fixed;
    z-index: 1019;
    width: 200px;
    height: 100vh;
  }
  .sidebar-fixed .app-header + .app-body .sidebar {
    height: calc(100vh - 55px);
  }
  .sidebar-compact .sidebar {
    flex: 0 0 150px;
  }
  .sidebar-compact.sidebar-fixed .sidebar {
    width: 150px;
  }
  .sidebar-compact .sidebar-minimizer {
    display: none;
  }
  .sidebar-minimized .sidebar {
    flex: 0 0 50px;
  }
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 50px;
  }
  .sidebar-off-canvas .sidebar {
    position: fixed;
    z-index: 1019;
    height: 100%;
  }
  .sidebar-off-canvas .app-header + .app-body .sidebar {
    height: calc(100vh - 55px);
  }
  html:not([dir="rtl"]) .sidebar-compact .sidebar {
    margin-left: -150px;
  }
  html:not([dir="rtl"]) .sidebar-minimized .sidebar {
    margin-left: -50px;
  }
  html[dir="rtl"] .sidebar-compact .sidebar {
    margin-right: -150px;
  }
  html[dir="rtl"] .sidebar-minimized .sidebar {
    margin-right: -50px;
  }
  .aside-menu-fixed .aside-menu {
    position: fixed;
    height: 100%;
  }
  .aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 55px);
  }
  .aside-menu-fixed .app-header + .app-body .aside-menu {
    height: calc(100vh - 55px);
  }
  .aside-menu-off-canvas .aside-menu {
    position: fixed;
    z-index: 1019;
    height: 100%;
  }
  .aside-menu-off-canvas .app-header + .app-body .aside-menu {
    height: calc(100vh - 55px);
  }
  html:not([dir="rtl"]) .aside-menu-fixed .aside-menu,
  html:not([dir="rtl"]) .aside-menu-off-canvas .aside-menu {
    right: 0;
  }
  html[dir="rtl"] .aside-menu-fixed .aside-menu,
  html[dir="rtl"] .aside-menu-off-canvas .aside-menu {
    left: 0;
  }
}

.breadcrumb-fixed .main {
  padding-top: 3.875rem;
}

.breadcrumb-fixed .breadcrumb {
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  z-index: 1017;
}

html:not([dir="rtl"]) .sidebar-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
  margin-left: 0;
}

html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-show .aside-menu {
  margin-right: 0;
}

html[dir="rtl"] .sidebar-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
  margin-right: 0;
}

html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-show .aside-menu {
  margin-left: 0;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .sidebar-show .main,
  .aside-menu-show .main {
    position: relative;
  }
  .sidebar-show .main::before,
  .aside-menu-show .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    animation: opacity 0.25s;
  }
}

@media (min-width: 576px) {
  html:not([dir="rtl"]) .sidebar-sm-show .sidebar,
  html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 200px;
  }
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-compact .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 200px;
  }
}

@media (min-width: 576px) and (min-width: 992px) {
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px;
  }
}

@media (min-width: 576px) {
  html:not([dir="rtl"]) .sidebar-sm-show.breadcrumb-fixed .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  html:not([dir="rtl"]) .sidebar-sm-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  html:not([dir="rtl"]) .sidebar-sm-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
  html:not([dir="rtl"]) .aside-menu-sm-show .aside-menu {
    margin-right: 0;
  }
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
  html:not([dir="rtl"]) .aside-menu-sm-show.aside-menu-fixed .main,
  html:not([dir="rtl"]) .aside-menu-sm-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
  html:not([dir="rtl"]) .aside-menu-sm-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  html[dir="rtl"] .sidebar-sm-show .sidebar,
  html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed .main,
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-compact .main,
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-compact .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 200px;
  }
}

@media (min-width: 576px) and (min-width: 992px) {
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px;
  }
}

@media (min-width: 576px) {
  html[dir="rtl"] .sidebar-sm-show.breadcrumb-fixed .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  html[dir="rtl"] .sidebar-sm-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  html[dir="rtl"] .sidebar-sm-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  html[dir="rtl"] .aside-menu-show .aside-menu,
  html[dir="rtl"] .aside-menu-sm-show .aside-menu {
    margin-left: 0;
  }
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
  html[dir="rtl"] .aside-menu-sm-show.aside-menu-fixed .main,
  html[dir="rtl"] .aside-menu-sm-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
  html[dir="rtl"] .aside-menu-sm-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 768px) {
  html:not([dir="rtl"]) .sidebar-md-show .sidebar,
  html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 200px;
  }
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-compact .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 200px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  html:not([dir="rtl"]) .sidebar-md-show.breadcrumb-fixed .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  html:not([dir="rtl"]) .sidebar-md-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  html:not([dir="rtl"]) .sidebar-md-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
  html:not([dir="rtl"]) .aside-menu-md-show .aside-menu {
    margin-right: 0;
  }
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
  html:not([dir="rtl"]) .aside-menu-md-show.aside-menu-fixed .main,
  html:not([dir="rtl"]) .aside-menu-md-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
  html:not([dir="rtl"]) .aside-menu-md-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  html[dir="rtl"] .sidebar-md-show .sidebar,
  html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed .main,
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-compact .main,
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-compact .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 200px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px;
  }
}

@media (min-width: 768px) {
  html[dir="rtl"] .sidebar-md-show.breadcrumb-fixed .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  html[dir="rtl"] .sidebar-md-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  html[dir="rtl"] .sidebar-md-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  html[dir="rtl"] .aside-menu-show .aside-menu,
  html[dir="rtl"] .aside-menu-md-show .aside-menu {
    margin-left: 0;
  }
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
  html[dir="rtl"] .aside-menu-md-show.aside-menu-fixed .main,
  html[dir="rtl"] .aside-menu-md-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
  html[dir="rtl"] .aside-menu-md-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 992px) {
  html:not([dir="rtl"]) .sidebar-lg-show .sidebar,
  html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 200px;
  }
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-compact .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
}

@media (min-width: 992px) and (max-width: 991.98px) {
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 200px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px;
  }
}

@media (min-width: 992px) {
  html:not([dir="rtl"]) .sidebar-lg-show.breadcrumb-fixed .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  html:not([dir="rtl"]) .sidebar-lg-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  html:not([dir="rtl"]) .sidebar-lg-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
  html:not([dir="rtl"]) .aside-menu-lg-show .aside-menu {
    margin-right: 0;
  }
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
  html:not([dir="rtl"]) .aside-menu-lg-show.aside-menu-fixed .main,
  html:not([dir="rtl"]) .aside-menu-lg-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
  html:not([dir="rtl"]) .aside-menu-lg-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  html[dir="rtl"] .sidebar-lg-show .sidebar,
  html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed .main,
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-compact .main,
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-compact .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
}

@media (min-width: 992px) and (max-width: 991.98px) {
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 200px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px;
  }
}

@media (min-width: 992px) {
  html[dir="rtl"] .sidebar-lg-show.breadcrumb-fixed .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  html[dir="rtl"] .sidebar-lg-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  html[dir="rtl"] .sidebar-lg-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  html[dir="rtl"] .aside-menu-show .aside-menu,
  html[dir="rtl"] .aside-menu-lg-show .aside-menu {
    margin-left: 0;
  }
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
  html[dir="rtl"] .aside-menu-lg-show.aside-menu-fixed .main,
  html[dir="rtl"] .aside-menu-lg-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
  html[dir="rtl"] .aside-menu-lg-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 1200px) {
  html:not([dir="rtl"]) .sidebar-xl-show .sidebar,
  html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 200px;
  }
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-compact .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 991.98px) {
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-minimized .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 200px;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-minimized .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  html:not([dir="rtl"]) .sidebar-xl-show.breadcrumb-fixed .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  html:not([dir="rtl"]) .sidebar-xl-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  html:not([dir="rtl"]) .sidebar-xl-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
  html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
  html:not([dir="rtl"]) .aside-menu-xl-show .aside-menu {
    margin-right: 0;
  }
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
  html:not([dir="rtl"]) .aside-menu-xl-show.aside-menu-fixed .main,
  html:not([dir="rtl"]) .aside-menu-xl-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
  html:not([dir="rtl"]) .aside-menu-xl-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  html[dir="rtl"] .sidebar-xl-show .sidebar,
  html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed .main,
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-compact .main,
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-compact .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 991.98px) {
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-minimized .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 200px;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-minimized .app-footer,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .sidebar-xl-show.breadcrumb-fixed .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  html[dir="rtl"] .sidebar-xl-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  html[dir="rtl"] .sidebar-xl-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
  html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  html[dir="rtl"] .aside-menu-show .aside-menu,
  html[dir="rtl"] .aside-menu-xl-show .aside-menu {
    margin-left: 0;
  }
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
  html[dir="rtl"] .aside-menu-xl-show.aside-menu-fixed .main,
  html[dir="rtl"] .aside-menu-xl-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
  html[dir="rtl"] .aside-menu-xl-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

.footer-fixed .app-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  height: 50px;
}

.footer-fixed .app-body {
  margin-bottom: 50px;
}

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
}

.sidebar-nav {
  transition: width 0.25s;
}

.breadcrumb {
  transition: left 0.25s, right 0.25s, width 0.25s;
}

@media (max-width: 991.98px) {
  .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
  .app-header .navbar-toggler {
    color: #fff;
  }
  .app-header .navbar-brand {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -77.5px;
  }
  .app-body {
    margin-top: 55px;
  }
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 200px;
    height: calc(100vh - 55px);
  }
  .sidebar-minimizer {
    display: none;
  }
  .aside-menu {
    position: fixed;
    height: 100%;
  }
}

hr.transparent {
  border-top: 1px solid transparent;
}

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-dark {
  color: #fff;
}

.bg-facebook {
  background-color: #3b5998 !important;
}

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #2d4373 !important;
}

.bg-twitter {
  background-color: #00aced !important;
}

a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0087ba !important;
}

.bg-linkedin {
  background-color: #4875b4 !important;
}

a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #395d90 !important;
}

.bg-google-plus {
  background-color: #d34836 !important;
}

a.bg-google-plus:hover, a.bg-google-plus:focus,
button.bg-google-plus:hover,
button.bg-google-plus:focus {
  background-color: #b03626 !important;
}

.bg-flickr {
  background-color: #ff0084 !important;
}

a.bg-flickr:hover, a.bg-flickr:focus,
button.bg-flickr:hover,
button.bg-flickr:focus {
  background-color: #cc006a !important;
}

.bg-tumblr {
  background-color: #32506d !important;
}

a.bg-tumblr:hover, a.bg-tumblr:focus,
button.bg-tumblr:hover,
button.bg-tumblr:focus {
  background-color: #22364a !important;
}

.bg-xing {
  background-color: #026466 !important;
}

a.bg-xing:hover, a.bg-xing:focus,
button.bg-xing:hover,
button.bg-xing:focus {
  background-color: #013334 !important;
}

.bg-github {
  background-color: #4183c4 !important;
}

a.bg-github:hover, a.bg-github:focus,
button.bg-github:hover,
button.bg-github:focus {
  background-color: #3269a0 !important;
}

.bg-html5 {
  background-color: #e34f26 !important;
}

a.bg-html5:hover, a.bg-html5:focus,
button.bg-html5:hover,
button.bg-html5:focus {
  background-color: #be3c18 !important;
}

.bg-openid {
  background-color: #f78c40 !important;
}

a.bg-openid:hover, a.bg-openid:focus,
button.bg-openid:hover,
button.bg-openid:focus {
  background-color: #f56f0f !important;
}

.bg-stack-overflow {
  background-color: #fe7a15 !important;
}

a.bg-stack-overflow:hover, a.bg-stack-overflow:focus,
button.bg-stack-overflow:hover,
button.bg-stack-overflow:focus {
  background-color: #df6101 !important;
}

.bg-youtube {
  background-color: #b00 !important;
}

a.bg-youtube:hover, a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: #880000 !important;
}

.bg-css3 {
  background-color: #0170ba !important;
}

a.bg-css3:hover, a.bg-css3:focus,
button.bg-css3:hover,
button.bg-css3:focus {
  background-color: #015187 !important;
}

.bg-dribbble {
  background-color: #ea4c89 !important;
}

a.bg-dribbble:hover, a.bg-dribbble:focus,
button.bg-dribbble:hover,
button.bg-dribbble:focus {
  background-color: #e51e6b !important;
}

.bg-instagram {
  background-color: #517fa4 !important;
}

a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: #406582 !important;
}

.bg-pinterest {
  background-color: #cb2027 !important;
}

a.bg-pinterest:hover, a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: #9f191f !important;
}

.bg-vk {
  background-color: #45668e !important;
}

a.bg-vk:hover, a.bg-vk:focus,
button.bg-vk:hover,
button.bg-vk:focus {
  background-color: #344d6c !important;
}

.bg-yahoo {
  background-color: #400191 !important;
}

a.bg-yahoo:hover, a.bg-yahoo:focus,
button.bg-yahoo:hover,
button.bg-yahoo:focus {
  background-color: #2a015e !important;
}

.bg-behance {
  background-color: #1769ff !important;
}

a.bg-behance:hover, a.bg-behance:focus,
button.bg-behance:hover,
button.bg-behance:focus {
  background-color: #0050e3 !important;
}

.bg-dropbox {
  background-color: #007ee5 !important;
}

a.bg-dropbox:hover, a.bg-dropbox:focus,
button.bg-dropbox:hover,
button.bg-dropbox:focus {
  background-color: #0062b2 !important;
}

.bg-reddit {
  background-color: #ff4500 !important;
}

a.bg-reddit:hover, a.bg-reddit:focus,
button.bg-reddit:hover,
button.bg-reddit:focus {
  background-color: #cc3700 !important;
}

.bg-spotify {
  background-color: #7ab800 !important;
}

a.bg-spotify:hover, a.bg-spotify:focus,
button.bg-spotify:hover,
button.bg-spotify:focus {
  background-color: #588500 !important;
}

.bg-vine {
  background-color: #00bf8f !important;
}

a.bg-vine:hover, a.bg-vine:focus,
button.bg-vine:hover,
button.bg-vine:focus {
  background-color: #008c69 !important;
}

.bg-foursquare {
  background-color: #1073af !important;
}

a.bg-foursquare:hover, a.bg-foursquare:focus,
button.bg-foursquare:hover,
button.bg-foursquare:focus {
  background-color: #0c5480 !important;
}

.bg-vimeo {
  background-color: #aad450 !important;
}

a.bg-vimeo:hover, a.bg-vimeo:focus,
button.bg-vimeo:hover,
button.bg-vimeo:focus {
  background-color: #93c130 !important;
}

.bg-blue {
  background-color: #20a8d8 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #1985ac !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #d91a72 !important;
}

.bg-red {
  background-color: #f86c6b !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #f63c3a !important;
}

.bg-orange {
  background-color: #f8cb00 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c5a100 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important;
}

.bg-green {
  background-color: #4dbd74 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #3a9d5d !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-gray {
  background-color: #73818f !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #5c6873 !important;
}

.bg-gray-dark {
  background-color: #2f353a !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #181b1e !important;
}

.bg-light-blue {
  background-color: #63c2de !important;
}

a.bg-light-blue:hover, a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: #39b2d5 !important;
}

.bg-gray-100 {
  background-color: #f0f3f5 !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #d1dbe1 !important;
}

.bg-gray-200 {
  background-color: #e4e7ea !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #c7ced4 !important;
}

.bg-gray-300 {
  background-color: #c8ced3 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #acb5bc !important;
}

.bg-gray-400 {
  background-color: #acb4bc !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #909ba5 !important;
}

.bg-gray-500 {
  background-color: #8f9ba6 !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #73828f !important;
}

.bg-gray-600 {
  background-color: #73818f !important;
}

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #5c6873 !important;
}

.bg-gray-700 {
  background-color: #5c6873 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #454e57 !important;
}

.bg-gray-800 {
  background-color: #2f353a !important;
}

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #181b1e !important;
}

.bg-gray-900 {
  background-color: #23282c !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0c0e10 !important;
}

.bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

.b-a-0 {
  border: 0 !important;
}

.b-t-0 {
  border-top: 0 !important;
}

.b-r-0 {
  border-right: 0 !important;
}

.b-b-0 {
  border-bottom: 0 !important;
}

.b-l-0 {
  border-left: 0 !important;
}

.b-a-1 {
  border: 1px solid #c8ced3;
}

.b-t-1 {
  border-top: 1px solid #c8ced3;
}

.b-r-1 {
  border-right: 1px solid #c8ced3;
}

.b-b-1 {
  border-bottom: 1px solid #c8ced3;
}

.b-l-1 {
  border-left: 1px solid #c8ced3;
}

.b-a-2 {
  border: 2px solid #c8ced3;
}

.b-t-2 {
  border-top: 2px solid #c8ced3;
}

.b-r-2 {
  border-right: 2px solid #c8ced3;
}

.b-b-2 {
  border-bottom: 2px solid #c8ced3;
}

.b-l-2 {
  border-left: 2px solid #c8ced3;
}

@media (max-width: 575.98px) {
  .d-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .d-lg-down-none {
    display: none !important;
  }
}

.d-xl-down-none {
  display: none !important;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.font-xs {
  font-size: .75rem !important;
}

.font-sm {
  font-size: .85rem !important;
}

.font-lg {
  font-size: 1rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.font-2xl {
  font-size: 1.5rem !important;
}

.font-3xl {
  font-size: 1.75rem !important;
}

.font-4xl {
  font-size: 2rem !important;
}

.font-5xl {
  font-size: 2.5rem !important;
}

.text-value {
  font-size: 1.3125rem;
  font-weight: 600;
}

.text-value-sm {
  font-size: 1.09375rem;
  font-weight: 600;
}

.text-value-lg {
  font-size: 1.53125rem;
  font-weight: 600;
}

.text-white .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

*[dir="rtl"] body {
  text-align: right;
}

*[dir="rtl"] .dropdown-item {
  text-align: right;
}

*[dir="rtl"] .dropdown-item i {
  margin-right: -10px;
  margin-left: 10px;
}

*[dir="rtl"] .dropdown-item .badge {
  right: auto;
  left: 10px;
}

*[dir="rtl"] .float-left {
  float: right !important;
}

*[dir="rtl"] .float-right {
  float: left !important;
}

*[dir="rtl"] .mr-0,
*[dir="rtl"] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .ml-0,
*[dir="rtl"] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-1,
*[dir="rtl"] .mx-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}

*[dir="rtl"] .ml-1,
*[dir="rtl"] .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-2,
*[dir="rtl"] .mx-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

*[dir="rtl"] .ml-2,
*[dir="rtl"] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-3,
*[dir="rtl"] .mx-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}

*[dir="rtl"] .ml-3,
*[dir="rtl"] .mx-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-4,
*[dir="rtl"] .mx-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}

*[dir="rtl"] .ml-4,
*[dir="rtl"] .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-5,
*[dir="rtl"] .mx-5 {
  margin-right: 0 !important;
  margin-left: 3rem !important;
}

*[dir="rtl"] .ml-5,
*[dir="rtl"] .mx-5 {
  margin-right: 3rem !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .pr-0,
*[dir="rtl"] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

*[dir="rtl"] .pl-0,
*[dir="rtl"] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

*[dir="rtl"] .pr-1,
*[dir="rtl"] .px-1 {
  padding-right: 0 !important;
  padding-left: 0.25rem !important;
}

*[dir="rtl"] .pl-1,
*[dir="rtl"] .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0 !important;
}

*[dir="rtl"] .pr-2,
*[dir="rtl"] .px-2 {
  padding-right: 0 !important;
  padding-left: 0.5rem !important;
}

*[dir="rtl"] .pl-2,
*[dir="rtl"] .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0 !important;
}

*[dir="rtl"] .pr-3,
*[dir="rtl"] .px-3 {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}

*[dir="rtl"] .pl-3,
*[dir="rtl"] .px-3 {
  padding-right: 1rem !important;
  padding-left: 0 !important;
}

*[dir="rtl"] .pr-4,
*[dir="rtl"] .px-4 {
  padding-right: 0 !important;
  padding-left: 1.5rem !important;
}

*[dir="rtl"] .pl-4,
*[dir="rtl"] .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 0 !important;
}

*[dir="rtl"] .pr-5,
*[dir="rtl"] .px-5 {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}

*[dir="rtl"] .pl-5,
*[dir="rtl"] .px-5 {
  padding-right: 3rem !important;
  padding-left: 0 !important;
}

*[dir="rtl"] .mr-n1,
*[dir="rtl"] .mx-n1 {
  margin-right: 0 !important;
  margin-left: -0.25rem !important;
}

*[dir="rtl"] .ml-n1,
*[dir="rtl"] .mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-n2,
*[dir="rtl"] .mx-n2 {
  margin-right: 0 !important;
  margin-left: -0.5rem !important;
}

*[dir="rtl"] .ml-n2,
*[dir="rtl"] .mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-n3,
*[dir="rtl"] .mx-n3 {
  margin-right: 0 !important;
  margin-left: -1rem !important;
}

*[dir="rtl"] .ml-n3,
*[dir="rtl"] .mx-n3 {
  margin-right: -1rem !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-n4,
*[dir="rtl"] .mx-n4 {
  margin-right: 0 !important;
  margin-left: -1.5rem !important;
}

*[dir="rtl"] .ml-n4,
*[dir="rtl"] .mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-n5,
*[dir="rtl"] .mx-n5 {
  margin-right: 0 !important;
  margin-left: -3rem !important;
}

*[dir="rtl"] .ml-n5,
*[dir="rtl"] .mx-n5 {
  margin-right: -3rem !important;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-auto,
*[dir="rtl"] .mx-auto {
  margin-left: auto !important;
}

*[dir="rtl"] .ml-auto,
*[dir="rtl"] .mx-auto {
  margin-right: auto !important;
}

@media (min-width: 576px) {
  *[dir="rtl"] .mr-sm-0,
  *[dir="rtl"] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .ml-sm-0,
  *[dir="rtl"] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-1,
  *[dir="rtl"] .mx-sm-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  *[dir="rtl"] .ml-sm-1,
  *[dir="rtl"] .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-2,
  *[dir="rtl"] .mx-sm-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  *[dir="rtl"] .ml-sm-2,
  *[dir="rtl"] .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-3,
  *[dir="rtl"] .mx-sm-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  *[dir="rtl"] .ml-sm-3,
  *[dir="rtl"] .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-4,
  *[dir="rtl"] .mx-sm-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  *[dir="rtl"] .ml-sm-4,
  *[dir="rtl"] .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-5,
  *[dir="rtl"] .mx-sm-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  *[dir="rtl"] .ml-sm-5,
  *[dir="rtl"] .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .pr-sm-0,
  *[dir="rtl"] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pl-sm-0,
  *[dir="rtl"] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-sm-1,
  *[dir="rtl"] .px-sm-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  *[dir="rtl"] .pl-sm-1,
  *[dir="rtl"] .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-sm-2,
  *[dir="rtl"] .px-sm-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  *[dir="rtl"] .pl-sm-2,
  *[dir="rtl"] .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-sm-3,
  *[dir="rtl"] .px-sm-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  *[dir="rtl"] .pl-sm-3,
  *[dir="rtl"] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-sm-4,
  *[dir="rtl"] .px-sm-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  *[dir="rtl"] .pl-sm-4,
  *[dir="rtl"] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-sm-5,
  *[dir="rtl"] .px-sm-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  *[dir="rtl"] .pl-sm-5,
  *[dir="rtl"] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-n1,
  *[dir="rtl"] .mx-sm-n1 {
    margin-right: 0 !important;
    margin-left: -0.25rem !important;
  }
  *[dir="rtl"] .ml-sm-n1,
  *[dir="rtl"] .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-n2,
  *[dir="rtl"] .mx-sm-n2 {
    margin-right: 0 !important;
    margin-left: -0.5rem !important;
  }
  *[dir="rtl"] .ml-sm-n2,
  *[dir="rtl"] .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-n3,
  *[dir="rtl"] .mx-sm-n3 {
    margin-right: 0 !important;
    margin-left: -1rem !important;
  }
  *[dir="rtl"] .ml-sm-n3,
  *[dir="rtl"] .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-n4,
  *[dir="rtl"] .mx-sm-n4 {
    margin-right: 0 !important;
    margin-left: -1.5rem !important;
  }
  *[dir="rtl"] .ml-sm-n4,
  *[dir="rtl"] .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-n5,
  *[dir="rtl"] .mx-sm-n5 {
    margin-right: 0 !important;
    margin-left: -3rem !important;
  }
  *[dir="rtl"] .ml-sm-n5,
  *[dir="rtl"] .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-sm-auto,
  *[dir="rtl"] .mx-sm-auto {
    margin-left: auto !important;
  }
  *[dir="rtl"] .ml-sm-auto,
  *[dir="rtl"] .mx-sm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  *[dir="rtl"] .mr-md-0,
  *[dir="rtl"] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .ml-md-0,
  *[dir="rtl"] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-1,
  *[dir="rtl"] .mx-md-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  *[dir="rtl"] .ml-md-1,
  *[dir="rtl"] .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-2,
  *[dir="rtl"] .mx-md-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  *[dir="rtl"] .ml-md-2,
  *[dir="rtl"] .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-3,
  *[dir="rtl"] .mx-md-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  *[dir="rtl"] .ml-md-3,
  *[dir="rtl"] .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-4,
  *[dir="rtl"] .mx-md-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  *[dir="rtl"] .ml-md-4,
  *[dir="rtl"] .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-5,
  *[dir="rtl"] .mx-md-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  *[dir="rtl"] .ml-md-5,
  *[dir="rtl"] .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .pr-md-0,
  *[dir="rtl"] .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pl-md-0,
  *[dir="rtl"] .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-md-1,
  *[dir="rtl"] .px-md-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  *[dir="rtl"] .pl-md-1,
  *[dir="rtl"] .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-md-2,
  *[dir="rtl"] .px-md-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  *[dir="rtl"] .pl-md-2,
  *[dir="rtl"] .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-md-3,
  *[dir="rtl"] .px-md-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  *[dir="rtl"] .pl-md-3,
  *[dir="rtl"] .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-md-4,
  *[dir="rtl"] .px-md-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  *[dir="rtl"] .pl-md-4,
  *[dir="rtl"] .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-md-5,
  *[dir="rtl"] .px-md-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  *[dir="rtl"] .pl-md-5,
  *[dir="rtl"] .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-n1,
  *[dir="rtl"] .mx-md-n1 {
    margin-right: 0 !important;
    margin-left: -0.25rem !important;
  }
  *[dir="rtl"] .ml-md-n1,
  *[dir="rtl"] .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-n2,
  *[dir="rtl"] .mx-md-n2 {
    margin-right: 0 !important;
    margin-left: -0.5rem !important;
  }
  *[dir="rtl"] .ml-md-n2,
  *[dir="rtl"] .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-n3,
  *[dir="rtl"] .mx-md-n3 {
    margin-right: 0 !important;
    margin-left: -1rem !important;
  }
  *[dir="rtl"] .ml-md-n3,
  *[dir="rtl"] .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-n4,
  *[dir="rtl"] .mx-md-n4 {
    margin-right: 0 !important;
    margin-left: -1.5rem !important;
  }
  *[dir="rtl"] .ml-md-n4,
  *[dir="rtl"] .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-n5,
  *[dir="rtl"] .mx-md-n5 {
    margin-right: 0 !important;
    margin-left: -3rem !important;
  }
  *[dir="rtl"] .ml-md-n5,
  *[dir="rtl"] .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-md-auto,
  *[dir="rtl"] .mx-md-auto {
    margin-left: auto !important;
  }
  *[dir="rtl"] .ml-md-auto,
  *[dir="rtl"] .mx-md-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  *[dir="rtl"] .mr-lg-0,
  *[dir="rtl"] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .ml-lg-0,
  *[dir="rtl"] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-1,
  *[dir="rtl"] .mx-lg-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  *[dir="rtl"] .ml-lg-1,
  *[dir="rtl"] .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-2,
  *[dir="rtl"] .mx-lg-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  *[dir="rtl"] .ml-lg-2,
  *[dir="rtl"] .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-3,
  *[dir="rtl"] .mx-lg-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  *[dir="rtl"] .ml-lg-3,
  *[dir="rtl"] .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-4,
  *[dir="rtl"] .mx-lg-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  *[dir="rtl"] .ml-lg-4,
  *[dir="rtl"] .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-5,
  *[dir="rtl"] .mx-lg-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  *[dir="rtl"] .ml-lg-5,
  *[dir="rtl"] .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .pr-lg-0,
  *[dir="rtl"] .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pl-lg-0,
  *[dir="rtl"] .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-lg-1,
  *[dir="rtl"] .px-lg-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  *[dir="rtl"] .pl-lg-1,
  *[dir="rtl"] .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-lg-2,
  *[dir="rtl"] .px-lg-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  *[dir="rtl"] .pl-lg-2,
  *[dir="rtl"] .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-lg-3,
  *[dir="rtl"] .px-lg-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  *[dir="rtl"] .pl-lg-3,
  *[dir="rtl"] .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-lg-4,
  *[dir="rtl"] .px-lg-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  *[dir="rtl"] .pl-lg-4,
  *[dir="rtl"] .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-lg-5,
  *[dir="rtl"] .px-lg-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  *[dir="rtl"] .pl-lg-5,
  *[dir="rtl"] .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-n1,
  *[dir="rtl"] .mx-lg-n1 {
    margin-right: 0 !important;
    margin-left: -0.25rem !important;
  }
  *[dir="rtl"] .ml-lg-n1,
  *[dir="rtl"] .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-n2,
  *[dir="rtl"] .mx-lg-n2 {
    margin-right: 0 !important;
    margin-left: -0.5rem !important;
  }
  *[dir="rtl"] .ml-lg-n2,
  *[dir="rtl"] .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-n3,
  *[dir="rtl"] .mx-lg-n3 {
    margin-right: 0 !important;
    margin-left: -1rem !important;
  }
  *[dir="rtl"] .ml-lg-n3,
  *[dir="rtl"] .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-n4,
  *[dir="rtl"] .mx-lg-n4 {
    margin-right: 0 !important;
    margin-left: -1.5rem !important;
  }
  *[dir="rtl"] .ml-lg-n4,
  *[dir="rtl"] .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-n5,
  *[dir="rtl"] .mx-lg-n5 {
    margin-right: 0 !important;
    margin-left: -3rem !important;
  }
  *[dir="rtl"] .ml-lg-n5,
  *[dir="rtl"] .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-lg-auto,
  *[dir="rtl"] .mx-lg-auto {
    margin-left: auto !important;
  }
  *[dir="rtl"] .ml-lg-auto,
  *[dir="rtl"] .mx-lg-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  *[dir="rtl"] .mr-xl-0,
  *[dir="rtl"] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .ml-xl-0,
  *[dir="rtl"] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-1,
  *[dir="rtl"] .mx-xl-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  *[dir="rtl"] .ml-xl-1,
  *[dir="rtl"] .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-2,
  *[dir="rtl"] .mx-xl-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  *[dir="rtl"] .ml-xl-2,
  *[dir="rtl"] .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-3,
  *[dir="rtl"] .mx-xl-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  *[dir="rtl"] .ml-xl-3,
  *[dir="rtl"] .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-4,
  *[dir="rtl"] .mx-xl-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  *[dir="rtl"] .ml-xl-4,
  *[dir="rtl"] .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-5,
  *[dir="rtl"] .mx-xl-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  *[dir="rtl"] .ml-xl-5,
  *[dir="rtl"] .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .pr-xl-0,
  *[dir="rtl"] .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pl-xl-0,
  *[dir="rtl"] .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-xl-1,
  *[dir="rtl"] .px-xl-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  *[dir="rtl"] .pl-xl-1,
  *[dir="rtl"] .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-xl-2,
  *[dir="rtl"] .px-xl-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  *[dir="rtl"] .pl-xl-2,
  *[dir="rtl"] .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-xl-3,
  *[dir="rtl"] .px-xl-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  *[dir="rtl"] .pl-xl-3,
  *[dir="rtl"] .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-xl-4,
  *[dir="rtl"] .px-xl-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  *[dir="rtl"] .pl-xl-4,
  *[dir="rtl"] .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .pr-xl-5,
  *[dir="rtl"] .px-xl-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  *[dir="rtl"] .pl-xl-5,
  *[dir="rtl"] .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-n1,
  *[dir="rtl"] .mx-xl-n1 {
    margin-right: 0 !important;
    margin-left: -0.25rem !important;
  }
  *[dir="rtl"] .ml-xl-n1,
  *[dir="rtl"] .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-n2,
  *[dir="rtl"] .mx-xl-n2 {
    margin-right: 0 !important;
    margin-left: -0.5rem !important;
  }
  *[dir="rtl"] .ml-xl-n2,
  *[dir="rtl"] .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-n3,
  *[dir="rtl"] .mx-xl-n3 {
    margin-right: 0 !important;
    margin-left: -1rem !important;
  }
  *[dir="rtl"] .ml-xl-n3,
  *[dir="rtl"] .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-n4,
  *[dir="rtl"] .mx-xl-n4 {
    margin-right: 0 !important;
    margin-left: -1.5rem !important;
  }
  *[dir="rtl"] .ml-xl-n4,
  *[dir="rtl"] .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-n5,
  *[dir="rtl"] .mx-xl-n5 {
    margin-right: 0 !important;
    margin-left: -3rem !important;
  }
  *[dir="rtl"] .ml-xl-n5,
  *[dir="rtl"] .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: 0 !important;
  }
  *[dir="rtl"] .mr-xl-auto,
  *[dir="rtl"] .mx-xl-auto {
    margin-left: auto !important;
  }
  *[dir="rtl"] .ml-xl-auto,
  *[dir="rtl"] .mx-xl-auto {
    margin-right: auto !important;
  }
}

.ie-custom-properties {
  blue: #20a8d8;
  indigo: #6610f2;
  purple: #6f42c1;
  pink: #e83e8c;
  red: #f86c6b;
  orange: #f8cb00;
  yellow: #ffc107;
  green: #4dbd74;
  teal: #20c997;
  cyan: #17a2b8;
  white: #fff;
  gray: #73818f;
  gray-dark: #2f353a;
  light-blue: #63c2de;
  primary: #20a8d8;
  secondary: #c8ced3;
  success: #4dbd74;
  info: #63c2de;
  warning: #ffc107;
  danger: #f86c6b;
  light: #f0f3f5;
  dark: #2f353a;
  breakpoint-xs: 0;
  breakpoint-sm: 576px;
  breakpoint-md: 768px;
  breakpoint-lg: 992px;
  breakpoint-xl: 1200px;
}

.was-validated .form-control:valid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  background-position: right calc(0.375em + 0.1875rem) center;
}
@charset "UTF-8";
/*






 */
/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #63d1ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.25);
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #ececec;
  opacity: 1;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 161, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 174, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 202, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 208, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 213, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #adb5bd;
}

/* line 218, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 229, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #2BA84A;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(43, 168, 74, 0.9);
  border-radius: 8px;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #2BA84A;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #2BA84A;
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.25);
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #2BA84A;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #2BA84A;
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.25);
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2BA84A;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #2BA84A;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #2BA84A;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #3acc5e;
  background-color: #3acc5e;
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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 0.2rem rgba(43, 168, 74, 0.25);
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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: #2BA84A;
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2BA84A;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #2BA84A;
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.25);
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E6230D;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(230, 35, 13, 0.9);
  border-radius: 8px;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E6230D;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #E6230D;
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.25);
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #E6230D;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #E6230D;
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.25);
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E6230D;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E6230D;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #E6230D;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f34633;
  background-color: #f34633;
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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 0.2rem rgba(230, 35, 13, 0.25);
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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: #E6230D;
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E6230D;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #E6230D;
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.25);
}

/* line 258, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 272, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 280, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 289, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 296, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 300, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 307, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 314, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 322, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 326, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 9, app/assets/stylesheets/admin/bootstrap/forms.scss */
.input {
  border: none;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  outline: none;
  position: relative;
  width: 100%;
  color: #343434;
  letter-spacing: 1.6px;
}

/* line 21, app/assets/stylesheets/admin/bootstrap/forms.scss */
.input--text {
  height: auto;
  padding: 10px 10px 10px 0;
}

/* line 25, app/assets/stylesheets/admin/bootstrap/forms.scss */
.input--text:focus {
  border-bottom: 1px solid #1a8acd;
}

/* line 30, app/assets/stylesheets/admin/bootstrap/forms.scss */
.input--select {
  background-color: #fff;
  height: auto;
  padding: 10px 0;
}

/* line 39, app/assets/stylesheets/admin/bootstrap/forms.scss */
.signup-wrapper .input,
.form-wrapper .input {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 1rem;
  height: auto;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/forms.scss */
.signup-wrapper .input:focus,
.form-wrapper .input:focus {
  border: 1px solid #0f90bf;
  outline: none;
  box-shadow: none;
}

/* line 54, app/assets/stylesheets/admin/bootstrap/forms.scss */
.label {
  display: block;
  color: #343434;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/forms.scss */
.label--required, .label--optional {
  display: flex;
  align-items: center;
}

/* line 63, app/assets/stylesheets/admin/bootstrap/forms.scss */
.label--required::after, .label--optional::after {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 6.4px;
  line-height: 12px;
  margin-left: 6.4px;
  border-radius: 0.25rem;
  color: #fff;
}

/* line 75, app/assets/stylesheets/admin/bootstrap/forms.scss */
.label--required::after {
  content: "必須";
  background: #0f90bf;
}

/* line 82, app/assets/stylesheets/admin/bootstrap/forms.scss */
.label--optional::after {
  content: "任意";
  background: #5e5e5e;
}

/* line 88, app/assets/stylesheets/admin/bootstrap/forms.scss */
.label--title {
  padding: 5px 0;
}

/* line 93, app/assets/stylesheets/admin/bootstrap/forms.scss */
.badge {
  font-size: 9px;
  padding: 4px 10px;
  line-height: 12px;
  margin-left: 10px;
}

/* line 99, app/assets/stylesheets/admin/bootstrap/forms.scss */
.badge--optional {
  background: #5e5e5e;
  color: #fff;
}

/* line 105, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 1.2rem;
}

/* line 115, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox:hover input ~ .beauty-checkbox__checkmark {
  background-color: #c8cbcf;
}

/* line 119, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox:hover input ~ .beauty-checkbox__checkmark--disabled {
  background-color: #fff;
  cursor: auto;
}

/* line 124, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox input:checked ~ .beauty-checkbox__checkmark {
  background-color: #fff;
  border-color: #0f90bf;
}

/* line 129, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox input:checked ~ .beauty-checkbox__checkmark--reverse {
  background-color: #0f90bf;
  border-color: #0f90bf;
  color: #fff;
}

/* line 135, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox input:checked ~ .beauty-checkbox__checkmark--circle {
  background-color: #0f90bf;
  border-color: #0f90bf;
}

/* line 140, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox input:checked ~ .beauty-checkbox__checkmark--radio {
  border-color: #cbcbcb;
}

/* line 144, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox input:checked ~ .beauty-checkbox__checkmark::after {
  display: block;
}

/* line 148, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 154, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.3rem;
  width: 1.3rem;
  background-color: #fff;
  border: solid 2px #0f90bf;
}

/* line 163, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox__checkmark::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  display: none;
  left: 0.1rem;
  top: -0.1rem;
  color: #0f90bf;
}

/* line 174, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox__checkmark--circle {
  border-radius: 50%;
  border: solid 1.5px #ccc;
  height: 2.5rem;
  width: 2.5rem;
}

/* line 180, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox__checkmark--circle::after {
  left: 0.35rem;
  top: 1px;
  font-size: 22px;
  color: #fff;
}

/* line 188, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox__checkmark--small {
  height: 1rem;
  width: 1rem;
  font-size: 0.75rem;
  border-radius: 2px;
  top: 4px;
}

/* line 195, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox__checkmark--small::after {
  left: 0;
  top: -1px;
}

/* line 201, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox__checkmark--large {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1rem;
}

/* line 206, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox__checkmark--large::after {
  left: 0.1rem;
  top: 0rem;
}

/* line 213, app/assets/stylesheets/admin/bootstrap/forms.scss */
.beauty-checkbox__checkmark--reverse::after {
  color: #fff;
}

/* line 220, app/assets/stylesheets/admin/bootstrap/forms.scss */
label.error {
  font-size: 0.75rem;
  color: #f00;
  width: 100%;
}

/* line 227, app/assets/stylesheets/admin/bootstrap/forms.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right .79rem center;
}

/* line 236, app/assets/stylesheets/admin/bootstrap/forms.scss */
select::-ms-expand {
  display: none;
}

/* line 240, app/assets/stylesheets/admin/bootstrap/forms.scss */
select:required:invalid {
  color: #ccc;
}

/* line 242, app/assets/stylesheets/admin/bootstrap/forms.scss */
select:required:invalid option {
  color: #343434;
}

/* line 247, app/assets/stylesheets/admin/bootstrap/forms.scss */
.form-check > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* line 254, app/assets/stylesheets/admin/bootstrap/forms.scss */
.form-check > input[type=checkbox] ~ .form-check-label {
  position: relative;
  margin: 0;
  padding-left: 2.4375rem;
  min-width: 1.625rem;
  min-height: 1.625rem;
  text-align: left;
}

/* line 262, app/assets/stylesheets/admin/bootstrap/forms.scss */
.form-check > input[type=checkbox] ~ .form-check-label:before, .form-check > input[type=checkbox] ~ .form-check-label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
}

/* line 271, app/assets/stylesheets/admin/bootstrap/forms.scss */
.form-check > input[type=checkbox] ~ .form-check-label:before {
  content: '';
  border: 1px solid #ececec;
  border-radius: 0.8125rem;
  background-color: #ececec;
  transition: border-color 200ms, background-color 200ms;
}

/* line 279, app/assets/stylesheets/admin/bootstrap/forms.scss */
.form-check > input[type=checkbox] ~ .form-check-label:after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  line-height: 1.625rem;
}

/* line 289, app/assets/stylesheets/admin/bootstrap/forms.scss */
.form-check > input[type=checkbox]:checked ~ .form-check-label:before {
  border-color: #00A0E2;
  background-color: #00A0E2;
}

/* line 294, app/assets/stylesheets/admin/bootstrap/forms.scss */
.form-check > input[type=checkbox]:checked ~ .form-check-label:after {
  transform: scale(1);
}

/* line 309, app/assets/stylesheets/admin/bootstrap/forms.scss */
.search-form .input-group .input-group-prepend .input-group-text {
  border-radius: 3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0 0 10px;
  background-color: #fff;
  border-right: 0;
  font-size: 1.625rem;
}

/* line 319, app/assets/stylesheets/admin/bootstrap/forms.scss */
.search-form .input-group .form-control {
  border-radius: 3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 10px;
  height: 38px;
  background-color: #fff;
  border-left: 0;
}

/* line 327, app/assets/stylesheets/admin/bootstrap/forms.scss */
.search-form .input-group .form-control:focus {
  border-color: #dee2e6;
}

/* line 339, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group,
.component-v2 .input-group,
.component-v2 .input-group-float {
  position: relative;
}

/* line 346, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-invalid .input-group-text {
  border-color: #E6230D;
}

/* line 351, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-control {
  padding: 14px 15px;
  height: 54px;
  border-radius: 8px;
}

/* line 356, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-control:focus {
  box-shadow: none;
}

/* line 359, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-control:focus ~ .input-group-append .input-group-text {
  border-color: #63d1ff;
}

/* line 365, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .is-invalid {
  background-color: #fff1f4 !important;
}

/* line 368, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .is-invalid::-moz-placeholder {
  color: #E6230D;
}
.component-v2 .is-invalid::placeholder {
  color: #E6230D;
}

/* line 372, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .is-invalid:focus {
  background-color: #fff !important;
  border-color: #00A0E2;
}

/* line 376, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .is-invalid:focus::-moz-placeholder {
  color: #adb5bd;
}
.component-v2 .is-invalid:focus::placeholder {
  color: #adb5bd;
}

/* line 381, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .is-invalid.focus {
  background-color: #fff !important;
}

/* line 384, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .is-invalid.focus ~ .input-group-append .input-group-text {
  background-color: #fff !important;
}

/* line 390, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float,
.component-v2 .form-control-wrapper {
  position: relative;
}

/* line 395, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float .form-control ~ label,
.component-v2 .form-control-wrapper .form-control ~ label {
  bottom: 14px;
  width: 100%;
  font-size: 1rem;
}

/* line 401, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float .form-control:focus, .component-v2 .form-group-float .form-control.form-control-active,
.component-v2 .form-control-wrapper .form-control:focus,
.component-v2 .form-control-wrapper .form-control.form-control-active {
  padding: 27px 15px 15px;
}

/* line 405, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float .form-control:focus ~ label, .component-v2 .form-group-float .form-control.form-control-active ~ label,
.component-v2 .form-control-wrapper .form-control:focus ~ label,
.component-v2 .form-control-wrapper .form-control.form-control-active ~ label {
  bottom: 33px;
  font-size: 0.625rem;
}

/* line 412, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float .form-control:focus ~ label,
.component-v2 .form-control-wrapper .form-control:focus ~ label {
  color: #00A0E2;
}

/* line 419, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float .is-invalid ~ label,
.component-v2 .form-control-wrapper .is-invalid ~ label {
  color: #E6230D;
}

/* line 424, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float .is-invalid:focus ~ label,
.component-v2 .form-control-wrapper .is-invalid:focus ~ label {
  color: #E6230D;
}

/* line 430, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float .is-invalid.focus ~ label,
.component-v2 .form-control-wrapper .is-invalid.focus ~ label {
  color: #E6230D;
}

/* line 437, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float select.form-control,
.component-v2 .form-control-wrapper select.form-control {
  padding: 0;
}

/* line 440, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float select.form-control:focus, .component-v2 .form-group-float select.form-control.form-control-active,
.component-v2 .form-control-wrapper select.form-control:focus,
.component-v2 .form-control-wrapper select.form-control.form-control-active {
  padding: 20px 15px 12px;
}

/* line 447, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .form-group-float label,
.component-v2 .form-control-wrapper label {
  position: absolute;
  left: 15px;
  margin: 0;
  color: #adb5bd;
  pointer-events: none;
  transition: bottom 200ms ease-out, color 200ms ease-out, font-size 200ms ease-out, color 300ms;
}

/* line 461, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .input-group .input-group-float:focus, .component-v2 .input-group .input-group-float:focus-within, .component-v2 .input-group .input-group-float.is-invalid,
.component-v2 .input-group .form-control-wrapper:focus,
.component-v2 .input-group .form-control-wrapper:focus-within,
.component-v2 .input-group .form-control-wrapper.is-invalid,
.component-v2 .input-group .form-control:focus,
.component-v2 .input-group .form-control:focus-within,
.component-v2 .input-group .form-control.is-invalid {
  z-index: 3;
}

/* line 468, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .input-group .input-group-float {
  position: relative;
  margin-bottom: 0;
  flex: 1 1 auto;
  width: 1%;
}

/* line 475, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .input-group .input-group-float:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 481, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .input-group .input-group-float:not(:first-child) .form-control {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 488, app/assets/stylesheets/admin/bootstrap/forms.scss */
.component-v2 .input-group .input-group-text {
  padding: 14px 15px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 496, app/assets/stylesheets/admin/bootstrap/forms.scss */
.invalid-feedback {
  display: block;
  font-size: 0.75rem;
  color: #f00;
  width: 100%;
}

/* line 506, app/assets/stylesheets/admin/bootstrap/forms.scss */
.daterangepicker select {
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 512, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping {
  margin-bottom: 1rem;
}

/* line 515, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .form-group,
.grouping .input-group,
.grouping .input-group-float {
  margin-bottom: 0;
}

/* line 521, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 526, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .col-1,
.grouping .col-2,
.grouping .col-3,
.grouping .col-4,
.grouping .col-5,
.grouping .col-6,
.grouping .col-7,
.grouping .col-8,
.grouping .col-9,
.grouping .col-10,
.grouping .col-11,
.grouping .col-12 {
  padding-right: 0;
  padding-left: 0;
}

/* line 542, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping input,
.grouping select {
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 0;
}

/* line 548, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping input:focus, .grouping input:focus-within, .grouping input.is-invalid,
.grouping select:focus,
.grouping select:focus-within,
.grouping select.is-invalid {
  margin: 0;
  z-index: 3;
}

/* line 556, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .form-control-label {
  z-index: 4;
}

/* line 560, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .mb-minus {
  margin-bottom: -1px;
}

/* line 564, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .ml-minus {
  margin-left: -1px !important;
}

/* line 568, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

/* line 573, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .rounded-bottom {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/* line 578, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .rounded-top-left {
  border-radius: 8px 0 0 0;
}

/* line 582, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .rounded-top-right {
  border-radius: 0 8px 0 0;
}

/* line 586, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .rounded-bottom-left {
  border-radius: 0 0 0 8px;
}

/* line 590, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .rounded-bottom-right {
  border-radius: 0 0 8px 0;
}

/* line 594, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .rounded-excepting-bottom-left {
  border-radius: 8px 8px 8px 0;
}

/* line 598, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .rounded-excepting-top-left {
  border-radius: 0 8px 8px 8px;
}

/* line 602, app/assets/stylesheets/admin/bootstrap/forms.scss */
.grouping .remove-button {
  position: relative;
  top: -20%;
  right: -50%;
  display: inline-block;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0;
  outline: 0;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.6rem 2.4rem;
  border-bottom: 0 solid #00A0E2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1.6rem 2.4rem;
  margin: -1.6rem -2.4rem -1.6rem auto;
}

/* line 151, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 158, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2.4rem;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem;
  border-top: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 176, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 192, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  /* line 197, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 200, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 205, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 208, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 221, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 228, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 3, app/assets/stylesheets/admin/bootstrap/modal.scss */
.modal-backdrop.show {
  background-color: #000;
  opacity: .52;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/modal.scss */
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

@media (max-width: 768px) {
  /* line 8, app/assets/stylesheets/admin/bootstrap/modal.scss */
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

/* line 19, app/assets/stylesheets/admin/bootstrap/modal.scss */
.modal-dialog .modal-content .modal-header {
  padding-bottom: 0;
}

/* line 22, app/assets/stylesheets/admin/bootstrap/modal.scss */
.modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/modal.scss */
.modal-dialog .modal-content .modal-footer {
  padding-top: 0;
}

@media (min-width: 576px) {
  /* line 40, app/assets/stylesheets/admin/bootstrap/modal.scss */
  .component-v2 .modal .modal-dialog {
    max-width: 650px;
  }
  /* line 44, app/assets/stylesheets/admin/bootstrap/modal.scss */
  .component-v2 .modal .modal-sm {
    max-width: 440px;
  }
}

@media (min-width: 992px) {
  /* line 50, app/assets/stylesheets/admin/bootstrap/modal.scss */
  .component-v2 .modal .modal-lg {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 56, app/assets/stylesheets/admin/bootstrap/modal.scss */
  .component-v2 .modal .modal-xl {
    max-width: 1140px;
  }
}

/* line 61, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal .modal-content {
  border-radius: 15px;
}

/* line 64, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 12px 20px;
  border-bottom: 1px solid #dee2e6;
}

/* line 70, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-header h5.modal-title {
  font-size: 1rem;
}

/* line 75, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-header .close {
  padding: 20px;
  margin: -20px -20px -20px 0;
}

/* line 81, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-body {
  padding: 20px;
  font-size: 0.875rem;
}

/* line 86, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-footer {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 20px;
  justify-content: space-between;
  border-top: 1px solid #dee2e6;
}

/* line 93, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal .modal-content .btn-outline-link {
  border-color: #dee2e6;
}

/* line 98, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal.modal-fullscreen {
  padding: 0;
}

/* line 101, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal.modal-fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 108, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 114, app/assets/stylesheets/admin/bootstrap/modal.scss */
.component-v2 .modal.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #00A0E2 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007caf !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #939393 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #7a7a7a !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #2BA84A !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #217f38 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #aadcee !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #80cbe6 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #FB8B24 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e87104 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #E6230D !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b61c0a !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #ececec !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: lightgray !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343434 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1b1b1b !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #ececec !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #ececec !important;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #ececec !important;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #ececec !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #ececec !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #00A0E2 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #939393 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #2BA84A !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #aadcee !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #FB8B24 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #E6230D !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #ececec !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343434 !important;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 8px !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.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;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100, .component-v2 .btn-primary-w100-p3 {
  width: 100% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.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);
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3, .component-v2 .btn-primary-w100-p3 {
  padding: 1rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #00A0E2 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #006a96 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #939393 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #6d6d6d !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #2BA84A !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1b6b2f !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #aadcee !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #6ac2e1 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #FB8B24 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #cf6504 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #E6230D !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #9e1809 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #ececec !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #c6c6c6 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343434 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #0e0e0e !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #adb5bd !important;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-0 {
  padding-top: 0px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-0 {
  margin-top: 0px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-0 {
  padding-bottom: 0px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-0 {
  margin-bottom: 0px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-0 {
  padding-left: 0px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-0 {
  margin-left: 0px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-0 {
  padding-right: 0px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-0 {
  margin-right: 0px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-1 {
  padding-top: 1px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-1 {
  margin-top: 1px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-1 {
  padding-bottom: 1px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-1 {
  margin-bottom: 1px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-1 {
  padding-left: 1px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-1 {
  margin-left: 1px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-1 {
  padding-right: 1px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-1 {
  margin-right: 1px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-1 {
  margin-left: 1px;
  margin-right: 1px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-2 {
  padding-top: 2px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-2 {
  margin-top: 2px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-2 {
  padding-bottom: 2px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-2 {
  margin-bottom: 2px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-2 {
  padding-left: 2px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-2 {
  margin-left: 2px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-2 {
  padding-right: 2px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-2 {
  margin-right: 2px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-2 {
  margin-left: 2px;
  margin-right: 2px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-3 {
  padding-top: 3px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-3 {
  margin-top: 3px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-3 {
  padding-bottom: 3px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-3 {
  margin-bottom: 3px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-3 {
  padding-left: 3px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-3 {
  margin-left: 3px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-3 {
  padding-right: 3px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-3 {
  margin-right: 3px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-3 {
  margin-left: 3px;
  margin-right: 3px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-4 {
  padding-top: 4px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-4 {
  margin-top: 4px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-4 {
  padding-bottom: 4px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-4 {
  margin-bottom: 4px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-4 {
  padding-left: 4px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-4 {
  margin-left: 4px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-4 {
  padding-right: 4px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-4 {
  margin-right: 4px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-4 {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-5 {
  padding-top: 5px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-5 {
  margin-top: 5px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-5 {
  padding-bottom: 5px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-5 {
  margin-bottom: 5px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-5 {
  padding-left: 5px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-5 {
  margin-left: 5px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-5 {
  padding-right: 5px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-5 {
  margin-right: 5px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-5 {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-6 {
  padding-top: 6px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-6 {
  margin-top: 6px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-6 {
  padding-bottom: 6px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-6 {
  margin-bottom: 6px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-6 {
  padding-left: 6px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-6 {
  margin-left: 6px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-6 {
  padding-right: 6px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-6 {
  margin-right: 6px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-6 {
  margin-left: 6px;
  margin-right: 6px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-7 {
  padding-top: 7px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-7 {
  margin-top: 7px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-7 {
  padding-bottom: 7px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-7 {
  margin-bottom: 7px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-7 {
  padding-left: 7px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-7 {
  margin-left: 7px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-7 {
  padding-right: 7px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-7 {
  margin-right: 7px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-7 {
  margin-left: 7px;
  margin-right: 7px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-8 {
  padding-top: 8px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-8 {
  margin-top: 8px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-8 {
  padding-bottom: 8px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-8 {
  margin-bottom: 8px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-8 {
  padding-left: 8px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-8 {
  margin-left: 8px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-8 {
  padding-right: 8px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-8 {
  margin-right: 8px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-8 {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-9 {
  padding-top: 9px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-9 {
  margin-top: 9px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-9 {
  padding-bottom: 9px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-9 {
  margin-bottom: 9px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-9 {
  padding-left: 9px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-9 {
  margin-left: 9px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-9 {
  padding-right: 9px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-9 {
  margin-right: 9px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-9 {
  margin-left: 9px;
  margin-right: 9px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-10 {
  padding-top: 10px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-10 {
  margin-top: 10px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-10 {
  padding-bottom: 10px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-10 {
  margin-bottom: 10px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-10 {
  padding-left: 10px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-10 {
  margin-left: 10px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-10 {
  padding-right: 10px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-10 {
  margin-right: 10px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-11 {
  padding-top: 11px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-11 {
  margin-top: 11px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-11 {
  padding-bottom: 11px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-11 {
  margin-bottom: 11px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-11 {
  padding-left: 11px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-11 {
  margin-left: 11px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-11 {
  padding-right: 11px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-11 {
  margin-right: 11px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-11 {
  margin-left: 11px;
  margin-right: 11px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-11 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-12 {
  padding-top: 12px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-12 {
  margin-top: 12px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-12 {
  padding-bottom: 12px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-12 {
  margin-bottom: 12px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-12 {
  padding-left: 12px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-12 {
  margin-left: 12px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-12 {
  padding-right: 12px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-12 {
  margin-right: 12px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-12 {
  margin-left: 12px;
  margin-right: 12px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-13 {
  padding-top: 13px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-13 {
  margin-top: 13px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-13 {
  padding-bottom: 13px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-13 {
  margin-bottom: 13px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-13 {
  padding-left: 13px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-13 {
  margin-left: 13px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-13 {
  padding-right: 13px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-13 {
  margin-right: 13px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-13 {
  margin-left: 13px;
  margin-right: 13px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-14 {
  padding-top: 14px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-14 {
  margin-top: 14px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-14 {
  padding-bottom: 14px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-14 {
  margin-bottom: 14px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-14 {
  padding-left: 14px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-14 {
  margin-left: 14px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-14 {
  padding-right: 14px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-14 {
  margin-right: 14px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-14 {
  margin-left: 14px;
  margin-right: 14px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-15 {
  padding-top: 15px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-15 {
  margin-top: 15px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-15 {
  padding-bottom: 15px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-15 {
  margin-bottom: 15px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-15 {
  padding-left: 15px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-15 {
  margin-left: 15px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-15 {
  padding-right: 15px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-15 {
  margin-right: 15px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-16 {
  padding-top: 16px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-16 {
  margin-top: 16px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-16 {
  padding-bottom: 16px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-16 {
  margin-bottom: 16px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-16 {
  padding-left: 16px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-16 {
  margin-left: 16px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-16 {
  padding-right: 16px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-16 {
  margin-right: 16px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-16 {
  margin-left: 16px;
  margin-right: 16px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-17 {
  padding-top: 17px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-17 {
  margin-top: 17px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-17 {
  padding-bottom: 17px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-17 {
  margin-bottom: 17px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-17 {
  padding-left: 17px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-17 {
  margin-left: 17px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-17 {
  padding-right: 17px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-17 {
  margin-right: 17px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-17 {
  margin-left: 17px;
  margin-right: 17px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-18 {
  padding-top: 18px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-18 {
  margin-top: 18px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-18 {
  padding-bottom: 18px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-18 {
  margin-bottom: 18px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-18 {
  padding-left: 18px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-18 {
  margin-left: 18px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-18 {
  padding-right: 18px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-18 {
  margin-right: 18px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-18 {
  margin-left: 18px;
  margin-right: 18px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-19 {
  padding-top: 19px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-19 {
  margin-top: 19px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-19 {
  padding-bottom: 19px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-19 {
  margin-bottom: 19px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-19 {
  padding-left: 19px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-19 {
  margin-left: 19px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-19 {
  padding-right: 19px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-19 {
  margin-right: 19px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-19 {
  margin-left: 19px;
  margin-right: 19px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-19 {
  margin-top: 19px;
  margin-bottom: 19px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-20 {
  padding-top: 20px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-20 {
  margin-top: 20px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-20 {
  padding-bottom: 20px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-20 {
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-20 {
  padding-left: 20px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-20 {
  margin-left: 20px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-20 {
  padding-right: 20px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-20 {
  margin-right: 20px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-21 {
  padding-top: 21px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-21 {
  margin-top: 21px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-21 {
  padding-bottom: 21px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-21 {
  margin-bottom: 21px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-21 {
  padding-left: 21px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-21 {
  margin-left: 21px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-21 {
  padding-right: 21px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-21 {
  margin-right: 21px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-21 {
  margin-left: 21px;
  margin-right: 21px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-21 {
  margin-top: 21px;
  margin-bottom: 21px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-22 {
  padding-top: 22px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-22 {
  margin-top: 22px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-22 {
  padding-bottom: 22px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-22 {
  margin-bottom: 22px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-22 {
  padding-left: 22px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-22 {
  margin-left: 22px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-22 {
  padding-right: 22px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-22 {
  margin-right: 22px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-22 {
  margin-left: 22px;
  margin-right: 22px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-23 {
  padding-top: 23px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-23 {
  margin-top: 23px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-23 {
  padding-bottom: 23px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-23 {
  margin-bottom: 23px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-23 {
  padding-left: 23px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-23 {
  margin-left: 23px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-23 {
  padding-right: 23px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-23 {
  margin-right: 23px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-23 {
  margin-left: 23px;
  margin-right: 23px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-23 {
  margin-top: 23px;
  margin-bottom: 23px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-24 {
  padding-top: 24px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-24 {
  margin-top: 24px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-24 {
  padding-bottom: 24px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-24 {
  margin-bottom: 24px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-24 {
  padding-left: 24px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-24 {
  margin-left: 24px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-24 {
  padding-right: 24px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-24 {
  margin-right: 24px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-24 {
  margin-left: 24px;
  margin-right: 24px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-25 {
  padding-top: 25px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-25 {
  margin-top: 25px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-25 {
  padding-bottom: 25px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-25 {
  margin-bottom: 25px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-25 {
  padding-left: 25px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-25 {
  margin-left: 25px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-25 {
  padding-right: 25px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-25 {
  margin-right: 25px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-25 {
  margin-left: 25px;
  margin-right: 25px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-26 {
  padding-top: 26px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-26 {
  margin-top: 26px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-26 {
  padding-bottom: 26px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-26 {
  margin-bottom: 26px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-26 {
  padding-left: 26px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-26 {
  margin-left: 26px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-26 {
  padding-right: 26px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-26 {
  margin-right: 26px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-26 {
  margin-left: 26px;
  margin-right: 26px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-27 {
  padding-top: 27px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-27 {
  margin-top: 27px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-27 {
  padding-bottom: 27px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-27 {
  margin-bottom: 27px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-27 {
  padding-left: 27px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-27 {
  margin-left: 27px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-27 {
  padding-right: 27px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-27 {
  margin-right: 27px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-27 {
  margin-left: 27px;
  margin-right: 27px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-27 {
  margin-top: 27px;
  margin-bottom: 27px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-28 {
  padding-top: 28px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-28 {
  margin-top: 28px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-28 {
  padding-bottom: 28px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-28 {
  margin-bottom: 28px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-28 {
  padding-left: 28px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-28 {
  margin-left: 28px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-28 {
  padding-right: 28px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-28 {
  margin-right: 28px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-28 {
  margin-left: 28px;
  margin-right: 28px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-29 {
  padding-top: 29px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-29 {
  margin-top: 29px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-29 {
  padding-bottom: 29px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-29 {
  margin-bottom: 29px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-29 {
  padding-left: 29px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-29 {
  margin-left: 29px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-29 {
  padding-right: 29px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-29 {
  margin-right: 29px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-29 {
  margin-left: 29px;
  margin-right: 29px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-29 {
  margin-top: 29px;
  margin-bottom: 29px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-30 {
  padding-top: 30px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-30 {
  margin-top: 30px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-30 {
  padding-bottom: 30px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-30 {
  margin-bottom: 30px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-30 {
  padding-left: 30px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-30 {
  margin-left: 30px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-30 {
  padding-right: 30px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-30 {
  margin-right: 30px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-31 {
  padding-top: 31px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-31 {
  margin-top: 31px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-31 {
  padding-bottom: 31px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-31 {
  margin-bottom: 31px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-31 {
  padding-left: 31px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-31 {
  margin-left: 31px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-31 {
  padding-right: 31px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-31 {
  margin-right: 31px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-31 {
  margin-left: 31px;
  margin-right: 31px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-31 {
  margin-top: 31px;
  margin-bottom: 31px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-32 {
  padding-top: 32px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-32 {
  margin-top: 32px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-32 {
  padding-bottom: 32px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-32 {
  margin-bottom: 32px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-32 {
  padding-left: 32px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-32 {
  margin-left: 32px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-32 {
  padding-right: 32px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-32 {
  margin-right: 32px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-32 {
  margin-left: 32px;
  margin-right: 32px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-33 {
  padding-top: 33px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-33 {
  margin-top: 33px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-33 {
  padding-bottom: 33px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-33 {
  margin-bottom: 33px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-33 {
  padding-left: 33px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-33 {
  margin-left: 33px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-33 {
  padding-right: 33px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-33 {
  margin-right: 33px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-33 {
  margin-left: 33px;
  margin-right: 33px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-33 {
  margin-top: 33px;
  margin-bottom: 33px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-34 {
  padding-top: 34px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-34 {
  margin-top: 34px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-34 {
  padding-bottom: 34px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-34 {
  margin-bottom: 34px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-34 {
  padding-left: 34px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-34 {
  margin-left: 34px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-34 {
  padding-right: 34px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-34 {
  margin-right: 34px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-34 {
  margin-left: 34px;
  margin-right: 34px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-35 {
  padding-top: 35px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-35 {
  margin-top: 35px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-35 {
  padding-bottom: 35px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-35 {
  margin-bottom: 35px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-35 {
  padding-left: 35px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-35 {
  margin-left: 35px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-35 {
  padding-right: 35px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-35 {
  margin-right: 35px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-35 {
  margin-left: 35px;
  margin-right: 35px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-36 {
  padding-top: 36px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-36 {
  margin-top: 36px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-36 {
  padding-bottom: 36px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-36 {
  margin-bottom: 36px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-36 {
  padding-left: 36px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-36 {
  margin-left: 36px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-36 {
  padding-right: 36px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-36 {
  margin-right: 36px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-36 {
  margin-left: 36px;
  margin-right: 36px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-37 {
  padding-top: 37px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-37 {
  margin-top: 37px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-37 {
  padding-bottom: 37px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-37 {
  margin-bottom: 37px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-37 {
  padding-left: 37px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-37 {
  margin-left: 37px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-37 {
  padding-right: 37px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-37 {
  margin-right: 37px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-37 {
  margin-left: 37px;
  margin-right: 37px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-37 {
  margin-top: 37px;
  margin-bottom: 37px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-38 {
  padding-top: 38px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-38 {
  margin-top: 38px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-38 {
  padding-bottom: 38px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-38 {
  margin-bottom: 38px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-38 {
  padding-left: 38px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-38 {
  margin-left: 38px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-38 {
  padding-right: 38px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-38 {
  margin-right: 38px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-38 {
  margin-left: 38px;
  margin-right: 38px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-39 {
  padding-top: 39px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-39 {
  margin-top: 39px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-39 {
  padding-bottom: 39px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-39 {
  margin-bottom: 39px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-39 {
  padding-left: 39px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-39 {
  margin-left: 39px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-39 {
  padding-right: 39px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-39 {
  margin-right: 39px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-39 {
  margin-left: 39px;
  margin-right: 39px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-39 {
  margin-top: 39px;
  margin-bottom: 39px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-40 {
  padding-top: 40px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-40 {
  margin-top: 40px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-40 {
  padding-bottom: 40px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-40 {
  margin-bottom: 40px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-40 {
  padding-left: 40px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-40 {
  margin-left: 40px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-40 {
  padding-right: 40px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-40 {
  margin-right: 40px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-40 {
  margin-left: 40px;
  margin-right: 40px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-41 {
  padding-top: 41px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-41 {
  margin-top: 41px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-41 {
  padding-bottom: 41px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-41 {
  margin-bottom: 41px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-41 {
  padding-left: 41px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-41 {
  margin-left: 41px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-41 {
  padding-right: 41px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-41 {
  margin-right: 41px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-41 {
  margin-left: 41px;
  margin-right: 41px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-41 {
  margin-top: 41px;
  margin-bottom: 41px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-42 {
  padding-top: 42px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-42 {
  margin-top: 42px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-42 {
  padding-bottom: 42px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-42 {
  margin-bottom: 42px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-42 {
  padding-left: 42px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-42 {
  margin-left: 42px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-42 {
  padding-right: 42px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-42 {
  margin-right: 42px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-42 {
  margin-left: 42px;
  margin-right: 42px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-43 {
  padding-top: 43px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-43 {
  margin-top: 43px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-43 {
  padding-bottom: 43px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-43 {
  margin-bottom: 43px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-43 {
  padding-left: 43px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-43 {
  margin-left: 43px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-43 {
  padding-right: 43px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-43 {
  margin-right: 43px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-43 {
  margin-left: 43px;
  margin-right: 43px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-43 {
  margin-top: 43px;
  margin-bottom: 43px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-44 {
  padding-top: 44px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-44 {
  margin-top: 44px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-44 {
  padding-bottom: 44px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-44 {
  margin-bottom: 44px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-44 {
  padding-left: 44px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-44 {
  margin-left: 44px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-44 {
  padding-right: 44px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-44 {
  margin-right: 44px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-44 {
  margin-left: 44px;
  margin-right: 44px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-45 {
  padding-top: 45px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-45 {
  margin-top: 45px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-45 {
  padding-bottom: 45px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-45 {
  margin-bottom: 45px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-45 {
  padding-left: 45px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-45 {
  margin-left: 45px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-45 {
  padding-right: 45px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-45 {
  margin-right: 45px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-45 {
  margin-left: 45px;
  margin-right: 45px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-46 {
  padding-top: 46px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-46 {
  margin-top: 46px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-46 {
  padding-bottom: 46px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-46 {
  margin-bottom: 46px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-46 {
  padding-left: 46px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-46 {
  margin-left: 46px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-46 {
  padding-right: 46px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-46 {
  margin-right: 46px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-46 {
  margin-left: 46px;
  margin-right: 46px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-47 {
  padding-top: 47px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-47 {
  margin-top: 47px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-47 {
  padding-bottom: 47px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-47 {
  margin-bottom: 47px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-47 {
  padding-left: 47px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-47 {
  margin-left: 47px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-47 {
  padding-right: 47px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-47 {
  margin-right: 47px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-47 {
  margin-left: 47px;
  margin-right: 47px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-47 {
  margin-top: 47px;
  margin-bottom: 47px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-48 {
  padding-top: 48px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-48 {
  margin-top: 48px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-48 {
  padding-bottom: 48px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-48 {
  margin-bottom: 48px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-48 {
  padding-left: 48px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-48 {
  margin-left: 48px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-48 {
  padding-right: 48px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-48 {
  margin-right: 48px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-48 {
  margin-left: 48px;
  margin-right: 48px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-49 {
  padding-top: 49px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-49 {
  margin-top: 49px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-49 {
  padding-bottom: 49px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-49 {
  margin-bottom: 49px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-49 {
  padding-left: 49px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-49 {
  margin-left: 49px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-49 {
  padding-right: 49px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-49 {
  margin-right: 49px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-49 {
  margin-left: 49px;
  margin-right: 49px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-49 {
  margin-top: 49px;
  margin-bottom: 49px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-50 {
  padding-top: 50px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-50 {
  margin-top: 50px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-50 {
  padding-bottom: 50px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-50 {
  margin-bottom: 50px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-50 {
  padding-left: 50px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-50 {
  margin-left: 50px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-50 {
  padding-right: 50px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-50 {
  margin-right: 50px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-50 {
  margin-left: 50px;
  margin-right: 50px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-51 {
  padding-top: 51px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-51 {
  margin-top: 51px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-51 {
  padding-bottom: 51px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-51 {
  margin-bottom: 51px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-51 {
  padding-left: 51px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-51 {
  margin-left: 51px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-51 {
  padding-right: 51px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-51 {
  margin-right: 51px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-51 {
  padding-left: 51px !important;
  padding-right: 51px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-51 {
  margin-left: 51px;
  margin-right: 51px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-51 {
  margin-top: 51px;
  margin-bottom: 51px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-52 {
  padding-top: 52px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-52 {
  margin-top: 52px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-52 {
  padding-bottom: 52px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-52 {
  margin-bottom: 52px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-52 {
  padding-left: 52px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-52 {
  margin-left: 52px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-52 {
  padding-right: 52px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-52 {
  margin-right: 52px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-52 {
  margin-left: 52px;
  margin-right: 52px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-53 {
  padding-top: 53px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-53 {
  margin-top: 53px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-53 {
  padding-bottom: 53px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-53 {
  margin-bottom: 53px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-53 {
  padding-left: 53px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-53 {
  margin-left: 53px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-53 {
  padding-right: 53px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-53 {
  margin-right: 53px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-53 {
  padding-left: 53px !important;
  padding-right: 53px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-53 {
  margin-left: 53px;
  margin-right: 53px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-53 {
  margin-top: 53px;
  margin-bottom: 53px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-54 {
  padding-top: 54px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-54 {
  margin-top: 54px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-54 {
  padding-bottom: 54px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-54 {
  margin-bottom: 54px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-54 {
  padding-left: 54px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-54 {
  margin-left: 54px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-54 {
  padding-right: 54px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-54 {
  margin-right: 54px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-54 {
  margin-left: 54px;
  margin-right: 54px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-54 {
  margin-top: 54px;
  margin-bottom: 54px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-55 {
  padding-top: 55px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-55 {
  margin-top: 55px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-55 {
  padding-bottom: 55px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-55 {
  margin-bottom: 55px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-55 {
  padding-left: 55px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-55 {
  margin-left: 55px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-55 {
  padding-right: 55px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-55 {
  margin-right: 55px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-55 {
  margin-left: 55px;
  margin-right: 55px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-56 {
  padding-top: 56px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-56 {
  margin-top: 56px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-56 {
  padding-bottom: 56px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-56 {
  margin-bottom: 56px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-56 {
  padding-left: 56px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-56 {
  margin-left: 56px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-56 {
  padding-right: 56px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-56 {
  margin-right: 56px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-56 {
  margin-left: 56px;
  margin-right: 56px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-57 {
  padding-top: 57px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-57 {
  margin-top: 57px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-57 {
  padding-bottom: 57px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-57 {
  margin-bottom: 57px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-57 {
  padding-left: 57px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-57 {
  margin-left: 57px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-57 {
  padding-right: 57px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-57 {
  margin-right: 57px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-57 {
  padding-left: 57px !important;
  padding-right: 57px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-57 {
  margin-left: 57px;
  margin-right: 57px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-57 {
  margin-top: 57px;
  margin-bottom: 57px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-58 {
  padding-top: 58px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-58 {
  margin-top: 58px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-58 {
  padding-bottom: 58px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-58 {
  margin-bottom: 58px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-58 {
  padding-left: 58px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-58 {
  margin-left: 58px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-58 {
  padding-right: 58px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-58 {
  margin-right: 58px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-58 {
  margin-left: 58px;
  margin-right: 58px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-58 {
  margin-top: 58px;
  margin-bottom: 58px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-59 {
  padding-top: 59px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-59 {
  margin-top: 59px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-59 {
  padding-bottom: 59px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-59 {
  margin-bottom: 59px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-59 {
  padding-left: 59px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-59 {
  margin-left: 59px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-59 {
  padding-right: 59px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-59 {
  margin-right: 59px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-59 {
  padding-left: 59px !important;
  padding-right: 59px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-59 {
  margin-left: 59px;
  margin-right: 59px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-59 {
  margin-top: 59px;
  margin-bottom: 59px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-60 {
  padding-top: 60px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-60 {
  margin-top: 60px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-60 {
  padding-bottom: 60px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-60 {
  margin-bottom: 60px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-60 {
  padding-left: 60px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-60 {
  margin-left: 60px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-60 {
  padding-right: 60px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-60 {
  margin-right: 60px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-60 {
  margin-left: 60px;
  margin-right: 60px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-61 {
  padding-top: 61px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-61 {
  margin-top: 61px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-61 {
  padding-bottom: 61px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-61 {
  margin-bottom: 61px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-61 {
  padding-left: 61px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-61 {
  margin-left: 61px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-61 {
  padding-right: 61px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-61 {
  margin-right: 61px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-61 {
  padding-left: 61px !important;
  padding-right: 61px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-61 {
  margin-left: 61px;
  margin-right: 61px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-61 {
  margin-top: 61px;
  margin-bottom: 61px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-62 {
  padding-top: 62px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-62 {
  margin-top: 62px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-62 {
  padding-bottom: 62px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-62 {
  margin-bottom: 62px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-62 {
  padding-left: 62px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-62 {
  margin-left: 62px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-62 {
  padding-right: 62px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-62 {
  margin-right: 62px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-62 {
  margin-left: 62px;
  margin-right: 62px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-63 {
  padding-top: 63px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-63 {
  margin-top: 63px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-63 {
  padding-bottom: 63px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-63 {
  margin-bottom: 63px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-63 {
  padding-left: 63px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-63 {
  margin-left: 63px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-63 {
  padding-right: 63px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-63 {
  margin-right: 63px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-63 {
  padding-left: 63px !important;
  padding-right: 63px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-63 {
  margin-left: 63px;
  margin-right: 63px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-63 {
  margin-top: 63px;
  margin-bottom: 63px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-64 {
  padding-top: 64px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-64 {
  margin-top: 64px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-64 {
  padding-bottom: 64px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-64 {
  margin-bottom: 64px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-64 {
  padding-left: 64px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-64 {
  margin-left: 64px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-64 {
  padding-right: 64px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-64 {
  margin-right: 64px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-64 {
  margin-left: 64px;
  margin-right: 64px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-65 {
  padding-top: 65px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-65 {
  margin-top: 65px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-65 {
  padding-bottom: 65px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-65 {
  margin-bottom: 65px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-65 {
  padding-left: 65px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-65 {
  margin-left: 65px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-65 {
  padding-right: 65px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-65 {
  margin-right: 65px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-65 {
  margin-left: 65px;
  margin-right: 65px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-66 {
  padding-top: 66px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-66 {
  margin-top: 66px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-66 {
  padding-bottom: 66px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-66 {
  margin-bottom: 66px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-66 {
  padding-left: 66px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-66 {
  margin-left: 66px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-66 {
  padding-right: 66px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-66 {
  margin-right: 66px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-66 {
  margin-left: 66px;
  margin-right: 66px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-66 {
  margin-top: 66px;
  margin-bottom: 66px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-67 {
  padding-top: 67px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-67 {
  margin-top: 67px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-67 {
  padding-bottom: 67px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-67 {
  margin-bottom: 67px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-67 {
  padding-left: 67px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-67 {
  margin-left: 67px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-67 {
  padding-right: 67px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-67 {
  margin-right: 67px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-67 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-67 {
  margin-left: 67px;
  margin-right: 67px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-67 {
  margin-top: 67px;
  margin-bottom: 67px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-68 {
  padding-top: 68px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-68 {
  margin-top: 68px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-68 {
  padding-bottom: 68px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-68 {
  margin-bottom: 68px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-68 {
  padding-left: 68px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-68 {
  margin-left: 68px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-68 {
  padding-right: 68px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-68 {
  margin-right: 68px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-68 {
  margin-left: 68px;
  margin-right: 68px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-69 {
  padding-top: 69px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-69 {
  margin-top: 69px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-69 {
  padding-bottom: 69px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-69 {
  margin-bottom: 69px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-69 {
  padding-left: 69px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-69 {
  margin-left: 69px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-69 {
  padding-right: 69px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-69 {
  margin-right: 69px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-69 {
  padding-left: 69px !important;
  padding-right: 69px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-69 {
  margin-left: 69px;
  margin-right: 69px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-69 {
  margin-top: 69px;
  margin-bottom: 69px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-70 {
  padding-top: 70px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-70 {
  margin-top: 70px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-70 {
  padding-bottom: 70px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-70 {
  margin-bottom: 70px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-70 {
  padding-left: 70px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-70 {
  margin-left: 70px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-70 {
  padding-right: 70px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-70 {
  margin-right: 70px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-70 {
  margin-left: 70px;
  margin-right: 70px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-71 {
  padding-top: 71px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-71 {
  margin-top: 71px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-71 {
  padding-bottom: 71px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-71 {
  margin-bottom: 71px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-71 {
  padding-left: 71px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-71 {
  margin-left: 71px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-71 {
  padding-right: 71px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-71 {
  margin-right: 71px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-71 {
  padding-left: 71px !important;
  padding-right: 71px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-71 {
  margin-left: 71px;
  margin-right: 71px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-71 {
  margin-top: 71px;
  margin-bottom: 71px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-72 {
  padding-top: 72px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-72 {
  margin-top: 72px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-72 {
  padding-bottom: 72px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-72 {
  margin-bottom: 72px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-72 {
  padding-left: 72px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-72 {
  margin-left: 72px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-72 {
  padding-right: 72px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-72 {
  margin-right: 72px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-72 {
  margin-left: 72px;
  margin-right: 72px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-73 {
  padding-top: 73px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-73 {
  margin-top: 73px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-73 {
  padding-bottom: 73px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-73 {
  margin-bottom: 73px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-73 {
  padding-left: 73px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-73 {
  margin-left: 73px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-73 {
  padding-right: 73px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-73 {
  margin-right: 73px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-73 {
  padding-left: 73px !important;
  padding-right: 73px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-73 {
  margin-left: 73px;
  margin-right: 73px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-73 {
  margin-top: 73px;
  margin-bottom: 73px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-74 {
  padding-top: 74px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-74 {
  margin-top: 74px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-74 {
  padding-bottom: 74px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-74 {
  margin-bottom: 74px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-74 {
  padding-left: 74px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-74 {
  margin-left: 74px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-74 {
  padding-right: 74px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-74 {
  margin-right: 74px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-74 {
  margin-left: 74px;
  margin-right: 74px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-74 {
  margin-top: 74px;
  margin-bottom: 74px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-75 {
  padding-top: 75px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-75 {
  margin-top: 75px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-75 {
  padding-bottom: 75px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-75 {
  margin-bottom: 75px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-75 {
  padding-left: 75px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-75 {
  margin-left: 75px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-75 {
  padding-right: 75px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-75 {
  margin-right: 75px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-75 {
  margin-left: 75px;
  margin-right: 75px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-76 {
  padding-top: 76px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-76 {
  margin-top: 76px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-76 {
  padding-bottom: 76px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-76 {
  margin-bottom: 76px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-76 {
  padding-left: 76px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-76 {
  margin-left: 76px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-76 {
  padding-right: 76px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-76 {
  margin-right: 76px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-76 {
  margin-left: 76px;
  margin-right: 76px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-76 {
  margin-top: 76px;
  margin-bottom: 76px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-77 {
  padding-top: 77px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-77 {
  margin-top: 77px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-77 {
  padding-bottom: 77px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-77 {
  margin-bottom: 77px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-77 {
  padding-left: 77px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-77 {
  margin-left: 77px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-77 {
  padding-right: 77px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-77 {
  margin-right: 77px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-77 {
  margin-left: 77px;
  margin-right: 77px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-77 {
  margin-top: 77px;
  margin-bottom: 77px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-78 {
  padding-top: 78px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-78 {
  margin-top: 78px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-78 {
  padding-bottom: 78px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-78 {
  margin-bottom: 78px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-78 {
  padding-left: 78px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-78 {
  margin-left: 78px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-78 {
  padding-right: 78px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-78 {
  margin-right: 78px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-78 {
  margin-left: 78px;
  margin-right: 78px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-78 {
  margin-top: 78px;
  margin-bottom: 78px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-79 {
  padding-top: 79px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-79 {
  margin-top: 79px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-79 {
  padding-bottom: 79px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-79 {
  margin-bottom: 79px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-79 {
  padding-left: 79px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-79 {
  margin-left: 79px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-79 {
  padding-right: 79px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-79 {
  margin-right: 79px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-79 {
  padding-left: 79px !important;
  padding-right: 79px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-79 {
  margin-left: 79px;
  margin-right: 79px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-79 {
  margin-top: 79px;
  margin-bottom: 79px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-80 {
  padding-top: 80px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-80 {
  margin-top: 80px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-80 {
  padding-bottom: 80px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-80 {
  margin-bottom: 80px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-80 {
  padding-left: 80px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-80 {
  margin-left: 80px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-80 {
  padding-right: 80px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-80 {
  margin-right: 80px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-80 {
  margin-left: 80px;
  margin-right: 80px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-81 {
  padding-top: 81px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-81 {
  margin-top: 81px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-81 {
  padding-bottom: 81px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-81 {
  margin-bottom: 81px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-81 {
  padding-left: 81px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-81 {
  margin-left: 81px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-81 {
  padding-right: 81px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-81 {
  margin-right: 81px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-81 {
  padding-left: 81px !important;
  padding-right: 81px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-81 {
  margin-left: 81px;
  margin-right: 81px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-81 {
  margin-top: 81px;
  margin-bottom: 81px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-82 {
  padding-top: 82px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-82 {
  margin-top: 82px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-82 {
  padding-bottom: 82px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-82 {
  margin-bottom: 82px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-82 {
  padding-left: 82px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-82 {
  margin-left: 82px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-82 {
  padding-right: 82px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-82 {
  margin-right: 82px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-82 {
  margin-left: 82px;
  margin-right: 82px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-82 {
  margin-top: 82px;
  margin-bottom: 82px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-83 {
  padding-top: 83px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-83 {
  margin-top: 83px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-83 {
  padding-bottom: 83px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-83 {
  margin-bottom: 83px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-83 {
  padding-left: 83px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-83 {
  margin-left: 83px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-83 {
  padding-right: 83px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-83 {
  margin-right: 83px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-83 {
  padding-left: 83px !important;
  padding-right: 83px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-83 {
  margin-left: 83px;
  margin-right: 83px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-83 {
  margin-top: 83px;
  margin-bottom: 83px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-84 {
  padding-top: 84px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-84 {
  margin-top: 84px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-84 {
  padding-bottom: 84px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-84 {
  margin-bottom: 84px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-84 {
  padding-left: 84px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-84 {
  margin-left: 84px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-84 {
  padding-right: 84px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-84 {
  margin-right: 84px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-84 {
  margin-left: 84px;
  margin-right: 84px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-84 {
  margin-top: 84px;
  margin-bottom: 84px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-85 {
  padding-top: 85px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-85 {
  margin-top: 85px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-85 {
  padding-bottom: 85px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-85 {
  margin-bottom: 85px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-85 {
  padding-left: 85px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-85 {
  margin-left: 85px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-85 {
  padding-right: 85px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-85 {
  margin-right: 85px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-85 {
  margin-left: 85px;
  margin-right: 85px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-86 {
  padding-top: 86px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-86 {
  margin-top: 86px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-86 {
  padding-bottom: 86px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-86 {
  margin-bottom: 86px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-86 {
  padding-left: 86px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-86 {
  margin-left: 86px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-86 {
  padding-right: 86px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-86 {
  margin-right: 86px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-86 {
  margin-left: 86px;
  margin-right: 86px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-86 {
  margin-top: 86px;
  margin-bottom: 86px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-87 {
  padding-top: 87px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-87 {
  margin-top: 87px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-87 {
  padding-bottom: 87px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-87 {
  margin-bottom: 87px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-87 {
  padding-left: 87px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-87 {
  margin-left: 87px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-87 {
  padding-right: 87px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-87 {
  margin-right: 87px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-87 {
  padding-left: 87px !important;
  padding-right: 87px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-87 {
  margin-left: 87px;
  margin-right: 87px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-87 {
  margin-top: 87px;
  margin-bottom: 87px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-88 {
  padding-top: 88px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-88 {
  margin-top: 88px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-88 {
  padding-bottom: 88px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-88 {
  margin-bottom: 88px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-88 {
  padding-left: 88px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-88 {
  margin-left: 88px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-88 {
  padding-right: 88px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-88 {
  margin-right: 88px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-88 {
  margin-left: 88px;
  margin-right: 88px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-88 {
  margin-top: 88px;
  margin-bottom: 88px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-89 {
  padding-top: 89px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-89 {
  margin-top: 89px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-89 {
  padding-bottom: 89px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-89 {
  margin-bottom: 89px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-89 {
  padding-left: 89px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-89 {
  margin-left: 89px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-89 {
  padding-right: 89px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-89 {
  margin-right: 89px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-89 {
  padding-left: 89px !important;
  padding-right: 89px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-89 {
  margin-left: 89px;
  margin-right: 89px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-89 {
  margin-top: 89px;
  margin-bottom: 89px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-90 {
  padding-top: 90px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-90 {
  margin-top: 90px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-90 {
  padding-bottom: 90px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-90 {
  margin-bottom: 90px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-90 {
  padding-left: 90px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-90 {
  margin-left: 90px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-90 {
  padding-right: 90px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-90 {
  margin-right: 90px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-90 {
  margin-left: 90px;
  margin-right: 90px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-91 {
  padding-top: 91px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-91 {
  margin-top: 91px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-91 {
  padding-bottom: 91px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-91 {
  margin-bottom: 91px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-91 {
  padding-left: 91px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-91 {
  margin-left: 91px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-91 {
  padding-right: 91px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-91 {
  margin-right: 91px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-91 {
  padding-left: 91px !important;
  padding-right: 91px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-91 {
  margin-left: 91px;
  margin-right: 91px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-91 {
  margin-top: 91px;
  margin-bottom: 91px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-92 {
  padding-top: 92px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-92 {
  margin-top: 92px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-92 {
  padding-bottom: 92px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-92 {
  margin-bottom: 92px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-92 {
  padding-left: 92px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-92 {
  margin-left: 92px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-92 {
  padding-right: 92px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-92 {
  margin-right: 92px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-92 {
  margin-left: 92px;
  margin-right: 92px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-92 {
  margin-top: 92px;
  margin-bottom: 92px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-93 {
  padding-top: 93px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-93 {
  margin-top: 93px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-93 {
  padding-bottom: 93px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-93 {
  margin-bottom: 93px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-93 {
  padding-left: 93px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-93 {
  margin-left: 93px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-93 {
  padding-right: 93px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-93 {
  margin-right: 93px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-93 {
  padding-left: 93px !important;
  padding-right: 93px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-93 {
  margin-left: 93px;
  margin-right: 93px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-93 {
  margin-top: 93px;
  margin-bottom: 93px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-94 {
  padding-top: 94px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-94 {
  margin-top: 94px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-94 {
  padding-bottom: 94px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-94 {
  margin-bottom: 94px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-94 {
  padding-left: 94px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-94 {
  margin-left: 94px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-94 {
  padding-right: 94px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-94 {
  margin-right: 94px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-94 {
  margin-left: 94px;
  margin-right: 94px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-94 {
  margin-top: 94px;
  margin-bottom: 94px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-95 {
  padding-top: 95px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-95 {
  margin-top: 95px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-95 {
  padding-bottom: 95px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-95 {
  margin-bottom: 95px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-95 {
  padding-left: 95px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-95 {
  margin-left: 95px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-95 {
  padding-right: 95px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-95 {
  margin-right: 95px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-95 {
  margin-left: 95px;
  margin-right: 95px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-96 {
  padding-top: 96px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-96 {
  margin-top: 96px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-96 {
  padding-bottom: 96px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-96 {
  margin-bottom: 96px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-96 {
  padding-left: 96px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-96 {
  margin-left: 96px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-96 {
  padding-right: 96px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-96 {
  margin-right: 96px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-96 {
  margin-left: 96px;
  margin-right: 96px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-97 {
  padding-top: 97px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-97 {
  margin-top: 97px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-97 {
  padding-bottom: 97px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-97 {
  margin-bottom: 97px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-97 {
  padding-left: 97px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-97 {
  margin-left: 97px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-97 {
  padding-right: 97px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-97 {
  margin-right: 97px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-97 {
  padding-left: 97px !important;
  padding-right: 97px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-97 {
  margin-left: 97px;
  margin-right: 97px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-97 {
  margin-top: 97px;
  margin-bottom: 97px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-98 {
  padding-top: 98px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-98 {
  margin-top: 98px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-98 {
  padding-bottom: 98px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-98 {
  margin-bottom: 98px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-98 {
  padding-left: 98px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-98 {
  margin-left: 98px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-98 {
  padding-right: 98px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-98 {
  margin-right: 98px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-98 {
  margin-left: 98px;
  margin-right: 98px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-98 {
  margin-top: 98px;
  margin-bottom: 98px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-99 {
  padding-top: 99px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-99 {
  margin-top: 99px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-99 {
  padding-bottom: 99px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-99 {
  margin-bottom: 99px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-99 {
  padding-left: 99px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-99 {
  margin-left: 99px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-99 {
  padding-right: 99px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-99 {
  margin-right: 99px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-99 {
  padding-left: 99px !important;
  padding-right: 99px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-99 {
  margin-left: 99px;
  margin-right: 99px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-99 {
  margin-top: 99px;
  margin-bottom: 99px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-100 {
  padding-top: 100px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-100 {
  margin-top: 100px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-100 {
  padding-bottom: 100px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-100 {
  margin-bottom: 100px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-100 {
  padding-left: 100px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-100 {
  margin-left: 100px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-100 {
  padding-right: 100px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-100 {
  margin-right: 100px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-100 {
  margin-left: 100px;
  margin-right: 100px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-101 {
  padding-top: 101px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-101 {
  margin-top: 101px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-101 {
  padding-bottom: 101px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-101 {
  margin-bottom: 101px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-101 {
  padding-left: 101px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-101 {
  margin-left: 101px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-101 {
  padding-right: 101px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-101 {
  margin-right: 101px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-101 {
  padding-left: 101px !important;
  padding-right: 101px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-101 {
  margin-left: 101px;
  margin-right: 101px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-101 {
  padding-top: 101px !important;
  padding-bottom: 101px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-101 {
  margin-top: 101px;
  margin-bottom: 101px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-102 {
  padding-top: 102px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-102 {
  margin-top: 102px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-102 {
  padding-bottom: 102px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-102 {
  margin-bottom: 102px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-102 {
  padding-left: 102px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-102 {
  margin-left: 102px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-102 {
  padding-right: 102px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-102 {
  margin-right: 102px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-102 {
  padding-left: 102px !important;
  padding-right: 102px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-102 {
  margin-left: 102px;
  margin-right: 102px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-102 {
  padding-top: 102px !important;
  padding-bottom: 102px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-102 {
  margin-top: 102px;
  margin-bottom: 102px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-103 {
  padding-top: 103px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-103 {
  margin-top: 103px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-103 {
  padding-bottom: 103px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-103 {
  margin-bottom: 103px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-103 {
  padding-left: 103px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-103 {
  margin-left: 103px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-103 {
  padding-right: 103px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-103 {
  margin-right: 103px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-103 {
  padding-left: 103px !important;
  padding-right: 103px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-103 {
  margin-left: 103px;
  margin-right: 103px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-103 {
  padding-top: 103px !important;
  padding-bottom: 103px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-103 {
  margin-top: 103px;
  margin-bottom: 103px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-104 {
  padding-top: 104px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-104 {
  margin-top: 104px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-104 {
  padding-bottom: 104px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-104 {
  margin-bottom: 104px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-104 {
  padding-left: 104px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-104 {
  margin-left: 104px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-104 {
  padding-right: 104px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-104 {
  margin-right: 104px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-104 {
  padding-left: 104px !important;
  padding-right: 104px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-104 {
  margin-left: 104px;
  margin-right: 104px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-104 {
  margin-top: 104px;
  margin-bottom: 104px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-105 {
  padding-top: 105px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-105 {
  margin-top: 105px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-105 {
  padding-bottom: 105px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-105 {
  margin-bottom: 105px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-105 {
  padding-left: 105px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-105 {
  margin-left: 105px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-105 {
  padding-right: 105px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-105 {
  margin-right: 105px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-105 {
  margin-left: 105px;
  margin-right: 105px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-106 {
  padding-top: 106px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-106 {
  margin-top: 106px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-106 {
  padding-bottom: 106px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-106 {
  margin-bottom: 106px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-106 {
  padding-left: 106px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-106 {
  margin-left: 106px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-106 {
  padding-right: 106px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-106 {
  margin-right: 106px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-106 {
  padding-left: 106px !important;
  padding-right: 106px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-106 {
  margin-left: 106px;
  margin-right: 106px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-106 {
  padding-top: 106px !important;
  padding-bottom: 106px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-106 {
  margin-top: 106px;
  margin-bottom: 106px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-107 {
  padding-top: 107px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-107 {
  margin-top: 107px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-107 {
  padding-bottom: 107px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-107 {
  margin-bottom: 107px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-107 {
  padding-left: 107px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-107 {
  margin-left: 107px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-107 {
  padding-right: 107px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-107 {
  margin-right: 107px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-107 {
  padding-left: 107px !important;
  padding-right: 107px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-107 {
  margin-left: 107px;
  margin-right: 107px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-107 {
  padding-top: 107px !important;
  padding-bottom: 107px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-107 {
  margin-top: 107px;
  margin-bottom: 107px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-108 {
  padding-top: 108px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-108 {
  margin-top: 108px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-108 {
  padding-bottom: 108px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-108 {
  margin-bottom: 108px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-108 {
  padding-left: 108px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-108 {
  margin-left: 108px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-108 {
  padding-right: 108px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-108 {
  margin-right: 108px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-108 {
  padding-left: 108px !important;
  padding-right: 108px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-108 {
  margin-left: 108px;
  margin-right: 108px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-108 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-108 {
  margin-top: 108px;
  margin-bottom: 108px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-109 {
  padding-top: 109px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-109 {
  margin-top: 109px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-109 {
  padding-bottom: 109px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-109 {
  margin-bottom: 109px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-109 {
  padding-left: 109px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-109 {
  margin-left: 109px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-109 {
  padding-right: 109px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-109 {
  margin-right: 109px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-109 {
  padding-left: 109px !important;
  padding-right: 109px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-109 {
  margin-left: 109px;
  margin-right: 109px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-109 {
  padding-top: 109px !important;
  padding-bottom: 109px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-109 {
  margin-top: 109px;
  margin-bottom: 109px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-110 {
  padding-top: 110px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-110 {
  margin-top: 110px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-110 {
  padding-bottom: 110px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-110 {
  margin-bottom: 110px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-110 {
  padding-left: 110px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-110 {
  margin-left: 110px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-110 {
  padding-right: 110px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-110 {
  margin-right: 110px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-110 {
  margin-left: 110px;
  margin-right: 110px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-111 {
  padding-top: 111px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-111 {
  margin-top: 111px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-111 {
  padding-bottom: 111px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-111 {
  margin-bottom: 111px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-111 {
  padding-left: 111px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-111 {
  margin-left: 111px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-111 {
  padding-right: 111px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-111 {
  margin-right: 111px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-111 {
  padding-left: 111px !important;
  padding-right: 111px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-111 {
  margin-left: 111px;
  margin-right: 111px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-111 {
  padding-top: 111px !important;
  padding-bottom: 111px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-111 {
  margin-top: 111px;
  margin-bottom: 111px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-112 {
  padding-top: 112px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-112 {
  margin-top: 112px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-112 {
  padding-bottom: 112px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-112 {
  margin-bottom: 112px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-112 {
  padding-left: 112px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-112 {
  margin-left: 112px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-112 {
  padding-right: 112px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-112 {
  margin-right: 112px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-112 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-112 {
  margin-left: 112px;
  margin-right: 112px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-112 {
  margin-top: 112px;
  margin-bottom: 112px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-113 {
  padding-top: 113px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-113 {
  margin-top: 113px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-113 {
  padding-bottom: 113px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-113 {
  margin-bottom: 113px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-113 {
  padding-left: 113px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-113 {
  margin-left: 113px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-113 {
  padding-right: 113px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-113 {
  margin-right: 113px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-113 {
  padding-left: 113px !important;
  padding-right: 113px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-113 {
  margin-left: 113px;
  margin-right: 113px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-113 {
  padding-top: 113px !important;
  padding-bottom: 113px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-113 {
  margin-top: 113px;
  margin-bottom: 113px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-114 {
  padding-top: 114px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-114 {
  margin-top: 114px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-114 {
  padding-bottom: 114px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-114 {
  margin-bottom: 114px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-114 {
  padding-left: 114px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-114 {
  margin-left: 114px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-114 {
  padding-right: 114px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-114 {
  margin-right: 114px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-114 {
  padding-left: 114px !important;
  padding-right: 114px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-114 {
  margin-left: 114px;
  margin-right: 114px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-114 {
  padding-top: 114px !important;
  padding-bottom: 114px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-114 {
  margin-top: 114px;
  margin-bottom: 114px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-115 {
  padding-top: 115px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-115 {
  margin-top: 115px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-115 {
  padding-bottom: 115px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-115 {
  margin-bottom: 115px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-115 {
  padding-left: 115px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-115 {
  margin-left: 115px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-115 {
  padding-right: 115px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-115 {
  margin-right: 115px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-115 {
  margin-left: 115px;
  margin-right: 115px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-116 {
  padding-top: 116px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-116 {
  margin-top: 116px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-116 {
  padding-bottom: 116px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-116 {
  margin-bottom: 116px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-116 {
  padding-left: 116px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-116 {
  margin-left: 116px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-116 {
  padding-right: 116px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-116 {
  margin-right: 116px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-116 {
  padding-left: 116px !important;
  padding-right: 116px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-116 {
  margin-left: 116px;
  margin-right: 116px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-116 {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-116 {
  margin-top: 116px;
  margin-bottom: 116px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-117 {
  padding-top: 117px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-117 {
  margin-top: 117px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-117 {
  padding-bottom: 117px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-117 {
  margin-bottom: 117px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-117 {
  padding-left: 117px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-117 {
  margin-left: 117px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-117 {
  padding-right: 117px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-117 {
  margin-right: 117px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-117 {
  padding-left: 117px !important;
  padding-right: 117px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-117 {
  margin-left: 117px;
  margin-right: 117px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-117 {
  padding-top: 117px !important;
  padding-bottom: 117px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-117 {
  margin-top: 117px;
  margin-bottom: 117px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-118 {
  padding-top: 118px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-118 {
  margin-top: 118px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-118 {
  padding-bottom: 118px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-118 {
  margin-bottom: 118px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-118 {
  padding-left: 118px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-118 {
  margin-left: 118px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-118 {
  padding-right: 118px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-118 {
  margin-right: 118px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-118 {
  padding-left: 118px !important;
  padding-right: 118px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-118 {
  margin-left: 118px;
  margin-right: 118px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-118 {
  margin-top: 118px;
  margin-bottom: 118px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-119 {
  padding-top: 119px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-119 {
  margin-top: 119px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-119 {
  padding-bottom: 119px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-119 {
  margin-bottom: 119px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-119 {
  padding-left: 119px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-119 {
  margin-left: 119px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-119 {
  padding-right: 119px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-119 {
  margin-right: 119px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-119 {
  padding-left: 119px !important;
  padding-right: 119px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-119 {
  margin-left: 119px;
  margin-right: 119px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-119 {
  padding-top: 119px !important;
  padding-bottom: 119px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-119 {
  margin-top: 119px;
  margin-bottom: 119px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-120 {
  padding-top: 120px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-120 {
  margin-top: 120px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-120 {
  padding-bottom: 120px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-120 {
  margin-bottom: 120px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-120 {
  padding-left: 120px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-120 {
  margin-left: 120px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-120 {
  padding-right: 120px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-120 {
  margin-right: 120px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-120 {
  margin-left: 120px;
  margin-right: 120px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-121 {
  padding-top: 121px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-121 {
  margin-top: 121px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-121 {
  padding-bottom: 121px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-121 {
  margin-bottom: 121px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-121 {
  padding-left: 121px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-121 {
  margin-left: 121px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-121 {
  padding-right: 121px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-121 {
  margin-right: 121px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-121 {
  padding-left: 121px !important;
  padding-right: 121px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-121 {
  margin-left: 121px;
  margin-right: 121px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-121 {
  padding-top: 121px !important;
  padding-bottom: 121px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-121 {
  margin-top: 121px;
  margin-bottom: 121px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-122 {
  padding-top: 122px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-122 {
  margin-top: 122px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-122 {
  padding-bottom: 122px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-122 {
  margin-bottom: 122px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-122 {
  padding-left: 122px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-122 {
  margin-left: 122px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-122 {
  padding-right: 122px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-122 {
  margin-right: 122px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-122 {
  padding-left: 122px !important;
  padding-right: 122px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-122 {
  margin-left: 122px;
  margin-right: 122px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-122 {
  padding-top: 122px !important;
  padding-bottom: 122px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-122 {
  margin-top: 122px;
  margin-bottom: 122px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-123 {
  padding-top: 123px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-123 {
  margin-top: 123px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-123 {
  padding-bottom: 123px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-123 {
  margin-bottom: 123px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-123 {
  padding-left: 123px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-123 {
  margin-left: 123px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-123 {
  padding-right: 123px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-123 {
  margin-right: 123px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-123 {
  padding-left: 123px !important;
  padding-right: 123px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-123 {
  margin-left: 123px;
  margin-right: 123px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-123 {
  padding-top: 123px !important;
  padding-bottom: 123px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-123 {
  margin-top: 123px;
  margin-bottom: 123px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-124 {
  padding-top: 124px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-124 {
  margin-top: 124px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-124 {
  padding-bottom: 124px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-124 {
  margin-bottom: 124px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-124 {
  padding-left: 124px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-124 {
  margin-left: 124px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-124 {
  padding-right: 124px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-124 {
  margin-right: 124px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-124 {
  padding-left: 124px !important;
  padding-right: 124px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-124 {
  margin-left: 124px;
  margin-right: 124px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-124 {
  padding-top: 124px !important;
  padding-bottom: 124px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-124 {
  margin-top: 124px;
  margin-bottom: 124px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-125 {
  padding-top: 125px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-125 {
  margin-top: 125px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-125 {
  padding-bottom: 125px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-125 {
  margin-bottom: 125px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-125 {
  padding-left: 125px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-125 {
  margin-left: 125px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-125 {
  padding-right: 125px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-125 {
  margin-right: 125px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-125 {
  margin-left: 125px;
  margin-right: 125px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-126 {
  padding-top: 126px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-126 {
  margin-top: 126px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-126 {
  padding-bottom: 126px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-126 {
  margin-bottom: 126px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-126 {
  padding-left: 126px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-126 {
  margin-left: 126px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-126 {
  padding-right: 126px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-126 {
  margin-right: 126px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-126 {
  padding-left: 126px !important;
  padding-right: 126px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-126 {
  margin-left: 126px;
  margin-right: 126px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-126 {
  padding-top: 126px !important;
  padding-bottom: 126px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-126 {
  margin-top: 126px;
  margin-bottom: 126px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-127 {
  padding-top: 127px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-127 {
  margin-top: 127px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-127 {
  padding-bottom: 127px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-127 {
  margin-bottom: 127px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-127 {
  padding-left: 127px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-127 {
  margin-left: 127px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-127 {
  padding-right: 127px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-127 {
  margin-right: 127px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-127 {
  padding-left: 127px !important;
  padding-right: 127px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-127 {
  margin-left: 127px;
  margin-right: 127px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-127 {
  padding-top: 127px !important;
  padding-bottom: 127px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-127 {
  margin-top: 127px;
  margin-bottom: 127px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-128 {
  padding-top: 128px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-128 {
  margin-top: 128px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-128 {
  padding-bottom: 128px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-128 {
  margin-bottom: 128px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-128 {
  padding-left: 128px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-128 {
  margin-left: 128px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-128 {
  padding-right: 128px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-128 {
  margin-right: 128px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-128 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-128 {
  margin-left: 128px;
  margin-right: 128px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-129 {
  padding-top: 129px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-129 {
  margin-top: 129px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-129 {
  padding-bottom: 129px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-129 {
  margin-bottom: 129px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-129 {
  padding-left: 129px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-129 {
  margin-left: 129px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-129 {
  padding-right: 129px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-129 {
  margin-right: 129px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-129 {
  padding-left: 129px !important;
  padding-right: 129px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-129 {
  margin-left: 129px;
  margin-right: 129px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-129 {
  padding-top: 129px !important;
  padding-bottom: 129px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-129 {
  margin-top: 129px;
  margin-bottom: 129px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-130 {
  padding-top: 130px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-130 {
  margin-top: 130px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-130 {
  padding-bottom: 130px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-130 {
  margin-bottom: 130px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-130 {
  padding-left: 130px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-130 {
  margin-left: 130px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-130 {
  padding-right: 130px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-130 {
  margin-right: 130px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-130 {
  margin-left: 130px;
  margin-right: 130px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-131 {
  padding-top: 131px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-131 {
  margin-top: 131px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-131 {
  padding-bottom: 131px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-131 {
  margin-bottom: 131px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-131 {
  padding-left: 131px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-131 {
  margin-left: 131px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-131 {
  padding-right: 131px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-131 {
  margin-right: 131px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-131 {
  padding-left: 131px !important;
  padding-right: 131px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-131 {
  margin-left: 131px;
  margin-right: 131px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-131 {
  padding-top: 131px !important;
  padding-bottom: 131px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-131 {
  margin-top: 131px;
  margin-bottom: 131px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-132 {
  padding-top: 132px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-132 {
  margin-top: 132px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-132 {
  padding-bottom: 132px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-132 {
  margin-bottom: 132px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-132 {
  padding-left: 132px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-132 {
  margin-left: 132px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-132 {
  padding-right: 132px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-132 {
  margin-right: 132px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-132 {
  padding-left: 132px !important;
  padding-right: 132px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-132 {
  margin-left: 132px;
  margin-right: 132px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-132 {
  margin-top: 132px;
  margin-bottom: 132px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-133 {
  padding-top: 133px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-133 {
  margin-top: 133px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-133 {
  padding-bottom: 133px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-133 {
  margin-bottom: 133px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-133 {
  padding-left: 133px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-133 {
  margin-left: 133px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-133 {
  padding-right: 133px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-133 {
  margin-right: 133px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-133 {
  padding-left: 133px !important;
  padding-right: 133px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-133 {
  margin-left: 133px;
  margin-right: 133px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-133 {
  padding-top: 133px !important;
  padding-bottom: 133px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-133 {
  margin-top: 133px;
  margin-bottom: 133px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-134 {
  padding-top: 134px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-134 {
  margin-top: 134px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-134 {
  padding-bottom: 134px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-134 {
  margin-bottom: 134px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-134 {
  padding-left: 134px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-134 {
  margin-left: 134px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-134 {
  padding-right: 134px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-134 {
  margin-right: 134px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-134 {
  padding-left: 134px !important;
  padding-right: 134px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-134 {
  margin-left: 134px;
  margin-right: 134px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-134 {
  padding-top: 134px !important;
  padding-bottom: 134px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-134 {
  margin-top: 134px;
  margin-bottom: 134px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-135 {
  padding-top: 135px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-135 {
  margin-top: 135px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-135 {
  padding-bottom: 135px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-135 {
  margin-bottom: 135px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-135 {
  padding-left: 135px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-135 {
  margin-left: 135px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-135 {
  padding-right: 135px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-135 {
  margin-right: 135px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-135 {
  margin-left: 135px;
  margin-right: 135px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-136 {
  padding-top: 136px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-136 {
  margin-top: 136px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-136 {
  padding-bottom: 136px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-136 {
  margin-bottom: 136px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-136 {
  padding-left: 136px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-136 {
  margin-left: 136px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-136 {
  padding-right: 136px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-136 {
  margin-right: 136px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-136 {
  padding-left: 136px !important;
  padding-right: 136px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-136 {
  margin-left: 136px;
  margin-right: 136px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-136 {
  margin-top: 136px;
  margin-bottom: 136px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-137 {
  padding-top: 137px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-137 {
  margin-top: 137px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-137 {
  padding-bottom: 137px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-137 {
  margin-bottom: 137px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-137 {
  padding-left: 137px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-137 {
  margin-left: 137px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-137 {
  padding-right: 137px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-137 {
  margin-right: 137px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-137 {
  padding-left: 137px !important;
  padding-right: 137px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-137 {
  margin-left: 137px;
  margin-right: 137px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-137 {
  padding-top: 137px !important;
  padding-bottom: 137px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-137 {
  margin-top: 137px;
  margin-bottom: 137px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-138 {
  padding-top: 138px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-138 {
  margin-top: 138px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-138 {
  padding-bottom: 138px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-138 {
  margin-bottom: 138px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-138 {
  padding-left: 138px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-138 {
  margin-left: 138px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-138 {
  padding-right: 138px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-138 {
  margin-right: 138px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-138 {
  padding-left: 138px !important;
  padding-right: 138px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-138 {
  margin-left: 138px;
  margin-right: 138px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-138 {
  padding-top: 138px !important;
  padding-bottom: 138px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-138 {
  margin-top: 138px;
  margin-bottom: 138px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-139 {
  padding-top: 139px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-139 {
  margin-top: 139px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-139 {
  padding-bottom: 139px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-139 {
  margin-bottom: 139px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-139 {
  padding-left: 139px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-139 {
  margin-left: 139px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-139 {
  padding-right: 139px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-139 {
  margin-right: 139px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-139 {
  padding-left: 139px !important;
  padding-right: 139px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-139 {
  margin-left: 139px;
  margin-right: 139px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-139 {
  padding-top: 139px !important;
  padding-bottom: 139px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-139 {
  margin-top: 139px;
  margin-bottom: 139px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-140 {
  padding-top: 140px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-140 {
  margin-top: 140px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-140 {
  padding-bottom: 140px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-140 {
  margin-bottom: 140px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-140 {
  padding-left: 140px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-140 {
  margin-left: 140px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-140 {
  padding-right: 140px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-140 {
  margin-right: 140px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-140 {
  margin-left: 140px;
  margin-right: 140px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-141 {
  padding-top: 141px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-141 {
  margin-top: 141px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-141 {
  padding-bottom: 141px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-141 {
  margin-bottom: 141px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-141 {
  padding-left: 141px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-141 {
  margin-left: 141px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-141 {
  padding-right: 141px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-141 {
  margin-right: 141px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-141 {
  padding-left: 141px !important;
  padding-right: 141px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-141 {
  margin-left: 141px;
  margin-right: 141px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-141 {
  padding-top: 141px !important;
  padding-bottom: 141px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-141 {
  margin-top: 141px;
  margin-bottom: 141px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-142 {
  padding-top: 142px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-142 {
  margin-top: 142px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-142 {
  padding-bottom: 142px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-142 {
  margin-bottom: 142px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-142 {
  padding-left: 142px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-142 {
  margin-left: 142px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-142 {
  padding-right: 142px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-142 {
  margin-right: 142px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-142 {
  padding-left: 142px !important;
  padding-right: 142px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-142 {
  margin-left: 142px;
  margin-right: 142px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-142 {
  padding-top: 142px !important;
  padding-bottom: 142px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-142 {
  margin-top: 142px;
  margin-bottom: 142px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-143 {
  padding-top: 143px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-143 {
  margin-top: 143px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-143 {
  padding-bottom: 143px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-143 {
  margin-bottom: 143px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-143 {
  padding-left: 143px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-143 {
  margin-left: 143px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-143 {
  padding-right: 143px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-143 {
  margin-right: 143px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-143 {
  padding-left: 143px !important;
  padding-right: 143px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-143 {
  margin-left: 143px;
  margin-right: 143px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-143 {
  padding-top: 143px !important;
  padding-bottom: 143px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-143 {
  margin-top: 143px;
  margin-bottom: 143px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-144 {
  padding-top: 144px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-144 {
  margin-top: 144px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-144 {
  padding-bottom: 144px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-144 {
  margin-bottom: 144px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-144 {
  padding-left: 144px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-144 {
  margin-left: 144px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-144 {
  padding-right: 144px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-144 {
  margin-right: 144px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-144 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-144 {
  margin-left: 144px;
  margin-right: 144px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-144 {
  margin-top: 144px;
  margin-bottom: 144px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-145 {
  padding-top: 145px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-145 {
  margin-top: 145px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-145 {
  padding-bottom: 145px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-145 {
  margin-bottom: 145px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-145 {
  padding-left: 145px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-145 {
  margin-left: 145px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-145 {
  padding-right: 145px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-145 {
  margin-right: 145px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-145 {
  margin-left: 145px;
  margin-right: 145px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-146 {
  padding-top: 146px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-146 {
  margin-top: 146px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-146 {
  padding-bottom: 146px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-146 {
  margin-bottom: 146px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-146 {
  padding-left: 146px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-146 {
  margin-left: 146px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-146 {
  padding-right: 146px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-146 {
  margin-right: 146px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-146 {
  padding-left: 146px !important;
  padding-right: 146px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-146 {
  margin-left: 146px;
  margin-right: 146px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-146 {
  padding-top: 146px !important;
  padding-bottom: 146px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-146 {
  margin-top: 146px;
  margin-bottom: 146px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-147 {
  padding-top: 147px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-147 {
  margin-top: 147px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-147 {
  padding-bottom: 147px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-147 {
  margin-bottom: 147px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-147 {
  padding-left: 147px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-147 {
  margin-left: 147px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-147 {
  padding-right: 147px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-147 {
  margin-right: 147px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-147 {
  padding-left: 147px !important;
  padding-right: 147px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-147 {
  margin-left: 147px;
  margin-right: 147px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-147 {
  padding-top: 147px !important;
  padding-bottom: 147px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-147 {
  margin-top: 147px;
  margin-bottom: 147px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-148 {
  padding-top: 148px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-148 {
  margin-top: 148px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-148 {
  padding-bottom: 148px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-148 {
  margin-bottom: 148px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-148 {
  padding-left: 148px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-148 {
  margin-left: 148px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-148 {
  padding-right: 148px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-148 {
  margin-right: 148px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-148 {
  padding-left: 148px !important;
  padding-right: 148px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-148 {
  margin-left: 148px;
  margin-right: 148px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-148 {
  padding-top: 148px !important;
  padding-bottom: 148px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-148 {
  margin-top: 148px;
  margin-bottom: 148px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-149 {
  padding-top: 149px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-149 {
  margin-top: 149px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-149 {
  padding-bottom: 149px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-149 {
  margin-bottom: 149px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-149 {
  padding-left: 149px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-149 {
  margin-left: 149px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-149 {
  padding-right: 149px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-149 {
  margin-right: 149px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-149 {
  padding-left: 149px !important;
  padding-right: 149px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-149 {
  margin-left: 149px;
  margin-right: 149px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-149 {
  padding-top: 149px !important;
  padding-bottom: 149px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-149 {
  margin-top: 149px;
  margin-bottom: 149px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-150 {
  padding-top: 150px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-150 {
  margin-top: 150px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-150 {
  padding-bottom: 150px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-150 {
  margin-bottom: 150px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-150 {
  padding-left: 150px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-150 {
  margin-left: 150px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-150 {
  padding-right: 150px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-150 {
  margin-right: 150px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-150 {
  margin-left: 150px;
  margin-right: 150px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-151 {
  padding-top: 151px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-151 {
  margin-top: 151px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-151 {
  padding-bottom: 151px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-151 {
  margin-bottom: 151px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-151 {
  padding-left: 151px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-151 {
  margin-left: 151px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-151 {
  padding-right: 151px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-151 {
  margin-right: 151px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-151 {
  padding-left: 151px !important;
  padding-right: 151px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-151 {
  margin-left: 151px;
  margin-right: 151px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-151 {
  padding-top: 151px !important;
  padding-bottom: 151px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-151 {
  margin-top: 151px;
  margin-bottom: 151px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-152 {
  padding-top: 152px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-152 {
  margin-top: 152px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-152 {
  padding-bottom: 152px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-152 {
  margin-bottom: 152px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-152 {
  padding-left: 152px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-152 {
  margin-left: 152px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-152 {
  padding-right: 152px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-152 {
  margin-right: 152px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-152 {
  padding-left: 152px !important;
  padding-right: 152px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-152 {
  margin-left: 152px;
  margin-right: 152px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-152 {
  margin-top: 152px;
  margin-bottom: 152px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-153 {
  padding-top: 153px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-153 {
  margin-top: 153px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-153 {
  padding-bottom: 153px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-153 {
  margin-bottom: 153px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-153 {
  padding-left: 153px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-153 {
  margin-left: 153px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-153 {
  padding-right: 153px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-153 {
  margin-right: 153px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-153 {
  padding-left: 153px !important;
  padding-right: 153px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-153 {
  margin-left: 153px;
  margin-right: 153px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-153 {
  padding-top: 153px !important;
  padding-bottom: 153px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-153 {
  margin-top: 153px;
  margin-bottom: 153px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-154 {
  padding-top: 154px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-154 {
  margin-top: 154px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-154 {
  padding-bottom: 154px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-154 {
  margin-bottom: 154px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-154 {
  padding-left: 154px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-154 {
  margin-left: 154px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-154 {
  padding-right: 154px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-154 {
  margin-right: 154px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-154 {
  padding-left: 154px !important;
  padding-right: 154px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-154 {
  margin-left: 154px;
  margin-right: 154px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-154 {
  padding-top: 154px !important;
  padding-bottom: 154px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-154 {
  margin-top: 154px;
  margin-bottom: 154px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-155 {
  padding-top: 155px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-155 {
  margin-top: 155px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-155 {
  padding-bottom: 155px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-155 {
  margin-bottom: 155px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-155 {
  padding-left: 155px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-155 {
  margin-left: 155px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-155 {
  padding-right: 155px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-155 {
  margin-right: 155px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-155 {
  margin-left: 155px;
  margin-right: 155px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-156 {
  padding-top: 156px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-156 {
  margin-top: 156px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-156 {
  padding-bottom: 156px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-156 {
  margin-bottom: 156px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-156 {
  padding-left: 156px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-156 {
  margin-left: 156px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-156 {
  padding-right: 156px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-156 {
  margin-right: 156px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-156 {
  padding-left: 156px !important;
  padding-right: 156px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-156 {
  margin-left: 156px;
  margin-right: 156px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-156 {
  padding-top: 156px !important;
  padding-bottom: 156px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-156 {
  margin-top: 156px;
  margin-bottom: 156px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-157 {
  padding-top: 157px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-157 {
  margin-top: 157px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-157 {
  padding-bottom: 157px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-157 {
  margin-bottom: 157px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-157 {
  padding-left: 157px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-157 {
  margin-left: 157px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-157 {
  padding-right: 157px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-157 {
  margin-right: 157px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-157 {
  padding-left: 157px !important;
  padding-right: 157px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-157 {
  margin-left: 157px;
  margin-right: 157px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-157 {
  padding-top: 157px !important;
  padding-bottom: 157px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-157 {
  margin-top: 157px;
  margin-bottom: 157px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-158 {
  padding-top: 158px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-158 {
  margin-top: 158px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-158 {
  padding-bottom: 158px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-158 {
  margin-bottom: 158px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-158 {
  padding-left: 158px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-158 {
  margin-left: 158px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-158 {
  padding-right: 158px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-158 {
  margin-right: 158px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-158 {
  padding-left: 158px !important;
  padding-right: 158px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-158 {
  margin-left: 158px;
  margin-right: 158px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-158 {
  padding-top: 158px !important;
  padding-bottom: 158px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-158 {
  margin-top: 158px;
  margin-bottom: 158px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-159 {
  padding-top: 159px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-159 {
  margin-top: 159px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-159 {
  padding-bottom: 159px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-159 {
  margin-bottom: 159px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-159 {
  padding-left: 159px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-159 {
  margin-left: 159px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-159 {
  padding-right: 159px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-159 {
  margin-right: 159px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-159 {
  padding-left: 159px !important;
  padding-right: 159px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-159 {
  margin-left: 159px;
  margin-right: 159px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-159 {
  padding-top: 159px !important;
  padding-bottom: 159px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-159 {
  margin-top: 159px;
  margin-bottom: 159px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-160 {
  padding-top: 160px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-160 {
  margin-top: 160px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-160 {
  padding-bottom: 160px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-160 {
  margin-bottom: 160px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-160 {
  padding-left: 160px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-160 {
  margin-left: 160px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-160 {
  padding-right: 160px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-160 {
  margin-right: 160px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-160 {
  margin-left: 160px;
  margin-right: 160px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-161 {
  padding-top: 161px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-161 {
  margin-top: 161px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-161 {
  padding-bottom: 161px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-161 {
  margin-bottom: 161px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-161 {
  padding-left: 161px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-161 {
  margin-left: 161px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-161 {
  padding-right: 161px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-161 {
  margin-right: 161px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-161 {
  padding-left: 161px !important;
  padding-right: 161px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-161 {
  margin-left: 161px;
  margin-right: 161px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-161 {
  padding-top: 161px !important;
  padding-bottom: 161px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-161 {
  margin-top: 161px;
  margin-bottom: 161px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-162 {
  padding-top: 162px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-162 {
  margin-top: 162px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-162 {
  padding-bottom: 162px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-162 {
  margin-bottom: 162px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-162 {
  padding-left: 162px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-162 {
  margin-left: 162px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-162 {
  padding-right: 162px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-162 {
  margin-right: 162px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-162 {
  padding-left: 162px !important;
  padding-right: 162px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-162 {
  margin-left: 162px;
  margin-right: 162px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-162 {
  padding-top: 162px !important;
  padding-bottom: 162px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-162 {
  margin-top: 162px;
  margin-bottom: 162px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-163 {
  padding-top: 163px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-163 {
  margin-top: 163px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-163 {
  padding-bottom: 163px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-163 {
  margin-bottom: 163px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-163 {
  padding-left: 163px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-163 {
  margin-left: 163px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-163 {
  padding-right: 163px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-163 {
  margin-right: 163px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-163 {
  padding-left: 163px !important;
  padding-right: 163px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-163 {
  margin-left: 163px;
  margin-right: 163px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-163 {
  padding-top: 163px !important;
  padding-bottom: 163px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-163 {
  margin-top: 163px;
  margin-bottom: 163px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-164 {
  padding-top: 164px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-164 {
  margin-top: 164px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-164 {
  padding-bottom: 164px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-164 {
  margin-bottom: 164px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-164 {
  padding-left: 164px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-164 {
  margin-left: 164px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-164 {
  padding-right: 164px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-164 {
  margin-right: 164px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-164 {
  padding-left: 164px !important;
  padding-right: 164px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-164 {
  margin-left: 164px;
  margin-right: 164px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-164 {
  padding-top: 164px !important;
  padding-bottom: 164px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-164 {
  margin-top: 164px;
  margin-bottom: 164px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-165 {
  padding-top: 165px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-165 {
  margin-top: 165px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-165 {
  padding-bottom: 165px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-165 {
  margin-bottom: 165px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-165 {
  padding-left: 165px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-165 {
  margin-left: 165px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-165 {
  padding-right: 165px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-165 {
  margin-right: 165px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-165 {
  margin-left: 165px;
  margin-right: 165px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-166 {
  padding-top: 166px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-166 {
  margin-top: 166px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-166 {
  padding-bottom: 166px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-166 {
  margin-bottom: 166px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-166 {
  padding-left: 166px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-166 {
  margin-left: 166px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-166 {
  padding-right: 166px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-166 {
  margin-right: 166px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-166 {
  padding-left: 166px !important;
  padding-right: 166px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-166 {
  margin-left: 166px;
  margin-right: 166px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-166 {
  padding-top: 166px !important;
  padding-bottom: 166px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-166 {
  margin-top: 166px;
  margin-bottom: 166px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-167 {
  padding-top: 167px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-167 {
  margin-top: 167px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-167 {
  padding-bottom: 167px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-167 {
  margin-bottom: 167px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-167 {
  padding-left: 167px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-167 {
  margin-left: 167px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-167 {
  padding-right: 167px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-167 {
  margin-right: 167px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-167 {
  padding-left: 167px !important;
  padding-right: 167px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-167 {
  margin-left: 167px;
  margin-right: 167px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-167 {
  padding-top: 167px !important;
  padding-bottom: 167px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-167 {
  margin-top: 167px;
  margin-bottom: 167px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-168 {
  padding-top: 168px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-168 {
  margin-top: 168px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-168 {
  padding-bottom: 168px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-168 {
  margin-bottom: 168px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-168 {
  padding-left: 168px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-168 {
  margin-left: 168px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-168 {
  padding-right: 168px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-168 {
  margin-right: 168px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-168 {
  padding-left: 168px !important;
  padding-right: 168px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-168 {
  margin-left: 168px;
  margin-right: 168px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-168 {
  margin-top: 168px;
  margin-bottom: 168px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-169 {
  padding-top: 169px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-169 {
  margin-top: 169px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-169 {
  padding-bottom: 169px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-169 {
  margin-bottom: 169px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-169 {
  padding-left: 169px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-169 {
  margin-left: 169px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-169 {
  padding-right: 169px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-169 {
  margin-right: 169px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-169 {
  padding-left: 169px !important;
  padding-right: 169px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-169 {
  margin-left: 169px;
  margin-right: 169px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-169 {
  padding-top: 169px !important;
  padding-bottom: 169px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-169 {
  margin-top: 169px;
  margin-bottom: 169px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-170 {
  padding-top: 170px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-170 {
  margin-top: 170px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-170 {
  padding-bottom: 170px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-170 {
  margin-bottom: 170px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-170 {
  padding-left: 170px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-170 {
  margin-left: 170px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-170 {
  padding-right: 170px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-170 {
  margin-right: 170px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-170 {
  margin-left: 170px;
  margin-right: 170px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-171 {
  padding-top: 171px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-171 {
  margin-top: 171px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-171 {
  padding-bottom: 171px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-171 {
  margin-bottom: 171px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-171 {
  padding-left: 171px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-171 {
  margin-left: 171px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-171 {
  padding-right: 171px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-171 {
  margin-right: 171px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-171 {
  padding-left: 171px !important;
  padding-right: 171px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-171 {
  margin-left: 171px;
  margin-right: 171px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-171 {
  padding-top: 171px !important;
  padding-bottom: 171px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-171 {
  margin-top: 171px;
  margin-bottom: 171px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-172 {
  padding-top: 172px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-172 {
  margin-top: 172px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-172 {
  padding-bottom: 172px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-172 {
  margin-bottom: 172px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-172 {
  padding-left: 172px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-172 {
  margin-left: 172px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-172 {
  padding-right: 172px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-172 {
  margin-right: 172px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-172 {
  padding-left: 172px !important;
  padding-right: 172px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-172 {
  margin-left: 172px;
  margin-right: 172px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-172 {
  padding-top: 172px !important;
  padding-bottom: 172px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-172 {
  margin-top: 172px;
  margin-bottom: 172px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-173 {
  padding-top: 173px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-173 {
  margin-top: 173px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-173 {
  padding-bottom: 173px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-173 {
  margin-bottom: 173px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-173 {
  padding-left: 173px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-173 {
  margin-left: 173px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-173 {
  padding-right: 173px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-173 {
  margin-right: 173px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-173 {
  padding-left: 173px !important;
  padding-right: 173px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-173 {
  margin-left: 173px;
  margin-right: 173px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-173 {
  padding-top: 173px !important;
  padding-bottom: 173px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-173 {
  margin-top: 173px;
  margin-bottom: 173px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-174 {
  padding-top: 174px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-174 {
  margin-top: 174px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-174 {
  padding-bottom: 174px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-174 {
  margin-bottom: 174px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-174 {
  padding-left: 174px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-174 {
  margin-left: 174px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-174 {
  padding-right: 174px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-174 {
  margin-right: 174px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-174 {
  padding-left: 174px !important;
  padding-right: 174px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-174 {
  margin-left: 174px;
  margin-right: 174px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-174 {
  padding-top: 174px !important;
  padding-bottom: 174px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-174 {
  margin-top: 174px;
  margin-bottom: 174px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-175 {
  padding-top: 175px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-175 {
  margin-top: 175px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-175 {
  padding-bottom: 175px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-175 {
  margin-bottom: 175px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-175 {
  padding-left: 175px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-175 {
  margin-left: 175px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-175 {
  padding-right: 175px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-175 {
  margin-right: 175px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-175 {
  margin-left: 175px;
  margin-right: 175px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-175 {
  margin-top: 175px;
  margin-bottom: 175px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-176 {
  padding-top: 176px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-176 {
  margin-top: 176px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-176 {
  padding-bottom: 176px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-176 {
  margin-bottom: 176px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-176 {
  padding-left: 176px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-176 {
  margin-left: 176px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-176 {
  padding-right: 176px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-176 {
  margin-right: 176px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-176 {
  padding-left: 176px !important;
  padding-right: 176px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-176 {
  margin-left: 176px;
  margin-right: 176px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-176 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-176 {
  margin-top: 176px;
  margin-bottom: 176px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-177 {
  padding-top: 177px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-177 {
  margin-top: 177px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-177 {
  padding-bottom: 177px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-177 {
  margin-bottom: 177px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-177 {
  padding-left: 177px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-177 {
  margin-left: 177px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-177 {
  padding-right: 177px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-177 {
  margin-right: 177px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-177 {
  padding-left: 177px !important;
  padding-right: 177px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-177 {
  margin-left: 177px;
  margin-right: 177px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-177 {
  padding-top: 177px !important;
  padding-bottom: 177px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-177 {
  margin-top: 177px;
  margin-bottom: 177px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-178 {
  padding-top: 178px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-178 {
  margin-top: 178px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-178 {
  padding-bottom: 178px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-178 {
  margin-bottom: 178px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-178 {
  padding-left: 178px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-178 {
  margin-left: 178px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-178 {
  padding-right: 178px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-178 {
  margin-right: 178px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-178 {
  padding-left: 178px !important;
  padding-right: 178px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-178 {
  margin-left: 178px;
  margin-right: 178px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-178 {
  padding-top: 178px !important;
  padding-bottom: 178px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-178 {
  margin-top: 178px;
  margin-bottom: 178px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-179 {
  padding-top: 179px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-179 {
  margin-top: 179px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-179 {
  padding-bottom: 179px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-179 {
  margin-bottom: 179px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-179 {
  padding-left: 179px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-179 {
  margin-left: 179px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-179 {
  padding-right: 179px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-179 {
  margin-right: 179px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-179 {
  padding-left: 179px !important;
  padding-right: 179px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-179 {
  margin-left: 179px;
  margin-right: 179px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-179 {
  padding-top: 179px !important;
  padding-bottom: 179px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-179 {
  margin-top: 179px;
  margin-bottom: 179px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-180 {
  padding-top: 180px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-180 {
  margin-top: 180px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-180 {
  padding-bottom: 180px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-180 {
  margin-bottom: 180px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-180 {
  padding-left: 180px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-180 {
  margin-left: 180px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-180 {
  padding-right: 180px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-180 {
  margin-right: 180px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-180 {
  margin-left: 180px;
  margin-right: 180px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-181 {
  padding-top: 181px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-181 {
  margin-top: 181px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-181 {
  padding-bottom: 181px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-181 {
  margin-bottom: 181px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-181 {
  padding-left: 181px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-181 {
  margin-left: 181px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-181 {
  padding-right: 181px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-181 {
  margin-right: 181px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-181 {
  padding-left: 181px !important;
  padding-right: 181px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-181 {
  margin-left: 181px;
  margin-right: 181px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-181 {
  padding-top: 181px !important;
  padding-bottom: 181px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-181 {
  margin-top: 181px;
  margin-bottom: 181px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-182 {
  padding-top: 182px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-182 {
  margin-top: 182px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-182 {
  padding-bottom: 182px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-182 {
  margin-bottom: 182px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-182 {
  padding-left: 182px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-182 {
  margin-left: 182px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-182 {
  padding-right: 182px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-182 {
  margin-right: 182px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-182 {
  padding-left: 182px !important;
  padding-right: 182px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-182 {
  margin-left: 182px;
  margin-right: 182px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-182 {
  padding-top: 182px !important;
  padding-bottom: 182px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-182 {
  margin-top: 182px;
  margin-bottom: 182px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-183 {
  padding-top: 183px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-183 {
  margin-top: 183px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-183 {
  padding-bottom: 183px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-183 {
  margin-bottom: 183px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-183 {
  padding-left: 183px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-183 {
  margin-left: 183px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-183 {
  padding-right: 183px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-183 {
  margin-right: 183px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-183 {
  padding-left: 183px !important;
  padding-right: 183px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-183 {
  margin-left: 183px;
  margin-right: 183px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-183 {
  padding-top: 183px !important;
  padding-bottom: 183px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-183 {
  margin-top: 183px;
  margin-bottom: 183px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-184 {
  padding-top: 184px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-184 {
  margin-top: 184px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-184 {
  padding-bottom: 184px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-184 {
  margin-bottom: 184px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-184 {
  padding-left: 184px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-184 {
  margin-left: 184px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-184 {
  padding-right: 184px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-184 {
  margin-right: 184px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-184 {
  padding-left: 184px !important;
  padding-right: 184px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-184 {
  margin-left: 184px;
  margin-right: 184px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-184 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-184 {
  margin-top: 184px;
  margin-bottom: 184px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-185 {
  padding-top: 185px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-185 {
  margin-top: 185px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-185 {
  padding-bottom: 185px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-185 {
  margin-bottom: 185px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-185 {
  padding-left: 185px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-185 {
  margin-left: 185px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-185 {
  padding-right: 185px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-185 {
  margin-right: 185px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-185 {
  margin-left: 185px;
  margin-right: 185px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-185 {
  margin-top: 185px;
  margin-bottom: 185px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-186 {
  padding-top: 186px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-186 {
  margin-top: 186px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-186 {
  padding-bottom: 186px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-186 {
  margin-bottom: 186px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-186 {
  padding-left: 186px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-186 {
  margin-left: 186px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-186 {
  padding-right: 186px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-186 {
  margin-right: 186px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-186 {
  padding-left: 186px !important;
  padding-right: 186px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-186 {
  margin-left: 186px;
  margin-right: 186px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-186 {
  padding-top: 186px !important;
  padding-bottom: 186px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-186 {
  margin-top: 186px;
  margin-bottom: 186px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-187 {
  padding-top: 187px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-187 {
  margin-top: 187px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-187 {
  padding-bottom: 187px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-187 {
  margin-bottom: 187px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-187 {
  padding-left: 187px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-187 {
  margin-left: 187px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-187 {
  padding-right: 187px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-187 {
  margin-right: 187px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-187 {
  padding-left: 187px !important;
  padding-right: 187px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-187 {
  margin-left: 187px;
  margin-right: 187px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-187 {
  padding-top: 187px !important;
  padding-bottom: 187px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-187 {
  margin-top: 187px;
  margin-bottom: 187px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-188 {
  padding-top: 188px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-188 {
  margin-top: 188px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-188 {
  padding-bottom: 188px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-188 {
  margin-bottom: 188px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-188 {
  padding-left: 188px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-188 {
  margin-left: 188px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-188 {
  padding-right: 188px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-188 {
  margin-right: 188px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-188 {
  padding-left: 188px !important;
  padding-right: 188px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-188 {
  margin-left: 188px;
  margin-right: 188px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-188 {
  padding-top: 188px !important;
  padding-bottom: 188px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-188 {
  margin-top: 188px;
  margin-bottom: 188px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-189 {
  padding-top: 189px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-189 {
  margin-top: 189px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-189 {
  padding-bottom: 189px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-189 {
  margin-bottom: 189px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-189 {
  padding-left: 189px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-189 {
  margin-left: 189px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-189 {
  padding-right: 189px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-189 {
  margin-right: 189px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-189 {
  padding-left: 189px !important;
  padding-right: 189px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-189 {
  margin-left: 189px;
  margin-right: 189px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-189 {
  padding-top: 189px !important;
  padding-bottom: 189px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-189 {
  margin-top: 189px;
  margin-bottom: 189px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-190 {
  padding-top: 190px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-190 {
  margin-top: 190px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-190 {
  padding-bottom: 190px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-190 {
  margin-bottom: 190px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-190 {
  padding-left: 190px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-190 {
  margin-left: 190px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-190 {
  padding-right: 190px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-190 {
  margin-right: 190px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-190 {
  margin-left: 190px;
  margin-right: 190px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-191 {
  padding-top: 191px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-191 {
  margin-top: 191px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-191 {
  padding-bottom: 191px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-191 {
  margin-bottom: 191px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-191 {
  padding-left: 191px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-191 {
  margin-left: 191px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-191 {
  padding-right: 191px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-191 {
  margin-right: 191px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-191 {
  padding-left: 191px !important;
  padding-right: 191px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-191 {
  margin-left: 191px;
  margin-right: 191px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-191 {
  padding-top: 191px !important;
  padding-bottom: 191px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-191 {
  margin-top: 191px;
  margin-bottom: 191px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-192 {
  padding-top: 192px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-192 {
  margin-top: 192px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-192 {
  padding-bottom: 192px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-192 {
  margin-bottom: 192px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-192 {
  padding-left: 192px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-192 {
  margin-left: 192px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-192 {
  padding-right: 192px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-192 {
  margin-right: 192px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-192 {
  padding-left: 192px !important;
  padding-right: 192px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-192 {
  margin-left: 192px;
  margin-right: 192px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-192 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-192 {
  margin-top: 192px;
  margin-bottom: 192px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-193 {
  padding-top: 193px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-193 {
  margin-top: 193px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-193 {
  padding-bottom: 193px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-193 {
  margin-bottom: 193px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-193 {
  padding-left: 193px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-193 {
  margin-left: 193px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-193 {
  padding-right: 193px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-193 {
  margin-right: 193px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-193 {
  padding-left: 193px !important;
  padding-right: 193px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-193 {
  margin-left: 193px;
  margin-right: 193px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-193 {
  padding-top: 193px !important;
  padding-bottom: 193px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-193 {
  margin-top: 193px;
  margin-bottom: 193px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-194 {
  padding-top: 194px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-194 {
  margin-top: 194px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-194 {
  padding-bottom: 194px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-194 {
  margin-bottom: 194px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-194 {
  padding-left: 194px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-194 {
  margin-left: 194px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-194 {
  padding-right: 194px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-194 {
  margin-right: 194px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-194 {
  padding-left: 194px !important;
  padding-right: 194px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-194 {
  margin-left: 194px;
  margin-right: 194px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-194 {
  padding-top: 194px !important;
  padding-bottom: 194px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-194 {
  margin-top: 194px;
  margin-bottom: 194px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-195 {
  padding-top: 195px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-195 {
  margin-top: 195px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-195 {
  padding-bottom: 195px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-195 {
  margin-bottom: 195px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-195 {
  padding-left: 195px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-195 {
  margin-left: 195px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-195 {
  padding-right: 195px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-195 {
  margin-right: 195px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-195 {
  margin-left: 195px;
  margin-right: 195px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-195 {
  margin-top: 195px;
  margin-bottom: 195px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-196 {
  padding-top: 196px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-196 {
  margin-top: 196px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-196 {
  padding-bottom: 196px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-196 {
  margin-bottom: 196px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-196 {
  padding-left: 196px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-196 {
  margin-left: 196px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-196 {
  padding-right: 196px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-196 {
  margin-right: 196px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-196 {
  padding-left: 196px !important;
  padding-right: 196px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-196 {
  margin-left: 196px;
  margin-right: 196px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-196 {
  padding-top: 196px !important;
  padding-bottom: 196px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-196 {
  margin-top: 196px;
  margin-bottom: 196px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-197 {
  padding-top: 197px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-197 {
  margin-top: 197px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-197 {
  padding-bottom: 197px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-197 {
  margin-bottom: 197px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-197 {
  padding-left: 197px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-197 {
  margin-left: 197px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-197 {
  padding-right: 197px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-197 {
  margin-right: 197px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-197 {
  padding-left: 197px !important;
  padding-right: 197px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-197 {
  margin-left: 197px;
  margin-right: 197px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-197 {
  padding-top: 197px !important;
  padding-bottom: 197px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-197 {
  margin-top: 197px;
  margin-bottom: 197px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-198 {
  padding-top: 198px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-198 {
  margin-top: 198px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-198 {
  padding-bottom: 198px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-198 {
  margin-bottom: 198px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-198 {
  padding-left: 198px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-198 {
  margin-left: 198px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-198 {
  padding-right: 198px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-198 {
  margin-right: 198px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-198 {
  padding-left: 198px !important;
  padding-right: 198px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-198 {
  margin-left: 198px;
  margin-right: 198px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-198 {
  padding-top: 198px !important;
  padding-bottom: 198px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-198 {
  margin-top: 198px;
  margin-bottom: 198px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-199 {
  padding-top: 199px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-199 {
  margin-top: 199px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-199 {
  padding-bottom: 199px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-199 {
  margin-bottom: 199px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-199 {
  padding-left: 199px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-199 {
  margin-left: 199px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-199 {
  padding-right: 199px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-199 {
  margin-right: 199px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-199 {
  padding-left: 199px !important;
  padding-right: 199px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-199 {
  margin-left: 199px;
  margin-right: 199px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-199 {
  padding-top: 199px !important;
  padding-bottom: 199px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-199 {
  margin-top: 199px;
  margin-bottom: 199px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-200 {
  padding-top: 200px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-200 {
  margin-top: 200px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-200 {
  padding-bottom: 200px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-200 {
  margin-bottom: 200px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-200 {
  padding-left: 200px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-200 {
  margin-left: 200px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-200 {
  padding-right: 200px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-200 {
  margin-right: 200px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-200 {
  margin-left: 200px;
  margin-right: 200px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-201 {
  padding-top: 201px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-201 {
  margin-top: 201px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-201 {
  padding-bottom: 201px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-201 {
  margin-bottom: 201px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-201 {
  padding-left: 201px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-201 {
  margin-left: 201px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-201 {
  padding-right: 201px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-201 {
  margin-right: 201px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-201 {
  padding-left: 201px !important;
  padding-right: 201px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-201 {
  margin-left: 201px;
  margin-right: 201px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-201 {
  padding-top: 201px !important;
  padding-bottom: 201px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-201 {
  margin-top: 201px;
  margin-bottom: 201px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-202 {
  padding-top: 202px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-202 {
  margin-top: 202px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-202 {
  padding-bottom: 202px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-202 {
  margin-bottom: 202px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-202 {
  padding-left: 202px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-202 {
  margin-left: 202px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-202 {
  padding-right: 202px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-202 {
  margin-right: 202px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-202 {
  padding-left: 202px !important;
  padding-right: 202px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-202 {
  margin-left: 202px;
  margin-right: 202px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-202 {
  padding-top: 202px !important;
  padding-bottom: 202px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-202 {
  margin-top: 202px;
  margin-bottom: 202px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-203 {
  padding-top: 203px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-203 {
  margin-top: 203px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-203 {
  padding-bottom: 203px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-203 {
  margin-bottom: 203px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-203 {
  padding-left: 203px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-203 {
  margin-left: 203px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-203 {
  padding-right: 203px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-203 {
  margin-right: 203px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-203 {
  padding-left: 203px !important;
  padding-right: 203px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-203 {
  margin-left: 203px;
  margin-right: 203px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-203 {
  padding-top: 203px !important;
  padding-bottom: 203px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-203 {
  margin-top: 203px;
  margin-bottom: 203px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-204 {
  padding-top: 204px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-204 {
  margin-top: 204px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-204 {
  padding-bottom: 204px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-204 {
  margin-bottom: 204px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-204 {
  padding-left: 204px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-204 {
  margin-left: 204px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-204 {
  padding-right: 204px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-204 {
  margin-right: 204px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-204 {
  padding-left: 204px !important;
  padding-right: 204px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-204 {
  margin-left: 204px;
  margin-right: 204px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-204 {
  padding-top: 204px !important;
  padding-bottom: 204px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-204 {
  margin-top: 204px;
  margin-bottom: 204px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-205 {
  padding-top: 205px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-205 {
  margin-top: 205px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-205 {
  padding-bottom: 205px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-205 {
  margin-bottom: 205px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-205 {
  padding-left: 205px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-205 {
  margin-left: 205px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-205 {
  padding-right: 205px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-205 {
  margin-right: 205px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-205 {
  padding-left: 205px !important;
  padding-right: 205px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-205 {
  margin-left: 205px;
  margin-right: 205px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-205 {
  padding-top: 205px !important;
  padding-bottom: 205px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-205 {
  margin-top: 205px;
  margin-bottom: 205px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-206 {
  padding-top: 206px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-206 {
  margin-top: 206px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-206 {
  padding-bottom: 206px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-206 {
  margin-bottom: 206px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-206 {
  padding-left: 206px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-206 {
  margin-left: 206px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-206 {
  padding-right: 206px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-206 {
  margin-right: 206px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-206 {
  padding-left: 206px !important;
  padding-right: 206px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-206 {
  margin-left: 206px;
  margin-right: 206px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-206 {
  padding-top: 206px !important;
  padding-bottom: 206px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-206 {
  margin-top: 206px;
  margin-bottom: 206px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-207 {
  padding-top: 207px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-207 {
  margin-top: 207px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-207 {
  padding-bottom: 207px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-207 {
  margin-bottom: 207px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-207 {
  padding-left: 207px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-207 {
  margin-left: 207px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-207 {
  padding-right: 207px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-207 {
  margin-right: 207px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-207 {
  padding-left: 207px !important;
  padding-right: 207px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-207 {
  margin-left: 207px;
  margin-right: 207px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-207 {
  padding-top: 207px !important;
  padding-bottom: 207px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-207 {
  margin-top: 207px;
  margin-bottom: 207px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-208 {
  padding-top: 208px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-208 {
  margin-top: 208px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-208 {
  padding-bottom: 208px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-208 {
  margin-bottom: 208px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-208 {
  padding-left: 208px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-208 {
  margin-left: 208px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-208 {
  padding-right: 208px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-208 {
  margin-right: 208px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-208 {
  padding-left: 208px !important;
  padding-right: 208px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-208 {
  margin-left: 208px;
  margin-right: 208px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-208 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-208 {
  margin-top: 208px;
  margin-bottom: 208px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-209 {
  padding-top: 209px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-209 {
  margin-top: 209px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-209 {
  padding-bottom: 209px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-209 {
  margin-bottom: 209px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-209 {
  padding-left: 209px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-209 {
  margin-left: 209px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-209 {
  padding-right: 209px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-209 {
  margin-right: 209px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-209 {
  padding-left: 209px !important;
  padding-right: 209px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-209 {
  margin-left: 209px;
  margin-right: 209px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-209 {
  padding-top: 209px !important;
  padding-bottom: 209px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-209 {
  margin-top: 209px;
  margin-bottom: 209px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-210 {
  padding-top: 210px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-210 {
  margin-top: 210px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-210 {
  padding-bottom: 210px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-210 {
  margin-bottom: 210px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-210 {
  padding-left: 210px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-210 {
  margin-left: 210px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-210 {
  padding-right: 210px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-210 {
  margin-right: 210px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-210 {
  padding-left: 210px !important;
  padding-right: 210px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-210 {
  margin-left: 210px;
  margin-right: 210px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-210 {
  padding-top: 210px !important;
  padding-bottom: 210px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-210 {
  margin-top: 210px;
  margin-bottom: 210px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-211 {
  padding-top: 211px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-211 {
  margin-top: 211px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-211 {
  padding-bottom: 211px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-211 {
  margin-bottom: 211px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-211 {
  padding-left: 211px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-211 {
  margin-left: 211px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-211 {
  padding-right: 211px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-211 {
  margin-right: 211px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-211 {
  padding-left: 211px !important;
  padding-right: 211px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-211 {
  margin-left: 211px;
  margin-right: 211px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-211 {
  padding-top: 211px !important;
  padding-bottom: 211px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-211 {
  margin-top: 211px;
  margin-bottom: 211px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-212 {
  padding-top: 212px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-212 {
  margin-top: 212px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-212 {
  padding-bottom: 212px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-212 {
  margin-bottom: 212px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-212 {
  padding-left: 212px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-212 {
  margin-left: 212px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-212 {
  padding-right: 212px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-212 {
  margin-right: 212px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-212 {
  padding-left: 212px !important;
  padding-right: 212px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-212 {
  margin-left: 212px;
  margin-right: 212px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-212 {
  padding-top: 212px !important;
  padding-bottom: 212px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-212 {
  margin-top: 212px;
  margin-bottom: 212px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-213 {
  padding-top: 213px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-213 {
  margin-top: 213px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-213 {
  padding-bottom: 213px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-213 {
  margin-bottom: 213px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-213 {
  padding-left: 213px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-213 {
  margin-left: 213px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-213 {
  padding-right: 213px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-213 {
  margin-right: 213px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-213 {
  padding-left: 213px !important;
  padding-right: 213px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-213 {
  margin-left: 213px;
  margin-right: 213px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-213 {
  padding-top: 213px !important;
  padding-bottom: 213px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-213 {
  margin-top: 213px;
  margin-bottom: 213px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-214 {
  padding-top: 214px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-214 {
  margin-top: 214px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-214 {
  padding-bottom: 214px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-214 {
  margin-bottom: 214px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-214 {
  padding-left: 214px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-214 {
  margin-left: 214px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-214 {
  padding-right: 214px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-214 {
  margin-right: 214px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-214 {
  padding-left: 214px !important;
  padding-right: 214px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-214 {
  margin-left: 214px;
  margin-right: 214px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-214 {
  padding-top: 214px !important;
  padding-bottom: 214px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-214 {
  margin-top: 214px;
  margin-bottom: 214px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-215 {
  padding-top: 215px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-215 {
  margin-top: 215px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-215 {
  padding-bottom: 215px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-215 {
  margin-bottom: 215px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-215 {
  padding-left: 215px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-215 {
  margin-left: 215px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-215 {
  padding-right: 215px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-215 {
  margin-right: 215px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-215 {
  padding-left: 215px !important;
  padding-right: 215px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-215 {
  margin-left: 215px;
  margin-right: 215px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-215 {
  padding-top: 215px !important;
  padding-bottom: 215px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-215 {
  margin-top: 215px;
  margin-bottom: 215px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-216 {
  padding-top: 216px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-216 {
  margin-top: 216px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-216 {
  padding-bottom: 216px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-216 {
  margin-bottom: 216px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-216 {
  padding-left: 216px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-216 {
  margin-left: 216px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-216 {
  padding-right: 216px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-216 {
  margin-right: 216px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-216 {
  padding-left: 216px !important;
  padding-right: 216px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-216 {
  margin-left: 216px;
  margin-right: 216px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-216 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-216 {
  margin-top: 216px;
  margin-bottom: 216px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-217 {
  padding-top: 217px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-217 {
  margin-top: 217px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-217 {
  padding-bottom: 217px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-217 {
  margin-bottom: 217px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-217 {
  padding-left: 217px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-217 {
  margin-left: 217px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-217 {
  padding-right: 217px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-217 {
  margin-right: 217px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-217 {
  padding-left: 217px !important;
  padding-right: 217px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-217 {
  margin-left: 217px;
  margin-right: 217px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-217 {
  padding-top: 217px !important;
  padding-bottom: 217px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-217 {
  margin-top: 217px;
  margin-bottom: 217px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-218 {
  padding-top: 218px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-218 {
  margin-top: 218px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-218 {
  padding-bottom: 218px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-218 {
  margin-bottom: 218px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-218 {
  padding-left: 218px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-218 {
  margin-left: 218px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-218 {
  padding-right: 218px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-218 {
  margin-right: 218px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-218 {
  padding-left: 218px !important;
  padding-right: 218px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-218 {
  margin-left: 218px;
  margin-right: 218px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-218 {
  padding-top: 218px !important;
  padding-bottom: 218px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-218 {
  margin-top: 218px;
  margin-bottom: 218px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-219 {
  padding-top: 219px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-219 {
  margin-top: 219px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-219 {
  padding-bottom: 219px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-219 {
  margin-bottom: 219px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-219 {
  padding-left: 219px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-219 {
  margin-left: 219px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-219 {
  padding-right: 219px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-219 {
  margin-right: 219px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-219 {
  padding-left: 219px !important;
  padding-right: 219px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-219 {
  margin-left: 219px;
  margin-right: 219px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-219 {
  padding-top: 219px !important;
  padding-bottom: 219px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-219 {
  margin-top: 219px;
  margin-bottom: 219px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-220 {
  padding-top: 220px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-220 {
  margin-top: 220px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-220 {
  padding-bottom: 220px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-220 {
  margin-bottom: 220px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-220 {
  padding-left: 220px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-220 {
  margin-left: 220px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-220 {
  padding-right: 220px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-220 {
  margin-right: 220px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-220 {
  padding-left: 220px !important;
  padding-right: 220px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-220 {
  margin-left: 220px;
  margin-right: 220px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-220 {
  margin-top: 220px;
  margin-bottom: 220px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-221 {
  padding-top: 221px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-221 {
  margin-top: 221px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-221 {
  padding-bottom: 221px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-221 {
  margin-bottom: 221px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-221 {
  padding-left: 221px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-221 {
  margin-left: 221px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-221 {
  padding-right: 221px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-221 {
  margin-right: 221px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-221 {
  padding-left: 221px !important;
  padding-right: 221px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-221 {
  margin-left: 221px;
  margin-right: 221px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-221 {
  padding-top: 221px !important;
  padding-bottom: 221px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-221 {
  margin-top: 221px;
  margin-bottom: 221px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-222 {
  padding-top: 222px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-222 {
  margin-top: 222px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-222 {
  padding-bottom: 222px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-222 {
  margin-bottom: 222px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-222 {
  padding-left: 222px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-222 {
  margin-left: 222px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-222 {
  padding-right: 222px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-222 {
  margin-right: 222px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-222 {
  padding-left: 222px !important;
  padding-right: 222px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-222 {
  margin-left: 222px;
  margin-right: 222px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-222 {
  padding-top: 222px !important;
  padding-bottom: 222px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-222 {
  margin-top: 222px;
  margin-bottom: 222px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-223 {
  padding-top: 223px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-223 {
  margin-top: 223px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-223 {
  padding-bottom: 223px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-223 {
  margin-bottom: 223px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-223 {
  padding-left: 223px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-223 {
  margin-left: 223px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-223 {
  padding-right: 223px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-223 {
  margin-right: 223px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-223 {
  padding-left: 223px !important;
  padding-right: 223px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-223 {
  margin-left: 223px;
  margin-right: 223px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-223 {
  padding-top: 223px !important;
  padding-bottom: 223px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-223 {
  margin-top: 223px;
  margin-bottom: 223px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-224 {
  padding-top: 224px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-224 {
  margin-top: 224px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-224 {
  padding-bottom: 224px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-224 {
  margin-bottom: 224px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-224 {
  padding-left: 224px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-224 {
  margin-left: 224px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-224 {
  padding-right: 224px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-224 {
  margin-right: 224px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-224 {
  padding-left: 224px !important;
  padding-right: 224px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-224 {
  margin-left: 224px;
  margin-right: 224px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-224 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-224 {
  margin-top: 224px;
  margin-bottom: 224px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-225 {
  padding-top: 225px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-225 {
  margin-top: 225px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-225 {
  padding-bottom: 225px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-225 {
  margin-bottom: 225px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-225 {
  padding-left: 225px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-225 {
  margin-left: 225px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-225 {
  padding-right: 225px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-225 {
  margin-right: 225px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-225 {
  padding-left: 225px !important;
  padding-right: 225px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-225 {
  margin-left: 225px;
  margin-right: 225px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-225 {
  padding-top: 225px !important;
  padding-bottom: 225px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-225 {
  margin-top: 225px;
  margin-bottom: 225px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-226 {
  padding-top: 226px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-226 {
  margin-top: 226px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-226 {
  padding-bottom: 226px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-226 {
  margin-bottom: 226px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-226 {
  padding-left: 226px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-226 {
  margin-left: 226px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-226 {
  padding-right: 226px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-226 {
  margin-right: 226px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-226 {
  padding-left: 226px !important;
  padding-right: 226px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-226 {
  margin-left: 226px;
  margin-right: 226px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-226 {
  padding-top: 226px !important;
  padding-bottom: 226px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-226 {
  margin-top: 226px;
  margin-bottom: 226px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-227 {
  padding-top: 227px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-227 {
  margin-top: 227px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-227 {
  padding-bottom: 227px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-227 {
  margin-bottom: 227px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-227 {
  padding-left: 227px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-227 {
  margin-left: 227px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-227 {
  padding-right: 227px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-227 {
  margin-right: 227px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-227 {
  padding-left: 227px !important;
  padding-right: 227px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-227 {
  margin-left: 227px;
  margin-right: 227px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-227 {
  padding-top: 227px !important;
  padding-bottom: 227px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-227 {
  margin-top: 227px;
  margin-bottom: 227px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-228 {
  padding-top: 228px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-228 {
  margin-top: 228px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-228 {
  padding-bottom: 228px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-228 {
  margin-bottom: 228px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-228 {
  padding-left: 228px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-228 {
  margin-left: 228px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-228 {
  padding-right: 228px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-228 {
  margin-right: 228px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-228 {
  padding-left: 228px !important;
  padding-right: 228px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-228 {
  margin-left: 228px;
  margin-right: 228px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-228 {
  padding-top: 228px !important;
  padding-bottom: 228px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-228 {
  margin-top: 228px;
  margin-bottom: 228px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-229 {
  padding-top: 229px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-229 {
  margin-top: 229px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-229 {
  padding-bottom: 229px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-229 {
  margin-bottom: 229px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-229 {
  padding-left: 229px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-229 {
  margin-left: 229px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-229 {
  padding-right: 229px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-229 {
  margin-right: 229px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-229 {
  padding-left: 229px !important;
  padding-right: 229px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-229 {
  margin-left: 229px;
  margin-right: 229px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-229 {
  padding-top: 229px !important;
  padding-bottom: 229px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-229 {
  margin-top: 229px;
  margin-bottom: 229px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-230 {
  padding-top: 230px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-230 {
  margin-top: 230px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-230 {
  padding-bottom: 230px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-230 {
  margin-bottom: 230px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-230 {
  padding-left: 230px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-230 {
  margin-left: 230px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-230 {
  padding-right: 230px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-230 {
  margin-right: 230px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-230 {
  padding-left: 230px !important;
  padding-right: 230px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-230 {
  margin-left: 230px;
  margin-right: 230px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-230 {
  padding-top: 230px !important;
  padding-bottom: 230px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-230 {
  margin-top: 230px;
  margin-bottom: 230px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-231 {
  padding-top: 231px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-231 {
  margin-top: 231px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-231 {
  padding-bottom: 231px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-231 {
  margin-bottom: 231px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-231 {
  padding-left: 231px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-231 {
  margin-left: 231px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-231 {
  padding-right: 231px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-231 {
  margin-right: 231px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-231 {
  padding-left: 231px !important;
  padding-right: 231px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-231 {
  margin-left: 231px;
  margin-right: 231px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-231 {
  padding-top: 231px !important;
  padding-bottom: 231px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-231 {
  margin-top: 231px;
  margin-bottom: 231px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-232 {
  padding-top: 232px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-232 {
  margin-top: 232px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-232 {
  padding-bottom: 232px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-232 {
  margin-bottom: 232px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-232 {
  padding-left: 232px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-232 {
  margin-left: 232px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-232 {
  padding-right: 232px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-232 {
  margin-right: 232px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-232 {
  padding-left: 232px !important;
  padding-right: 232px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-232 {
  margin-left: 232px;
  margin-right: 232px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-232 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-232 {
  margin-top: 232px;
  margin-bottom: 232px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-233 {
  padding-top: 233px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-233 {
  margin-top: 233px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-233 {
  padding-bottom: 233px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-233 {
  margin-bottom: 233px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-233 {
  padding-left: 233px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-233 {
  margin-left: 233px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-233 {
  padding-right: 233px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-233 {
  margin-right: 233px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-233 {
  padding-left: 233px !important;
  padding-right: 233px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-233 {
  margin-left: 233px;
  margin-right: 233px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-233 {
  padding-top: 233px !important;
  padding-bottom: 233px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-233 {
  margin-top: 233px;
  margin-bottom: 233px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-234 {
  padding-top: 234px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-234 {
  margin-top: 234px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-234 {
  padding-bottom: 234px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-234 {
  margin-bottom: 234px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-234 {
  padding-left: 234px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-234 {
  margin-left: 234px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-234 {
  padding-right: 234px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-234 {
  margin-right: 234px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-234 {
  padding-left: 234px !important;
  padding-right: 234px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-234 {
  margin-left: 234px;
  margin-right: 234px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-234 {
  padding-top: 234px !important;
  padding-bottom: 234px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-234 {
  margin-top: 234px;
  margin-bottom: 234px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-235 {
  padding-top: 235px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-235 {
  margin-top: 235px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-235 {
  padding-bottom: 235px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-235 {
  margin-bottom: 235px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-235 {
  padding-left: 235px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-235 {
  margin-left: 235px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-235 {
  padding-right: 235px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-235 {
  margin-right: 235px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-235 {
  padding-left: 235px !important;
  padding-right: 235px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-235 {
  margin-left: 235px;
  margin-right: 235px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-235 {
  padding-top: 235px !important;
  padding-bottom: 235px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-235 {
  margin-top: 235px;
  margin-bottom: 235px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-236 {
  padding-top: 236px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-236 {
  margin-top: 236px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-236 {
  padding-bottom: 236px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-236 {
  margin-bottom: 236px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-236 {
  padding-left: 236px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-236 {
  margin-left: 236px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-236 {
  padding-right: 236px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-236 {
  margin-right: 236px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-236 {
  padding-left: 236px !important;
  padding-right: 236px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-236 {
  margin-left: 236px;
  margin-right: 236px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-236 {
  padding-top: 236px !important;
  padding-bottom: 236px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-236 {
  margin-top: 236px;
  margin-bottom: 236px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-237 {
  padding-top: 237px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-237 {
  margin-top: 237px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-237 {
  padding-bottom: 237px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-237 {
  margin-bottom: 237px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-237 {
  padding-left: 237px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-237 {
  margin-left: 237px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-237 {
  padding-right: 237px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-237 {
  margin-right: 237px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-237 {
  padding-left: 237px !important;
  padding-right: 237px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-237 {
  margin-left: 237px;
  margin-right: 237px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-237 {
  padding-top: 237px !important;
  padding-bottom: 237px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-237 {
  margin-top: 237px;
  margin-bottom: 237px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-238 {
  padding-top: 238px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-238 {
  margin-top: 238px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-238 {
  padding-bottom: 238px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-238 {
  margin-bottom: 238px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-238 {
  padding-left: 238px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-238 {
  margin-left: 238px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-238 {
  padding-right: 238px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-238 {
  margin-right: 238px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-238 {
  padding-left: 238px !important;
  padding-right: 238px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-238 {
  margin-left: 238px;
  margin-right: 238px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-238 {
  padding-top: 238px !important;
  padding-bottom: 238px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-238 {
  margin-top: 238px;
  margin-bottom: 238px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-239 {
  padding-top: 239px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-239 {
  margin-top: 239px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-239 {
  padding-bottom: 239px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-239 {
  margin-bottom: 239px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-239 {
  padding-left: 239px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-239 {
  margin-left: 239px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-239 {
  padding-right: 239px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-239 {
  margin-right: 239px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-239 {
  padding-left: 239px !important;
  padding-right: 239px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-239 {
  margin-left: 239px;
  margin-right: 239px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-239 {
  padding-top: 239px !important;
  padding-bottom: 239px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-239 {
  margin-top: 239px;
  margin-bottom: 239px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-240 {
  padding-top: 240px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-240 {
  margin-top: 240px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-240 {
  padding-bottom: 240px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-240 {
  margin-bottom: 240px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-240 {
  padding-left: 240px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-240 {
  margin-left: 240px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-240 {
  padding-right: 240px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-240 {
  margin-right: 240px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-240 {
  padding-left: 240px !important;
  padding-right: 240px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-240 {
  margin-left: 240px;
  margin-right: 240px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-241 {
  padding-top: 241px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-241 {
  margin-top: 241px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-241 {
  padding-bottom: 241px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-241 {
  margin-bottom: 241px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-241 {
  padding-left: 241px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-241 {
  margin-left: 241px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-241 {
  padding-right: 241px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-241 {
  margin-right: 241px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-241 {
  padding-left: 241px !important;
  padding-right: 241px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-241 {
  margin-left: 241px;
  margin-right: 241px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-241 {
  padding-top: 241px !important;
  padding-bottom: 241px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-241 {
  margin-top: 241px;
  margin-bottom: 241px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-242 {
  padding-top: 242px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-242 {
  margin-top: 242px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-242 {
  padding-bottom: 242px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-242 {
  margin-bottom: 242px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-242 {
  padding-left: 242px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-242 {
  margin-left: 242px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-242 {
  padding-right: 242px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-242 {
  margin-right: 242px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-242 {
  padding-left: 242px !important;
  padding-right: 242px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-242 {
  margin-left: 242px;
  margin-right: 242px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-242 {
  padding-top: 242px !important;
  padding-bottom: 242px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-242 {
  margin-top: 242px;
  margin-bottom: 242px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-243 {
  padding-top: 243px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-243 {
  margin-top: 243px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-243 {
  padding-bottom: 243px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-243 {
  margin-bottom: 243px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-243 {
  padding-left: 243px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-243 {
  margin-left: 243px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-243 {
  padding-right: 243px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-243 {
  margin-right: 243px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-243 {
  padding-left: 243px !important;
  padding-right: 243px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-243 {
  margin-left: 243px;
  margin-right: 243px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-243 {
  padding-top: 243px !important;
  padding-bottom: 243px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-243 {
  margin-top: 243px;
  margin-bottom: 243px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-244 {
  padding-top: 244px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-244 {
  margin-top: 244px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-244 {
  padding-bottom: 244px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-244 {
  margin-bottom: 244px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-244 {
  padding-left: 244px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-244 {
  margin-left: 244px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-244 {
  padding-right: 244px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-244 {
  margin-right: 244px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-244 {
  padding-left: 244px !important;
  padding-right: 244px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-244 {
  margin-left: 244px;
  margin-right: 244px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-244 {
  padding-top: 244px !important;
  padding-bottom: 244px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-244 {
  margin-top: 244px;
  margin-bottom: 244px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-245 {
  padding-top: 245px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-245 {
  margin-top: 245px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-245 {
  padding-bottom: 245px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-245 {
  margin-bottom: 245px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-245 {
  padding-left: 245px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-245 {
  margin-left: 245px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-245 {
  padding-right: 245px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-245 {
  margin-right: 245px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-245 {
  padding-left: 245px !important;
  padding-right: 245px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-245 {
  margin-left: 245px;
  margin-right: 245px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-245 {
  padding-top: 245px !important;
  padding-bottom: 245px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-245 {
  margin-top: 245px;
  margin-bottom: 245px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-246 {
  padding-top: 246px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-246 {
  margin-top: 246px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-246 {
  padding-bottom: 246px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-246 {
  margin-bottom: 246px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-246 {
  padding-left: 246px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-246 {
  margin-left: 246px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-246 {
  padding-right: 246px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-246 {
  margin-right: 246px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-246 {
  padding-left: 246px !important;
  padding-right: 246px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-246 {
  margin-left: 246px;
  margin-right: 246px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-246 {
  padding-top: 246px !important;
  padding-bottom: 246px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-246 {
  margin-top: 246px;
  margin-bottom: 246px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-247 {
  padding-top: 247px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-247 {
  margin-top: 247px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-247 {
  padding-bottom: 247px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-247 {
  margin-bottom: 247px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-247 {
  padding-left: 247px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-247 {
  margin-left: 247px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-247 {
  padding-right: 247px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-247 {
  margin-right: 247px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-247 {
  padding-left: 247px !important;
  padding-right: 247px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-247 {
  margin-left: 247px;
  margin-right: 247px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-247 {
  padding-top: 247px !important;
  padding-bottom: 247px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-247 {
  margin-top: 247px;
  margin-bottom: 247px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-248 {
  padding-top: 248px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-248 {
  margin-top: 248px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-248 {
  padding-bottom: 248px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-248 {
  margin-bottom: 248px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-248 {
  padding-left: 248px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-248 {
  margin-left: 248px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-248 {
  padding-right: 248px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-248 {
  margin-right: 248px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-248 {
  padding-left: 248px !important;
  padding-right: 248px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-248 {
  margin-left: 248px;
  margin-right: 248px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-248 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-248 {
  margin-top: 248px;
  margin-bottom: 248px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-249 {
  padding-top: 249px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-249 {
  margin-top: 249px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-249 {
  padding-bottom: 249px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-249 {
  margin-bottom: 249px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-249 {
  padding-left: 249px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-249 {
  margin-left: 249px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-249 {
  padding-right: 249px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-249 {
  margin-right: 249px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-249 {
  padding-left: 249px !important;
  padding-right: 249px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-249 {
  margin-left: 249px;
  margin-right: 249px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-249 {
  padding-top: 249px !important;
  padding-bottom: 249px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-249 {
  margin-top: 249px;
  margin-bottom: 249px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-250 {
  padding-top: 250px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-250 {
  margin-top: 250px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-250 {
  padding-bottom: 250px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-250 {
  margin-bottom: 250px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-250 {
  padding-left: 250px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-250 {
  margin-left: 250px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-250 {
  padding-right: 250px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-250 {
  margin-right: 250px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-250 {
  padding-left: 250px !important;
  padding-right: 250px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-250 {
  margin-left: 250px;
  margin-right: 250px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-250 {
  margin-top: 250px;
  margin-bottom: 250px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-251 {
  padding-top: 251px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-251 {
  margin-top: 251px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-251 {
  padding-bottom: 251px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-251 {
  margin-bottom: 251px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-251 {
  padding-left: 251px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-251 {
  margin-left: 251px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-251 {
  padding-right: 251px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-251 {
  margin-right: 251px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-251 {
  padding-left: 251px !important;
  padding-right: 251px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-251 {
  margin-left: 251px;
  margin-right: 251px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-251 {
  padding-top: 251px !important;
  padding-bottom: 251px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-251 {
  margin-top: 251px;
  margin-bottom: 251px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-252 {
  padding-top: 252px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-252 {
  margin-top: 252px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-252 {
  padding-bottom: 252px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-252 {
  margin-bottom: 252px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-252 {
  padding-left: 252px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-252 {
  margin-left: 252px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-252 {
  padding-right: 252px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-252 {
  margin-right: 252px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-252 {
  padding-left: 252px !important;
  padding-right: 252px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-252 {
  margin-left: 252px;
  margin-right: 252px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-252 {
  padding-top: 252px !important;
  padding-bottom: 252px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-252 {
  margin-top: 252px;
  margin-bottom: 252px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-253 {
  padding-top: 253px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-253 {
  margin-top: 253px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-253 {
  padding-bottom: 253px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-253 {
  margin-bottom: 253px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-253 {
  padding-left: 253px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-253 {
  margin-left: 253px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-253 {
  padding-right: 253px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-253 {
  margin-right: 253px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-253 {
  padding-left: 253px !important;
  padding-right: 253px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-253 {
  margin-left: 253px;
  margin-right: 253px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-253 {
  padding-top: 253px !important;
  padding-bottom: 253px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-253 {
  margin-top: 253px;
  margin-bottom: 253px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-254 {
  padding-top: 254px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-254 {
  margin-top: 254px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-254 {
  padding-bottom: 254px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-254 {
  margin-bottom: 254px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-254 {
  padding-left: 254px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-254 {
  margin-left: 254px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-254 {
  padding-right: 254px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-254 {
  margin-right: 254px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-254 {
  padding-left: 254px !important;
  padding-right: 254px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-254 {
  margin-left: 254px;
  margin-right: 254px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-254 {
  padding-top: 254px !important;
  padding-bottom: 254px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-254 {
  margin-top: 254px;
  margin-bottom: 254px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-255 {
  padding-top: 255px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-255 {
  margin-top: 255px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-255 {
  padding-bottom: 255px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-255 {
  margin-bottom: 255px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-255 {
  padding-left: 255px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-255 {
  margin-left: 255px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-255 {
  padding-right: 255px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-255 {
  margin-right: 255px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-255 {
  padding-left: 255px !important;
  padding-right: 255px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-255 {
  margin-left: 255px;
  margin-right: 255px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-255 {
  padding-top: 255px !important;
  padding-bottom: 255px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-255 {
  margin-top: 255px;
  margin-bottom: 255px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-256 {
  padding-top: 256px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-256 {
  margin-top: 256px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-256 {
  padding-bottom: 256px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-256 {
  margin-bottom: 256px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-256 {
  padding-left: 256px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-256 {
  margin-left: 256px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-256 {
  padding-right: 256px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-256 {
  margin-right: 256px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-256 {
  padding-left: 256px !important;
  padding-right: 256px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-256 {
  margin-left: 256px;
  margin-right: 256px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-256 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-256 {
  margin-top: 256px;
  margin-bottom: 256px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-257 {
  padding-top: 257px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-257 {
  margin-top: 257px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-257 {
  padding-bottom: 257px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-257 {
  margin-bottom: 257px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-257 {
  padding-left: 257px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-257 {
  margin-left: 257px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-257 {
  padding-right: 257px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-257 {
  margin-right: 257px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-257 {
  padding-left: 257px !important;
  padding-right: 257px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-257 {
  margin-left: 257px;
  margin-right: 257px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-257 {
  padding-top: 257px !important;
  padding-bottom: 257px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-257 {
  margin-top: 257px;
  margin-bottom: 257px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-258 {
  padding-top: 258px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-258 {
  margin-top: 258px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-258 {
  padding-bottom: 258px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-258 {
  margin-bottom: 258px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-258 {
  padding-left: 258px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-258 {
  margin-left: 258px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-258 {
  padding-right: 258px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-258 {
  margin-right: 258px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-258 {
  padding-left: 258px !important;
  padding-right: 258px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-258 {
  margin-left: 258px;
  margin-right: 258px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-258 {
  padding-top: 258px !important;
  padding-bottom: 258px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-258 {
  margin-top: 258px;
  margin-bottom: 258px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-259 {
  padding-top: 259px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-259 {
  margin-top: 259px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-259 {
  padding-bottom: 259px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-259 {
  margin-bottom: 259px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-259 {
  padding-left: 259px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-259 {
  margin-left: 259px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-259 {
  padding-right: 259px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-259 {
  margin-right: 259px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-259 {
  padding-left: 259px !important;
  padding-right: 259px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-259 {
  margin-left: 259px;
  margin-right: 259px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-259 {
  padding-top: 259px !important;
  padding-bottom: 259px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-259 {
  margin-top: 259px;
  margin-bottom: 259px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-260 {
  padding-top: 260px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-260 {
  margin-top: 260px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-260 {
  padding-bottom: 260px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-260 {
  margin-bottom: 260px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-260 {
  padding-left: 260px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-260 {
  margin-left: 260px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-260 {
  padding-right: 260px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-260 {
  margin-right: 260px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-260 {
  padding-left: 260px !important;
  padding-right: 260px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-260 {
  margin-left: 260px;
  margin-right: 260px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-260 {
  padding-top: 260px !important;
  padding-bottom: 260px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-260 {
  margin-top: 260px;
  margin-bottom: 260px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-261 {
  padding-top: 261px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-261 {
  margin-top: 261px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-261 {
  padding-bottom: 261px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-261 {
  margin-bottom: 261px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-261 {
  padding-left: 261px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-261 {
  margin-left: 261px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-261 {
  padding-right: 261px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-261 {
  margin-right: 261px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-261 {
  padding-left: 261px !important;
  padding-right: 261px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-261 {
  margin-left: 261px;
  margin-right: 261px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-261 {
  padding-top: 261px !important;
  padding-bottom: 261px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-261 {
  margin-top: 261px;
  margin-bottom: 261px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-262 {
  padding-top: 262px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-262 {
  margin-top: 262px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-262 {
  padding-bottom: 262px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-262 {
  margin-bottom: 262px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-262 {
  padding-left: 262px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-262 {
  margin-left: 262px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-262 {
  padding-right: 262px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-262 {
  margin-right: 262px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-262 {
  padding-left: 262px !important;
  padding-right: 262px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-262 {
  margin-left: 262px;
  margin-right: 262px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-262 {
  padding-top: 262px !important;
  padding-bottom: 262px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-262 {
  margin-top: 262px;
  margin-bottom: 262px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-263 {
  padding-top: 263px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-263 {
  margin-top: 263px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-263 {
  padding-bottom: 263px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-263 {
  margin-bottom: 263px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-263 {
  padding-left: 263px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-263 {
  margin-left: 263px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-263 {
  padding-right: 263px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-263 {
  margin-right: 263px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-263 {
  padding-left: 263px !important;
  padding-right: 263px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-263 {
  margin-left: 263px;
  margin-right: 263px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-263 {
  padding-top: 263px !important;
  padding-bottom: 263px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-263 {
  margin-top: 263px;
  margin-bottom: 263px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-264 {
  padding-top: 264px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-264 {
  margin-top: 264px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-264 {
  padding-bottom: 264px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-264 {
  margin-bottom: 264px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-264 {
  padding-left: 264px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-264 {
  margin-left: 264px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-264 {
  padding-right: 264px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-264 {
  margin-right: 264px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-264 {
  padding-left: 264px !important;
  padding-right: 264px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-264 {
  margin-left: 264px;
  margin-right: 264px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-264 {
  padding-top: 264px !important;
  padding-bottom: 264px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-264 {
  margin-top: 264px;
  margin-bottom: 264px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-265 {
  padding-top: 265px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-265 {
  margin-top: 265px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-265 {
  padding-bottom: 265px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-265 {
  margin-bottom: 265px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-265 {
  padding-left: 265px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-265 {
  margin-left: 265px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-265 {
  padding-right: 265px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-265 {
  margin-right: 265px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-265 {
  padding-left: 265px !important;
  padding-right: 265px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-265 {
  margin-left: 265px;
  margin-right: 265px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-265 {
  padding-top: 265px !important;
  padding-bottom: 265px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-265 {
  margin-top: 265px;
  margin-bottom: 265px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-266 {
  padding-top: 266px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-266 {
  margin-top: 266px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-266 {
  padding-bottom: 266px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-266 {
  margin-bottom: 266px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-266 {
  padding-left: 266px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-266 {
  margin-left: 266px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-266 {
  padding-right: 266px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-266 {
  margin-right: 266px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-266 {
  padding-left: 266px !important;
  padding-right: 266px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-266 {
  margin-left: 266px;
  margin-right: 266px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-266 {
  padding-top: 266px !important;
  padding-bottom: 266px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-266 {
  margin-top: 266px;
  margin-bottom: 266px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-267 {
  padding-top: 267px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-267 {
  margin-top: 267px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-267 {
  padding-bottom: 267px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-267 {
  margin-bottom: 267px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-267 {
  padding-left: 267px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-267 {
  margin-left: 267px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-267 {
  padding-right: 267px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-267 {
  margin-right: 267px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-267 {
  padding-left: 267px !important;
  padding-right: 267px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-267 {
  margin-left: 267px;
  margin-right: 267px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-267 {
  padding-top: 267px !important;
  padding-bottom: 267px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-267 {
  margin-top: 267px;
  margin-bottom: 267px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-268 {
  padding-top: 268px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-268 {
  margin-top: 268px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-268 {
  padding-bottom: 268px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-268 {
  margin-bottom: 268px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-268 {
  padding-left: 268px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-268 {
  margin-left: 268px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-268 {
  padding-right: 268px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-268 {
  margin-right: 268px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-268 {
  padding-left: 268px !important;
  padding-right: 268px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-268 {
  margin-left: 268px;
  margin-right: 268px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-268 {
  padding-top: 268px !important;
  padding-bottom: 268px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-268 {
  margin-top: 268px;
  margin-bottom: 268px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-269 {
  padding-top: 269px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-269 {
  margin-top: 269px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-269 {
  padding-bottom: 269px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-269 {
  margin-bottom: 269px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-269 {
  padding-left: 269px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-269 {
  margin-left: 269px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-269 {
  padding-right: 269px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-269 {
  margin-right: 269px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-269 {
  padding-left: 269px !important;
  padding-right: 269px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-269 {
  margin-left: 269px;
  margin-right: 269px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-269 {
  padding-top: 269px !important;
  padding-bottom: 269px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-269 {
  margin-top: 269px;
  margin-bottom: 269px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-270 {
  padding-top: 270px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-270 {
  margin-top: 270px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-270 {
  padding-bottom: 270px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-270 {
  margin-bottom: 270px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-270 {
  padding-left: 270px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-270 {
  margin-left: 270px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-270 {
  padding-right: 270px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-270 {
  margin-right: 270px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-270 {
  padding-left: 270px !important;
  padding-right: 270px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-270 {
  margin-left: 270px;
  margin-right: 270px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-270 {
  padding-top: 270px !important;
  padding-bottom: 270px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-270 {
  margin-top: 270px;
  margin-bottom: 270px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-271 {
  padding-top: 271px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-271 {
  margin-top: 271px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-271 {
  padding-bottom: 271px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-271 {
  margin-bottom: 271px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-271 {
  padding-left: 271px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-271 {
  margin-left: 271px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-271 {
  padding-right: 271px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-271 {
  margin-right: 271px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-271 {
  padding-left: 271px !important;
  padding-right: 271px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-271 {
  margin-left: 271px;
  margin-right: 271px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-271 {
  padding-top: 271px !important;
  padding-bottom: 271px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-271 {
  margin-top: 271px;
  margin-bottom: 271px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-272 {
  padding-top: 272px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-272 {
  margin-top: 272px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-272 {
  padding-bottom: 272px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-272 {
  margin-bottom: 272px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-272 {
  padding-left: 272px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-272 {
  margin-left: 272px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-272 {
  padding-right: 272px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-272 {
  margin-right: 272px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-272 {
  padding-left: 272px !important;
  padding-right: 272px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-272 {
  margin-left: 272px;
  margin-right: 272px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-272 {
  padding-top: 272px !important;
  padding-bottom: 272px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-272 {
  margin-top: 272px;
  margin-bottom: 272px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-273 {
  padding-top: 273px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-273 {
  margin-top: 273px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-273 {
  padding-bottom: 273px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-273 {
  margin-bottom: 273px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-273 {
  padding-left: 273px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-273 {
  margin-left: 273px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-273 {
  padding-right: 273px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-273 {
  margin-right: 273px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-273 {
  padding-left: 273px !important;
  padding-right: 273px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-273 {
  margin-left: 273px;
  margin-right: 273px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-273 {
  padding-top: 273px !important;
  padding-bottom: 273px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-273 {
  margin-top: 273px;
  margin-bottom: 273px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-274 {
  padding-top: 274px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-274 {
  margin-top: 274px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-274 {
  padding-bottom: 274px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-274 {
  margin-bottom: 274px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-274 {
  padding-left: 274px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-274 {
  margin-left: 274px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-274 {
  padding-right: 274px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-274 {
  margin-right: 274px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-274 {
  padding-left: 274px !important;
  padding-right: 274px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-274 {
  margin-left: 274px;
  margin-right: 274px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-274 {
  padding-top: 274px !important;
  padding-bottom: 274px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-274 {
  margin-top: 274px;
  margin-bottom: 274px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-275 {
  padding-top: 275px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-275 {
  margin-top: 275px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-275 {
  padding-bottom: 275px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-275 {
  margin-bottom: 275px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-275 {
  padding-left: 275px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-275 {
  margin-left: 275px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-275 {
  padding-right: 275px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-275 {
  margin-right: 275px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-275 {
  padding-left: 275px !important;
  padding-right: 275px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-275 {
  margin-left: 275px;
  margin-right: 275px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-275 {
  padding-top: 275px !important;
  padding-bottom: 275px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-275 {
  margin-top: 275px;
  margin-bottom: 275px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-276 {
  padding-top: 276px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-276 {
  margin-top: 276px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-276 {
  padding-bottom: 276px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-276 {
  margin-bottom: 276px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-276 {
  padding-left: 276px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-276 {
  margin-left: 276px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-276 {
  padding-right: 276px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-276 {
  margin-right: 276px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-276 {
  padding-left: 276px !important;
  padding-right: 276px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-276 {
  margin-left: 276px;
  margin-right: 276px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-276 {
  padding-top: 276px !important;
  padding-bottom: 276px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-276 {
  margin-top: 276px;
  margin-bottom: 276px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-277 {
  padding-top: 277px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-277 {
  margin-top: 277px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-277 {
  padding-bottom: 277px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-277 {
  margin-bottom: 277px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-277 {
  padding-left: 277px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-277 {
  margin-left: 277px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-277 {
  padding-right: 277px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-277 {
  margin-right: 277px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-277 {
  padding-left: 277px !important;
  padding-right: 277px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-277 {
  margin-left: 277px;
  margin-right: 277px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-277 {
  padding-top: 277px !important;
  padding-bottom: 277px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-277 {
  margin-top: 277px;
  margin-bottom: 277px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-278 {
  padding-top: 278px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-278 {
  margin-top: 278px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-278 {
  padding-bottom: 278px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-278 {
  margin-bottom: 278px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-278 {
  padding-left: 278px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-278 {
  margin-left: 278px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-278 {
  padding-right: 278px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-278 {
  margin-right: 278px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-278 {
  padding-left: 278px !important;
  padding-right: 278px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-278 {
  margin-left: 278px;
  margin-right: 278px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-278 {
  padding-top: 278px !important;
  padding-bottom: 278px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-278 {
  margin-top: 278px;
  margin-bottom: 278px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-279 {
  padding-top: 279px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-279 {
  margin-top: 279px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-279 {
  padding-bottom: 279px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-279 {
  margin-bottom: 279px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-279 {
  padding-left: 279px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-279 {
  margin-left: 279px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-279 {
  padding-right: 279px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-279 {
  margin-right: 279px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-279 {
  padding-left: 279px !important;
  padding-right: 279px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-279 {
  margin-left: 279px;
  margin-right: 279px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-279 {
  padding-top: 279px !important;
  padding-bottom: 279px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-279 {
  margin-top: 279px;
  margin-bottom: 279px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-280 {
  padding-top: 280px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-280 {
  margin-top: 280px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-280 {
  padding-bottom: 280px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-280 {
  margin-bottom: 280px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-280 {
  padding-left: 280px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-280 {
  margin-left: 280px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-280 {
  padding-right: 280px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-280 {
  margin-right: 280px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-280 {
  padding-left: 280px !important;
  padding-right: 280px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-280 {
  margin-left: 280px;
  margin-right: 280px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-280 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-280 {
  margin-top: 280px;
  margin-bottom: 280px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-281 {
  padding-top: 281px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-281 {
  margin-top: 281px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-281 {
  padding-bottom: 281px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-281 {
  margin-bottom: 281px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-281 {
  padding-left: 281px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-281 {
  margin-left: 281px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-281 {
  padding-right: 281px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-281 {
  margin-right: 281px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-281 {
  padding-left: 281px !important;
  padding-right: 281px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-281 {
  margin-left: 281px;
  margin-right: 281px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-281 {
  padding-top: 281px !important;
  padding-bottom: 281px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-281 {
  margin-top: 281px;
  margin-bottom: 281px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-282 {
  padding-top: 282px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-282 {
  margin-top: 282px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-282 {
  padding-bottom: 282px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-282 {
  margin-bottom: 282px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-282 {
  padding-left: 282px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-282 {
  margin-left: 282px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-282 {
  padding-right: 282px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-282 {
  margin-right: 282px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-282 {
  padding-left: 282px !important;
  padding-right: 282px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-282 {
  margin-left: 282px;
  margin-right: 282px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-282 {
  padding-top: 282px !important;
  padding-bottom: 282px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-282 {
  margin-top: 282px;
  margin-bottom: 282px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-283 {
  padding-top: 283px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-283 {
  margin-top: 283px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-283 {
  padding-bottom: 283px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-283 {
  margin-bottom: 283px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-283 {
  padding-left: 283px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-283 {
  margin-left: 283px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-283 {
  padding-right: 283px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-283 {
  margin-right: 283px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-283 {
  padding-left: 283px !important;
  padding-right: 283px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-283 {
  margin-left: 283px;
  margin-right: 283px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-283 {
  padding-top: 283px !important;
  padding-bottom: 283px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-283 {
  margin-top: 283px;
  margin-bottom: 283px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-284 {
  padding-top: 284px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-284 {
  margin-top: 284px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-284 {
  padding-bottom: 284px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-284 {
  margin-bottom: 284px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-284 {
  padding-left: 284px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-284 {
  margin-left: 284px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-284 {
  padding-right: 284px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-284 {
  margin-right: 284px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-284 {
  padding-left: 284px !important;
  padding-right: 284px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-284 {
  margin-left: 284px;
  margin-right: 284px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-284 {
  padding-top: 284px !important;
  padding-bottom: 284px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-284 {
  margin-top: 284px;
  margin-bottom: 284px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-285 {
  padding-top: 285px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-285 {
  margin-top: 285px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-285 {
  padding-bottom: 285px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-285 {
  margin-bottom: 285px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-285 {
  padding-left: 285px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-285 {
  margin-left: 285px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-285 {
  padding-right: 285px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-285 {
  margin-right: 285px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-285 {
  padding-left: 285px !important;
  padding-right: 285px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-285 {
  margin-left: 285px;
  margin-right: 285px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-285 {
  padding-top: 285px !important;
  padding-bottom: 285px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-285 {
  margin-top: 285px;
  margin-bottom: 285px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-286 {
  padding-top: 286px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-286 {
  margin-top: 286px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-286 {
  padding-bottom: 286px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-286 {
  margin-bottom: 286px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-286 {
  padding-left: 286px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-286 {
  margin-left: 286px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-286 {
  padding-right: 286px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-286 {
  margin-right: 286px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-286 {
  padding-left: 286px !important;
  padding-right: 286px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-286 {
  margin-left: 286px;
  margin-right: 286px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-286 {
  padding-top: 286px !important;
  padding-bottom: 286px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-286 {
  margin-top: 286px;
  margin-bottom: 286px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-287 {
  padding-top: 287px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-287 {
  margin-top: 287px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-287 {
  padding-bottom: 287px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-287 {
  margin-bottom: 287px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-287 {
  padding-left: 287px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-287 {
  margin-left: 287px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-287 {
  padding-right: 287px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-287 {
  margin-right: 287px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-287 {
  padding-left: 287px !important;
  padding-right: 287px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-287 {
  margin-left: 287px;
  margin-right: 287px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-287 {
  padding-top: 287px !important;
  padding-bottom: 287px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-287 {
  margin-top: 287px;
  margin-bottom: 287px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-288 {
  padding-top: 288px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-288 {
  margin-top: 288px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-288 {
  padding-bottom: 288px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-288 {
  margin-bottom: 288px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-288 {
  padding-left: 288px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-288 {
  margin-left: 288px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-288 {
  padding-right: 288px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-288 {
  margin-right: 288px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-288 {
  padding-left: 288px !important;
  padding-right: 288px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-288 {
  margin-left: 288px;
  margin-right: 288px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-288 {
  padding-top: 288px !important;
  padding-bottom: 288px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-288 {
  margin-top: 288px;
  margin-bottom: 288px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-289 {
  padding-top: 289px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-289 {
  margin-top: 289px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-289 {
  padding-bottom: 289px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-289 {
  margin-bottom: 289px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-289 {
  padding-left: 289px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-289 {
  margin-left: 289px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-289 {
  padding-right: 289px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-289 {
  margin-right: 289px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-289 {
  padding-left: 289px !important;
  padding-right: 289px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-289 {
  margin-left: 289px;
  margin-right: 289px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-289 {
  padding-top: 289px !important;
  padding-bottom: 289px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-289 {
  margin-top: 289px;
  margin-bottom: 289px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-290 {
  padding-top: 290px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-290 {
  margin-top: 290px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-290 {
  padding-bottom: 290px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-290 {
  margin-bottom: 290px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-290 {
  padding-left: 290px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-290 {
  margin-left: 290px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-290 {
  padding-right: 290px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-290 {
  margin-right: 290px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-290 {
  padding-left: 290px !important;
  padding-right: 290px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-290 {
  margin-left: 290px;
  margin-right: 290px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-290 {
  padding-top: 290px !important;
  padding-bottom: 290px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-290 {
  margin-top: 290px;
  margin-bottom: 290px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-291 {
  padding-top: 291px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-291 {
  margin-top: 291px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-291 {
  padding-bottom: 291px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-291 {
  margin-bottom: 291px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-291 {
  padding-left: 291px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-291 {
  margin-left: 291px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-291 {
  padding-right: 291px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-291 {
  margin-right: 291px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-291 {
  padding-left: 291px !important;
  padding-right: 291px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-291 {
  margin-left: 291px;
  margin-right: 291px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-291 {
  padding-top: 291px !important;
  padding-bottom: 291px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-291 {
  margin-top: 291px;
  margin-bottom: 291px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-292 {
  padding-top: 292px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-292 {
  margin-top: 292px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-292 {
  padding-bottom: 292px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-292 {
  margin-bottom: 292px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-292 {
  padding-left: 292px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-292 {
  margin-left: 292px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-292 {
  padding-right: 292px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-292 {
  margin-right: 292px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-292 {
  padding-left: 292px !important;
  padding-right: 292px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-292 {
  margin-left: 292px;
  margin-right: 292px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-292 {
  padding-top: 292px !important;
  padding-bottom: 292px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-292 {
  margin-top: 292px;
  margin-bottom: 292px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-293 {
  padding-top: 293px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-293 {
  margin-top: 293px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-293 {
  padding-bottom: 293px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-293 {
  margin-bottom: 293px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-293 {
  padding-left: 293px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-293 {
  margin-left: 293px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-293 {
  padding-right: 293px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-293 {
  margin-right: 293px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-293 {
  padding-left: 293px !important;
  padding-right: 293px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-293 {
  margin-left: 293px;
  margin-right: 293px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-293 {
  padding-top: 293px !important;
  padding-bottom: 293px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-293 {
  margin-top: 293px;
  margin-bottom: 293px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-294 {
  padding-top: 294px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-294 {
  margin-top: 294px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-294 {
  padding-bottom: 294px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-294 {
  margin-bottom: 294px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-294 {
  padding-left: 294px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-294 {
  margin-left: 294px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-294 {
  padding-right: 294px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-294 {
  margin-right: 294px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-294 {
  padding-left: 294px !important;
  padding-right: 294px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-294 {
  margin-left: 294px;
  margin-right: 294px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-294 {
  padding-top: 294px !important;
  padding-bottom: 294px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-294 {
  margin-top: 294px;
  margin-bottom: 294px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-295 {
  padding-top: 295px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-295 {
  margin-top: 295px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-295 {
  padding-bottom: 295px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-295 {
  margin-bottom: 295px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-295 {
  padding-left: 295px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-295 {
  margin-left: 295px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-295 {
  padding-right: 295px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-295 {
  margin-right: 295px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-295 {
  padding-left: 295px !important;
  padding-right: 295px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-295 {
  margin-left: 295px;
  margin-right: 295px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-295 {
  padding-top: 295px !important;
  padding-bottom: 295px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-295 {
  margin-top: 295px;
  margin-bottom: 295px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-296 {
  padding-top: 296px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-296 {
  margin-top: 296px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-296 {
  padding-bottom: 296px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-296 {
  margin-bottom: 296px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-296 {
  padding-left: 296px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-296 {
  margin-left: 296px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-296 {
  padding-right: 296px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-296 {
  margin-right: 296px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-296 {
  padding-left: 296px !important;
  padding-right: 296px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-296 {
  margin-left: 296px;
  margin-right: 296px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-296 {
  padding-top: 296px !important;
  padding-bottom: 296px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-296 {
  margin-top: 296px;
  margin-bottom: 296px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-297 {
  padding-top: 297px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-297 {
  margin-top: 297px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-297 {
  padding-bottom: 297px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-297 {
  margin-bottom: 297px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-297 {
  padding-left: 297px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-297 {
  margin-left: 297px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-297 {
  padding-right: 297px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-297 {
  margin-right: 297px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-297 {
  padding-left: 297px !important;
  padding-right: 297px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-297 {
  margin-left: 297px;
  margin-right: 297px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-297 {
  padding-top: 297px !important;
  padding-bottom: 297px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-297 {
  margin-top: 297px;
  margin-bottom: 297px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-298 {
  padding-top: 298px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-298 {
  margin-top: 298px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-298 {
  padding-bottom: 298px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-298 {
  margin-bottom: 298px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-298 {
  padding-left: 298px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-298 {
  margin-left: 298px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-298 {
  padding-right: 298px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-298 {
  margin-right: 298px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-298 {
  padding-left: 298px !important;
  padding-right: 298px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-298 {
  margin-left: 298px;
  margin-right: 298px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-298 {
  padding-top: 298px !important;
  padding-bottom: 298px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-298 {
  margin-top: 298px;
  margin-bottom: 298px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-299 {
  padding-top: 299px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-299 {
  margin-top: 299px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-299 {
  padding-bottom: 299px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-299 {
  margin-bottom: 299px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-299 {
  padding-left: 299px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-299 {
  margin-left: 299px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-299 {
  padding-right: 299px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-299 {
  margin-right: 299px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-299 {
  padding-left: 299px !important;
  padding-right: 299px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-299 {
  margin-left: 299px;
  margin-right: 299px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-299 {
  padding-top: 299px !important;
  padding-bottom: 299px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-299 {
  margin-top: 299px;
  margin-bottom: 299px;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-top-300 {
  padding-top: 300px !important;
}

/* line 8, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-top-300 {
  margin-top: 300px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-bottom-300 {
  padding-bottom: 300px !important;
}

/* line 16, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-bottom-300 {
  margin-bottom: 300px;
}

/* line 20, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-left-300 {
  padding-left: 300px !important;
}

/* line 24, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-left-300 {
  margin-left: 300px;
}

/* line 28, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-right-300 {
  padding-right: 300px !important;
}

/* line 32, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-right-300 {
  margin-right: 300px;
}

/* line 36, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-lr-300 {
  padding-left: 300px !important;
  padding-right: 300px !important;
}

/* line 41, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-lr-300 {
  margin-left: 300px;
  margin-right: 300px;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.p-tb-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

/* line 51, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.m-tb-300 {
  margin-top: 300px;
  margin-bottom: 300px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-0 {
  width: 0px;
  height: 0px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-0 {
  min-height: 0px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-2 {
  width: 2px;
  height: 2px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-5 {
  min-height: 5px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-4 {
  width: 4px;
  height: 4px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-10 {
  min-height: 10px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-6 {
  width: 6px;
  height: 6px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-15 {
  min-height: 15px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-8 {
  width: 8px;
  height: 8px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-20 {
  min-height: 20px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-10 {
  width: 10px;
  height: 10px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-25 {
  min-height: 25px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-12 {
  width: 12px;
  height: 12px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-30 {
  min-height: 30px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-14 {
  width: 14px;
  height: 14px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-35 {
  min-height: 35px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-16 {
  width: 16px;
  height: 16px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-40 {
  min-height: 40px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-18 {
  width: 18px;
  height: 18px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-45 {
  min-height: 45px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-20 {
  width: 20px;
  height: 20px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-50 {
  min-height: 50px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-22 {
  width: 22px;
  height: 22px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-55 {
  min-height: 55px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-24 {
  width: 24px;
  height: 24px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-60 {
  min-height: 60px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-26 {
  width: 26px;
  height: 26px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-65 {
  min-height: 65px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-28 {
  width: 28px;
  height: 28px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-70 {
  min-height: 70px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-30 {
  width: 30px;
  height: 30px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-75 {
  min-height: 75px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-32 {
  width: 32px;
  height: 32px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-80 {
  min-height: 80px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-34 {
  width: 34px;
  height: 34px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-85 {
  min-height: 85px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-36 {
  width: 36px;
  height: 36px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-90 {
  min-height: 90px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-38 {
  width: 38px;
  height: 38px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-95 {
  min-height: 95px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-40 {
  width: 40px;
  height: 40px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-100 {
  min-height: 100px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-42 {
  width: 42px;
  height: 42px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-105 {
  min-height: 105px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-44 {
  width: 44px;
  height: 44px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-110 {
  min-height: 110px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-46 {
  width: 46px;
  height: 46px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-115 {
  min-height: 115px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-48 {
  width: 48px;
  height: 48px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-120 {
  min-height: 120px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-50 {
  width: 50px;
  height: 50px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-125 {
  min-height: 125px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-52 {
  width: 52px;
  height: 52px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-130 {
  min-height: 130px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-54 {
  width: 54px;
  height: 54px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-135 {
  min-height: 135px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-56 {
  width: 56px;
  height: 56px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-140 {
  min-height: 140px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-58 {
  width: 58px;
  height: 58px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-145 {
  min-height: 145px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-60 {
  width: 60px;
  height: 60px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-150 {
  min-height: 150px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-62 {
  width: 62px;
  height: 62px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-155 {
  min-height: 155px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-64 {
  width: 64px;
  height: 64px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-160 {
  min-height: 160px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-66 {
  width: 66px;
  height: 66px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-165 {
  min-height: 165px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-68 {
  width: 68px;
  height: 68px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-170 {
  min-height: 170px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-70 {
  width: 70px;
  height: 70px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-175 {
  min-height: 175px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-72 {
  width: 72px;
  height: 72px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-180 {
  min-height: 180px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-74 {
  width: 74px;
  height: 74px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-185 {
  min-height: 185px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-76 {
  width: 76px;
  height: 76px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-190 {
  min-height: 190px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-78 {
  width: 78px;
  height: 78px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-195 {
  min-height: 195px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-80 {
  width: 80px;
  height: 80px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-200 {
  min-height: 200px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-82 {
  width: 82px;
  height: 82px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-205 {
  min-height: 205px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-84 {
  width: 84px;
  height: 84px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-210 {
  min-height: 210px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-86 {
  width: 86px;
  height: 86px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-215 {
  min-height: 215px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-88 {
  width: 88px;
  height: 88px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-220 {
  min-height: 220px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-90 {
  width: 90px;
  height: 90px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-225 {
  min-height: 225px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-92 {
  width: 92px;
  height: 92px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-230 {
  min-height: 230px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-94 {
  width: 94px;
  height: 94px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-235 {
  min-height: 235px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-96 {
  width: 96px;
  height: 96px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-240 {
  min-height: 240px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-98 {
  width: 98px;
  height: 98px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-245 {
  min-height: 245px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-100 {
  width: 100px;
  height: 100px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-250 {
  min-height: 250px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-102 {
  width: 102px;
  height: 102px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-255 {
  min-height: 255px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-104 {
  width: 104px;
  height: 104px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-260 {
  min-height: 260px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-106 {
  width: 106px;
  height: 106px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-265 {
  min-height: 265px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-108 {
  width: 108px;
  height: 108px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-270 {
  min-height: 270px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-110 {
  width: 110px;
  height: 110px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-275 {
  min-height: 275px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-112 {
  width: 112px;
  height: 112px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-280 {
  min-height: 280px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-114 {
  width: 114px;
  height: 114px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-285 {
  min-height: 285px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-116 {
  width: 116px;
  height: 116px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-290 {
  min-height: 290px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-118 {
  width: 118px;
  height: 118px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-295 {
  min-height: 295px;
}

/* line 58, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.wh-120 {
  width: 120px;
  height: 120px;
}

/* line 62, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.min-h-300 {
  min-height: 300px;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-1 {
  width: 1%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-2 {
  width: 2%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-3 {
  width: 3%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-4 {
  width: 4%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-5 {
  width: 5%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-6 {
  width: 6%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-7 {
  width: 7%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-8 {
  width: 8%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-9 {
  width: 9%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-10 {
  width: 10%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-11 {
  width: 11%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-12 {
  width: 12%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-13 {
  width: 13%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-14 {
  width: 14%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-15 {
  width: 15%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-16 {
  width: 16%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-17 {
  width: 17%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-18 {
  width: 18%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-19 {
  width: 19%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-20 {
  width: 20%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-21 {
  width: 21%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-22 {
  width: 22%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-23 {
  width: 23%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-24 {
  width: 24%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-25 {
  width: 25%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-26 {
  width: 26%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-27 {
  width: 27%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-28 {
  width: 28%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-29 {
  width: 29%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-30 {
  width: 30%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-31 {
  width: 31%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-32 {
  width: 32%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-33 {
  width: 33%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-34 {
  width: 34%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-35 {
  width: 35%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-36 {
  width: 36%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-37 {
  width: 37%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-38 {
  width: 38%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-39 {
  width: 39%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-40 {
  width: 40%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-41 {
  width: 41%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-42 {
  width: 42%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-43 {
  width: 43%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-44 {
  width: 44%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-45 {
  width: 45%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-46 {
  width: 46%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-47 {
  width: 47%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-48 {
  width: 48%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-49 {
  width: 49%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-50 {
  width: 50%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-51 {
  width: 51%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-52 {
  width: 52%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-53 {
  width: 53%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-54 {
  width: 54%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-55 {
  width: 55%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-56 {
  width: 56%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-57 {
  width: 57%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-58 {
  width: 58%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-59 {
  width: 59%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-60 {
  width: 60%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-61 {
  width: 61%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-62 {
  width: 62%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-63 {
  width: 63%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-64 {
  width: 64%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-65 {
  width: 65%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-66 {
  width: 66%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-67 {
  width: 67%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-68 {
  width: 68%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-69 {
  width: 69%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-70 {
  width: 70%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-71 {
  width: 71%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-72 {
  width: 72%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-73 {
  width: 73%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-74 {
  width: 74%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-75 {
  width: 75%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-76 {
  width: 76%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-77 {
  width: 77%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-78 {
  width: 78%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-79 {
  width: 79%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-80 {
  width: 80%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-81 {
  width: 81%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-82 {
  width: 82%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-83 {
  width: 83%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-84 {
  width: 84%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-85 {
  width: 85%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-86 {
  width: 86%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-87 {
  width: 87%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-88 {
  width: 88%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-89 {
  width: 89%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-90 {
  width: 90%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-91 {
  width: 91%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-92 {
  width: 92%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-93 {
  width: 93%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-94 {
  width: 94%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-95 {
  width: 95%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-96 {
  width: 96%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-97 {
  width: 97%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-98 {
  width: 98%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-99 {
  width: 99%;
}

/* line 68, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.w-100, .component-v2 .btn-primary-w100-p3 {
  width: 100%;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-0 {
  width: 0px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1 {
  width: 1px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-2 {
  width: 2px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-3 {
  width: 3px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-4 {
  width: 4px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-5 {
  width: 5px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-6 {
  width: 6px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-7 {
  width: 7px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-8 {
  width: 8px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-9 {
  width: 9px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-10 {
  width: 10px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-11 {
  width: 11px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-12 {
  width: 12px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-13 {
  width: 13px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-14 {
  width: 14px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-15 {
  width: 15px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-16 {
  width: 16px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-17 {
  width: 17px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-18 {
  width: 18px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-19 {
  width: 19px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-20 {
  width: 20px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-21 {
  width: 21px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-22 {
  width: 22px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-23 {
  width: 23px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-24 {
  width: 24px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-25 {
  width: 25px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-26 {
  width: 26px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-27 {
  width: 27px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-28 {
  width: 28px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-29 {
  width: 29px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-30 {
  width: 30px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-31 {
  width: 31px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-32 {
  width: 32px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-33 {
  width: 33px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-34 {
  width: 34px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-35 {
  width: 35px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-36 {
  width: 36px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-37 {
  width: 37px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-38 {
  width: 38px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-39 {
  width: 39px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-40 {
  width: 40px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-41 {
  width: 41px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-42 {
  width: 42px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-43 {
  width: 43px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-44 {
  width: 44px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-45 {
  width: 45px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-46 {
  width: 46px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-47 {
  width: 47px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-48 {
  width: 48px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-49 {
  width: 49px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-50 {
  width: 50px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-51 {
  width: 51px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-52 {
  width: 52px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-53 {
  width: 53px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-54 {
  width: 54px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-55 {
  width: 55px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-56 {
  width: 56px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-57 {
  width: 57px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-58 {
  width: 58px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-59 {
  width: 59px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-60 {
  width: 60px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-61 {
  width: 61px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-62 {
  width: 62px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-63 {
  width: 63px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-64 {
  width: 64px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-65 {
  width: 65px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-66 {
  width: 66px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-67 {
  width: 67px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-68 {
  width: 68px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-69 {
  width: 69px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-70 {
  width: 70px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-71 {
  width: 71px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-72 {
  width: 72px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-73 {
  width: 73px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-74 {
  width: 74px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-75 {
  width: 75px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-76 {
  width: 76px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-77 {
  width: 77px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-78 {
  width: 78px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-79 {
  width: 79px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-80 {
  width: 80px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-81 {
  width: 81px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-82 {
  width: 82px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-83 {
  width: 83px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-84 {
  width: 84px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-85 {
  width: 85px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-86 {
  width: 86px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-87 {
  width: 87px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-88 {
  width: 88px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-89 {
  width: 89px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-90 {
  width: 90px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-91 {
  width: 91px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-92 {
  width: 92px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-93 {
  width: 93px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-94 {
  width: 94px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-95 {
  width: 95px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-96 {
  width: 96px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-97 {
  width: 97px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-98 {
  width: 98px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-99 {
  width: 99px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-100 {
  width: 100px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-101 {
  width: 101px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-102 {
  width: 102px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-103 {
  width: 103px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-104 {
  width: 104px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-105 {
  width: 105px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-106 {
  width: 106px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-107 {
  width: 107px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-108 {
  width: 108px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-109 {
  width: 109px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-110 {
  width: 110px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-111 {
  width: 111px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-112 {
  width: 112px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-113 {
  width: 113px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-114 {
  width: 114px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-115 {
  width: 115px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-116 {
  width: 116px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-117 {
  width: 117px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-118 {
  width: 118px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-119 {
  width: 119px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-120 {
  width: 120px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-121 {
  width: 121px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-122 {
  width: 122px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-123 {
  width: 123px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-124 {
  width: 124px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-125 {
  width: 125px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-126 {
  width: 126px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-127 {
  width: 127px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-128 {
  width: 128px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-129 {
  width: 129px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-130 {
  width: 130px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-131 {
  width: 131px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-132 {
  width: 132px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-133 {
  width: 133px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-134 {
  width: 134px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-135 {
  width: 135px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-136 {
  width: 136px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-137 {
  width: 137px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-138 {
  width: 138px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-139 {
  width: 139px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-140 {
  width: 140px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-141 {
  width: 141px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-142 {
  width: 142px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-143 {
  width: 143px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-144 {
  width: 144px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-145 {
  width: 145px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-146 {
  width: 146px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-147 {
  width: 147px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-148 {
  width: 148px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-149 {
  width: 149px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-150 {
  width: 150px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-151 {
  width: 151px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-152 {
  width: 152px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-153 {
  width: 153px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-154 {
  width: 154px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-155 {
  width: 155px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-156 {
  width: 156px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-157 {
  width: 157px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-158 {
  width: 158px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-159 {
  width: 159px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-160 {
  width: 160px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-161 {
  width: 161px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-162 {
  width: 162px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-163 {
  width: 163px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-164 {
  width: 164px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-165 {
  width: 165px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-166 {
  width: 166px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-167 {
  width: 167px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-168 {
  width: 168px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-169 {
  width: 169px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-170 {
  width: 170px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-171 {
  width: 171px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-172 {
  width: 172px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-173 {
  width: 173px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-174 {
  width: 174px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-175 {
  width: 175px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-176 {
  width: 176px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-177 {
  width: 177px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-178 {
  width: 178px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-179 {
  width: 179px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-180 {
  width: 180px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-181 {
  width: 181px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-182 {
  width: 182px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-183 {
  width: 183px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-184 {
  width: 184px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-185 {
  width: 185px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-186 {
  width: 186px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-187 {
  width: 187px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-188 {
  width: 188px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-189 {
  width: 189px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-190 {
  width: 190px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-191 {
  width: 191px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-192 {
  width: 192px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-193 {
  width: 193px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-194 {
  width: 194px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-195 {
  width: 195px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-196 {
  width: 196px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-197 {
  width: 197px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-198 {
  width: 198px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-199 {
  width: 199px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-200 {
  width: 200px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-201 {
  width: 201px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-202 {
  width: 202px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-203 {
  width: 203px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-204 {
  width: 204px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-205 {
  width: 205px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-206 {
  width: 206px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-207 {
  width: 207px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-208 {
  width: 208px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-209 {
  width: 209px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-210 {
  width: 210px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-211 {
  width: 211px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-212 {
  width: 212px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-213 {
  width: 213px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-214 {
  width: 214px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-215 {
  width: 215px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-216 {
  width: 216px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-217 {
  width: 217px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-218 {
  width: 218px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-219 {
  width: 219px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-220 {
  width: 220px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-221 {
  width: 221px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-222 {
  width: 222px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-223 {
  width: 223px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-224 {
  width: 224px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-225 {
  width: 225px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-226 {
  width: 226px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-227 {
  width: 227px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-228 {
  width: 228px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-229 {
  width: 229px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-230 {
  width: 230px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-231 {
  width: 231px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-232 {
  width: 232px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-233 {
  width: 233px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-234 {
  width: 234px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-235 {
  width: 235px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-236 {
  width: 236px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-237 {
  width: 237px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-238 {
  width: 238px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-239 {
  width: 239px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-240 {
  width: 240px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-241 {
  width: 241px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-242 {
  width: 242px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-243 {
  width: 243px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-244 {
  width: 244px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-245 {
  width: 245px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-246 {
  width: 246px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-247 {
  width: 247px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-248 {
  width: 248px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-249 {
  width: 249px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-250 {
  width: 250px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-251 {
  width: 251px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-252 {
  width: 252px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-253 {
  width: 253px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-254 {
  width: 254px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-255 {
  width: 255px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-256 {
  width: 256px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-257 {
  width: 257px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-258 {
  width: 258px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-259 {
  width: 259px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-260 {
  width: 260px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-261 {
  width: 261px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-262 {
  width: 262px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-263 {
  width: 263px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-264 {
  width: 264px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-265 {
  width: 265px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-266 {
  width: 266px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-267 {
  width: 267px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-268 {
  width: 268px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-269 {
  width: 269px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-270 {
  width: 270px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-271 {
  width: 271px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-272 {
  width: 272px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-273 {
  width: 273px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-274 {
  width: 274px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-275 {
  width: 275px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-276 {
  width: 276px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-277 {
  width: 277px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-278 {
  width: 278px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-279 {
  width: 279px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-280 {
  width: 280px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-281 {
  width: 281px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-282 {
  width: 282px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-283 {
  width: 283px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-284 {
  width: 284px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-285 {
  width: 285px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-286 {
  width: 286px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-287 {
  width: 287px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-288 {
  width: 288px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-289 {
  width: 289px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-290 {
  width: 290px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-291 {
  width: 291px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-292 {
  width: 292px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-293 {
  width: 293px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-294 {
  width: 294px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-295 {
  width: 295px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-296 {
  width: 296px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-297 {
  width: 297px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-298 {
  width: 298px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-299 {
  width: 299px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-300 {
  width: 300px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-301 {
  width: 301px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-302 {
  width: 302px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-303 {
  width: 303px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-304 {
  width: 304px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-305 {
  width: 305px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-306 {
  width: 306px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-307 {
  width: 307px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-308 {
  width: 308px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-309 {
  width: 309px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-310 {
  width: 310px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-311 {
  width: 311px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-312 {
  width: 312px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-313 {
  width: 313px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-314 {
  width: 314px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-315 {
  width: 315px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-316 {
  width: 316px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-317 {
  width: 317px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-318 {
  width: 318px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-319 {
  width: 319px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-320 {
  width: 320px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-321 {
  width: 321px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-322 {
  width: 322px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-323 {
  width: 323px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-324 {
  width: 324px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-325 {
  width: 325px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-326 {
  width: 326px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-327 {
  width: 327px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-328 {
  width: 328px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-329 {
  width: 329px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-330 {
  width: 330px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-331 {
  width: 331px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-332 {
  width: 332px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-333 {
  width: 333px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-334 {
  width: 334px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-335 {
  width: 335px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-336 {
  width: 336px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-337 {
  width: 337px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-338 {
  width: 338px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-339 {
  width: 339px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-340 {
  width: 340px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-341 {
  width: 341px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-342 {
  width: 342px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-343 {
  width: 343px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-344 {
  width: 344px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-345 {
  width: 345px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-346 {
  width: 346px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-347 {
  width: 347px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-348 {
  width: 348px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-349 {
  width: 349px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-350 {
  width: 350px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-351 {
  width: 351px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-352 {
  width: 352px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-353 {
  width: 353px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-354 {
  width: 354px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-355 {
  width: 355px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-356 {
  width: 356px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-357 {
  width: 357px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-358 {
  width: 358px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-359 {
  width: 359px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-360 {
  width: 360px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-361 {
  width: 361px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-362 {
  width: 362px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-363 {
  width: 363px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-364 {
  width: 364px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-365 {
  width: 365px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-366 {
  width: 366px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-367 {
  width: 367px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-368 {
  width: 368px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-369 {
  width: 369px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-370 {
  width: 370px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-371 {
  width: 371px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-372 {
  width: 372px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-373 {
  width: 373px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-374 {
  width: 374px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-375 {
  width: 375px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-376 {
  width: 376px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-377 {
  width: 377px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-378 {
  width: 378px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-379 {
  width: 379px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-380 {
  width: 380px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-381 {
  width: 381px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-382 {
  width: 382px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-383 {
  width: 383px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-384 {
  width: 384px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-385 {
  width: 385px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-386 {
  width: 386px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-387 {
  width: 387px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-388 {
  width: 388px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-389 {
  width: 389px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-390 {
  width: 390px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-391 {
  width: 391px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-392 {
  width: 392px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-393 {
  width: 393px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-394 {
  width: 394px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-395 {
  width: 395px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-396 {
  width: 396px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-397 {
  width: 397px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-398 {
  width: 398px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-399 {
  width: 399px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-400 {
  width: 400px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-401 {
  width: 401px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-402 {
  width: 402px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-403 {
  width: 403px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-404 {
  width: 404px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-405 {
  width: 405px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-406 {
  width: 406px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-407 {
  width: 407px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-408 {
  width: 408px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-409 {
  width: 409px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-410 {
  width: 410px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-411 {
  width: 411px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-412 {
  width: 412px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-413 {
  width: 413px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-414 {
  width: 414px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-415 {
  width: 415px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-416 {
  width: 416px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-417 {
  width: 417px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-418 {
  width: 418px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-419 {
  width: 419px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-420 {
  width: 420px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-421 {
  width: 421px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-422 {
  width: 422px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-423 {
  width: 423px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-424 {
  width: 424px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-425 {
  width: 425px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-426 {
  width: 426px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-427 {
  width: 427px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-428 {
  width: 428px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-429 {
  width: 429px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-430 {
  width: 430px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-431 {
  width: 431px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-432 {
  width: 432px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-433 {
  width: 433px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-434 {
  width: 434px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-435 {
  width: 435px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-436 {
  width: 436px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-437 {
  width: 437px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-438 {
  width: 438px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-439 {
  width: 439px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-440 {
  width: 440px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-441 {
  width: 441px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-442 {
  width: 442px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-443 {
  width: 443px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-444 {
  width: 444px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-445 {
  width: 445px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-446 {
  width: 446px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-447 {
  width: 447px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-448 {
  width: 448px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-449 {
  width: 449px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-450 {
  width: 450px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-451 {
  width: 451px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-452 {
  width: 452px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-453 {
  width: 453px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-454 {
  width: 454px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-455 {
  width: 455px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-456 {
  width: 456px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-457 {
  width: 457px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-458 {
  width: 458px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-459 {
  width: 459px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-460 {
  width: 460px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-461 {
  width: 461px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-462 {
  width: 462px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-463 {
  width: 463px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-464 {
  width: 464px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-465 {
  width: 465px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-466 {
  width: 466px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-467 {
  width: 467px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-468 {
  width: 468px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-469 {
  width: 469px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-470 {
  width: 470px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-471 {
  width: 471px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-472 {
  width: 472px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-473 {
  width: 473px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-474 {
  width: 474px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-475 {
  width: 475px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-476 {
  width: 476px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-477 {
  width: 477px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-478 {
  width: 478px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-479 {
  width: 479px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-480 {
  width: 480px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-481 {
  width: 481px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-482 {
  width: 482px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-483 {
  width: 483px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-484 {
  width: 484px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-485 {
  width: 485px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-486 {
  width: 486px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-487 {
  width: 487px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-488 {
  width: 488px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-489 {
  width: 489px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-490 {
  width: 490px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-491 {
  width: 491px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-492 {
  width: 492px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-493 {
  width: 493px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-494 {
  width: 494px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-495 {
  width: 495px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-496 {
  width: 496px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-497 {
  width: 497px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-498 {
  width: 498px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-499 {
  width: 499px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-500 {
  width: 500px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-501 {
  width: 501px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-502 {
  width: 502px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-503 {
  width: 503px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-504 {
  width: 504px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-505 {
  width: 505px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-506 {
  width: 506px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-507 {
  width: 507px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-508 {
  width: 508px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-509 {
  width: 509px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-510 {
  width: 510px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-511 {
  width: 511px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-512 {
  width: 512px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-513 {
  width: 513px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-514 {
  width: 514px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-515 {
  width: 515px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-516 {
  width: 516px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-517 {
  width: 517px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-518 {
  width: 518px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-519 {
  width: 519px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-520 {
  width: 520px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-521 {
  width: 521px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-522 {
  width: 522px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-523 {
  width: 523px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-524 {
  width: 524px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-525 {
  width: 525px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-526 {
  width: 526px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-527 {
  width: 527px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-528 {
  width: 528px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-529 {
  width: 529px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-530 {
  width: 530px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-531 {
  width: 531px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-532 {
  width: 532px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-533 {
  width: 533px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-534 {
  width: 534px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-535 {
  width: 535px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-536 {
  width: 536px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-537 {
  width: 537px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-538 {
  width: 538px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-539 {
  width: 539px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-540 {
  width: 540px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-541 {
  width: 541px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-542 {
  width: 542px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-543 {
  width: 543px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-544 {
  width: 544px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-545 {
  width: 545px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-546 {
  width: 546px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-547 {
  width: 547px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-548 {
  width: 548px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-549 {
  width: 549px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-550 {
  width: 550px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-551 {
  width: 551px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-552 {
  width: 552px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-553 {
  width: 553px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-554 {
  width: 554px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-555 {
  width: 555px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-556 {
  width: 556px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-557 {
  width: 557px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-558 {
  width: 558px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-559 {
  width: 559px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-560 {
  width: 560px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-561 {
  width: 561px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-562 {
  width: 562px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-563 {
  width: 563px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-564 {
  width: 564px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-565 {
  width: 565px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-566 {
  width: 566px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-567 {
  width: 567px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-568 {
  width: 568px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-569 {
  width: 569px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-570 {
  width: 570px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-571 {
  width: 571px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-572 {
  width: 572px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-573 {
  width: 573px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-574 {
  width: 574px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-575 {
  width: 575px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-576 {
  width: 576px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-577 {
  width: 577px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-578 {
  width: 578px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-579 {
  width: 579px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-580 {
  width: 580px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-581 {
  width: 581px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-582 {
  width: 582px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-583 {
  width: 583px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-584 {
  width: 584px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-585 {
  width: 585px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-586 {
  width: 586px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-587 {
  width: 587px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-588 {
  width: 588px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-589 {
  width: 589px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-590 {
  width: 590px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-591 {
  width: 591px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-592 {
  width: 592px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-593 {
  width: 593px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-594 {
  width: 594px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-595 {
  width: 595px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-596 {
  width: 596px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-597 {
  width: 597px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-598 {
  width: 598px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-599 {
  width: 599px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-600 {
  width: 600px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-601 {
  width: 601px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-602 {
  width: 602px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-603 {
  width: 603px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-604 {
  width: 604px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-605 {
  width: 605px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-606 {
  width: 606px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-607 {
  width: 607px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-608 {
  width: 608px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-609 {
  width: 609px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-610 {
  width: 610px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-611 {
  width: 611px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-612 {
  width: 612px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-613 {
  width: 613px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-614 {
  width: 614px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-615 {
  width: 615px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-616 {
  width: 616px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-617 {
  width: 617px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-618 {
  width: 618px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-619 {
  width: 619px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-620 {
  width: 620px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-621 {
  width: 621px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-622 {
  width: 622px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-623 {
  width: 623px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-624 {
  width: 624px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-625 {
  width: 625px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-626 {
  width: 626px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-627 {
  width: 627px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-628 {
  width: 628px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-629 {
  width: 629px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-630 {
  width: 630px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-631 {
  width: 631px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-632 {
  width: 632px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-633 {
  width: 633px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-634 {
  width: 634px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-635 {
  width: 635px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-636 {
  width: 636px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-637 {
  width: 637px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-638 {
  width: 638px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-639 {
  width: 639px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-640 {
  width: 640px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-641 {
  width: 641px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-642 {
  width: 642px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-643 {
  width: 643px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-644 {
  width: 644px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-645 {
  width: 645px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-646 {
  width: 646px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-647 {
  width: 647px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-648 {
  width: 648px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-649 {
  width: 649px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-650 {
  width: 650px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-651 {
  width: 651px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-652 {
  width: 652px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-653 {
  width: 653px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-654 {
  width: 654px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-655 {
  width: 655px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-656 {
  width: 656px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-657 {
  width: 657px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-658 {
  width: 658px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-659 {
  width: 659px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-660 {
  width: 660px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-661 {
  width: 661px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-662 {
  width: 662px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-663 {
  width: 663px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-664 {
  width: 664px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-665 {
  width: 665px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-666 {
  width: 666px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-667 {
  width: 667px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-668 {
  width: 668px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-669 {
  width: 669px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-670 {
  width: 670px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-671 {
  width: 671px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-672 {
  width: 672px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-673 {
  width: 673px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-674 {
  width: 674px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-675 {
  width: 675px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-676 {
  width: 676px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-677 {
  width: 677px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-678 {
  width: 678px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-679 {
  width: 679px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-680 {
  width: 680px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-681 {
  width: 681px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-682 {
  width: 682px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-683 {
  width: 683px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-684 {
  width: 684px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-685 {
  width: 685px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-686 {
  width: 686px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-687 {
  width: 687px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-688 {
  width: 688px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-689 {
  width: 689px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-690 {
  width: 690px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-691 {
  width: 691px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-692 {
  width: 692px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-693 {
  width: 693px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-694 {
  width: 694px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-695 {
  width: 695px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-696 {
  width: 696px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-697 {
  width: 697px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-698 {
  width: 698px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-699 {
  width: 699px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-700 {
  width: 700px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-701 {
  width: 701px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-702 {
  width: 702px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-703 {
  width: 703px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-704 {
  width: 704px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-705 {
  width: 705px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-706 {
  width: 706px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-707 {
  width: 707px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-708 {
  width: 708px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-709 {
  width: 709px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-710 {
  width: 710px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-711 {
  width: 711px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-712 {
  width: 712px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-713 {
  width: 713px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-714 {
  width: 714px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-715 {
  width: 715px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-716 {
  width: 716px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-717 {
  width: 717px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-718 {
  width: 718px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-719 {
  width: 719px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-720 {
  width: 720px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-721 {
  width: 721px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-722 {
  width: 722px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-723 {
  width: 723px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-724 {
  width: 724px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-725 {
  width: 725px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-726 {
  width: 726px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-727 {
  width: 727px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-728 {
  width: 728px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-729 {
  width: 729px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-730 {
  width: 730px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-731 {
  width: 731px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-732 {
  width: 732px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-733 {
  width: 733px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-734 {
  width: 734px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-735 {
  width: 735px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-736 {
  width: 736px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-737 {
  width: 737px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-738 {
  width: 738px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-739 {
  width: 739px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-740 {
  width: 740px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-741 {
  width: 741px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-742 {
  width: 742px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-743 {
  width: 743px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-744 {
  width: 744px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-745 {
  width: 745px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-746 {
  width: 746px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-747 {
  width: 747px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-748 {
  width: 748px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-749 {
  width: 749px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-750 {
  width: 750px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-751 {
  width: 751px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-752 {
  width: 752px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-753 {
  width: 753px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-754 {
  width: 754px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-755 {
  width: 755px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-756 {
  width: 756px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-757 {
  width: 757px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-758 {
  width: 758px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-759 {
  width: 759px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-760 {
  width: 760px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-761 {
  width: 761px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-762 {
  width: 762px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-763 {
  width: 763px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-764 {
  width: 764px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-765 {
  width: 765px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-766 {
  width: 766px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-767 {
  width: 767px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-768 {
  width: 768px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-769 {
  width: 769px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-770 {
  width: 770px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-771 {
  width: 771px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-772 {
  width: 772px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-773 {
  width: 773px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-774 {
  width: 774px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-775 {
  width: 775px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-776 {
  width: 776px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-777 {
  width: 777px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-778 {
  width: 778px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-779 {
  width: 779px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-780 {
  width: 780px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-781 {
  width: 781px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-782 {
  width: 782px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-783 {
  width: 783px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-784 {
  width: 784px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-785 {
  width: 785px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-786 {
  width: 786px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-787 {
  width: 787px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-788 {
  width: 788px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-789 {
  width: 789px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-790 {
  width: 790px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-791 {
  width: 791px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-792 {
  width: 792px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-793 {
  width: 793px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-794 {
  width: 794px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-795 {
  width: 795px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-796 {
  width: 796px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-797 {
  width: 797px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-798 {
  width: 798px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-799 {
  width: 799px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-800 {
  width: 800px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-801 {
  width: 801px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-802 {
  width: 802px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-803 {
  width: 803px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-804 {
  width: 804px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-805 {
  width: 805px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-806 {
  width: 806px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-807 {
  width: 807px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-808 {
  width: 808px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-809 {
  width: 809px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-810 {
  width: 810px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-811 {
  width: 811px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-812 {
  width: 812px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-813 {
  width: 813px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-814 {
  width: 814px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-815 {
  width: 815px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-816 {
  width: 816px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-817 {
  width: 817px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-818 {
  width: 818px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-819 {
  width: 819px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-820 {
  width: 820px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-821 {
  width: 821px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-822 {
  width: 822px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-823 {
  width: 823px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-824 {
  width: 824px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-825 {
  width: 825px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-826 {
  width: 826px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-827 {
  width: 827px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-828 {
  width: 828px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-829 {
  width: 829px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-830 {
  width: 830px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-831 {
  width: 831px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-832 {
  width: 832px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-833 {
  width: 833px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-834 {
  width: 834px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-835 {
  width: 835px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-836 {
  width: 836px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-837 {
  width: 837px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-838 {
  width: 838px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-839 {
  width: 839px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-840 {
  width: 840px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-841 {
  width: 841px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-842 {
  width: 842px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-843 {
  width: 843px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-844 {
  width: 844px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-845 {
  width: 845px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-846 {
  width: 846px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-847 {
  width: 847px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-848 {
  width: 848px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-849 {
  width: 849px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-850 {
  width: 850px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-851 {
  width: 851px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-852 {
  width: 852px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-853 {
  width: 853px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-854 {
  width: 854px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-855 {
  width: 855px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-856 {
  width: 856px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-857 {
  width: 857px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-858 {
  width: 858px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-859 {
  width: 859px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-860 {
  width: 860px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-861 {
  width: 861px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-862 {
  width: 862px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-863 {
  width: 863px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-864 {
  width: 864px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-865 {
  width: 865px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-866 {
  width: 866px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-867 {
  width: 867px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-868 {
  width: 868px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-869 {
  width: 869px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-870 {
  width: 870px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-871 {
  width: 871px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-872 {
  width: 872px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-873 {
  width: 873px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-874 {
  width: 874px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-875 {
  width: 875px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-876 {
  width: 876px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-877 {
  width: 877px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-878 {
  width: 878px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-879 {
  width: 879px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-880 {
  width: 880px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-881 {
  width: 881px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-882 {
  width: 882px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-883 {
  width: 883px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-884 {
  width: 884px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-885 {
  width: 885px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-886 {
  width: 886px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-887 {
  width: 887px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-888 {
  width: 888px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-889 {
  width: 889px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-890 {
  width: 890px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-891 {
  width: 891px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-892 {
  width: 892px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-893 {
  width: 893px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-894 {
  width: 894px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-895 {
  width: 895px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-896 {
  width: 896px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-897 {
  width: 897px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-898 {
  width: 898px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-899 {
  width: 899px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-900 {
  width: 900px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-901 {
  width: 901px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-902 {
  width: 902px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-903 {
  width: 903px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-904 {
  width: 904px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-905 {
  width: 905px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-906 {
  width: 906px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-907 {
  width: 907px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-908 {
  width: 908px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-909 {
  width: 909px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-910 {
  width: 910px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-911 {
  width: 911px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-912 {
  width: 912px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-913 {
  width: 913px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-914 {
  width: 914px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-915 {
  width: 915px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-916 {
  width: 916px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-917 {
  width: 917px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-918 {
  width: 918px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-919 {
  width: 919px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-920 {
  width: 920px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-921 {
  width: 921px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-922 {
  width: 922px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-923 {
  width: 923px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-924 {
  width: 924px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-925 {
  width: 925px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-926 {
  width: 926px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-927 {
  width: 927px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-928 {
  width: 928px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-929 {
  width: 929px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-930 {
  width: 930px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-931 {
  width: 931px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-932 {
  width: 932px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-933 {
  width: 933px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-934 {
  width: 934px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-935 {
  width: 935px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-936 {
  width: 936px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-937 {
  width: 937px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-938 {
  width: 938px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-939 {
  width: 939px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-940 {
  width: 940px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-941 {
  width: 941px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-942 {
  width: 942px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-943 {
  width: 943px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-944 {
  width: 944px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-945 {
  width: 945px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-946 {
  width: 946px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-947 {
  width: 947px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-948 {
  width: 948px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-949 {
  width: 949px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-950 {
  width: 950px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-951 {
  width: 951px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-952 {
  width: 952px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-953 {
  width: 953px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-954 {
  width: 954px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-955 {
  width: 955px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-956 {
  width: 956px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-957 {
  width: 957px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-958 {
  width: 958px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-959 {
  width: 959px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-960 {
  width: 960px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-961 {
  width: 961px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-962 {
  width: 962px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-963 {
  width: 963px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-964 {
  width: 964px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-965 {
  width: 965px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-966 {
  width: 966px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-967 {
  width: 967px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-968 {
  width: 968px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-969 {
  width: 969px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-970 {
  width: 970px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-971 {
  width: 971px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-972 {
  width: 972px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-973 {
  width: 973px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-974 {
  width: 974px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-975 {
  width: 975px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-976 {
  width: 976px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-977 {
  width: 977px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-978 {
  width: 978px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-979 {
  width: 979px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-980 {
  width: 980px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-981 {
  width: 981px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-982 {
  width: 982px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-983 {
  width: 983px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-984 {
  width: 984px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-985 {
  width: 985px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-986 {
  width: 986px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-987 {
  width: 987px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-988 {
  width: 988px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-989 {
  width: 989px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-990 {
  width: 990px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-991 {
  width: 991px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-992 {
  width: 992px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-993 {
  width: 993px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-994 {
  width: 994px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-995 {
  width: 995px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-996 {
  width: 996px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-997 {
  width: 997px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-998 {
  width: 998px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-999 {
  width: 999px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1000 {
  width: 1000px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1001 {
  width: 1001px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1002 {
  width: 1002px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1003 {
  width: 1003px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1004 {
  width: 1004px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1005 {
  width: 1005px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1006 {
  width: 1006px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1007 {
  width: 1007px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1008 {
  width: 1008px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1009 {
  width: 1009px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1010 {
  width: 1010px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1011 {
  width: 1011px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1012 {
  width: 1012px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1013 {
  width: 1013px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1014 {
  width: 1014px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1015 {
  width: 1015px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1016 {
  width: 1016px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1017 {
  width: 1017px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1018 {
  width: 1018px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1019 {
  width: 1019px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1020 {
  width: 1020px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1021 {
  width: 1021px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1022 {
  width: 1022px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1023 {
  width: 1023px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1024 {
  width: 1024px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1025 {
  width: 1025px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1026 {
  width: 1026px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1027 {
  width: 1027px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1028 {
  width: 1028px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1029 {
  width: 1029px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1030 {
  width: 1030px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1031 {
  width: 1031px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1032 {
  width: 1032px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1033 {
  width: 1033px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1034 {
  width: 1034px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1035 {
  width: 1035px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1036 {
  width: 1036px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1037 {
  width: 1037px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1038 {
  width: 1038px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1039 {
  width: 1039px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1040 {
  width: 1040px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1041 {
  width: 1041px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1042 {
  width: 1042px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1043 {
  width: 1043px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1044 {
  width: 1044px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1045 {
  width: 1045px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1046 {
  width: 1046px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1047 {
  width: 1047px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1048 {
  width: 1048px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1049 {
  width: 1049px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1050 {
  width: 1050px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1051 {
  width: 1051px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1052 {
  width: 1052px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1053 {
  width: 1053px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1054 {
  width: 1054px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1055 {
  width: 1055px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1056 {
  width: 1056px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1057 {
  width: 1057px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1058 {
  width: 1058px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1059 {
  width: 1059px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1060 {
  width: 1060px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1061 {
  width: 1061px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1062 {
  width: 1062px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1063 {
  width: 1063px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1064 {
  width: 1064px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1065 {
  width: 1065px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1066 {
  width: 1066px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1067 {
  width: 1067px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1068 {
  width: 1068px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1069 {
  width: 1069px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1070 {
  width: 1070px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1071 {
  width: 1071px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1072 {
  width: 1072px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1073 {
  width: 1073px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1074 {
  width: 1074px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1075 {
  width: 1075px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1076 {
  width: 1076px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1077 {
  width: 1077px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1078 {
  width: 1078px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1079 {
  width: 1079px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1080 {
  width: 1080px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1081 {
  width: 1081px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1082 {
  width: 1082px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1083 {
  width: 1083px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1084 {
  width: 1084px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1085 {
  width: 1085px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1086 {
  width: 1086px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1087 {
  width: 1087px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1088 {
  width: 1088px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1089 {
  width: 1089px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1090 {
  width: 1090px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1091 {
  width: 1091px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1092 {
  width: 1092px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1093 {
  width: 1093px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1094 {
  width: 1094px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1095 {
  width: 1095px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1096 {
  width: 1096px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1097 {
  width: 1097px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1098 {
  width: 1098px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1099 {
  width: 1099px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1100 {
  width: 1100px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1101 {
  width: 1101px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1102 {
  width: 1102px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1103 {
  width: 1103px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1104 {
  width: 1104px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1105 {
  width: 1105px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1106 {
  width: 1106px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1107 {
  width: 1107px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1108 {
  width: 1108px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1109 {
  width: 1109px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1110 {
  width: 1110px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1111 {
  width: 1111px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1112 {
  width: 1112px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1113 {
  width: 1113px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1114 {
  width: 1114px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1115 {
  width: 1115px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1116 {
  width: 1116px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1117 {
  width: 1117px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1118 {
  width: 1118px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1119 {
  width: 1119px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1120 {
  width: 1120px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1121 {
  width: 1121px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1122 {
  width: 1122px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1123 {
  width: 1123px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1124 {
  width: 1124px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1125 {
  width: 1125px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1126 {
  width: 1126px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1127 {
  width: 1127px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1128 {
  width: 1128px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1129 {
  width: 1129px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1130 {
  width: 1130px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1131 {
  width: 1131px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1132 {
  width: 1132px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1133 {
  width: 1133px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1134 {
  width: 1134px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1135 {
  width: 1135px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1136 {
  width: 1136px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1137 {
  width: 1137px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1138 {
  width: 1138px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1139 {
  width: 1139px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1140 {
  width: 1140px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1141 {
  width: 1141px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1142 {
  width: 1142px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1143 {
  width: 1143px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1144 {
  width: 1144px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1145 {
  width: 1145px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1146 {
  width: 1146px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1147 {
  width: 1147px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1148 {
  width: 1148px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1149 {
  width: 1149px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1150 {
  width: 1150px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1151 {
  width: 1151px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1152 {
  width: 1152px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1153 {
  width: 1153px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1154 {
  width: 1154px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1155 {
  width: 1155px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1156 {
  width: 1156px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1157 {
  width: 1157px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1158 {
  width: 1158px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1159 {
  width: 1159px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1160 {
  width: 1160px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1161 {
  width: 1161px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1162 {
  width: 1162px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1163 {
  width: 1163px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1164 {
  width: 1164px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1165 {
  width: 1165px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1166 {
  width: 1166px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1167 {
  width: 1167px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1168 {
  width: 1168px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1169 {
  width: 1169px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1170 {
  width: 1170px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1171 {
  width: 1171px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1172 {
  width: 1172px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1173 {
  width: 1173px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1174 {
  width: 1174px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1175 {
  width: 1175px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1176 {
  width: 1176px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1177 {
  width: 1177px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1178 {
  width: 1178px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1179 {
  width: 1179px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1180 {
  width: 1180px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1181 {
  width: 1181px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1182 {
  width: 1182px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1183 {
  width: 1183px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1184 {
  width: 1184px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1185 {
  width: 1185px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1186 {
  width: 1186px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1187 {
  width: 1187px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1188 {
  width: 1188px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1189 {
  width: 1189px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1190 {
  width: 1190px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1191 {
  width: 1191px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1192 {
  width: 1192px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1193 {
  width: 1193px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1194 {
  width: 1194px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1195 {
  width: 1195px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1196 {
  width: 1196px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1197 {
  width: 1197px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1198 {
  width: 1198px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1199 {
  width: 1199px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1200 {
  width: 1200px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1201 {
  width: 1201px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1202 {
  width: 1202px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1203 {
  width: 1203px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1204 {
  width: 1204px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1205 {
  width: 1205px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1206 {
  width: 1206px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1207 {
  width: 1207px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1208 {
  width: 1208px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1209 {
  width: 1209px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1210 {
  width: 1210px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1211 {
  width: 1211px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1212 {
  width: 1212px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1213 {
  width: 1213px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1214 {
  width: 1214px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1215 {
  width: 1215px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1216 {
  width: 1216px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1217 {
  width: 1217px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1218 {
  width: 1218px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1219 {
  width: 1219px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1220 {
  width: 1220px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1221 {
  width: 1221px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1222 {
  width: 1222px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1223 {
  width: 1223px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1224 {
  width: 1224px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1225 {
  width: 1225px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1226 {
  width: 1226px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1227 {
  width: 1227px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1228 {
  width: 1228px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1229 {
  width: 1229px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1230 {
  width: 1230px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1231 {
  width: 1231px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1232 {
  width: 1232px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1233 {
  width: 1233px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1234 {
  width: 1234px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1235 {
  width: 1235px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1236 {
  width: 1236px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1237 {
  width: 1237px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1238 {
  width: 1238px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1239 {
  width: 1239px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1240 {
  width: 1240px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1241 {
  width: 1241px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1242 {
  width: 1242px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1243 {
  width: 1243px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1244 {
  width: 1244px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1245 {
  width: 1245px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1246 {
  width: 1246px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1247 {
  width: 1247px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1248 {
  width: 1248px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1249 {
  width: 1249px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1250 {
  width: 1250px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1251 {
  width: 1251px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1252 {
  width: 1252px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1253 {
  width: 1253px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1254 {
  width: 1254px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1255 {
  width: 1255px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1256 {
  width: 1256px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1257 {
  width: 1257px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1258 {
  width: 1258px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1259 {
  width: 1259px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1260 {
  width: 1260px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1261 {
  width: 1261px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1262 {
  width: 1262px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1263 {
  width: 1263px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1264 {
  width: 1264px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1265 {
  width: 1265px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1266 {
  width: 1266px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1267 {
  width: 1267px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1268 {
  width: 1268px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1269 {
  width: 1269px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1270 {
  width: 1270px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1271 {
  width: 1271px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1272 {
  width: 1272px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1273 {
  width: 1273px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1274 {
  width: 1274px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1275 {
  width: 1275px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1276 {
  width: 1276px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1277 {
  width: 1277px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1278 {
  width: 1278px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1279 {
  width: 1279px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1280 {
  width: 1280px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1281 {
  width: 1281px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1282 {
  width: 1282px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1283 {
  width: 1283px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1284 {
  width: 1284px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1285 {
  width: 1285px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1286 {
  width: 1286px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1287 {
  width: 1287px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1288 {
  width: 1288px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1289 {
  width: 1289px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1290 {
  width: 1290px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1291 {
  width: 1291px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1292 {
  width: 1292px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1293 {
  width: 1293px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1294 {
  width: 1294px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1295 {
  width: 1295px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1296 {
  width: 1296px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1297 {
  width: 1297px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1298 {
  width: 1298px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1299 {
  width: 1299px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1300 {
  width: 1300px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1301 {
  width: 1301px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1302 {
  width: 1302px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1303 {
  width: 1303px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1304 {
  width: 1304px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1305 {
  width: 1305px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1306 {
  width: 1306px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1307 {
  width: 1307px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1308 {
  width: 1308px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1309 {
  width: 1309px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1310 {
  width: 1310px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1311 {
  width: 1311px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1312 {
  width: 1312px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1313 {
  width: 1313px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1314 {
  width: 1314px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1315 {
  width: 1315px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1316 {
  width: 1316px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1317 {
  width: 1317px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1318 {
  width: 1318px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1319 {
  width: 1319px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1320 {
  width: 1320px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1321 {
  width: 1321px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1322 {
  width: 1322px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1323 {
  width: 1323px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1324 {
  width: 1324px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1325 {
  width: 1325px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1326 {
  width: 1326px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1327 {
  width: 1327px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1328 {
  width: 1328px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1329 {
  width: 1329px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1330 {
  width: 1330px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1331 {
  width: 1331px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1332 {
  width: 1332px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1333 {
  width: 1333px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1334 {
  width: 1334px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1335 {
  width: 1335px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1336 {
  width: 1336px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1337 {
  width: 1337px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1338 {
  width: 1338px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1339 {
  width: 1339px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1340 {
  width: 1340px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1341 {
  width: 1341px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1342 {
  width: 1342px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1343 {
  width: 1343px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1344 {
  width: 1344px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1345 {
  width: 1345px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1346 {
  width: 1346px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1347 {
  width: 1347px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1348 {
  width: 1348px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1349 {
  width: 1349px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1350 {
  width: 1350px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1351 {
  width: 1351px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1352 {
  width: 1352px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1353 {
  width: 1353px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1354 {
  width: 1354px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1355 {
  width: 1355px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1356 {
  width: 1356px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1357 {
  width: 1357px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1358 {
  width: 1358px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1359 {
  width: 1359px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1360 {
  width: 1360px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1361 {
  width: 1361px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1362 {
  width: 1362px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1363 {
  width: 1363px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1364 {
  width: 1364px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1365 {
  width: 1365px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1366 {
  width: 1366px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1367 {
  width: 1367px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1368 {
  width: 1368px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1369 {
  width: 1369px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1370 {
  width: 1370px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1371 {
  width: 1371px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1372 {
  width: 1372px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1373 {
  width: 1373px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1374 {
  width: 1374px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1375 {
  width: 1375px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1376 {
  width: 1376px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1377 {
  width: 1377px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1378 {
  width: 1378px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1379 {
  width: 1379px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1380 {
  width: 1380px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1381 {
  width: 1381px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1382 {
  width: 1382px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1383 {
  width: 1383px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1384 {
  width: 1384px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1385 {
  width: 1385px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1386 {
  width: 1386px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1387 {
  width: 1387px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1388 {
  width: 1388px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1389 {
  width: 1389px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1390 {
  width: 1390px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1391 {
  width: 1391px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1392 {
  width: 1392px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1393 {
  width: 1393px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1394 {
  width: 1394px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1395 {
  width: 1395px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1396 {
  width: 1396px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1397 {
  width: 1397px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1398 {
  width: 1398px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1399 {
  width: 1399px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1400 {
  width: 1400px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1401 {
  width: 1401px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1402 {
  width: 1402px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1403 {
  width: 1403px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1404 {
  width: 1404px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1405 {
  width: 1405px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1406 {
  width: 1406px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1407 {
  width: 1407px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1408 {
  width: 1408px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1409 {
  width: 1409px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1410 {
  width: 1410px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1411 {
  width: 1411px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1412 {
  width: 1412px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1413 {
  width: 1413px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1414 {
  width: 1414px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1415 {
  width: 1415px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1416 {
  width: 1416px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1417 {
  width: 1417px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1418 {
  width: 1418px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1419 {
  width: 1419px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1420 {
  width: 1420px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1421 {
  width: 1421px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1422 {
  width: 1422px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1423 {
  width: 1423px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1424 {
  width: 1424px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1425 {
  width: 1425px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1426 {
  width: 1426px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1427 {
  width: 1427px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1428 {
  width: 1428px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1429 {
  width: 1429px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1430 {
  width: 1430px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1431 {
  width: 1431px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1432 {
  width: 1432px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1433 {
  width: 1433px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1434 {
  width: 1434px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1435 {
  width: 1435px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1436 {
  width: 1436px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1437 {
  width: 1437px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1438 {
  width: 1438px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1439 {
  width: 1439px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1440 {
  width: 1440px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1441 {
  width: 1441px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1442 {
  width: 1442px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1443 {
  width: 1443px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1444 {
  width: 1444px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1445 {
  width: 1445px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1446 {
  width: 1446px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1447 {
  width: 1447px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1448 {
  width: 1448px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1449 {
  width: 1449px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1450 {
  width: 1450px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1451 {
  width: 1451px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1452 {
  width: 1452px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1453 {
  width: 1453px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1454 {
  width: 1454px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1455 {
  width: 1455px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1456 {
  width: 1456px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1457 {
  width: 1457px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1458 {
  width: 1458px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1459 {
  width: 1459px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1460 {
  width: 1460px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1461 {
  width: 1461px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1462 {
  width: 1462px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1463 {
  width: 1463px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1464 {
  width: 1464px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1465 {
  width: 1465px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1466 {
  width: 1466px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1467 {
  width: 1467px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1468 {
  width: 1468px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1469 {
  width: 1469px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1470 {
  width: 1470px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1471 {
  width: 1471px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1472 {
  width: 1472px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1473 {
  width: 1473px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1474 {
  width: 1474px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1475 {
  width: 1475px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1476 {
  width: 1476px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1477 {
  width: 1477px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1478 {
  width: 1478px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1479 {
  width: 1479px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1480 {
  width: 1480px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1481 {
  width: 1481px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1482 {
  width: 1482px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1483 {
  width: 1483px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1484 {
  width: 1484px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1485 {
  width: 1485px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1486 {
  width: 1486px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1487 {
  width: 1487px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1488 {
  width: 1488px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1489 {
  width: 1489px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1490 {
  width: 1490px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1491 {
  width: 1491px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1492 {
  width: 1492px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1493 {
  width: 1493px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1494 {
  width: 1494px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1495 {
  width: 1495px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1496 {
  width: 1496px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1497 {
  width: 1497px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1498 {
  width: 1498px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1499 {
  width: 1499px;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/utilities.scss */
.width-1500 {
  width: 1500px;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .component-v2 .btn-primary-w100-p3 {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6rem 0.9rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 12px;
  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) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn, .component-v2 .btn-primary-w100-p3 {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .component-v2 .btn-primary-w100-p3:hover {
  color: #212529;
  text-decoration: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .component-v2 .btn-primary-w100-p3:focus, .btn.focus, .component-v2 .focus.btn-primary-w100-p3 {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.25);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .component-v2 .disabled.btn-primary-w100-p3, .btn:disabled, .component-v2 .btn-primary-w100-p3:disabled {
  opacity: 0.65;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, .component-v2 a.disabled.btn-primary-w100-p3,
fieldset:disabled a.btn,
fieldset:disabled .component-v2 a.btn-primary-w100-p3,
.component-v2 fieldset:disabled a.btn-primary-w100-p3 {
  pointer-events: none;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .component-v2 .btn-primary-w100-p3 {
  color: #fff;
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover, .component-v2 .btn-primary-w100-p3:hover {
  color: #fff;
  background-color: #0085bc;
  border-color: #007caf;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .component-v2 .btn-primary-w100-p3:focus, .btn-primary.focus, .component-v2 .focus.btn-primary-w100-p3 {
  box-shadow: 0 0 0 0.2rem rgba(38, 174, 230, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .component-v2 .disabled.btn-primary-w100-p3, .btn-primary:disabled, .component-v2 .btn-primary-w100-p3:disabled {
  color: #fff;
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .component-v2 .btn-primary-w100-p3:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .component-v2 .btn-primary-w100-p3.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, .component-v2 .show > .dropdown-toggle.btn-primary-w100-p3 {
  color: #fff;
  background-color: #007caf;
  border-color: #0073a2;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .component-v2 .btn-primary-w100-p3:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .component-v2 .btn-primary-w100-p3.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .component-v2 .show > .dropdown-toggle.btn-primary-w100-p3:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 174, 230, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: gray;
  border-color: #7a7a7a;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7a7a7a;
  border-color: #737373;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #2BA84A;
  border-color: #2BA84A;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #238a3d;
  border-color: #217f38;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 181, 101, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #2BA84A;
  border-color: #2BA84A;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #217f38;
  border-color: #1e7534;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 181, 101, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #212529;
  background-color: #aadcee;
  border-color: #aadcee;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #212529;
  background-color: #8acfe8;
  border-color: #80cbe6;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 193, 208, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #aadcee;
  border-color: #aadcee;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #80cbe6;
  border-color: #75c6e3;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 193, 208, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #FB8B24;
  border-color: #FB8B24;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #f47704;
  border-color: #e87104;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 124, 37, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FB8B24;
  border-color: #FB8B24;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e87104;
  border-color: #db6b04;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 124, 37, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #E6230D;
  border-color: #E6230D;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c21d0b;
  border-color: #b61c0a;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 68, 49, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #E6230D;
  border-color: #E6230D;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b61c0a;
  border-color: #aa1a0a;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 68, 49, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #ececec;
  border-color: #ececec;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #d9d9d9;
  border-color: lightgray;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 206, 207, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ececec;
  border-color: #ececec;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: lightgray;
  border-color: #cccccc;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 206, 207, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #212121;
  border-color: #1b1b1b;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #141414;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #00A0E2;
  border-color: #00A0E2;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00A0E2;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #939393;
  border-color: #939393;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #939393;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #2BA84A;
  border-color: #2BA84A;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #2BA84A;
  border-color: #2BA84A;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2BA84A;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #2BA84A;
  border-color: #2BA84A;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #aadcee;
  border-color: #aadcee;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #212529;
  background-color: #aadcee;
  border-color: #aadcee;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 220, 238, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #aadcee;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #aadcee;
  border-color: #aadcee;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 220, 238, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #FB8B24;
  border-color: #FB8B24;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FB8B24;
  border-color: #FB8B24;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 139, 36, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FB8B24;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FB8B24;
  border-color: #FB8B24;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 139, 36, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #E6230D;
  border-color: #E6230D;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #E6230D;
  border-color: #E6230D;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #E6230D;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #E6230D;
  border-color: #E6230D;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #ececec;
  border-color: #ececec;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #ececec;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ececec;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #ececec;
  border-color: #ececec;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343434;
  border-color: #343434;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343434;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5);
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #00A0E2;
  text-decoration: none;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #006a96;
  text-decoration: underline;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg {
  padding: 0.92rem 1.24rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 12px;
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 10px;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn-submit {
  background: #00A0E2;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 8px;
  padding: 0.4rem 3rem;
  line-height: 1.5;
  box-shadow: 0 1px 2px 0 rgba(80, 60, 60, 0.12), 0 -1px 2px 0 rgba(80, 60, 60, 0.12);
}

/* line 15, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn-submit:hover {
  cursor: pointer;
  color: #fff;
  transition: all 300ms;
  opacity: 0.4;
  text-decoration: none;
  box-shadow: none;
}

/* line 23, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn-submit:disabled:hover {
  cursor: not-allowed;
  opacity: 0.65;
}

/* line 30, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn, .component-v2 .btn-primary-w100-p3 {
  white-space: nowrap;
}

/* line 34, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn-secondary {
  color: white;
}

/* line 38, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn:hover, .component-v2 .btn-primary-w100-p3:hover {
  transition: all 300ms;
  opacity: 0.4;
  text-decoration: none;
  box-shadow: none;
}

/* line 42, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn:focus, .component-v2 .btn-primary-w100-p3:focus {
  box-shadow: none;
}

/* line 46, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn--default {
  background-color: #00A0E2;
  color: #fff;
}

/* line 50, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn--default:hover {
  color: #fff;
}

/* line 55, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn--border {
  border-radius: 1.5rem;
}

/* line 59, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn--primary {
  background-color: #00A0E2;
  color: #fff;
}

/* line 64, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn--cancel {
  background-color: rgba(94, 94, 94, 0.7);
  color: #fff;
}

/* line 69, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn--red {
  background-color: #E6230D;
  color: #fff;
}

/* line 73, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn--red:hover {
  color: #fff;
}

/* line 78, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.btn--close {
  color: #fff;
  background-color: rgba(94, 94, 94, 0.7);
  letter-spacing: 0.1rem;
}

/* line 87, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn, .component-v2 .btn-primary-w100-p3 {
  font-weight: 700;
}

/* line 90, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-round {
  border-radius: 1.35rem;
}

/* line 93, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-round.btn-sm {
  border-radius: 1rem;
}

/* line 97, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-round.btn-lg {
  border-radius: 1.67rem;
}

/* line 103, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-outline-link {
  border-color: #dee2e6;
}

/* line 107, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-pinkish-grey {
  color: #fff;
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.component-v2 .btn-pinkish-grey:hover {
  color: #212529;
  background-color: #aaaaaa;
  border-color: #a4a4a4;
}

/* line 74, app/assets/stylesheets/admin/bootstrap/mixins.scss */
.component-v2 .btn-pinkish-grey:focus, .component-v2 .btn-pinkish-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 189, 189, 0.5);
}

/* line 85, app/assets/stylesheets/admin/bootstrap/mixins.scss */
.component-v2 .btn-pinkish-grey.disabled, .component-v2 .btn-pinkish-grey:disabled {
  color: #212529;
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* line 92, app/assets/stylesheets/admin/bootstrap/mixins.scss */
.component-v2 .btn-pinkish-grey:not(:disabled):not(.disabled):active, .component-v2 .btn-pinkish-grey.active:not(:disabled):not(.disabled), .show > .component-v2 .btn-pinkish-grey.dropdown-toggle {
  color: #212529;
  background-color: #a4a4a4;
  border-color: #9d9d9d;
}

/* line 102, app/assets/stylesheets/admin/bootstrap/mixins.scss */
.component-v2 .btn-pinkish-grey:not(:disabled):not(.disabled):active:focus, .component-v2 .btn-pinkish-grey.active:not(:disabled):not(.disabled):focus, .show > .component-v2 .btn-pinkish-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 189, 189, 0.5);
}

/* line 111, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-outline-tab {
  border-color: #dee2e6;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.component-v2 .btn-outline-tab:hover {
  cursor: pointer;
}

/* line 118, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-outline-tab.btn-sm {
  padding: .46rem .78rem;
}

/* line 122, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-outline-tab.active {
  border-color: #00A0E2;
}

/* line 127, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-xlg {
  padding: 0.9rem 1.2rem;
  font-size: 1.36rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  font-weight: bold;
}

/* line 140, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* line 147, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox] ~ .circle-check-label {
  position: relative;
  margin: 0;
  padding-left: 0.4875rem;
  min-width: 1.625rem;
  min-height: 1.625rem;
  text-align: left;
}

/* line 155, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox] ~ .circle-check-label:before, .component-v2 .circle-check > input[type=checkbox] ~ .circle-check-label:after {
  position: absolute;
  top: 0;
  width: 1.625rem;
  height: 1.625rem;
}

/* line 163, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox] ~ .circle-check-label:before {
  content: '';
  border: 1px solid #ececec;
  border-radius: 0.8125rem;
  background-color: #ececec;
  transition: border-color 200ms, background-color 200ms;
}

/* line 171, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox] ~ .circle-check-label:after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  line-height: 1.625rem;
}

/* line 181, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox]:checked ~ .circle-check-label:before {
  border-color: #00A0E2;
  background-color: #00A0E2;
}

/* line 186, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox]:checked ~ .circle-check-label:after {
  transform: scale(1);
}

/* line 194, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary {
  height: 30px;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  border-radius: 18px;
  color: #00A0E2;
  border-color: #00A0E2;
}

/* line 204, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary.disabled {
  color: #BDBDBD;
  border-color: #BDBDBD;
  opacity: 1;
  pointer-events: none;
}

/* line 211, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary:hover {
  background: #F7F7F7;
  color: #00A0E2;
  opacity: 1;
}

/* line 217, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  line-height: 18px;
}

/* line 225, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add:hover {
  opacity: 1;
}

/* line 229, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add img {
  padding: 6px;
  margin-right: 8px;
  border-radius: 50%;
}

/* line 235, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.gray {
  color: #828282;
}

/* line 238, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.gray img {
  background-color: #F7F7F7;
}

/* line 242, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.gray:hover img {
  background-color: #ECECEC;
}

/* line 247, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.blue {
  color: #00A0E2;
}

/* line 250, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.blue img {
  background-color: #F2F8FC;
}

/* line 254, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.blue:hover img {
  background-color: #e8f0f5;
}

/* line 262, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.custom-radio-bordered {
  height: 54px;
  width: 220px;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 268, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.custom-radio-bordered .custom-radio {
  margin: 14px 0 17px 15px;
  line-height: 24px;
  min-height: 20px;
}

/* line 273, app/assets/stylesheets/admin/bootstrap/buttons.scss */
.custom-radio-bordered .custom-radio .custom-control-label {
  font-size: 16px;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.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;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.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;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.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;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.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;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ececec;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00A0E2;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 187, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu {
  border-radius: 9px;
  padding: 5px;
  min-width: 185px;
  border: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu .dropdown-item {
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 0.875rem;
}

/* line 19, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu div.form-group {
  margin-top: 17px;
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu div.form-group:first-of-type {
  margin-top: 7px;
}

/* line 29, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu {
  min-width: 143px;
  line-height: 1;
}

/* line 33, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check {
  padding-left: 10px;
  font-size: 0.812rem;
}

/* line 37, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* line 44, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-left: 19px;
  min-width: 1rem;
  min-height: 13px;
  text-align: left;
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:before, .component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
}

/* line 65, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:before {
  content: "";
  border: 1px solid #ececec;
  border-radius: 0.2rem;
}

/* line 71, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  line-height: 0.875rem;
}

/* line 86, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox]:checked ~ .drop-check-label:before {
  border-color: #00A0E2;
  background-color: #00A0E2;
}

/* line 91, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox]:checked ~ .drop-check-label:after {
  transform: scale(1);
}

/* line 99, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .form-submit {
  margin-top: 12px;
  margin-bottom: 3px;
}

/* line 103, app/assets/stylesheets/admin/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .form-submit input[type=submit] {
  font-size: 13px;
  line-height: 1;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #005376;
  background-color: #ccecf9;
  border-color: #b8e4f7;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #a1dbf4;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002f43;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #4c4c4c;
  background-color: #e9e9e9;
  border-color: #e1e1e1;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #d4d4d4;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #333333;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #165726;
  background-color: #d5eedb;
  border-color: #c4e7cc;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b2e0bc;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c2e14;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #58727c;
  background-color: #eef8fc;
  border-color: #e7f5fa;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #d2ecf6;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #43575e;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #834813;
  background-color: #fee8d3;
  border-color: #fedfc2;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #fed2a9;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #56300d;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #781207;
  background-color: #fad3cf;
  border-color: #f8c1bb;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f6aca4;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #480b04;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #7b7b7b;
  background-color: #fbfbfb;
  border-color: #fafafa;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ededed;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #626262;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9b9b9;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #020202;
}

/* line 7, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-sm {
  padding: 10px;
  font-size: 0.687rem;
}

/* line 12, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-default {
  border-radius: 10px;
  color: #212529;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* line 18, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert button:focus {
  outline: none;
}

/* line 22, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-bar {
  border-radius: 1.25rem;
  padding: .5rem 1rem;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* line 30, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-bar .close {
  position: absolute;
  top: -.4rem;
  right: -.2rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: underline;
  color: inherit;
}

/* line 40, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-bar .action {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: underline;
  color: inherit;
}

/* line 50, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-bar.alert-primary {
  background: #00A0E2;
  color: #fff;
}

/* line 55, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-bar.alert-warning {
  background: #FB8B24;
  color: #fff;
}

/* line 60, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-bar.alert-black {
  background: #343434;
  color: #fff;
}

/* line 66, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-validation-bar {
  display: flex;
  margin-bottom: 10px;
  padding: 11px 15px;
  border: 1px solid #DDD;
  border-radius: 6px;
  line-height: 12px;
  height: 34px;
}

/* line 75, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-validation-bar .icon {
  margin-top: -2px;
  margin-right: 5px;
}

/* line 80, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-validation-bar .message {
  color: #E6230D;
  font-size: 0.75rem;
}

/* line 85, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-validation-bar .close {
  padding: 2px 10px 6px;
}

/* line 88, app/assets/stylesheets/admin/bootstrap/alert.scss */
.component-v2 .alert.alert-validation-bar .close .icon-cancel {
  font-size: 0.75rem;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url(https://d6ror40086i9l.cloudfront.net/assets/ionicons-5b73ad985d84687fab7cbebb12b34aeb110728ad6a69028ed84337cc7c3493a5.eot?v=2.0.0#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/ionicons-da639e376f3963103ef78aa0602ef5bd64f30f37da2981109065aa7b16e73826.ttf?v=2.0.0) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/ionicons-ed783db689b91ad262f2180741723562c85aaf733541924a71fbff5114816c61.woff?v=2.0.0) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/ionicons-2ad6ff1dc11d4b8393034b6392ca47ea127616dce3cf67ceb1e0b2b58177bc60.svg?v=2.0.0#Ionicons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 24, app/assets/stylesheets/admin/components/ionicons.scss */
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-alert:before {
  content: "\f101";
}

/* line 28, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-alert-circled:before {
  content: "\f100";
}

/* line 30, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-add:before {
  content: "\f2c7";
}

/* line 32, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-add-circle:before {
  content: "\f359";
}

/* line 34, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-alarm-clock:before {
  content: "\f35a";
}

/* line 36, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-alert:before {
  content: "\f35b";
}

/* line 38, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-apps:before {
  content: "\f35c";
}

/* line 40, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-archive:before {
  content: "\f2c9";
}

/* line 42, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-back:before {
  content: "\f2ca";
}

/* line 44, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-down:before {
  content: "\f35d";
}

/* line 46, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

/* line 48, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

/* line 50, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-dropleft:before {
  content: "\f361";
}

/* line 52, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

/* line 54, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-dropright:before {
  content: "\f363";
}

/* line 56, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

/* line 58, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-dropup:before {
  content: "\f365";
}

/* line 60, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

/* line 62, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-forward:before {
  content: "\f30f";
}

/* line 64, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-arrow-up:before {
  content: "\f366";
}

/* line 66, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-attach:before {
  content: "\f367";
}

/* line 68, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-bar:before {
  content: "\f368";
}

/* line 70, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-bicycle:before {
  content: "\f369";
}

/* line 72, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-boat:before {
  content: "\f36a";
}

/* line 74, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-bookmark:before {
  content: "\f36b";
}

/* line 76, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-bulb:before {
  content: "\f36c";
}

/* line 78, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-bus:before {
  content: "\f36d";
}

/* line 80, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-calendar:before {
  content: "\f2d1";
}

/* line 82, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-call:before {
  content: "\f2d2";
}

/* line 84, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-camera:before {
  content: "\f2d3";
}

/* line 86, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-cancel:before {
  content: "\f36e";
}

/* line 88, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-car:before {
  content: "\f36f";
}

/* line 90, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-cart:before {
  content: "\f370";
}

/* line 92, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-chat:before {
  content: "\f2d4";
}

/* line 94, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-checkbox:before {
  content: "\f374";
}

/* line 96, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-checkbox-blank:before {
  content: "\f371";
}

/* line 98, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-checkbox-outline:before {
  content: "\f373";
}

/* line 100, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

/* line 102, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-checkmark-circle:before {
  content: "\f375";
}

/* line 104, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-clipboard:before {
  content: "\f376";
}

/* line 106, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-close:before {
  content: "\f2d7";
}

/* line 108, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-cloud:before {
  content: "\f37a";
}

/* line 110, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-cloud-circle:before {
  content: "\f377";
}

/* line 112, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-cloud-done:before {
  content: "\f378";
}

/* line 114, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-cloud-outline:before {
  content: "\f379";
}

/* line 116, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-color-palette:before {
  content: "\f37b";
}

/* line 118, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-compass:before {
  content: "\f37c";
}

/* line 120, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-contact:before {
  content: "\f2d8";
}

/* line 122, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-contacts:before {
  content: "\f2d9";
}

/* line 124, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-contract:before {
  content: "\f37d";
}

/* line 126, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-create:before {
  content: "\f37e";
}

/* line 128, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-delete:before {
  content: "\f37f";
}

/* line 130, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-desktop:before {
  content: "\f380";
}

/* line 132, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-document:before {
  content: "\f381";
}

/* line 134, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-done:before {
  content: "\f383";
}

/* line 136, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-done-all:before {
  content: "\f382";
}

/* line 138, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-download:before {
  content: "\f2dd";
}

/* line 140, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-drafts:before {
  content: "\f384";
}

/* line 142, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-exit:before {
  content: "\f385";
}

/* line 144, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-expand:before {
  content: "\f386";
}

/* line 146, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-favorite:before {
  content: "\f388";
}

/* line 148, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-favorite-outline:before {
  content: "\f387";
}

/* line 150, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-film:before {
  content: "\f389";
}

/* line 152, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-folder:before {
  content: "\f2e0";
}

/* line 154, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-folder-open:before {
  content: "\f38a";
}

/* line 156, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-funnel:before {
  content: "\f38b";
}

/* line 158, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-globe:before {
  content: "\f38c";
}

/* line 160, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-hand:before {
  content: "\f2e3";
}

/* line 162, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-hangout:before {
  content: "\f38d";
}

/* line 164, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-happy:before {
  content: "\f38e";
}

/* line 166, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-home:before {
  content: "\f38f";
}

/* line 168, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-image:before {
  content: "\f2e4";
}

/* line 170, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-laptop:before {
  content: "\f390";
}

/* line 172, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-list:before {
  content: "\f391";
}

/* line 174, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-locate:before {
  content: "\f2e9";
}

/* line 176, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-lock:before {
  content: "\f392";
}

/* line 178, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-mail:before {
  content: "\f2eb";
}

/* line 180, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-map:before {
  content: "\f393";
}

/* line 182, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-menu:before {
  content: "\f394";
}

/* line 184, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-microphone:before {
  content: "\f2ec";
}

/* line 186, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-microphone-off:before {
  content: "\f395";
}

/* line 188, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-more-horizontal:before {
  content: "\f396";
}

/* line 190, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-more-vertical:before {
  content: "\f397";
}

/* line 192, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-navigate:before {
  content: "\f398";
}

/* line 194, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-notifications:before {
  content: "\f39b";
}

/* line 196, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-notifications-none:before {
  content: "\f399";
}

/* line 198, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-notifications-off:before {
  content: "\f39a";
}

/* line 200, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-open:before {
  content: "\f39c";
}

/* line 202, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-options:before {
  content: "\f39d";
}

/* line 204, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-people:before {
  content: "\f39e";
}

/* line 206, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-person:before {
  content: "\f3a0";
}

/* line 208, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-person-add:before {
  content: "\f39f";
}

/* line 210, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-phone-landscape:before {
  content: "\f3a1";
}

/* line 212, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-phone-portrait:before {
  content: "\f3a2";
}

/* line 214, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-pin:before {
  content: "\f3a3";
}

/* line 216, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-plane:before {
  content: "\f3a4";
}

/* line 218, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-playstore:before {
  content: "\f2f0";
}

/* line 220, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-print:before {
  content: "\f3a5";
}

/* line 222, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-radio-button-off:before {
  content: "\f3a6";
}

/* line 224, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-radio-button-on:before {
  content: "\f3a7";
}

/* line 226, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-refresh:before {
  content: "\f3a8";
}

/* line 228, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-remove:before {
  content: "\f2f4";
}

/* line 230, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-remove-circle:before {
  content: "\f3a9";
}

/* line 232, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-restaurant:before {
  content: "\f3aa";
}

/* line 234, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-sad:before {
  content: "\f3ab";
}

/* line 236, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-search:before {
  content: "\f2f5";
}

/* line 238, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-send:before {
  content: "\f2f6";
}

/* line 240, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-settings:before {
  content: "\f2f7";
}

/* line 242, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-share:before {
  content: "\f2f8";
}

/* line 244, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-share-alt:before {
  content: "\f3ac";
}

/* line 246, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-star:before {
  content: "\f2fc";
}

/* line 248, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-star-half:before {
  content: "\f3ad";
}

/* line 250, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-star-outline:before {
  content: "\f3ae";
}

/* line 252, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-stopwatch:before {
  content: "\f2fd";
}

/* line 254, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-subway:before {
  content: "\f3af";
}

/* line 256, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-sunny:before {
  content: "\f3b0";
}

/* line 258, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-sync:before {
  content: "\f3b1";
}

/* line 260, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-textsms:before {
  content: "\f3b2";
}

/* line 262, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-time:before {
  content: "\f3b3";
}

/* line 264, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-train:before {
  content: "\f3b4";
}

/* line 266, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-unlock:before {
  content: "\f3b5";
}

/* line 268, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-upload:before {
  content: "\f3b6";
}

/* line 270, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-volume-down:before {
  content: "\f3b7";
}

/* line 272, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-volume-mute:before {
  content: "\f3b8";
}

/* line 274, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-volume-off:before {
  content: "\f3b9";
}

/* line 276, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-volume-up:before {
  content: "\f3ba";
}

/* line 278, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-walk:before {
  content: "\f3bb";
}

/* line 280, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-warning:before {
  content: "\f3bc";
}

/* line 282, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-watch:before {
  content: "\f3bd";
}

/* line 284, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-android-wifi:before {
  content: "\f305";
}

/* line 286, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-aperture:before {
  content: "\f313";
}

/* line 288, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-archive:before {
  content: "\f102";
}

/* line 290, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-down-a:before {
  content: "\f103";
}

/* line 292, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-down-b:before {
  content: "\f104";
}

/* line 294, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-down-c:before {
  content: "\f105";
}

/* line 296, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-expand:before {
  content: "\f25e";
}

/* line 298, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

/* line 300, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-graph-down-right:before {
  content: "\f260";
}

/* line 302, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-graph-up-left:before {
  content: "\f261";
}

/* line 304, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-graph-up-right:before {
  content: "\f262";
}

/* line 306, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-left-a:before {
  content: "\f106";
}

/* line 308, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-left-b:before {
  content: "\f107";
}

/* line 310, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-left-c:before {
  content: "\f108";
}

/* line 312, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-move:before {
  content: "\f263";
}

/* line 314, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-resize:before {
  content: "\f264";
}

/* line 316, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-return-left:before {
  content: "\f265";
}

/* line 318, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-return-right:before {
  content: "\f266";
}

/* line 320, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-right-a:before {
  content: "\f109";
}

/* line 322, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-right-b:before {
  content: "\f10a";
}

/* line 324, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-right-c:before {
  content: "\f10b";
}

/* line 326, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-shrink:before {
  content: "\f267";
}

/* line 328, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-swap:before {
  content: "\f268";
}

/* line 330, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-up-a:before {
  content: "\f10c";
}

/* line 332, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-up-b:before {
  content: "\f10d";
}

/* line 334, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-arrow-up-c:before {
  content: "\f10e";
}

/* line 336, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-asterisk:before {
  content: "\f314";
}

/* line 338, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-at:before {
  content: "\f10f";
}

/* line 340, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-backspace:before {
  content: "\f3bf";
}

/* line 342, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-backspace-outline:before {
  content: "\f3be";
}

/* line 344, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-bag:before {
  content: "\f110";
}

/* line 346, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-battery-charging:before {
  content: "\f111";
}

/* line 348, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-battery-empty:before {
  content: "\f112";
}

/* line 350, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-battery-full:before {
  content: "\f113";
}

/* line 352, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-battery-half:before {
  content: "\f114";
}

/* line 354, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-battery-low:before {
  content: "\f115";
}

/* line 356, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-beaker:before {
  content: "\f269";
}

/* line 358, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-beer:before {
  content: "\f26a";
}

/* line 360, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-bluetooth:before {
  content: "\f116";
}

/* line 362, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-bonfire:before {
  content: "\f315";
}

/* line 364, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-bookmark:before {
  content: "\f26b";
}

/* line 366, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-bowtie:before {
  content: "\f3c0";
}

/* line 368, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-briefcase:before {
  content: "\f26c";
}

/* line 370, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-bug:before {
  content: "\f2be";
}

/* line 372, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-calculator:before {
  content: "\f26d";
}

/* line 374, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-calendar:before {
  content: "\f117";
}

/* line 376, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-camera:before {
  content: "\f118";
}

/* line 378, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-card:before {
  content: "\f119";
}

/* line 380, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-cash:before {
  content: "\f316";
}

/* line 382, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-chatbox:before {
  content: "\f11b";
}

/* line 384, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-chatbox-working:before {
  content: "\f11a";
}

/* line 386, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-chatboxes:before {
  content: "\f11c";
}

/* line 388, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-chatbubble:before {
  content: "\f11e";
}

/* line 390, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-chatbubble-working:before {
  content: "\f11d";
}

/* line 392, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-chatbubbles:before {
  content: "\f11f";
}

/* line 394, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-checkmark:before {
  content: "\f122";
}

/* line 396, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-checkmark-circled:before {
  content: "\f120";
}

/* line 398, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-checkmark-round:before {
  content: "\f121";
}

/* line 400, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-chevron-down:before {
  content: "\f123";
}

/* line 402, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-chevron-left:before {
  content: "\f124";
}

/* line 404, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-chevron-right:before {
  content: "\f125";
}

/* line 406, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-chevron-up:before {
  content: "\f126";
}

/* line 408, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-clipboard:before {
  content: "\f127";
}

/* line 410, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-clock:before {
  content: "\f26e";
}

/* line 412, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-close:before {
  content: "\f12a";
}

/* line 414, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-close-circled:before {
  content: "\f128";
}

/* line 416, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-close-round:before {
  content: "\f129";
}

/* line 418, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-closed-captioning:before {
  content: "\f317";
}

/* line 420, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-cloud:before {
  content: "\f12b";
}

/* line 422, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-code:before {
  content: "\f271";
}

/* line 424, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-code-download:before {
  content: "\f26f";
}

/* line 426, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-code-working:before {
  content: "\f270";
}

/* line 428, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-coffee:before {
  content: "\f272";
}

/* line 430, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-compass:before {
  content: "\f273";
}

/* line 432, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-compose:before {
  content: "\f12c";
}

/* line 434, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-connection-bars:before {
  content: "\f274";
}

/* line 436, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-contrast:before {
  content: "\f275";
}

/* line 438, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-crop:before {
  content: "\f3c1";
}

/* line 440, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-cube:before {
  content: "\f318";
}

/* line 442, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-disc:before {
  content: "\f12d";
}

/* line 444, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-document:before {
  content: "\f12f";
}

/* line 446, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-document-text:before {
  content: "\f12e";
}

/* line 448, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-drag:before {
  content: "\f130";
}

/* line 450, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-earth:before {
  content: "\f276";
}

/* line 452, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-easel:before {
  content: "\f3c2";
}

/* line 454, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-edit:before {
  content: "\f2bf";
}

/* line 456, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-egg:before {
  content: "\f277";
}

/* line 458, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-eject:before {
  content: "\f131";
}

/* line 460, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-email:before {
  content: "\f132";
}

/* line 462, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-email-unread:before {
  content: "\f3c3";
}

/* line 464, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

/* line 466, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

/* line 468, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-eye:before {
  content: "\f133";
}

/* line 470, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-eye-disabled:before {
  content: "\f306";
}

/* line 472, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-female:before {
  content: "\f278";
}

/* line 474, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-filing:before {
  content: "\f134";
}

/* line 476, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-film-marker:before {
  content: "\f135";
}

/* line 478, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-fireball:before {
  content: "\f319";
}

/* line 480, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-flag:before {
  content: "\f279";
}

/* line 482, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-flame:before {
  content: "\f31a";
}

/* line 484, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-flash:before {
  content: "\f137";
}

/* line 486, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-flash-off:before {
  content: "\f136";
}

/* line 488, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-folder:before {
  content: "\f139";
}

/* line 490, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-fork:before {
  content: "\f27a";
}

/* line 492, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-fork-repo:before {
  content: "\f2c0";
}

/* line 494, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-forward:before {
  content: "\f13a";
}

/* line 496, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-funnel:before {
  content: "\f31b";
}

/* line 498, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-gear-a:before {
  content: "\f13d";
}

/* line 500, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-gear-b:before {
  content: "\f13e";
}

/* line 502, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-grid:before {
  content: "\f13f";
}

/* line 504, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-hammer:before {
  content: "\f27b";
}

/* line 506, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-happy:before {
  content: "\f31c";
}

/* line 508, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-happy-outline:before {
  content: "\f3c6";
}

/* line 510, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-headphone:before {
  content: "\f140";
}

/* line 512, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-heart:before {
  content: "\f141";
}

/* line 514, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-heart-broken:before {
  content: "\f31d";
}

/* line 516, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-help:before {
  content: "\f143";
}

/* line 518, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-help-buoy:before {
  content: "\f27c";
}

/* line 520, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-help-circled:before {
  content: "\f142";
}

/* line 522, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-home:before {
  content: "\f144";
}

/* line 524, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-icecream:before {
  content: "\f27d";
}

/* line 526, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-image:before {
  content: "\f147";
}

/* line 528, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-images:before {
  content: "\f148";
}

/* line 530, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-information:before {
  content: "\f14a";
}

/* line 532, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-information-circled:before {
  content: "\f149";
}

/* line 534, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ionic:before {
  content: "\f14b";
}

/* line 536, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-alarm:before {
  content: "\f3c8";
}

/* line 538, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

/* line 540, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-albums:before {
  content: "\f3ca";
}

/* line 542, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-albums-outline:before {
  content: "\f3c9";
}

/* line 544, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-americanfootball:before {
  content: "\f3cc";
}

/* line 546, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

/* line 548, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-analytics:before {
  content: "\f3ce";
}

/* line 550, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

/* line 552, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-arrow-back:before {
  content: "\f3cf";
}

/* line 554, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-arrow-down:before {
  content: "\f3d0";
}

/* line 556, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

/* line 558, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-arrow-left:before {
  content: "\f3d2";
}

/* line 560, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-arrow-right:before {
  content: "\f3d3";
}

/* line 562, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

/* line 564, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

/* line 566, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

/* line 568, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

/* line 570, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-arrow-up:before {
  content: "\f3d8";
}

/* line 572, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-at:before {
  content: "\f3da";
}

/* line 574, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-at-outline:before {
  content: "\f3d9";
}

/* line 576, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-barcode:before {
  content: "\f3dc";
}

/* line 578, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-barcode-outline:before {
  content: "\f3db";
}

/* line 580, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-baseball:before {
  content: "\f3de";
}

/* line 582, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

/* line 584, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-basketball:before {
  content: "\f3e0";
}

/* line 586, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-basketball-outline:before {
  content: "\f3df";
}

/* line 588, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-bell:before {
  content: "\f3e2";
}

/* line 590, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-bell-outline:before {
  content: "\f3e1";
}

/* line 592, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-body:before {
  content: "\f3e4";
}

/* line 594, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-body-outline:before {
  content: "\f3e3";
}

/* line 596, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-bolt:before {
  content: "\f3e6";
}

/* line 598, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

/* line 600, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-book:before {
  content: "\f3e8";
}

/* line 602, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-book-outline:before {
  content: "\f3e7";
}

/* line 604, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-bookmarks:before {
  content: "\f3ea";
}

/* line 606, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

/* line 608, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-box:before {
  content: "\f3ec";
}

/* line 610, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-box-outline:before {
  content: "\f3eb";
}

/* line 612, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-briefcase:before {
  content: "\f3ee";
}

/* line 614, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

/* line 616, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-browsers:before {
  content: "\f3f0";
}

/* line 618, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

/* line 620, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-calculator:before {
  content: "\f3f2";
}

/* line 622, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

/* line 624, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-calendar:before {
  content: "\f3f4";
}

/* line 626, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

/* line 628, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-camera:before {
  content: "\f3f6";
}

/* line 630, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-camera-outline:before {
  content: "\f3f5";
}

/* line 632, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cart:before {
  content: "\f3f8";
}

/* line 634, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cart-outline:before {
  content: "\f3f7";
}

/* line 636, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-chatboxes:before {
  content: "\f3fa";
}

/* line 638, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

/* line 640, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-chatbubble:before {
  content: "\f3fc";
}

/* line 642, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

/* line 644, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-checkmark:before {
  content: "\f3ff";
}

/* line 646, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

/* line 648, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

/* line 650, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-circle-filled:before {
  content: "\f400";
}

/* line 652, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-circle-outline:before {
  content: "\f401";
}

/* line 654, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-clock:before {
  content: "\f403";
}

/* line 656, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-clock-outline:before {
  content: "\f402";
}

/* line 658, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-close:before {
  content: "\f406";
}

/* line 660, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-close-empty:before {
  content: "\f404";
}

/* line 662, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-close-outline:before {
  content: "\f405";
}

/* line 664, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cloud:before {
  content: "\f40c";
}

/* line 666, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cloud-download:before {
  content: "\f408";
}

/* line 668, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

/* line 670, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cloud-outline:before {
  content: "\f409";
}

/* line 672, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cloud-upload:before {
  content: "\f40b";
}

/* line 674, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

/* line 676, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cloudy:before {
  content: "\f410";
}

/* line 678, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cloudy-night:before {
  content: "\f40e";
}

/* line 680, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

/* line 682, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

/* line 684, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cog:before {
  content: "\f412";
}

/* line 686, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-cog-outline:before {
  content: "\f411";
}

/* line 688, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-color-filter:before {
  content: "\f414";
}

/* line 690, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-color-filter-outline:before {
  content: "\f413";
}

/* line 692, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-color-wand:before {
  content: "\f416";
}

/* line 694, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-color-wand-outline:before {
  content: "\f415";
}

/* line 696, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-compose:before {
  content: "\f418";
}

/* line 698, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-compose-outline:before {
  content: "\f417";
}

/* line 700, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-contact:before {
  content: "\f41a";
}

/* line 702, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-contact-outline:before {
  content: "\f419";
}

/* line 704, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-copy:before {
  content: "\f41c";
}

/* line 706, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-copy-outline:before {
  content: "\f41b";
}

/* line 708, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-crop:before {
  content: "\f41e";
}

/* line 710, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-crop-strong:before {
  content: "\f41d";
}

/* line 712, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-download:before {
  content: "\f420";
}

/* line 714, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-download-outline:before {
  content: "\f41f";
}

/* line 716, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-drag:before {
  content: "\f421";
}

/* line 718, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-email:before {
  content: "\f423";
}

/* line 720, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-email-outline:before {
  content: "\f422";
}

/* line 722, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-eye:before {
  content: "\f425";
}

/* line 724, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-eye-outline:before {
  content: "\f424";
}

/* line 726, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-fastforward:before {
  content: "\f427";
}

/* line 728, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-fastforward-outline:before {
  content: "\f426";
}

/* line 730, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-filing:before {
  content: "\f429";
}

/* line 732, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-filing-outline:before {
  content: "\f428";
}

/* line 734, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-film:before {
  content: "\f42b";
}

/* line 736, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-film-outline:before {
  content: "\f42a";
}

/* line 738, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-flag:before {
  content: "\f42d";
}

/* line 740, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-flag-outline:before {
  content: "\f42c";
}

/* line 742, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-flame:before {
  content: "\f42f";
}

/* line 744, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-flame-outline:before {
  content: "\f42e";
}

/* line 746, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-flask:before {
  content: "\f431";
}

/* line 748, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-flask-outline:before {
  content: "\f430";
}

/* line 750, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-flower:before {
  content: "\f433";
}

/* line 752, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-flower-outline:before {
  content: "\f432";
}

/* line 754, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-folder:before {
  content: "\f435";
}

/* line 756, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-folder-outline:before {
  content: "\f434";
}

/* line 758, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-football:before {
  content: "\f437";
}

/* line 760, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-football-outline:before {
  content: "\f436";
}

/* line 762, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-game-controller-a:before {
  content: "\f439";
}

/* line 764, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

/* line 766, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-game-controller-b:before {
  content: "\f43b";
}

/* line 768, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

/* line 770, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-gear:before {
  content: "\f43d";
}

/* line 772, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-gear-outline:before {
  content: "\f43c";
}

/* line 774, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-glasses:before {
  content: "\f43f";
}

/* line 776, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-glasses-outline:before {
  content: "\f43e";
}

/* line 778, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-grid-view:before {
  content: "\f441";
}

/* line 780, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-grid-view-outline:before {
  content: "\f440";
}

/* line 782, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-heart:before {
  content: "\f443";
}

/* line 784, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-heart-outline:before {
  content: "\f442";
}

/* line 786, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-help:before {
  content: "\f446";
}

/* line 788, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-help-empty:before {
  content: "\f444";
}

/* line 790, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-help-outline:before {
  content: "\f445";
}

/* line 792, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-home:before {
  content: "\f448";
}

/* line 794, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-home-outline:before {
  content: "\f447";
}

/* line 796, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-infinite:before {
  content: "\f44a";
}

/* line 798, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-infinite-outline:before {
  content: "\f449";
}

/* line 800, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-information:before {
  content: "\f44d";
}

/* line 802, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-information-empty:before {
  content: "\f44b";
}

/* line 804, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-information-outline:before {
  content: "\f44c";
}

/* line 806, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-ionic-outline:before {
  content: "\f44e";
}

/* line 808, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-keypad:before {
  content: "\f450";
}

/* line 810, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-keypad-outline:before {
  content: "\f44f";
}

/* line 812, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-lightbulb:before {
  content: "\f452";
}

/* line 814, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

/* line 816, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-list:before {
  content: "\f454";
}

/* line 818, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-list-outline:before {
  content: "\f453";
}

/* line 820, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-location:before {
  content: "\f456";
}

/* line 822, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-location-outline:before {
  content: "\f455";
}

/* line 824, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-locked:before {
  content: "\f458";
}

/* line 826, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-locked-outline:before {
  content: "\f457";
}

/* line 828, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-loop:before {
  content: "\f45a";
}

/* line 830, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-loop-strong:before {
  content: "\f459";
}

/* line 832, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-medical:before {
  content: "\f45c";
}

/* line 834, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-medical-outline:before {
  content: "\f45b";
}

/* line 836, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-medkit:before {
  content: "\f45e";
}

/* line 838, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-medkit-outline:before {
  content: "\f45d";
}

/* line 840, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-mic:before {
  content: "\f461";
}

/* line 842, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-mic-off:before {
  content: "\f45f";
}

/* line 844, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-mic-outline:before {
  content: "\f460";
}

/* line 846, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-minus:before {
  content: "\f464";
}

/* line 848, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-minus-empty:before {
  content: "\f462";
}

/* line 850, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-minus-outline:before {
  content: "\f463";
}

/* line 852, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-monitor:before {
  content: "\f466";
}

/* line 854, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-monitor-outline:before {
  content: "\f465";
}

/* line 856, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-moon:before {
  content: "\f468";
}

/* line 858, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-moon-outline:before {
  content: "\f467";
}

/* line 860, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-more:before {
  content: "\f46a";
}

/* line 862, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-more-outline:before {
  content: "\f469";
}

/* line 864, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-musical-note:before {
  content: "\f46b";
}

/* line 866, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-musical-notes:before {
  content: "\f46c";
}

/* line 868, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-navigate:before {
  content: "\f46e";
}

/* line 870, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-navigate-outline:before {
  content: "\f46d";
}

/* line 872, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-nutrition:before {
  content: "\f470";
}

/* line 874, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

/* line 876, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-paper:before {
  content: "\f472";
}

/* line 878, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-paper-outline:before {
  content: "\f471";
}

/* line 880, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-paperplane:before {
  content: "\f474";
}

/* line 882, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-paperplane-outline:before {
  content: "\f473";
}

/* line 884, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-partlysunny:before {
  content: "\f476";
}

/* line 886, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

/* line 888, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pause:before {
  content: "\f478";
}

/* line 890, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pause-outline:before {
  content: "\f477";
}

/* line 892, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-paw:before {
  content: "\f47a";
}

/* line 894, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-paw-outline:before {
  content: "\f479";
}

/* line 896, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-people:before {
  content: "\f47c";
}

/* line 898, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-people-outline:before {
  content: "\f47b";
}

/* line 900, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-person:before {
  content: "\f47e";
}

/* line 902, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-person-outline:before {
  content: "\f47d";
}

/* line 904, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-personadd:before {
  content: "\f480";
}

/* line 906, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-personadd-outline:before {
  content: "\f47f";
}

/* line 908, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-photos:before {
  content: "\f482";
}

/* line 910, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-photos-outline:before {
  content: "\f481";
}

/* line 912, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pie:before {
  content: "\f484";
}

/* line 914, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pie-outline:before {
  content: "\f483";
}

/* line 916, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pint:before {
  content: "\f486";
}

/* line 918, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pint-outline:before {
  content: "\f485";
}

/* line 920, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-play:before {
  content: "\f488";
}

/* line 922, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-play-outline:before {
  content: "\f487";
}

/* line 924, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-plus:before {
  content: "\f48b";
}

/* line 926, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-plus-empty:before {
  content: "\f489";
}

/* line 928, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-plus-outline:before {
  content: "\f48a";
}

/* line 930, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pricetag:before {
  content: "\f48d";
}

/* line 932, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

/* line 934, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pricetags:before {
  content: "\f48f";
}

/* line 936, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

/* line 938, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-printer:before {
  content: "\f491";
}

/* line 940, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-printer-outline:before {
  content: "\f490";
}

/* line 942, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pulse:before {
  content: "\f493";
}

/* line 944, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-pulse-strong:before {
  content: "\f492";
}

/* line 946, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-rainy:before {
  content: "\f495";
}

/* line 948, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-rainy-outline:before {
  content: "\f494";
}

/* line 950, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-recording:before {
  content: "\f497";
}

/* line 952, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-recording-outline:before {
  content: "\f496";
}

/* line 954, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-redo:before {
  content: "\f499";
}

/* line 956, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-redo-outline:before {
  content: "\f498";
}

/* line 958, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-refresh:before {
  content: "\f49c";
}

/* line 960, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-refresh-empty:before {
  content: "\f49a";
}

/* line 962, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-refresh-outline:before {
  content: "\f49b";
}

/* line 964, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-reload:before {
  content: "\f49d";
}

/* line 966, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-reverse-camera:before {
  content: "\f49f";
}

/* line 968, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

/* line 970, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-rewind:before {
  content: "\f4a1";
}

/* line 972, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

/* line 974, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-rose:before {
  content: "\f4a3";
}

/* line 976, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-rose-outline:before {
  content: "\f4a2";
}

/* line 978, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-search:before {
  content: "\f4a5";
}

/* line 980, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-search-strong:before {
  content: "\f4a4";
}

/* line 982, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-settings:before {
  content: "\f4a7";
}

/* line 984, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-settings-strong:before {
  content: "\f4a6";
}

/* line 986, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-shuffle:before {
  content: "\f4a9";
}

/* line 988, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

/* line 990, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-skipbackward:before {
  content: "\f4ab";
}

/* line 992, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

/* line 994, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-skipforward:before {
  content: "\f4ad";
}

/* line 996, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

/* line 998, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-snowy:before {
  content: "\f4ae";
}

/* line 1000, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-speedometer:before {
  content: "\f4b0";
}

/* line 1002, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

/* line 1004, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-star:before {
  content: "\f4b3";
}

/* line 1006, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-star-half:before {
  content: "\f4b1";
}

/* line 1008, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-star-outline:before {
  content: "\f4b2";
}

/* line 1010, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-stopwatch:before {
  content: "\f4b5";
}

/* line 1012, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

/* line 1014, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-sunny:before {
  content: "\f4b7";
}

/* line 1016, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

/* line 1018, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-telephone:before {
  content: "\f4b9";
}

/* line 1020, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

/* line 1022, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-tennisball:before {
  content: "\f4bb";
}

/* line 1024, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

/* line 1026, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

/* line 1028, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

/* line 1030, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-time:before {
  content: "\f4bf";
}

/* line 1032, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-time-outline:before {
  content: "\f4be";
}

/* line 1034, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-timer:before {
  content: "\f4c1";
}

/* line 1036, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-timer-outline:before {
  content: "\f4c0";
}

/* line 1038, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-toggle:before {
  content: "\f4c3";
}

/* line 1040, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

/* line 1042, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-trash:before {
  content: "\f4c5";
}

/* line 1044, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-trash-outline:before {
  content: "\f4c4";
}

/* line 1046, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-undo:before {
  content: "\f4c7";
}

/* line 1048, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-undo-outline:before {
  content: "\f4c6";
}

/* line 1050, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-unlocked:before {
  content: "\f4c9";
}

/* line 1052, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

/* line 1054, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-upload:before {
  content: "\f4cb";
}

/* line 1056, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-upload-outline:before {
  content: "\f4ca";
}

/* line 1058, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-videocam:before {
  content: "\f4cd";
}

/* line 1060, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

/* line 1062, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-volume-high:before {
  content: "\f4ce";
}

/* line 1064, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-volume-low:before {
  content: "\f4cf";
}

/* line 1066, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-wineglass:before {
  content: "\f4d1";
}

/* line 1068, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

/* line 1070, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-world:before {
  content: "\f4d3";
}

/* line 1072, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ios-world-outline:before {
  content: "\f4d2";
}

/* line 1074, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ipad:before {
  content: "\f1f9";
}

/* line 1076, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-iphone:before {
  content: "\f1fa";
}

/* line 1078, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ipod:before {
  content: "\f1fb";
}

/* line 1080, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-jet:before {
  content: "\f295";
}

/* line 1082, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-key:before {
  content: "\f296";
}

/* line 1084, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-knife:before {
  content: "\f297";
}

/* line 1086, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-laptop:before {
  content: "\f1fc";
}

/* line 1088, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-leaf:before {
  content: "\f1fd";
}

/* line 1090, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-levels:before {
  content: "\f298";
}

/* line 1092, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-lightbulb:before {
  content: "\f299";
}

/* line 1094, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-link:before {
  content: "\f1fe";
}

/* line 1096, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-load-a:before {
  content: "\f29a";
}

/* line 1098, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-load-b:before {
  content: "\f29b";
}

/* line 1100, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-load-c:before {
  content: "\f29c";
}

/* line 1102, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-load-d:before {
  content: "\f29d";
}

/* line 1104, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-location:before {
  content: "\f1ff";
}

/* line 1106, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-lock-combination:before {
  content: "\f4d4";
}

/* line 1108, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-locked:before {
  content: "\f200";
}

/* line 1110, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-log-in:before {
  content: "\f29e";
}

/* line 1112, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-log-out:before {
  content: "\f29f";
}

/* line 1114, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-loop:before {
  content: "\f201";
}

/* line 1116, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-magnet:before {
  content: "\f2a0";
}

/* line 1118, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-male:before {
  content: "\f2a1";
}

/* line 1120, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-man:before {
  content: "\f202";
}

/* line 1122, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-map:before {
  content: "\f203";
}

/* line 1124, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-medkit:before {
  content: "\f2a2";
}

/* line 1126, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-merge:before {
  content: "\f33f";
}

/* line 1128, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-mic-a:before {
  content: "\f204";
}

/* line 1130, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-mic-b:before {
  content: "\f205";
}

/* line 1132, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-mic-c:before {
  content: "\f206";
}

/* line 1134, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-minus:before {
  content: "\f209";
}

/* line 1136, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-minus-circled:before {
  content: "\f207";
}

/* line 1138, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-minus-round:before {
  content: "\f208";
}

/* line 1140, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-model-s:before {
  content: "\f2c1";
}

/* line 1142, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-monitor:before {
  content: "\f20a";
}

/* line 1144, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-more:before {
  content: "\f20b";
}

/* line 1146, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-mouse:before {
  content: "\f340";
}

/* line 1148, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-music-note:before {
  content: "\f20c";
}

/* line 1150, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-navicon:before {
  content: "\f20e";
}

/* line 1152, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-navicon-round:before {
  content: "\f20d";
}

/* line 1154, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-navigate:before {
  content: "\f2a3";
}

/* line 1156, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-network:before {
  content: "\f341";
}

/* line 1158, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-no-smoking:before {
  content: "\f2c2";
}

/* line 1160, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-nuclear:before {
  content: "\f2a4";
}

/* line 1162, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-outlet:before {
  content: "\f342";
}

/* line 1164, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-paintbrush:before {
  content: "\f4d5";
}

/* line 1166, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-paintbucket:before {
  content: "\f4d6";
}

/* line 1168, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-paper-airplane:before {
  content: "\f2c3";
}

/* line 1170, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-paperclip:before {
  content: "\f20f";
}

/* line 1172, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-pause:before {
  content: "\f210";
}

/* line 1174, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-person:before {
  content: "\f213";
}

/* line 1176, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-person-add:before {
  content: "\f211";
}

/* line 1178, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-person-stalker:before {
  content: "\f212";
}

/* line 1180, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-pie-graph:before {
  content: "\f2a5";
}

/* line 1182, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-pin:before {
  content: "\f2a6";
}

/* line 1184, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-pinpoint:before {
  content: "\f2a7";
}

/* line 1186, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-pizza:before {
  content: "\f2a8";
}

/* line 1188, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-plane:before {
  content: "\f214";
}

/* line 1190, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-planet:before {
  content: "\f343";
}

/* line 1192, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-play:before {
  content: "\f215";
}

/* line 1194, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-playstation:before {
  content: "\f30a";
}

/* line 1196, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-plus:before {
  content: "\f218";
}

/* line 1198, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-plus-circled:before {
  content: "\f216";
}

/* line 1200, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-plus-round:before {
  content: "\f217";
}

/* line 1202, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-podium:before {
  content: "\f344";
}

/* line 1204, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-pound:before {
  content: "\f219";
}

/* line 1206, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-power:before {
  content: "\f2a9";
}

/* line 1208, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-pricetag:before {
  content: "\f2aa";
}

/* line 1210, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-pricetags:before {
  content: "\f2ab";
}

/* line 1212, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-printer:before {
  content: "\f21a";
}

/* line 1214, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-pull-request:before {
  content: "\f345";
}

/* line 1216, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-qr-scanner:before {
  content: "\f346";
}

/* line 1218, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-quote:before {
  content: "\f347";
}

/* line 1220, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-radio-waves:before {
  content: "\f2ac";
}

/* line 1222, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-record:before {
  content: "\f21b";
}

/* line 1224, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-refresh:before {
  content: "\f21c";
}

/* line 1226, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-reply:before {
  content: "\f21e";
}

/* line 1228, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-reply-all:before {
  content: "\f21d";
}

/* line 1230, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ribbon-a:before {
  content: "\f348";
}

/* line 1232, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-ribbon-b:before {
  content: "\f349";
}

/* line 1234, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-sad:before {
  content: "\f34a";
}

/* line 1236, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-sad-outline:before {
  content: "\f4d7";
}

/* line 1238, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-scissors:before {
  content: "\f34b";
}

/* line 1240, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-search:before {
  content: "\f21f";
}

/* line 1242, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-settings:before {
  content: "\f2ad";
}

/* line 1244, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-share:before {
  content: "\f220";
}

/* line 1246, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-shuffle:before {
  content: "\f221";
}

/* line 1248, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-skip-backward:before {
  content: "\f222";
}

/* line 1250, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-skip-forward:before {
  content: "\f223";
}

/* line 1252, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-android:before {
  content: "\f225";
}

/* line 1254, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-android-outline:before {
  content: "\f224";
}

/* line 1256, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-angular:before {
  content: "\f4d9";
}

/* line 1258, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-angular-outline:before {
  content: "\f4d8";
}

/* line 1260, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-apple:before {
  content: "\f227";
}

/* line 1262, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-apple-outline:before {
  content: "\f226";
}

/* line 1264, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-bitcoin:before {
  content: "\f2af";
}

/* line 1266, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

/* line 1268, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-buffer:before {
  content: "\f229";
}

/* line 1270, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-buffer-outline:before {
  content: "\f228";
}

/* line 1272, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-chrome:before {
  content: "\f4db";
}

/* line 1274, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-chrome-outline:before {
  content: "\f4da";
}

/* line 1276, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-codepen:before {
  content: "\f4dd";
}

/* line 1278, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-codepen-outline:before {
  content: "\f4dc";
}

/* line 1280, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-css3:before {
  content: "\f4df";
}

/* line 1282, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-css3-outline:before {
  content: "\f4de";
}

/* line 1284, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-designernews:before {
  content: "\f22b";
}

/* line 1286, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-designernews-outline:before {
  content: "\f22a";
}

/* line 1288, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-dribbble:before {
  content: "\f22d";
}

/* line 1290, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-dribbble-outline:before {
  content: "\f22c";
}

/* line 1292, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-dropbox:before {
  content: "\f22f";
}

/* line 1294, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-dropbox-outline:before {
  content: "\f22e";
}

/* line 1296, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-euro:before {
  content: "\f4e1";
}

/* line 1298, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-euro-outline:before {
  content: "\f4e0";
}

/* line 1300, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-facebook:before {
  content: "\f231";
}

/* line 1302, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-facebook-outline:before {
  content: "\f230";
}

/* line 1304, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-foursquare:before {
  content: "\f34d";
}

/* line 1306, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-foursquare-outline:before {
  content: "\f34c";
}

/* line 1308, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

/* line 1310, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-github:before {
  content: "\f233";
}

/* line 1312, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-github-outline:before {
  content: "\f232";
}

/* line 1314, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-google:before {
  content: "\f34f";
}

/* line 1316, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-google-outline:before {
  content: "\f34e";
}

/* line 1318, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-googleplus:before {
  content: "\f235";
}

/* line 1320, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-googleplus-outline:before {
  content: "\f234";
}

/* line 1322, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-hackernews:before {
  content: "\f237";
}

/* line 1324, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-hackernews-outline:before {
  content: "\f236";
}

/* line 1326, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-html5:before {
  content: "\f4e3";
}

/* line 1328, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-html5-outline:before {
  content: "\f4e2";
}

/* line 1330, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-instagram:before {
  content: "\f351";
}

/* line 1332, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-instagram-outline:before {
  content: "\f350";
}

/* line 1334, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-javascript:before {
  content: "\f4e5";
}

/* line 1336, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-javascript-outline:before {
  content: "\f4e4";
}

/* line 1338, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-linkedin:before {
  content: "\f239";
}

/* line 1340, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-linkedin-outline:before {
  content: "\f238";
}

/* line 1342, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-markdown:before {
  content: "\f4e6";
}

/* line 1344, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-nodejs:before {
  content: "\f4e7";
}

/* line 1346, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-octocat:before {
  content: "\f4e8";
}

/* line 1348, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-pinterest:before {
  content: "\f2b1";
}

/* line 1350, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

/* line 1352, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-python:before {
  content: "\f4e9";
}

/* line 1354, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-reddit:before {
  content: "\f23b";
}

/* line 1356, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-reddit-outline:before {
  content: "\f23a";
}

/* line 1358, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-rss:before {
  content: "\f23d";
}

/* line 1360, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-rss-outline:before {
  content: "\f23c";
}

/* line 1362, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-sass:before {
  content: "\f4ea";
}

/* line 1364, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-skype:before {
  content: "\f23f";
}

/* line 1366, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-skype-outline:before {
  content: "\f23e";
}

/* line 1368, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-snapchat:before {
  content: "\f4ec";
}

/* line 1370, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

/* line 1372, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-tumblr:before {
  content: "\f241";
}

/* line 1374, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-tumblr-outline:before {
  content: "\f240";
}

/* line 1376, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-tux:before {
  content: "\f2c5";
}

/* line 1378, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-twitch:before {
  content: "\f4ee";
}

/* line 1380, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-twitch-outline:before {
  content: "\f4ed";
}

/* line 1382, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-twitter:before {
  content: "\f243";
}

/* line 1384, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-twitter-outline:before {
  content: "\f242";
}

/* line 1386, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-usd:before {
  content: "\f353";
}

/* line 1388, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-usd-outline:before {
  content: "\f352";
}

/* line 1390, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-vimeo:before {
  content: "\f245";
}

/* line 1392, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-vimeo-outline:before {
  content: "\f244";
}

/* line 1394, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-whatsapp:before {
  content: "\f4f0";
}

/* line 1396, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

/* line 1398, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-windows:before {
  content: "\f247";
}

/* line 1400, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-windows-outline:before {
  content: "\f246";
}

/* line 1402, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-wordpress:before {
  content: "\f249";
}

/* line 1404, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-wordpress-outline:before {
  content: "\f248";
}

/* line 1406, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-yahoo:before {
  content: "\f24b";
}

/* line 1408, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-yahoo-outline:before {
  content: "\f24a";
}

/* line 1410, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-yen:before {
  content: "\f4f2";
}

/* line 1412, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-yen-outline:before {
  content: "\f4f1";
}

/* line 1414, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-youtube:before {
  content: "\f24d";
}

/* line 1416, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-social-youtube-outline:before {
  content: "\f24c";
}

/* line 1418, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-soup-can:before {
  content: "\f4f4";
}

/* line 1420, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-soup-can-outline:before {
  content: "\f4f3";
}

/* line 1422, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-speakerphone:before {
  content: "\f2b2";
}

/* line 1424, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-speedometer:before {
  content: "\f2b3";
}

/* line 1426, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-spoon:before {
  content: "\f2b4";
}

/* line 1428, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-star:before {
  content: "\f24e";
}

/* line 1430, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-stats-bars:before {
  content: "\f2b5";
}

/* line 1432, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-steam:before {
  content: "\f30b";
}

/* line 1434, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-stop:before {
  content: "\f24f";
}

/* line 1436, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-thermometer:before {
  content: "\f2b6";
}

/* line 1438, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-thumbsdown:before {
  content: "\f250";
}

/* line 1440, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-thumbsup:before {
  content: "\f251";
}

/* line 1442, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-toggle:before {
  content: "\f355";
}

/* line 1444, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-toggle-filled:before {
  content: "\f354";
}

/* line 1446, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-transgender:before {
  content: "\f4f5";
}

/* line 1448, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-trash-a:before {
  content: "\f252";
}

/* line 1450, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-trash-b:before {
  content: "\f253";
}

/* line 1452, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-trophy:before {
  content: "\f356";
}

/* line 1454, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-tshirt:before {
  content: "\f4f7";
}

/* line 1456, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-tshirt-outline:before {
  content: "\f4f6";
}

/* line 1458, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-umbrella:before {
  content: "\f2b7";
}

/* line 1460, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-university:before {
  content: "\f357";
}

/* line 1462, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-unlocked:before {
  content: "\f254";
}

/* line 1464, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-upload:before {
  content: "\f255";
}

/* line 1466, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-usb:before {
  content: "\f2b8";
}

/* line 1468, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-videocamera:before {
  content: "\f256";
}

/* line 1470, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-volume-high:before {
  content: "\f257";
}

/* line 1472, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-volume-low:before {
  content: "\f258";
}

/* line 1474, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-volume-medium:before {
  content: "\f259";
}

/* line 1476, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-volume-mute:before {
  content: "\f25a";
}

/* line 1478, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-wand:before {
  content: "\f358";
}

/* line 1480, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-waterdrop:before {
  content: "\f25b";
}

/* line 1482, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-wifi:before {
  content: "\f25c";
}

/* line 1484, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-wineglass:before {
  content: "\f2b9";
}

/* line 1486, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-woman:before {
  content: "\f25d";
}

/* line 1488, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-wrench:before {
  content: "\f2ba";
}

/* line 1490, app/assets/stylesheets/admin/components/ionicons.scss */
.ion-xbox:before {
  content: "\f30c";
}

@font-face {
  font-family: 'icomoon';
  src: url(https://d6ror40086i9l.cloudfront.net/assets/icomoon-564e9b64d386fd016370db3c656aadfb7bb8e30e6e7302e86ee065bbf0649c90.eot?qe3syl);
  src: url(https://d6ror40086i9l.cloudfront.net/assets/icomoon-564e9b64d386fd016370db3c656aadfb7bb8e30e6e7302e86ee065bbf0649c90.eot?qe3syl#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/icomoon-df970a907b74bbefcab009e36e8ce32dbdec869674a2f01f150971a4339ca8a5.ttf?qe3syl) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/icomoon-8f03f5d993dbf3ea26182cd1d6aeccbe0baf41855444f8d5428dc34fd6180396.woff?qe3syl) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/icomoon-8931e6e217cedef9c86700daf24ff5f98b4641bf642cebe8fb3789f1c043903a.svg?qe3syl#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/admin/components/icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

/* line 28, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-cancel:before {
  content: "\e912";
}

/* line 31, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-search:before {
  content: "\e906";
}

/* line 34, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-menu:before {
  content: "\e907";
}

/* line 37, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-folder:before {
  content: "\e908";
}

/* line 40, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-pen:before {
  content: "\e901";
}

/* line 43, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-filter:before {
  content: "\e909";
}

/* line 46, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-user:before {
  content: "\e90a";
}

/* line 49, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-email:before {
  content: "\e90b";
}

/* line 52, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-website:before {
  content: "\e90c";
}

/* line 55, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-telephone:before {
  content: "\e90d";
}

/* line 58, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-location:before {
  content: "\e90e";
}

/* line 61, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-information:before {
  content: "\e90f";
}

/* line 64, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-help:before {
  content: "\e910";
}

/* line 67, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-file:before {
  content: "\e911";
}

/* line 70, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-company:before {
  content: "\e904";
}

/* line 73, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-grid:before {
  content: "\e903";
}

/* line 76, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-list:before {
  content: "\e902";
}

/* line 79, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-notification:before {
  content: "\e905";
}

/* line 82, app/assets/stylesheets/admin/components/icomoon.scss */
.icon-calendar:before {
  content: "\e900";
}

/* line 1, app/assets/stylesheets/admin/components/flash.scss */
.flash-message-container {
  position: fixed;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 1052;
}

/* line 10, app/assets/stylesheets/admin/components/flash.scss */
.flash-message .message {
  margin-right: 52px;
  white-space: pre-wrap;
}

/* line 15, app/assets/stylesheets/admin/components/flash.scss */
.flash-message .close-button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/admin/alert.scss */
.notify {
  position: fixed;
  width: 100%;
  z-index: 1030;
}

/* line 7, app/assets/stylesheets/admin/alert.scss */
[data-notify-position="top-center"] {
  left: 50% !important;
  right: unset !important;
  transform: translate(-50%, 0);
}

@font-face {
  font-family: 'summernote';
  font-style: normal;
  font-weight: normal;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/summernote-11d51be934cdec9381ccff90ed02e5e478139c582335968cb5839edaf3f10cbb.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/summernote-1fba7b35914a7b5888c138fe26cff82c9531eac6f4afbb715d05ffbb91e0ac45.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/summernote-43ab0510fb20f491afa3d6e234708cf02b03f2b0cd9214d258bb76362753ccdf.eot) format("embedded-opentype");
}

@font-face {
  font-family: 'Material-Design-Iconic-Font';
  font-weight: normal;
  font-style: normal;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/Material-Design-Iconic-Font-e0741fd056ce612f8e265c3c8bf926985b1939e19fc0ffc02bd995985528ca53.woff2?v=2.2.0) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/Material-Design-Iconic-Font-bec81aee78a7485c295c721f336f80666d016ba4ca650db6a7b2ba4a3dbafb48.woff?v=2.2.0) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/Material-Design-Iconic-Font-b6a5ce7c4140e9790835272dad02c02102b793c35270e44eebb399ac9d8a1373.ttf?v=2.2.0) format("truetype");
}

/* line 1, app/assets/stylesheets/admin/buttons.scss */
.test-user-button, .mail-magazine-button {
  background-color: #0f90bf;
  color: white;
}

/* line 6, app/assets/stylesheets/admin/buttons.scss */
.reverse-test-user-button, .reverse-mail-magazine-button {
  background-color: red;
  color: white;
}

/* line 2, app/assets/stylesheets/admin/views/companies.scss */
.companies .mufg-title {
  font-size: 24px;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/admin/views/companies.scss */
.companies.members.index table td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/admin/views/companies.scss */
.companies.members.index table td.name {
  max-width: 120px;
}

/* line 19, app/assets/stylesheets/admin/views/companies.scss */
.companies.members.index table td.email {
  max-width: 160px;
}

/* line 23, app/assets/stylesheets/admin/views/companies.scss */
.companies.members.index table td.role {
  max-width: 30px;
}

/* line 27, app/assets/stylesheets/admin/views/companies.scss */
.companies.members.index table td.status {
  max-width: 160px;
}

/* line 34, app/assets/stylesheets/admin/views/companies.scss */
.companies.members .item-name {
  display: inline-block;
  width: 140px;
}

/* line 39, app/assets/stylesheets/admin/views/companies.scss */
.companies.members .modal-dialog {
  max-width: 440px;
}

/* line 43, app/assets/stylesheets/admin/views/companies.scss */
.companies.members .btn-permission {
  width: 100px;
}

/* line 47, app/assets/stylesheets/admin/views/companies.scss */
.companies.members .form--medium {
  width: 30%;
}

/* line 51, app/assets/stylesheets/admin/views/companies.scss */
.companies.members #member_management_permission {
  font-size: 0.875rem;
}

/* line 56, app/assets/stylesheets/admin/views/companies.scss */
.companies table thead th {
  vertical-align: middle;
}

/* line 60, app/assets/stylesheets/admin/views/companies.scss */
.companies table tbody td {
  word-break: break-all;
}

/* line 64, app/assets/stylesheets/admin/views/companies.scss */
.companies .confirmation-message {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4px;
}

/* line 71, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content {
  border-radius: 15px;
}

/* line 74, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-header {
  border-bottom: 1px solid #DDD;
  padding: 15px;
}

/* line 78, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-header .close {
  padding: 15px;
  margin: -14px 0 -20px -12px;
  color: #343434;
}

/* line 83, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-header .close:hover {
  outline: none;
}

/* line 88, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-header .modal-title {
  width: 100%;
  font-size: 1rem;
  margin-right: 69px;
}

/* line 95, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-body {
  padding: 20px;
  font-size: 0.875rem;
}

/* line 99, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-body .beauty-checkbox__checkmark--small {
  border: solid 1px #C9C9C9;
  width: 1.625rem;
  height: 1.625rem;
  top: -1px;
}

/* line 105, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-body .beauty-checkbox__checkmark--small::after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  text-align: center;
  line-height: 1.625rem;
}

/* line 118, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-body .beauty-checkbox .text {
  margin-left: 36px;
}

/* line 124, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-footer {
  border-top: 1px solid #DDD;
  justify-content: space-between;
  padding: 15px;
}

/* line 130, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-footer .btn, .companies .modal .modal-content .modal-footer .component-v2 .btn-primary-w100-p3, .component-v2 .companies .modal .modal-content .modal-footer .btn-primary-w100-p3 {
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 14px 13px 14px;
}

/* line 137, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-footer .btn-outline-link {
  border-color: #DDD;
}

/* line 140, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-footer .btn-outline-link:hover {
  opacity: 1;
  border: #939393 1px solid;
}

/* line 146, app/assets/stylesheets/admin/views/companies.scss */
.companies .modal .modal-content .modal-footer .btn-primary:hover, .companies .modal .modal-content .modal-footer .component-v2 .btn-primary-w100-p3:hover, .component-v2 .companies .modal .modal-content .modal-footer .btn-primary-w100-p3:hover {
  background-color: #0093D0;
  border-color: #0093D0;
  opacity: 1;
}

/* line 155, app/assets/stylesheets/admin/views/companies.scss */
.companies .mufg-button {
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 8px;
}

/* line 161, app/assets/stylesheets/admin/views/companies.scss */
.companies .mufg-button.small {
  width: 177px;
}

/* line 165, app/assets/stylesheets/admin/views/companies.scss */
.companies .mufg-button.middle {
  width: 277px;
}

/* line 169, app/assets/stylesheets/admin/views/companies.scss */
.companies .mufg-button.large {
  width: 378px;
}

/* line 173, app/assets/stylesheets/admin/views/companies.scss */
.companies .mufg-button.back {
  width: 76px;
  border: 1px solid #C8CED3;
}

/* line 179, app/assets/stylesheets/admin/views/companies.scss */
.companies .m-bottom-25 {
  margin-bottom: 25px;
}

/* line 183, app/assets/stylesheets/admin/views/companies.scss */
.companies .m-right-25 {
  margin-right: 25px;
}

/* line 188, app/assets/stylesheets/admin/views/companies.scss */
.companies .company-info th {
  width: 220px;
}

/* line 196, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .main-button, .companies.edit .main-button, .companies.new .main-button {
  width: 177px;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 8px;
}

/* line 205, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .simple_form.new_company textarea.text, .companies.edit .simple_form.new_company textarea.text, .companies.new .simple_form.new_company textarea.text {
  height: 64px;
}

/* line 213, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .card-header .form-group {
  margin: 0;
}

/* line 219, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .mufg-companies-table tbody td {
  vertical-align: middle;
}

/* line 222, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .mufg-companies-table tbody td .status-badge {
  border-radius: 10px;
  font-size: 12px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 78px;
}

/* line 231, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .mufg-companies-table tbody td .status-badge.pending {
  background-color: #E1E500;
}

/* line 235, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .mufg-companies-table tbody td .status-badge.waiting_for_approval {
  background-color: #63C2DE;
}

/* line 239, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .mufg-companies-table tbody td .status-badge.rejected {
  background-color: #F76C6C;
  color: #fff;
}

/* line 244, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .mufg-companies-table tbody td .status-badge.under_contract {
  background-color: #4DBD74;
}

/* line 248, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .mufg-companies-table tbody td .status-badge.applying_for_leaving {
  background-color: #FFC107;
}

/* line 252, app/assets/stylesheets/admin/views/companies.scss */
.companies.index .mufg-companies-table tbody td .status-badge.leaving {
  background-color: #73818F;
  color: #fff;
}

/* line 263, app/assets/stylesheets/admin/views/companies.scss */
.companies.show .other-links a {
  margin: 1px 0;
}

/* line 271, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit th, .companies.new th {
  width: 220px;
}

/* line 279, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .table, .companies.new .table, .companies.members .table {
  margin-bottom: 0;
}

/* line 283, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .input-group-text, .companies.new .input-group-text, .companies.members .input-group-text {
  padding: 8px 15px;
}

/* line 287, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .form-control, .companies.new .form-control, .companies.members .form-control {
  height: 32px;
  padding: 5px 1.4rem;
  font-size: 12px;
}

/* line 292, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .form-control:focus, .companies.new .form-control:focus, .companies.members .form-control:focus {
  padding: 5px 1.4rem;
}

/* line 296, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .form-control.form-control-active, .companies.new .form-control.form-control-active, .companies.members .form-control.form-control-active {
  padding: 5px 1.4rem;
}

/* line 299, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .form-control.form-control-active ~ label, .companies.new .form-control.form-control-active ~ label, .companies.members .form-control.form-control-active ~ label {
  display: none;
}

/* line 304, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .form-control ~ label.form-control-label, .companies.new .form-control ~ label.form-control-label, .companies.members .form-control ~ label.form-control-label {
  bottom: 6px;
  font-size: 12px;
}

/* line 310, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .form-group, .companies.new .form-group, .companies.members .form-group {
  margin-bottom: 0;
}

/* line 314, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .form-text, .companies.new .form-text, .companies.members .form-text {
  display: inline-block;
  vertical-align: bottom;
}

/* line 320, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .form--small, .companies.new .form--small, .companies.members .form--small {
  max-width: 100px;
}

/* line 324, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .form--medium, .companies.new .form--medium, .companies.members .form--medium {
  max-width: 50%;
}

/* line 328, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .form--large, .companies.new .form--large, .companies.members .form--large {
  max-width: 75%;
}

/* line 333, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .date-field, .companies.new .date-field, .companies.members .date-field {
  max-width: calc(50% - 45px);
}

/* line 337, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .company_corporate_number, .companies.new .company_corporate_number, .companies.members .company_corporate_number {
  display: inline-block;
  width: 50%;
}

/* line 342, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .company_detailed_company_size,
.companies.edit .company_report_month, .companies.new .company_detailed_company_size,
.companies.new .company_report_month, .companies.members .company_detailed_company_size,
.companies.members .company_report_month {
  display: inline-block;
  width: 100px;
}

/* line 348, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .company_owner_last_name,
.companies.edit .company_prefecture,
.companies.edit .company_current_responsible_staff_last_name, .companies.new .company_owner_last_name,
.companies.new .company_prefecture,
.companies.new .company_current_responsible_staff_last_name, .companies.members .company_owner_last_name,
.companies.members .company_prefecture,
.companies.members .company_current_responsible_staff_last_name {
  margin-right: 10px;
}

/* line 354, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .company_city,
.companies.edit .company_prefecture,
.companies.edit .company_zip_code, .companies.new .company_city,
.companies.new .company_prefecture,
.companies.new .company_zip_code, .companies.members .company_city,
.companies.members .company_prefecture,
.companies.members .company_zip_code {
  margin-bottom: 10px;
}

/* line 360, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .notes, .companies.new .notes, .companies.members .notes {
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 8px;
}

/* line 367, app/assets/stylesheets/admin/views/companies.scss */
.companies.edit .required-mark, .companies.new .required-mark, .companies.members .required-mark {
  font-size: 14px;
  font-weight: 600;
  color: #e6230d;
}

/* line 375, app/assets/stylesheets/admin/views/companies.scss */
.companies.show .account-status-field {
  border: 1px solid #C8CED3;
  border-radius: 4px;
  width: 220px;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff;
}

/* line 383, app/assets/stylesheets/admin/views/companies.scss */
.companies.show .account-status-field .label {
  height: 38px;
  padding: 12px 16px;
  background-color: #f0f3f5;
}

/* line 389, app/assets/stylesheets/admin/views/companies.scss */
.companies.show .account-status-field .status {
  border-left: 1px solid #C8CED3;
  padding: 12px 16px;
}

/* line 395, app/assets/stylesheets/admin/views/companies.scss */
.companies.show .edit-button {
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  width: 177px;
}

/* line 2, app/assets/stylesheets/admin/views/companies/irs.scss */
.companies.irs .ir_title,
.companies.irs .ir_content {
  min-width: 300px;
}

/* line 6, app/assets/stylesheets/admin/views/companies/irs.scss */
.companies.irs .ir_title div,
.companies.irs .ir_content div {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* line 14, app/assets/stylesheets/admin/views/companies/irs.scss */
.companies.irs .ir_evaluation,
.companies.irs .ir_status {
  width: 120px;
}

/* line 19, app/assets/stylesheets/admin/views/companies/irs.scss */
.companies.irs .heart-icon {
  height: 15px;
  width: 17.3px;
}

/* line 24, app/assets/stylesheets/admin/views/companies/irs.scss */
.companies.irs .like-icon {
  height: 16.5px;
  width: 16.5px;
}

/* line 29, app/assets/stylesheets/admin/views/companies/irs.scss */
.companies.irs .like-count {
  padding-top: 3px;
  margin-left: 4px;
  margin-right: 10px;
}

/* line 35, app/assets/stylesheets/admin/views/companies/irs.scss */
.companies.irs .unlike-count {
  padding-top: 3px;
  margin-left: 4px;
}

/* line 4, app/assets/stylesheets/admin/views/sales/companies.scss */
.sales-companies.show .other-links a {
  margin: 1px 0;
}

/* line 2, app/assets/stylesheets/admin/views/source_companies.scss */
.source_companies .mufg-title {
  font-size: 24px;
  font-weight: 600;
}

/* line 5, app/assets/stylesheets/admin/views/contacts.scss */
.contacts.index table td.name {
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/admin/views/contacts.scss */
.contacts.index table td.email {
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/admin/views/contacts.scss */
.contacts.index table td.message {
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 3, app/assets/stylesheets/admin/views/users.scss */
.users.index .form-group {
  margin: 0;
}

/* line 9, app/assets/stylesheets/admin/views/users.scss */
.users.index table td.name {
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/admin/views/users.scss */
.users.index table td.email {
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/admin/views/users.scss */
.users.index table td.companies {
  max-width: 120px;
}

/* line 27, app/assets/stylesheets/admin/views/users.scss */
.users.index table td.investor {
  max-width: 50px;
}

/* line 38, app/assets/stylesheets/admin/views/users.scss */
.users.show .mails table td.subject {
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/admin/views/users.scss */
.users.show .activities table td.datetime {
  width: 12rem;
}

/* line 55, app/assets/stylesheets/admin/views/users.scss */
.users.show .activities table td.event {
  width: 8rem;
}

/* line 64, app/assets/stylesheets/admin/views/users.scss */
.users.activities .form-group {
  margin: 0;
}

/* line 3, app/assets/stylesheets/admin/views/deleted_reasons.scss */
.deleted_reasons.index .form-group {
  margin: 0;
}

/* line 9, app/assets/stylesheets/admin/views/deleted_reasons.scss */
.deleted_reasons.index table td.deleted_user_id {
  width: 100px;
}

/* line 13, app/assets/stylesheets/admin/views/deleted_reasons.scss */
.deleted_reasons.index table td.registrated_date, .deleted_reasons.index table td.deleted_date {
  width: 120px;
}

/* line 18, app/assets/stylesheets/admin/views/deleted_reasons.scss */
.deleted_reasons.index table td.purpose {
  min-width: 180px;
}

/* line 5, app/assets/stylesheets/admin/views/users/events.scss */
.users.events.index table td.datetime {
  width: 12rem;
}

/* line 9, app/assets/stylesheets/admin/views/users/events.scss */
.users.events.index table td.event {
  width: 8rem;
}

/* line 1, app/assets/stylesheets/admin/views/users/two_factor_authentications.scss */
.card.otp-form,
.card.qr-code-form {
  border-radius: 15px;
  font-family: 'Hiragino Sans';
}

/* line 6, app/assets/stylesheets/admin/views/users/two_factor_authentications.scss */
.card.otp-form.otp-form,
.card.qr-code-form.otp-form {
  width: 480px;
  height: 338px;
  margin: 0;
  padding: 30px 40px 40px 40px;
}

/* line 13, app/assets/stylesheets/admin/views/users/two_factor_authentications.scss */
.card.otp-form.qr-code-form,
.card.qr-code-form.qr-code-form {
  width: 480px;
  height: 527px;
  margin: 0;
  padding: 30px 40px 40px 40px;
}

/* line 19, app/assets/stylesheets/admin/views/users/two_factor_authentications.scss */
.card.otp-form.qr-code-form .qr-code,
.card.qr-code-form.qr-code-form .qr-code {
  width: 160px;
  height: 160px;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/admin/views/users/two_factor_authentications.scss */
.card.otp-form .card-body,
.card.qr-code-form .card-body {
  padding: 0;
}

/* line 29, app/assets/stylesheets/admin/views/users/two_factor_authentications.scss */
.card.otp-form .card-body .title,
.card.qr-code-form .card-body .title {
  font-size: 22px;
  font-weight: 600;
}

/* line 34, app/assets/stylesheets/admin/views/users/two_factor_authentications.scss */
.card.otp-form .card-body span,
.card.qr-code-form .card-body span {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

/* line 40, app/assets/stylesheets/admin/views/users/two_factor_authentications.scss */
.card.otp-form .card-body .form-group,
.card.qr-code-form .card-body .form-group {
  margin-bottom: 20px;
}

/* line 44, app/assets/stylesheets/admin/views/users/two_factor_authentications.scss */
.card.otp-form .card-body .btn, .card.otp-form .card-body .component-v2 .btn-primary-w100-p3, .component-v2 .card.otp-form .card-body .btn-primary-w100-p3,
.card.qr-code-form .card-body .btn,
.card.qr-code-form .card-body .component-v2 .btn-primary-w100-p3,
.component-v2 .card.qr-code-form .card-body .btn-primary-w100-p3 {
  height: 54px;
  font-size: 16px;
  border-radius: 5px;
}

/* line 2, app/assets/stylesheets/admin/views/investors.scss */
.investors .change-image {
  max-width: 260px;
}

/* line 5, app/assets/stylesheets/admin/views/investors.scss */
.investors .change-image__preview {
  width: 260px;
  height: 260px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a8acd;
  background-color: #fff;
}

/* line 16, app/assets/stylesheets/admin/views/investors.scss */
.investors .change-image__preview:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.5s;
}

/* line 24, app/assets/stylesheets/admin/views/investors.scss */
.investors .change-image__choose {
  border: 1px solid #ccc;
}

/* line 29, app/assets/stylesheets/admin/views/investors.scss */
.investors .add-investment {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 30%;
}

/* line 36, app/assets/stylesheets/admin/views/investors.scss */
.investors .remove_fields {
  color: #6c757d;
}

/* line 2, app/assets/stylesheets/admin/views/corporates.scss */
.corporates .change-image {
  max-width: 260px;
}

/* line 5, app/assets/stylesheets/admin/views/corporates.scss */
.corporates .change-image__preview {
  width: 260px;
  height: 260px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a8acd;
  background-color: #fff;
}

/* line 16, app/assets/stylesheets/admin/views/corporates.scss */
.corporates .change-image__preview:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.5s;
}

/* line 24, app/assets/stylesheets/admin/views/corporates.scss */
.corporates .change-image__choose {
  border: 1px solid #ccc;
}

/* line 29, app/assets/stylesheets/admin/views/corporates.scss */
.corporates .add-funding-news {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 30%;
}

/* line 36, app/assets/stylesheets/admin/views/corporates.scss */
.corporates .remove_fields {
  color: #6c757d;
}

/* line 40, app/assets/stylesheets/admin/views/corporates.scss */
.corporates .funding-news-info {
  border: 1px solid #979797 !important;
  border-radius: 0.5rem !important;
}

/* line 45, app/assets/stylesheets/admin/views/corporates.scss */
.corporates .company_tags {
  margin-bottom: 1rem;
}

/* line 49, app/assets/stylesheets/admin/views/corporates.scss */
.corporates .multi-select {
  line-height: 2.5rem;
}

/* line 55, app/assets/stylesheets/admin/views/corporates.scss */
.corporates.new .simple_form.new_company textarea.text {
  height: 100px;
}

/* line 3, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.index .table {
  table-layout: fixed;
}

/* line 6, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.index .table .id {
  width: 55px;
}

/* line 10, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.index .table .code {
  width: 130px;
}

/* line 14, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.index .table .registration-count {
  width: 70px;
}

/* line 18, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.index .table .operation {
  width: 120px;
}

/* line 25, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.show .table.basic-info {
  table-layout: fixed;
}

/* line 28, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.show .table.basic-info th {
  width: 140px;
}

/* line 36, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.new .description, .coupons.edit .description {
  background-color: #f3f3f3;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 11px 15px;
}

/* line 42, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.new .description .title, .coupons.edit .description .title {
  font-size: 16px;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.new .description .content, .coupons.edit .description .content {
  font-weight: bold;
  margin-top: 13px;
}

/* line 52, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.new .description .sample, .coupons.edit .description .sample {
  font-size: 85%;
  margin-top: 7px;
  text-indent: 16px;
}

/* line 59, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.new .coupon_is_month_end, .coupons.edit .coupon_is_month_end {
  margin-bottom: 6px;
}

/* line 63, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.new .memo, .coupons.edit .memo {
  height: 120px;
}

/* line 66, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.new .memo.form-control-active, .coupons.new .memo:focus, .coupons.edit .memo.form-control-active, .coupons.edit .memo:focus {
  padding: 14px 15px;
}

/* line 72, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.new .wrap_validity_period, .coupons.edit .wrap_validity_period {
  display: inline-flex;
}

/* line 76, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.new .validity_period_unit, .coupons.edit .validity_period_unit {
  margin-left: 6px;
  margin-right: 14px;
  margin-top: 16px;
}

/* line 82, app/assets/stylesheets/admin/views/coupons.scss */
.coupons.new .is_month_end, .coupons.edit .is_month_end {
  display: inline-block;
}

/* line 3, app/assets/stylesheets/admin/views/applications.scss */
.applications.index .mufg-title {
  font-size: 24px;
  font-weight: 600;
}

/* line 8, app/assets/stylesheets/admin/views/applications.scss */
.applications.index .card-header {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 13, app/assets/stylesheets/admin/views/applications.scss */
.applications.index .card-header.index-header .filter-link {
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/admin/views/applications.scss */
.applications.index .card-header.index-header .filter-link.active {
  border-bottom: solid 2px #00A0E2;
  color: #00A0E2;
  font-weight: 700;
}

/* line 29, app/assets/stylesheets/admin/views/applications.scss */
.applications.index .mufg-button {
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 8px;
}

/* line 35, app/assets/stylesheets/admin/views/applications.scss */
.applications.index .mufg-button.small {
  width: 177px;
}

/* line 41, app/assets/stylesheets/admin/views/applications.scss */
.applications.index table tbody td {
  vertical-align: middle;
}

/* line 44, app/assets/stylesheets/admin/views/applications.scss */
.applications.index table tbody td .type-badge {
  border-radius: 10px;
  font-size: 12px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 78px;
}

/* line 53, app/assets/stylesheets/admin/views/applications.scss */
.applications.index table tbody td .type-badge.id_issuance {
  background-color: #63C2DE;
}

/* line 57, app/assets/stylesheets/admin/views/applications.scss */
.applications.index table tbody td .type-badge.leaving {
  background-color: #FFC107;
}

/* line 62, app/assets/stylesheets/admin/views/applications.scss */
.applications.index table tbody td .link-to-show-button {
  font-size: 13px;
  height: 32px;
  line-height: 13px;
  padding-top: 8px;
  padding-bottom: 11px;
  width: 160px;
}

/* line 75, app/assets/stylesheets/admin/views/applications.scss */
.applications.show .reject-button {
  border-color: #F76C6C;
  background-color: #fff;
  color: #F76C6C;
}

/* line 83, app/assets/stylesheets/admin/views/applications.scss */
.applications.new .approvers {
  max-height: 150px;
  overflow: auto;
}

/* line 2, app/assets/stylesheets/admin/views/company_informations.scss */
.company_informations .mufg-title {
  font-size: 24px;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/admin/views/company_informations.scss */
.company_informations .table {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/admin/views/company_informations.scss */
.company_informations .table th {
  width: 186px;
  padding-left: 20px;
}

/* line 15, app/assets/stylesheets/admin/views/company_informations.scss */
.company_informations .table td {
  word-break: break-all;
}

/* line 2, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms .mufg-title {
  font-size: 24px;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms .mufg-button {
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 8px;
}

/* line 13, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms .mufg-button.back {
  border: 1px solid #C8CED3;
}

/* line 18, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms textarea#sample-text {
  width: 600px;
  height: 435px;
  padding: 20px;
  font-size: 14px;
}

/* line 26, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.index .status-badge {
  border-radius: 10px;
  font-size: 12px;
  font-weight: 300;
  height: 23px;
  line-height: 23px;
  text-align: center;
  width: 100px;
}

/* line 35, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.index .status-badge.not_answered {
  background-color: #34a4cb;
}

/* line 39, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.index .status-badge.answered {
  background-color: #4DBD74;
}

/* line 44, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.index .company-name {
  width: 224px;
}

/* line 48, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.index .show-path-link {
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.index .staff-name,
.company_information_forms.index .status {
  width: 144px;
}

/* line 57, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.index .created-at {
  width: 120px;
}

/* line 61, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.index .icon {
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.index .icon:hover {
  opacity: 0.65;
}

/* line 72, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .notes, .company_information_forms.show .notes {
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 8px;
}

/* line 79, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .required-mark, .company_information_forms.show .required-mark {
  font-size: 14px;
  font-weight: 600;
  color: #e6230d;
}

/* line 85, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .table, .company_information_forms.show .table {
  margin-bottom: 0;
}

/* line 88, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .table th, .company_information_forms.show .table th {
  width: 196px;
  padding-left: 20px;
}

/* line 94, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .input-group-text, .company_information_forms.show .input-group-text {
  padding: 8px 15px;
}

/* line 98, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .form-control, .company_information_forms.show .form-control {
  height: 32px;
  padding: 5px 1.4rem;
  font-size: 12px;
  width: 300px;
}

/* line 104, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .form-control:focus, .company_information_forms.show .form-control:focus {
  padding: 5px 1.4rem;
}

/* line 108, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .form-control.form-control-active, .company_information_forms.show .form-control.form-control-active {
  padding: 5px 1.4rem;
}

/* line 111, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .form-control.form-control-active ~ label, .company_information_forms.show .form-control.form-control-active ~ label {
  display: none;
}

/* line 116, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .form-control ~ label.form-control-label, .company_information_forms.show .form-control ~ label.form-control-label {
  bottom: 6px;
  font-size: 12px;
}

/* line 122, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .form-group, .company_information_forms.show .form-group {
  margin-bottom: 0;
}

/* line 126, app/assets/stylesheets/admin/views/company_information_forms.scss */
.company_information_forms.new .form-text, .company_information_forms.show .form-text {
  display: inline-block;
  vertical-align: bottom;
}

/* line 2, app/assets/stylesheets/admin/views/admins.scss */
.change-password-form .admin_password {
  margin-bottom: 0px;
}

/* line 6, app/assets/stylesheets/admin/views/admins.scss */
.change-password-form .password-caption-wrapper {
  line-height: 15px;
}

/* line 9, app/assets/stylesheets/admin/views/admins.scss */
.change-password-form .password-caption-wrapper .password-caption {
  color: #BDBDBD;
  line-height: 12px;
}

/* line 2, app/assets/stylesheets/admin/views/admin.scss */
.admin-admins.index tr.discarded {
  background-color: #F7F7F7;
  color: #939393;
}

/* line 6, app/assets/stylesheets/admin/views/admin.scss */
.admin-admins.index tr.discarded .btn-undiscard {
  background-color: #4DBD74;
}

/* line 12, app/assets/stylesheets/admin/views/admin.scss */
.sidebar-nav {
  padding-bottom: 50px;
}

/* line 2, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .mufg-title {
  font-size: 24px;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .mufg-button {
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 8px;
}

/* line 13, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .mufg-button.small {
  width: 177px;
}

/* line 17, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .mufg-button.large {
  width: 378px;
}

/* line 21, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .mufg-button.back {
  width: 76px;
  border: 1px solid #C8CED3;
}

/* line 26, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .mufg-button.btn-outline-primary {
  background-color: #fff;
}

/* line 29, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .mufg-button.btn-outline-primary:hover {
  color: #00A0E2;
  background-color: #F1F8FC;
  opacity: 1;
}

/* line 38, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content {
  border-radius: 15px;
}

/* line 41, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content .modal-header {
  border-bottom: 1px solid #DDD;
  padding: 15px;
}

/* line 45, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content .modal-header .close {
  padding: 15px;
  margin: -14px 0 -20px -12px;
  color: #343434;
}

/* line 50, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content .modal-header .close:hover {
  outline: none;
}

/* line 55, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content .modal-header .modal-title {
  width: 100%;
  font-size: 1rem;
  margin-right: 69px;
}

/* line 62, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content .modal-body {
  padding: 20px;
  font-size: 0.875rem;
}

/* line 67, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content .modal-footer {
  border-top: 1px solid #DDD;
  justify-content: space-between;
  padding: 15px;
}

/* line 73, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content .modal-footer .btn, .linked_services .modal .modal-content .modal-footer .component-v2 .btn-primary-w100-p3, .component-v2 .linked_services .modal .modal-content .modal-footer .btn-primary-w100-p3 {
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 14px 13px 14px;
}

/* line 80, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content .modal-footer .btn-outline-link {
  border-color: #DDD;
}

/* line 83, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content .modal-footer .btn-outline-link:hover {
  opacity: 1;
  border: #939393 1px solid;
}

/* line 89, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .modal .modal-content .modal-footer .btn-primary:hover, .linked_services .modal .modal-content .modal-footer .component-v2 .btn-primary-w100-p3:hover, .component-v2 .linked_services .modal .modal-content .modal-footer .btn-primary-w100-p3:hover {
  background-color: #0093D0;
  border-color: #0093D0;
  opacity: 1;
}

/* line 98, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services .sequence-number-field {
  width: 66px;
  margin: auto;
}

/* line 104, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.index .category {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #DDD;
  border-radius: 4px;
  color: #939393;
}

/* line 112, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.index .accordion-icon {
  cursor: pointer;
}

/* line 119, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .badge, .linked_services.edit .badge {
  margin-left: 0px;
  margin-bottom: 10px;
}

/* line 124, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .collection_radio_buttons, .linked_services.edit .collection_radio_buttons {
  margin-bottom: 0px;
}

/* line 128, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .description-textarea,
.linked_services.new .remarks-textarea, .linked_services.edit .description-textarea,
.linked_services.edit .remarks-textarea {
  height: 278px;
}

/* line 135, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .linked_service_description label,
.linked_services.new .linked_service_remarks label, .linked_services.edit .linked_service_description label,
.linked_services.edit .linked_service_remarks label {
  top: 14px;
}

/* line 140, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .logo_image-filename, .linked_services.edit .logo_image-filename {
  pointer-events: none;
}

/* line 144, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .logo_image-delete-icon, .linked_services.edit .logo_image-delete-icon {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  cursor: pointer;
  line-height: 22px;
}

/* line 152, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .logo_image-field, .linked_services.edit .logo_image-field {
  border: 1px dashed #d3d3d3;
  border-radius: 0.5rem;
  text-align: center;
}

/* line 162, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .logo_image, .linked_services.edit .logo_image, .linked_services.show .logo_image {
  width: 282px;
  height: 165px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* line 171, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .left-column, .linked_services.edit .left-column {
  width: 60%;
}

/* line 174, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .left-column .status-column, .linked_services.edit .left-column .status-column {
  align-items: center;
}

/* line 179, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .right-column, .linked_services.edit .right-column {
  width: 40%;
}

/* line 183, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.new .display-plan, .linked_services.edit .display-plan {
  gap: 30px;
}

/* line 189, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.show .linked_service-detail {
  font-size: 16px;
}

/* line 192, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.show .linked_service-detail .category {
  display: inline-block;
  padding: 4px 10px 2px 10px;
  border-radius: 14px;
  border: 1px solid #00A0E2;
  font-size: 13px;
  color: #00A0E2;
}

/* line 201, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.show .linked_service-detail .name {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 700;
}

/* line 207, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.show .linked_service-detail .section-title {
  font-size: 16px;
  font-weight: 700;
}

/* line 212, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.show .linked_service-detail .logo_image-container {
  margin-right: 24px;
}

/* line 218, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.show .linked_service-detail .description p:last-child,
.linked_services.show .linked_service-detail .remarks p:last-child {
  margin-bottom: 0;
}

/* line 227, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.categories #category-form-modal .modal-dialog {
  width: 440px;
}

/* line 231, app/assets/stylesheets/admin/views/linked_services.scss */
.linked_services.categories #category-form-modal .collection_radio_buttons {
  margin-bottom: 0px;
}

/* line 2, app/assets/stylesheets/admin/views/external_service_access_restrictions.scss */
.external_service_access_restrictions .title {
  font-size: 24px;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/admin/views/external_service_access_restrictions.scss */
.external_service_access_restrictions .card-body {
  padding-bottom: 0;
}

/* line 11, app/assets/stylesheets/admin/views/external_service_access_restrictions.scss */
.external_service_access_restrictions .top-navigation {
  margin-bottom: 2rem;
}

/* line 15, app/assets/stylesheets/admin/views/external_service_access_restrictions.scss */
.external_service_access_restrictions tbody > tr > td {
  padding-bottom: 0;
}

/* line 19, app/assets/stylesheets/admin/views/external_service_access_restrictions.scss */
.external_service_access_restrictions .form-group {
  margin-bottom: 0.75rem;
}

/* line 23, app/assets/stylesheets/admin/views/external_service_access_restrictions.scss */
.external_service_access_restrictions .status {
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .chart-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #343434;
  height: 32px;
}

/* line 10, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .chart-title span {
  font-size: 16px;
}

/* line 15, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .no-data-message {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: #939393;
  justify-content: center;
  align-items: center;
}

/* line 24, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .compared-label {
  position: relative;
}

/* line 27, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .compared-label::after {
  position: absolute;
  top: 7px;
  left: -21px;
  content: '';
  width: 20px;
  height: 18px;
  background-color: #BDBDBD;
}

/* line 38, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .fiscal-year-dropdown {
  position: relative;
  padding: 0 0 0 5px;
  -webkit-box-shadow: none;
  color: #343434;
  outline: 0;
  width: 105px;
  box-shadow: none;
  border: 0;
  height: 32px;
}

/* line 50, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .fiscal-year-label {
  position: relative;
  display: flex;
  margin-left: 70px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}

/* line 59, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .fiscal-year-label::after {
  position: absolute;
  top: 7px;
  left: -26px;
  content: '';
  width: 20px;
  height: 18px;
  background-color: #00A0E2;
}

/* line 70, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .custom-tooltip {
  padding: 10px;
  min-width: 100px;
  min-height: 70px;
  background-color: #fff;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* line 79, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .custom-tooltip .tooltip-key {
  margin-bottom: 5px;
  color: #343434;
}

/* line 84, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .custom-tooltip .tooltip-value {
  color: #00A0E2;
}

/* line 90, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .market-capitalization-chart .recharts-wrapper {
  margin: 0 auto;
}

/* line 95, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .heading-circle {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* line 102, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .table-label {
  font-weight: 500;
  font-size: 14px;
}

/* line 107, app/assets/stylesheets/admin/views/pages.scss */
.pages.index .table-value {
  font-weight: 700;
  font-size: 16px;
}

/* line 2, app/assets/stylesheets/admin/views/white_papers.scss */
.white_paper.index.modal-open .white_paper-order-modal-body {
  padding: 20px;
  font-family: "Hiragino Sans";
  font-size: 16px;
}

/* line 7, app/assets/stylesheets/admin/views/white_papers.scss */
.white_paper.index.modal-open .white_paper-order-modal-body .white_paper-row {
  display: flex;
  border-bottom: 1px solid #DDD;
}

/* line 12, app/assets/stylesheets/admin/views/white_papers.scss */
.white_paper.index.modal-open .white_paper-order-modal-body .white_paper-fileName {
  font-weight: 300;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("https://d6ror40086i9l.cloudfront.net/assets/summernote-43ab0510fb20f491afa3d6e234708cf02b03f2b0cd9214d258bb76362753ccdf.eot");
  src: url("https://d6ror40086i9l.cloudfront.net/assets/summernote-43ab0510fb20f491afa3d6e234708cf02b03f2b0cd9214d258bb76362753ccdf.eot?#iefix") format("embedded-opentype"), url("https://d6ror40086i9l.cloudfront.net/assets/summernote-1fba7b35914a7b5888c138fe26cff82c9531eac6f4afbb715d05ffbb91e0ac45.woff") format("woff"), url("https://d6ror40086i9l.cloudfront.net/assets/summernote-11d51be934cdec9381ccff90ed02e5e478139c582335968cb5839edaf3f10cbb.ttf") format("truetype");
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-float-left:before, .note-icon-float-none:before, .note-icon-float-right:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-rollback:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-center:before {
  content: "\f101";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-indent:before {
  content: "\f102";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-justify:before {
  content: "\f103";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-left:before {
  content: "\f104";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-outdent:before {
  content: "\f105";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-right:before {
  content: "\f106";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align:before {
  content: "\f107";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-down:before {
  content: "\f108";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-left:before {
  content: "\f109";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-right:before {
  content: "\f10a";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-up:before {
  content: "\f10b";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrows-alt:before {
  content: "\f10c";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrows-h:before {
  content: "\f10d";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrows-v:before {
  content: "\f10e";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-bold:before {
  content: "\f10f";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-caret:before {
  content: "\f110";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-chain-broken:before {
  content: "\f111";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-circle:before {
  content: "\f112";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-close:before {
  content: "\f113";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-code:before {
  content: "\f114";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-col-after:before {
  content: "\f115";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-col-before:before {
  content: "\f116";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-col-remove:before {
  content: "\f117";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-eraser:before {
  content: "\f118";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-float-left:before {
  content: "\f119";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-float-none:before {
  content: "\f11a";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-float-right:before {
  content: "\f11b";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-font:before {
  content: "\f11c";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-frame:before {
  content: "\f11d";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-italic:before {
  content: "\f11e";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-link:before {
  content: "\f11f";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-magic:before {
  content: "\f120";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-menu-check:before {
  content: "\f121";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-minus:before {
  content: "\f122";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-orderedlist:before {
  content: "\f123";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-pencil:before {
  content: "\f124";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-picture:before {
  content: "\f125";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-question:before {
  content: "\f126";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-redo:before {
  content: "\f127";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-rollback:before {
  content: "\f128";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-row-above:before {
  content: "\f129";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-row-below:before {
  content: "\f12a";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-row-remove:before {
  content: "\f12b";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-special-character:before {
  content: "\f12c";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-square:before {
  content: "\f12d";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-strikethrough:before {
  content: "\f12e";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-subscript:before {
  content: "\f12f";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-summernote:before {
  content: "\f130";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-superscript:before {
  content: "\f131";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-table:before {
  content: "\f132";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-text-height:before {
  content: "\f133";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-trash:before {
  content: "\f134";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-underline:before {
  content: "\f135";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-undo:before {
  content: "\f136";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-unorderedlist:before {
  content: "\f137";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-video:before {
  content: "\f138";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor {
  position: relative;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: .95;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area {
  position: relative;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable {
  outline: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover.popover {
  display: none;
  max-width: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-toolbar {
  position: relative;
  z-index: 500;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content, .card-header.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
  background: #f5f5f5;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content > .btn-group, .card-header.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .btn-group .note-table, .card-header.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-style .dropdown-style blockquote, .card-header.note-toolbar .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .card-header.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-style .dropdown-style h1, .card-header.note-toolbar .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .card-header.note-toolbar .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .card-header.note-toolbar .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .card-header.note-toolbar .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .card-header.note-toolbar .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .card-header.note-toolbar .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .card-header.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-all .dropdown-menu, .card-header.note-toolbar .note-color-all .dropdown-menu {
  min-width: 337px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-toggle, .card-header.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette, .card-header.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .card-header.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-para .dropdown-menu, .card-header.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .card-header.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu, .card-header.note-toolbar .dropdown-menu {
  min-width: 90px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu.right, .card-header.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu.right::before, .card-header.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu.right::after, .card-header.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu.note-check a i, .card-header.note-toolbar .dropdown-menu.note-check a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu.note-check a.checked i, .card-header.note-toolbar .dropdown-menu.note-check a.checked i {
  visibility: visible;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-fontsize-10, .card-header.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-palette, .card-header.note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-palette div .note-color-btn, .card-header.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .card-header.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-dialog > div {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-dialog .note-modal-form {
  margin: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}

@-moz-document url-prefix() {
  /* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
  .note-image-input {
    height: auto;
  }
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}

/* line 1, app/assets/stylesheets/admin/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  margin-left: -8px;
  position: absolute;
}

/* line 5, app/assets/stylesheets/admin/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

/* line 15, app/assets/stylesheets/admin/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #ececec;
}

/* line 25, app/assets/stylesheets/admin/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

/* line 31, app/assets/stylesheets/admin/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

/* line 37, app/assets/stylesheets/admin/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #ececec;
}

/* line 43, app/assets/stylesheets/admin/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}

/* line 49, app/assets/stylesheets/admin/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  border-bottom: none;
  border-top-color: #fff;
}

/* line 55, app/assets/stylesheets/admin/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #ececec;
}

/* line 4, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker-wrapper {
  padding: 0;
  border: 0;
}

/* line 9, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #212529;
  border: 1px solid #ececec;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

/* line 21, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

/* line 25, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

/* line 29, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

/* line 33, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

/* line 38, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

/* line 43, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker-popper {
  z-index: 5;
}

/* line 46, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

/* line 56, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

/* line 62, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

/* line 70, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

/* line 73, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

/* line 79, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

/* line 82, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

/* line 89, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__header {
  text-align: center;
  border-bottom: 1px solid #ececec;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

/* line 97, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 104, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

/* line 114, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #212529;
  font-weight: bold;
  font-size: 0.944rem;
}

/* line 123, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 129, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

/* line 145, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

/* line 149, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

/* line 153, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

/* line 160, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

/* line 163, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

/* line 167, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

/* line 171, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

/* line 178, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 185, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

/* line 189, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

/* line 194, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

/* line 198, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

/* line 205, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__month-container {
  float: left;
}

/* line 210, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-wrapper {
  margin: 0.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 217, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-text {
  display: inline-block;
  cursor: pointer;
  flex: 1 0 30%;
  width: 12px;
  padding: 2px;
}

/* line 226, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

/* line 229, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

/* line 237, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

/* line 243, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

/* line 246, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

/* line 248, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

/* line 251, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

/* line 254, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 259, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

/* line 263, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

/* line 270, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #ececec;
  width: 85px;
}

/* line 275, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

/* line 284, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

/* line 288, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

/* line 293, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

/* line 303, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

/* line 307, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

/* line 311, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #adb5bd;
  color: white;
  font-weight: bold;
}

/* line 315, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #adb5bd;
}

/* line 319, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

/* line 322, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

/* line 333, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

/* line 340, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

/* line 342, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

/* line 349, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

/* line 354, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #212529;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

/* line 368, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #adb5bd;
  color: #fff;
}

/* line 375, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #9fa8b2;
}

/* line 379, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled,
.react-datepicker__year-text--disabled {
  color: #ccc;
  pointer-events: none;
}

/* line 382, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  cursor: default;
  background-color: transparent;
}

/* line 389, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

/* line 394, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

/* line 399, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

/* line 403, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

/* line 408, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}

/* line 412, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}

/* line 416, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}

/* line 421, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #adb5bd;
  color: #fff;
}

/* line 428, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #9fa8b2;
}

/* line 433, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #c9cfd4;
  color: #fff;
}

/* line 438, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #9fa8b2;
}

/* line 443, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range) {
  background-color: rgba(173, 181, 189, 0.5);
}

/* line 448, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #212529;
}

/* line 454, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

/* line 458, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

/* line 470, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #adb5bd;
}

/* line 474, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

/* line 479, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 485, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

/* line 491, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

/* line 494, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

/* line 500, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

/* line 511, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #ececec;
}

/* line 524, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

/* line 528, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

/* line 534, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 543, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 548, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 557, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

/* line 560, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

/* line 564, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

/* line 569, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

/* line 575, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 588, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #adb5bd;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

/* line 605, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #ececec;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

/* line 615, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

/* line 627, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  /* line 636, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
  .react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

/* line 644, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

/* line 649, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

/* line 653, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

/* line 656, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

/* line 660, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

/* line 667, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

/* line 670, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

/* line 674, app/assets/stylesheets/admin/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
