@charset "UTF-8";
.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, .daterangepicker .drp-buttons .wizard > .actions a, .wizard > .actions .daterangepicker .drp-buttons a, .daterangepicker .drp-buttons .swal2-modal .swal2-actions button, .swal2-modal .swal2-actions .daterangepicker .drp-buttons button, .daterangepicker .drp-buttons .fc .fc-button, .fc .daterangepicker .drp-buttons .fc-button {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

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

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

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

.daterangepicker.show-ranges.ltr .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 .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
@-moz-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes tada {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-ms-keyframes tada {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-moz-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    -moz-transform-origin: top center 50%;
    -ms-transform-origin: top center 50%;
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    -moz-transform-origin: top center 50%;
    -ms-transform-origin: top center 50%;
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    -moz-transform-origin: top center 50%;
    -ms-transform-origin: top center 50%;
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    -moz-transform-origin: top center 50%;
    -ms-transform-origin: top center 50%;
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    -moz-transform-origin: top center 50%;
    -ms-transform-origin: top center 50%;
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-ms-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@-ms-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-ms-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-ms-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-ms-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-ms-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-ms-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-o-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-o-keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-o-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}
@-ms-keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}
@keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-ms-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-moz-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-ms-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-ms-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-ms-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-ms-keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}
@-ms-keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}
@keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #559bfb;
  --indigo: #2c3782;
  --purple: #816bff;
  --pink: #ff63a5;
  --red: #e85347;
  --orange: #ffa353;
  --yellow: #f4bd0e;
  --green: #1ee0ac;
  --teal: #20c997;
  --cyan: #09c2de;
  --white: #fff;
  --gray: #91a1b6;
  --gray-dark: #0f1531;
  --blue: #5E50F9;
  --indigo: #6610f2;
  --purple: #6a008a;
  --pink: #E91E63;
  --red: #f96868;
  --orange: #f2a654;
  --yellow: #f6e84e;
  --green: #46c35f;
  --teal: #58d8a3;
  --cyan: #57c7d4;
  --white: #fff;
  --gray: #425563;
  --gray-light: #98a4ae;
  --gray-lighter: #e8eff4;
  --gray-lightest: #e6e9ed;
  --black: #000;
  --primary: #362e59;
  --secondary: #f4f5f9;
  --success: #66cb9f;
  --info: #3699ff;
  --warning: #fbdc7b;
  --danger: #f16064;
  --light: #f6f7fa;
  --dark: #362e59;
  --default: #fff;
  --primary-light: #434C78;
  --primary-dark: #201747;
  --tertiary: #ee268c;
  --alternative: #9063cd;
  --primary-muted: #b1cfec;
  --secondary-light: #ebf2fa;
  --secondary-dark: #a6b7d4;
  --info-muted: #88dbdf;
  --danger-muted: #f77eb9;
  --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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #362E59;
  text-align: left;
  background-color: #f4f5f9;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1rem 1.5rem;
  padding-bottom: 1rem 1.5rem;
  color: #6c757d;
  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;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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.5rem;
}

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

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

h4, .h4 {
  font-size: 1.5rem;
}

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

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

.lead {
  font-size: 1.19rem;
  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.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: #6c757d;
}

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

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

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

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

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  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, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #362E59;
}
.table th,
.table td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  border-top: 1px solid #dfe4eb;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dfe4eb;
}
.table tbody + tbody {
  border-top: 2px solid #dfe4eb;
}

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

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

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

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #eaedf1;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(198.72, 196.48, 208.52);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(150.48, 146.32, 168.68);
}

.table-hover .table-primary:hover {
  background-color: rgb(185.052, 182.268, 197.232);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(185.052, 182.268, 197.232);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(251.92, 252.2, 253.32);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(249.28, 249.8, 251.88);
}

.table-hover .table-secondary:hover {
  background-color: rgb(235.42, 237.2, 244.32);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(235.42, 237.2, 244.32);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(212.16, 240.44, 228.12);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(175.44, 227.96, 205.08);
}

.table-hover .table-success:hover {
  background-color: rgb(193.1282926829, 233.9717073171, 216.1785365854);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(193.1282926829, 233.9717073171, 216.1785365854);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(198.72, 226.44, 255);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(150.48, 201.96, 255);
}

.table-hover .table-info:hover {
  background-color: rgb(173.22, 213.4997014925, 255);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(173.22, 213.4997014925, 255);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(253.88, 245.2, 218.04);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(252.92, 236.8, 186.36);
}

.table-hover .table-warning:hover {
  background-color: rgb(253.13, 238.6375, 193.29);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(253.13, 238.6375, 193.29);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(251.08, 210.48, 211.6);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(247.72, 172.32, 174.4);
}

.table-hover .table-danger:hover {
  background-color: rgb(249.016416185, 187.043583815, 188.7531791908);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(249.016416185, 187.043583815, 188.7531791908);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(252.48, 252.76, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(250.32, 250.84, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(236.0871428571, 238.1885714286, 244.4928571429);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(236.0871428571, 238.1885714286, 244.4928571429);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.72, 196.48, 208.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(150.48, 146.32, 168.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.052, 182.268, 197.232);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.052, 182.268, 197.232);
}

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

.table-hover .table-default:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-default:hover > td,
.table-hover .table-default:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: rgb(202.36, 204.88, 217.2);
}
.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: rgb(157.24, 161.92, 184.8);
}

.table-hover .table-primary-light:hover {
  background-color: rgb(187.5178947368, 190.7484210526, 206.5421052632);
}
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: rgb(187.5178947368, 190.7484210526, 206.5421052632);
}

.table-primary-dark,
.table-primary-dark > th,
.table-primary-dark > td {
  background-color: rgb(192.56, 190.04, 203.48);
}
.table-primary-dark th,
.table-primary-dark td,
.table-primary-dark thead th,
.table-primary-dark tbody + tbody {
  border-color: rgb(139.04, 134.36, 159.32);
}

.table-hover .table-primary-dark:hover {
  background-color: rgb(178.8905288462, 175.8188461538, 192.2011538462);
}
.table-hover .table-primary-dark:hover > td,
.table-hover .table-primary-dark:hover > th {
  background-color: rgb(178.8905288462, 175.8188461538, 192.2011538462);
}

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: rgb(250.24, 194.24, 222.8);
}
.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: rgb(246.16, 142.16, 195.2);
}

.table-hover .table-tertiary:hover {
  background-color: rgb(248.3874358974, 170.5925641026, 210.2679487179);
}
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: rgb(248.3874358974, 170.5925641026, 210.2679487179);
}

.table-alternative,
.table-alternative > th,
.table-alternative > td {
  background-color: rgb(223.92, 211.32, 241);
}
.table-alternative th,
.table-alternative td,
.table-alternative thead th,
.table-alternative tbody + tbody {
  border-color: rgb(197.28, 173.88, 229);
}

.table-hover .table-alternative:hover {
  background-color: rgb(210.1797087379, 192.0093203883, 234.8106796117);
}
.table-hover .table-alternative:hover > td,
.table-hover .table-alternative:hover > th {
  background-color: rgb(210.1797087379, 192.0093203883, 234.8106796117);
}

.table-primary-muted,
.table-primary-muted > th,
.table-primary-muted > td {
  background-color: rgb(233.16, 241.56, 249.68);
}
.table-primary-muted th,
.table-primary-muted td,
.table-primary-muted thead th,
.table-primary-muted tbody + tbody {
  border-color: rgb(214.44, 230.04, 245.12);
}

.table-hover .table-primary-muted:hover {
  background-color: rgb(212.6548453608, 228.941443299, 244.6851546392);
}
.table-hover .table-primary-muted:hover > td,
.table-hover .table-primary-muted:hover > th {
  background-color: rgb(212.6548453608, 228.941443299, 244.6851546392);
}

.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
  background-color: rgb(249.4, 251.36, 253.6);
}
.table-secondary-light th,
.table-secondary-light td,
.table-secondary-light thead th,
.table-secondary-light tbody + tbody {
  border-color: rgb(244.6, 248.24, 252.4);
}

.table-hover .table-secondary-light:hover {
  background-color: rgb(229, 238.1, 248.5);
}
.table-hover .table-secondary-light:hover > td,
.table-hover .table-secondary-light:hover > th {
  background-color: rgb(229, 238.1, 248.5);
}

.table-secondary-dark,
.table-secondary-dark > th,
.table-secondary-dark > td {
  background-color: rgb(230.08, 234.84, 242.96);
}
.table-secondary-dark th,
.table-secondary-dark td,
.table-secondary-dark thead th,
.table-secondary-dark tbody + tbody {
  border-color: rgb(208.72, 217.56, 232.64);
}

.table-hover .table-secondary-dark:hover {
  background-color: rgb(212.8868181818, 220.9309090909, 234.6531818182);
}
.table-hover .table-secondary-dark:hover > td,
.table-hover .table-secondary-dark:hover > th {
  background-color: rgb(212.8868181818, 220.9309090909, 234.6531818182);
}

.table-info-muted,
.table-info-muted > th,
.table-info-muted > td {
  background-color: rgb(221.68, 244.92, 246.04);
}
.table-info-muted th,
.table-info-muted td,
.table-info-muted thead th,
.table-info-muted tbody + tbody {
  border-color: rgb(193.12, 236.28, 238.36);
}

.table-hover .table-info-muted:hover {
  background-color: rgb(201.5839735099, 238.8405298013, 240.6360264901);
}
.table-hover .table-info-muted:hover > td,
.table-hover .table-info-muted:hover > th {
  background-color: rgb(201.5839735099, 238.8405298013, 240.6360264901);
}

.table-danger-muted,
.table-danger-muted > th,
.table-danger-muted > td {
  background-color: rgb(252.76, 218.88, 235.4);
}
.table-danger-muted th,
.table-danger-muted td,
.table-danger-muted thead th,
.table-danger-muted tbody + tbody {
  border-color: rgb(250.84, 187.92, 218.6);
}

.table-hover .table-danger-muted:hover {
  background-color: rgb(251.2709489051, 194.8690510949, 222.3708029197);
}
.table-hover .table-danger-muted:hover > td,
.table-hover .table-danger-muted:hover > th {
  background-color: rgb(251.2709489051, 194.8690510949, 222.3708029197);
}

.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: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dfe4eb;
}

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

@media (max-width: 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, .typeahead,
.tt-query,
.tt-hint, .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single, .email-compose-fields .select2-container--default .select2-selection--multiple, select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .typeahead,
  .tt-query,
  .tt-hint, .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single, .email-compose-fields .select2-container--default .select2-selection--multiple, select {
    transition: none;
  }
}
.form-control::-ms-expand, .typeahead::-ms-expand,
.tt-query::-ms-expand,
.tt-hint::-ms-expand, .select2-container--default .select2-selection--single .select2-search__field::-ms-expand, .select2-container--default .select2-selection--single::-ms-expand, .email-compose-fields .select2-container--default .select2-selection--multiple::-ms-expand, select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, .typeahead:-moz-focusring,
.tt-query:-moz-focusring,
.tt-hint:-moz-focusring, .select2-container--default .select2-selection--single .select2-search__field:-moz-focusring, .select2-container--default .select2-selection--single:-moz-focusring, .email-compose-fields .select2-container--default .select2-selection--multiple:-moz-focusring, select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus, .typeahead:focus,
.tt-query:focus,
.tt-hint:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .select2-container--default .select2-selection--single:focus, .email-compose-fields .select2-container--default .select2-selection--multiple:focus, select:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder, .typeahead::placeholder,
.tt-query::placeholder,
.tt-hint::placeholder, .select2-container--default .select2-selection--single .select2-search__field::placeholder, .select2-container--default .select2-selection--single::placeholder, .email-compose-fields .select2-container--default .select2-selection--multiple::placeholder, select::placeholder {
  color: #98a4ae;
  opacity: 1;
}
.form-control:disabled, .typeahead:disabled,
.tt-query:disabled,
.tt-hint:disabled, .select2-container--default .select2-selection--single .select2-search__field:disabled, .select2-container--default .select2-selection--single:disabled, .email-compose-fields .select2-container--default .select2-selection--multiple:disabled, select:disabled, .form-control[readonly], [readonly].typeahead,
[readonly].tt-query,
[readonly].tt-hint, .select2-container--default .select2-selection--single [readonly].select2-search__field, .select2-container--default [readonly].select2-selection--single, .email-compose-fields .select2-container--default [readonly].select2-selection--multiple, select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, input[type=date].typeahead,
input[type=date].tt-query,
input[type=date].tt-hint, .select2-container--default .select2-selection--single input[type=date].select2-search__field, .select2-container--default input[type=date].select2-selection--single, .email-compose-fields .select2-container--default input[type=date].select2-selection--multiple,
input[type=time].form-control,
input[type=time].typeahead,
input[type=time].tt-query,
input[type=time].tt-hint,
.select2-container--default .select2-selection--single input[type=time].select2-search__field,
.select2-container--default input[type=time].select2-selection--single,
.email-compose-fields .select2-container--default input[type=time].select2-selection--multiple,
input[type=datetime-local].form-control,
input[type=datetime-local].typeahead,
input[type=datetime-local].tt-query,
input[type=datetime-local].tt-hint,
.select2-container--default .select2-selection--single input[type=datetime-local].select2-search__field,
.select2-container--default input[type=datetime-local].select2-selection--single,
.email-compose-fields .select2-container--default input[type=datetime-local].select2-selection--multiple,
input[type=month].form-control,
input[type=month].typeahead,
input[type=month].tt-query,
input[type=month].tt-hint,
.select2-container--default .select2-selection--single input[type=month].select2-search__field,
.select2-container--default input[type=month].select2-selection--single,
.email-compose-fields .select2-container--default input[type=month].select2-selection--multiple {
  appearance: none;
}

select.form-control:focus::-ms-value, .select2-container--default .select2-selection--single select.select2-search__field:focus::-ms-value, .select2-container--default select.select2-selection--single:focus::-ms-value, .email-compose-fields .select2-container--default select.select2-selection--multiple:focus::-ms-value, select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #212529;
  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.4rem 0.875rem;
  font-size: 0.8rem;
  line-height: 2;
  border-radius: 0.2rem;
}

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

select.form-control[size], .select2-container--default .select2-selection--single select[size].select2-search__field, .select2-container--default select[size].select2-selection--single, .email-compose-fields .select2-container--default select[size].select2-selection--multiple, select[size], select.form-control[multiple], .select2-container--default .select2-selection--single select[multiple].select2-search__field, .select2-container--default select[multiple].select2-selection--single, .email-compose-fields .select2-container--default select[multiple].select2-selection--multiple, select[multiple] {
  height: auto;
}

textarea.form-control, textarea.typeahead,
textarea.tt-query,
textarea.tt-hint, .select2-container--default .select2-selection--single textarea.select2-search__field, .select2-container--default textarea.select2-selection--single, .email-compose-fields .select2-container--default textarea.select2-selection--multiple {
  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, .form-check-input:disabled ~ .form-check-label {
  color: #718096;
}

.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: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .was-validated .typeahead:valid,
.was-validated .tt-query:valid,
.was-validated .tt-hint:valid, .was-validated .select2-container--default .select2-selection--single .select2-search__field:valid, .select2-container--default .select2-selection--single .was-validated .select2-search__field:valid, .was-validated .select2-container--default .select2-selection--single:valid, .select2-container--default .was-validated .select2-selection--single:valid, .was-validated .email-compose-fields .select2-container--default .select2-selection--multiple:valid, .email-compose-fields .select2-container--default .was-validated .select2-selection--multiple:valid, .was-validated select:valid, .form-control.is-valid, .is-valid.typeahead,
.is-valid.tt-query,
.is-valid.tt-hint, .select2-container--default .select2-selection--single .is-valid.select2-search__field, .select2-container--default .is-valid.select2-selection--single, .email-compose-fields .select2-container--default .is-valid.select2-selection--multiple, select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .typeahead:valid:focus,
.was-validated .tt-query:valid:focus,
.was-validated .tt-hint:valid:focus, .was-validated .select2-container--default .select2-selection--single .select2-search__field:valid:focus, .select2-container--default .select2-selection--single .was-validated .select2-search__field:valid:focus, .was-validated .select2-container--default .select2-selection--single:valid:focus, .select2-container--default .was-validated .select2-selection--single:valid:focus, .was-validated .email-compose-fields .select2-container--default .select2-selection--multiple:valid:focus, .email-compose-fields .select2-container--default .was-validated .select2-selection--multiple:valid:focus, .was-validated select:valid:focus, .form-control.is-valid:focus, .is-valid.typeahead:focus,
.is-valid.tt-query:focus,
.is-valid.tt-hint:focus, .select2-container--default .select2-selection--single .is-valid.select2-search__field:focus, .select2-container--default .is-valid.select2-selection--single:focus, .email-compose-fields .select2-container--default .is-valid.select2-selection--multiple:focus, select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.typeahead:valid,
.was-validated textarea.tt-query:valid,
.was-validated textarea.tt-hint:valid, .was-validated .select2-container--default .select2-selection--single textarea.select2-search__field:valid, .select2-container--default .select2-selection--single .was-validated textarea.select2-search__field:valid, .was-validated .select2-container--default textarea.select2-selection--single:valid, .select2-container--default .was-validated textarea.select2-selection--single:valid, .was-validated .email-compose-fields .select2-container--default textarea.select2-selection--multiple:valid, .email-compose-fields .select2-container--default .was-validated textarea.select2-selection--multiple:valid, textarea.form-control.is-valid, textarea.is-valid.typeahead,
textarea.is-valid.tt-query,
textarea.is-valid.tt-hint, .select2-container--default .select2-selection--single textarea.is-valid.select2-search__field, .select2-container--default textarea.is-valid.select2-selection--single, .email-compose-fields .select2-container--default textarea.is-valid.select2-selection--multiple {
  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: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .form-control:invalid, .was-validated .typeahead:invalid,
.was-validated .tt-query:invalid,
.was-validated .tt-hint:invalid, .was-validated .select2-container--default .select2-selection--single .select2-search__field:invalid, .select2-container--default .select2-selection--single .was-validated .select2-search__field:invalid, .was-validated .select2-container--default .select2-selection--single:invalid, .select2-container--default .was-validated .select2-selection--single:invalid, .was-validated .email-compose-fields .select2-container--default .select2-selection--multiple:invalid, .email-compose-fields .select2-container--default .was-validated .select2-selection--multiple:invalid, .was-validated select:invalid, .form-control.is-invalid, .is-invalid.typeahead,
.is-invalid.tt-query,
.is-invalid.tt-hint, .select2-container--default .select2-selection--single .is-invalid.select2-search__field, .select2-container--default .is-invalid.select2-selection--single, .email-compose-fields .select2-container--default .is-invalid.select2-selection--multiple, select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .typeahead:invalid:focus,
.was-validated .tt-query:invalid:focus,
.was-validated .tt-hint:invalid:focus, .was-validated .select2-container--default .select2-selection--single .select2-search__field:invalid:focus, .select2-container--default .select2-selection--single .was-validated .select2-search__field:invalid:focus, .was-validated .select2-container--default .select2-selection--single:invalid:focus, .select2-container--default .was-validated .select2-selection--single:invalid:focus, .was-validated .email-compose-fields .select2-container--default .select2-selection--multiple:invalid:focus, .email-compose-fields .select2-container--default .was-validated .select2-selection--multiple:invalid:focus, .was-validated select:invalid:focus, .form-control.is-invalid:focus, .is-invalid.typeahead:focus,
.is-invalid.tt-query:focus,
.is-invalid.tt-hint:focus, .select2-container--default .select2-selection--single .is-invalid.select2-search__field:focus, .select2-container--default .is-invalid.select2-selection--single:focus, .email-compose-fields .select2-container--default .is-invalid.select2-selection--multiple:focus, select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.typeahead:invalid,
.was-validated textarea.tt-query:invalid,
.was-validated textarea.tt-hint:invalid, .was-validated .select2-container--default .select2-selection--single textarea.select2-search__field:invalid, .select2-container--default .select2-selection--single .was-validated textarea.select2-search__field:invalid, .was-validated .select2-container--default textarea.select2-selection--single:invalid, .select2-container--default .was-validated textarea.select2-selection--single:invalid, .was-validated .email-compose-fields .select2-container--default textarea.select2-selection--multiple:invalid, .email-compose-fields .select2-container--default .was-validated textarea.select2-selection--multiple:invalid, textarea.form-control.is-invalid, textarea.is-invalid.typeahead,
textarea.is-invalid.tt-query,
textarea.is-invalid.tt-hint, .select2-container--default .select2-selection--single textarea.is-invalid.select2-search__field, .select2-container--default textarea.is-invalid.select2-selection--single, .email-compose-fields .select2-container--default textarea.is-invalid.select2-selection--multiple {
  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: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' 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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 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, .form-inline .typeahead,
  .form-inline .tt-query,
  .form-inline .tt-hint, .form-inline .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .form-inline .select2-search__field, .form-inline .select2-container--default .select2-selection--single, .select2-container--default .form-inline .select2-selection--single, .form-inline .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .form-inline .select2-selection--multiple, .form-inline select {
    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, .wizard > .actions .disabled a, .wizard > .actions a, .wizard > .actions a:hover, .swal2-modal .swal2-actions button, .fc .fc-button {
  display: inline-block;
  font-weight: 600;
  color: #362E59;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 0.938rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  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, .wizard > .actions .disabled a, .wizard > .actions a, .wizard > .actions a:hover, .swal2-modal .swal2-actions button, .fc .fc-button {
    transition: none;
  }
}
.btn:hover, .wizard > .actions a:hover, .swal2-modal .swal2-actions button:hover, .fc .fc-button:hover {
  color: #362E59;
  text-decoration: none;
}
.btn:focus, .wizard > .actions a:focus, .swal2-modal .swal2-actions button:focus, .fc .fc-button:focus, .btn.focus, .wizard > .actions a.focus, .swal2-modal .swal2-actions button.focus, .fc .focus.fc-button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .wizard > .actions a.disabled, .swal2-modal .swal2-actions button.disabled, .fc .disabled.fc-button, .btn:disabled, .wizard > .actions a:disabled, .swal2-modal .swal2-actions button:disabled, .fc .fc-button:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .wizard > .actions a:not(:disabled):not(.disabled), .swal2-modal .swal2-actions button:not(:disabled):not(.disabled), .fc .fc-button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .wizard > .actions a.disabled, .fc a.disabled.fc-button,
fieldset:disabled a.btn,
fieldset:disabled .wizard > .actions a,
.wizard > .actions fieldset:disabled a,
fieldset:disabled .fc a.fc-button,
.fc fieldset:disabled a.fc-button {
  pointer-events: none;
}

.btn-primary, .wizard > .actions a, .wizard > .actions a:hover, .swal2-modal .swal2-actions button.swal2-confirm {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-primary:hover, .wizard > .actions a:hover, .swal2-modal .swal2-actions button.swal2-confirm:hover {
  color: #fff;
  background-color: rgb(38.7, 32.9666666667, 63.7833333333);
  border-color: rgb(33.6, 28.6222222222, 55.3777777778);
}
.btn-primary:focus, .wizard > .actions a:focus, .swal2-modal .swal2-actions button.swal2-confirm:focus, .btn-primary.focus, .wizard > .actions a.focus, .swal2-modal .swal2-actions button.focus.swal2-confirm {
  color: #fff;
  background-color: rgb(38.7, 32.9666666667, 63.7833333333);
  border-color: rgb(33.6, 28.6222222222, 55.3777777778);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 77.35, 113.9, 0.5);
}
.btn-primary.disabled, .wizard > .actions a.disabled, .swal2-modal .swal2-actions button.disabled.swal2-confirm, .btn-primary:disabled, .wizard > .actions a:disabled, .swal2-modal .swal2-actions button.swal2-confirm:disabled {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-primary:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .wizard > .actions .show > a.dropdown-toggle, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-confirm {
  color: #fff;
  background-color: rgb(33.6, 28.6222222222, 55.3777777778);
  border-color: rgb(28.5, 24.2777777778, 46.9722222222);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .wizard > .actions .show > a.dropdown-toggle:focus, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-confirm:focus {
  box-shadow: 0 0 0 0.2rem rgba(84.15, 77.35, 113.9, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(219.25, 222.5, 235.5);
  border-color: #d3d7e7;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: rgb(219.25, 222.5, 235.5);
  border-color: #d3d7e7;
  box-shadow: 0 0 0 0.2rem rgba(212.35, 213.8, 217.8, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #d3d7e7;
  border-color: rgb(202.75, 207.5, 226.5);
}
.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(212.35, 213.8, 217.8, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(73.4524390244, 193.2975609756, 141.087804878);
  border-color: rgb(64.4292682927, 189.5707317073, 135.0536585366);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(73.4524390244, 193.2975609756, 141.087804878);
  border-color: rgb(64.4292682927, 189.5707317073, 135.0536585366);
  box-shadow: 0 0 0 0.2rem rgba(124.95, 210.8, 173.4, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(64.4292682927, 189.5707317073, 135.0536585366);
  border-color: rgb(61.1951219512, 180.0548780488, 128.2743902439);
}
.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(124.95, 210.8, 173.4, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(15.75, 133.5895522388, 255);
  border-color: rgb(3, 127.1194029851, 255);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(15.75, 133.5895522388, 255);
  border-color: rgb(3, 127.1194029851, 255);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 168.3, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(3, 127.1194029851, 255);
  border-color: rgb(0, 120.7947761194, 245.25);
}
.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(84.15, 168.3, 255, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(249.875, 210.15625, 85.875);
  border-color: rgb(249.5, 206.875, 73.5);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(249.875, 210.15625, 85.875);
  border-color: rgb(249.5, 206.875, 73.5);
  box-shadow: 0 0 0 0.2rem rgba(218.3, 192.55, 110.7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(249.5, 206.875, 73.5);
  border-color: rgb(249.125, 203.59375, 61.125);
}
.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(218.3, 192.55, 110.7, 0.5);
}

.btn-danger, .swal2-modal .swal2-actions button.swal2-cancel {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.btn-danger:hover, .swal2-modal .swal2-actions button.swal2-cancel:hover {
  color: #fff;
  background-color: rgb(237.9046242775, 60.8453757225, 65.7297687861);
  border-color: rgb(236.8728323699, 49.1271676301, 54.3063583815);
}
.btn-danger:focus, .swal2-modal .swal2-actions button.swal2-cancel:focus, .btn-danger.focus, .swal2-modal .swal2-actions button.focus.swal2-cancel {
  color: #fff;
  background-color: rgb(237.9046242775, 60.8453757225, 65.7297687861);
  border-color: rgb(236.8728323699, 49.1271676301, 54.3063583815);
  box-shadow: 0 0 0 0.2rem rgba(243.1, 119.85, 123.25, 0.5);
}
.btn-danger.disabled, .swal2-modal .swal2-actions button.disabled.swal2-cancel, .btn-danger:disabled, .swal2-modal .swal2-actions button.swal2-cancel:disabled {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.btn-danger:not(:disabled):not(.disabled):active, .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-cancel {
  color: #fff;
  background-color: rgb(236.8728323699, 49.1271676301, 54.3063583815);
  border-color: rgb(235.8410404624, 37.4089595376, 42.8829479769);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-cancel:focus {
  box-shadow: 0 0 0 0.2rem rgba(243.1, 119.85, 123.25, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(221.4107142857, 225.1428571429, 236.3392857143);
  border-color: rgb(213.2142857143, 217.8571428571, 231.7857142857);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(221.4107142857, 225.1428571429, 236.3392857143);
  border-color: rgb(213.2142857143, 217.8571428571, 231.7857142857);
  box-shadow: 0 0 0 0.2rem rgba(214.05, 215.5, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(213.2142857143, 217.8571428571, 231.7857142857);
  border-color: rgb(205.0178571429, 210.5714285714, 227.2321428571);
}
.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(214.05, 215.5, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(38.7, 32.9666666667, 63.7833333333);
  border-color: rgb(33.6, 28.6222222222, 55.3777777778);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(38.7, 32.9666666667, 63.7833333333);
  border-color: rgb(33.6, 28.6222222222, 55.3777777778);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 77.35, 113.9, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(33.6, 28.6222222222, 55.3777777778);
  border-color: rgb(28.5, 24.2777777778, 46.9722222222);
}
.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(84.15, 77.35, 113.9, 0.5);
}

.btn-default {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-default:focus, .btn-default.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-primary-light {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.btn-primary-light:hover {
  color: #fff;
  background-color: rgb(53.2954545455, 60.4545454545, 95.4545454545);
  border-color: rgb(48.7272727273, 55.2727272727, 87.2727272727);
}
.btn-primary-light:focus, .btn-primary-light.focus {
  color: #fff;
  background-color: rgb(53.2954545455, 60.4545454545, 95.4545454545);
  border-color: rgb(48.7272727273, 55.2727272727, 87.2727272727);
  box-shadow: 0 0 0 0.2rem rgba(95.2, 102.85, 140.25, 0.5);
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.7272727273, 55.2727272727, 87.2727272727);
  border-color: rgb(44.1590909091, 50.0909090909, 79.0909090909);
}
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95.2, 102.85, 140.25, 0.5);
}

.btn-primary-dark {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.btn-primary-dark:hover {
  color: #fff;
  background-color: rgb(18.9787234043, 13.6409574468, 42.1090425532);
  border-color: rgb(14.6382978723, 10.5212765957, 32.4787234043);
}
.btn-primary-dark:focus, .btn-primary-dark.focus {
  color: #fff;
  background-color: rgb(18.9787234043, 13.6409574468, 42.1090425532);
  border-color: rgb(14.6382978723, 10.5212765957, 32.4787234043);
  box-shadow: 0 0 0 0.2rem rgba(65.45, 57.8, 98.6, 0.5);
}
.btn-primary-dark.disabled, .btn-primary-dark:disabled {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.btn-primary-dark:not(:disabled):not(.disabled):active, .btn-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(14.6382978723, 10.5212765957, 32.4787234043);
  border-color: rgb(10.2978723404, 7.4015957447, 22.8484042553);
}
.btn-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65.45, 57.8, 98.6, 0.5);
}

.btn-tertiary {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: rgb(220.4775641026, 17.2724358974, 120.9070512821);
  border-color: rgb(208.6538461538, 16.3461538462, 114.4230769231);
}
.btn-tertiary:focus, .btn-tertiary.focus {
  color: #fff;
  background-color: rgb(220.4775641026, 17.2724358974, 120.9070512821);
  border-color: rgb(208.6538461538, 16.3461538462, 114.4230769231);
  box-shadow: 0 0 0 0.2rem rgba(240.55, 70.55, 157.25, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: rgb(208.6538461538, 16.3461538462, 114.4230769231);
  border-color: rgb(196.8301282051, 15.4198717949, 107.9391025641);
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240.55, 70.55, 157.25, 0.5);
}

.btn-alternative {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.btn-alternative:hover {
  color: #fff;
  background-color: rgb(123.3895631068, 70.0339805825, 195.7160194175);
  border-color: rgb(116.6747572816, 61.4077669903, 191.5922330097);
}
.btn-alternative:focus, .btn-alternative.focus {
  color: #fff;
  background-color: rgb(123.3895631068, 70.0339805825, 195.7160194175);
  border-color: rgb(116.6747572816, 61.4077669903, 191.5922330097);
  box-shadow: 0 0 0 0.2rem rgba(160.65, 122.4, 212.5, 0.5);
}
.btn-alternative.disabled, .btn-alternative:disabled {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.btn-alternative:not(:disabled):not(.disabled):active, .btn-alternative:not(:disabled):not(.disabled).active, .show > .btn-alternative.dropdown-toggle {
  color: #fff;
  background-color: rgb(116.6747572816, 61.4077669903, 191.5922330097);
  border-color: rgb(110.7949029126, 58.3131067961, 181.9368932039);
}
.btn-alternative:not(:disabled):not(.disabled):active:focus, .btn-alternative:not(:disabled):not(.disabled).active:focus, .show > .btn-alternative.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(160.65, 122.4, 212.5, 0.5);
}

.btn-primary-muted {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.btn-primary-muted:hover {
  color: #212529;
  background-color: rgb(146.2422680412, 188.0721649485, 228.5077319588);
  border-color: rgb(135.9896907216, 181.7628865979, 226.0103092784);
}
.btn-primary-muted:focus, .btn-primary-muted.focus {
  color: #212529;
  background-color: rgb(146.2422680412, 188.0721649485, 228.5077319588);
  border-color: rgb(135.9896907216, 181.7628865979, 226.0103092784);
  box-shadow: 0 0 0 0.2rem rgba(155.4, 181.5, 206.75, 0.5);
}
.btn-primary-muted.disabled, .btn-primary-muted:disabled {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.btn-primary-muted:not(:disabled):not(.disabled):active, .btn-primary-muted:not(:disabled):not(.disabled).active, .show > .btn-primary-muted.dropdown-toggle {
  color: #fff;
  background-color: rgb(135.9896907216, 181.7628865979, 226.0103092784);
  border-color: rgb(125.7371134021, 175.4536082474, 223.5128865979);
}
.btn-primary-muted:not(:disabled):not(.disabled):active:focus, .btn-primary-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155.4, 181.5, 206.75, 0.5);
}

.btn-secondary-light {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.btn-secondary-light:hover {
  color: #212529;
  background-color: rgb(204.4, 222.11, 242.35);
  border-color: rgb(194.2, 215.48, 239.8);
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  color: #212529;
  background-color: rgb(204.4, 222.11, 242.35);
  border-color: rgb(194.2, 215.48, 239.8);
  box-shadow: 0 0 0 0.2rem rgba(204.7, 211.25, 218.65, 0.5);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(194.2, 215.48, 239.8);
  border-color: rgb(184, 208.85, 237.25);
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204.7, 211.25, 218.65, 0.5);
}

.btn-secondary-dark {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.btn-secondary-dark:hover {
  color: #fff;
  background-color: rgb(140.2102272727, 162.1363636364, 199.5397727273);
  border-color: rgb(131.6136363636, 155.1818181818, 195.3863636364);
}
.btn-secondary-dark:focus, .btn-secondary-dark.focus {
  color: #fff;
  background-color: rgb(140.2102272727, 162.1363636364, 199.5397727273);
  border-color: rgb(131.6136363636, 155.1818181818, 195.3863636364);
  box-shadow: 0 0 0 0.2rem rgba(146.05, 161.1, 186.35, 0.5);
}
.btn-secondary-dark.disabled, .btn-secondary-dark:disabled {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.btn-secondary-dark:not(:disabled):not(.disabled):active, .btn-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-secondary-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(131.6136363636, 155.1818181818, 195.3863636364);
  border-color: rgb(123.0170454545, 148.2272727273, 191.2329545455);
}
.btn-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146.05, 161.1, 186.35, 0.5);
}

.btn-info-muted {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.btn-info-muted:hover {
  color: #fff;
  background-color: rgb(105.8559602649, 209.880794702, 214.8940397351);
  border-color: rgb(95.8079470199, 206.8410596026, 212.1920529801);
}
.btn-info-muted:focus, .btn-info-muted.focus {
  color: #fff;
  background-color: rgb(105.8559602649, 209.880794702, 214.8940397351);
  border-color: rgb(95.8079470199, 206.8410596026, 212.1920529801);
  box-shadow: 0 0 0 0.2rem rgba(120.55, 191.7, 195.7, 0.5);
}
.btn-info-muted.disabled, .btn-info-muted:disabled {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.btn-info-muted:not(:disabled):not(.disabled):active, .btn-info-muted:not(:disabled):not(.disabled).active, .show > .btn-info-muted.dropdown-toggle {
  color: #fff;
  background-color: rgb(95.8079470199, 206.8410596026, 212.1920529801);
  border-color: rgb(85.7599337748, 203.8013245033, 209.4900662252);
}
.btn-info-muted:not(:disabled):not(.disabled):active:focus, .btn-info-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-info-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120.55, 191.7, 195.7, 0.5);
}

.btn-danger-muted {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.btn-danger-muted:hover {
  color: #fff;
  background-color: rgb(244.7664233577, 89.9835766423, 165.4562043796);
  border-color: rgb(244.0218978102, 77.9781021898, 158.9416058394);
}
.btn-danger-muted:focus, .btn-danger-muted.focus {
  color: #fff;
  background-color: rgb(244.7664233577, 89.9835766423, 165.4562043796);
  border-color: rgb(244.0218978102, 77.9781021898, 158.9416058394);
  box-shadow: 0 0 0 0.2rem rgba(248.2, 145.35, 195.5, 0.5);
}
.btn-danger-muted.disabled, .btn-danger-muted:disabled {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.btn-danger-muted:not(:disabled):not(.disabled):active, .btn-danger-muted:not(:disabled):not(.disabled).active, .show > .btn-danger-muted.dropdown-toggle {
  color: #fff;
  background-color: rgb(244.0218978102, 77.9781021898, 158.9416058394);
  border-color: rgb(243.2773722628, 65.9726277372, 152.4270072993);
}
.btn-danger-muted:not(:disabled):not(.disabled):active:focus, .btn-danger-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-danger-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248.2, 145.35, 195.5, 0.5);
}

.btn-outline-primary, .wizard > .actions .disabled a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button {
  color: #362e59;
  border-color: #362e59;
}
.btn-outline-primary:hover, .wizard > .actions .disabled a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:hover {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-outline-primary:focus, .wizard > .actions .disabled a:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:focus, .btn-outline-primary.focus, .wizard > .actions .disabled a.focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button {
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}
.btn-outline-primary.disabled, .wizard > .actions .disabled a.disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button, .btn-outline-primary:disabled, .wizard > .actions .disabled a:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:disabled {
  color: #362e59;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .wizard > .actions .disabled a:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wizard > .actions .disabled a:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .wizard > .actions .disabled .show > a.dropdown-toggle, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wizard > .actions .disabled a:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wizard > .actions .disabled a:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .wizard > .actions .disabled .show > a.dropdown-toggle:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}

.btn-outline-secondary {
  color: #f4f5f9;
  border-color: #f4f5f9;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 249, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f4f5f9;
  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: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.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(244, 245, 249, 0.5);
}

.btn-outline-success {
  color: #66cb9f;
  border-color: #66cb9f;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 203, 159, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #66cb9f;
  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: #66cb9f;
  border-color: #66cb9f;
}
.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(102, 203, 159, 0.5);
}

.btn-outline-info {
  color: #3699ff;
  border-color: #3699ff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3699ff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.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(54, 153, 255, 0.5);
}

.btn-outline-warning {
  color: #fbdc7b;
  border-color: #fbdc7b;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 220, 123, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fbdc7b;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.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(251, 220, 123, 0.5);
}

.btn-outline-danger {
  color: #f16064;
  border-color: #f16064;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 96, 100, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f16064;
  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: #f16064;
  border-color: #f16064;
}
.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(241, 96, 100, 0.5);
}

.btn-outline-light {
  color: #f6f7fa;
  border-color: #f6f7fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 247, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f6f7fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.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(246, 247, 250, 0.5);
}

.btn-outline-dark {
  color: #362e59;
  border-color: #362e59;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #362e59;
  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: #362e59;
  border-color: #362e59;
}
.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(54, 46, 89, 0.5);
}

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

.btn-outline-primary-light {
  color: #434C78;
  border-color: #434C78;
}
.btn-outline-primary-light:hover {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 76, 120, 0.5);
}
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #434C78;
  background-color: transparent;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 76, 120, 0.5);
}

.btn-outline-primary-dark {
  color: #201747;
  border-color: #201747;
}
.btn-outline-primary-dark:hover {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.btn-outline-primary-dark:focus, .btn-outline-primary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 23, 71, 0.5);
}
.btn-outline-primary-dark.disabled, .btn-outline-primary-dark:disabled {
  color: #201747;
  background-color: transparent;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):active, .btn-outline-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 23, 71, 0.5);
}

.btn-outline-tertiary {
  color: #ee268c;
  border-color: #ee268c;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 38, 140, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #ee268c;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 38, 140, 0.5);
}

.btn-outline-alternative {
  color: #9063cd;
  border-color: #9063cd;
}
.btn-outline-alternative:hover {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.btn-outline-alternative:focus, .btn-outline-alternative.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 99, 205, 0.5);
}
.btn-outline-alternative.disabled, .btn-outline-alternative:disabled {
  color: #9063cd;
  background-color: transparent;
}
.btn-outline-alternative:not(:disabled):not(.disabled):active, .btn-outline-alternative:not(:disabled):not(.disabled).active, .show > .btn-outline-alternative.dropdown-toggle {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.btn-outline-alternative:not(:disabled):not(.disabled):active:focus, .btn-outline-alternative:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alternative.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 99, 205, 0.5);
}

.btn-outline-primary-muted, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled {
  color: #b1cfec;
  border-color: #b1cfec;
}
.btn-outline-primary-muted:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:hover {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.btn-outline-primary-muted:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:focus, .btn-outline-primary-muted.focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button.fc-state-disabled {
  box-shadow: 0 0 0 0.2rem rgba(177, 207, 236, 0.5);
}
.btn-outline-primary-muted.disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button.fc-state-disabled, .btn-outline-primary-muted:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:disabled {
  color: #b1cfec;
  background-color: transparent;
}
.btn-outline-primary-muted:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active, .btn-outline-primary-muted:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-muted.dropdown-toggle, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-disabled {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.btn-outline-primary-muted:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-muted:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-muted.dropdown-toggle:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-disabled:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-disabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 207, 236, 0.5);
}

.btn-outline-secondary-light {
  color: #ebf2fa;
  border-color: #ebf2fa;
}
.btn-outline-secondary-light:hover {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 242, 250, 0.5);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #ebf2fa;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 242, 250, 0.5);
}

.btn-outline-secondary-dark {
  color: #a6b7d4;
  border-color: #a6b7d4;
}
.btn-outline-secondary-dark:hover {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.btn-outline-secondary-dark:focus, .btn-outline-secondary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 183, 212, 0.5);
}
.btn-outline-secondary-dark.disabled, .btn-outline-secondary-dark:disabled {
  color: #a6b7d4;
  background-color: transparent;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-dark.dropdown-toggle {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 183, 212, 0.5);
}

.btn-outline-info-muted {
  color: #88dbdf;
  border-color: #88dbdf;
}
.btn-outline-info-muted:hover {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.btn-outline-info-muted:focus, .btn-outline-info-muted.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 219, 223, 0.5);
}
.btn-outline-info-muted.disabled, .btn-outline-info-muted:disabled {
  color: #88dbdf;
  background-color: transparent;
}
.btn-outline-info-muted:not(:disabled):not(.disabled):active, .btn-outline-info-muted:not(:disabled):not(.disabled).active, .show > .btn-outline-info-muted.dropdown-toggle {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.btn-outline-info-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-info-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 219, 223, 0.5);
}

.btn-outline-danger-muted {
  color: #f77eb9;
  border-color: #f77eb9;
}
.btn-outline-danger-muted:hover {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.btn-outline-danger-muted:focus, .btn-outline-danger-muted.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 126, 185, 0.5);
}
.btn-outline-danger-muted.disabled, .btn-outline-danger-muted:disabled {
  color: #f77eb9;
  background-color: transparent;
}
.btn-outline-danger-muted:not(:disabled):not(.disabled):active, .btn-outline-danger-muted:not(:disabled):not(.disabled).active, .show > .btn-outline-danger-muted.dropdown-toggle {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.btn-outline-danger-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-danger-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 126, 185, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ee268c;
  text-decoration: none;
}
.btn-link:hover {
  color: #ee268c;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .wizard > .actions .btn-group-lg > a, .swal2-modal .swal2-actions .btn-group-lg > button, .fc .btn-group-lg > .fc-button {
  padding: 0.8rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm > .btn, .wizard > .actions .btn-group-sm > a, .swal2-modal .swal2-actions .btn-group-sm > button, .fc .btn-group-sm > .fc-button {
  padding: 0.4rem 0.85rem;
  font-size: 0.75rem;
  line-height: 0.85rem;
  border-radius: 0.1875rem;
}

.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.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f8f8f8;
  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 #dfe4eb;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #362E59;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #eaeaf1;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #362E59;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #362E59;
}

.btn-group, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .wizard > .actions .btn-group > a, .swal2-modal .swal2-actions .btn-group > button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a, .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a, .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button, .fc .btn-group > .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button,
.btn-group-vertical > .btn,
.wizard > .actions .btn-group-vertical > a,
.swal2-modal .swal2-actions .btn-group-vertical > button,
.fc .btn-group-vertical > .fc-button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .wizard > .actions .btn-group > a:hover, .swal2-modal .swal2-actions .btn-group > button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button:hover, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button:hover, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button:hover, .fc .btn-group > .fc-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:hover,
.btn-group-vertical > .btn:hover,
.wizard > .actions .btn-group-vertical > a:hover,
.swal2-modal .swal2-actions .btn-group-vertical > button:hover,
.fc .btn-group-vertical > .fc-button:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .wizard > .actions .btn-group > a:focus, .swal2-modal .swal2-actions .btn-group > button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a:focus, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button:focus, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a:focus, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button:focus, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button:focus, .fc .btn-group > .fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:focus, .btn-group > .btn:active, .wizard > .actions .btn-group > a:active, .swal2-modal .swal2-actions .btn-group > button:active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn:active, .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a:active, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:active, .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button:active, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button:active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn:active, .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a:active, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:active, .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button:active, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button:active, .fc .btn-group > .fc-button:active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:active, .btn-group > .btn.active, .wizard > .actions .btn-group > a.active, .swal2-modal .swal2-actions .btn-group > button.active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn.active, .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a.active, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a.active, .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button.active, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button.active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn.active, .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a.active, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a.active, .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button.active, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button.active, .fc .btn-group > .active.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .active.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .active.fc-button,
.btn-group-vertical > .btn:focus,
.wizard > .actions .btn-group-vertical > a:focus,
.swal2-modal .swal2-actions .btn-group-vertical > button:focus,
.fc .btn-group-vertical > .fc-button:focus,
.btn-group-vertical > .btn:active,
.wizard > .actions .btn-group-vertical > a:active,
.swal2-modal .swal2-actions .btn-group-vertical > button:active,
.fc .btn-group-vertical > .fc-button:active,
.btn-group-vertical > .btn.active,
.wizard > .actions .btn-group-vertical > a.active,
.swal2-modal .swal2-actions .btn-group-vertical > button.active,
.fc .btn-group-vertical > .active.fc-button {
  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), .wizard > .actions .btn-group > a:not(:first-child), .swal2-modal .swal2-actions .btn-group > button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a:not(:first-child), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a:not(:first-child), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button:not(:first-child), .fc .btn-group > .fc-button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:not(:first-child),
.btn-group > .btn-group:not(:first-child),
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child),
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child),
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child),
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child),
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child),
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wizard > .actions .btn-group > a:not(:last-child):not(.dropdown-toggle), .swal2-modal .swal2-actions .btn-group > button:not(:last-child):not(.dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn:not(:last-child):not(.dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a:not(:last-child):not(.dropdown-toggle), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:not(:last-child):not(.dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button:not(:last-child):not(.dropdown-toggle), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button:not(:last-child):not(.dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn:not(:last-child):not(.dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a:not(:last-child):not(.dropdown-toggle), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:not(:last-child):not(.dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button:not(:last-child):not(.dropdown-toggle), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button:not(:last-child):not(.dropdown-toggle), .fc .btn-group > .fc-button:not(:last-child):not(.dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:not(:last-child):not(.dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.wizard > .actions .btn-group > .btn-group:not(:last-child) > a,
.swal2-modal .swal2-actions .btn-group > .btn-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > button,
.fc .btn-group > .btn-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > .fc-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .wizard > .actions .btn-group > a:not(:first-child), .swal2-modal .swal2-actions .btn-group > button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a:not(:first-child), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a:not(:first-child), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button:not(:first-child), .fc .btn-group > .fc-button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.wizard > .actions .btn-group > .btn-group:not(:first-child) > a,
.swal2-modal .swal2-actions .btn-group > .btn-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > button,
.fc .btn-group > .btn-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > .fc-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wizard > .actions .btn-group-sm > a + .dropdown-toggle-split, .swal2-modal .swal2-actions .btn-group-sm > button + .dropdown-toggle-split, .fc .btn-group-sm > .fc-button + .dropdown-toggle-split {
  padding-right: 0.6375rem;
  padding-left: 0.6375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wizard > .actions .btn-group-lg > a + .dropdown-toggle-split, .swal2-modal .swal2-actions .btn-group-lg > button + .dropdown-toggle-split, .fc .btn-group-lg > .fc-button + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .wizard > .actions .btn-group-vertical > a, .swal2-modal .swal2-actions .btn-group-vertical > button, .fc .btn-group-vertical > .fc-button,
.btn-group-vertical > .btn-group,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-vertical > .fc-button-group,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-vertical > .fc-button-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .wizard > .actions .btn-group-vertical > a:not(:first-child), .swal2-modal .swal2-actions .btn-group-vertical > button:not(:first-child), .fc .btn-group-vertical > .fc-button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child),
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-vertical > .fc-button-group:not(:first-child),
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-vertical > .fc-button-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wizard > .actions .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .swal2-modal .swal2-actions .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .fc .btn-group-vertical > .fc-button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.wizard > .actions .btn-group-vertical > .btn-group:not(:last-child) > a,
.swal2-modal .swal2-actions .btn-group-vertical > .btn-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-vertical > .fc-button-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group-vertical > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-vertical > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .btn-group-vertical > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-vertical > .fc-button-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-vertical > .fc-button-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group-vertical > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-vertical > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .btn-group-vertical > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-vertical > .fc-button-group:not(:last-child) > button,
.fc .btn-group-vertical > .btn-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-vertical > .fc-button-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-vertical > .fc-button-group:not(:last-child) > .fc-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .wizard > .actions .btn-group-vertical > a:not(:first-child), .swal2-modal .swal2-actions .btn-group-vertical > button:not(:first-child), .fc .btn-group-vertical > .fc-button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.wizard > .actions .btn-group-vertical > .btn-group:not(:first-child) > a,
.swal2-modal .swal2-actions .btn-group-vertical > .btn-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-vertical > .fc-button-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group-vertical > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-vertical > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .btn-group-vertical > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-vertical > .fc-button-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-vertical > .fc-button-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group-vertical > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-vertical > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .btn-group-vertical > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-vertical > .fc-button-group:not(:first-child) > button,
.fc .btn-group-vertical > .btn-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-vertical > .fc-button-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-vertical > .fc-button-group:not(:first-child) > .fc-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .wizard > .actions .btn-group-toggle > a, .swal2-modal .swal2-actions .btn-group-toggle > button, .fc .btn-group-toggle > .fc-button,
.btn-group-toggle > .btn-group > .btn,
.wizard > .actions .btn-group-toggle > .btn-group > a,
.swal2-modal .swal2-actions .btn-group-toggle > .btn-group > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group-toggle > .fc-button-group > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .btn-group-toggle > .fc-button-group > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group-toggle > .fc-button-group > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .btn-group-toggle > .fc-button-group > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > button,
.fc .btn-group-toggle > .btn-group > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > .fc-button {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .wizard > .actions .btn-group-toggle > a input[type=radio], .swal2-modal .swal2-actions .btn-group-toggle > button input[type=radio], .fc .btn-group-toggle > .fc-button input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.wizard > .actions .btn-group-toggle > a input[type=checkbox],
.swal2-modal .swal2-actions .btn-group-toggle > button input[type=checkbox],
.fc .btn-group-toggle > .fc-button input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.wizard > .actions .btn-group-toggle > .btn-group > a input[type=radio],
.swal2-modal .swal2-actions .btn-group-toggle > .btn-group > button input[type=radio],
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > .btn input[type=radio],
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group-toggle > .fc-button-group > a input[type=radio],
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > a input[type=radio],
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .btn-group-toggle > .fc-button-group > button input[type=radio],
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > button input[type=radio],
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > .btn input[type=radio],
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group-toggle > .fc-button-group > a input[type=radio],
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > a input[type=radio],
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .btn-group-toggle > .fc-button-group > button input[type=radio],
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > button input[type=radio],
.fc .btn-group-toggle > .btn-group > .fc-button input[type=radio],
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > .fc-button input[type=radio],
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > .fc-button input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.wizard > .actions .btn-group-toggle > .btn-group > a input[type=checkbox],
.swal2-modal .swal2-actions .btn-group-toggle > .btn-group > button input[type=checkbox],
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > .btn input[type=checkbox],
.fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group-toggle > .fc-button-group > a input[type=checkbox],
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > a input[type=checkbox],
.fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .btn-group-toggle > .fc-button-group > button input[type=checkbox],
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > button input[type=checkbox],
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > .btn input[type=checkbox],
.fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group-toggle > .fc-button-group > a input[type=checkbox],
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > a input[type=checkbox],
.fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .btn-group-toggle > .fc-button-group > button input[type=checkbox],
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > button input[type=checkbox],
.fc .btn-group-toggle > .btn-group > .fc-button input[type=checkbox],
.fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group-toggle > .fc-button-group > .fc-button input[type=checkbox],
.fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group-toggle > .fc-button-group > .fc-button 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 > .typeahead,
.input-group > .tt-query,
.input-group > .tt-hint, .select2-container--default .select2-selection--single .input-group > .select2-search__field, .select2-container--default .input-group > .select2-selection--single, .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple, .input-group > select,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .typeahead + .form-control,
.input-group > .tt-query + .form-control,
.input-group > .tt-hint + .form-control, .input-group > .form-control + .typeahead, .input-group > .typeahead + .typeahead,
.input-group > .tt-query + .typeahead,
.input-group > .tt-hint + .typeahead,
.input-group > .form-control + .tt-query,
.input-group > .typeahead + .tt-query,
.input-group > .tt-query + .tt-query,
.input-group > .tt-hint + .tt-query,
.input-group > .form-control + .tt-hint,
.input-group > .typeahead + .tt-hint,
.input-group > .tt-query + .tt-hint,
.input-group > .tt-hint + .tt-hint, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .form-control, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .typeahead,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .tt-query,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .tt-hint, .select2-container--default .select2-selection--single .input-group > .form-control + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .typeahead + .select2-search__field,
.select2-container--default .select2-selection--single .input-group > .tt-query + .select2-search__field,
.select2-container--default .select2-selection--single .input-group > .tt-hint + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .select2-search__field, .select2-container--default .input-group > .select2-selection--single + .form-control, .select2-container--default .input-group > .select2-selection--single + .typeahead,
.select2-container--default .input-group > .select2-selection--single + .tt-query,
.select2-container--default .input-group > .select2-selection--single + .tt-hint, .select2-container--default .select2-selection--single .input-group > .select2-selection--single + .select2-search__field, .select2-container--default .input-group > .form-control + .select2-selection--single, .select2-container--default .input-group > .typeahead + .select2-selection--single,
.select2-container--default .input-group > .tt-query + .select2-selection--single,
.select2-container--default .input-group > .tt-hint + .select2-selection--single, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .select2-selection--single, .select2-container--default .input-group > .select2-selection--single + .select2-selection--single, .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple + .form-control, .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple + .typeahead,
.email-compose-fields .select2-container--default .input-group > .select2-selection--multiple + .tt-query,
.email-compose-fields .select2-container--default .input-group > .select2-selection--multiple + .tt-hint, .email-compose-fields .select2-container--default .select2-selection--single .input-group > .select2-selection--multiple + .select2-search__field, .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple + .select2-selection--single, .email-compose-fields .select2-container--default .input-group > .form-control + .select2-selection--multiple, .email-compose-fields .select2-container--default .input-group > .typeahead + .select2-selection--multiple,
.email-compose-fields .select2-container--default .input-group > .tt-query + .select2-selection--multiple,
.email-compose-fields .select2-container--default .input-group > .tt-hint + .select2-selection--multiple, .email-compose-fields .select2-container--default .select2-selection--single .input-group > .select2-search__field + .select2-selection--multiple, .email-compose-fields .select2-container--default .input-group > .select2-selection--single + .select2-selection--multiple, .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple + .select2-selection--multiple, .input-group > select + .form-control, .input-group > select + .typeahead,
.input-group > select + .tt-query,
.input-group > select + .tt-hint, .select2-container--default .select2-selection--single .input-group > select + .select2-search__field, .select2-container--default .input-group > select + .select2-selection--single, .email-compose-fields .select2-container--default .input-group > select + .select2-selection--multiple, .input-group > .form-control + select, .input-group > .typeahead + select,
.input-group > .tt-query + select,
.input-group > .tt-hint + select, .select2-container--default .select2-selection--single .input-group > .select2-search__field + select, .select2-container--default .input-group > .select2-selection--single + select, .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple + select, .input-group > select + select,
.input-group > .form-control + .custom-select,
.input-group > .typeahead + .custom-select,
.input-group > .tt-query + .custom-select,
.input-group > .tt-hint + .custom-select,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .custom-select,
.select2-container--default .input-group > .select2-selection--single + .custom-select,
.email-compose-fields .select2-container--default .input-group > .select2-selection--multiple + .custom-select,
.input-group > select + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .typeahead + .custom-file,
.input-group > .tt-query + .custom-file,
.input-group > .tt-hint + .custom-file,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .custom-file,
.select2-container--default .input-group > .select2-selection--single + .custom-file,
.email-compose-fields .select2-container--default .input-group > .select2-selection--multiple + .custom-file,
.input-group > select + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .typeahead,
.input-group > .form-control-plaintext + .tt-query,
.input-group > .form-control-plaintext + .tt-hint,
.select2-container--default .select2-selection--single .input-group > .form-control-plaintext + .select2-search__field,
.select2-container--default .input-group > .form-control-plaintext + .select2-selection--single,
.email-compose-fields .select2-container--default .input-group > .form-control-plaintext + .select2-selection--multiple,
.input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .typeahead,
.input-group > .custom-select + .tt-query,
.input-group > .custom-select + .tt-hint,
.select2-container--default .select2-selection--single .input-group > .custom-select + .select2-search__field,
.select2-container--default .input-group > .custom-select + .select2-selection--single,
.email-compose-fields .select2-container--default .input-group > .custom-select + .select2-selection--multiple,
.input-group > .custom-select + select,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .typeahead,
.input-group > .custom-file + .tt-query,
.input-group > .custom-file + .tt-hint,
.select2-container--default .select2-selection--single .input-group > .custom-file + .select2-search__field,
.select2-container--default .input-group > .custom-file + .select2-selection--single,
.email-compose-fields .select2-container--default .input-group > .custom-file + .select2-selection--multiple,
.input-group > .custom-file + select,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .typeahead:focus,
.input-group > .tt-query:focus,
.input-group > .tt-hint:focus, .select2-container--default .select2-selection--single .input-group > .select2-search__field:focus, .select2-container--default .input-group > .select2-selection--single:focus, .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple:focus, .input-group > select: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 > .typeahead:not(:last-child),
.input-group > .tt-query:not(:last-child),
.input-group > .tt-hint:not(:last-child), .select2-container--default .select2-selection--single .input-group > .select2-search__field:not(:last-child), .select2-container--default .input-group > .select2-selection--single:not(:last-child), .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple:not(:last-child), .input-group > select: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 > .typeahead:not(:first-child),
.input-group > .tt-query:not(:first-child),
.input-group > .tt-hint:not(:first-child), .select2-container--default .select2-selection--single .input-group > .select2-search__field:not(:first-child), .select2-container--default .input-group > .select2-selection--single:not(:first-child), .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple:not(:first-child), .input-group > select:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .wizard > .actions a, .wizard > .actions .input-group-prepend a, .input-group-prepend .swal2-modal .swal2-actions button, .swal2-modal .swal2-actions .input-group-prepend button, .input-group-prepend .fc .fc-button, .fc .input-group-prepend .fc-button,
.input-group-append .btn,
.input-group-append .wizard > .actions a,
.wizard > .actions .input-group-append a,
.input-group-append .swal2-modal .swal2-actions button,
.swal2-modal .swal2-actions .input-group-append button,
.input-group-append .fc .fc-button,
.fc .input-group-append .fc-button {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .wizard > .actions a:focus, .wizard > .actions .input-group-prepend a:focus, .input-group-prepend .swal2-modal .swal2-actions button:focus, .swal2-modal .swal2-actions .input-group-prepend button:focus, .input-group-prepend .fc .fc-button:focus, .fc .input-group-prepend .fc-button:focus,
.input-group-append .btn:focus,
.input-group-append .wizard > .actions a:focus,
.wizard > .actions .input-group-append a:focus,
.input-group-append .swal2-modal .swal2-actions button:focus,
.swal2-modal .swal2-actions .input-group-append button:focus,
.input-group-append .fc .fc-button:focus,
.fc .input-group-append .fc-button:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .input-group-prepend a + .btn, .input-group-prepend .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .input-group-prepend .btn + a, .input-group-prepend .wizard > .actions .disabled a + a, .wizard > .actions .disabled .input-group-prepend a + a, .input-group-prepend .wizard > .actions a + .btn, .input-group-prepend .wizard > .actions .disabled a + a, .wizard > .actions .input-group-prepend a + .btn, .wizard > .actions .input-group-prepend .disabled a + a, .wizard > .actions .disabled .input-group-prepend a + a, .input-group-prepend .wizard > .actions a:hover + .btn, .input-group-prepend .wizard > .actions .disabled a:hover + a, .wizard > .actions .input-group-prepend a:hover + .btn, .wizard > .actions .input-group-prepend .disabled a:hover + a, .wizard > .actions .disabled .input-group-prepend a:hover + a, .input-group-prepend .wizard > .actions .btn + a, .input-group-prepend .wizard > .actions .disabled a + a, .wizard > .actions .input-group-prepend .btn + a, .wizard > .actions .input-group-prepend .disabled a + a, .wizard > .actions .disabled .input-group-prepend a + a, .input-group-prepend .wizard > .actions a + a, .wizard > .actions .input-group-prepend a + a, .input-group-prepend .wizard > .actions a:hover + a, .wizard > .actions .input-group-prepend a:hover + a, .input-group-prepend .wizard > .actions .btn + a:hover, .input-group-prepend .wizard > .actions .disabled a + a:hover, .wizard > .actions .input-group-prepend .btn + a:hover, .wizard > .actions .input-group-prepend .disabled a + a:hover, .wizard > .actions .disabled .input-group-prepend a + a:hover, .input-group-prepend .wizard > .actions a + a:hover, .wizard > .actions .input-group-prepend a + a:hover, .input-group-prepend .wizard > .actions a:hover + a:hover, .wizard > .actions .input-group-prepend a:hover + a:hover, .input-group-prepend .swal2-modal .swal2-actions button + .btn, .input-group-prepend .swal2-modal .swal2-actions .wizard > .actions .disabled button + a, .wizard > .actions .disabled .input-group-prepend .swal2-modal .swal2-actions button + a, .input-group-prepend .swal2-modal .swal2-actions .wizard > .actions button + a, .wizard > .actions .input-group-prepend .swal2-modal .swal2-actions button + a, .input-group-prepend .swal2-modal .swal2-actions .wizard > .actions button + a:hover, .wizard > .actions .input-group-prepend .swal2-modal .swal2-actions button + a:hover, .swal2-modal .swal2-actions .input-group-prepend button + .btn, .swal2-modal .swal2-actions .input-group-prepend .wizard > .actions .disabled button + a, .wizard > .actions .disabled .swal2-modal .swal2-actions .input-group-prepend button + a, .swal2-modal .swal2-actions .input-group-prepend .wizard > .actions button + a, .wizard > .actions .swal2-modal .swal2-actions .input-group-prepend button + a, .swal2-modal .swal2-actions .input-group-prepend .wizard > .actions button + a:hover, .wizard > .actions .swal2-modal .swal2-actions .input-group-prepend button + a:hover, .input-group-prepend .swal2-modal .swal2-actions .btn + button, .input-group-prepend .swal2-modal .swal2-actions .wizard > .actions .disabled a + button, .wizard > .actions .disabled .input-group-prepend .swal2-modal .swal2-actions a + button, .input-group-prepend .swal2-modal .swal2-actions .wizard > .actions a + button, .wizard > .actions .input-group-prepend .swal2-modal .swal2-actions a + button, .input-group-prepend .swal2-modal .swal2-actions .wizard > .actions a:hover + button, .wizard > .actions .input-group-prepend .swal2-modal .swal2-actions a:hover + button, .swal2-modal .swal2-actions .input-group-prepend .btn + button, .swal2-modal .swal2-actions .input-group-prepend .wizard > .actions .disabled a + button, .wizard > .actions .disabled .swal2-modal .swal2-actions .input-group-prepend a + button, .swal2-modal .swal2-actions .input-group-prepend .wizard > .actions a + button, .wizard > .actions .swal2-modal .swal2-actions .input-group-prepend a + button, .swal2-modal .swal2-actions .input-group-prepend .wizard > .actions a:hover + button, .wizard > .actions .swal2-modal .swal2-actions .input-group-prepend a:hover + button, .input-group-prepend .swal2-modal .swal2-actions button + button, .swal2-modal .swal2-actions .input-group-prepend button + button, .input-group-prepend .fc .fc-button + .btn, .input-group-prepend .fc .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .input-group-prepend .fc .fc-button + a, .input-group-prepend .fc .wizard > .actions .fc-button + a, .wizard > .actions .input-group-prepend .fc .fc-button + a, .input-group-prepend .fc .wizard > .actions .fc-button + a:hover, .wizard > .actions .input-group-prepend .fc .fc-button + a:hover, .input-group-prepend .fc .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .input-group-prepend .fc .fc-button + button, .fc .input-group-prepend .fc-button + .btn, .fc .input-group-prepend .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .fc .input-group-prepend .fc-button + a, .fc .input-group-prepend .wizard > .actions .fc-button + a, .wizard > .actions .fc .input-group-prepend .fc-button + a, .fc .input-group-prepend .wizard > .actions .fc-button + a:hover, .wizard > .actions .fc .input-group-prepend .fc-button + a:hover, .fc .input-group-prepend .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .fc .input-group-prepend .fc-button + button, .input-group-prepend .fc .btn + .fc-button, .input-group-prepend .fc .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .input-group-prepend .fc a + .fc-button, .input-group-prepend .fc .wizard > .actions a + .fc-button, .wizard > .actions .input-group-prepend .fc a + .fc-button, .input-group-prepend .fc .wizard > .actions a:hover + .fc-button, .wizard > .actions .input-group-prepend .fc a:hover + .fc-button, .input-group-prepend .fc .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .input-group-prepend .fc button + .fc-button, .fc .input-group-prepend .btn + .fc-button, .fc .input-group-prepend .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .fc .input-group-prepend a + .fc-button, .fc .input-group-prepend .wizard > .actions a + .fc-button, .wizard > .actions .fc .input-group-prepend a + .fc-button, .fc .input-group-prepend .wizard > .actions a:hover + .fc-button, .wizard > .actions .fc .input-group-prepend a:hover + .fc-button, .fc .input-group-prepend .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .fc .input-group-prepend button + .fc-button, .input-group-prepend .fc .fc-button + .fc-button, .fc .input-group-prepend .fc-button + .fc-button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .wizard > .actions .disabled a + .input-group-text,
.wizard > .actions .disabled .input-group-prepend a + .input-group-text,
.input-group-prepend .wizard > .actions a + .input-group-text,
.wizard > .actions .input-group-prepend a + .input-group-text,
.input-group-prepend .wizard > .actions a:hover + .input-group-text,
.wizard > .actions .input-group-prepend a:hover + .input-group-text,
.input-group-prepend .swal2-modal .swal2-actions button + .input-group-text,
.swal2-modal .swal2-actions .input-group-prepend button + .input-group-text,
.input-group-prepend .fc .fc-button + .input-group-text,
.fc .input-group-prepend .fc-button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .wizard > .actions .disabled .input-group-text + a,
.wizard > .actions .disabled .input-group-prepend .input-group-text + a,
.input-group-prepend .wizard > .actions .input-group-text + a,
.wizard > .actions .input-group-prepend .input-group-text + a,
.input-group-prepend .wizard > .actions .input-group-text + a:hover,
.wizard > .actions .input-group-prepend .input-group-text + a:hover,
.input-group-prepend .swal2-modal .swal2-actions .input-group-text + button,
.swal2-modal .swal2-actions .input-group-prepend .input-group-text + button,
.input-group-prepend .fc .input-group-text + .fc-button,
.fc .input-group-prepend .input-group-text + .fc-button,
.input-group-append .btn + .btn,
.input-group-append .wizard > .actions .disabled a + .btn,
.wizard > .actions .disabled .input-group-append a + .btn,
.input-group-append .wizard > .actions .disabled .btn + a,
.wizard > .actions .disabled .input-group-append .btn + a,
.input-group-append .wizard > .actions .disabled a + a,
.wizard > .actions .disabled .input-group-append a + a,
.input-group-append .wizard > .actions a + .btn,
.input-group-append .wizard > .actions .disabled a + a,
.wizard > .actions .input-group-append a + .btn,
.wizard > .actions .input-group-append .disabled a + a,
.wizard > .actions .disabled .input-group-append a + a,
.input-group-append .wizard > .actions a:hover + .btn,
.input-group-append .wizard > .actions .disabled a:hover + a,
.wizard > .actions .input-group-append a:hover + .btn,
.wizard > .actions .input-group-append .disabled a:hover + a,
.wizard > .actions .disabled .input-group-append a:hover + a,
.input-group-append .wizard > .actions .btn + a,
.input-group-append .wizard > .actions .disabled a + a,
.wizard > .actions .input-group-append .btn + a,
.wizard > .actions .input-group-append .disabled a + a,
.wizard > .actions .disabled .input-group-append a + a,
.input-group-append .wizard > .actions a + a,
.wizard > .actions .input-group-append a + a,
.input-group-append .wizard > .actions a:hover + a,
.wizard > .actions .input-group-append a:hover + a,
.input-group-append .wizard > .actions .btn + a:hover,
.input-group-append .wizard > .actions .disabled a + a:hover,
.wizard > .actions .input-group-append .btn + a:hover,
.wizard > .actions .input-group-append .disabled a + a:hover,
.wizard > .actions .disabled .input-group-append a + a:hover,
.input-group-append .wizard > .actions a + a:hover,
.wizard > .actions .input-group-append a + a:hover,
.input-group-append .wizard > .actions a:hover + a:hover,
.wizard > .actions .input-group-append a:hover + a:hover,
.input-group-append .swal2-modal .swal2-actions button + .btn,
.input-group-append .swal2-modal .swal2-actions .wizard > .actions .disabled button + a,
.wizard > .actions .disabled .input-group-append .swal2-modal .swal2-actions button + a,
.input-group-append .swal2-modal .swal2-actions .wizard > .actions button + a,
.wizard > .actions .input-group-append .swal2-modal .swal2-actions button + a,
.input-group-append .swal2-modal .swal2-actions .wizard > .actions button + a:hover,
.wizard > .actions .input-group-append .swal2-modal .swal2-actions button + a:hover,
.swal2-modal .swal2-actions .input-group-append button + .btn,
.swal2-modal .swal2-actions .input-group-append .wizard > .actions .disabled button + a,
.wizard > .actions .disabled .swal2-modal .swal2-actions .input-group-append button + a,
.swal2-modal .swal2-actions .input-group-append .wizard > .actions button + a,
.wizard > .actions .swal2-modal .swal2-actions .input-group-append button + a,
.swal2-modal .swal2-actions .input-group-append .wizard > .actions button + a:hover,
.wizard > .actions .swal2-modal .swal2-actions .input-group-append button + a:hover,
.input-group-append .swal2-modal .swal2-actions .btn + button,
.input-group-append .swal2-modal .swal2-actions .wizard > .actions .disabled a + button,
.wizard > .actions .disabled .input-group-append .swal2-modal .swal2-actions a + button,
.input-group-append .swal2-modal .swal2-actions .wizard > .actions a + button,
.wizard > .actions .input-group-append .swal2-modal .swal2-actions a + button,
.input-group-append .swal2-modal .swal2-actions .wizard > .actions a:hover + button,
.wizard > .actions .input-group-append .swal2-modal .swal2-actions a:hover + button,
.swal2-modal .swal2-actions .input-group-append .btn + button,
.swal2-modal .swal2-actions .input-group-append .wizard > .actions .disabled a + button,
.wizard > .actions .disabled .swal2-modal .swal2-actions .input-group-append a + button,
.swal2-modal .swal2-actions .input-group-append .wizard > .actions a + button,
.wizard > .actions .swal2-modal .swal2-actions .input-group-append a + button,
.swal2-modal .swal2-actions .input-group-append .wizard > .actions a:hover + button,
.wizard > .actions .swal2-modal .swal2-actions .input-group-append a:hover + button,
.input-group-append .swal2-modal .swal2-actions button + button,
.swal2-modal .swal2-actions .input-group-append button + button,
.input-group-append .fc .fc-button + .btn,
.input-group-append .fc .wizard > .actions .disabled .fc-button + a,
.wizard > .actions .disabled .input-group-append .fc .fc-button + a,
.input-group-append .fc .wizard > .actions .fc-button + a,
.wizard > .actions .input-group-append .fc .fc-button + a,
.input-group-append .fc .wizard > .actions .fc-button + a:hover,
.wizard > .actions .input-group-append .fc .fc-button + a:hover,
.input-group-append .fc .swal2-modal .swal2-actions .fc-button + button,
.swal2-modal .swal2-actions .input-group-append .fc .fc-button + button,
.fc .input-group-append .fc-button + .btn,
.fc .input-group-append .wizard > .actions .disabled .fc-button + a,
.wizard > .actions .disabled .fc .input-group-append .fc-button + a,
.fc .input-group-append .wizard > .actions .fc-button + a,
.wizard > .actions .fc .input-group-append .fc-button + a,
.fc .input-group-append .wizard > .actions .fc-button + a:hover,
.wizard > .actions .fc .input-group-append .fc-button + a:hover,
.fc .input-group-append .swal2-modal .swal2-actions .fc-button + button,
.swal2-modal .swal2-actions .fc .input-group-append .fc-button + button,
.input-group-append .fc .btn + .fc-button,
.input-group-append .fc .wizard > .actions .disabled a + .fc-button,
.wizard > .actions .disabled .input-group-append .fc a + .fc-button,
.input-group-append .fc .wizard > .actions a + .fc-button,
.wizard > .actions .input-group-append .fc a + .fc-button,
.input-group-append .fc .wizard > .actions a:hover + .fc-button,
.wizard > .actions .input-group-append .fc a:hover + .fc-button,
.input-group-append .fc .swal2-modal .swal2-actions button + .fc-button,
.swal2-modal .swal2-actions .input-group-append .fc button + .fc-button,
.fc .input-group-append .btn + .fc-button,
.fc .input-group-append .wizard > .actions .disabled a + .fc-button,
.wizard > .actions .disabled .fc .input-group-append a + .fc-button,
.fc .input-group-append .wizard > .actions a + .fc-button,
.wizard > .actions .fc .input-group-append a + .fc-button,
.fc .input-group-append .wizard > .actions a:hover + .fc-button,
.wizard > .actions .fc .input-group-append a:hover + .fc-button,
.fc .input-group-append .swal2-modal .swal2-actions button + .fc-button,
.swal2-modal .swal2-actions .fc .input-group-append button + .fc-button,
.input-group-append .fc .fc-button + .fc-button,
.fc .input-group-append .fc-button + .fc-button,
.input-group-append .btn + .input-group-text,
.input-group-append .wizard > .actions .disabled a + .input-group-text,
.wizard > .actions .disabled .input-group-append a + .input-group-text,
.input-group-append .wizard > .actions a + .input-group-text,
.wizard > .actions .input-group-append a + .input-group-text,
.input-group-append .wizard > .actions a:hover + .input-group-text,
.wizard > .actions .input-group-append a:hover + .input-group-text,
.input-group-append .swal2-modal .swal2-actions button + .input-group-text,
.swal2-modal .swal2-actions .input-group-append button + .input-group-text,
.input-group-append .fc .fc-button + .input-group-text,
.fc .input-group-append .fc-button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .wizard > .actions .disabled .input-group-text + a,
.wizard > .actions .disabled .input-group-append .input-group-text + a,
.input-group-append .wizard > .actions .input-group-text + a,
.wizard > .actions .input-group-append .input-group-text + a,
.input-group-append .wizard > .actions .input-group-text + a:hover,
.wizard > .actions .input-group-append .input-group-text + a:hover,
.input-group-append .swal2-modal .swal2-actions .input-group-text + button,
.swal2-modal .swal2-actions .input-group-append .input-group-text + button,
.input-group-append .fc .input-group-text + .fc-button,
.fc .input-group-append .input-group-text + .fc-button {
  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.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 6px;
}
.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 > .typeahead:not(textarea),
.input-group-lg > .tt-query:not(textarea),
.input-group-lg > .tt-hint:not(textarea), .select2-container--default .select2-selection--single .input-group-lg > .select2-search__field:not(textarea), .select2-container--default .input-group-lg > .select2-selection--single:not(textarea), .email-compose-fields .select2-container--default .input-group-lg > .select2-selection--multiple:not(textarea), .input-group-lg > select:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .typeahead,
.input-group-lg > .tt-query,
.input-group-lg > .tt-hint, .select2-container--default .select2-selection--single .input-group-lg > .select2-search__field, .select2-container--default .input-group-lg > .select2-selection--single, .email-compose-fields .select2-container--default .input-group-lg > .select2-selection--multiple, .input-group-lg > select,
.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,
.wizard > .actions .input-group-lg > .input-group-prepend > a,
.swal2-modal .swal2-actions .input-group-lg > .input-group-prepend > button,
.fc .input-group-lg > .input-group-prepend > .fc-button,
.input-group-lg > .input-group-append > .btn,
.wizard > .actions .input-group-lg > .input-group-append > a,
.swal2-modal .swal2-actions .input-group-lg > .input-group-append > button,
.fc .input-group-lg > .input-group-append > .fc-button {
  padding: 0.94rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .typeahead:not(textarea),
.input-group-sm > .tt-query:not(textarea),
.input-group-sm > .tt-hint:not(textarea), .select2-container--default .select2-selection--single .input-group-sm > .select2-search__field:not(textarea), .select2-container--default .input-group-sm > .select2-selection--single:not(textarea), .email-compose-fields .select2-container--default .input-group-sm > .select2-selection--multiple:not(textarea), .input-group-sm > select:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .typeahead,
.input-group-sm > .tt-query,
.input-group-sm > .tt-hint, .select2-container--default .select2-selection--single .input-group-sm > .select2-search__field, .select2-container--default .input-group-sm > .select2-selection--single, .email-compose-fields .select2-container--default .input-group-sm > .select2-selection--multiple, .input-group-sm > select,
.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,
.wizard > .actions .input-group-sm > .input-group-prepend > a,
.swal2-modal .swal2-actions .input-group-sm > .input-group-prepend > button,
.fc .input-group-sm > .input-group-prepend > .fc-button,
.input-group-sm > .input-group-append > .btn,
.wizard > .actions .input-group-sm > .input-group-append > a,
.swal2-modal .swal2-actions .input-group-sm > .input-group-append > button,
.fc .input-group-sm > .input-group-append > .fc-button {
  padding: 0.4rem 0.875rem;
  font-size: 0.8rem;
  line-height: 2;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn, .wizard > .actions .input-group > .input-group-prepend > a, .swal2-modal .swal2-actions .input-group > .input-group-prepend > button, .fc .input-group > .input-group-prepend > .fc-button,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.wizard > .actions .input-group > .input-group-append:not(:last-child) > a,
.swal2-modal .swal2-actions .input-group > .input-group-append:not(:last-child) > button,
.fc .input-group > .input-group-append:not(:last-child) > .fc-button,
.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),
.wizard > .actions .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.swal2-modal .swal2-actions .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.fc .input-group > .input-group-append:last-child > .fc-button: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, .wizard > .actions .input-group > .input-group-append > a, .swal2-modal .swal2-actions .input-group > .input-group-append > button, .fc .input-group > .input-group-append > .fc-button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.wizard > .actions .input-group > .input-group-prepend:not(:first-child) > a,
.swal2-modal .swal2-actions .input-group > .input-group-prepend:not(:first-child) > button,
.fc .input-group > .input-group-prepend:not(:first-child) > .fc-button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.wizard > .actions .input-group > .input-group-prepend:first-child > a:not(:first-child),
.swal2-modal .swal2-actions .input-group > .input-group-prepend:first-child > button:not(:first-child),
.fc .input-group > .input-group-prepend:first-child > .fc-button: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.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  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(0, 123, 255, 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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  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: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.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.875rem;
}

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.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: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  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: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(137.1, 125.4555555556, 188.0444444444);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(137.1, 125.4555555556, 188.0444444444);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(137.1, 125.4555555556, 188.0444444444);
}
.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: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #ebedf2;
}
.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: #ebedf2 #ebedf2 #ebedf2;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #362E59;
  background-color: #ebedf2;
  border-color: #ebedf2 #ebedf2 #ebedf2;
}
.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: #007bff;
}

.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,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  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.25rem;
  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,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 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,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 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,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 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,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 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,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f2f4f9;
  border-radius: 1.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 0.875rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f2f4f9;
}
.card-header:first-child {
  border-radius: 1.5rem 1.5rem 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.875rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #f2f4f9;
}
.card-footer:last-child {
  border-radius: 0 0 1.5rem 1.5rem;
}

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.56rem 1.13rem;
  margin-bottom: 1rem;
  font-size: 0.813rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

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

.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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 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.875rem;
  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: 6px 10px;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .wizard > .actions a .badge, .swal2-modal .swal2-actions button .badge, .fc .fc-button .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #362e59;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(33.6, 28.6222222222, 55.3777777778);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #f4f5f9;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #d3d7e7;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 249, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #66cb9f;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(64.4292682927, 189.5707317073, 135.0536585366);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 203, 159, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #3699ff;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(3, 127.1194029851, 255);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #fbdc7b;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(249.5, 206.875, 73.5);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 220, 123, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f16064;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(236.8728323699, 49.1271676301, 54.3063583815);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 96, 100, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f6f7fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(213.2142857143, 217.8571428571, 231.7857142857);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 247, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #362e59;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(33.6, 28.6222222222, 55.3777777778);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}

.badge-default {
  color: #212529;
  background-color: #fff;
}
a.badge-default:hover, a.badge-default:focus {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-default:focus, a.badge-default.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-primary-light {
  color: #fff;
  background-color: #434C78;
}
a.badge-primary-light:hover, a.badge-primary-light:focus {
  color: #fff;
  background-color: rgb(48.7272727273, 55.2727272727, 87.2727272727);
}
a.badge-primary-light:focus, a.badge-primary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 76, 120, 0.5);
}

.badge-primary-dark {
  color: #fff;
  background-color: #201747;
}
a.badge-primary-dark:hover, a.badge-primary-dark:focus {
  color: #fff;
  background-color: rgb(14.6382978723, 10.5212765957, 32.4787234043);
}
a.badge-primary-dark:focus, a.badge-primary-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 23, 71, 0.5);
}

.badge-tertiary {
  color: #fff;
  background-color: #ee268c;
}
a.badge-tertiary:hover, a.badge-tertiary:focus {
  color: #fff;
  background-color: rgb(208.6538461538, 16.3461538462, 114.4230769231);
}
a.badge-tertiary:focus, a.badge-tertiary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 38, 140, 0.5);
}

.badge-alternative {
  color: #fff;
  background-color: #9063cd;
}
a.badge-alternative:hover, a.badge-alternative:focus {
  color: #fff;
  background-color: rgb(116.6747572816, 61.4077669903, 191.5922330097);
}
a.badge-alternative:focus, a.badge-alternative.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(144, 99, 205, 0.5);
}

.badge-primary-muted {
  color: #212529;
  background-color: #b1cfec;
}
a.badge-primary-muted:hover, a.badge-primary-muted:focus {
  color: #212529;
  background-color: rgb(135.9896907216, 181.7628865979, 226.0103092784);
}
a.badge-primary-muted:focus, a.badge-primary-muted.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(177, 207, 236, 0.5);
}

.badge-secondary-light {
  color: #212529;
  background-color: #ebf2fa;
}
a.badge-secondary-light:hover, a.badge-secondary-light:focus {
  color: #212529;
  background-color: rgb(194.2, 215.48, 239.8);
}
a.badge-secondary-light:focus, a.badge-secondary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 242, 250, 0.5);
}

.badge-secondary-dark {
  color: #212529;
  background-color: #a6b7d4;
}
a.badge-secondary-dark:hover, a.badge-secondary-dark:focus {
  color: #212529;
  background-color: rgb(131.6136363636, 155.1818181818, 195.3863636364);
}
a.badge-secondary-dark:focus, a.badge-secondary-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(166, 183, 212, 0.5);
}

.badge-info-muted {
  color: #212529;
  background-color: #88dbdf;
}
a.badge-info-muted:hover, a.badge-info-muted:focus {
  color: #212529;
  background-color: rgb(95.8079470199, 206.8410596026, 212.1920529801);
}
a.badge-info-muted:focus, a.badge-info-muted.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 219, 223, 0.5);
}

.badge-danger-muted {
  color: #fff;
  background-color: #f77eb9;
}
a.badge-danger-muted:hover, a.badge-danger-muted:focus {
  color: #fff;
  background-color: rgb(244.0218978102, 77.9781021898, 158.9416058394);
}
a.badge-danger-muted:focus, a.badge-danger-muted.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 126, 185, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  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: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(36.72, 31.28, 60.52);
  background-color: rgb(182.64, 179.76, 195.24);
  border-color: rgb(118.32, 112.88, 142.12);
}
.alert-primary hr {
  border-top-color: rgb(106.488, 101.592, 127.908);
}
.alert-primary .alert-link {
  color: rgb(16.32, 13.9022222222, 26.8977777778);
}

.alert-secondary {
  color: rgb(165.92, 166.6, 169.32);
  background-color: rgb(251.04, 251.4, 252.84);
  border-color: rgb(247.52, 248.2, 250.92);
}
.alert-secondary hr {
  border-top-color: rgb(231.02, 233.2, 241.92);
}
.alert-secondary .alert-link {
  color: rgb(139.9238910506, 140.8023346304, 144.3161089494);
}

.alert-success {
  color: rgb(69.36, 138.04, 108.12);
  background-color: rgb(199.92, 236.28, 220.44);
  border-color: rgb(150.96, 219.64, 189.72);
}
.alert-success hr {
  border-top-color: rgb(131.9282926829, 213.1717073171, 177.7785365854);
}
.alert-success .alert-link {
  color: rgb(52.3042622951, 104.0957377049, 81.5331147541);
}

.alert-info {
  color: rgb(36.72, 104.04, 173.4);
  background-color: rgb(182.64, 218.28, 255);
  border-color: rgb(118.32, 185.64, 255);
}
.alert-info hr {
  border-top-color: rgb(92.82, 172.6997014925, 255);
}
.alert-info .alert-link {
  color: rgb(27.8073786408, 78.7875728155, 131.3126213592);
}

.alert-warning {
  color: rgb(170.68, 149.6, 83.64);
  background-color: rgb(253.56, 242.4, 207.48);
  border-color: rgb(252.28, 231.2, 165.24);
}
.alert-warning hr {
  border-top-color: rgb(251.53, 224.6375, 140.49);
}
.alert-warning .alert-link {
  color: rgb(136.4527272727, 119.6, 66.8672727273);
}

.alert-danger {
  color: rgb(163.88, 65.28, 68);
  background-color: rgb(249.96, 197.76, 199.2);
  border-color: rgb(245.48, 146.88, 149.6);
}
.alert-danger hr {
  border-top-color: rgb(243.416416185, 123.443583815, 126.7531791908);
}
.alert-danger .alert-link {
  color: rgb(127.408189911, 50.751810089, 52.8664688427);
}

.alert-light {
  color: rgb(167.28, 167.96, 170);
  background-color: rgb(251.76, 252.12, 253.2);
  border-color: rgb(248.88, 249.56, 251.6);
}
.alert-light hr {
  border-top-color: rgb(232.4871428571, 234.9885714286, 242.4928571429);
}
.alert-light .alert-link {
  color: rgb(141.3784251969, 142.2592125984, 144.9015748031);
}

.alert-dark {
  color: rgb(36.72, 31.28, 60.52);
  background-color: rgb(182.64, 179.76, 195.24);
  border-color: rgb(118.32, 112.88, 142.12);
}
.alert-dark hr {
  border-top-color: rgb(106.488, 101.592, 127.908);
}
.alert-dark .alert-link {
  color: rgb(16.32, 13.9022222222, 26.8977777778);
}

.alert-default {
  color: rgb(173.4, 173.4, 173.4);
  background-color: white;
  border-color: white;
}
.alert-default hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-default .alert-link {
  color: rgb(147.9, 147.9, 147.9);
}

.alert-primary-light {
  color: rgb(45.56, 51.68, 81.6);
  background-color: rgb(187.32, 190.56, 206.4);
  border-color: rgb(127.16, 133.28, 163.2);
}
.alert-primary-light hr {
  border-top-color: rgb(112.3178947368, 119.1484210526, 152.5421052632);
}
.alert-primary-light .alert-link {
  color: rgb(27.2872727273, 30.9527272727, 48.8727272727);
}

.alert-primary-dark {
  color: rgb(21.76, 15.64, 48.28);
  background-color: rgb(174.72, 171.48, 188.76);
  border-color: rgb(103.36, 97.24, 129.88);
}
.alert-primary-dark hr {
  border-top-color: rgb(91.7552095808, 86.3223353293, 115.2976646707);
}
.alert-primary-dark .alert-link {
  color: rgb(4.3982978723, 3.1612765957, 9.7587234043);
}

.alert-tertiary {
  color: rgb(161.84, 25.84, 95.2);
  background-color: rgb(248.88, 176.88, 213.6);
  border-color: rgb(243.44, 107.44, 176.8);
}
.alert-tertiary hr {
  border-top-color: rgb(241.5874358974, 83.7925641026, 164.2679487179);
}
.alert-tertiary .alert-link {
  color: rgb(117.8617391304, 18.8182608696, 69.3304347826);
}

.alert-alternative {
  color: rgb(97.92, 67.32, 139.4);
  background-color: rgb(215.04, 198.84, 237);
  border-color: rgb(179.52, 148.92, 221);
}
.alert-alternative hr {
  border-top-color: rgb(165.7797087379, 129.6093203883, 214.8106796117);
}
.alert-alternative .alert-link {
  color: rgb(73.7621052632, 50.7114473684, 105.0085526316);
}

.alert-primary-muted {
  color: rgb(120.36, 140.76, 160.48);
  background-color: rgb(226.92, 237.72, 248.16);
  border-color: rgb(201.96, 222.36, 242.08);
}
.alert-primary-muted hr {
  border-top-color: rgb(181.4548453608, 209.741443299, 237.0851546392);
}
.alert-primary-muted .alert-link {
  color: rgb(94.8004747774, 115.2610089021, 135.0395252226);
}

.alert-secondary-light {
  color: rgb(159.8, 164.56, 170);
  background-color: rgb(247.8, 250.32, 253.2);
  border-color: rgb(241.4, 246.16, 251.6);
}
.alert-secondary-light hr {
  border-top-color: rgb(221, 232.9, 246.5);
}
.alert-secondary-light .alert-link {
  color: rgb(132.8566037736, 138.9637735849, 145.9433962264);
}

.alert-secondary-dark {
  color: rgb(112.88, 124.44, 144.16);
  background-color: rgb(222.96, 229.08, 239.52);
  border-color: rgb(194.48, 206.04, 225.76);
}
.alert-secondary-dark hr {
  border-top-color: rgb(177.2868181818, 192.1309090909, 217.4531818182);
}
.alert-secondary-dark .alert-link {
  color: rgb(90.2809677419, 99.6967741935, 115.7590322581);
}

.alert-info-muted {
  color: rgb(92.48, 148.92, 151.64);
  background-color: rgb(212.16, 242.04, 243.48);
  border-color: rgb(174.08, 230.52, 233.24);
}
.alert-info-muted hr {
  border-top-color: rgb(153.9839735099, 224.4405298013, 227.8360264901);
}
.alert-info-muted .alert-link {
  color: rgb(73.1596657382, 117.8085793872, 119.9603342618);
}

.alert-danger-muted {
  color: rgb(167.96, 85.68, 125.8);
  background-color: rgb(252.12, 208.56, 229.8);
  border-color: rgb(249.56, 167.28, 207.4);
}
.alert-danger-muted hr {
  border-top-color: rgb(248.0709489051, 143.2690510949, 194.3708029197);
}
.alert-danger-muted .alert-link {
  color: rgb(134.1878820375, 68.4521179625, 100.5050938338);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(28.08, 23.92, 46.28);
  background-color: rgb(198.72, 196.48, 208.52);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(28.08, 23.92, 46.28);
  background-color: rgb(185.052, 182.268, 197.232);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(28.08, 23.92, 46.28);
  border-color: rgb(28.08, 23.92, 46.28);
}

.list-group-item-secondary {
  color: rgb(126.88, 127.4, 129.48);
  background-color: rgb(251.92, 252.2, 253.32);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(126.88, 127.4, 129.48);
  background-color: rgb(235.42, 237.2, 244.32);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 127.4, 129.48);
  border-color: rgb(126.88, 127.4, 129.48);
}

.list-group-item-success {
  color: rgb(53.04, 105.56, 82.68);
  background-color: rgb(212.16, 240.44, 228.12);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(53.04, 105.56, 82.68);
  background-color: rgb(193.1282926829, 233.9717073171, 216.1785365854);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(53.04, 105.56, 82.68);
  border-color: rgb(53.04, 105.56, 82.68);
}

.list-group-item-info {
  color: rgb(28.08, 79.56, 132.6);
  background-color: rgb(198.72, 226.44, 255);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(28.08, 79.56, 132.6);
  background-color: rgb(173.22, 213.4997014925, 255);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(28.08, 79.56, 132.6);
  border-color: rgb(28.08, 79.56, 132.6);
}

.list-group-item-warning {
  color: rgb(130.52, 114.4, 63.96);
  background-color: rgb(253.88, 245.2, 218.04);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(130.52, 114.4, 63.96);
  background-color: rgb(253.13, 238.6375, 193.29);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(130.52, 114.4, 63.96);
  border-color: rgb(130.52, 114.4, 63.96);
}

.list-group-item-danger {
  color: rgb(125.32, 49.92, 52);
  background-color: rgb(251.08, 210.48, 211.6);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(125.32, 49.92, 52);
  background-color: rgb(249.016416185, 187.043583815, 188.7531791908);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(125.32, 49.92, 52);
  border-color: rgb(125.32, 49.92, 52);
}

.list-group-item-light {
  color: rgb(127.92, 128.44, 130);
  background-color: rgb(252.48, 252.76, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(127.92, 128.44, 130);
  background-color: rgb(236.0871428571, 238.1885714286, 244.4928571429);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.92, 128.44, 130);
  border-color: rgb(127.92, 128.44, 130);
}

.list-group-item-dark {
  color: rgb(28.08, 23.92, 46.28);
  background-color: rgb(198.72, 196.48, 208.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(28.08, 23.92, 46.28);
  background-color: rgb(185.052, 182.268, 197.232);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(28.08, 23.92, 46.28);
  border-color: rgb(28.08, 23.92, 46.28);
}

.list-group-item-default {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-default.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-primary-light {
  color: rgb(34.84, 39.52, 62.4);
  background-color: rgb(202.36, 204.88, 217.2);
}
.list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
  color: rgb(34.84, 39.52, 62.4);
  background-color: rgb(187.5178947368, 190.7484210526, 206.5421052632);
}
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(34.84, 39.52, 62.4);
  border-color: rgb(34.84, 39.52, 62.4);
}

.list-group-item-primary-dark {
  color: rgb(16.64, 11.96, 36.92);
  background-color: rgb(192.56, 190.04, 203.48);
}
.list-group-item-primary-dark.list-group-item-action:hover, .list-group-item-primary-dark.list-group-item-action:focus {
  color: rgb(16.64, 11.96, 36.92);
  background-color: rgb(178.8905288462, 175.8188461538, 192.2011538462);
}
.list-group-item-primary-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(16.64, 11.96, 36.92);
  border-color: rgb(16.64, 11.96, 36.92);
}

.list-group-item-tertiary {
  color: rgb(123.76, 19.76, 72.8);
  background-color: rgb(250.24, 194.24, 222.8);
}
.list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
  color: rgb(123.76, 19.76, 72.8);
  background-color: rgb(248.3874358974, 170.5925641026, 210.2679487179);
}
.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.76, 19.76, 72.8);
  border-color: rgb(123.76, 19.76, 72.8);
}

.list-group-item-alternative {
  color: rgb(74.88, 51.48, 106.6);
  background-color: rgb(223.92, 211.32, 241);
}
.list-group-item-alternative.list-group-item-action:hover, .list-group-item-alternative.list-group-item-action:focus {
  color: rgb(74.88, 51.48, 106.6);
  background-color: rgb(210.1797087379, 192.0093203883, 234.8106796117);
}
.list-group-item-alternative.list-group-item-action.active {
  color: #fff;
  background-color: rgb(74.88, 51.48, 106.6);
  border-color: rgb(74.88, 51.48, 106.6);
}

.list-group-item-primary-muted {
  color: rgb(92.04, 107.64, 122.72);
  background-color: rgb(233.16, 241.56, 249.68);
}
.list-group-item-primary-muted.list-group-item-action:hover, .list-group-item-primary-muted.list-group-item-action:focus {
  color: rgb(92.04, 107.64, 122.72);
  background-color: rgb(212.6548453608, 228.941443299, 244.6851546392);
}
.list-group-item-primary-muted.list-group-item-action.active {
  color: #fff;
  background-color: rgb(92.04, 107.64, 122.72);
  border-color: rgb(92.04, 107.64, 122.72);
}

.list-group-item-secondary-light {
  color: rgb(122.2, 125.84, 130);
  background-color: rgb(249.4, 251.36, 253.6);
}
.list-group-item-secondary-light.list-group-item-action:hover, .list-group-item-secondary-light.list-group-item-action:focus {
  color: rgb(122.2, 125.84, 130);
  background-color: rgb(229, 238.1, 248.5);
}
.list-group-item-secondary-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(122.2, 125.84, 130);
  border-color: rgb(122.2, 125.84, 130);
}

.list-group-item-secondary-dark {
  color: rgb(86.32, 95.16, 110.24);
  background-color: rgb(230.08, 234.84, 242.96);
}
.list-group-item-secondary-dark.list-group-item-action:hover, .list-group-item-secondary-dark.list-group-item-action:focus {
  color: rgb(86.32, 95.16, 110.24);
  background-color: rgb(212.8868181818, 220.9309090909, 234.6531818182);
}
.list-group-item-secondary-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(86.32, 95.16, 110.24);
  border-color: rgb(86.32, 95.16, 110.24);
}

.list-group-item-info-muted {
  color: rgb(70.72, 113.88, 115.96);
  background-color: rgb(221.68, 244.92, 246.04);
}
.list-group-item-info-muted.list-group-item-action:hover, .list-group-item-info-muted.list-group-item-action:focus {
  color: rgb(70.72, 113.88, 115.96);
  background-color: rgb(201.5839735099, 238.8405298013, 240.6360264901);
}
.list-group-item-info-muted.list-group-item-action.active {
  color: #fff;
  background-color: rgb(70.72, 113.88, 115.96);
  border-color: rgb(70.72, 113.88, 115.96);
}

.list-group-item-danger-muted {
  color: rgb(128.44, 65.52, 96.2);
  background-color: rgb(252.76, 218.88, 235.4);
}
.list-group-item-danger-muted.list-group-item-action:hover, .list-group-item-danger-muted.list-group-item-action:focus {
  color: rgb(128.44, 65.52, 96.2);
  background-color: rgb(251.2709489051, 194.8690510949, 222.3708029197);
}
.list-group-item-danger-muted.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.44, 65.52, 96.2);
  border-color: rgb(128.44, 65.52, 96.2);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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);
  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: #6c757d;
  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: 20px;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.4s ease;
  transform: scale(0.8);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 40px);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 40px);
  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% - 40px);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 40px);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfe4eb;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #202A35;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.4;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dfe4eb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -25px -26px -25px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dfe4eb;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 60px);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 60px);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 60px);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 60px);
    height: min-content;
  }
  .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.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #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.4rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.375rem;
}

.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.875rem;
  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);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 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);
}
.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 rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 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: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  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: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.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 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.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: #362e59 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(33.6, 28.6222222222, 55.3777777778) !important;
}

.bg-secondary {
  background-color: #f4f5f9 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d3d7e7 !important;
}

.bg-success {
  background-color: #66cb9f !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(64.4292682927, 189.5707317073, 135.0536585366) !important;
}

.bg-info {
  background-color: #3699ff !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(3, 127.1194029851, 255) !important;
}

.bg-warning {
  background-color: #fbdc7b !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(249.5, 206.875, 73.5) !important;
}

.bg-danger {
  background-color: #f16064 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(236.8728323699, 49.1271676301, 54.3063583815) !important;
}

.bg-light {
  background-color: #f6f7fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(213.2142857143, 217.8571428571, 231.7857142857) !important;
}

.bg-dark {
  background-color: #362e59 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(33.6, 28.6222222222, 55.3777777778) !important;
}

.bg-default {
  background-color: #fff !important;
}

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-primary-light {
  background-color: #434C78 !important;
}

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: rgb(48.7272727273, 55.2727272727, 87.2727272727) !important;
}

.bg-primary-dark {
  background-color: #201747 !important;
}

a.bg-primary-dark:hover, a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
  background-color: rgb(14.6382978723, 10.5212765957, 32.4787234043) !important;
}

.bg-tertiary {
  background-color: #ee268c !important;
}

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: rgb(208.6538461538, 16.3461538462, 114.4230769231) !important;
}

.bg-alternative {
  background-color: #9063cd !important;
}

a.bg-alternative:hover, a.bg-alternative:focus,
button.bg-alternative:hover,
button.bg-alternative:focus {
  background-color: rgb(116.6747572816, 61.4077669903, 191.5922330097) !important;
}

.bg-primary-muted {
  background-color: #b1cfec !important;
}

a.bg-primary-muted:hover, a.bg-primary-muted:focus,
button.bg-primary-muted:hover,
button.bg-primary-muted:focus {
  background-color: rgb(135.9896907216, 181.7628865979, 226.0103092784) !important;
}

.bg-secondary-light {
  background-color: #ebf2fa !important;
}

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: rgb(194.2, 215.48, 239.8) !important;
}

.bg-secondary-dark {
  background-color: #a6b7d4 !important;
}

a.bg-secondary-dark:hover, a.bg-secondary-dark:focus,
button.bg-secondary-dark:hover,
button.bg-secondary-dark:focus {
  background-color: rgb(131.6136363636, 155.1818181818, 195.3863636364) !important;
}

.bg-info-muted {
  background-color: #88dbdf !important;
}

a.bg-info-muted:hover, a.bg-info-muted:focus,
button.bg-info-muted:hover,
button.bg-info-muted:focus {
  background-color: rgb(95.8079470199, 206.8410596026, 212.1920529801) !important;
}

.bg-danger-muted {
  background-color: #f77eb9 !important;
}

a.bg-danger-muted:hover, a.bg-danger-muted:focus,
button.bg-danger-muted:hover,
button.bg-danger-muted:focus {
  background-color: rgb(244.0218978102, 77.9781021898, 158.9416058394) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border, .dropzone, .dropify-wrapper {
  border: 1px solid #dfe4eb !important;
}

.border-top {
  border-top: 1px solid #dfe4eb !important;
}

.border-right {
  border-right: 1px solid #dfe4eb !important;
}

.border-bottom {
  border-bottom: 1px solid #dfe4eb !important;
}

.border-left {
  border-left: 1px solid #dfe4eb !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: #362e59 !important;
}

.border-secondary {
  border-color: #f4f5f9 !important;
}

.border-success {
  border-color: #66cb9f !important;
}

.border-info {
  border-color: #3699ff !important;
}

.border-warning {
  border-color: #fbdc7b !important;
}

.border-danger, .swal2-modal .swal2-actions button.swal2-cancel {
  border-color: #f16064 !important;
}

.border-light {
  border-color: #f6f7fa !important;
}

.border-dark {
  border-color: #362e59 !important;
}

.border-default {
  border-color: #fff !important;
}

.border-primary-light {
  border-color: #434C78 !important;
}

.border-primary-dark {
  border-color: #201747 !important;
}

.border-tertiary {
  border-color: #ee268c !important;
}

.border-alternative {
  border-color: #9063cd !important;
}

.border-primary-muted {
  border-color: #b1cfec !important;
}

.border-secondary-light {
  border-color: #ebf2fa !important;
}

.border-secondary-dark {
  border-color: #a6b7d4 !important;
}

.border-info-muted {
  border-color: #88dbdf !important;
}

.border-danger-muted {
  border-color: #f77eb9 !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, .navbar .search-form {
  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, .swal2-modal, .data-icon-card-danger-muted .background-icon, .data-icon-card-info-muted .background-icon, .data-icon-card-secondary-dark .background-icon, .data-icon-card-secondary-light .background-icon, .data-icon-card-primary-muted .background-icon, .data-icon-card-alternative .background-icon, .data-icon-card-tertiary .background-icon, .data-icon-card-primary-dark .background-icon, .data-icon-card-primary-light .background-icon, .data-icon-card-default .background-icon, .data-icon-card-dark .background-icon, .data-icon-card-light .background-icon, .data-icon-card-danger .background-icon, .data-icon-card-warning .background-icon, .data-icon-card-info .background-icon, .data-icon-card-success .background-icon, .data-icon-card-secondary .background-icon, .data-icon-card-primary .background-icon {
  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, .navbar .search-form {
    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.8571428571%;
}

.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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end, .data-icon-card-danger-muted .background-icon, .data-icon-card-info-muted .background-icon, .data-icon-card-secondary-dark .background-icon, .data-icon-card-secondary-light .background-icon, .data-icon-card-primary-muted .background-icon, .data-icon-card-alternative .background-icon, .data-icon-card-tertiary .background-icon, .data-icon-card-primary-dark .background-icon, .data-icon-card-primary-light .background-icon, .data-icon-card-default .background-icon, .data-icon-card-dark .background-icon, .data-icon-card-light .background-icon, .data-icon-card-danger .background-icon, .data-icon-card-warning .background-icon, .data-icon-card-info .background-icon, .data-icon-card-success .background-icon, .data-icon-card-secondary .background-icon, .data-icon-card-primary .background-icon {
  justify-content: flex-end !important;
}

.justify-content-center, .dataTables_wrapper div.dataTables_paginate ul.pagination {
  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, .navbar .search-form {
  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, .dataTables_wrapper div.dataTables_paginate ul.pagination {
    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;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 10px 16px rgba(20, 37, 63, 0.06) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100, .dataTables_wrapper.dt-bootstrap4 .dataTables_length select {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !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;
}

.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}

.h-60 {
  height: 60% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.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, .btn-toolbar .btn-group + .btn-group, .btn-toolbar .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group + .btn-group, .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-toolbar .fc-button-group + .btn-group, .btn-toolbar .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group + .btn-group, .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-toolbar .fc-button-group + .btn-group, .btn-toolbar .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group + .fc-button-group, .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-toolbar .btn-group + .fc-button-group, .btn-toolbar .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group + .fc-button-group, .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-toolbar .fc-button-group + .fc-button-group, .btn-toolbar .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group + .fc-button-group, .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-toolbar .btn-group + .fc-button-group, .btn-toolbar .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group + .fc-button-group, .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-toolbar .fc-button-group + .fc-button-group,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .dataTables_wrapper div.dataTables_paginate ul.pagination,
.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, .dataTables_wrapper div.dataTables_paginate ul.pagination,
  .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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 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: #362e59 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(23.4, 19.9333333333, 38.5666666667) !important;
}

.text-secondary {
  color: #f4f5f9 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(194.5, 200, 222) !important;
}

.text-success {
  color: #66cb9f !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(57.9609756098, 170.5390243902, 121.4951219512) !important;
}

.text-info {
  color: #3699ff !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(0, 114.5149253731, 232.5) !important;
}

.text-warning {
  color: #fbdc7b !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(248.75, 200.3125, 48.75) !important;
}

.text-danger {
  color: #f16064 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(234.8092485549, 25.6907514451, 31.4595375723) !important;
}

.text-light {
  color: #f6f7fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(196.8214285714, 203.2857142857, 222.6785714286) !important;
}

.text-dark {
  color: #362e59 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(23.4, 19.9333333333, 38.5666666667) !important;
}

.text-default {
  color: #fff !important;
}

a.text-default:hover, a.text-default:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-primary-light {
  color: #434C78 !important;
}

a.text-primary-light:hover, a.text-primary-light:focus {
  color: rgb(39.5909090909, 44.9090909091, 70.9090909091) !important;
}

.text-primary-dark {
  color: #201747 !important;
}

a.text-primary-dark:hover, a.text-primary-dark:focus {
  color: rgb(5.9574468085, 4.2819148936, 13.2180851064) !important;
}

.text-tertiary {
  color: #ee268c !important;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  color: rgb(185.0064102564, 14.4935897436, 101.4551282051) !important;
}

.text-alternative {
  color: #9063cd !important;
}

a.text-alternative:hover, a.text-alternative:focus {
  color: rgb(104.9150485437, 55.2184466019, 172.2815533981) !important;
}

.text-primary-muted {
  color: #b1cfec !important;
}

a.text-primary-muted:hover, a.text-primary-muted:focus {
  color: rgb(115.4845360825, 169.1443298969, 221.0154639175) !important;
}

.text-secondary-light {
  color: #ebf2fa !important;
}

a.text-secondary-light:hover, a.text-secondary-light:focus {
  color: rgb(173.8, 202.22, 234.7) !important;
}

.text-secondary-dark {
  color: #a6b7d4 !important;
}

a.text-secondary-dark:hover, a.text-secondary-dark:focus {
  color: rgb(114.4204545455, 141.2727272727, 187.0795454545) !important;
}

.text-info-muted {
  color: #88dbdf !important;
}

a.text-info-muted:hover, a.text-info-muted:focus {
  color: rgb(75.7119205298, 200.761589404, 206.7880794702) !important;
}

.text-danger-muted {
  color: #f77eb9 !important;
}

a.text-danger-muted:hover, a.text-danger-muted:focus {
  color: rgb(242.5328467153, 53.9671532847, 145.9124087591) !important;
}

.text-body {
  color: #362E59 !important;
}

.text-muted, .editor-toolbar a, .dropzone.dz-clickable .dz-message * {
  color: #718096 !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-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 #a0aec0;
    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 #dfe4eb !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dfe4eb;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dfe4eb;
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.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: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
:root {
  --animate-duration: .25s;
  --animate-delay: 0s;
  --animate-repeat: .25s;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.page-header .page-title a, .page-header .page-subtitle a {
  font-weight: 600;
}
.page-header .page-title a:hover, .page-header .page-subtitle a:hover {
  color: inherit;
  text-decoration: underline;
}
.page-header .page-title a .dropdown a, .page-header .page-subtitle a .dropdown a {
  color: #425563;
}
.page-header .page-title a .dropdown a:hover, .page-header .page-subtitle a .dropdown a:hover {
  color: inherit;
  text-decoration: underline;
}

.page-title {
  color: #362E59;
  font-size: 1.75rem;
  font-weight: 700;
}

.page-subtitle {
  font-size: 0.938rem;
  font-weight: normal;
  color: #362E59;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-subtitle {
    margin-bottom: 0.625rem;
  }
}

.lead {
  color: #fff;
  font-weight: 400;
  margin-bottom: 8rem !important;
}

.page-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0.75rem;
}
.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
  font-size: 0.813rem;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.dashboard-box span.live, .dashboard-box span.pause {
  cursor: pointer;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #718096;
  width: 90%;
  margin: 1rem auto;
}

.separator > span {
  padding: 4px 14px;
  border: 1px solid #d4d7dd;
  border-radius: 0.5rem;
}

.separator::before, .separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #d4d7dd;
}

.separator::before {
  margin-right: 1em;
}

.separator::after {
  margin-left: 1em;
}

.seperator-sm {
  margin: 0.5rem 0;
  border-top: 1px solid #f2f4f9;
}

.seperator-md {
  margin: 1rem 0;
  border-top: 1px solid #f2f4f9;
}

.seperator-lg {
  margin: 2rem 0;
  border-top: 1px solid #f2f4f9;
}

.seperator-xl {
  margin: 3rem 0;
  border-top: 1px solid #f2f4f9;
}

.seperator-flex {
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-self: center;
  height: 1px;
  width: auto;
  background: #dfe4eb;
  border-radius: 0.5rem;
}

.hr-shadow {
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.2);
}

.hr-logo {
  max-width: 160px;
}

.liveviews-heading {
  color: #98a4ae;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 40px;
}

.liveviews-heading .liveview-counter {
  font-size: 100%;
  font-weight: 600;
  padding: 5px 6px 4px;
}

.hr-signin {
  background-image: linear-gradient(5deg, rgba(30, 18, 72, 0.86) 40%, rgba(242, 23, 127, 0.56) 100%), url("../../images/bg_signin.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.hr-welcome-logo {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.hr-welcome-message {
  color: #768692;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
}

.hr-recover-password, .hr-notacustomer {
  display: block;
  color: #768692;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  margin: -1rem 0 0;
}

.hr-recover-password:hover {
  color: #362e59;
}

.sidebar .sidebar-footer .dropdown .dropdown-toggle::after {
  display: none;
}

/* Datepicker */
.datepicker {
  z-index: 1000 !important;
}
.datepicker.input-group input {
  color: #1e1248 !important;
  cursor: pointer;
}
.datepicker.input-group .input-group-addon svg {
  color: #1e1248 !important;
}

.dashboard-date.datepicker.input-group {
  border: 1px solid #1e1248 !important;
}
.dashboard-date.datepicker.input-group span {
  border-right: 1px solid #1e1248 !important;
}

.datepicker.datepicker-dropdown {
  border-radius: 6px;
}

/* Vue2 Datepicker MX */
.mx-datepicker .date-control-input, .input-group.date .form-control, .input-group.date .typeahead,
.input-group.date .tt-query,
.input-group.date .tt-hint, .input-group.date .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .input-group.date .select2-search__field, .input-group.date .select2-container--default .select2-selection--single, .select2-container--default .input-group.date .select2-selection--single, .input-group.date .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .input-group.date .select2-selection--multiple, .input-group.date select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 110px;
}

.mx-datepicker {
  width: auto !important;
}

.vue2-datepicker {
  border: 0;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
}

.vue2-datepicker .mx-datepicker-content {
  padding: 0;
}

.mx-icon-calendar {
  display: none;
}

.vue2-datepicker .mx-calendar-panel-date .mx-btn-icon-double-left {
  display: none;
}

.vue2-datepicker .mx-calendar-panel-date .mx-btn-icon-double-right {
  display: none;
}

.vue2-datepicker .mx-calendar,
.vue2-datepicker .mx-time {
  width: 100% !important;
  box-sizing: border-box;
  padding: 6px 12px;
}

.vue2-datepicker .mx-calendar-panel-date {
  height: 335px !important;
}

.vue2-datepicker .mx-time-content {
  height: 272px !important;
}

.vue2-datepicker .mx-calendar-panel-year .mx-calendar-header-label {
  line-height: 58px;
}

.vue2-datepicker.datepicker {
  padding: 0;
}

.vue2-datepicker.datepicker > div {
  display: block;
}

.vue2-datepicker .mx-calendar-header,
.vue2-datepicker .mx-time-header,
.vue2-datepicker .mx-btn-text {
  height: 56px;
}

.vue2-datepicker .mx-calendar-header-label .mx-btn-text,
.vue2-datepicker .mx-time-header .mx-btn-text {
  color: #4b446b;
  background: #fff;
  padding-bottom: 1rem;
  padding-top: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.vue2-datepicker .mx-calendar-panel-year .mx-calendar-header-label span {
  font-weight: 600;
}

.vue2-datepicker th {
  color: #4b446b;
  font-size: 0.875rem;
  font-weight: initial;
}

.vue2-datepicker .mx-date-row .cell {
  font-size: 0.9375rem;
  padding: 0.5rem 0;
  color: #4b446b;
}

.vue2-datepicker .mx-time-list .mx-time-item {
  font-size: 0.9375rem;
  padding: 0.5rem 0;
  color: #4b446b;
  height: 1.8rem;
  line-height: normal;
}

.vue2-datepicker .mx-date-row .cell.disabled,
.mx-calendar-content .cell.disabled {
  cursor: not-allowed;
  color: #d9dde3 !important;
  background-color: transparent !important;
}

.vue2-datepicker .mx-date-row .not-current-month {
  font-size: 0.9375rem;
  padding: 0.5rem 0;
  color: #98a4ae;
}

.vue2-datepicker .mx-calendar-content .cell:hover {
  color: #ee268c;
  background-color: #f4f5f9;
  border-radius: 8px;
  cursor: pointer;
}

.vue2-datepicker .mx-calendar-content .cell.active {
  background: #ee268c;
  text-shadow: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
}

.mx-calendar-content .disabled {
  cursor: not-allowed;
  color: #d9dde3 !important;
  background-color: transparent;
}

/* New Datepicker */
.mx-datepicker > .form-control, .mx-datepicker > .typeahead,
.mx-datepicker > .tt-query,
.mx-datepicker > .tt-hint, .select2-container--default .select2-selection--single .mx-datepicker > .select2-search__field, .select2-container--default .mx-datepicker > .select2-selection--single, .email-compose-fields .select2-container--default .mx-datepicker > .select2-selection--multiple, .mx-datepicker > select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/** Overlay Search **/
.navbar .search-form .input-group .form-control, .navbar .search-form .input-group .typeahead,
.navbar .search-form .input-group .tt-query,
.navbar .search-form .input-group .tt-hint, .navbar .search-form .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar .search-form .input-group .select2-search__field, .navbar .search-form .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar .search-form .input-group .select2-selection--single, .navbar .search-form .input-group .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .navbar .search-form .input-group .select2-selection--multiple, .navbar .search-form .input-group select {
  color: #F2177F;
}

.hr-blur {
  filter: blur(6px);
  transition: ease-in-out 1.6s;
}

/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(249, 250, 251);
  background-color: rgba(249, 250, 251, 0.85); /* Black with a little bit see-through */
  animation: fadeIn 0.4s;
}

/* The content */
.overlay-content {
  position: relative;
  top: 60px;
  width: calc(100% - 240px);
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .overlay-content {
    padding-left: 270px;
  }
  .overlay-content .sidebar-folded {
    padding-left: 100px;
  }
}
.overlay-folded {
  padding-left: 100px;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/* Search Result Table */
.card-transparent {
  background-color: transparent;
  box-shadow: none;
  color: #1e1248;
  border: none;
}

.card-transparent:hover {
  box-shadow: none;
}

.card-transparent .table {
  color: #F2177F;
  font-weight: 600;
  overflow: hidden;
}

.card-transparent .table-hover tbody tr:hover {
  color: #F2177F;
}

.card-transparent .table td {
  color: #1e1248;
}

.card-transparent .table thead th {
  color: #1e1248;
  font-size: 0.875rem;
  padding-bottom: 2rem;
  border-bottom: none;
}

.card-transparent .table thead th {
  border: none;
}

.card.card-transparent .card-title {
  color: #F2177F;
  font-size: 1.4rem;
}

.card-transparent .table th, .table td {
  border: none;
}

.card-transparent .table-hover tbody tr:hover {
  background-color: rgba(232, 233, 234, 0.45);
}

.card .last-edited {
  color: #686868;
  font-size: 0.775rem;
  margin-top: 16px;
}

.card .card-text .heading-desc {
  font-size: 0.8rem;
  line-height: 1rem;
}

.hr-welcome-text {
  min-width: 210px;
}

.login-bg {
  width: 100vw;
  height: 100vh;
  background-color: #E7056F;
  margin: 0 !important;
  padding: 0 !important;
}

/* Login Page */
.user_card {
  height: auto;
  width: 420px;
  margin-top: auto;
  margin-bottom: auto;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.form_container {
  margin-top: 100px;
}

.user_card .btn, .user_card .wizard > .actions a, .wizard > .actions .user_card a, .user_card .swal2-modal .swal2-actions button, .swal2-modal .swal2-actions .user_card button, .user_card .fc .fc-button, .fc .user_card .fc-button {
  width: 100%;
}

.user_card .btn:hover, .user_card .wizard > .actions a:hover, .wizard > .actions .user_card a:hover, .user_card .swal2-modal .swal2-actions button:hover, .swal2-modal .swal2-actions .user_card button:hover, .user_card .fc .fc-button:hover, .fc .user_card .fc-button:hover {
  color: #fff;
}

.login_container {
  padding: 0 2rem;
}

.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

.text-tiny {
  font-size: 0.8em;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff !important;
}

.bg-light {
  background-color: #f4f5f9 !important;
}

.navbar svg.avatar {
  margin-bottom: 0;
}

.employee {
  display: flex;
  justify-content: center;
  align-items: center;
}
.employee .employee-image {
  margin-right: 1rem;
  width: 82px;
  height: 82px;
}
.employee .employee-image img {
  max-width: 100%;
  max-height: 100%;
  border: 4px solid #fff;
  border-radius: 82px;
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 4px 20px -2px rgba(50, 50, 71, 0.08);
}
.employee .employee-text .employee-name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}
.employee .employee-text .employee-title {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #a6b7d4;
}

.card-message {
  position: relative;
  background-color: #f4f5f9;
}
.card-message::before {
  content: url("/static/images/svg/message.svg");
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate(0, -50%);
}

svg.feather {
  width: 1em;
  height: 1em;
}

svg.feather.icon-md-lg {
  width: 1.5em;
  height: 1.5em;
}

.card .card-body .card-body-examples {
  padding: 2rem;
  margin: 2rem 0;
}
.card .card-body .card-body-examples:hover {
  background: #f9f9f9;
}

.collapse.show#used-by-recoms-section {
  margin-bottom: 1rem;
  transition: all 0.2s;
}

.code-helpers {
  margin-left: 1rem;
}

.ace_editor {
  min-height: 820px;
  height: auto !important;
}

.help {
  position: relative;
  padding: 0;
  flex-basis: 100px;
  flex-grow: 0.3;
  overflow: auto;
}

.guidelines p {
  margin-bottom: 1rem;
}

.btn-switch {
  display: -moz-box;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1;
}

/* Switch Design */
.switcher {
  background: #eee;
}

.input_wrapper {
  width: 42px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

.input_wrapper input[type=checkbox] {
  width: 42px;
  height: 22px;
  cursor: pointer;
  appearance: none;
  background: #f16064;
  border-radius: 22px;
  position: relative;
  outline: 0;
  transition: all 0.2s;
}

.input_wrapper input[type=checkbox]::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #dfeaec;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.35s;
}

.input_wrapper svg {
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
  fill: none;
  color: #fff;
  transition: all 0.35s;
  z-index: 1;
}

.input_wrapper .is_checked {
  width: 14px;
  left: 15%;
  transform: translateX(190%) translateY(-45%) scale(0);
}

.input_wrapper .is_unchecked {
  width: 15px;
  right: 10%;
  transform: translateX(0) translateY(-48%) scale(1);
}

/* Checked State */
.input_wrapper input[type=checkbox]:checked {
  background: #23da87;
}

.input_wrapper input[type=checkbox]:checked::after {
  left: calc(100% - 21px);
}

.input_wrapper input[type=checkbox]:checked + .is_checked {
  transform: translateX(0) translateY(-40%) scale(1);
}

.input_wrapper input[type=checkbox]:checked ~ .is_unchecked {
  transform: translateX(-190%) translateY(-30%) scale(0);
}

/* Switch Design */
.navbar .nav-profile::after {
  position: absolute;
  width: 150px;
  height: 150px;
}

.navbar.fixed {
  z-index: 998;
  /*
  -moz-box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
  -webkit-box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
  -webkit-transition: background-color 1.6s linear;
  -ms-transition: background-color 1.6s linear;
  transition: background-color 1.6s linear;
   */
}

#fallback {
  display: none;
}

body.show-fallback #fallback {
  display: block;
}

.accordion.accordion-outline .card .card-header .card-title::after {
  position: absolute;
  top: 0.6rem;
  right: 2rem;
  font-family: Roboto, sans-serif;
  text-decoration: inherit;
  text-rendering: optimizelegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "+";
  font-size: 1.875rem;
  font-weight: 700;
  color: #5d78ff;
}

.segment {
  position: relative;
  background-color: #f4f5f9;
  border-radius: 1.25rem;
}
.segment .segment-buttons {
  position: absolute;
  top: 12px;
  right: 12px;
}

.segment .segment-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #f4f5f9;
  border: 4px solid #362e59;
  box-shadow: 0 0 0 6px #fff inset;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.segment .segment-circle::after {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  background: transparent;
  border-radius: 50%;
  top: 8px;
  left: 8px;
  transition: opacity 0.3s ease-out;
}

.segment .segment-circle img {
  z-index: 10;
  transform: translateZ(0);
}

.segment-item {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 1.25rem;
  background-color: #f4f5f9;
  min-height: 420px;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
}
.segment-item:hover .icon {
  filter: invert(1) sepia(0) saturate(0) hue-rotate(0deg) brightness(1);
  transition: all 0.2s ease-in-out;
}

.segment-list .segment {
  background-color: #fff;
}

.segment-list > div > div img.inactive {
  display: block;
}

.segment-list > div > div img.active {
  display: none;
}

.segment-list > div > div:hover img.inactive {
  display: none;
}

.segment-list > div > div:hover img.active {
  display: block;
}

.segment-item:hover {
  transform: translateY(-5px) scale(1) translateZ(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(189, 189, 245, 0.5);
}

.segment-item:hover .segment-overlay {
  transform: scale(8) translateZ(0);
}

.segment-item:hover .segment-circle {
  background: transparent;
}

.segment-item:hover .segment-circle::after {
  background: transparent;
  opacity: 0.8;
}

.segment-item:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px rgba(184, 249, 211, 0.48);
}

.segment-item .segment-overlay {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 120px;
  height: 120px;
  background: #362e59;
  border-radius: 50%;
  transition: transform 0.4s ease-in-out;
  transform: translate(-50%, 0);
  opacity: 0;
  z-index: 0;
}

.segment:hover .segment-item .segment-overlay {
  opacity: 1;
}

#segment-edit .daterangepicker .ranges li.active {
  background-color: #ee268c;
}

#segment-edit .daterangepicker td.in-range {
  background-color: #f0f3ff;
}

#segment-edit .daterangepicker td.active,
#segment-edit .daterangepicker td.active:hover {
  background-color: #ee268c;
  color: #fff;
}

#segment-edit .multiselect__option--selected.multiselect__option--highlight {
  background: inherit;
  color: inherit;
}

#segment-edit .multiselect__option--selected {
  font-weight: normal;
}

#segment-edit .multiselect__option--highlight,
#segment-edit .multiselect__tag,
#segment-edit .multiselect__tag-icon,
#segment-edit .multiselect__tag-icon:hover,
#segment-edit .multiselect__tag-icon:focus {
  background: #ee268c;
}

#segment-edit .multiselect__tag-icon::after {
  color: #fff;
}

/**
.segment:nth-child(2n):hover .segment-item .segment-overlay {
	background: theme-color(secondary);
	opacity: 1;
}

.segment:nth-child(3n):hover .segment-item .segment-overlay {
	background: theme-color(tertiary);
	opacity: 1;
}

.segment:nth-child(4n):hover .segment-item .segment-overlay {
	background: theme-color(dark);
	opacity: 1;
}
**/
.image-container {
  margin: 0 auto;
  padding: 1.25rem 1.25rem 2.5rem;
}

.image-container img {
  max-height: 75px;
}

.segment-list {
  text-align: center;
  font-size: 0.9em;
}

.segment-item > div {
  align-items: center;
  -ms-flex-align: center;
}

.segment-item label, .segment-item .segment-title, .segment-item .segment-desc {
  position: relative;
  z-index: 10;
}

.segment-item:hover, .segment-item:focus, .segment-item:active {
  transition: all 0.4s ease-in-out;
}

.segment-title {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 0;
  min-height: 82px;
}

.segment-desc {
  font-size: 0.875rem;
  min-height: 45px;
}

.segment-item:hover .segment-title, .segment-item:hover .segment-desc {
  color: #fff;
}

.segment-item label {
  margin-top: 20px;
  padding: 6px 10px 5px;
  font-weight: 600;
  background-color: #dfe4eb;
  border-radius: 0.75rem;
}

.segment-item:hover label {
  background-color: #f4f5f9;
  transition: all 0.4s ease-in-out;
}

/* ### SEGMENT EDIT ### */
#segment-edit .segment-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #f4f5f9;
  border: 4px solid #362e59;
  box-shadow: 0 0 0 6px #fff inset;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

#segment-edit .segment-circle::after {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  background: transparent;
  border-radius: 50%;
  top: 8px;
  left: 8px;
  transition: opacity 0.3s ease-out;
}

#segment-edit .segment-circle img {
  z-index: 10;
  transform: translateZ(0);
}

#segment-edit .daterangepicker .ranges li.active {
  background-color: #362e59;
}

#segment-edit .daterangepicker td.in-range {
  background-color: #f0f3ff;
}

#segment-edit .daterangepicker td.active,
#segment-edit .daterangepicker td.active:hover {
  background-color: #362e59;
  color: #fff;
}

#segment-edit .multiselect__option--selected.multiselect__option--highlight {
  background: inherit;
  color: inherit;
}

#segment-edit .multiselect__option--selected {
  font-weight: normal;
}

#segment-edit .multiselect__option--highlight,
#segment-edit .multiselect__tag,
#segment-edit .multiselect__tag-icon,
#segment-edit .multiselect__tag-icon:hover,
#segment-edit .multiselect__tag-icon:focus {
  background: #ee268c;
}

#segment-edit .multiselect__tag-icon::after {
  color: #fff;
}

.audience-info {
  align-self: center;
}
.audience-info .audience-avatar svg {
  width: 120px;
  height: 120px;
  background-color: #f5f6fa;
  color: #000E4B;
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto 30px;
}

.card.audience-top-stats .top-brands-categories p:nth-child(1)::before {
  content: "1.";
}
.card.audience-top-stats .top-brands-categories p:nth-child(2) {
  display: none;
}
.card.audience-top-stats .top-brands-categories p:nth-child(3)::before {
  content: "2.";
}
.card.audience-top-stats .top-brands-categories p:nth-child(4)::before {
  content: "3.";
}
.card.audience-top-stats .top-brands-categories p:nth-child(5)::before {
  content: "4.";
}
.card.audience-top-stats .top-brands-categories p:nth-child(6)::before {
  content: "5.";
}
.card.audience-top-stats .top-brands-categories p:nth-child(7)::before {
  content: "6.";
}
.card.audience-top-stats .top-brands-categories p:nth-child(8)::before {
  content: "7.";
}
.card.audience-top-stats .top-brands-categories p:nth-child(9)::before {
  content: "8.";
}
.card.audience-top-stats .top-brands-categories p:nth-child(10)::before {
  content: "9.";
}
.card.audience-top-stats .top-brands-categories p:nth-child(11)::before {
  content: "10.";
}
.card.audience-top-stats .top-products p:nth-child(1) > a::before {
  content: "1.";
}
.card.audience-top-stats .top-products p:nth-child(2) {
  display: none;
}
.card.audience-top-stats .top-products p:nth-child(3) > a::before {
  content: "2.";
}
.card.audience-top-stats .top-products p:nth-child(4) > a::before {
  content: "3.";
}
.card.audience-top-stats .top-products p:nth-child(5) > a::before {
  content: "4.";
}
.card.audience-top-stats .top-products p:nth-child(6) > a::before {
  content: "5.";
}
.card.audience-top-stats .top-products p:nth-child(7) > a::before {
  content: "6.";
}
.card.audience-top-stats .top-products p:nth-child(8) > a::before {
  content: "7.";
}
.card.audience-top-stats .top-products p:nth-child(9) > a::before {
  content: "8.";
}
.card.audience-top-stats .top-products p:nth-child(10) > a::before {
  content: "9.";
}
.card.audience-top-stats .top-products p:nth-child(11) > a::before {
  content: "10.";
}

.page-header-insights {
  margin: -1rem -1.75rem -2rem;
  padding: 2rem 0 3rem;
  background: #eb01a5;
  background-image: url("../static/images/audiences/audience-insights.jpg"); /* fallback */
  background-image: linear-gradient(30deg, rgba(24, 81, 147, 0.85) 0%, rgba(24, 81, 147, 0.85) 30%, rgba(238, 38, 140, 0.85) 100%), url("../static/images/audiences/audience-insights.jpg"); /* W3C */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.page-header-insights .page-header {
  padding: 2rem 1.75rem;
}
.page-header-insights .page-header .page-title {
  color: #fff;
}

.card.card-analytics .card-title {
  font-size: 1.063rem;
}
.card.card-analytics .card-number {
  font-size: 1.75rem;
}
.card.card-analytics .card-subtitle {
  font-size: 0.813rem;
}

#users th,
#users td {
  font-size: 80%;
}

#facebook svg {
  fill: white !important;
  color: white !important;
}

.overflow-visible {
  overflow: visible !important;
}

#product-sources .card {
  background-color: #f4f5f9;
  box-shadow: none;
}

#product-source-editor .form-control:disabled, #product-source-editor .typeahead:disabled,
#product-source-editor .tt-query:disabled,
#product-source-editor .tt-hint:disabled, #product-source-editor .select2-container--default .select2-selection--single .select2-search__field:disabled, .select2-container--default .select2-selection--single #product-source-editor .select2-search__field:disabled, #product-source-editor .select2-container--default .select2-selection--single:disabled, .select2-container--default #product-source-editor .select2-selection--single:disabled, #product-source-editor .email-compose-fields .select2-container--default .select2-selection--multiple:disabled, .email-compose-fields .select2-container--default #product-source-editor .select2-selection--multiple:disabled, #product-source-editor select:disabled {
  background: #fff;
  opacity: 0.65;
}

#product-source-editor .form-control, #product-source-editor .typeahead,
#product-source-editor .tt-query,
#product-source-editor .tt-hint, #product-source-editor .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single #product-source-editor .select2-search__field, #product-source-editor .select2-container--default .select2-selection--single, .select2-container--default #product-source-editor .select2-selection--single, #product-source-editor .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default #product-source-editor .select2-selection--multiple, #product-source-editor select {
  min-height: 47px;
}

#product-source-editor .multiselect {
  display: inline-block;
  margin-left: 0 !important;
  max-width: 190px;
}

.page-header .col-1, .page-header .col-2, .page-header .col-3, .page-header .col-4, .page-header .col-5, .page-header .col-6, .page-header .col-7, .page-header .col-8, .page-header .col-9, .page-header .col-10, .page-header .col-11, .page-header .col-12, .page-header .col, .page-header .col-auto, .page-header .col-sm-1, .page-header .col-sm-2, .page-header .col-sm-3, .page-header .col-sm-4, .page-header .col-sm-5, .page-header .col-sm-6, .page-header .col-sm-7, .page-header .col-sm-8, .page-header .col-sm-9, .page-header .col-sm-10, .page-header .col-sm-11, .page-header .col-sm-12, .page-header .col-sm, .page-header .col-sm-auto, .page-header .col-md-1, .page-header .col-md-2, .page-header .col-md-3, .page-header .col-md-4, .page-header .col-md-5, .page-header .col-md-6, .page-header .col-md-7, .page-header .col-md-8, .page-header .col-md-9, .page-header .col-md-10, .page-header .col-md-11, .page-header .col-md-12, .page-header .col-md, .page-header .col-md-auto, .page-header .col-lg-1, .page-header .col-lg-2, .page-header .col-lg-3, .page-header .col-lg-4, .page-header .col-lg-5, .page-header .col-lg-6, .page-header .col-lg-7, .page-header .col-lg-8, .page-header .col-lg-9, .page-header .col-lg-10, .page-header .col-lg-11, .page-header .col-lg-12, .page-header .col-lg, .page-header .col-lg-auto, .page-header .col-xl-1, .page-header .col-xl-2, .page-header .col-xl-3, .page-header .col-xl-4, .page-header .col-xl-5, .page-header .col-xl-6, .page-header .col-xl-7, .page-header .col-xl-8, .page-header .col-xl-9, .page-header .col-xl-10, .page-header .col-xl-11, .page-header .col-xl-12, .page-header .col-xl, .page-header .col-xl-auto {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.status-live svg {
  color: #66cb9f;
  fill: #66cb9f;
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem 0;
  color: #000E4B;
}
.content-header .col-1, .content-header .col-2, .content-header .col-3, .content-header .col-4, .content-header .col-5, .content-header .col-6, .content-header .col-7, .content-header .col-8, .content-header .col-9, .content-header .col-10, .content-header .col-11, .content-header .col-12, .content-header .col, .content-header .col-auto, .content-header .col-sm-1, .content-header .col-sm-2, .content-header .col-sm-3, .content-header .col-sm-4, .content-header .col-sm-5, .content-header .col-sm-6, .content-header .col-sm-7, .content-header .col-sm-8, .content-header .col-sm-9, .content-header .col-sm-10, .content-header .col-sm-11, .content-header .col-sm-12, .content-header .col-sm, .content-header .col-sm-auto, .content-header .col-md-1, .content-header .col-md-2, .content-header .col-md-3, .content-header .col-md-4, .content-header .col-md-5, .content-header .col-md-6, .content-header .col-md-7, .content-header .col-md-8, .content-header .col-md-9, .content-header .col-md-10, .content-header .col-md-11, .content-header .col-md-12, .content-header .col-md, .content-header .col-md-auto, .content-header .col-lg-1, .content-header .col-lg-2, .content-header .col-lg-3, .content-header .col-lg-4, .content-header .col-lg-5, .content-header .col-lg-6, .content-header .col-lg-7, .content-header .col-lg-8, .content-header .col-lg-9, .content-header .col-lg-10, .content-header .col-lg-11, .content-header .col-lg-12, .content-header .col-lg, .content-header .col-lg-auto, .content-header .col-xl-1, .content-header .col-xl-2, .content-header .col-xl-3, .content-header .col-xl-4, .content-header .col-xl-5, .content-header .col-xl-6, .content-header .col-xl-7, .content-header .col-xl-8, .content-header .col-xl-9, .content-header .col-xl-10, .content-header .col-xl-11, .content-header .col-xl-12, .content-header .col-xl, .content-header .col-xl-auto {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

a:hover, button:hover, .card:hover, .btn:hover, .wizard > .actions a:hover, .swal2-modal .swal2-actions button:hover, .fc .fc-button:hover {
  transition: all 0.4s ease-in-out;
}

/* Feed Status */
.feed-status {
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 1.5rem;
  transition: all 0.3s ease-in-out;
}

/* Multiselect */
.multiselect {
  color: #000E4B !important;
}
.multiselect .multiselect__element .multiselect__option {
  white-space: normal;
}

.multiselect, .multiselect__input, .multiselect__input::placeholder, .multiselect__single, .multiselect__option {
  font-size: 0.875rem !important;
}

.multiselect__option--highlight {
  color: #000E4B !important;
  background-color: #f9f9f9 !important;
}

.multiselect__option--selected.multiselect__option--highlight {
  color: #000E4B !important;
  background-color: #f6f7fa !important;
}

.multiselect__tags {
  min-height: 47px;
  padding: 11px 40px 1px 24px !important;
  border: 1px solid #dfe4eb !important;
}

.multiselect--active .multiselect__select {
  top: 3px !important;
}

/* Audience - Facebook Integration */
.facebook-modal-spinner svg.feather {
  color: #1A77F2 !important;
  width: 6em !important;
  height: 6em !important;
}

.facebook-modal-slide svg.feather {
  width: 16em !important;
  height: 16em !important;
  color: #2CCE98;
}
.facebook-modal-slide div#delete-button-row {
  margin-top: 3rem !important;
}

.facebook-modal-slide.success svg.feather {
  color: #66cb9f;
}

.facebook-modal-slide.danger svg.feather {
  color: #f16064;
}

.facebook-modal-slide.warning svg.feather {
  color: #fbdc7b;
}

/* Pulsing facebook icon */
.facebook-disabled-text {
  font-size: 0.813rem;
  font-style: italic;
}

.btn-trigger.facebook-disabled::before {
  background-color: #4267B2;
}

.btn-trigger.facebook-disabled {
  border-radius: 50%;
  animation: pulse-animation 2s infinite;
}

.btn-trigger.facebook-disabled:hover, .btn-trigger.facebook-disabled:focus {
  color: #fff;
}

/* Facebook Button */
.btn-facebook {
  width: fit-content;
  align-self: flex-start;
}
.btn-facebook svg.feather {
  fill: white;
}

#facebookCard .dropdown .dropdown-menu {
  min-width: 200px;
}

/* Fix Stroke on feather-icons */
svg.feather-plus {
  stroke-width: 3 !important;
}

/* Tables */
.table-scrollable {
  max-height: 500px;
}

.fit-cell {
  width: 1%;
  white-space: nowrap;
  cursor: pointer;
}

.sticky-col {
  position: absolute;
  width: 48px;
  background-color: rgba(255, 255, 255, 0.85);
}

.last-col {
  right: 0;
}

.last-col.actions {
  display: flex;
  align-items: center;
  padding-right: 0.5rem !important;
  right: 1.5rem;
}

/* Bottombar */
.sidebar-spacer {
  position: relative;
  flex: 0 0 290px;
}

body.sidebar-folded .sidebar-spacer {
  flex: 0 0 70px;
}

@media (max-width: 992px) {
  .sidebar-spacer {
    display: none;
  }
}
.bottom-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ebeff5;
  z-index: 978;
}
@media (max-width: 575px) {
  .bottom-bar {
    height: auto;
  }
}

/* Company List  */
/* Dropdown - DropUp */
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
  display: inline-flex;
}

.btn-icon:not([class*=btn-icon-break]), .dt-buttons .btn-secondary:not([class*=btn-icon-break]) {
  padding-left: 0;
  padding-right: 0;
}

/*
###################
###	 Dropdowns	###
###################
*/
.btn-trigger + .dropdown-menu-right, .btn-trigger + .dropdown-menu-left {
  margin: -0.75rem 0;
}

.btn-trigger + .dropdown-menu-right {
  margin-right: 16px;
}

.btn-trigger + .dropdown-menu-left {
  margin-left: 16px;
}

.dropdown-item {
  cursor: pointer;
}

@media (max-width: 420px) {
  .btn-trigger + .dropdown-menu-xl, .btn-trigger + .dropdown-menu-lg, .btn-trigger + .dropdown-menu-md {
    margin-left: 16px;
    margin-top: 0.25rem;
  }
}
/*
###################
###	New Buttons	###
###################
*/
.btn-default {
  /* TODO Add styles */
}

.btn-return {
  /* TODO Add styles */
}

.btn.btn-close, .wizard > .actions a.btn-close, .swal2-modal .swal2-actions button.btn-close, .fc .btn-close.fc-button {
  position: relative;
  z-index: 1;
  color: #362E59;
  border: 1px solid transparent;
  padding: 6px;
}
.btn.btn-close:focus, .wizard > .actions a.btn-close:focus, .swal2-modal .swal2-actions button.btn-close:focus, .fc .btn-close.fc-button:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-close::before, .wizard > .actions a.btn-close::before, .swal2-modal .swal2-actions button.btn-close::before, .fc .btn-close.fc-button::before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #e5e9f2;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.is-dark .btn.btn-close::before, .is-dark .wizard > .actions a.btn-close::before, .wizard > .actions .is-dark a.btn-close::before, .is-dark .swal2-modal .swal2-actions button.btn-close::before, .swal2-modal .swal2-actions .is-dark button.btn-close::before, .is-dark .fc .btn-close.fc-button::before, .fc .is-dark .btn-close.fc-button::before {
  background-color: rgb(31.1034482759, 38.8793103448, 91.8965517241);
}
.show > .btn.btn-close::before, .wizard > .actions .show > a.btn-close::before, .swal2-modal .swal2-actions .show > button.btn-close::before, .fc .show > .btn-close.fc-button::before {
  opacity: 1;
  height: 120%;
  width: 120%;
}
.btn.btn-close:hover::before, .wizard > .actions a.btn-close:hover::before, .swal2-modal .swal2-actions button.btn-close:hover::before, .fc .btn-close.fc-button:hover::before, .btn.btn-close:focus::before, .wizard > .actions a.btn-close:focus::before, .swal2-modal .swal2-actions button.btn-close:focus::before, .fc .btn-close.fc-button:focus::before, .btn.btn-close.active:not(.revarse)::before, .wizard > .actions a.btn-close.active:not(.revarse)::before, .swal2-modal .swal2-actions button.btn-close.active:not(.revarse)::before, .fc .btn-close.active.fc-button:not(.revarse)::before {
  opacity: 1;
  height: 120%;
  width: 120%;
}
.btn.btn-close.active:hover::before, .wizard > .actions a.btn-close.active:hover::before, .swal2-modal .swal2-actions button.btn-close.active:hover::before, .fc .btn-close.active.fc-button:hover::before {
  background-color: #dbdfea;
}
a:hover .btn.btn-close::before, a:hover .wizard > .actions a.btn-close::before, .wizard > .actions a:hover a.btn-close::before, a:hover .swal2-modal .swal2-actions button.btn-close::before, .swal2-modal .swal2-actions a:hover button.btn-close::before, a:hover .fc .btn-close.fc-button::before, .fc a:hover .btn-close.fc-button::before {
  opacity: 1;
  height: 120%;
  width: 120%;
}
.btn.btn-close.btn-icon, .wizard > .actions a.btn-close.btn-icon, .swal2-modal .swal2-actions button.btn-close.btn-icon, .fc .btn-close.btn-icon.fc-button {
  width: 36px;
  height: 36px;
}
.btn.btn-close.btn-icon .icon, .wizard > .actions a.btn-close.btn-icon .icon, .swal2-modal .swal2-actions button.btn-close.btn-icon .icon, .fc .btn-close.btn-icon.fc-button .icon {
  font-size: 1.4rem;
  line-height: 1;
  width: 2.125rem;
}
.btn.btn-close.btn-icon svg.feather, .wizard > .actions a.btn-close.btn-icon svg.feather, .swal2-modal .swal2-actions button.btn-close.btn-icon svg.feather, .fc .btn-close.btn-icon.fc-button svg.feather {
  width: 2rem;
  height: 2rem;
}

/* Overlay close button */
.overlay .closebtn {
  position: absolute;
  top: 72px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #1e1248;
}

.overlay .closebtn:hover {
  color: #F2177F;
}

/*
####################
####	Modal	####
####################
*/
.modal-backdrop {
  background-color: #f1f1fa;
}
.modal-backdrop.show {
  opacity: 0.85;
}

/*
########################
####    Spinners	####
########################
*/
.spinner-border {
  vertical-align: middle;
}

/*
########################
####  Animations	####
########################
*/
.animate {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

/* Animation - Disable */
.animate-none {
  animation: none !important;
}

/* Animation - Delay */
.animate.animate-delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay) !important;
  animation-delay: var(--animate-delay) !important;
}

/* Fade Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate.animate-fadeIn {
  animation-name: fadeIn !important;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate.animate-fadeInDown {
  animation-name: fadeInDown !important;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate.animate-fadeInLeft {
  animation-name: fadeInLeft !important;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate.animate-fadeInRight {
  animation-name: fadeInRight !important;
}

.pulse, .navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
  animation: pulse-animation 2s infinite !important;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
/* animateFromTop */
@keyframes animateFromTop {
  0% {
    top: -300px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.animate.animate-animateFromTop {
  animation-name: animateFromTop !important;
}

/* Custom Colors */
.font-color-facebook {
  color: #1877f2;
}

/* Extras */
.fit-content {
  width: fit-content;
}

/* Release Notes */
.quillWrapper .ql-toolbar.ql-snow {
  border: 1px solid #dfe4eb;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.quillWrapper .ql-toolbar .ql-active {
  color: #ee268c !important;
}
.quillWrapper .ql-toolbar .ql-active .ql-stroke {
  stroke: #ee268c !important;
}
.quillWrapper .ql-toolbar .ql-active .ql-fill {
  fill: #ee268c !important;
}
.quillWrapper .ql-container.ql-snow {
  border: 1px solid #dfe4eb;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Settings - Tags */
.tag {
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  font-size: 0.938rem;
  font-weight: 600;
  color: #362E59;
  text-decoration: none;
  background-color: #f1f2f9;
  border-radius: 18px;
  cursor: pointer;
}
.tag svg {
  margin-top: -2px;
  width: 16px;
  height: 16px;
}
.tag:hover {
  text-decoration: none;
  color: #f16064;
}

/*
################################
####	Welcome Document	####
################################
*/
/* Welcome document container */
#welcome-document-modal {
  /* Cancel default modal animation */
}
#welcome-document-modal.modal .modal-dialog {
  max-width: 100%;
  height: 100%;
  opacity: 1;
  margin: 0 auto;
  display: flex;
}
#welcome-document-modal.modal .modal-dialog .modal-content {
  animation-name: none;
  animation-duration: 0;
  padding: 0;
  position: relative;
  border-radius: 32px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1019607843);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
#welcome-document-modal.modal .modal-dialog .modal-content.overflow-y-auto {
  overflow-y: auto;
}
#welcome-document-modal.modal .modal-dialog .modal-content.welcome-modal-content {
  background-color: #f4f5f9;
  border-radius: 0;
}
#welcome-document-modal.modal .modal-dialog .modal-content .hello-retail-icon {
  max-width: 190px;
  width: 100%;
}
@media (max-width: 575px) {
  #welcome-document-modal.modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 2rem;
    padding: 0;
  }
}
@media screen and (max-width: 1150px) {
  #welcome-document-modal .welcome-document-container {
    margin: 20px 10px;
  }
}
#welcome-document-modal .btn-close {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1000;
}
#welcome-document-modal .welcome-modal-content-body {
  margin: 0;
  padding: 1rem;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
#welcome-document-modal .welcome-modal-content-body .side-heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 49px;
  color: #fff;
}
#welcome-document-modal .welcome-modal-content-body .side-sub-heading {
  margin-top: 35px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
#welcome-document-modal .welcome-modal-content-body .heading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 85%; /* Added 15% here for a little better scaling for responsiveness */
  padding: 1rem 0;
  animation: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
#welcome-document-modal .welcome-modal-content-body .heading-container .aside-heading {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
#welcome-document-modal .welcome-modal-content-body .heading-container .side-heading {
  text-align: center;
}
@media (min-width: 1800px) {
  #welcome-document-modal .welcome-modal-content-body .heading-container > img {
    max-width: 800px;
  }
}
@media (max-width: 1150px) {
  #welcome-document-modal .welcome-modal-content-body .heading-container {
    padding: 0;
    margin-bottom: 10%;
  }
}
@media (max-width: 575px) {
  #welcome-document-modal .welcome-modal-content-body .heading-container {
    padding: 0 5px !important;
    margin: 20px 0;
  }
  #welcome-document-modal .welcome-modal-content-body .h-100 {
    margin: 2rem 0 0;
  }
  #welcome-document-modal .welcome-modal-content-body .row.h-100, #welcome-document-modal .welcome-modal-content-body .row-column.h-100 {
    margin: 0 0 2rem;
  }
  #welcome-document-modal .welcome-modal-content-body .row > .h-100:nth-child(1), #welcome-document-modal .welcome-modal-content-body .row-column.h-100:nth-child(1) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  #welcome-document-modal .h-100 {
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  #welcome-document-modal .h-fix {
    height: 90%;
  }
}
#welcome-document-modal .card {
  margin: 0;
  height: auto;
  animation: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (min-width: 992px) {
  #welcome-document-modal .card {
    height: 100%;
  }
}
#welcome-document-modal .card .card-header {
  border-bottom: 0;
}
#welcome-document-modal .card .card-header .btn-close {
  display: none;
}
#welcome-document-modal .card .card-title {
  margin-bottom: 0.5rem;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
}
#welcome-document-modal .card .card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.063rem;
}
#welcome-document-modal .card .card-body.overflow-x-hidden {
  overflow-x: hidden;
}
#welcome-document-modal .card .card-body.overflow-y-auto {
  overflow-y: auto;
}
#welcome-document-modal .card .card-body .slider-option {
  cursor: pointer;
}
#welcome-document-modal .card .card-body .form-group .form-control, #welcome-document-modal .card .card-body .form-group .typeahead,
#welcome-document-modal .card .card-body .form-group .tt-query,
#welcome-document-modal .card .card-body .form-group .tt-hint, #welcome-document-modal .card .card-body .form-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single #welcome-document-modal .card .card-body .form-group .select2-search__field, #welcome-document-modal .card .card-body .form-group .select2-container--default .select2-selection--single, .select2-container--default #welcome-document-modal .card .card-body .form-group .select2-selection--single, #welcome-document-modal .card .card-body .form-group .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default #welcome-document-modal .card .card-body .form-group .select2-selection--multiple, #welcome-document-modal .card .card-body .form-group select {
  padding: 16px;
  width: 100%;
  font-size: 0.938rem;
  color: #362E59;
  border: 0;
  background: #f2f7f8;
  box-shadow: 0 1px 2px rgba(50, 50, 71, 0.08), 0 0 1px rgba(50, 50, 71, 0.2);
}
#welcome-document-modal .card .card-body .options-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
#welcome-document-modal .card .card-body .introduction-icon {
  max-width: 240px;
  max-height: 240px;
  width: 100%;
}
#welcome-document-modal .card .card-body .brand-image {
  width: 100%;
  max-width: 120px;
}
#welcome-document-modal .card .card-text.rounded-xl {
  border-radius: 32px;
}
#welcome-document-modal .card .card-text.rounded-lg {
  border-radius: 16px !important;
}
#welcome-document-modal .card .card-footer {
  display: flex;
  place-content: center space-between;
}
#welcome-document-modal .template-card {
  background: #f4f5f9;
  border-radius: 16px;
  padding: 16px;
  border: 4px solid #f4f5f9;
  cursor: pointer;
  animation: none !important;
}
#welcome-document-modal .template-card .card-title {
  font-size: 1rem;
  text-align: left;
}
#welcome-document-modal .template-card .card-image {
  max-height: 320px;
  display: flex;
  justify-content: center;
}
#welcome-document-modal .template-card:hover, #welcome-document-modal .template-card.selected-template {
  border: 4px solid #46e8c5;
}
#welcome-document-modal #upgrade-plan-modal.modal, #welcome-document-modal #recom-box-warning-modal.modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), 0 20px 80px 20px rgba(45, 50, 90, 0.1);
  border-radius: 32px;
  z-index: 1;
  width: 75%;
  max-width: 600px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#welcome-document-modal #upgrade-plan-modal.modal .upgrade-plan-container, #welcome-document-modal #recom-box-warning-modal.modal .upgrade-plan-container {
  opacity: 1;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
}
#welcome-document-modal #upgrade-plan-modal.modal .upgrade-plan-container .upgrade-plan-content, #welcome-document-modal #recom-box-warning-modal.modal .upgrade-plan-container .upgrade-plan-content {
  padding: 0;
  position: relative;
  border-radius: 32px;
  box-shadow: none;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1000;
  overflow: hidden;
}
#welcome-document-modal #upgrade-plan-modal.modal.fade, #welcome-document-modal #recom-box-warning-modal.modal.fade {
  z-index: -1;
}
#welcome-document-modal #upgrade-plan-modal.modal.show, #welcome-document-modal #recom-box-warning-modal.modal.show {
  z-index: 1;
}
#welcome-document-modal .partner-grid a {
  width: 100%; /* Fix for Firefox */
  text-align: center; /* Fix for Firefox */
}
#welcome-document-modal .company-name {
  margin-bottom: 0;
  font-size: 0.938rem;
  font-weight: 600;
  color: #a0aec0;
  text-align: left;
}
#welcome-document-modal .company-url {
  margin-top: -0.25rem;
  font-size: 0.813rem;
  font-weight: 600;
  color: #a0aec0;
  text-align: left;
}

/* We need to add js to remove this display none when warning is active */
#recom-box-warning-modal {
  display: none;
}

/* Images */
.img-responsive {
  max-width: 100%;
  max-height: 100%;
}

/* Responsive Width and Height properties (example: w-lg-75, h-md-50) */
@media (min-width: 0) {
  .w-xs-25 {
    width: 25% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-auto {
    width: auto !important;
  }
  .w-xs-10 {
    width: 10% !important;
  }
  .w-xs-20 {
    width: 20% !important;
  }
  .w-xs-30 {
    width: 30% !important;
  }
  .w-xs-40 {
    width: 40% !important;
  }
  .w-xs-60 {
    width: 60% !important;
  }
  .w-xs-80 {
    width: 80% !important;
  }
  .w-xs-90 {
    width: 90% !important;
  }
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
}
@media (min-width: 0) {
  .h-xs-25 {
    height: 25% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
  .h-xs-auto {
    height: auto !important;
  }
  .h-xs-10 {
    height: 10% !important;
  }
  .h-xs-20 {
    height: 20% !important;
  }
  .h-xs-30 {
    height: 30% !important;
  }
  .h-xs-40 {
    height: 40% !important;
  }
  .h-xs-60 {
    height: 60% !important;
  }
  .h-xs-80 {
    height: 80% !important;
  }
  .h-xs-90 {
    height: 90% !important;
  }
}
@media (min-width: 576px) {
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
}
@media (min-width: 768px) {
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
}
@media (min-width: 992px) {
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
}
/*
#######################
###	 Special Icons	###
#######################
*/
/* Trigger Button */
.icon-special {
  position: relative;
  z-index: 1;
  color: #362E59;
  border: 0 solid transparent;
  padding: 6px;
  width: 36px;
  height: 36px;
}
.icon-special:focus {
  box-shadow: none;
  outline: none;
}
.icon-special::before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #f5f6fa;
  border-radius: 50%;
  opacity: 1;
  height: 120%;
  width: 120%;
  transition: all 0.3s;
}
.is-dark .icon-special::before {
  background-color: rgb(31.1034482759, 38.8793103448, 91.8965517241);
}
.show > .icon-special::before {
  opacity: 1;
  height: 120%;
  width: 120%;
}
.icon-special:hover::before, .icon-special:focus::before, .icon-special.active:not(.revarse)::before {
  opacity: 1;
  height: 120%;
  width: 120%;
}
.icon-special.active:hover::before {
  background-color: #dbdfea;
}
a:hover .icon-special::before {
  opacity: 1;
  height: 120%;
  width: 120%;
}
.icon-special.icon-special .icon {
  font-size: 1.4rem;
  line-height: 1;
  width: 2.125rem;
}
.icon-special svg.feather {
  height: 24px;
  width: 24px;
}

/*
################################
####	Pages	####
################################
*/
/* Pages container & search config, since that reused the markup and classes with no real cleanup */
.pages-design-container .design-sub-heading, .search-config-container .design-sub-heading {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: #98a4ae;
  margin-left: 20px;
}
.pages-design-container .form-control, .pages-design-container .typeahead,
.pages-design-container .tt-query,
.pages-design-container .tt-hint, .pages-design-container .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .pages-design-container .select2-search__field, .pages-design-container .select2-container--default .select2-selection--single, .select2-container--default .pages-design-container .select2-selection--single, .pages-design-container .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .pages-design-container .select2-selection--multiple, .pages-design-container select, .pages-design-container .multiselect, .search-config-container .form-control, .search-config-container .typeahead,
.search-config-container .tt-query,
.search-config-container .tt-hint, .search-config-container .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .search-config-container .select2-search__field, .search-config-container .select2-container--default .select2-selection--single, .select2-container--default .search-config-container .select2-selection--single, .search-config-container .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .search-config-container .select2-selection--multiple, .search-config-container select, .search-config-container .multiselect {
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border-radius: 18px;
  min-height: 50px;
}
.pages-design-container .form-control .multiselect__select, .pages-design-container .typeahead .multiselect__select,
.pages-design-container .tt-query .multiselect__select,
.pages-design-container .tt-hint .multiselect__select, .select2-container--default .select2-selection--single .pages-design-container .select2-search__field .multiselect__select, .pages-design-container .select2-container--default .select2-selection--single .multiselect__select, .select2-container--default .pages-design-container .select2-selection--single .multiselect__select, .pages-design-container .email-compose-fields .select2-container--default .select2-selection--multiple .multiselect__select, .email-compose-fields .select2-container--default .pages-design-container .select2-selection--multiple .multiselect__select, .pages-design-container select .multiselect__select, .pages-design-container .multiselect .multiselect__select, .search-config-container .form-control .multiselect__select, .search-config-container .typeahead .multiselect__select,
.search-config-container .tt-query .multiselect__select,
.search-config-container .tt-hint .multiselect__select, .select2-container--default .select2-selection--single .search-config-container .select2-search__field .multiselect__select, .search-config-container .select2-container--default .select2-selection--single .multiselect__select, .select2-container--default .search-config-container .select2-selection--single .multiselect__select, .search-config-container .email-compose-fields .select2-container--default .select2-selection--multiple .multiselect__select, .email-compose-fields .select2-container--default .search-config-container .select2-selection--multiple .multiselect__select, .search-config-container select .multiselect__select, .search-config-container .multiselect .multiselect__select {
  height: 45px;
}
@media (max-width: 992px) {
  .pages-design-container .form-control, .pages-design-container .typeahead,
  .pages-design-container .tt-query,
  .pages-design-container .tt-hint, .pages-design-container .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .pages-design-container .select2-search__field, .pages-design-container .select2-container--default .select2-selection--single, .select2-container--default .pages-design-container .select2-selection--single, .pages-design-container .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .pages-design-container .select2-selection--multiple, .pages-design-container select, .pages-design-container .multiselect, .search-config-container .form-control, .search-config-container .typeahead,
  .search-config-container .tt-query,
  .search-config-container .tt-hint, .search-config-container .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .search-config-container .select2-search__field, .search-config-container .select2-container--default .select2-selection--single, .select2-container--default .search-config-container .select2-selection--single, .search-config-container .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .search-config-container .select2-selection--multiple, .search-config-container select, .search-config-container .multiselect {
    margin-bottom: 1rem;
  }
}
.pages-design-container .multiselect .multiselect__tags, .search-config-container .multiselect .multiselect__tags {
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border-radius: 18px;
  min-height: 50px;
}
.pages-design-container .multiselect .multiselect__tags input, .pages-design-container .multiselect .multiselect__tags .multiselect__single, .search-config-container .multiselect .multiselect__tags input, .search-config-container .multiselect .multiselect__tags .multiselect__single {
  background: #F6F6F6 0% 0% no-repeat padding-box;
  margin-bottom: 0;
  padding: 0;
  line-height: 24px;
}
.pages-design-container .card .card-header, .search-config-container .card .card-header {
  padding-bottom: 0;
}
.pages-design-container .card h1.card-title, .search-config-container .card h1.card-title {
  font-size: 1.5rem;
}
.pages-design-container .card h5.card-title, .search-config-container .card h5.card-title {
  display: flex;
  align-items: center;
}
.pages-design-container .accordion.card h1.card-title, .search-config-container .accordion.card h1.card-title {
  font-size: 1.5rem;
}
.pages-design-container .disabled, .search-config-container .disabled {
  background-color: #EBEDF3;
  cursor: not-allowed;
}
.pages-design-container .page-type-select, .search-config-container .page-type-select {
  margin-top: 10px;
}
.pages-design-container .selected-filter, .search-config-container .selected-filter {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #dadce0;
  border-radius: 16px;
  padding: 20px;
  margin-top: 10px;
  cursor: move;
}
.pages-design-container .option-image, .search-config-container .option-image {
  width: 50px;
  height: 50px;
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.0196078431);
  border-radius: 14px;
  object-fit: cover;
  margin-right: 20px;
}
.pages-design-container .product-override, .search-config-container .product-override {
  cursor: auto;
}
.pages-design-container .link-arrow svg, .search-config-container .link-arrow svg {
  margin-right: 0 !important;
}
.pages-design-container .page-creation-footer, .pages-design-container .search-config-footer, .search-config-container .page-creation-footer, .search-config-container .search-config-footer {
  background: #fff 0% 0% no-repeat padding-box;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 60px;
  width: calc(100% - 290px);
  box-shadow: 0 0 10px rgba(183, 192, 206, 0.2);
  z-index: 100;
}
@media (max-width: 992px) {
  .pages-design-container .page-creation-footer, .pages-design-container .search-config-footer, .search-config-container .page-creation-footer, .search-config-container .search-config-footer {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pages-design-container .override-url, .search-config-container .override-url {
    max-width: 150px;
  }
}

#product-override-modal.modal .modal-dialog,
#pages-list-by-design-modal.modal .modal-dialog {
  max-width: 80%;
  height: auto;
  opacity: 1;
  display: flex;
}
#product-override-modal.modal .modal-dialog .modal-content,
#pages-list-by-design-modal.modal .modal-dialog .modal-content {
  animation-name: none;
  animation-duration: 0;
  padding: 0;
  position: relative;
  border-radius: 32px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1019607843);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
#product-override-modal.modal .modal-dialog .modal-content.overflow-y-auto,
#pages-list-by-design-modal.modal .modal-dialog .modal-content.overflow-y-auto {
  overflow-y: auto;
}
#product-override-modal.modal .modal-dialog .modal-content.product-override-content, #product-override-modal.modal .modal-dialog .modal-content.pages-list-by-design-content,
#pages-list-by-design-modal.modal .modal-dialog .modal-content.product-override-content,
#pages-list-by-design-modal.modal .modal-dialog .modal-content.pages-list-by-design-content {
  background-color: #f4f5f9;
}
@media (max-width: 1150px) {
  #product-override-modal .product-override-container,
  #pages-list-by-design-modal .product-override-container {
    margin: 30px auto;
  }
}
#product-override-modal .product-override-content-body,
#pages-list-by-design-modal .product-override-content-body {
  margin: 0;
  padding: 1rem;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

#pages-create-modal.modal .modal-dialog {
  max-width: 80%;
  height: auto;
  opacity: 1;
  display: flex;
}
@media (min-width: 1600px) {
  #pages-create-modal.modal .modal-dialog {
    max-width: 1400px !important;
  }
}
#pages-create-modal.modal .modal-dialog .modal-content {
  animation-name: none;
  animation-duration: 0;
  padding: 0;
  position: relative;
  border-radius: 32px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1019607843);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
#pages-create-modal.modal .modal-dialog .modal-content.overflow-y-auto {
  overflow-y: auto;
}
#pages-create-modal.modal .modal-dialog .modal-content.pages-create-content {
  background-color: #f4f5f9;
}
@media screen and (max-width: 1150px) {
  #pages-create-modal .pages-create-container {
    margin: 30px auto;
  }
}
#pages-create-modal .pages-create-content-body {
  margin: 0;
  padding: 1rem;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.filter-expand-btn {
  border: 0;
  background: transparent;
  transform: matrix(0, 1, -1, 0, 0, 0);
  margin-left: 40px;
}

.pages-analytics-container .overview-card .card-icon svg.feather, .pages-analytics-container .card-fullsize .card-icon svg.feather {
  width: 1.5em;
  height: 1.5em;
}
.pages-analytics-container .table-responsive .dataTables_length label {
  justify-content: flex-start;
}
.pages-analytics-container .table-responsive .dataTables_length label .form-control, .pages-analytics-container .table-responsive .dataTables_length label .typeahead,
.pages-analytics-container .table-responsive .dataTables_length label .tt-query,
.pages-analytics-container .table-responsive .dataTables_length label .tt-hint, .pages-analytics-container .table-responsive .dataTables_length label .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .pages-analytics-container .table-responsive .dataTables_length label .select2-search__field, .pages-analytics-container .table-responsive .dataTables_length label .select2-container--default .select2-selection--single, .select2-container--default .pages-analytics-container .table-responsive .dataTables_length label .select2-selection--single, .pages-analytics-container .table-responsive .dataTables_length label .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .pages-analytics-container .table-responsive .dataTables_length label .select2-selection--multiple, .pages-analytics-container .table-responsive .dataTables_length label select {
  margin: 0 5px;
}
.pages-analytics-container .table-responsive .form-inline {
  flex-flow: column !important;
  align-items: initial !important;
}
.pages-analytics-container .accordion.card h1.card-title {
  font-size: 1.5rem;
}
.pages-analytics-container .disabled {
  background-color: #EBEDF3;
  cursor: not-allowed;
}
.pages-analytics-container .page-type-select {
  margin-top: 10px;
}
.pages-analytics-container .selected-filter {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #dadce0;
  border-radius: 16px;
  padding: 20px;
  margin-top: 10px;
  cursor: move;
}
.pages-analytics-container .form-control, .pages-analytics-container .typeahead,
.pages-analytics-container .tt-query,
.pages-analytics-container .tt-hint, .pages-analytics-container .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .pages-analytics-container .select2-search__field, .pages-analytics-container .select2-container--default .select2-selection--single, .select2-container--default .pages-analytics-container .select2-selection--single, .pages-analytics-container .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .pages-analytics-container .select2-selection--multiple, .pages-analytics-container select, .pages-analytics-container .multiselect {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 18px;
  min-height: 50px;
}
.pages-analytics-container .form-control .multiselect__select, .pages-analytics-container .typeahead .multiselect__select,
.pages-analytics-container .tt-query .multiselect__select,
.pages-analytics-container .tt-hint .multiselect__select, .select2-container--default .select2-selection--single .pages-analytics-container .select2-search__field .multiselect__select, .pages-analytics-container .select2-container--default .select2-selection--single .multiselect__select, .select2-container--default .pages-analytics-container .select2-selection--single .multiselect__select, .pages-analytics-container .email-compose-fields .select2-container--default .select2-selection--multiple .multiselect__select, .email-compose-fields .select2-container--default .pages-analytics-container .select2-selection--multiple .multiselect__select, .pages-analytics-container select .multiselect__select, .pages-analytics-container .multiselect .multiselect__select {
  height: 45px;
}
@media (max-width: 992px) {
  .pages-analytics-container .form-control, .pages-analytics-container .typeahead,
  .pages-analytics-container .tt-query,
  .pages-analytics-container .tt-hint, .pages-analytics-container .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .pages-analytics-container .select2-search__field, .pages-analytics-container .select2-container--default .select2-selection--single, .select2-container--default .pages-analytics-container .select2-selection--single, .pages-analytics-container .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .pages-analytics-container .select2-selection--multiple, .pages-analytics-container select, .pages-analytics-container .multiselect {
    margin-bottom: 1rem;
  }
}
.pages-analytics-container .multiselect .multiselect__tags {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 18px;
  min-height: 50px;
}
.pages-analytics-container .multiselect .multiselect__tags input, .pages-analytics-container .multiselect .multiselect__tags .multiselect__single {
  background: #fff 0% 0% no-repeat padding-box;
  margin-bottom: 0;
  padding: 0;
  line-height: 24px;
}
.pages-analytics-container .filter-expand-btn {
  border: 0;
  background: transparent;
  transform: matrix(0, 1, -1, 0, 0, 0);
  margin-left: 40px;
}
.pages-analytics-container .option-image {
  width: 50px;
  height: 50px;
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.0196078431);
  border-radius: 14px;
  object-fit: cover;
  margin-right: 20px;
}
.pages-analytics-container .pagination .paginate_button a {
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #362e59;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pages-analytics-container .pagination .paginate_button a svg {
  width: 17px;
  height: 17px;
  margin-bottom: 0;
}
.pages-analytics-container .pagination .paginate_button:first-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pages-analytics-container .pagination .paginate_button:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pages-analytics-container .pagination .paginate_button.disabled a {
  color: #dee2e6 !important;
}
.pages-analytics-container .pagination .paginate_button.active a {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.pages-analytics-container .pagination.pagination-separated .paginate_button {
  margin-left: 2px;
  margin-right: 2px;
}
.pages-analytics-container .pagination.pagination-separated .paginate_button:first-child {
  margin-left: 0;
}
.pages-analytics-container .pagination.pagination-separated .paginate_button:last-child {
  margin-right: 0;
}
.pages-analytics-container .pagination.pagination-separated .paginate_button a {
  border-radius: 2px;
}
.pages-analytics-container .pagination.pagination-rounded .paginate_button {
  margin-right: 3px;
  margin-left: 3px;
}
.pages-analytics-container .pagination.pagination-rounded .paginate_button a {
  border-radius: 50px;
}
.pages-analytics-container .rtl .pagination .paginate_button:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pages-analytics-container .rtl .pagination .paginate_button:last-child a {
  margin-left: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.insights {
  position: relative;
}
.insights .insights-feedback {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.insights .interaction-info {
  position: absolute;
  top: -16px;
  left: -241px;
  transition: 250ms ease-in-out;
  opacity: 0;
  z-index: 0;
}
.insights .interaction-info p {
  border-radius: 1.15rem;
  line-height: 1.25;
  max-width: 100%;
  padding: 0.5rem 0.875rem;
  position: relative;
  word-wrap: break-word;
  box-shadow: 0 2px 6px rgba(32, 76, 136, 0.15);
}
.insights .interaction-info p::before,
.insights .interaction-info p::after {
  bottom: -0.1rem;
  content: "";
  height: 1rem;
  position: absolute;
}
.insights .interaction-info p.from-right {
  align-self: flex-end;
  background-color: #362e59;
  color: #fff;
}
.insights .interaction-info p.from-right::before {
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-right: 1rem solid #362e59;
  right: -0.35rem;
  transform: translate(0, -0.1rem);
}
.insights .interaction-info p.from-right::after {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  right: -40px;
  transform: translate(-30px, -2px);
  width: 10px;
}
.insights .interaction-info p[class^=from-] {
  margin: 0.5rem 0;
  width: fit-content;
}
.insights .interaction-info p.from-right ~ .interaction-info p.from-right {
  margin: 0.25rem 0 0;
}
.insights .interaction-info p.from-right ~ .interaction-info p.from-right:not(:last-child) {
  margin: 0.25rem 0 0;
}
.insights .interaction-info p.from-right ~ .interaction-info p.from-right:last-child {
  margin-bottom: 0.5rem;
}
.insights .interaction-info p.from-left {
  align-items: flex-start;
  background-color: #e5e5ea;
  color: #000;
}
.insights .interaction-info p.from-left::before {
  border-bottom-right-radius: 0.8rem 0.7rem;
  border-left: 1rem solid #e5e5ea;
  left: -0.35rem;
  transform: translate(0, -0.1rem);
}
.insights .interaction-info p.from-left::after {
  background-color: #fff;
  border-bottom-right-radius: 0.5rem;
  left: 20px;
  transform: translate(-30px, -2px);
  width: 10px;
}
.insights .interaction-info p[class^=from-].emoji {
  background: none;
  font-size: 2.5rem;
}
.insights .interaction-info p[class^=from-].emoji::before {
  content: none;
}
.insights .interaction-info .no-tail::before {
  display: none;
}
.insights .insight-interactions .interaction-btn:first-of-type {
  margin-right: 16px;
}
.insights .interaction-btn:hover ~ .interaction-info {
  opacity: 1;
}
.insights .insight-card-container {
  transition: all 0.6s ease-in-out;
  max-height: 500px;
  display: flex;
  flex-direction: column;
}
.insights .insight-card-container.swipe {
  animation: swipeAway forwards 0.6s ease-out 1;
}
.insights .insights-closed {
  border: 2px solid #d1d8e3;
}
.insights .insights-closed.liked {
  border-color: #4aae8c;
}
.insights .insights-closed.disliked {
  border-color: #cf2256;
}
@media (max-width: 768px) {
  .insights .insight-card-container {
    max-height: 1000px;
  }
  .insights .insights-feedback {
    align-items: center;
  }
  .insights .interaction-info {
    display: none;
  }
  .insights .time-stamp {
    margin-top: 12px;
  }
  .insights .time-stamp.hidden {
    margin-top: 0;
  }
}
@keyframes swipeAway {
  0% {
    transform: scale(1, 1);
  }
  0% {
    right: 0;
    position: relative;
  }
  100% {
    right: -100vw;
    position: relative;
  }
  100% {
    max-height: 0;
    opacity: 0;
    display: none;
    position: relative;
  }
}
.insights .insights-header {
  margin: -16px -28px 0;
  padding: 18px 28px 0;
  background: #fff;
}
.insights .insights-header .nav-tabs {
  border: 0;
}
.insights .insights-header .nav-link {
  cursor: pointer;
  padding: 10px 0 12px;
  margin: 0 30px 1px 0;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #91a1b6;
  font-weight: 600;
  font-size: 14px;
}
.insights .insights-header .nav-link.active {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #362e59;
  color: #232b38;
}
.insights .insights-container {
  margin-top: 1.5rem;
}
.insights .insights-container .insight-card-container .insight-image {
  width: 150px;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: inline-flex;
}
.insights .insights-container .insight-card-container .insight-image.closed {
  filter: grayscale(80%);
}
.insights .insights-container .insight-card-container .insight-image.closed.liked, .insights .insights-container .insight-card-container .insight-image.closed.disliked {
  filter: none;
}
.insights .insights-container .insight-card-container .insight-image-overlay {
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 12px;
  background: transparent;
  border-radius: 16px;
  opacity: 0.9;
  transition: all 0.6s ease-in-out;
}
.insights .insights-container .insight-card-container .insight-image-overlay.closed {
  background: linear-gradient(225deg, #d1d8e3 0%, #a0aec0 100%);
  opacity: 0.9;
}
.insights .insights-container .insight-card-container .insight-image-overlay.liked {
  background: linear-gradient(225deg, #8CDFB3 0%, #4AAE8C 100%);
}
.insights .insights-container .insight-card-container .insight-image-overlay.disliked {
  background: linear-gradient(225deg, #F16064 0%, #CF2256 100%);
}
.insights .insights-container .insight-card-container .insight-image-icon {
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 12px;
  border-radius: 16px;
}
.insights .insights-container .insight-card-container .insight-image-icon svg.closed path {
  fill: #a0aec0;
}
.insights .insights-container .insight-card-container .insight-image-icon svg.liked path {
  fill: #4aae8c;
}
.insights .insights-container .insight-card-container .insight-image-icon svg.disliked path {
  fill: #cf2256;
}
.insights .insights-container .insight-card-container .interaction-btn {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f5f9;
  border: 1px solid #eff0f6;
  padding: 12px;
  border-radius: 24px;
  z-index: 1;
}
.insights .insights-container .insight-card-container .interaction-btn.success.selected {
  background-color: #4aae8c;
}
.insights .insights-container .insight-card-container .interaction-btn.success.selected .icon {
  color: #fff !important;
}
.insights .insights-container .insight-card-container .interaction-btn.danger.selected {
  background-color: #cf2256;
}
.insights .insights-container .insight-card-container .interaction-btn.danger.selected .icon {
  color: #fff !important;
}
.insights .insights-container .insight-card-container .interaction-btn.success:hover {
  background-color: #57c695;
}
.insights .insights-container .insight-card-container .interaction-btn.success:hover .icon {
  color: #fff !important;
}
.insights .insights-container .insight-card-container .interaction-btn.danger:hover {
  background-color: #f16064;
}
.insights .insights-container .insight-card-container .interaction-btn.danger:hover .icon {
  color: #fff !important;
}
.insights .insights-container .insight-card-container .time-stamp {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #a0aec0;
}
.insights .insights-container .insight-card-container .time-stamp.hidden {
  opacity: 0;
}
.insights .insights-container .insight-card-container .synonym-btn {
  display: inline-flex;
  cursor: pointer;
}
.insights .insights-container .insight-card-container .synonym-btn:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .insights .insights-container .insight-card-container .insight-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .insights .insights-container .insight-card-container .insight-image-overlay, .insights .insights-container .insight-card-container .insight-image-icon {
    width: calc(100% - 24px);
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
  }
}
.insights .insights-container .truncate {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding: 0 5px;
}

.nav-link .badge.badge-insights-counter {
  background: #f4f5f9;
  border-radius: 16px;
}
.nav-link.active .badge.badge-insights-counter {
  background: #fff;
}

.insights-notification {
  background-color: #ee268c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 20px;
}

.insight-pulse {
  animation: insight-pulse-animation 2s infinite !important;
}

@keyframes insight-pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 38, 140, 0.4);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}
.CodeMirror-linenumber {
  padding: 1px 8px 0 5px;
  font-size: 10px;
}

/** HubSpot Chat Message **/
.initial-message-bubble {
  border-radius: 12px !important;
}

.loading-spinner .glyphicon, .loading-spinner svg {
  animation: spin 2s infinite linear;
}

.feeds, .product-feed-create, .feed-history {
  position: relative;
}
.feeds .feeds-header, .product-feed-create .feeds-header, .feed-history .feeds-header {
  margin: -16px -28px 0;
  padding: 8px 28px;
  background: #fff;
}
.feeds .feeds-header .header-search, .product-feed-create .feeds-header .header-search, .feed-history .feeds-header .header-search {
  flex: 1;
}
.feeds .feeds-header .btn-back, .product-feed-create .feeds-header .btn-back, .feed-history .feeds-header .btn-back {
  background: #F4F5F9;
  border: 1px solid #EFF0F6;
  border-radius: 8px;
}
.feeds .feeds-header .btn-back svg, .product-feed-create .feeds-header .btn-back svg, .feed-history .feeds-header .btn-back svg {
  width: 20px;
  height: 20px;
  color: #362E59;
}
.feeds .feeds-header .nav-tabs, .product-feed-create .feeds-header .nav-tabs, .feed-history .feeds-header .nav-tabs {
  border: 0;
}
.feeds .feeds-header .nav-link, .product-feed-create .feeds-header .nav-link, .feed-history .feeds-header .nav-link {
  cursor: pointer;
  padding: 10px 0 12px;
  margin: 0 30px 1px 0;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #91a1b6;
  font-weight: 600;
  font-size: 14px;
}
.feeds .feeds-header .nav-link.active, .product-feed-create .feeds-header .nav-link.active, .feed-history .feeds-header .nav-link.active {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #362e59;
  color: #232b38;
}
.feeds .feeds-header .feed-search-icon, .product-feed-create .feeds-header .feed-search-icon, .feed-history .feeds-header .feed-search-icon {
  position: absolute;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  top: 26px;
  width: 20px;
}
@media (max-width: 330px) {
  .feeds .feeds-header .feed-search-icon, .product-feed-create .feeds-header .feed-search-icon, .feed-history .feeds-header .feed-search-icon {
    display: none;
  }
}
.feeds .feeds-header .feed-search-field, .product-feed-create .feeds-header .feed-search-field, .feed-history .feeds-header .feed-search-field {
  text-align: left;
  padding: 0.75rem 5rem 0.75rem 0.75rem;
  border-radius: 10px;
  background-color: #F6F6F6;
}
.feeds .product-feed-create-container .card-header, .product-feed-create .product-feed-create-container .card-header, .feed-history .product-feed-create-container .card-header {
  font-weight: 600;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.feeds .product-feed-create-container .card-header.collapsed, .product-feed-create .product-feed-create-container .card-header.collapsed, .feed-history .product-feed-create-container .card-header.collapsed {
  border-radius: 0.75rem !important;
}
.feeds .product-feed-create-container .form-title, .product-feed-create .product-feed-create-container .form-title, .feed-history .product-feed-create-container .form-title {
  color: #425466;
  font-size: 13px;
}
.feeds .product-feed-create-container .form-help-text, .product-feed-create .product-feed-create-container .form-help-text, .feed-history .product-feed-create-container .form-help-text {
  font-weight: 400;
  font-size: 11px;
  color: #718096;
}
.feeds .product-feed-create-container .feed-create-footer, .product-feed-create .product-feed-create-container .feed-create-footer, .feed-history .product-feed-create-container .feed-create-footer {
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 60px;
  width: calc(100% - 290px);
  box-shadow: 0 0 10px rgba(183, 192, 206, 0.2);
  z-index: 100;
}
@media (max-width: 992px) {
  .feeds .product-feed-create-container .feed-create-footer, .product-feed-create .product-feed-create-container .feed-create-footer, .feed-history .product-feed-create-container .feed-create-footer {
    width: 100%;
  }
}

.bi::before {
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

/* DateRangePicker */
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  color: #362e59;
}
.daterangepicker td.in-range {
  background-color: #f4f5f9;
}
.daterangepicker td.active {
  background-color: #362e59;
  color: #fff;
}
.daterangepicker td.active:hover {
  background-color: #362e59;
  color: #fff;
}
.daterangepicker .ranges li.active {
  background-color: #362e59;
}

.recom-analytics-details .bi::before {
  background-image: none !important;
}

#recom-analytics-table table th:not(:last-child) {
  border-right: 1px solid #fff;
}

#top-results table th:not(:last-child), #zero-results table th:not(:last-child), #product-grouping table th:not(:last-child) {
  border-right: 1px solid #fff;
}
#top-results .sorting-icons-container, #zero-results .sorting-icons-container, #product-grouping .sorting-icons-container {
  display: inline-flex;
  flex-direction: column;
  margin-top: -14px;
  margin-left: 10px;
}
#top-results .sorting-icons-container .btn-icon-prepend, #zero-results .sorting-icons-container .btn-icon-prepend, #product-grouping .sorting-icons-container .btn-icon-prepend {
  font-size: 14px;
  height: 9px;
  color: #f4f5f9;
}
#top-results .sorting-icons-container .btn-icon-prepend.active, #zero-results .sorting-icons-container .btn-icon-prepend.active, #product-grouping .sorting-icons-container .btn-icon-prepend.active {
  color: #362e59;
}
#top-results .pagination .page-item, #zero-results .pagination .page-item, #product-grouping .pagination .page-item {
  padding: 0 5px;
}
#top-results .pagination .page-item .page-link, #zero-results .pagination .page-item .page-link, #product-grouping .pagination .page-item .page-link {
  border-radius: 6px;
  background-color: #f5f6fa;
  border-color: #f5f6fa;
  color: #362e59;
  font-weight: 600;
  box-shadow: none;
  max-height: 35px;
}
#top-results .pagination .page-item.active .page-link, #zero-results .pagination .page-item.active .page-link, #product-grouping .pagination .page-item.active .page-link {
  background-color: #362e59;
  border-color: #362e59;
  color: #fff;
}
#top-results .pagination .page-item:last-child .page-link, #top-results .pagination .page-item:first-child .page-link, #zero-results .pagination .page-item:last-child .page-link, #zero-results .pagination .page-item:first-child .page-link, #product-grouping .pagination .page-item:last-child .page-link, #product-grouping .pagination .page-item:first-child .page-link {
  background-color: #f4f5f9;
  border-color: #f4f5f9;
  color: #362e59;
}
#top-results .pagination .page-item.disabled, #zero-results .pagination .page-item.disabled, #product-grouping .pagination .page-item.disabled {
  opacity: 0.65;
  cursor: not-allowed;
  background: transparent;
}
#top-results .custom-select, #zero-results .custom-select, #product-grouping .custom-select {
  background-color: #f4f5f9 !important;
  width: 70px !important;
  border-radius: 4px;
  border: 0;
}
#top-results .form-control, #top-results .typeahead,
#top-results .tt-query,
#top-results .tt-hint, #top-results .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single #top-results .select2-search__field, #top-results .select2-container--default .select2-selection--single, .select2-container--default #top-results .select2-selection--single, #top-results .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default #top-results .select2-selection--multiple, #top-results select, #zero-results .form-control, #zero-results .typeahead,
#zero-results .tt-query,
#zero-results .tt-hint, #zero-results .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single #zero-results .select2-search__field, #zero-results .select2-container--default .select2-selection--single, .select2-container--default #zero-results .select2-selection--single, #zero-results .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default #zero-results .select2-selection--multiple, #zero-results select, #product-grouping .form-control, #product-grouping .typeahead,
#product-grouping .tt-query,
#product-grouping .tt-hint, #product-grouping .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single #product-grouping .select2-search__field, #product-grouping .select2-container--default .select2-selection--single, .select2-container--default #product-grouping .select2-selection--single, #product-grouping .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default #product-grouping .select2-selection--multiple, #product-grouping select {
  background-color: #f4f5f9;
  border: 0;
  border-radius: 4px;
}
#top-results .sorting-header, #zero-results .sorting-header, #product-grouping .sorting-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: #8492a6;
}
#top-results .dataTables_info,
#top-results .dataTables_length, #zero-results .dataTables_info,
#zero-results .dataTables_length, #product-grouping .dataTables_info,
#product-grouping .dataTables_length {
  color: #718096;
}
#top-results .sorting_asc::before, #zero-results .sorting_asc::before, #product-grouping .sorting_asc::before {
  opacity: 1 !important;
}
#top-results .sorting_desc::after, #zero-results .sorting_desc::after, #product-grouping .sorting_desc::after {
  opacity: 1 !important;
}

.form-check .form-check-label input[type=checkbox]:disabled:checked + .input-frame::after {
  border-radius: 3px;
}

.table thead th:last-child .sorting-header {
  justify-content: right;
}

/* Animation mixins */
@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0, 0);
  }
}
.dropdownAnimation, .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu {
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOUt;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.infinite-spin, .settings-sidebar .sidebar-body .settings-sidebar-toggler svg {
  animation-name: spin;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.pulse, .navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
  animation-name: pulse;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
@keyframes pulse {
  0% {
    opacity: 1;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
  }
  95% {
    opacity: 0.1;
    left: -10.5px;
    top: -10.5px;
    width: 28px;
    height: 28px;
  }
  100% {
    opacity: 0;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
  }
}

.alert {
  padding: 0.625rem 1.5625rem;
  position: relative;
  display: flex;
  flex-direction: row;
  border-radius: 0.5rem;
  margin: 0 0 1.25rem;
}
@media (max-width: 992px) {
  .alert {
    flex-direction: column;
  }
}
.alert ul.actionMessage, .alert ul.actionMessage li {
  list-style: none;
  padding-inline-start: 0;
}

.alert .alert-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.alert .icon {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .alert .icon {
    margin-bottom: 1.5rem;
  }
}

.alert .icon svg {
  font-size: 20px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-right: 20px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .alert .icon svg {
    margin-right: 0 !important;
  }
}

.alert .message {
  line-height: 1.5rem;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 992px) {
  .alert .message {
    margin-bottom: 1rem !important;
  }
}
.alert .message p {
  margin-bottom: 0;
}

.alert button.btn, .alert .swal2-modal .swal2-actions button, .swal2-modal .swal2-actions .alert button, .alert .fc button.fc-button, .fc .alert button.fc-button {
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
}
.alert button.btn svg.feather, .alert .swal2-modal .swal2-actions button svg.feather, .swal2-modal .swal2-actions .alert button svg.feather, .alert .fc button.fc-button svg.feather, .fc .alert button.fc-button svg.feather {
  margin-bottom: 0;
}

.alert code {
  font-size: 15px;
  font-weight: 600;
  padding: 0.25rem 0.875rem;
  background-color: #f6f7fa;
  color: #425563;
}

.alert .alert-dismissable .close,
.alert .alert-dismissible .close {
  position: absolute;
  top: 5px;
  right: 7px;
}

/* Miscellaneous Mixins */
.wd-5 {
  width: 5px;
}

.wd-5p {
  width: 5%;
}

.mx-wd-5p {
  max-width: 5%;
}

.mn-wd-5p {
  min-width: 5%;
}

.wd-5-f {
  width: 5px !important;
}

.wd-5p-f {
  width: 5% !important;
}

.mx-wd-5p-f {
  max-width: 5% !important;
}

.mn-wd-5p-f {
  min-width: 5% !important;
}

.wd-10 {
  width: 10px;
}

.wd-10p {
  width: 10%;
}

.mx-wd-10p {
  max-width: 10%;
}

.mn-wd-10p {
  min-width: 10%;
}

.wd-10-f {
  width: 10px !important;
}

.wd-10p-f {
  width: 10% !important;
}

.mx-wd-10p-f {
  max-width: 10% !important;
}

.mn-wd-10p-f {
  min-width: 10% !important;
}

.wd-15 {
  width: 15px;
}

.wd-15p {
  width: 15%;
}

.mx-wd-15p {
  max-width: 15%;
}

.mn-wd-15p {
  min-width: 15%;
}

.wd-15-f {
  width: 15px !important;
}

.wd-15p-f {
  width: 15% !important;
}

.mx-wd-15p-f {
  max-width: 15% !important;
}

.mn-wd-15p-f {
  min-width: 15% !important;
}

.wd-20 {
  width: 20px;
}

.wd-20p {
  width: 20%;
}

.mx-wd-20p {
  max-width: 20%;
}

.mn-wd-20p {
  min-width: 20%;
}

.wd-20-f {
  width: 20px !important;
}

.wd-20p-f {
  width: 20% !important;
}

.mx-wd-20p-f {
  max-width: 20% !important;
}

.mn-wd-20p-f {
  min-width: 20% !important;
}

.wd-25 {
  width: 25px;
}

.wd-25p {
  width: 25%;
}

.mx-wd-25p {
  max-width: 25%;
}

.mn-wd-25p {
  min-width: 25%;
}

.wd-25-f {
  width: 25px !important;
}

.wd-25p-f {
  width: 25% !important;
}

.mx-wd-25p-f {
  max-width: 25% !important;
}

.mn-wd-25p-f {
  min-width: 25% !important;
}

.wd-30 {
  width: 30px;
}

.wd-30p {
  width: 30%;
}

.mx-wd-30p {
  max-width: 30%;
}

.mn-wd-30p {
  min-width: 30%;
}

.wd-30-f {
  width: 30px !important;
}

.wd-30p-f {
  width: 30% !important;
}

.mx-wd-30p-f {
  max-width: 30% !important;
}

.mn-wd-30p-f {
  min-width: 30% !important;
}

.wd-35 {
  width: 35px;
}

.wd-35p {
  width: 35%;
}

.mx-wd-35p {
  max-width: 35%;
}

.mn-wd-35p {
  min-width: 35%;
}

.wd-35-f {
  width: 35px !important;
}

.wd-35p-f {
  width: 35% !important;
}

.mx-wd-35p-f {
  max-width: 35% !important;
}

.mn-wd-35p-f {
  min-width: 35% !important;
}

.wd-40 {
  width: 40px;
}

.wd-40p {
  width: 40%;
}

.mx-wd-40p {
  max-width: 40%;
}

.mn-wd-40p {
  min-width: 40%;
}

.wd-40-f {
  width: 40px !important;
}

.wd-40p-f {
  width: 40% !important;
}

.mx-wd-40p-f {
  max-width: 40% !important;
}

.mn-wd-40p-f {
  min-width: 40% !important;
}

.wd-45 {
  width: 45px;
}

.wd-45p {
  width: 45%;
}

.mx-wd-45p {
  max-width: 45%;
}

.mn-wd-45p {
  min-width: 45%;
}

.wd-45-f {
  width: 45px !important;
}

.wd-45p-f {
  width: 45% !important;
}

.mx-wd-45p-f {
  max-width: 45% !important;
}

.mn-wd-45p-f {
  min-width: 45% !important;
}

.wd-50 {
  width: 50px;
}

.wd-50p {
  width: 50%;
}

.mx-wd-50p {
  max-width: 50%;
}

.mn-wd-50p {
  min-width: 50%;
}

.wd-50-f {
  width: 50px !important;
}

.wd-50p-f {
  width: 50% !important;
}

.mx-wd-50p-f {
  max-width: 50% !important;
}

.mn-wd-50p-f {
  min-width: 50% !important;
}

.wd-55 {
  width: 55px;
}

.wd-55p {
  width: 55%;
}

.mx-wd-55p {
  max-width: 55%;
}

.mn-wd-55p {
  min-width: 55%;
}

.wd-55-f {
  width: 55px !important;
}

.wd-55p-f {
  width: 55% !important;
}

.mx-wd-55p-f {
  max-width: 55% !important;
}

.mn-wd-55p-f {
  min-width: 55% !important;
}

.wd-60 {
  width: 60px;
}

.wd-60p {
  width: 60%;
}

.mx-wd-60p {
  max-width: 60%;
}

.mn-wd-60p {
  min-width: 60%;
}

.wd-60-f {
  width: 60px !important;
}

.wd-60p-f {
  width: 60% !important;
}

.mx-wd-60p-f {
  max-width: 60% !important;
}

.mn-wd-60p-f {
  min-width: 60% !important;
}

.wd-65 {
  width: 65px;
}

.wd-65p {
  width: 65%;
}

.mx-wd-65p {
  max-width: 65%;
}

.mn-wd-65p {
  min-width: 65%;
}

.wd-65-f {
  width: 65px !important;
}

.wd-65p-f {
  width: 65% !important;
}

.mx-wd-65p-f {
  max-width: 65% !important;
}

.mn-wd-65p-f {
  min-width: 65% !important;
}

.wd-70 {
  width: 70px;
}

.wd-70p {
  width: 70%;
}

.mx-wd-70p {
  max-width: 70%;
}

.mn-wd-70p {
  min-width: 70%;
}

.wd-70-f {
  width: 70px !important;
}

.wd-70p-f {
  width: 70% !important;
}

.mx-wd-70p-f {
  max-width: 70% !important;
}

.mn-wd-70p-f {
  min-width: 70% !important;
}

.wd-75 {
  width: 75px;
}

.wd-75p {
  width: 75%;
}

.mx-wd-75p {
  max-width: 75%;
}

.mn-wd-75p {
  min-width: 75%;
}

.wd-75-f {
  width: 75px !important;
}

.wd-75p-f {
  width: 75% !important;
}

.mx-wd-75p-f {
  max-width: 75% !important;
}

.mn-wd-75p-f {
  min-width: 75% !important;
}

.wd-80 {
  width: 80px;
}

.wd-80p {
  width: 80%;
}

.mx-wd-80p {
  max-width: 80%;
}

.mn-wd-80p {
  min-width: 80%;
}

.wd-80-f {
  width: 80px !important;
}

.wd-80p-f {
  width: 80% !important;
}

.mx-wd-80p-f {
  max-width: 80% !important;
}

.mn-wd-80p-f {
  min-width: 80% !important;
}

.wd-85 {
  width: 85px;
}

.wd-85p {
  width: 85%;
}

.mx-wd-85p {
  max-width: 85%;
}

.mn-wd-85p {
  min-width: 85%;
}

.wd-85-f {
  width: 85px !important;
}

.wd-85p-f {
  width: 85% !important;
}

.mx-wd-85p-f {
  max-width: 85% !important;
}

.mn-wd-85p-f {
  min-width: 85% !important;
}

.wd-90 {
  width: 90px;
}

.wd-90p {
  width: 90%;
}

.mx-wd-90p {
  max-width: 90%;
}

.mn-wd-90p {
  min-width: 90%;
}

.wd-90-f {
  width: 90px !important;
}

.wd-90p-f {
  width: 90% !important;
}

.mx-wd-90p-f {
  max-width: 90% !important;
}

.mn-wd-90p-f {
  min-width: 90% !important;
}

.wd-95 {
  width: 95px;
}

.wd-95p {
  width: 95%;
}

.mx-wd-95p {
  max-width: 95%;
}

.mn-wd-95p {
  min-width: 95%;
}

.wd-95-f {
  width: 95px !important;
}

.wd-95p-f {
  width: 95% !important;
}

.mx-wd-95p-f {
  max-width: 95% !important;
}

.mn-wd-95p-f {
  min-width: 95% !important;
}

.wd-100 {
  width: 100px;
}

.wd-100p {
  width: 100%;
}

.mx-wd-100p {
  max-width: 100%;
}

.mn-wd-100p {
  min-width: 100%;
}

.wd-100-f {
  width: 100px !important;
}

.wd-100p-f {
  width: 100% !important;
}

.mx-wd-100p-f {
  max-width: 100% !important;
}

.mn-wd-100p-f {
  min-width: 100% !important;
}

.wd-150 {
  width: 150px;
}

.wd-150-f {
  width: 150px !important;
}

.wd-200 {
  width: 200px;
}

.wd-200-f {
  width: 200px !important;
}

.wd-250 {
  width: 250px;
}

.wd-250-f {
  width: 250px !important;
}

.wd-300 {
  width: 300px;
}

.wd-300-f {
  width: 300px !important;
}

.wd-350 {
  width: 350px;
}

.wd-350-f {
  width: 350px !important;
}

.wd-400 {
  width: 400px;
}

.wd-400-f {
  width: 400px !important;
}

.wd-450 {
  width: 450px;
}

.wd-450-f {
  width: 450px !important;
}

.wd-500 {
  width: 500px;
}

.wd-500-f {
  width: 500px !important;
}

.wd-550 {
  width: 550px;
}

.wd-550-f {
  width: 550px !important;
}

.wd-600 {
  width: 600px;
}

.wd-600-f {
  width: 600px !important;
}

.wd-650 {
  width: 650px;
}

.wd-650-f {
  width: 650px !important;
}

.wd-700 {
  width: 700px;
}

.wd-700-f {
  width: 700px !important;
}

.wd-750 {
  width: 750px;
}

.wd-750-f {
  width: 750px !important;
}

.wd-800 {
  width: 800px;
}

.wd-800-f {
  width: 800px !important;
}

.wd-850 {
  width: 850px;
}

.wd-850-f {
  width: 850px !important;
}

.wd-900 {
  width: 900px;
}

.wd-900-f {
  width: 900px !important;
}

.wd-950 {
  width: 950px;
}

.wd-950-f {
  width: 950px !important;
}

.wd-1000 {
  width: 1000px;
}

.wd-1000-f {
  width: 1000px !important;
}

@media (min-width: 480px) {
  .wd-xs-5 {
    width: 5px;
  }
  .wd-xs-5p {
    width: 5%;
  }
  .mx-wd-xs-5p {
    max-width: 5%;
  }
  .mn-wd-xs-5p {
    min-width: 5%;
  }
  .wd-xs-5-f {
    width: 5px !important;
  }
  .wd-xs-5p-f {
    width: 5% !important;
  }
  .mx-wd-xs-5p-f {
    max-width: 5% !important;
  }
  .mn-wd-xs-5p-f {
    min-width: 5% !important;
  }
  .wd-xs-10 {
    width: 10px;
  }
  .wd-xs-10p {
    width: 10%;
  }
  .mx-wd-xs-10p {
    max-width: 10%;
  }
  .mn-wd-xs-10p {
    min-width: 10%;
  }
  .wd-xs-10-f {
    width: 10px !important;
  }
  .wd-xs-10p-f {
    width: 10% !important;
  }
  .mx-wd-xs-10p-f {
    max-width: 10% !important;
  }
  .mn-wd-xs-10p-f {
    min-width: 10% !important;
  }
  .wd-xs-15 {
    width: 15px;
  }
  .wd-xs-15p {
    width: 15%;
  }
  .mx-wd-xs-15p {
    max-width: 15%;
  }
  .mn-wd-xs-15p {
    min-width: 15%;
  }
  .wd-xs-15-f {
    width: 15px !important;
  }
  .wd-xs-15p-f {
    width: 15% !important;
  }
  .mx-wd-xs-15p-f {
    max-width: 15% !important;
  }
  .mn-wd-xs-15p-f {
    min-width: 15% !important;
  }
  .wd-xs-20 {
    width: 20px;
  }
  .wd-xs-20p {
    width: 20%;
  }
  .mx-wd-xs-20p {
    max-width: 20%;
  }
  .mn-wd-xs-20p {
    min-width: 20%;
  }
  .wd-xs-20-f {
    width: 20px !important;
  }
  .wd-xs-20p-f {
    width: 20% !important;
  }
  .mx-wd-xs-20p-f {
    max-width: 20% !important;
  }
  .mn-wd-xs-20p-f {
    min-width: 20% !important;
  }
  .wd-xs-25 {
    width: 25px;
  }
  .wd-xs-25p {
    width: 25%;
  }
  .mx-wd-xs-25p {
    max-width: 25%;
  }
  .mn-wd-xs-25p {
    min-width: 25%;
  }
  .wd-xs-25-f {
    width: 25px !important;
  }
  .wd-xs-25p-f {
    width: 25% !important;
  }
  .mx-wd-xs-25p-f {
    max-width: 25% !important;
  }
  .mn-wd-xs-25p-f {
    min-width: 25% !important;
  }
  .wd-xs-30 {
    width: 30px;
  }
  .wd-xs-30p {
    width: 30%;
  }
  .mx-wd-xs-30p {
    max-width: 30%;
  }
  .mn-wd-xs-30p {
    min-width: 30%;
  }
  .wd-xs-30-f {
    width: 30px !important;
  }
  .wd-xs-30p-f {
    width: 30% !important;
  }
  .mx-wd-xs-30p-f {
    max-width: 30% !important;
  }
  .mn-wd-xs-30p-f {
    min-width: 30% !important;
  }
  .wd-xs-35 {
    width: 35px;
  }
  .wd-xs-35p {
    width: 35%;
  }
  .mx-wd-xs-35p {
    max-width: 35%;
  }
  .mn-wd-xs-35p {
    min-width: 35%;
  }
  .wd-xs-35-f {
    width: 35px !important;
  }
  .wd-xs-35p-f {
    width: 35% !important;
  }
  .mx-wd-xs-35p-f {
    max-width: 35% !important;
  }
  .mn-wd-xs-35p-f {
    min-width: 35% !important;
  }
  .wd-xs-40 {
    width: 40px;
  }
  .wd-xs-40p {
    width: 40%;
  }
  .mx-wd-xs-40p {
    max-width: 40%;
  }
  .mn-wd-xs-40p {
    min-width: 40%;
  }
  .wd-xs-40-f {
    width: 40px !important;
  }
  .wd-xs-40p-f {
    width: 40% !important;
  }
  .mx-wd-xs-40p-f {
    max-width: 40% !important;
  }
  .mn-wd-xs-40p-f {
    min-width: 40% !important;
  }
  .wd-xs-45 {
    width: 45px;
  }
  .wd-xs-45p {
    width: 45%;
  }
  .mx-wd-xs-45p {
    max-width: 45%;
  }
  .mn-wd-xs-45p {
    min-width: 45%;
  }
  .wd-xs-45-f {
    width: 45px !important;
  }
  .wd-xs-45p-f {
    width: 45% !important;
  }
  .mx-wd-xs-45p-f {
    max-width: 45% !important;
  }
  .mn-wd-xs-45p-f {
    min-width: 45% !important;
  }
  .wd-xs-50 {
    width: 50px;
  }
  .wd-xs-50p {
    width: 50%;
  }
  .mx-wd-xs-50p {
    max-width: 50%;
  }
  .mn-wd-xs-50p {
    min-width: 50%;
  }
  .wd-xs-50-f {
    width: 50px !important;
  }
  .wd-xs-50p-f {
    width: 50% !important;
  }
  .mx-wd-xs-50p-f {
    max-width: 50% !important;
  }
  .mn-wd-xs-50p-f {
    min-width: 50% !important;
  }
  .wd-xs-55 {
    width: 55px;
  }
  .wd-xs-55p {
    width: 55%;
  }
  .mx-wd-xs-55p {
    max-width: 55%;
  }
  .mn-wd-xs-55p {
    min-width: 55%;
  }
  .wd-xs-55-f {
    width: 55px !important;
  }
  .wd-xs-55p-f {
    width: 55% !important;
  }
  .mx-wd-xs-55p-f {
    max-width: 55% !important;
  }
  .mn-wd-xs-55p-f {
    min-width: 55% !important;
  }
  .wd-xs-60 {
    width: 60px;
  }
  .wd-xs-60p {
    width: 60%;
  }
  .mx-wd-xs-60p {
    max-width: 60%;
  }
  .mn-wd-xs-60p {
    min-width: 60%;
  }
  .wd-xs-60-f {
    width: 60px !important;
  }
  .wd-xs-60p-f {
    width: 60% !important;
  }
  .mx-wd-xs-60p-f {
    max-width: 60% !important;
  }
  .mn-wd-xs-60p-f {
    min-width: 60% !important;
  }
  .wd-xs-65 {
    width: 65px;
  }
  .wd-xs-65p {
    width: 65%;
  }
  .mx-wd-xs-65p {
    max-width: 65%;
  }
  .mn-wd-xs-65p {
    min-width: 65%;
  }
  .wd-xs-65-f {
    width: 65px !important;
  }
  .wd-xs-65p-f {
    width: 65% !important;
  }
  .mx-wd-xs-65p-f {
    max-width: 65% !important;
  }
  .mn-wd-xs-65p-f {
    min-width: 65% !important;
  }
  .wd-xs-70 {
    width: 70px;
  }
  .wd-xs-70p {
    width: 70%;
  }
  .mx-wd-xs-70p {
    max-width: 70%;
  }
  .mn-wd-xs-70p {
    min-width: 70%;
  }
  .wd-xs-70-f {
    width: 70px !important;
  }
  .wd-xs-70p-f {
    width: 70% !important;
  }
  .mx-wd-xs-70p-f {
    max-width: 70% !important;
  }
  .mn-wd-xs-70p-f {
    min-width: 70% !important;
  }
  .wd-xs-75 {
    width: 75px;
  }
  .wd-xs-75p {
    width: 75%;
  }
  .mx-wd-xs-75p {
    max-width: 75%;
  }
  .mn-wd-xs-75p {
    min-width: 75%;
  }
  .wd-xs-75-f {
    width: 75px !important;
  }
  .wd-xs-75p-f {
    width: 75% !important;
  }
  .mx-wd-xs-75p-f {
    max-width: 75% !important;
  }
  .mn-wd-xs-75p-f {
    min-width: 75% !important;
  }
  .wd-xs-80 {
    width: 80px;
  }
  .wd-xs-80p {
    width: 80%;
  }
  .mx-wd-xs-80p {
    max-width: 80%;
  }
  .mn-wd-xs-80p {
    min-width: 80%;
  }
  .wd-xs-80-f {
    width: 80px !important;
  }
  .wd-xs-80p-f {
    width: 80% !important;
  }
  .mx-wd-xs-80p-f {
    max-width: 80% !important;
  }
  .mn-wd-xs-80p-f {
    min-width: 80% !important;
  }
  .wd-xs-85 {
    width: 85px;
  }
  .wd-xs-85p {
    width: 85%;
  }
  .mx-wd-xs-85p {
    max-width: 85%;
  }
  .mn-wd-xs-85p {
    min-width: 85%;
  }
  .wd-xs-85-f {
    width: 85px !important;
  }
  .wd-xs-85p-f {
    width: 85% !important;
  }
  .mx-wd-xs-85p-f {
    max-width: 85% !important;
  }
  .mn-wd-xs-85p-f {
    min-width: 85% !important;
  }
  .wd-xs-90 {
    width: 90px;
  }
  .wd-xs-90p {
    width: 90%;
  }
  .mx-wd-xs-90p {
    max-width: 90%;
  }
  .mn-wd-xs-90p {
    min-width: 90%;
  }
  .wd-xs-90-f {
    width: 90px !important;
  }
  .wd-xs-90p-f {
    width: 90% !important;
  }
  .mx-wd-xs-90p-f {
    max-width: 90% !important;
  }
  .mn-wd-xs-90p-f {
    min-width: 90% !important;
  }
  .wd-xs-95 {
    width: 95px;
  }
  .wd-xs-95p {
    width: 95%;
  }
  .mx-wd-xs-95p {
    max-width: 95%;
  }
  .mn-wd-xs-95p {
    min-width: 95%;
  }
  .wd-xs-95-f {
    width: 95px !important;
  }
  .wd-xs-95p-f {
    width: 95% !important;
  }
  .mx-wd-xs-95p-f {
    max-width: 95% !important;
  }
  .mn-wd-xs-95p-f {
    min-width: 95% !important;
  }
  .wd-xs-100 {
    width: 100px;
  }
  .wd-xs-100p {
    width: 100%;
  }
  .mx-wd-xs-100p {
    max-width: 100%;
  }
  .mn-wd-xs-100p {
    min-width: 100%;
  }
  .wd-xs-100-f {
    width: 100px !important;
  }
  .wd-xs-100p-f {
    width: 100% !important;
  }
  .mx-wd-xs-100p-f {
    max-width: 100% !important;
  }
  .mn-wd-xs-100p-f {
    min-width: 100% !important;
  }
  .wd-xs-150 {
    width: 150px;
  }
  .wd-xs-150p {
    width: 150%;
  }
  .mx-wd-xs-150p {
    max-width: 150%;
  }
  .mn-wd-xs-150p {
    min-width: 150%;
  }
  .wd-xs-150-f {
    width: 150px !important;
  }
  .wd-xs-150p-f {
    width: 150% !important;
  }
  .mx-wd-xs-150p-f {
    max-width: 150% !important;
  }
  .mn-wd-xs-150p-f {
    min-width: 150% !important;
  }
  .wd-xs-200 {
    width: 200px;
  }
  .wd-xs-200p {
    width: 200%;
  }
  .mx-wd-xs-200p {
    max-width: 200%;
  }
  .mn-wd-xs-200p {
    min-width: 200%;
  }
  .wd-xs-200-f {
    width: 200px !important;
  }
  .wd-xs-200p-f {
    width: 200% !important;
  }
  .mx-wd-xs-200p-f {
    max-width: 200% !important;
  }
  .mn-wd-xs-200p-f {
    min-width: 200% !important;
  }
  .wd-xs-250 {
    width: 250px;
  }
  .wd-xs-250p {
    width: 250%;
  }
  .mx-wd-xs-250p {
    max-width: 250%;
  }
  .mn-wd-xs-250p {
    min-width: 250%;
  }
  .wd-xs-250-f {
    width: 250px !important;
  }
  .wd-xs-250p-f {
    width: 250% !important;
  }
  .mx-wd-xs-250p-f {
    max-width: 250% !important;
  }
  .mn-wd-xs-250p-f {
    min-width: 250% !important;
  }
  .wd-xs-300 {
    width: 300px;
  }
  .wd-xs-300p {
    width: 300%;
  }
  .mx-wd-xs-300p {
    max-width: 300%;
  }
  .mn-wd-xs-300p {
    min-width: 300%;
  }
  .wd-xs-300-f {
    width: 300px !important;
  }
  .wd-xs-300p-f {
    width: 300% !important;
  }
  .mx-wd-xs-300p-f {
    max-width: 300% !important;
  }
  .mn-wd-xs-300p-f {
    min-width: 300% !important;
  }
  .wd-xs-350 {
    width: 350px;
  }
  .wd-xs-350p {
    width: 350%;
  }
  .mx-wd-xs-350p {
    max-width: 350%;
  }
  .mn-wd-xs-350p {
    min-width: 350%;
  }
  .wd-xs-350-f {
    width: 350px !important;
  }
  .wd-xs-350p-f {
    width: 350% !important;
  }
  .mx-wd-xs-350p-f {
    max-width: 350% !important;
  }
  .mn-wd-xs-350p-f {
    min-width: 350% !important;
  }
  .wd-xs-400 {
    width: 400px;
  }
  .wd-xs-400p {
    width: 400%;
  }
  .mx-wd-xs-400p {
    max-width: 400%;
  }
  .mn-wd-xs-400p {
    min-width: 400%;
  }
  .wd-xs-400-f {
    width: 400px !important;
  }
  .wd-xs-400p-f {
    width: 400% !important;
  }
  .mx-wd-xs-400p-f {
    max-width: 400% !important;
  }
  .mn-wd-xs-400p-f {
    min-width: 400% !important;
  }
  .wd-xs-450 {
    width: 450px;
  }
  .wd-xs-450p {
    width: 450%;
  }
  .mx-wd-xs-450p {
    max-width: 450%;
  }
  .mn-wd-xs-450p {
    min-width: 450%;
  }
  .wd-xs-450-f {
    width: 450px !important;
  }
  .wd-xs-450p-f {
    width: 450% !important;
  }
  .mx-wd-xs-450p-f {
    max-width: 450% !important;
  }
  .mn-wd-xs-450p-f {
    min-width: 450% !important;
  }
  .wd-xs-500 {
    width: 500px;
  }
  .wd-xs-500p {
    width: 500%;
  }
  .mx-wd-xs-500p {
    max-width: 500%;
  }
  .mn-wd-xs-500p {
    min-width: 500%;
  }
  .wd-xs-500-f {
    width: 500px !important;
  }
  .wd-xs-500p-f {
    width: 500% !important;
  }
  .mx-wd-xs-500p-f {
    max-width: 500% !important;
  }
  .mn-wd-xs-500p-f {
    min-width: 500% !important;
  }
  .wd-xs-550 {
    width: 550px;
  }
  .wd-xs-550p {
    width: 550%;
  }
  .mx-wd-xs-550p {
    max-width: 550%;
  }
  .mn-wd-xs-550p {
    min-width: 550%;
  }
  .wd-xs-550-f {
    width: 550px !important;
  }
  .wd-xs-550p-f {
    width: 550% !important;
  }
  .mx-wd-xs-550p-f {
    max-width: 550% !important;
  }
  .mn-wd-xs-550p-f {
    min-width: 550% !important;
  }
  .wd-xs-600 {
    width: 600px;
  }
  .wd-xs-600p {
    width: 600%;
  }
  .mx-wd-xs-600p {
    max-width: 600%;
  }
  .mn-wd-xs-600p {
    min-width: 600%;
  }
  .wd-xs-600-f {
    width: 600px !important;
  }
  .wd-xs-600p-f {
    width: 600% !important;
  }
  .mx-wd-xs-600p-f {
    max-width: 600% !important;
  }
  .mn-wd-xs-600p-f {
    min-width: 600% !important;
  }
  .wd-xs-650 {
    width: 650px;
  }
  .wd-xs-650p {
    width: 650%;
  }
  .mx-wd-xs-650p {
    max-width: 650%;
  }
  .mn-wd-xs-650p {
    min-width: 650%;
  }
  .wd-xs-650-f {
    width: 650px !important;
  }
  .wd-xs-650p-f {
    width: 650% !important;
  }
  .mx-wd-xs-650p-f {
    max-width: 650% !important;
  }
  .mn-wd-xs-650p-f {
    min-width: 650% !important;
  }
  .wd-xs-700 {
    width: 700px;
  }
  .wd-xs-700p {
    width: 700%;
  }
  .mx-wd-xs-700p {
    max-width: 700%;
  }
  .mn-wd-xs-700p {
    min-width: 700%;
  }
  .wd-xs-700-f {
    width: 700px !important;
  }
  .wd-xs-700p-f {
    width: 700% !important;
  }
  .mx-wd-xs-700p-f {
    max-width: 700% !important;
  }
  .mn-wd-xs-700p-f {
    min-width: 700% !important;
  }
  .wd-xs-750 {
    width: 750px;
  }
  .wd-xs-750p {
    width: 750%;
  }
  .mx-wd-xs-750p {
    max-width: 750%;
  }
  .mn-wd-xs-750p {
    min-width: 750%;
  }
  .wd-xs-750-f {
    width: 750px !important;
  }
  .wd-xs-750p-f {
    width: 750% !important;
  }
  .mx-wd-xs-750p-f {
    max-width: 750% !important;
  }
  .mn-wd-xs-750p-f {
    min-width: 750% !important;
  }
  .wd-xs-800 {
    width: 800px;
  }
  .wd-xs-800p {
    width: 800%;
  }
  .mx-wd-xs-800p {
    max-width: 800%;
  }
  .mn-wd-xs-800p {
    min-width: 800%;
  }
  .wd-xs-800-f {
    width: 800px !important;
  }
  .wd-xs-800p-f {
    width: 800% !important;
  }
  .mx-wd-xs-800p-f {
    max-width: 800% !important;
  }
  .mn-wd-xs-800p-f {
    min-width: 800% !important;
  }
  .wd-xs-850 {
    width: 850px;
  }
  .wd-xs-850p {
    width: 850%;
  }
  .mx-wd-xs-850p {
    max-width: 850%;
  }
  .mn-wd-xs-850p {
    min-width: 850%;
  }
  .wd-xs-850-f {
    width: 850px !important;
  }
  .wd-xs-850p-f {
    width: 850% !important;
  }
  .mx-wd-xs-850p-f {
    max-width: 850% !important;
  }
  .mn-wd-xs-850p-f {
    min-width: 850% !important;
  }
  .wd-xs-900 {
    width: 900px;
  }
  .wd-xs-900p {
    width: 900%;
  }
  .mx-wd-xs-900p {
    max-width: 900%;
  }
  .mn-wd-xs-900p {
    min-width: 900%;
  }
  .wd-xs-900-f {
    width: 900px !important;
  }
  .wd-xs-900p-f {
    width: 900% !important;
  }
  .mx-wd-xs-900p-f {
    max-width: 900% !important;
  }
  .mn-wd-xs-900p-f {
    min-width: 900% !important;
  }
  .wd-xs-950 {
    width: 950px;
  }
  .wd-xs-950p {
    width: 950%;
  }
  .mx-wd-xs-950p {
    max-width: 950%;
  }
  .mn-wd-xs-950p {
    min-width: 950%;
  }
  .wd-xs-950-f {
    width: 950px !important;
  }
  .wd-xs-950p-f {
    width: 950% !important;
  }
  .mx-wd-xs-950p-f {
    max-width: 950% !important;
  }
  .mn-wd-xs-950p-f {
    min-width: 950% !important;
  }
  .wd-xs-1000 {
    width: 1000px;
  }
  .wd-xs-1000p {
    width: 1000%;
  }
  .mx-wd-xs-1000p {
    max-width: 1000%;
  }
  .mn-wd-xs-1000p {
    min-width: 1000%;
  }
  .wd-xs-1000-f {
    width: 1000px !important;
  }
  .wd-xs-1000p-f {
    width: 1000% !important;
  }
  .mx-wd-xs-1000p-f {
    max-width: 1000% !important;
  }
  .mn-wd-xs-1000p-f {
    min-width: 1000% !important;
  }
  .wd-xs-auto {
    width: auto;
  }
  .wd-xs-auto-f {
    width: auto !important;
  }
}
@media (min-width: 576px) {
  .wd-sm-5 {
    width: 5px;
  }
  .wd-sm-5p {
    width: 5%;
  }
  .mx-wd-sm-5p {
    max-width: 5%;
  }
  .mn-wd-sm-5p {
    min-width: 5%;
  }
  .wd-sm-5-f {
    width: 5px !important;
  }
  .wd-sm-5p-f {
    width: 5% !important;
  }
  .mx-wd-sm-5p-f {
    max-width: 5% !important;
  }
  .mn-wd-sm-5p-f {
    min-width: 5% !important;
  }
  .wd-sm-10 {
    width: 10px;
  }
  .wd-sm-10p {
    width: 10%;
  }
  .mx-wd-sm-10p {
    max-width: 10%;
  }
  .mn-wd-sm-10p {
    min-width: 10%;
  }
  .wd-sm-10-f {
    width: 10px !important;
  }
  .wd-sm-10p-f {
    width: 10% !important;
  }
  .mx-wd-sm-10p-f {
    max-width: 10% !important;
  }
  .mn-wd-sm-10p-f {
    min-width: 10% !important;
  }
  .wd-sm-15 {
    width: 15px;
  }
  .wd-sm-15p {
    width: 15%;
  }
  .mx-wd-sm-15p {
    max-width: 15%;
  }
  .mn-wd-sm-15p {
    min-width: 15%;
  }
  .wd-sm-15-f {
    width: 15px !important;
  }
  .wd-sm-15p-f {
    width: 15% !important;
  }
  .mx-wd-sm-15p-f {
    max-width: 15% !important;
  }
  .mn-wd-sm-15p-f {
    min-width: 15% !important;
  }
  .wd-sm-20 {
    width: 20px;
  }
  .wd-sm-20p {
    width: 20%;
  }
  .mx-wd-sm-20p {
    max-width: 20%;
  }
  .mn-wd-sm-20p {
    min-width: 20%;
  }
  .wd-sm-20-f {
    width: 20px !important;
  }
  .wd-sm-20p-f {
    width: 20% !important;
  }
  .mx-wd-sm-20p-f {
    max-width: 20% !important;
  }
  .mn-wd-sm-20p-f {
    min-width: 20% !important;
  }
  .wd-sm-25 {
    width: 25px;
  }
  .wd-sm-25p {
    width: 25%;
  }
  .mx-wd-sm-25p {
    max-width: 25%;
  }
  .mn-wd-sm-25p {
    min-width: 25%;
  }
  .wd-sm-25-f {
    width: 25px !important;
  }
  .wd-sm-25p-f {
    width: 25% !important;
  }
  .mx-wd-sm-25p-f {
    max-width: 25% !important;
  }
  .mn-wd-sm-25p-f {
    min-width: 25% !important;
  }
  .wd-sm-30 {
    width: 30px;
  }
  .wd-sm-30p {
    width: 30%;
  }
  .mx-wd-sm-30p {
    max-width: 30%;
  }
  .mn-wd-sm-30p {
    min-width: 30%;
  }
  .wd-sm-30-f {
    width: 30px !important;
  }
  .wd-sm-30p-f {
    width: 30% !important;
  }
  .mx-wd-sm-30p-f {
    max-width: 30% !important;
  }
  .mn-wd-sm-30p-f {
    min-width: 30% !important;
  }
  .wd-sm-35 {
    width: 35px;
  }
  .wd-sm-35p {
    width: 35%;
  }
  .mx-wd-sm-35p {
    max-width: 35%;
  }
  .mn-wd-sm-35p {
    min-width: 35%;
  }
  .wd-sm-35-f {
    width: 35px !important;
  }
  .wd-sm-35p-f {
    width: 35% !important;
  }
  .mx-wd-sm-35p-f {
    max-width: 35% !important;
  }
  .mn-wd-sm-35p-f {
    min-width: 35% !important;
  }
  .wd-sm-40 {
    width: 40px;
  }
  .wd-sm-40p {
    width: 40%;
  }
  .mx-wd-sm-40p {
    max-width: 40%;
  }
  .mn-wd-sm-40p {
    min-width: 40%;
  }
  .wd-sm-40-f {
    width: 40px !important;
  }
  .wd-sm-40p-f {
    width: 40% !important;
  }
  .mx-wd-sm-40p-f {
    max-width: 40% !important;
  }
  .mn-wd-sm-40p-f {
    min-width: 40% !important;
  }
  .wd-sm-45 {
    width: 45px;
  }
  .wd-sm-45p {
    width: 45%;
  }
  .mx-wd-sm-45p {
    max-width: 45%;
  }
  .mn-wd-sm-45p {
    min-width: 45%;
  }
  .wd-sm-45-f {
    width: 45px !important;
  }
  .wd-sm-45p-f {
    width: 45% !important;
  }
  .mx-wd-sm-45p-f {
    max-width: 45% !important;
  }
  .mn-wd-sm-45p-f {
    min-width: 45% !important;
  }
  .wd-sm-50 {
    width: 50px;
  }
  .wd-sm-50p {
    width: 50%;
  }
  .mx-wd-sm-50p {
    max-width: 50%;
  }
  .mn-wd-sm-50p {
    min-width: 50%;
  }
  .wd-sm-50-f {
    width: 50px !important;
  }
  .wd-sm-50p-f {
    width: 50% !important;
  }
  .mx-wd-sm-50p-f {
    max-width: 50% !important;
  }
  .mn-wd-sm-50p-f {
    min-width: 50% !important;
  }
  .wd-sm-55 {
    width: 55px;
  }
  .wd-sm-55p {
    width: 55%;
  }
  .mx-wd-sm-55p {
    max-width: 55%;
  }
  .mn-wd-sm-55p {
    min-width: 55%;
  }
  .wd-sm-55-f {
    width: 55px !important;
  }
  .wd-sm-55p-f {
    width: 55% !important;
  }
  .mx-wd-sm-55p-f {
    max-width: 55% !important;
  }
  .mn-wd-sm-55p-f {
    min-width: 55% !important;
  }
  .wd-sm-60 {
    width: 60px;
  }
  .wd-sm-60p {
    width: 60%;
  }
  .mx-wd-sm-60p {
    max-width: 60%;
  }
  .mn-wd-sm-60p {
    min-width: 60%;
  }
  .wd-sm-60-f {
    width: 60px !important;
  }
  .wd-sm-60p-f {
    width: 60% !important;
  }
  .mx-wd-sm-60p-f {
    max-width: 60% !important;
  }
  .mn-wd-sm-60p-f {
    min-width: 60% !important;
  }
  .wd-sm-65 {
    width: 65px;
  }
  .wd-sm-65p {
    width: 65%;
  }
  .mx-wd-sm-65p {
    max-width: 65%;
  }
  .mn-wd-sm-65p {
    min-width: 65%;
  }
  .wd-sm-65-f {
    width: 65px !important;
  }
  .wd-sm-65p-f {
    width: 65% !important;
  }
  .mx-wd-sm-65p-f {
    max-width: 65% !important;
  }
  .mn-wd-sm-65p-f {
    min-width: 65% !important;
  }
  .wd-sm-70 {
    width: 70px;
  }
  .wd-sm-70p {
    width: 70%;
  }
  .mx-wd-sm-70p {
    max-width: 70%;
  }
  .mn-wd-sm-70p {
    min-width: 70%;
  }
  .wd-sm-70-f {
    width: 70px !important;
  }
  .wd-sm-70p-f {
    width: 70% !important;
  }
  .mx-wd-sm-70p-f {
    max-width: 70% !important;
  }
  .mn-wd-sm-70p-f {
    min-width: 70% !important;
  }
  .wd-sm-75 {
    width: 75px;
  }
  .wd-sm-75p {
    width: 75%;
  }
  .mx-wd-sm-75p {
    max-width: 75%;
  }
  .mn-wd-sm-75p {
    min-width: 75%;
  }
  .wd-sm-75-f {
    width: 75px !important;
  }
  .wd-sm-75p-f {
    width: 75% !important;
  }
  .mx-wd-sm-75p-f {
    max-width: 75% !important;
  }
  .mn-wd-sm-75p-f {
    min-width: 75% !important;
  }
  .wd-sm-80 {
    width: 80px;
  }
  .wd-sm-80p {
    width: 80%;
  }
  .mx-wd-sm-80p {
    max-width: 80%;
  }
  .mn-wd-sm-80p {
    min-width: 80%;
  }
  .wd-sm-80-f {
    width: 80px !important;
  }
  .wd-sm-80p-f {
    width: 80% !important;
  }
  .mx-wd-sm-80p-f {
    max-width: 80% !important;
  }
  .mn-wd-sm-80p-f {
    min-width: 80% !important;
  }
  .wd-sm-85 {
    width: 85px;
  }
  .wd-sm-85p {
    width: 85%;
  }
  .mx-wd-sm-85p {
    max-width: 85%;
  }
  .mn-wd-sm-85p {
    min-width: 85%;
  }
  .wd-sm-85-f {
    width: 85px !important;
  }
  .wd-sm-85p-f {
    width: 85% !important;
  }
  .mx-wd-sm-85p-f {
    max-width: 85% !important;
  }
  .mn-wd-sm-85p-f {
    min-width: 85% !important;
  }
  .wd-sm-90 {
    width: 90px;
  }
  .wd-sm-90p {
    width: 90%;
  }
  .mx-wd-sm-90p {
    max-width: 90%;
  }
  .mn-wd-sm-90p {
    min-width: 90%;
  }
  .wd-sm-90-f {
    width: 90px !important;
  }
  .wd-sm-90p-f {
    width: 90% !important;
  }
  .mx-wd-sm-90p-f {
    max-width: 90% !important;
  }
  .mn-wd-sm-90p-f {
    min-width: 90% !important;
  }
  .wd-sm-95 {
    width: 95px;
  }
  .wd-sm-95p {
    width: 95%;
  }
  .mx-wd-sm-95p {
    max-width: 95%;
  }
  .mn-wd-sm-95p {
    min-width: 95%;
  }
  .wd-sm-95-f {
    width: 95px !important;
  }
  .wd-sm-95p-f {
    width: 95% !important;
  }
  .mx-wd-sm-95p-f {
    max-width: 95% !important;
  }
  .mn-wd-sm-95p-f {
    min-width: 95% !important;
  }
  .wd-sm-100 {
    width: 100px;
  }
  .wd-sm-100p {
    width: 100%;
  }
  .mx-wd-sm-100p {
    max-width: 100%;
  }
  .mn-wd-sm-100p {
    min-width: 100%;
  }
  .wd-sm-100-f {
    width: 100px !important;
  }
  .wd-sm-100p-f {
    width: 100% !important;
  }
  .mx-wd-sm-100p-f {
    max-width: 100% !important;
  }
  .mn-wd-sm-100p-f {
    min-width: 100% !important;
  }
  .wd-sm-150 {
    width: 150px;
  }
  .wd-sm-150p {
    width: 150%;
  }
  .mx-wd-sm-150p {
    max-width: 150%;
  }
  .mn-wd-sm-150p {
    min-width: 150%;
  }
  .wd-sm-150-f {
    width: 150px !important;
  }
  .wd-sm-150p-f {
    width: 150% !important;
  }
  .mx-wd-sm-150p-f {
    max-width: 150% !important;
  }
  .mn-wd-sm-150p-f {
    min-width: 150% !important;
  }
  .wd-sm-200 {
    width: 200px;
  }
  .wd-sm-200p {
    width: 200%;
  }
  .mx-wd-sm-200p {
    max-width: 200%;
  }
  .mn-wd-sm-200p {
    min-width: 200%;
  }
  .wd-sm-200-f {
    width: 200px !important;
  }
  .wd-sm-200p-f {
    width: 200% !important;
  }
  .mx-wd-sm-200p-f {
    max-width: 200% !important;
  }
  .mn-wd-sm-200p-f {
    min-width: 200% !important;
  }
  .wd-sm-250 {
    width: 250px;
  }
  .wd-sm-250p {
    width: 250%;
  }
  .mx-wd-sm-250p {
    max-width: 250%;
  }
  .mn-wd-sm-250p {
    min-width: 250%;
  }
  .wd-sm-250-f {
    width: 250px !important;
  }
  .wd-sm-250p-f {
    width: 250% !important;
  }
  .mx-wd-sm-250p-f {
    max-width: 250% !important;
  }
  .mn-wd-sm-250p-f {
    min-width: 250% !important;
  }
  .wd-sm-300 {
    width: 300px;
  }
  .wd-sm-300p {
    width: 300%;
  }
  .mx-wd-sm-300p {
    max-width: 300%;
  }
  .mn-wd-sm-300p {
    min-width: 300%;
  }
  .wd-sm-300-f {
    width: 300px !important;
  }
  .wd-sm-300p-f {
    width: 300% !important;
  }
  .mx-wd-sm-300p-f {
    max-width: 300% !important;
  }
  .mn-wd-sm-300p-f {
    min-width: 300% !important;
  }
  .wd-sm-350 {
    width: 350px;
  }
  .wd-sm-350p {
    width: 350%;
  }
  .mx-wd-sm-350p {
    max-width: 350%;
  }
  .mn-wd-sm-350p {
    min-width: 350%;
  }
  .wd-sm-350-f {
    width: 350px !important;
  }
  .wd-sm-350p-f {
    width: 350% !important;
  }
  .mx-wd-sm-350p-f {
    max-width: 350% !important;
  }
  .mn-wd-sm-350p-f {
    min-width: 350% !important;
  }
  .wd-sm-400 {
    width: 400px;
  }
  .wd-sm-400p {
    width: 400%;
  }
  .mx-wd-sm-400p {
    max-width: 400%;
  }
  .mn-wd-sm-400p {
    min-width: 400%;
  }
  .wd-sm-400-f {
    width: 400px !important;
  }
  .wd-sm-400p-f {
    width: 400% !important;
  }
  .mx-wd-sm-400p-f {
    max-width: 400% !important;
  }
  .mn-wd-sm-400p-f {
    min-width: 400% !important;
  }
  .wd-sm-450 {
    width: 450px;
  }
  .wd-sm-450p {
    width: 450%;
  }
  .mx-wd-sm-450p {
    max-width: 450%;
  }
  .mn-wd-sm-450p {
    min-width: 450%;
  }
  .wd-sm-450-f {
    width: 450px !important;
  }
  .wd-sm-450p-f {
    width: 450% !important;
  }
  .mx-wd-sm-450p-f {
    max-width: 450% !important;
  }
  .mn-wd-sm-450p-f {
    min-width: 450% !important;
  }
  .wd-sm-500 {
    width: 500px;
  }
  .wd-sm-500p {
    width: 500%;
  }
  .mx-wd-sm-500p {
    max-width: 500%;
  }
  .mn-wd-sm-500p {
    min-width: 500%;
  }
  .wd-sm-500-f {
    width: 500px !important;
  }
  .wd-sm-500p-f {
    width: 500% !important;
  }
  .mx-wd-sm-500p-f {
    max-width: 500% !important;
  }
  .mn-wd-sm-500p-f {
    min-width: 500% !important;
  }
  .wd-sm-550 {
    width: 550px;
  }
  .wd-sm-550p {
    width: 550%;
  }
  .mx-wd-sm-550p {
    max-width: 550%;
  }
  .mn-wd-sm-550p {
    min-width: 550%;
  }
  .wd-sm-550-f {
    width: 550px !important;
  }
  .wd-sm-550p-f {
    width: 550% !important;
  }
  .mx-wd-sm-550p-f {
    max-width: 550% !important;
  }
  .mn-wd-sm-550p-f {
    min-width: 550% !important;
  }
  .wd-sm-600 {
    width: 600px;
  }
  .wd-sm-600p {
    width: 600%;
  }
  .mx-wd-sm-600p {
    max-width: 600%;
  }
  .mn-wd-sm-600p {
    min-width: 600%;
  }
  .wd-sm-600-f {
    width: 600px !important;
  }
  .wd-sm-600p-f {
    width: 600% !important;
  }
  .mx-wd-sm-600p-f {
    max-width: 600% !important;
  }
  .mn-wd-sm-600p-f {
    min-width: 600% !important;
  }
  .wd-sm-650 {
    width: 650px;
  }
  .wd-sm-650p {
    width: 650%;
  }
  .mx-wd-sm-650p {
    max-width: 650%;
  }
  .mn-wd-sm-650p {
    min-width: 650%;
  }
  .wd-sm-650-f {
    width: 650px !important;
  }
  .wd-sm-650p-f {
    width: 650% !important;
  }
  .mx-wd-sm-650p-f {
    max-width: 650% !important;
  }
  .mn-wd-sm-650p-f {
    min-width: 650% !important;
  }
  .wd-sm-700 {
    width: 700px;
  }
  .wd-sm-700p {
    width: 700%;
  }
  .mx-wd-sm-700p {
    max-width: 700%;
  }
  .mn-wd-sm-700p {
    min-width: 700%;
  }
  .wd-sm-700-f {
    width: 700px !important;
  }
  .wd-sm-700p-f {
    width: 700% !important;
  }
  .mx-wd-sm-700p-f {
    max-width: 700% !important;
  }
  .mn-wd-sm-700p-f {
    min-width: 700% !important;
  }
  .wd-sm-750 {
    width: 750px;
  }
  .wd-sm-750p {
    width: 750%;
  }
  .mx-wd-sm-750p {
    max-width: 750%;
  }
  .mn-wd-sm-750p {
    min-width: 750%;
  }
  .wd-sm-750-f {
    width: 750px !important;
  }
  .wd-sm-750p-f {
    width: 750% !important;
  }
  .mx-wd-sm-750p-f {
    max-width: 750% !important;
  }
  .mn-wd-sm-750p-f {
    min-width: 750% !important;
  }
  .wd-sm-800 {
    width: 800px;
  }
  .wd-sm-800p {
    width: 800%;
  }
  .mx-wd-sm-800p {
    max-width: 800%;
  }
  .mn-wd-sm-800p {
    min-width: 800%;
  }
  .wd-sm-800-f {
    width: 800px !important;
  }
  .wd-sm-800p-f {
    width: 800% !important;
  }
  .mx-wd-sm-800p-f {
    max-width: 800% !important;
  }
  .mn-wd-sm-800p-f {
    min-width: 800% !important;
  }
  .wd-sm-850 {
    width: 850px;
  }
  .wd-sm-850p {
    width: 850%;
  }
  .mx-wd-sm-850p {
    max-width: 850%;
  }
  .mn-wd-sm-850p {
    min-width: 850%;
  }
  .wd-sm-850-f {
    width: 850px !important;
  }
  .wd-sm-850p-f {
    width: 850% !important;
  }
  .mx-wd-sm-850p-f {
    max-width: 850% !important;
  }
  .mn-wd-sm-850p-f {
    min-width: 850% !important;
  }
  .wd-sm-900 {
    width: 900px;
  }
  .wd-sm-900p {
    width: 900%;
  }
  .mx-wd-sm-900p {
    max-width: 900%;
  }
  .mn-wd-sm-900p {
    min-width: 900%;
  }
  .wd-sm-900-f {
    width: 900px !important;
  }
  .wd-sm-900p-f {
    width: 900% !important;
  }
  .mx-wd-sm-900p-f {
    max-width: 900% !important;
  }
  .mn-wd-sm-900p-f {
    min-width: 900% !important;
  }
  .wd-sm-950 {
    width: 950px;
  }
  .wd-sm-950p {
    width: 950%;
  }
  .mx-wd-sm-950p {
    max-width: 950%;
  }
  .mn-wd-sm-950p {
    min-width: 950%;
  }
  .wd-sm-950-f {
    width: 950px !important;
  }
  .wd-sm-950p-f {
    width: 950% !important;
  }
  .mx-wd-sm-950p-f {
    max-width: 950% !important;
  }
  .mn-wd-sm-950p-f {
    min-width: 950% !important;
  }
  .wd-sm-1000 {
    width: 1000px;
  }
  .wd-sm-1000p {
    width: 1000%;
  }
  .mx-wd-sm-1000p {
    max-width: 1000%;
  }
  .mn-wd-sm-1000p {
    min-width: 1000%;
  }
  .wd-sm-1000-f {
    width: 1000px !important;
  }
  .wd-sm-1000p-f {
    width: 1000% !important;
  }
  .mx-wd-sm-1000p-f {
    max-width: 1000% !important;
  }
  .mn-wd-sm-1000p-f {
    min-width: 1000% !important;
  }
  .wd-sm-auto {
    width: auto;
  }
  .wd-sm-auto-f {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .wd-md-5 {
    width: 5px;
  }
  .wd-md-5p {
    width: 5%;
  }
  .mx-wd-md-5p {
    max-width: 5%;
  }
  .mn-wd-md-5p {
    min-width: 5%;
  }
  .wd-md-5-f {
    width: 5px !important;
  }
  .wd-md-5p-f {
    width: 5% !important;
  }
  .mx-wd-md-5p-f {
    max-width: 5% !important;
  }
  .mn-wd-md-5p-f {
    min-width: 5% !important;
  }
  .wd-md-10 {
    width: 10px;
  }
  .wd-md-10p {
    width: 10%;
  }
  .mx-wd-md-10p {
    max-width: 10%;
  }
  .mn-wd-md-10p {
    min-width: 10%;
  }
  .wd-md-10-f {
    width: 10px !important;
  }
  .wd-md-10p-f {
    width: 10% !important;
  }
  .mx-wd-md-10p-f {
    max-width: 10% !important;
  }
  .mn-wd-md-10p-f {
    min-width: 10% !important;
  }
  .wd-md-15 {
    width: 15px;
  }
  .wd-md-15p {
    width: 15%;
  }
  .mx-wd-md-15p {
    max-width: 15%;
  }
  .mn-wd-md-15p {
    min-width: 15%;
  }
  .wd-md-15-f {
    width: 15px !important;
  }
  .wd-md-15p-f {
    width: 15% !important;
  }
  .mx-wd-md-15p-f {
    max-width: 15% !important;
  }
  .mn-wd-md-15p-f {
    min-width: 15% !important;
  }
  .wd-md-20 {
    width: 20px;
  }
  .wd-md-20p {
    width: 20%;
  }
  .mx-wd-md-20p {
    max-width: 20%;
  }
  .mn-wd-md-20p {
    min-width: 20%;
  }
  .wd-md-20-f {
    width: 20px !important;
  }
  .wd-md-20p-f {
    width: 20% !important;
  }
  .mx-wd-md-20p-f {
    max-width: 20% !important;
  }
  .mn-wd-md-20p-f {
    min-width: 20% !important;
  }
  .wd-md-25 {
    width: 25px;
  }
  .wd-md-25p {
    width: 25%;
  }
  .mx-wd-md-25p {
    max-width: 25%;
  }
  .mn-wd-md-25p {
    min-width: 25%;
  }
  .wd-md-25-f {
    width: 25px !important;
  }
  .wd-md-25p-f {
    width: 25% !important;
  }
  .mx-wd-md-25p-f {
    max-width: 25% !important;
  }
  .mn-wd-md-25p-f {
    min-width: 25% !important;
  }
  .wd-md-30 {
    width: 30px;
  }
  .wd-md-30p {
    width: 30%;
  }
  .mx-wd-md-30p {
    max-width: 30%;
  }
  .mn-wd-md-30p {
    min-width: 30%;
  }
  .wd-md-30-f {
    width: 30px !important;
  }
  .wd-md-30p-f {
    width: 30% !important;
  }
  .mx-wd-md-30p-f {
    max-width: 30% !important;
  }
  .mn-wd-md-30p-f {
    min-width: 30% !important;
  }
  .wd-md-35 {
    width: 35px;
  }
  .wd-md-35p {
    width: 35%;
  }
  .mx-wd-md-35p {
    max-width: 35%;
  }
  .mn-wd-md-35p {
    min-width: 35%;
  }
  .wd-md-35-f {
    width: 35px !important;
  }
  .wd-md-35p-f {
    width: 35% !important;
  }
  .mx-wd-md-35p-f {
    max-width: 35% !important;
  }
  .mn-wd-md-35p-f {
    min-width: 35% !important;
  }
  .wd-md-40 {
    width: 40px;
  }
  .wd-md-40p {
    width: 40%;
  }
  .mx-wd-md-40p {
    max-width: 40%;
  }
  .mn-wd-md-40p {
    min-width: 40%;
  }
  .wd-md-40-f {
    width: 40px !important;
  }
  .wd-md-40p-f {
    width: 40% !important;
  }
  .mx-wd-md-40p-f {
    max-width: 40% !important;
  }
  .mn-wd-md-40p-f {
    min-width: 40% !important;
  }
  .wd-md-45 {
    width: 45px;
  }
  .wd-md-45p {
    width: 45%;
  }
  .mx-wd-md-45p {
    max-width: 45%;
  }
  .mn-wd-md-45p {
    min-width: 45%;
  }
  .wd-md-45-f {
    width: 45px !important;
  }
  .wd-md-45p-f {
    width: 45% !important;
  }
  .mx-wd-md-45p-f {
    max-width: 45% !important;
  }
  .mn-wd-md-45p-f {
    min-width: 45% !important;
  }
  .wd-md-50 {
    width: 50px;
  }
  .wd-md-50p {
    width: 50%;
  }
  .mx-wd-md-50p {
    max-width: 50%;
  }
  .mn-wd-md-50p {
    min-width: 50%;
  }
  .wd-md-50-f {
    width: 50px !important;
  }
  .wd-md-50p-f {
    width: 50% !important;
  }
  .mx-wd-md-50p-f {
    max-width: 50% !important;
  }
  .mn-wd-md-50p-f {
    min-width: 50% !important;
  }
  .wd-md-55 {
    width: 55px;
  }
  .wd-md-55p {
    width: 55%;
  }
  .mx-wd-md-55p {
    max-width: 55%;
  }
  .mn-wd-md-55p {
    min-width: 55%;
  }
  .wd-md-55-f {
    width: 55px !important;
  }
  .wd-md-55p-f {
    width: 55% !important;
  }
  .mx-wd-md-55p-f {
    max-width: 55% !important;
  }
  .mn-wd-md-55p-f {
    min-width: 55% !important;
  }
  .wd-md-60 {
    width: 60px;
  }
  .wd-md-60p {
    width: 60%;
  }
  .mx-wd-md-60p {
    max-width: 60%;
  }
  .mn-wd-md-60p {
    min-width: 60%;
  }
  .wd-md-60-f {
    width: 60px !important;
  }
  .wd-md-60p-f {
    width: 60% !important;
  }
  .mx-wd-md-60p-f {
    max-width: 60% !important;
  }
  .mn-wd-md-60p-f {
    min-width: 60% !important;
  }
  .wd-md-65 {
    width: 65px;
  }
  .wd-md-65p {
    width: 65%;
  }
  .mx-wd-md-65p {
    max-width: 65%;
  }
  .mn-wd-md-65p {
    min-width: 65%;
  }
  .wd-md-65-f {
    width: 65px !important;
  }
  .wd-md-65p-f {
    width: 65% !important;
  }
  .mx-wd-md-65p-f {
    max-width: 65% !important;
  }
  .mn-wd-md-65p-f {
    min-width: 65% !important;
  }
  .wd-md-70 {
    width: 70px;
  }
  .wd-md-70p {
    width: 70%;
  }
  .mx-wd-md-70p {
    max-width: 70%;
  }
  .mn-wd-md-70p {
    min-width: 70%;
  }
  .wd-md-70-f {
    width: 70px !important;
  }
  .wd-md-70p-f {
    width: 70% !important;
  }
  .mx-wd-md-70p-f {
    max-width: 70% !important;
  }
  .mn-wd-md-70p-f {
    min-width: 70% !important;
  }
  .wd-md-75 {
    width: 75px;
  }
  .wd-md-75p {
    width: 75%;
  }
  .mx-wd-md-75p {
    max-width: 75%;
  }
  .mn-wd-md-75p {
    min-width: 75%;
  }
  .wd-md-75-f {
    width: 75px !important;
  }
  .wd-md-75p-f {
    width: 75% !important;
  }
  .mx-wd-md-75p-f {
    max-width: 75% !important;
  }
  .mn-wd-md-75p-f {
    min-width: 75% !important;
  }
  .wd-md-80 {
    width: 80px;
  }
  .wd-md-80p {
    width: 80%;
  }
  .mx-wd-md-80p {
    max-width: 80%;
  }
  .mn-wd-md-80p {
    min-width: 80%;
  }
  .wd-md-80-f {
    width: 80px !important;
  }
  .wd-md-80p-f {
    width: 80% !important;
  }
  .mx-wd-md-80p-f {
    max-width: 80% !important;
  }
  .mn-wd-md-80p-f {
    min-width: 80% !important;
  }
  .wd-md-85 {
    width: 85px;
  }
  .wd-md-85p {
    width: 85%;
  }
  .mx-wd-md-85p {
    max-width: 85%;
  }
  .mn-wd-md-85p {
    min-width: 85%;
  }
  .wd-md-85-f {
    width: 85px !important;
  }
  .wd-md-85p-f {
    width: 85% !important;
  }
  .mx-wd-md-85p-f {
    max-width: 85% !important;
  }
  .mn-wd-md-85p-f {
    min-width: 85% !important;
  }
  .wd-md-90 {
    width: 90px;
  }
  .wd-md-90p {
    width: 90%;
  }
  .mx-wd-md-90p {
    max-width: 90%;
  }
  .mn-wd-md-90p {
    min-width: 90%;
  }
  .wd-md-90-f {
    width: 90px !important;
  }
  .wd-md-90p-f {
    width: 90% !important;
  }
  .mx-wd-md-90p-f {
    max-width: 90% !important;
  }
  .mn-wd-md-90p-f {
    min-width: 90% !important;
  }
  .wd-md-95 {
    width: 95px;
  }
  .wd-md-95p {
    width: 95%;
  }
  .mx-wd-md-95p {
    max-width: 95%;
  }
  .mn-wd-md-95p {
    min-width: 95%;
  }
  .wd-md-95-f {
    width: 95px !important;
  }
  .wd-md-95p-f {
    width: 95% !important;
  }
  .mx-wd-md-95p-f {
    max-width: 95% !important;
  }
  .mn-wd-md-95p-f {
    min-width: 95% !important;
  }
  .wd-md-100 {
    width: 100px;
  }
  .wd-md-100p {
    width: 100%;
  }
  .mx-wd-md-100p {
    max-width: 100%;
  }
  .mn-wd-md-100p {
    min-width: 100%;
  }
  .wd-md-100-f {
    width: 100px !important;
  }
  .wd-md-100p-f {
    width: 100% !important;
  }
  .mx-wd-md-100p-f {
    max-width: 100% !important;
  }
  .mn-wd-md-100p-f {
    min-width: 100% !important;
  }
  .wd-md-150 {
    width: 150px;
  }
  .wd-md-150p {
    width: 150%;
  }
  .mx-wd-md-150p {
    max-width: 150%;
  }
  .mn-wd-md-150p {
    min-width: 150%;
  }
  .wd-md-150-f {
    width: 150px !important;
  }
  .wd-md-150p-f {
    width: 150% !important;
  }
  .mx-wd-md-150p-f {
    max-width: 150% !important;
  }
  .mn-wd-md-150p-f {
    min-width: 150% !important;
  }
  .wd-md-200 {
    width: 200px;
  }
  .wd-md-200p {
    width: 200%;
  }
  .mx-wd-md-200p {
    max-width: 200%;
  }
  .mn-wd-md-200p {
    min-width: 200%;
  }
  .wd-md-200-f {
    width: 200px !important;
  }
  .wd-md-200p-f {
    width: 200% !important;
  }
  .mx-wd-md-200p-f {
    max-width: 200% !important;
  }
  .mn-wd-md-200p-f {
    min-width: 200% !important;
  }
  .wd-md-250 {
    width: 250px;
  }
  .wd-md-250p {
    width: 250%;
  }
  .mx-wd-md-250p {
    max-width: 250%;
  }
  .mn-wd-md-250p {
    min-width: 250%;
  }
  .wd-md-250-f {
    width: 250px !important;
  }
  .wd-md-250p-f {
    width: 250% !important;
  }
  .mx-wd-md-250p-f {
    max-width: 250% !important;
  }
  .mn-wd-md-250p-f {
    min-width: 250% !important;
  }
  .wd-md-300 {
    width: 300px;
  }
  .wd-md-300p {
    width: 300%;
  }
  .mx-wd-md-300p {
    max-width: 300%;
  }
  .mn-wd-md-300p {
    min-width: 300%;
  }
  .wd-md-300-f {
    width: 300px !important;
  }
  .wd-md-300p-f {
    width: 300% !important;
  }
  .mx-wd-md-300p-f {
    max-width: 300% !important;
  }
  .mn-wd-md-300p-f {
    min-width: 300% !important;
  }
  .wd-md-350 {
    width: 350px;
  }
  .wd-md-350p {
    width: 350%;
  }
  .mx-wd-md-350p {
    max-width: 350%;
  }
  .mn-wd-md-350p {
    min-width: 350%;
  }
  .wd-md-350-f {
    width: 350px !important;
  }
  .wd-md-350p-f {
    width: 350% !important;
  }
  .mx-wd-md-350p-f {
    max-width: 350% !important;
  }
  .mn-wd-md-350p-f {
    min-width: 350% !important;
  }
  .wd-md-400 {
    width: 400px;
  }
  .wd-md-400p {
    width: 400%;
  }
  .mx-wd-md-400p {
    max-width: 400%;
  }
  .mn-wd-md-400p {
    min-width: 400%;
  }
  .wd-md-400-f {
    width: 400px !important;
  }
  .wd-md-400p-f {
    width: 400% !important;
  }
  .mx-wd-md-400p-f {
    max-width: 400% !important;
  }
  .mn-wd-md-400p-f {
    min-width: 400% !important;
  }
  .wd-md-450 {
    width: 450px;
  }
  .wd-md-450p {
    width: 450%;
  }
  .mx-wd-md-450p {
    max-width: 450%;
  }
  .mn-wd-md-450p {
    min-width: 450%;
  }
  .wd-md-450-f {
    width: 450px !important;
  }
  .wd-md-450p-f {
    width: 450% !important;
  }
  .mx-wd-md-450p-f {
    max-width: 450% !important;
  }
  .mn-wd-md-450p-f {
    min-width: 450% !important;
  }
  .wd-md-500 {
    width: 500px;
  }
  .wd-md-500p {
    width: 500%;
  }
  .mx-wd-md-500p {
    max-width: 500%;
  }
  .mn-wd-md-500p {
    min-width: 500%;
  }
  .wd-md-500-f {
    width: 500px !important;
  }
  .wd-md-500p-f {
    width: 500% !important;
  }
  .mx-wd-md-500p-f {
    max-width: 500% !important;
  }
  .mn-wd-md-500p-f {
    min-width: 500% !important;
  }
  .wd-md-550 {
    width: 550px;
  }
  .wd-md-550p {
    width: 550%;
  }
  .mx-wd-md-550p {
    max-width: 550%;
  }
  .mn-wd-md-550p {
    min-width: 550%;
  }
  .wd-md-550-f {
    width: 550px !important;
  }
  .wd-md-550p-f {
    width: 550% !important;
  }
  .mx-wd-md-550p-f {
    max-width: 550% !important;
  }
  .mn-wd-md-550p-f {
    min-width: 550% !important;
  }
  .wd-md-600 {
    width: 600px;
  }
  .wd-md-600p {
    width: 600%;
  }
  .mx-wd-md-600p {
    max-width: 600%;
  }
  .mn-wd-md-600p {
    min-width: 600%;
  }
  .wd-md-600-f {
    width: 600px !important;
  }
  .wd-md-600p-f {
    width: 600% !important;
  }
  .mx-wd-md-600p-f {
    max-width: 600% !important;
  }
  .mn-wd-md-600p-f {
    min-width: 600% !important;
  }
  .wd-md-650 {
    width: 650px;
  }
  .wd-md-650p {
    width: 650%;
  }
  .mx-wd-md-650p {
    max-width: 650%;
  }
  .mn-wd-md-650p {
    min-width: 650%;
  }
  .wd-md-650-f {
    width: 650px !important;
  }
  .wd-md-650p-f {
    width: 650% !important;
  }
  .mx-wd-md-650p-f {
    max-width: 650% !important;
  }
  .mn-wd-md-650p-f {
    min-width: 650% !important;
  }
  .wd-md-700 {
    width: 700px;
  }
  .wd-md-700p {
    width: 700%;
  }
  .mx-wd-md-700p {
    max-width: 700%;
  }
  .mn-wd-md-700p {
    min-width: 700%;
  }
  .wd-md-700-f {
    width: 700px !important;
  }
  .wd-md-700p-f {
    width: 700% !important;
  }
  .mx-wd-md-700p-f {
    max-width: 700% !important;
  }
  .mn-wd-md-700p-f {
    min-width: 700% !important;
  }
  .wd-md-750 {
    width: 750px;
  }
  .wd-md-750p {
    width: 750%;
  }
  .mx-wd-md-750p {
    max-width: 750%;
  }
  .mn-wd-md-750p {
    min-width: 750%;
  }
  .wd-md-750-f {
    width: 750px !important;
  }
  .wd-md-750p-f {
    width: 750% !important;
  }
  .mx-wd-md-750p-f {
    max-width: 750% !important;
  }
  .mn-wd-md-750p-f {
    min-width: 750% !important;
  }
  .wd-md-800 {
    width: 800px;
  }
  .wd-md-800p {
    width: 800%;
  }
  .mx-wd-md-800p {
    max-width: 800%;
  }
  .mn-wd-md-800p {
    min-width: 800%;
  }
  .wd-md-800-f {
    width: 800px !important;
  }
  .wd-md-800p-f {
    width: 800% !important;
  }
  .mx-wd-md-800p-f {
    max-width: 800% !important;
  }
  .mn-wd-md-800p-f {
    min-width: 800% !important;
  }
  .wd-md-850 {
    width: 850px;
  }
  .wd-md-850p {
    width: 850%;
  }
  .mx-wd-md-850p {
    max-width: 850%;
  }
  .mn-wd-md-850p {
    min-width: 850%;
  }
  .wd-md-850-f {
    width: 850px !important;
  }
  .wd-md-850p-f {
    width: 850% !important;
  }
  .mx-wd-md-850p-f {
    max-width: 850% !important;
  }
  .mn-wd-md-850p-f {
    min-width: 850% !important;
  }
  .wd-md-900 {
    width: 900px;
  }
  .wd-md-900p {
    width: 900%;
  }
  .mx-wd-md-900p {
    max-width: 900%;
  }
  .mn-wd-md-900p {
    min-width: 900%;
  }
  .wd-md-900-f {
    width: 900px !important;
  }
  .wd-md-900p-f {
    width: 900% !important;
  }
  .mx-wd-md-900p-f {
    max-width: 900% !important;
  }
  .mn-wd-md-900p-f {
    min-width: 900% !important;
  }
  .wd-md-950 {
    width: 950px;
  }
  .wd-md-950p {
    width: 950%;
  }
  .mx-wd-md-950p {
    max-width: 950%;
  }
  .mn-wd-md-950p {
    min-width: 950%;
  }
  .wd-md-950-f {
    width: 950px !important;
  }
  .wd-md-950p-f {
    width: 950% !important;
  }
  .mx-wd-md-950p-f {
    max-width: 950% !important;
  }
  .mn-wd-md-950p-f {
    min-width: 950% !important;
  }
  .wd-md-1000 {
    width: 1000px;
  }
  .wd-md-1000p {
    width: 1000%;
  }
  .mx-wd-md-1000p {
    max-width: 1000%;
  }
  .mn-wd-md-1000p {
    min-width: 1000%;
  }
  .wd-md-1000-f {
    width: 1000px !important;
  }
  .wd-md-1000p-f {
    width: 1000% !important;
  }
  .mx-wd-md-1000p-f {
    max-width: 1000% !important;
  }
  .mn-wd-md-1000p-f {
    min-width: 1000% !important;
  }
  .wd-md-auto {
    width: auto;
  }
  .wd-md-auto-f {
    width: auto !important;
  }
  .wd-md-120 {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .wd-lg-5 {
    width: 5px;
  }
  .wd-lg-5p {
    width: 5%;
  }
  .mx-wd-lg-5p {
    max-width: 5%;
  }
  .mn-wd-lg-5p {
    min-width: 5%;
  }
  .wd-lg-5-f {
    width: 5px !important;
  }
  .wd-lg-5p-f {
    width: 5% !important;
  }
  .mx-wd-lg-5p-f {
    max-width: 5% !important;
  }
  .mn-wd-lg-5p-f {
    min-width: 5% !important;
  }
  .wd-lg-10 {
    width: 10px;
  }
  .wd-lg-10p {
    width: 10%;
  }
  .mx-wd-lg-10p {
    max-width: 10%;
  }
  .mn-wd-lg-10p {
    min-width: 10%;
  }
  .wd-lg-10-f {
    width: 10px !important;
  }
  .wd-lg-10p-f {
    width: 10% !important;
  }
  .mx-wd-lg-10p-f {
    max-width: 10% !important;
  }
  .mn-wd-lg-10p-f {
    min-width: 10% !important;
  }
  .wd-lg-15 {
    width: 15px;
  }
  .wd-lg-15p {
    width: 15%;
  }
  .mx-wd-lg-15p {
    max-width: 15%;
  }
  .mn-wd-lg-15p {
    min-width: 15%;
  }
  .wd-lg-15-f {
    width: 15px !important;
  }
  .wd-lg-15p-f {
    width: 15% !important;
  }
  .mx-wd-lg-15p-f {
    max-width: 15% !important;
  }
  .mn-wd-lg-15p-f {
    min-width: 15% !important;
  }
  .wd-lg-20 {
    width: 20px;
  }
  .wd-lg-20p {
    width: 20%;
  }
  .mx-wd-lg-20p {
    max-width: 20%;
  }
  .mn-wd-lg-20p {
    min-width: 20%;
  }
  .wd-lg-20-f {
    width: 20px !important;
  }
  .wd-lg-20p-f {
    width: 20% !important;
  }
  .mx-wd-lg-20p-f {
    max-width: 20% !important;
  }
  .mn-wd-lg-20p-f {
    min-width: 20% !important;
  }
  .wd-lg-25 {
    width: 25px;
  }
  .wd-lg-25p {
    width: 25%;
  }
  .mx-wd-lg-25p {
    max-width: 25%;
  }
  .mn-wd-lg-25p {
    min-width: 25%;
  }
  .wd-lg-25-f {
    width: 25px !important;
  }
  .wd-lg-25p-f {
    width: 25% !important;
  }
  .mx-wd-lg-25p-f {
    max-width: 25% !important;
  }
  .mn-wd-lg-25p-f {
    min-width: 25% !important;
  }
  .wd-lg-30 {
    width: 30px;
  }
  .wd-lg-30p {
    width: 30%;
  }
  .mx-wd-lg-30p {
    max-width: 30%;
  }
  .mn-wd-lg-30p {
    min-width: 30%;
  }
  .wd-lg-30-f {
    width: 30px !important;
  }
  .wd-lg-30p-f {
    width: 30% !important;
  }
  .mx-wd-lg-30p-f {
    max-width: 30% !important;
  }
  .mn-wd-lg-30p-f {
    min-width: 30% !important;
  }
  .wd-lg-35 {
    width: 35px;
  }
  .wd-lg-35p {
    width: 35%;
  }
  .mx-wd-lg-35p {
    max-width: 35%;
  }
  .mn-wd-lg-35p {
    min-width: 35%;
  }
  .wd-lg-35-f {
    width: 35px !important;
  }
  .wd-lg-35p-f {
    width: 35% !important;
  }
  .mx-wd-lg-35p-f {
    max-width: 35% !important;
  }
  .mn-wd-lg-35p-f {
    min-width: 35% !important;
  }
  .wd-lg-40 {
    width: 40px;
  }
  .wd-lg-40p {
    width: 40%;
  }
  .mx-wd-lg-40p {
    max-width: 40%;
  }
  .mn-wd-lg-40p {
    min-width: 40%;
  }
  .wd-lg-40-f {
    width: 40px !important;
  }
  .wd-lg-40p-f {
    width: 40% !important;
  }
  .mx-wd-lg-40p-f {
    max-width: 40% !important;
  }
  .mn-wd-lg-40p-f {
    min-width: 40% !important;
  }
  .wd-lg-45 {
    width: 45px;
  }
  .wd-lg-45p {
    width: 45%;
  }
  .mx-wd-lg-45p {
    max-width: 45%;
  }
  .mn-wd-lg-45p {
    min-width: 45%;
  }
  .wd-lg-45-f {
    width: 45px !important;
  }
  .wd-lg-45p-f {
    width: 45% !important;
  }
  .mx-wd-lg-45p-f {
    max-width: 45% !important;
  }
  .mn-wd-lg-45p-f {
    min-width: 45% !important;
  }
  .wd-lg-50 {
    width: 50px;
  }
  .wd-lg-50p {
    width: 50%;
  }
  .mx-wd-lg-50p {
    max-width: 50%;
  }
  .mn-wd-lg-50p {
    min-width: 50%;
  }
  .wd-lg-50-f {
    width: 50px !important;
  }
  .wd-lg-50p-f {
    width: 50% !important;
  }
  .mx-wd-lg-50p-f {
    max-width: 50% !important;
  }
  .mn-wd-lg-50p-f {
    min-width: 50% !important;
  }
  .wd-lg-55 {
    width: 55px;
  }
  .wd-lg-55p {
    width: 55%;
  }
  .mx-wd-lg-55p {
    max-width: 55%;
  }
  .mn-wd-lg-55p {
    min-width: 55%;
  }
  .wd-lg-55-f {
    width: 55px !important;
  }
  .wd-lg-55p-f {
    width: 55% !important;
  }
  .mx-wd-lg-55p-f {
    max-width: 55% !important;
  }
  .mn-wd-lg-55p-f {
    min-width: 55% !important;
  }
  .wd-lg-60 {
    width: 60px;
  }
  .wd-lg-60p {
    width: 60%;
  }
  .mx-wd-lg-60p {
    max-width: 60%;
  }
  .mn-wd-lg-60p {
    min-width: 60%;
  }
  .wd-lg-60-f {
    width: 60px !important;
  }
  .wd-lg-60p-f {
    width: 60% !important;
  }
  .mx-wd-lg-60p-f {
    max-width: 60% !important;
  }
  .mn-wd-lg-60p-f {
    min-width: 60% !important;
  }
  .wd-lg-65 {
    width: 65px;
  }
  .wd-lg-65p {
    width: 65%;
  }
  .mx-wd-lg-65p {
    max-width: 65%;
  }
  .mn-wd-lg-65p {
    min-width: 65%;
  }
  .wd-lg-65-f {
    width: 65px !important;
  }
  .wd-lg-65p-f {
    width: 65% !important;
  }
  .mx-wd-lg-65p-f {
    max-width: 65% !important;
  }
  .mn-wd-lg-65p-f {
    min-width: 65% !important;
  }
  .wd-lg-70 {
    width: 70px;
  }
  .wd-lg-70p {
    width: 70%;
  }
  .mx-wd-lg-70p {
    max-width: 70%;
  }
  .mn-wd-lg-70p {
    min-width: 70%;
  }
  .wd-lg-70-f {
    width: 70px !important;
  }
  .wd-lg-70p-f {
    width: 70% !important;
  }
  .mx-wd-lg-70p-f {
    max-width: 70% !important;
  }
  .mn-wd-lg-70p-f {
    min-width: 70% !important;
  }
  .wd-lg-75 {
    width: 75px;
  }
  .wd-lg-75p {
    width: 75%;
  }
  .mx-wd-lg-75p {
    max-width: 75%;
  }
  .mn-wd-lg-75p {
    min-width: 75%;
  }
  .wd-lg-75-f {
    width: 75px !important;
  }
  .wd-lg-75p-f {
    width: 75% !important;
  }
  .mx-wd-lg-75p-f {
    max-width: 75% !important;
  }
  .mn-wd-lg-75p-f {
    min-width: 75% !important;
  }
  .wd-lg-80 {
    width: 80px;
  }
  .wd-lg-80p {
    width: 80%;
  }
  .mx-wd-lg-80p {
    max-width: 80%;
  }
  .mn-wd-lg-80p {
    min-width: 80%;
  }
  .wd-lg-80-f {
    width: 80px !important;
  }
  .wd-lg-80p-f {
    width: 80% !important;
  }
  .mx-wd-lg-80p-f {
    max-width: 80% !important;
  }
  .mn-wd-lg-80p-f {
    min-width: 80% !important;
  }
  .wd-lg-85 {
    width: 85px;
  }
  .wd-lg-85p {
    width: 85%;
  }
  .mx-wd-lg-85p {
    max-width: 85%;
  }
  .mn-wd-lg-85p {
    min-width: 85%;
  }
  .wd-lg-85-f {
    width: 85px !important;
  }
  .wd-lg-85p-f {
    width: 85% !important;
  }
  .mx-wd-lg-85p-f {
    max-width: 85% !important;
  }
  .mn-wd-lg-85p-f {
    min-width: 85% !important;
  }
  .wd-lg-90 {
    width: 90px;
  }
  .wd-lg-90p {
    width: 90%;
  }
  .mx-wd-lg-90p {
    max-width: 90%;
  }
  .mn-wd-lg-90p {
    min-width: 90%;
  }
  .wd-lg-90-f {
    width: 90px !important;
  }
  .wd-lg-90p-f {
    width: 90% !important;
  }
  .mx-wd-lg-90p-f {
    max-width: 90% !important;
  }
  .mn-wd-lg-90p-f {
    min-width: 90% !important;
  }
  .wd-lg-95 {
    width: 95px;
  }
  .wd-lg-95p {
    width: 95%;
  }
  .mx-wd-lg-95p {
    max-width: 95%;
  }
  .mn-wd-lg-95p {
    min-width: 95%;
  }
  .wd-lg-95-f {
    width: 95px !important;
  }
  .wd-lg-95p-f {
    width: 95% !important;
  }
  .mx-wd-lg-95p-f {
    max-width: 95% !important;
  }
  .mn-wd-lg-95p-f {
    min-width: 95% !important;
  }
  .wd-lg-100 {
    width: 100px;
  }
  .wd-lg-100p {
    width: 100%;
  }
  .mx-wd-lg-100p {
    max-width: 100%;
  }
  .mn-wd-lg-100p {
    min-width: 100%;
  }
  .wd-lg-100-f {
    width: 100px !important;
  }
  .wd-lg-100p-f {
    width: 100% !important;
  }
  .mx-wd-lg-100p-f {
    max-width: 100% !important;
  }
  .mn-wd-lg-100p-f {
    min-width: 100% !important;
  }
  .wd-lg-150 {
    width: 150px;
  }
  .wd-lg-150p {
    width: 150%;
  }
  .mx-wd-lg-150p {
    max-width: 150%;
  }
  .mn-wd-lg-150p {
    min-width: 150%;
  }
  .wd-lg-150-f {
    width: 150px !important;
  }
  .wd-lg-150p-f {
    width: 150% !important;
  }
  .mx-wd-lg-150p-f {
    max-width: 150% !important;
  }
  .mn-wd-lg-150p-f {
    min-width: 150% !important;
  }
  .wd-lg-200 {
    width: 200px;
  }
  .wd-lg-200p {
    width: 200%;
  }
  .mx-wd-lg-200p {
    max-width: 200%;
  }
  .mn-wd-lg-200p {
    min-width: 200%;
  }
  .wd-lg-200-f {
    width: 200px !important;
  }
  .wd-lg-200p-f {
    width: 200% !important;
  }
  .mx-wd-lg-200p-f {
    max-width: 200% !important;
  }
  .mn-wd-lg-200p-f {
    min-width: 200% !important;
  }
  .wd-lg-250 {
    width: 250px;
  }
  .wd-lg-250p {
    width: 250%;
  }
  .mx-wd-lg-250p {
    max-width: 250%;
  }
  .mn-wd-lg-250p {
    min-width: 250%;
  }
  .wd-lg-250-f {
    width: 250px !important;
  }
  .wd-lg-250p-f {
    width: 250% !important;
  }
  .mx-wd-lg-250p-f {
    max-width: 250% !important;
  }
  .mn-wd-lg-250p-f {
    min-width: 250% !important;
  }
  .wd-lg-300 {
    width: 300px;
  }
  .wd-lg-300p {
    width: 300%;
  }
  .mx-wd-lg-300p {
    max-width: 300%;
  }
  .mn-wd-lg-300p {
    min-width: 300%;
  }
  .wd-lg-300-f {
    width: 300px !important;
  }
  .wd-lg-300p-f {
    width: 300% !important;
  }
  .mx-wd-lg-300p-f {
    max-width: 300% !important;
  }
  .mn-wd-lg-300p-f {
    min-width: 300% !important;
  }
  .wd-lg-350 {
    width: 350px;
  }
  .wd-lg-350p {
    width: 350%;
  }
  .mx-wd-lg-350p {
    max-width: 350%;
  }
  .mn-wd-lg-350p {
    min-width: 350%;
  }
  .wd-lg-350-f {
    width: 350px !important;
  }
  .wd-lg-350p-f {
    width: 350% !important;
  }
  .mx-wd-lg-350p-f {
    max-width: 350% !important;
  }
  .mn-wd-lg-350p-f {
    min-width: 350% !important;
  }
  .wd-lg-400 {
    width: 400px;
  }
  .wd-lg-400p {
    width: 400%;
  }
  .mx-wd-lg-400p {
    max-width: 400%;
  }
  .mn-wd-lg-400p {
    min-width: 400%;
  }
  .wd-lg-400-f {
    width: 400px !important;
  }
  .wd-lg-400p-f {
    width: 400% !important;
  }
  .mx-wd-lg-400p-f {
    max-width: 400% !important;
  }
  .mn-wd-lg-400p-f {
    min-width: 400% !important;
  }
  .wd-lg-450 {
    width: 450px;
  }
  .wd-lg-450p {
    width: 450%;
  }
  .mx-wd-lg-450p {
    max-width: 450%;
  }
  .mn-wd-lg-450p {
    min-width: 450%;
  }
  .wd-lg-450-f {
    width: 450px !important;
  }
  .wd-lg-450p-f {
    width: 450% !important;
  }
  .mx-wd-lg-450p-f {
    max-width: 450% !important;
  }
  .mn-wd-lg-450p-f {
    min-width: 450% !important;
  }
  .wd-lg-500 {
    width: 500px;
  }
  .wd-lg-500p {
    width: 500%;
  }
  .mx-wd-lg-500p {
    max-width: 500%;
  }
  .mn-wd-lg-500p {
    min-width: 500%;
  }
  .wd-lg-500-f {
    width: 500px !important;
  }
  .wd-lg-500p-f {
    width: 500% !important;
  }
  .mx-wd-lg-500p-f {
    max-width: 500% !important;
  }
  .mn-wd-lg-500p-f {
    min-width: 500% !important;
  }
  .wd-lg-550 {
    width: 550px;
  }
  .wd-lg-550p {
    width: 550%;
  }
  .mx-wd-lg-550p {
    max-width: 550%;
  }
  .mn-wd-lg-550p {
    min-width: 550%;
  }
  .wd-lg-550-f {
    width: 550px !important;
  }
  .wd-lg-550p-f {
    width: 550% !important;
  }
  .mx-wd-lg-550p-f {
    max-width: 550% !important;
  }
  .mn-wd-lg-550p-f {
    min-width: 550% !important;
  }
  .wd-lg-600 {
    width: 600px;
  }
  .wd-lg-600p {
    width: 600%;
  }
  .mx-wd-lg-600p {
    max-width: 600%;
  }
  .mn-wd-lg-600p {
    min-width: 600%;
  }
  .wd-lg-600-f {
    width: 600px !important;
  }
  .wd-lg-600p-f {
    width: 600% !important;
  }
  .mx-wd-lg-600p-f {
    max-width: 600% !important;
  }
  .mn-wd-lg-600p-f {
    min-width: 600% !important;
  }
  .wd-lg-650 {
    width: 650px;
  }
  .wd-lg-650p {
    width: 650%;
  }
  .mx-wd-lg-650p {
    max-width: 650%;
  }
  .mn-wd-lg-650p {
    min-width: 650%;
  }
  .wd-lg-650-f {
    width: 650px !important;
  }
  .wd-lg-650p-f {
    width: 650% !important;
  }
  .mx-wd-lg-650p-f {
    max-width: 650% !important;
  }
  .mn-wd-lg-650p-f {
    min-width: 650% !important;
  }
  .wd-lg-700 {
    width: 700px;
  }
  .wd-lg-700p {
    width: 700%;
  }
  .mx-wd-lg-700p {
    max-width: 700%;
  }
  .mn-wd-lg-700p {
    min-width: 700%;
  }
  .wd-lg-700-f {
    width: 700px !important;
  }
  .wd-lg-700p-f {
    width: 700% !important;
  }
  .mx-wd-lg-700p-f {
    max-width: 700% !important;
  }
  .mn-wd-lg-700p-f {
    min-width: 700% !important;
  }
  .wd-lg-750 {
    width: 750px;
  }
  .wd-lg-750p {
    width: 750%;
  }
  .mx-wd-lg-750p {
    max-width: 750%;
  }
  .mn-wd-lg-750p {
    min-width: 750%;
  }
  .wd-lg-750-f {
    width: 750px !important;
  }
  .wd-lg-750p-f {
    width: 750% !important;
  }
  .mx-wd-lg-750p-f {
    max-width: 750% !important;
  }
  .mn-wd-lg-750p-f {
    min-width: 750% !important;
  }
  .wd-lg-800 {
    width: 800px;
  }
  .wd-lg-800p {
    width: 800%;
  }
  .mx-wd-lg-800p {
    max-width: 800%;
  }
  .mn-wd-lg-800p {
    min-width: 800%;
  }
  .wd-lg-800-f {
    width: 800px !important;
  }
  .wd-lg-800p-f {
    width: 800% !important;
  }
  .mx-wd-lg-800p-f {
    max-width: 800% !important;
  }
  .mn-wd-lg-800p-f {
    min-width: 800% !important;
  }
  .wd-lg-850 {
    width: 850px;
  }
  .wd-lg-850p {
    width: 850%;
  }
  .mx-wd-lg-850p {
    max-width: 850%;
  }
  .mn-wd-lg-850p {
    min-width: 850%;
  }
  .wd-lg-850-f {
    width: 850px !important;
  }
  .wd-lg-850p-f {
    width: 850% !important;
  }
  .mx-wd-lg-850p-f {
    max-width: 850% !important;
  }
  .mn-wd-lg-850p-f {
    min-width: 850% !important;
  }
  .wd-lg-900 {
    width: 900px;
  }
  .wd-lg-900p {
    width: 900%;
  }
  .mx-wd-lg-900p {
    max-width: 900%;
  }
  .mn-wd-lg-900p {
    min-width: 900%;
  }
  .wd-lg-900-f {
    width: 900px !important;
  }
  .wd-lg-900p-f {
    width: 900% !important;
  }
  .mx-wd-lg-900p-f {
    max-width: 900% !important;
  }
  .mn-wd-lg-900p-f {
    min-width: 900% !important;
  }
  .wd-lg-950 {
    width: 950px;
  }
  .wd-lg-950p {
    width: 950%;
  }
  .mx-wd-lg-950p {
    max-width: 950%;
  }
  .mn-wd-lg-950p {
    min-width: 950%;
  }
  .wd-lg-950-f {
    width: 950px !important;
  }
  .wd-lg-950p-f {
    width: 950% !important;
  }
  .mx-wd-lg-950p-f {
    max-width: 950% !important;
  }
  .mn-wd-lg-950p-f {
    min-width: 950% !important;
  }
  .wd-lg-1000 {
    width: 1000px;
  }
  .wd-lg-1000p {
    width: 1000%;
  }
  .mx-wd-lg-1000p {
    max-width: 1000%;
  }
  .mn-wd-lg-1000p {
    min-width: 1000%;
  }
  .wd-lg-1000-f {
    width: 1000px !important;
  }
  .wd-lg-1000p-f {
    width: 1000% !important;
  }
  .mx-wd-lg-1000p-f {
    max-width: 1000% !important;
  }
  .mn-wd-lg-1000p-f {
    min-width: 1000% !important;
  }
  .wd-lg-auto {
    width: auto;
  }
  .wd-lg-auto-f {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .wd-xl-5 {
    width: 5px;
  }
  .wd-xl-5p {
    width: 5%;
  }
  .mx-wd-xl-5p {
    max-width: 5%;
  }
  .mn-wd-xl-5p {
    min-width: 5%;
  }
  .wd-xl-5-f {
    width: 5px !important;
  }
  .wd-xl-5p-f {
    width: 5% !important;
  }
  .mx-wd-xl-5p-f {
    max-width: 5% !important;
  }
  .mn-wd-xl-5p-f {
    min-width: 5% !important;
  }
  .wd-xl-10 {
    width: 10px;
  }
  .wd-xl-10p {
    width: 10%;
  }
  .mx-wd-xl-10p {
    max-width: 10%;
  }
  .mn-wd-xl-10p {
    min-width: 10%;
  }
  .wd-xl-10-f {
    width: 10px !important;
  }
  .wd-xl-10p-f {
    width: 10% !important;
  }
  .mx-wd-xl-10p-f {
    max-width: 10% !important;
  }
  .mn-wd-xl-10p-f {
    min-width: 10% !important;
  }
  .wd-xl-15 {
    width: 15px;
  }
  .wd-xl-15p {
    width: 15%;
  }
  .mx-wd-xl-15p {
    max-width: 15%;
  }
  .mn-wd-xl-15p {
    min-width: 15%;
  }
  .wd-xl-15-f {
    width: 15px !important;
  }
  .wd-xl-15p-f {
    width: 15% !important;
  }
  .mx-wd-xl-15p-f {
    max-width: 15% !important;
  }
  .mn-wd-xl-15p-f {
    min-width: 15% !important;
  }
  .wd-xl-20 {
    width: 20px;
  }
  .wd-xl-20p {
    width: 20%;
  }
  .mx-wd-xl-20p {
    max-width: 20%;
  }
  .mn-wd-xl-20p {
    min-width: 20%;
  }
  .wd-xl-20-f {
    width: 20px !important;
  }
  .wd-xl-20p-f {
    width: 20% !important;
  }
  .mx-wd-xl-20p-f {
    max-width: 20% !important;
  }
  .mn-wd-xl-20p-f {
    min-width: 20% !important;
  }
  .wd-xl-25 {
    width: 25px;
  }
  .wd-xl-25p {
    width: 25%;
  }
  .mx-wd-xl-25p {
    max-width: 25%;
  }
  .mn-wd-xl-25p {
    min-width: 25%;
  }
  .wd-xl-25-f {
    width: 25px !important;
  }
  .wd-xl-25p-f {
    width: 25% !important;
  }
  .mx-wd-xl-25p-f {
    max-width: 25% !important;
  }
  .mn-wd-xl-25p-f {
    min-width: 25% !important;
  }
  .wd-xl-30 {
    width: 30px;
  }
  .wd-xl-30p {
    width: 30%;
  }
  .mx-wd-xl-30p {
    max-width: 30%;
  }
  .mn-wd-xl-30p {
    min-width: 30%;
  }
  .wd-xl-30-f {
    width: 30px !important;
  }
  .wd-xl-30p-f {
    width: 30% !important;
  }
  .mx-wd-xl-30p-f {
    max-width: 30% !important;
  }
  .mn-wd-xl-30p-f {
    min-width: 30% !important;
  }
  .wd-xl-35 {
    width: 35px;
  }
  .wd-xl-35p {
    width: 35%;
  }
  .mx-wd-xl-35p {
    max-width: 35%;
  }
  .mn-wd-xl-35p {
    min-width: 35%;
  }
  .wd-xl-35-f {
    width: 35px !important;
  }
  .wd-xl-35p-f {
    width: 35% !important;
  }
  .mx-wd-xl-35p-f {
    max-width: 35% !important;
  }
  .mn-wd-xl-35p-f {
    min-width: 35% !important;
  }
  .wd-xl-40 {
    width: 40px;
  }
  .wd-xl-40p {
    width: 40%;
  }
  .mx-wd-xl-40p {
    max-width: 40%;
  }
  .mn-wd-xl-40p {
    min-width: 40%;
  }
  .wd-xl-40-f {
    width: 40px !important;
  }
  .wd-xl-40p-f {
    width: 40% !important;
  }
  .mx-wd-xl-40p-f {
    max-width: 40% !important;
  }
  .mn-wd-xl-40p-f {
    min-width: 40% !important;
  }
  .wd-xl-45 {
    width: 45px;
  }
  .wd-xl-45p {
    width: 45%;
  }
  .mx-wd-xl-45p {
    max-width: 45%;
  }
  .mn-wd-xl-45p {
    min-width: 45%;
  }
  .wd-xl-45-f {
    width: 45px !important;
  }
  .wd-xl-45p-f {
    width: 45% !important;
  }
  .mx-wd-xl-45p-f {
    max-width: 45% !important;
  }
  .mn-wd-xl-45p-f {
    min-width: 45% !important;
  }
  .wd-xl-50 {
    width: 50px;
  }
  .wd-xl-50p {
    width: 50%;
  }
  .mx-wd-xl-50p {
    max-width: 50%;
  }
  .mn-wd-xl-50p {
    min-width: 50%;
  }
  .wd-xl-50-f {
    width: 50px !important;
  }
  .wd-xl-50p-f {
    width: 50% !important;
  }
  .mx-wd-xl-50p-f {
    max-width: 50% !important;
  }
  .mn-wd-xl-50p-f {
    min-width: 50% !important;
  }
  .wd-xl-55 {
    width: 55px;
  }
  .wd-xl-55p {
    width: 55%;
  }
  .mx-wd-xl-55p {
    max-width: 55%;
  }
  .mn-wd-xl-55p {
    min-width: 55%;
  }
  .wd-xl-55-f {
    width: 55px !important;
  }
  .wd-xl-55p-f {
    width: 55% !important;
  }
  .mx-wd-xl-55p-f {
    max-width: 55% !important;
  }
  .mn-wd-xl-55p-f {
    min-width: 55% !important;
  }
  .wd-xl-60 {
    width: 60px;
  }
  .wd-xl-60p {
    width: 60%;
  }
  .mx-wd-xl-60p {
    max-width: 60%;
  }
  .mn-wd-xl-60p {
    min-width: 60%;
  }
  .wd-xl-60-f {
    width: 60px !important;
  }
  .wd-xl-60p-f {
    width: 60% !important;
  }
  .mx-wd-xl-60p-f {
    max-width: 60% !important;
  }
  .mn-wd-xl-60p-f {
    min-width: 60% !important;
  }
  .wd-xl-65 {
    width: 65px;
  }
  .wd-xl-65p {
    width: 65%;
  }
  .mx-wd-xl-65p {
    max-width: 65%;
  }
  .mn-wd-xl-65p {
    min-width: 65%;
  }
  .wd-xl-65-f {
    width: 65px !important;
  }
  .wd-xl-65p-f {
    width: 65% !important;
  }
  .mx-wd-xl-65p-f {
    max-width: 65% !important;
  }
  .mn-wd-xl-65p-f {
    min-width: 65% !important;
  }
  .wd-xl-70 {
    width: 70px;
  }
  .wd-xl-70p {
    width: 70%;
  }
  .mx-wd-xl-70p {
    max-width: 70%;
  }
  .mn-wd-xl-70p {
    min-width: 70%;
  }
  .wd-xl-70-f {
    width: 70px !important;
  }
  .wd-xl-70p-f {
    width: 70% !important;
  }
  .mx-wd-xl-70p-f {
    max-width: 70% !important;
  }
  .mn-wd-xl-70p-f {
    min-width: 70% !important;
  }
  .wd-xl-75 {
    width: 75px;
  }
  .wd-xl-75p {
    width: 75%;
  }
  .mx-wd-xl-75p {
    max-width: 75%;
  }
  .mn-wd-xl-75p {
    min-width: 75%;
  }
  .wd-xl-75-f {
    width: 75px !important;
  }
  .wd-xl-75p-f {
    width: 75% !important;
  }
  .mx-wd-xl-75p-f {
    max-width: 75% !important;
  }
  .mn-wd-xl-75p-f {
    min-width: 75% !important;
  }
  .wd-xl-80 {
    width: 80px;
  }
  .wd-xl-80p {
    width: 80%;
  }
  .mx-wd-xl-80p {
    max-width: 80%;
  }
  .mn-wd-xl-80p {
    min-width: 80%;
  }
  .wd-xl-80-f {
    width: 80px !important;
  }
  .wd-xl-80p-f {
    width: 80% !important;
  }
  .mx-wd-xl-80p-f {
    max-width: 80% !important;
  }
  .mn-wd-xl-80p-f {
    min-width: 80% !important;
  }
  .wd-xl-85 {
    width: 85px;
  }
  .wd-xl-85p {
    width: 85%;
  }
  .mx-wd-xl-85p {
    max-width: 85%;
  }
  .mn-wd-xl-85p {
    min-width: 85%;
  }
  .wd-xl-85-f {
    width: 85px !important;
  }
  .wd-xl-85p-f {
    width: 85% !important;
  }
  .mx-wd-xl-85p-f {
    max-width: 85% !important;
  }
  .mn-wd-xl-85p-f {
    min-width: 85% !important;
  }
  .wd-xl-90 {
    width: 90px;
  }
  .wd-xl-90p {
    width: 90%;
  }
  .mx-wd-xl-90p {
    max-width: 90%;
  }
  .mn-wd-xl-90p {
    min-width: 90%;
  }
  .wd-xl-90-f {
    width: 90px !important;
  }
  .wd-xl-90p-f {
    width: 90% !important;
  }
  .mx-wd-xl-90p-f {
    max-width: 90% !important;
  }
  .mn-wd-xl-90p-f {
    min-width: 90% !important;
  }
  .wd-xl-95 {
    width: 95px;
  }
  .wd-xl-95p {
    width: 95%;
  }
  .mx-wd-xl-95p {
    max-width: 95%;
  }
  .mn-wd-xl-95p {
    min-width: 95%;
  }
  .wd-xl-95-f {
    width: 95px !important;
  }
  .wd-xl-95p-f {
    width: 95% !important;
  }
  .mx-wd-xl-95p-f {
    max-width: 95% !important;
  }
  .mn-wd-xl-95p-f {
    min-width: 95% !important;
  }
  .wd-xl-100 {
    width: 100px;
  }
  .wd-xl-100p {
    width: 100%;
  }
  .mx-wd-xl-100p {
    max-width: 100%;
  }
  .mn-wd-xl-100p {
    min-width: 100%;
  }
  .wd-xl-100-f {
    width: 100px !important;
  }
  .wd-xl-100p-f {
    width: 100% !important;
  }
  .mx-wd-xl-100p-f {
    max-width: 100% !important;
  }
  .mn-wd-xl-100p-f {
    min-width: 100% !important;
  }
  .wd-xl-150 {
    width: 150px;
  }
  .wd-xl-150p {
    width: 150%;
  }
  .mx-wd-xl-150p {
    max-width: 150%;
  }
  .mn-wd-xl-150p {
    min-width: 150%;
  }
  .wd-xl-150-f {
    width: 150px !important;
  }
  .wd-xl-150p-f {
    width: 150% !important;
  }
  .mx-wd-xl-150p-f {
    max-width: 150% !important;
  }
  .mn-wd-xl-150p-f {
    min-width: 150% !important;
  }
  .wd-xl-200 {
    width: 200px;
  }
  .wd-xl-200p {
    width: 200%;
  }
  .mx-wd-xl-200p {
    max-width: 200%;
  }
  .mn-wd-xl-200p {
    min-width: 200%;
  }
  .wd-xl-200-f {
    width: 200px !important;
  }
  .wd-xl-200p-f {
    width: 200% !important;
  }
  .mx-wd-xl-200p-f {
    max-width: 200% !important;
  }
  .mn-wd-xl-200p-f {
    min-width: 200% !important;
  }
  .wd-xl-250 {
    width: 250px;
  }
  .wd-xl-250p {
    width: 250%;
  }
  .mx-wd-xl-250p {
    max-width: 250%;
  }
  .mn-wd-xl-250p {
    min-width: 250%;
  }
  .wd-xl-250-f {
    width: 250px !important;
  }
  .wd-xl-250p-f {
    width: 250% !important;
  }
  .mx-wd-xl-250p-f {
    max-width: 250% !important;
  }
  .mn-wd-xl-250p-f {
    min-width: 250% !important;
  }
  .wd-xl-300 {
    width: 300px;
  }
  .wd-xl-300p {
    width: 300%;
  }
  .mx-wd-xl-300p {
    max-width: 300%;
  }
  .mn-wd-xl-300p {
    min-width: 300%;
  }
  .wd-xl-300-f {
    width: 300px !important;
  }
  .wd-xl-300p-f {
    width: 300% !important;
  }
  .mx-wd-xl-300p-f {
    max-width: 300% !important;
  }
  .mn-wd-xl-300p-f {
    min-width: 300% !important;
  }
  .wd-xl-350 {
    width: 350px;
  }
  .wd-xl-350p {
    width: 350%;
  }
  .mx-wd-xl-350p {
    max-width: 350%;
  }
  .mn-wd-xl-350p {
    min-width: 350%;
  }
  .wd-xl-350-f {
    width: 350px !important;
  }
  .wd-xl-350p-f {
    width: 350% !important;
  }
  .mx-wd-xl-350p-f {
    max-width: 350% !important;
  }
  .mn-wd-xl-350p-f {
    min-width: 350% !important;
  }
  .wd-xl-400 {
    width: 400px;
  }
  .wd-xl-400p {
    width: 400%;
  }
  .mx-wd-xl-400p {
    max-width: 400%;
  }
  .mn-wd-xl-400p {
    min-width: 400%;
  }
  .wd-xl-400-f {
    width: 400px !important;
  }
  .wd-xl-400p-f {
    width: 400% !important;
  }
  .mx-wd-xl-400p-f {
    max-width: 400% !important;
  }
  .mn-wd-xl-400p-f {
    min-width: 400% !important;
  }
  .wd-xl-450 {
    width: 450px;
  }
  .wd-xl-450p {
    width: 450%;
  }
  .mx-wd-xl-450p {
    max-width: 450%;
  }
  .mn-wd-xl-450p {
    min-width: 450%;
  }
  .wd-xl-450-f {
    width: 450px !important;
  }
  .wd-xl-450p-f {
    width: 450% !important;
  }
  .mx-wd-xl-450p-f {
    max-width: 450% !important;
  }
  .mn-wd-xl-450p-f {
    min-width: 450% !important;
  }
  .wd-xl-500 {
    width: 500px;
  }
  .wd-xl-500p {
    width: 500%;
  }
  .mx-wd-xl-500p {
    max-width: 500%;
  }
  .mn-wd-xl-500p {
    min-width: 500%;
  }
  .wd-xl-500-f {
    width: 500px !important;
  }
  .wd-xl-500p-f {
    width: 500% !important;
  }
  .mx-wd-xl-500p-f {
    max-width: 500% !important;
  }
  .mn-wd-xl-500p-f {
    min-width: 500% !important;
  }
  .wd-xl-550 {
    width: 550px;
  }
  .wd-xl-550p {
    width: 550%;
  }
  .mx-wd-xl-550p {
    max-width: 550%;
  }
  .mn-wd-xl-550p {
    min-width: 550%;
  }
  .wd-xl-550-f {
    width: 550px !important;
  }
  .wd-xl-550p-f {
    width: 550% !important;
  }
  .mx-wd-xl-550p-f {
    max-width: 550% !important;
  }
  .mn-wd-xl-550p-f {
    min-width: 550% !important;
  }
  .wd-xl-600 {
    width: 600px;
  }
  .wd-xl-600p {
    width: 600%;
  }
  .mx-wd-xl-600p {
    max-width: 600%;
  }
  .mn-wd-xl-600p {
    min-width: 600%;
  }
  .wd-xl-600-f {
    width: 600px !important;
  }
  .wd-xl-600p-f {
    width: 600% !important;
  }
  .mx-wd-xl-600p-f {
    max-width: 600% !important;
  }
  .mn-wd-xl-600p-f {
    min-width: 600% !important;
  }
  .wd-xl-650 {
    width: 650px;
  }
  .wd-xl-650p {
    width: 650%;
  }
  .mx-wd-xl-650p {
    max-width: 650%;
  }
  .mn-wd-xl-650p {
    min-width: 650%;
  }
  .wd-xl-650-f {
    width: 650px !important;
  }
  .wd-xl-650p-f {
    width: 650% !important;
  }
  .mx-wd-xl-650p-f {
    max-width: 650% !important;
  }
  .mn-wd-xl-650p-f {
    min-width: 650% !important;
  }
  .wd-xl-700 {
    width: 700px;
  }
  .wd-xl-700p {
    width: 700%;
  }
  .mx-wd-xl-700p {
    max-width: 700%;
  }
  .mn-wd-xl-700p {
    min-width: 700%;
  }
  .wd-xl-700-f {
    width: 700px !important;
  }
  .wd-xl-700p-f {
    width: 700% !important;
  }
  .mx-wd-xl-700p-f {
    max-width: 700% !important;
  }
  .mn-wd-xl-700p-f {
    min-width: 700% !important;
  }
  .wd-xl-750 {
    width: 750px;
  }
  .wd-xl-750p {
    width: 750%;
  }
  .mx-wd-xl-750p {
    max-width: 750%;
  }
  .mn-wd-xl-750p {
    min-width: 750%;
  }
  .wd-xl-750-f {
    width: 750px !important;
  }
  .wd-xl-750p-f {
    width: 750% !important;
  }
  .mx-wd-xl-750p-f {
    max-width: 750% !important;
  }
  .mn-wd-xl-750p-f {
    min-width: 750% !important;
  }
  .wd-xl-800 {
    width: 800px;
  }
  .wd-xl-800p {
    width: 800%;
  }
  .mx-wd-xl-800p {
    max-width: 800%;
  }
  .mn-wd-xl-800p {
    min-width: 800%;
  }
  .wd-xl-800-f {
    width: 800px !important;
  }
  .wd-xl-800p-f {
    width: 800% !important;
  }
  .mx-wd-xl-800p-f {
    max-width: 800% !important;
  }
  .mn-wd-xl-800p-f {
    min-width: 800% !important;
  }
  .wd-xl-850 {
    width: 850px;
  }
  .wd-xl-850p {
    width: 850%;
  }
  .mx-wd-xl-850p {
    max-width: 850%;
  }
  .mn-wd-xl-850p {
    min-width: 850%;
  }
  .wd-xl-850-f {
    width: 850px !important;
  }
  .wd-xl-850p-f {
    width: 850% !important;
  }
  .mx-wd-xl-850p-f {
    max-width: 850% !important;
  }
  .mn-wd-xl-850p-f {
    min-width: 850% !important;
  }
  .wd-xl-900 {
    width: 900px;
  }
  .wd-xl-900p {
    width: 900%;
  }
  .mx-wd-xl-900p {
    max-width: 900%;
  }
  .mn-wd-xl-900p {
    min-width: 900%;
  }
  .wd-xl-900-f {
    width: 900px !important;
  }
  .wd-xl-900p-f {
    width: 900% !important;
  }
  .mx-wd-xl-900p-f {
    max-width: 900% !important;
  }
  .mn-wd-xl-900p-f {
    min-width: 900% !important;
  }
  .wd-xl-950 {
    width: 950px;
  }
  .wd-xl-950p {
    width: 950%;
  }
  .mx-wd-xl-950p {
    max-width: 950%;
  }
  .mn-wd-xl-950p {
    min-width: 950%;
  }
  .wd-xl-950-f {
    width: 950px !important;
  }
  .wd-xl-950p-f {
    width: 950% !important;
  }
  .mx-wd-xl-950p-f {
    max-width: 950% !important;
  }
  .mn-wd-xl-950p-f {
    min-width: 950% !important;
  }
  .wd-xl-1000 {
    width: 1000px;
  }
  .wd-xl-1000p {
    width: 1000%;
  }
  .mx-wd-xl-1000p {
    max-width: 1000%;
  }
  .mn-wd-xl-1000p {
    min-width: 1000%;
  }
  .wd-xl-1000-f {
    width: 1000px !important;
  }
  .wd-xl-1000p-f {
    width: 1000% !important;
  }
  .mx-wd-xl-1000p-f {
    max-width: 1000% !important;
  }
  .mn-wd-xl-1000p-f {
    min-width: 1000% !important;
  }
  .wd-xl-auto {
    width: auto;
  }
  .wd-xl-auto {
    width: auto !important;
  }
}
.bg-twitter {
  background: social-color(twitter);
}

.bg-facebook {
  background: social-color(facebook);
}

.bg-google {
  background: social-color(google);
}

.bg-linkedin {
  background: social-color(linkedin);
}

.bg-pinterest {
  background: social-color(pinterest);
}

.bg-youtube {
  background: social-color(youtube);
}

.bg-github {
  background: social-color(github);
}

.bg-behance {
  background: social-color(behance);
}

.bg-dribbble {
  background: social-color(dribbble);
}

.bg-reddit {
  background: social-color(reddit);
}

.bg-instagram {
  background: social-color(instagram);
}

.bg-gradient-primary {
  background: linear-gradient(230deg, #362e59, #843cf6);
}

.bg-gradient-secondary {
  background: linear-gradient(to right, #e7ebf0, #868e96);
}

.bg-gradient-success {
  background: linear-gradient(45deg, #7bffce, #30c93e);
}

.bg-gradient-info {
  background: linear-gradient(to bottom, #0e4cfd, #6a8eff);
}

.bg-gradient-warning {
  background: linear-gradient(135deg, #ffc480, #ff763b);
}

.bg-gradient-danger {
  background: linear-gradient(316deg, #fc5286, #fbaaa2);
}

.bg-gradient-light {
  background: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}

.bg-gradient-dark {
  background: linear-gradient(to right, #7d7979 0%, #000 100%);
}

body {
  margin: 0;
  padding: 0;
}

.form-control, .typeahead,
.tt-query,
.tt-hint, .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single, .email-compose-fields .select2-container--default .select2-selection--multiple, select, .form-control:focus {
  box-shadow: none;
  outline: none;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  text-shadow: none;
}

[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}

input,
.form-control:focus,
.typeahead:focus,
.tt-query:focus,
.tt-hint:focus,
.select2-container--default .select2-selection--single .select2-search__field:focus,
.select2-container--default .select2-selection--single:focus,
.email-compose-fields .select2-container--default .select2-selection--multiple:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  outline: transparent none 0;
  box-shadow: none;
}

textarea {
  resize: none;
  overflow-x: hidden;
}

.btn, .wizard > .actions .disabled a, .wizard > .actions a, .wizard > .actions a:hover, .swal2-modal .swal2-actions button, .fc .fc-button,
.btn-group.open .dropdown-toggle,
.fc .fc-toolbar.fc-header-toolbar .fc-left .open.fc-button-group .dropdown-toggle,
.fc .fc-toolbar.fc-header-toolbar .fc-right .open.fc-button-group .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:hover,
input:focus,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:visited {
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.wizard > .actions a.focus,
.swal2-modal .swal2-actions button.focus,
.fc .focus.fc-button,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.wizard > .actions a:focus,
.swal2-modal .swal2-actions button:focus,
.fc .fc-button:focus,
button,
button:active,
button:checked,
button:hover,
button:visited {
  outline: 0;
  outline-offset: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
  outline-offset: 0;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited {
  outline: none;
}

a:focus,
input:focus {
  border-color: transparent;
  outline: none;
}

a:hover {
  text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px white inset;
}

@font-face {
  font-family: Overpass;
  src: url("../../fonts/overpass/Overpass-Regular.eot");
  src: url("../../fonts/overpass/Overpass-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/overpass/Overpass-Regular.woff2") format("woff2"), url("../../fonts/overpass/Overpass-Regular.woff") format("woff"), url("../../fonts/overpass/Overpass-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Overpass;
  src: url("../../fonts/overpass/Overpass-SemiBold.eot");
  src: url("../../fonts/overpass/Overpass-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/overpass/Overpass-SemiBold.woff2") format("woff2"), url("../../fonts/overpass/Overpass-SemiBold.woff") format("woff"), url("../../fonts/overpass/Overpass-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Overpass;
  src: url("../../fonts/overpass/Overpass-Italic.eot");
  src: url("../../fonts/overpass/Overpass-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/overpass/Overpass-Italic.woff2") format("woff2"), url("../../fonts/overpass/Overpass-Italic.woff") format("woff"), url("../../fonts/overpass/Overpass-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Overpass;
  src: url("../../fonts/overpass/Overpass-Light.eot");
  src: url("../../fonts/overpass/Overpass-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/overpass/Overpass-Light.woff2") format("woff2"), url("../../fonts/overpass/Overpass-Light.woff") format("woff"), url("../../fonts/overpass/Overpass-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Overpass;
  src: url("../../fonts/overpass/Overpass-ExtraBold.eot");
  src: url("../../fonts/overpass/Overpass-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/overpass/Overpass-ExtraBold.woff2") format("woff2"), url("../../fonts/overpass/Overpass-ExtraBold.woff") format("woff"), url("../../fonts/overpass/Overpass-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Overpass;
  src: url("../../fonts/overpass/Overpass-Bold.eot");
  src: url("../../fonts/overpass/Overpass-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/overpass/Overpass-Bold.woff2") format("woff2"), url("../../fonts/overpass/Overpass-Bold.woff") format("woff"), url("../../fonts/overpass/Overpass-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Overpass;
  src: url("../../fonts/overpass/Overpass-Black.eot");
  src: url("../../fonts/overpass/Overpass-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/overpass/Overpass-Black.woff2") format("woff2"), url("../../fonts/overpass/Overpass-Black.woff") format("woff"), url("../../fonts/overpass/Overpass-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* Footer */
.footer {
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.1s ease, left 0.1s ease;
}
.footer a {
  color: #ee268c;
  font-size: inherit;
}
.footer svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 991px) {
  .footer {
    position: relative;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .footer {
    margin-left: 0;
    width: 100%;
  }
}

body,
html {
  padding-right: 0 !important;
}

body {
  margin: 0;
  color: #362E59;
  text-align: left;
  background-color: #f9f9f9;
  height: 100%;
}

*:full-screen,
*:full-screen,
*:fullscreen *:-ms-full-screen {
  overflow: auto;
}

pre {
  background-color: #f9f9f9;
  padding: 15px;
  font-size: 13px;
  border-radius: 0.5rem;
}

code {
  font-family: monospace;
  font-weight: 400;
  font-size: 0.813rem;
  border-radius: 4px;
  color: #362e59;
  padding: 0.125rem 0.25rem;
  background-color: #f6f7fa;
}

a {
  color: #ee268c;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(208.6538461538, 16.3461538462, 114.4230769231);
  text-decoration: underline;
}

/* Utilities */
.img-lg {
  width: 92px;
  height: 92px;
}

.img-sm {
  width: 43px;
  height: 43px;
}

.img-xs {
  width: 37px;
  height: 37px;
}

.img-ss {
  width: 26px;
  height: 26px;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

@media (min-width: 576px) {
  .border-rigwd-sm {
    border-right: 1px solid #dfe4eb;
  }
}

@media (min-width: 768px) {
  .border-rigwd-md {
    border-right: 1px solid #dfe4eb;
  }
}

@media (min-width: 992px) {
  .border-right-lg {
    border-right: 1px solid #dfe4eb;
  }
}

@media (min-width: 576px) {
  .border-left-sm {
    border-left: 1px solid #dfe4eb;
  }
}

@media (min-width: 768px) {
  .border-left-md {
    border-left: 1px solid #dfe4eb;
  }
}

@media (min-width: 992px) {
  .border-left-lg {
    border-left: 1px solid #dfe4eb;
  }
}

.icon-xs {
  width: 12px;
  height: 12px;
}

.icon-sm {
  width: 14px;
  height: 14px;
}

.icon-md {
  width: 16px;
  height: 16px;
}

.icon-lg, .data-icon-card-danger-muted .background-icon i, .data-icon-card-info-muted .background-icon i, .data-icon-card-secondary-dark .background-icon i, .data-icon-card-secondary-light .background-icon i, .data-icon-card-primary-muted .background-icon i, .data-icon-card-alternative .background-icon i, .data-icon-card-tertiary .background-icon i, .data-icon-card-primary-dark .background-icon i, .data-icon-card-primary-light .background-icon i, .data-icon-card-default .background-icon i, .data-icon-card-dark .background-icon i, .data-icon-card-light .background-icon i, .data-icon-card-danger .background-icon i, .data-icon-card-warning .background-icon i, .data-icon-card-info .background-icon i, .data-icon-card-success .background-icon i, .data-icon-card-secondary .background-icon i, .data-icon-card-primary .background-icon i {
  width: 20px;
  height: 20px;
}

.icon-xl {
  width: 26px;
  height: 26px;
}

.icon-xxl {
  width: 40px;
  height: 40px;
}

.text-gray {
  color: #91a1b6;
}

.text-black {
  color: #000;
}

.text-small {
  font-size: 13px;
}

.flex-grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.text-nowrap {
  white-space: nowrap;
}

.tx-10 {
  font-size: 10px;
}

.tx-11 {
  font-size: 11px;
}

.tx-12 {
  font-size: 12px;
}

.tx-13 {
  font-size: 13px;
  line-height: 1.3;
}

.tx-14 {
  font-size: 14px;
}

.tx-80 {
  font-size: 80px;
}

.pt-1px {
  padding-top: 1px;
}

.pt-2px {
  padding-top: 2px;
}

.pt-3px {
  padding-top: 3px;
}

.pb-1px {
  padding-bottom: 1px;
}

.pb-2px {
  padding-bottom: 2px;
}

.pb-3px {
  padding-bottom: 3px;
}

.mt-1px {
  margin-top: 1px;
}

.mt-2px {
  margin-top: 2px;
}

.mt-3px {
  margin-top: 3px;
}

.mb-1px {
  margin-bottom: 1px;
}

.mb-2px {
  margin-bottom: 2px;
}

.mb-3px {
  margin-bottom: 3px;
}

.w-15 {
  width: 15%;
}

.w-35 {
  width: 35%;
}

.w-65 {
  width: 65%;
}

.w-90 {
  width: 90%;
}

.border-top {
  border-top: 1px solid #dfe4eb;
}

.border-right {
  border-right: 1px solid #dfe4eb;
}

.border-bottom {
  border-bottom: 1px solid #dfe4eb;
}

.border-left {
  border-left: 1px solid #dfe4eb;
}

.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-x {
  border-left: 1px solid #dfe4eb;
  border-right: 1px solid #dfe4eb;
}

.border-y {
  border-top: 1px solid #dfe4eb;
  border-bottom: 1px solid #dfe4eb;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #dfe4eb;
  }
  .border-sm-right {
    border-right: 1px solid #dfe4eb;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #dfe4eb;
  }
  .border-sm-left {
    border-left: 1px solid #dfe4eb;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #dfe4eb;
    border-right: 1px solid #dfe4eb;
  }
  .border-sm-y {
    border-top: 1px solid #dfe4eb;
    border-bottom: 1px solid #dfe4eb;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #dfe4eb;
  }
  .border-md-right {
    border-right: 1px solid #dfe4eb;
  }
  .border-md-bottom {
    border-bottom: 1px solid #dfe4eb;
  }
  .border-md-left {
    border-left: 1px solid #dfe4eb;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #dfe4eb;
    border-right: 1px solid #dfe4eb;
  }
  .border-md-y {
    border-top: 1px solid #dfe4eb;
    border-bottom: 1px solid #dfe4eb;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #dfe4eb;
  }
  .border-lg-right {
    border-right: 1px solid #dfe4eb;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #dfe4eb;
  }
  .border-lg-left {
    border-left: 1px solid #dfe4eb;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #dfe4eb;
    border-right: 1px solid #dfe4eb;
  }
  .border-lg-y {
    border-top: 1px solid #dfe4eb;
    border-bottom: 1px solid #dfe4eb;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #dfe4eb;
  }
  .border-xl-right {
    border-right: 1px solid #dfe4eb;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #dfe4eb;
  }
  .border-xl-left {
    border-left: 1px solid #dfe4eb;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #dfe4eb;
    border-right: 1px solid #dfe4eb;
  }
  .border-xl-y {
    border-top: 1px solid #dfe4eb;
    border-bottom: 1px solid #dfe4eb;
  }
}
.ht-3 {
  height: 3px;
}

.ht-5 {
  height: 5px;
}

.ht-10 {
  height: 10px;
}

.ht-15 {
  height: 15px;
}

.ht-12 {
  height: 12px;
}

.ht-20 {
  height: 20px;
}

.ht-25 {
  height: 25px;
}

.ht-30 {
  height: 30px;
}

.ht-35 {
  height: 35px;
}

.ht-40 {
  height: 40px;
}

.ht-45 {
  height: 45px;
}

.ht-50 {
  height: 50px;
}

.ht-55 {
  height: 55px;
}

.ht-60 {
  height: 60px;
}

.ht-65 {
  height: 65px;
}

.ht-70 {
  height: 70px;
}

.ht-75 {
  height: 75px;
}

.ht-80 {
  height: 80px;
}

.ht-85 {
  height: 85px;
}

.ht-90 {
  height: 90px;
}

.ht-95 {
  height: 95px;
}

.ht-100 {
  height: 100px;
}

.wd-5 {
  width: 5px;
}

.wd-10 {
  width: 10px;
}

.wd-15 {
  width: 15px;
}

.wd-12 {
  width: 12px;
}

.wd-20 {
  width: 20px;
}

.wd-25 {
  width: 25px;
}

.wd-30 {
  width: 30px;
}

.wd-35 {
  width: 35px;
}

.wd-40 {
  width: 40px;
}

.wd-45 {
  width: 45px;
}

.wd-50 {
  width: 50px;
}

.wd-55 {
  width: 55px;
}

.wd-60 {
  width: 60px;
}

.wd-65 {
  width: 65px;
}

.wd-70 {
  width: 70px;
}

.wd-75 {
  width: 75px;
}

.wd-80 {
  width: 80px;
}

.wd-85 {
  width: 85px;
}

.wd-90 {
  width: 90px;
}

.wd-95 {
  width: 95px;
}

.wd-100 {
  width: 100px;
}

.bd {
  border: 1px solid #dfe4eb;
}

.bd-t {
  border-top: 1px solid #dfe4eb;
}

.bd-r {
  border-right: 1px solid #dfe4eb;
}

.bd-b {
  border-bottom: 1px solid #dfe4eb;
}

.bd-l {
  border-left: 1px solid #dfe4eb;
}

.bd-y {
  border-top: 1px solid #dfe4eb;
  border-bottom: 1px solid #dfe4eb;
}

.bd-x {
  border-left: 1px solid #dfe4eb;
  border-right: 1px solid #dfe4eb;
}

.bd-w-2 {
  border-width: 2px;
}

.bd-w-3 {
  border-width: 3px;
}

.bd-w-4 {
  border-width: 4px;
}

.bd-w-5 {
  border-width: 5px;
}

.bd-primary {
  border-color: #362e59;
}

.bd-secondary {
  border-color: #f4f5f9;
}

.bd-success {
  border-color: #66cb9f;
}

.bd-info {
  border-color: #3699ff;
}

.bd-warning {
  border-color: #fbdc7b;
}

.bd-danger {
  border-color: #f16064;
}

.bd-light {
  border-color: #f6f7fa;
}

.bd-dark {
  border-color: #362e59;
}

.bd-default {
  border-color: #fff;
}

.bd-primary-light {
  border-color: #434C78;
}

.bd-primary-dark {
  border-color: #201747;
}

.bd-tertiary {
  border-color: #ee268c;
}

.bd-alternative {
  border-color: #9063cd;
}

.bd-primary-muted {
  border-color: #b1cfec;
}

.bd-secondary-light {
  border-color: #ebf2fa;
}

.bd-secondary-dark {
  border-color: #a6b7d4;
}

.bd-info-muted {
  border-color: #88dbdf;
}

.bd-danger-muted {
  border-color: #f77eb9;
}

/* Demo Styles */
.main-content {
  color: #362E59;
  font-size: 16px;
}
.main-content > .page-title {
  margin-bottom: 1rem;
  font-weight: 400;
}
.main-content > h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.875rem;
}
.main-content > h4::before {
  display: block;
  height: 5.4rem;
  margin-top: -6rem;
  content: "";
}
.main-content > hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.main-content .example {
  font-size: 0.875rem;
  letter-spacing: normal;
  padding: 10px;
  background-color: #fff;
  border: 4px solid #dfe4eb;
  position: relative;
}
@media (min-width: 576px) {
  .main-content .example {
    padding: 25px;
  }
}
.main-content .highlight {
  position: relative;
  background-color: #fff;
  padding: 15px;
}
.main-content .highlight pre {
  padding: 15px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  background: transparent;
  line-height: 1.4;
  margin: 0;
}
.main-content .highlight pre code {
  font-family: "Poppins", sans-serif;
  padding: 0;
  tab-size: 8;
  color: #362E59;
  text-shadow: none;
}
.main-content .highlight pre code .token.url, .main-content .highlight pre code .token.string, .main-content .highlight pre code .token.entity, .main-content .highlight pre code .token.operator {
  background: none;
}
.main-content .highlight .btn-clipboard {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 14px;
  padding: 4px 8px;
  background: rgb(233.7, 233.7, 233.7);
}
@media (max-width: 991px) {
  .main-content .highlight .btn-clipboard {
    padding: 2px 6px;
  }
}
.main-content .highlight .btn-clipboard:hover {
  background: rgb(228.6, 228.6, 228.6);
}
.main-content .highlight .btn-clipboard svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 991px) {
  .main-content .highlight .btn-clipboard svg {
    width: 15px;
    height: 15px;
  }
}

.example .btn-toolbar + .btn-toolbar {
  margin-top: 0.5rem;
}
.example .modal.static {
  position: static;
  display: block;
}
.example .navbar {
  position: relative;
  padding: 0.5rem 1rem;
  left: auto;
  width: 100%;
  height: auto;
  z-index: 9;
}
.example .navbar .navbar-brand {
  font-size: 1.25rem;
}
.example .progress + .progress {
  margin-top: 10px;
}
.example .perfect-scrollbar-example {
  position: relative;
  max-height: 250px;
  background: #fff;
}
.example .scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}
.example .scrollspy-example-2 {
  position: relative;
  height: 350px;
  overflow: auto;
}
.example nav .breadcrumb {
  margin-bottom: 0.75rem;
}
.example nav:last-child .breadcrumb {
  margin-bottom: 0;
}

.page-breadcrumb {
  margin-bottom: 15px;
}
.page-breadcrumb .breadcrumb {
  padding: 0;
  background: #f9f9f9;
}

.helloretail-logo {
  font-weight: 900;
  font-size: 25px;
  letter-spacing: -1px;
  color: #031a61;
}
.helloretail-logo span {
  color: #362e59;
  font-weight: 300;
}
.helloretail-logo:hover {
  color: #031a61;
}
.helloretail-logo.logo-light {
  color: #362E59;
}

.rtl .page-content .main-content .example .navbar {
  right: 0;
}

/* Typography */
body {
  font-family: "Poppins", sans-serif;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: 2.25rem;
}

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

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

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

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

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

.display-1 {
  font-size: 3.75rem;
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 3rem;
  }
}

.display-2 {
  font-size: 3.125rem;
}
@media (max-width: 991px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

.display-3 {
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .display-3 {
    font-size: 2rem;
  }
}

.display-4 {
  font-size: 1.875rem;
}
@media (max-width: 991px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

.display-5 {
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  .display-5 {
    font-size: 1rem;
  }
}

.blockquote {
  padding: 1.25rem;
}

small,
.small {
  font-size: 0.875rem;
}

address p {
  margin-bottom: 0;
}

.blockquote-primary {
  border-color: #362e59;
}
.blockquote-primary .blockquote-footer {
  color: #362e59;
}

.blockquote-secondary {
  border-color: #f4f5f9;
}
.blockquote-secondary .blockquote-footer {
  color: #f4f5f9;
}

.blockquote-success {
  border-color: #66cb9f;
}
.blockquote-success .blockquote-footer {
  color: #66cb9f;
}

.blockquote-info {
  border-color: #3699ff;
}
.blockquote-info .blockquote-footer {
  color: #3699ff;
}

.blockquote-warning {
  border-color: #fbdc7b;
}
.blockquote-warning .blockquote-footer {
  color: #fbdc7b;
}

.blockquote-danger {
  border-color: #f16064;
}
.blockquote-danger .blockquote-footer {
  color: #f16064;
}

.blockquote-light {
  border-color: #f6f7fa;
}
.blockquote-light .blockquote-footer {
  color: #f6f7fa;
}

.blockquote-dark {
  border-color: #362e59;
}
.blockquote-dark .blockquote-footer {
  color: #362e59;
}

.blockquote-default {
  border-color: #fff;
}
.blockquote-default .blockquote-footer {
  color: #fff;
}

.blockquote-primary-light {
  border-color: #434C78;
}
.blockquote-primary-light .blockquote-footer {
  color: #434C78;
}

.blockquote-primary-dark {
  border-color: #201747;
}
.blockquote-primary-dark .blockquote-footer {
  color: #201747;
}

.blockquote-tertiary {
  border-color: #ee268c;
}
.blockquote-tertiary .blockquote-footer {
  color: #ee268c;
}

.blockquote-alternative {
  border-color: #9063cd;
}
.blockquote-alternative .blockquote-footer {
  color: #9063cd;
}

.blockquote-primary-muted {
  border-color: #b1cfec;
}
.blockquote-primary-muted .blockquote-footer {
  color: #b1cfec;
}

.blockquote-secondary-light {
  border-color: #ebf2fa;
}
.blockquote-secondary-light .blockquote-footer {
  color: #ebf2fa;
}

.blockquote-secondary-dark {
  border-color: #a6b7d4;
}
.blockquote-secondary-dark .blockquote-footer {
  color: #a6b7d4;
}

.blockquote-info-muted {
  border-color: #88dbdf;
}
.blockquote-info-muted .blockquote-footer {
  color: #88dbdf;
}

.blockquote-danger-muted {
  border-color: #f77eb9;
}
.blockquote-danger-muted .blockquote-footer {
  color: #f77eb9;
}

.error-page h1 {
  font-size: 12rem;
}
@media (max-width: 991px) {
  .error-page h1 {
    font-size: 8rem;
  }
}

.text-success {
  color: rgb(86.7746341463, 197.8253658537, 149.4468292683) !important;
}

.text-twitter, .profile-page .profile-body .left-wrapper .social-links a.twitter {
  color: #2caae1;
}

.text-facebook {
  color: #1877f2;
}

.text-google {
  color: #dc4a38;
}

.text-linkedin {
  color: #0177b5;
}

.text-pinterest {
  color: #cc2127;
}

.text-youtube {
  color: #e52d27;
}

.text-github, .profile-page .profile-body .left-wrapper .social-links a.github {
  color: #333;
}

.text-behance {
  color: #1769ff;
}

.text-dribbble {
  color: #ea4c89;
}

.text-reddit {
  color: #ff4500;
}

.text-instagram, .profile-page .profile-body .left-wrapper .social-links a.instagram {
  color: #fb3958;
}

.font-weight-medium {
  font-weight: 600;
}

.main-wrapper {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  background: #f4f5f9;
  width: calc(100% - 290px);
  margin-left: 290px;
  display: flex;
  flex-direction: column;
  transition: margin 0.1s ease, width 0.1s ease;
  /* .page-wrapper {
  min-height: 100vh;
  background: $content-bg;
  width: calc(100% - 290px);
  margin-left: $sidebar-width-lg;
  @include display-flex;
  @include flex-direction(column);
  -webkit-transition: margin .1s ease, width .1s ease;
  transition: margin .1s ease, width .1s ease;
  .page-content {
    flex-grow: 1;
    padding: 25px;
    margin-top: $navbar-height;
    @media(max-width: 767px) {
      padding: 25px 15px;
    }
  } */
}
.main-wrapper.no-sidebar {
  width: 100%;
  margin-left: 0;
  background-color: #f4f5f9;
}
.main-wrapper.no-sidebar .page-content {
  margin-top: 0;
}
.main-wrapper.full-page {
  width: 100%;
  margin-left: 0;
}
.main-wrapper.full-page .page-content {
  margin-top: 0;
}
@media (max-width: 991px) {
  .main-wrapper {
    width: 100vw;
    margin-left: 0;
  }
}
.main-wrapper.wrap-fold {
  width: calc(100% - 70px);
  margin-left: 70px;
}
.main-wrapper .page-content {
  flex-grow: 1;
  padding: 1rem;
  margin-top: 60px;
  margin-bottom: 3rem;
  z-index: 1; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadeIn 0.8s;
}
@media (max-width: 767px) {
  .main-wrapper .page-content {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .main-wrapper .page-content {
    margin-left: 0;
    width: 100%;
  }
}

.page-content .content-nav-wrapper {
  padding: 0;
  position: fixed;
  top: calc(60px + 30px);
  right: 0;
  width: 220px;
  max-height: calc(100% - 60px - 51px);
  border-left: 1px solid #dfe4eb;
  display: none;
}
@media (min-width: 1200px) {
  .page-content .content-nav-wrapper {
    display: block;
  }
}
.page-content .content-nav-wrapper .content-nav {
  padding: 0 25px;
}
.page-content .content-nav-wrapper .content-nav .nav-item .nav-link {
  padding: 0;
  height: 30px;
  white-space: nowrap;
  color: #383838;
  font-size: 0.813rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.navbar {
  width: calc(100% - 290px);
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #ebeff5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  position: fixed;
  right: 0;
  left: 290px;
  transition: width 0.25s ease, left 0.25s ease;
  z-index: 978;
}
.navbar.nav-fold {
  width: calc(100% - 70px);
  left: 70px;
}
@media (max-width: 1024px) {
  .navbar {
    width: calc(100% - 70px);
    left: 70px;
  }
}
@media (max-width: 991px) {
  .navbar {
    width: 100%;
    left: 0;
  }
  .navbar .navbar-content {
    width: calc(100% - 70px - 1px);
  }
}
.navbar .sidebar-toggler {
  height: 100%;
  border-right: 1px solid #dfe4eb;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 25px;
  display: none;
}
.navbar .sidebar-toggler svg {
  width: 20px;
  height: 20px;
  color: #000E4B;
}
@media (max-width: 991px) {
  .navbar .sidebar-toggler {
    display: flex;
    border-right: none;
  }
}
.navbar .search-form {
  width: 100%;
  margin-right: 60px;
}
.navbar .search-form .input-group .input-group-prepend .input-group-text {
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
}
.navbar .search-form .input-group .input-group-prepend .input-group-text svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.navbar .search-form .input-group .form-control, .navbar .search-form .input-group .typeahead,
.navbar .search-form .input-group .tt-query,
.navbar .search-form .input-group .tt-hint, .navbar .search-form .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar .search-form .input-group .select2-search__field, .navbar .search-form .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar .search-form .input-group .select2-selection--single, .navbar .search-form .input-group .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .navbar .search-form .input-group .select2-selection--multiple, .navbar .search-form .input-group select {
  border: 0;
  background: transparent;
  padding: 0 0.8rem;
  margin-top: 3px;
  color: #ee268c;
}
.navbar .search-form .input-group .form-control::placeholder, .navbar .search-form .input-group .typeahead::placeholder,
.navbar .search-form .input-group .tt-query::placeholder,
.navbar .search-form .input-group .tt-hint::placeholder, .navbar .search-form .input-group .select2-container--default .select2-selection--single .select2-search__field::placeholder, .select2-container--default .select2-selection--single .navbar .search-form .input-group .select2-search__field::placeholder, .navbar .search-form .input-group .select2-container--default .select2-selection--single::placeholder, .select2-container--default .navbar .search-form .input-group .select2-selection--single::placeholder, .navbar .search-form .input-group .email-compose-fields .select2-container--default .select2-selection--multiple::placeholder, .email-compose-fields .select2-container--default .navbar .search-form .input-group .select2-selection--multiple::placeholder, .navbar .search-form .input-group select::placeholder {
  color: #c0ccda;
}
.navbar .navbar-content {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .navbar .navbar-content {
    width: calc(100% - 70px - 1px);
  }
}
.navbar .navbar-content .navbar-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
}
.navbar .navbar-content .navbar-nav .nav-item {
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-content .navbar-nav .nav-item .nav-link[aria-expanded=true] {
  color: #ee268c;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link::after {
  display: none;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link.avatar {
  padding: 6px;
  color: #362e59;
  background-color: transparent;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  outline: 0;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link.news, .navbar .navbar-content .navbar-nav .nav-item .nav-link.support, .navbar .navbar-content .navbar-nav .nav-item .nav-link.user {
  color: #000E4B;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link svg {
  width: 22px;
  height: 22px;
  margin: 0;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator {
  position: absolute;
  top: 6px;
  right: 8px;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle {
  background: #362e59;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
  background-color: #362e59;
  content: "";
  display: table;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .navbar .navbar-content .navbar-nav .nav-item.dropdown {
    position: static;
  }
}
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu {
  max-width: 280px;
  position: absolute;
  right: -18px;
  left: auto;
  border-radius: 1.25rem;
  margin-top: 12px;
  border: 1px solid #f2f4f9;
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
  font-size: 0.875rem;
}
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -7px;
  right: 28px;
  transform: rotate(45deg);
  border-top: 1px solid #f2f4f9;
  border-left: 1px solid #f2f4f9;
}
@media (max-width: 767px) {
  .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu {
    right: 20px;
    width: calc(100% - 40px);
  }
  .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu::before {
    display: none;
  }
}
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-header {
  border-bottom: 1px solid #f2f4f9;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .apps a {
  color: #362E59;
  width: 65px;
  height: 65px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .apps a svg {
  color: #718096;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .apps a p {
  font-size: 12px;
  margin-top: 5px;
  color: #718096;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .apps a:hover {
  background-color: rgb(112.62, 98.5577777778, 174.1422222222);
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .apps a:hover svg {
  color: #362e59;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu {
  padding: 0;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-header, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-header, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-header {
  padding: 12px 20px;
  font-size: 13px;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body {
  padding: 5px;
  max-height: 300px;
  position: relative;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 9px 16px;
  transition: background 0.2s ease-in-out;
  /* &:nth-child(1) {
   &:hover {
     background: rgba(theme-color(primary), .07);
     .arrow {
       color: theme-color(primary);
     }
   }
   .icon {
     background: rgba(theme-color(primary), .1);
     svg {
       color: theme-color(primary);
     }
   }
      }
      &:nth-child(2) {
   &:hover {
     background: rgba(theme-color(success), .07);
     .arrow {
       color: theme-color(success);
     }
   }
   .icon {
     background: rgba(theme-color(success), .1);
     svg {
       color: theme-color(success);
     }
   }
      }
      &:nth-child(3) {
   &:hover {
     background: rgba(theme-color(danger), .07);
     .arrow {
       color: theme-color(danger);
     }
   }
   .icon {
     background: rgba(theme-color(danger), .1);
     svg {
       color: theme-color(danger);
     }
   }
      }
      &:nth-child(4) {
   &:hover {
     background: rgba(theme-color(warning), .07);
     .arrow {
       color: theme-color(warning);
     }
   }
   .icon {
     background: rgba(theme-color(warning), .1);
     svg {
       color: theme-color(warning);
     }
   }
      }
      &:nth-child(5) {
   &:hover {
     background: rgba(theme-color(info), .07);
     .arrow {
       color: theme-color(info);
     }
   }
   .icon {
     background: rgba(theme-color(info), .1);
     svg {
       color: theme-color(info);
     }
   }
      }
      &:nth-child(6) {
   &:hover {
     background: rgba(theme-color(success), .07);
     .arrow {
       color: theme-color(success);
     }
   }
   .icon {
     background: rgba(theme-color(success), .1);
     svg {
       color: theme-color(success);
     }
   }
      }
      &:nth-child(7) {
   &:hover {
     background: rgba(theme-color(danger), .07);
     .arrow {
       color: theme-color(danger);
     }
   }
   .icon {
     background: rgba(theme-color(danger), .1);
     svg {
       color: theme-color(danger);
     }
   }
      } */
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item:hover, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item:hover, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item:hover {
  background: rgb(242, 244, 249);
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item:hover .arrow, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item:hover .arrow, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item:hover .arrow {
  color: #362e59;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item .icon, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .icon, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgb(249, 249, 249);
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item .icon:hover, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .icon:hover, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .icon:hover {
  border: 1px solid #66cb9f;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item .icon svg, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .icon svg, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .icon svg {
  width: 15px;
  height: 15px;
  color: #66cb9f;
  margin: 0;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item .icon.changelog-ext svg, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .icon.changelog-ext svg, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .icon.changelog-ext svg {
  color: #fbdc7b;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item .icon.changelog-ext:hover, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .icon.changelog-ext:hover, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .icon.changelog-ext:hover {
  border: 1px solid #fbdc7b;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item .figure img, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .figure img, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .figure img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item .content, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .content, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .content {
  margin-left: 15px;
  width: 200px;
  white-space: normal;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item .content p, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .content p, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .content p {
  margin-bottom: 0;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item .content .sub-text, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .content .sub-text, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .content .sub-text {
  font-size: 12px;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .dropdown-item .arrow, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .arrow, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .arrow {
  width: 15px;
  height: 15px;
  margin-left: auto;
  color: #ddd;
  transition: all 0.3s ease-out;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-footer, .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-footer, .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-footer {
  padding: 10px 20px;
  border-top: 1px solid #f2f4f9;
  font-size: 14px;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .company-name, .navbar .navbar-content .navbar-nav .nav-item.nav-company .company-name {
  font-size: 0.875;
  font-weight: 600;
  color: #362E59;
  margin-bottom: 0;
  text-align: right;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .company-url, .navbar .navbar-content .navbar-nav .nav-item.nav-company .company-url {
  font-size: 0.75rem;
  font-weight: 600;
  color: #ee268c;
  margin-top: -0.25rem;
  text-align: right;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .nav-link img, .navbar .navbar-content .navbar-nav .nav-item.nav-company .nav-link img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu {
  padding: 20px;
  min-width: 230px;
}
@media (max-width: 767px) {
  .navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu {
    width: auto;
  }
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-header, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-header {
  padding: 12px 0;
  white-space: normal;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-header .figure, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-header .figure {
  position: relative;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-header .figure img, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-header .figure img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 3px;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-header .info .name, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-header .info .name {
  font-size: 16px;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-header .info .email, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-header .info .email {
  font-size: 13px;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-body .profile-nav .nav-item, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-body .profile-nav .nav-item {
  width: auto;
  margin: 0 0 5px;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-body .profile-nav .nav-item:last-child, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-body .profile-nav .nav-item:last-child {
  margin-bottom: 0;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-body .profile-nav .nav-item .nav-link, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-body .profile-nav .nav-item .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  color: #362E59;
  transition: color 0.2s ease-in-out;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-body .profile-nav .nav-item .nav-link svg, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-body .profile-nav .nav-item .nav-link svg {
  width: 16px;
  height: 16px;
  margin-right: 20px;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-body .profile-nav .nav-item .nav-link span, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-body .profile-nav .nav-item .nav-link span {
  font-size: 14px;
  margin-top: 2px;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-body .profile-nav .nav-item:hover .nav-link, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-body .profile-nav .nav-item:hover .nav-link {
  color: #ee268c;
}
.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-body button svg, .navbar .navbar-content .navbar-nav .nav-item.nav-company .dropdown-menu .dropdown-body button svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.sidebar {
  width: 290px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 2px 6px 0 rgba(36, 76, 136, 0.15);
  transition: width 0.1s ease, margin 0.1s ease-out;
  z-index: 999;
}
.sidebar .sidebar-header {
  background: #fff;
  height: 60px;
  border-bottom: 0 solid #ebeff5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1rem;
  border-right: 0 solid #ebeff5;
  z-index: 999;
  width: 100%;
  transition: width 0.1s ease;
}
.sidebar-open .sidebar .sidebar-header {
  border-bottom: 1px solid #dfe4eb;
}
.sidebar .sidebar-header .sidebar-brand {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: -1px;
  color: #031a61;
  width: 140px;
}
.sidebar .sidebar-header .sidebar-brand span {
  color: #362e59;
  font-weight: 300;
}
.sidebar .sidebar-header .sidebar-brand img {
  width: 100%;
}
.sidebar .sidebar-header .sidebar-toggler {
  cursor: pointer;
  width: 18px;
}
.sidebar .sidebar-header .sidebar-toggler span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 2px;
  background: #362e59;
  transition: all 0.3s;
  position: relative;
}
.sidebar .sidebar-header .sidebar-toggler span + span {
  margin-top: 4px;
}
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(1) {
  animation: ease 0.6s top forwards;
}
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(1) {
  width: 8px;
  animation: ease 0.6s top-2 forwards;
}
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(2) {
  animation: ease 0.6s scaled forwards;
}
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(2) {
  animation: ease 0.6s scaled-2 forwards;
}
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(3) {
  animation: ease 0.6s bottom forwards;
}
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(3) {
  width: 12px;
  animation: ease 0.6s bottom-2 forwards;
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 6px;
    transform: rotate(0);
  }
  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 6px;
    transform: rotate(0);
  }
  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.sidebar .sidebar-body {
  position: relative;
  max-height: calc(100% - 60px);
  height: 100%;
  background: #fff;
}
.sidebar .sidebar-body .nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.sidebar .sidebar-body .nav .nav-item:first-child {
  margin-top: 0;
  padding-top: 0;
}
.sidebar .sidebar-body .nav .nav-item {
  position: relative;
  padding: 4px 12px;
}
.sidebar .sidebar-body .nav .nav-item.active .link-icon {
  fill: rgba(239, 243, 255, 0.5);
  color: #362e59;
}
.sidebar .sidebar-body .nav .nav-item.active .nav-link {
  color: #362e59;
}
.sidebar .sidebar-body .nav .nav-item .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.625rem 2rem 0.625rem 0.75rem;
  height: 48px;
  white-space: nowrap;
  color: #362E59;
  line-height: 1.25rem;
  text-transform: none;
  transition: color 0.2s, background-color 0.2s;
  border-radius: 6px;
}
.sidebar .sidebar-body .nav .nav-item .nav-link.active {
  color: #ee268c;
  background-color: #f4f5f9;
}
.sidebar .sidebar-body .nav .nav-item .nav-link.active .link-icon {
  fill: rgba(239, 243, 255, 0.5);
  color: #ee268c;
}
.sidebar .sidebar-body .nav .nav-item .nav-link:hover {
  color: #ee268c;
}
.sidebar .sidebar-body .nav .nav-item .nav-link:hover .link-icon {
  fill: rgba(239, 243, 255, 0.5);
  color: #ee268c;
}
.sidebar .sidebar-body .nav .nav-item .nav-link:hover[aria-expanded=true] {
  color: #ee268c;
}
.sidebar .sidebar-body .nav .nav-item .nav-link:hover[aria-expanded=true] .link-icon {
  color: #ee268c;
}
.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon {
  width: 16px;
  height: 16px;
  fill: rgba(233, 236, 239, 0.21);
  position: absolute;
  color: inherit;
}
.sidebar .sidebar-body .nav .nav-item .nav-link .link-title {
  margin: 0 2rem;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
  width: 14px;
  height: 14px;
  margin-right: -1.438rem;
  margin-left: auto;
  transition: all 0.3s ease;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon,
.sidebar .sidebar-body .nav .nav-item .nav-link .link-title,
.sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
  transition: all 0.3s ease;
}
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] {
  color: #362e59;
}
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] .link-arrow {
  transform: rotate(180deg);
}
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true].active {
  color: #ee268c;
  background-color: #f4f5f9;
}
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true].active .link-icon {
  fill: rgba(239, 243, 255, 0.5);
  color: #ee268c;
}
.sidebar .sidebar-body .nav .nav-item .nav-link .badge {
  position: absolute;
  right: 3.125rem;
}
.sidebar .sidebar-body .nav .nav-item.nav-category {
  color: #718096;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  height: 15px;
  background-color: transparent;
}
.sidebar .sidebar-body .nav .nav-item.nav-category:not(:first-child) {
  margin-top: 20px;
  padding: 0 20px;
}
.sidebar .sidebar-body .nav .nav-item.nav-category:first-child {
  margin-top: 20px;
  padding: 0 20px;
}
.sidebar .sidebar-body .nav.sub-menu {
  padding: 0 0 15px 33px;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item {
  position: relative;
  padding: 6px 0;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link {
  padding: 0 2rem 0 1rem;
  height: 25px;
  color: #362E59;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #718096;
  position: absolute;
  left: -8px;
  top: 16px;
  transition: all 0.4s ease-in-out;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active {
  color: #362e59;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active::before {
  border: 1px solid #362e59;
  background: #362e59;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover.active {
  color: #ee268c;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover.active::before {
  border: 1px solid #ee268c;
  background: #ee268c;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link {
  color: #362e59;
  margin-left: 3px;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link::before {
  border: 1px solid #362e59;
  background: #362e59;
}
@media (max-width: 991px) {
  .sidebar {
    z-index: 999;
    margin-left: -290px;
    visibility: hidden;
  }
  .sidebar-open .sidebar {
    margin-left: 0;
    visibility: visible;
  }
  .sidebar .sidebar-body .nav .nav-item {
    width: auto;
  }
  .sidebar .sidebar-body .nav .nav-item .nav-link .link-icon {
    transition: none;
    margin: 0;
  }
}

.sidebar-dark .sidebar .sidebar-header {
  background: #0c1427;
  border-bottom: 1px solid #344258;
  border-right: 1px solid #344258;
}
.sidebar-dark .sidebar .sidebar-header .sidebar-brand {
  color: #f8f9fc;
}
.sidebar-dark .sidebar .sidebar-header .sidebar-toggler span {
  background: #9fa2ab;
}
.sidebar-dark .sidebar .sidebar-body {
  background: #0c1427;
  border-right: 1px solid #344258;
}
.sidebar-dark .sidebar .sidebar-body .nav .nav-item.nav-category {
  color: #fff;
}
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link {
  color: #bfc3ce;
}
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link svg {
  fill: none;
}
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] {
  color: #362e59;
}
.sidebar-dark .sidebar .sidebar-body .nav .nav-item:hover .nav-link svg, .sidebar-dark .sidebar .sidebar-body .nav .nav-item.active .nav-link svg {
  fill: rgba(54, 46, 89, 0.2);
}
.sidebar-dark .sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-title, .sidebar-dark .sidebar .sidebar-body .nav .nav-item.active .nav-link .link-title {
  color: #362e59;
}

.settings-sidebar {
  position: fixed;
  right: -232px;
  top: 130px;
  width: 232px;
  background: #fff;
  box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
  z-index: 999;
  border-radius: 0 0 0 4px;
  transition: all 0.2s ease-in-out;
}
.settings-open .settings-sidebar {
  right: 0;
}
.settings-sidebar .sidebar-body {
  position: relative;
  padding: 18px;
}
.settings-sidebar .sidebar-body .settings-sidebar-toggler {
  position: absolute;
  left: -44px;
  top: 0;
  padding: 12px;
  border-radius: 4px 0 0 4px;
  background: #fff;
  box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
}
.settings-sidebar .sidebar-body .settings-sidebar-toggler svg {
  width: 20px;
  height: 20px;
  color: #718096;
}
.settings-sidebar .sidebar-body .theme-wrapper .theme-item {
  position: relative;
  display: block;
  margin-bottom: 19px;
  border-radius: 6px;
  border: 3px solid #f6f7fa;
}
.settings-sidebar .sidebar-body .theme-wrapper .theme-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 46, 89, 0);
}
.settings-sidebar .sidebar-body .theme-wrapper .theme-item:last-child {
  margin-bottom: 0;
}
.settings-sidebar .sidebar-body .theme-wrapper .theme-item.active {
  border: 3px solid rgb(84.6, 72.0666666667, 139.4333333333);
}
.settings-sidebar .sidebar-body .theme-wrapper .theme-item img {
  width: 100%;
  border-radius: 3px;
}
.settings-sidebar .sidebar-body .theme-wrapper .theme-item:hover::after {
  background: rgba(54, 46, 89, 0.2);
  transition: all 0.3s ease-in-out;
}

.sidebar-folded .sidebar .sidebar-header {
  width: 70px;
}
.sidebar-folded .sidebar .sidebar-header .sidebar-brand {
  display: none;
}
.sidebar-folded .page-wrapper {
  width: calc(100% - 70px);
  margin-left: 70px;
}
.sidebar-folded .page-wrapper .navbar {
  width: calc(100% - 70px);
  left: 70px;
  right: 0;
}
.sidebar-folded:not(.open-sidebar-folded) .sidebar {
  width: 70px;
}
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-header {
  width: 70px;
}
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-header .sidebar-brand {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item .nav-link .link-title,
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
  visibility: hidden;
  opacity: 0;
}
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item.nav-category {
  visibility: hidden;
}
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item.nav-category::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9b9b9b;
  position: absolute;
  top: 5px;
  left: 30px;
  visibility: visible;
}
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav.sub-menu {
  display: none;
}

@media (max-width: 991px) {
  .sidebar-open .main-wrapper::before, .settings-open .main-wrapper::before {
    content: "";
    width: 100vw;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 3s ease;
    z-index: 980;
  }
}

.rtl {
  direction: rtl;
  text-align: right;
}
.rtl .main-wrapper .sidebar {
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .rtl .main-wrapper .sidebar {
    margin-right: -290px;
  }
  .sidebar-open.rtl .main-wrapper .sidebar {
    margin-right: 0;
  }
}
.rtl .main-wrapper .sidebar .sidebar-header {
  border-right: 0;
  border-left: 1px solid #ebeff5;
}
.sidebar-dark.rtl .main-wrapper .sidebar .sidebar-header {
  border-left: 1px solid #344258;
}

.rtl .main-wrapper .sidebar .sidebar-body {
  direction: ltr;
}
.rtl .main-wrapper .sidebar .sidebar-body .nav {
  width: 100%;
}
@media (min-width: 992px) {
  .rtl .main-wrapper .sidebar .sidebar-body .nav {
    direction: rtl;
  }
}
.rtl .main-wrapper .sidebar .sidebar-body .nav .nav-item {
  width: 100%;
  direction: ltr;
}
.rtl .main-wrapper .sidebar .sidebar-body .nav .nav-item .nav-link {
  direction: rtl;
}
.rtl .main-wrapper .sidebar .sidebar-body .nav .nav-item .nav-link .link-title {
  margin-left: 0;
  margin-right: 30px;
}
.rtl .main-wrapper .sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
  margin-left: 0;
  margin-right: auto;
}
.rtl .main-wrapper .sidebar .sidebar-body .nav .nav-item.active .nav-link::before {
  right: -25px;
  left: auto;
}
.rtl .main-wrapper .sidebar .sidebar-body .nav .nav-item.nav-category::before {
  right: 6px;
}
.rtl .main-wrapper .sidebar .sidebar-body .nav.sub-menu {
  padding: 0 33px 15px 0;
}
.rtl .main-wrapper .sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link::before {
  left: auto;
  right: -29px;
}
.rtl .main-wrapper .settings-sidebar {
  right: auto;
  left: -232px;
  border-radius: 0 0 4px;
  box-shadow: 3px 0 10px 0 rgba(183, 192, 206, 0.2);
}
.settings-open.rtl .main-wrapper .settings-sidebar {
  right: auto;
  left: 0;
}

.rtl .main-wrapper .settings-sidebar .sidebar-body .settings-sidebar-toggler {
  left: auto;
  right: -44px;
  box-shadow: 3px 0 10px 0 rgba(183, 192, 206, 0.2);
  border-radius: 0 4px 4px 0;
}
@media (min-width: 992px) {
  .rtl .main-wrapper .page-wrapper {
    margin-left: 0;
    margin-right: 290px;
  }
  .sidebar-folded.rtl .main-wrapper .page-wrapper {
    margin-right: 70px;
  }
}
@media (max-width: 991px) {
  .rtl .main-wrapper .page-wrapper {
    margin-right: 0;
    width: 100%;
  }
}
.rtl .main-wrapper .page-wrapper.full-page {
  margin-right: 0;
  margin-left: 0;
}
.rtl .main-wrapper .page-wrapper .navbar {
  transition: width 0.1s ease, right 0.1s ease;
}
@media (min-width: 992px) {
  .rtl .main-wrapper .page-wrapper .navbar {
    left: 0;
    right: 290px;
    transition: width 0.1s ease, right 0.1s ease;
  }
  .sidebar-folded.rtl .main-wrapper .page-wrapper .navbar {
    right: 70px;
    width: calc(100% - 70px);
  }
}
@media (max-width: 991px) {
  .rtl .main-wrapper .page-wrapper .navbar {
    right: 0;
  }
}
.rtl .main-wrapper .page-wrapper .navbar .navbar-content .search-form {
  margin-right: 0;
}
.rtl .main-wrapper .page-wrapper .navbar .navbar-content .navbar-nav {
  margin-left: 0;
  margin-right: auto;
}
.rtl .main-wrapper .page-wrapper .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu {
  right: auto;
  left: -20px;
}
@media (max-width: 991px) {
  .rtl .main-wrapper .page-wrapper .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu {
    left: 20px;
  }
}
.rtl .main-wrapper .page-wrapper .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu::before {
  right: auto;
  left: 28px;
}
.rtl .main-wrapper .page-wrapper .navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-body .profile-nav .nav-item .nav-link svg {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .main-wrapper .page-wrapper .navbar .navbar-content .navbar-nav .nav-item.nav-messages .dropdown-menu .dropdown-body .dropdown-item .content {
  margin-left: 0;
  margin-right: 15px;
  text-align: right;
}
.rtl .main-wrapper .page-wrapper .navbar .navbar-content .navbar-nav .nav-item.nav-notifications .dropdown-menu .dropdown-body .dropdown-item .content {
  margin-left: 0;
  margin-right: 15px;
  text-align: right;
}
.rtl .main-wrapper .page-wrapper .page-content .main-content p {
  direction: ltr;
}
.rtl .main-wrapper .page-wrapper .page-content .main-content .highlight pre {
  direction: ltr;
}
.rtl .main-wrapper .page-wrapper .page-content .content-nav-wrapper {
  right: auto;
  left: 0;
  border-left: 0;
  border-right: 1px solid #dfe4eb;
}

.accordion .card {
  cursor: pointer;
}
.accordion .card > .card-header {
  padding: 2rem 1.5rem;
}
.accordion .card > .card-header .link-arrow svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 3;
  margin-right: 0.5rem;
  margin-left: auto;
  transition: all 0.3s ease;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.accordion .card > .card-header[aria-expanded=true] .link-arrow svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.accordion.card {
  margin-bottom: 0.5rem;
  border: 1px solid #dfe4eb;
  border-radius: 0.75rem;
  box-shadow: none;
  cursor: pointer;
}
.accordion.card > .card-header {
  padding: 1.5rem;
  background-color: #f4f5f9;
  border-radius: 0.75rem;
}
.accordion.card > .card-header .card-title {
  font-size: 1.063rem;
  font-weight: 600;
}
.accordion.card > .card-header .link-arrow svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 3;
  margin-right: 0.5rem;
  margin-left: auto;
  transition: all 0.3s ease;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.accordion.card > .card-header[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-radius 0.3s linear;
}
.accordion.card > .card-header[aria-expanded=true] .link-arrow svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.accordion.card:last-child {
  margin-bottom: 1rem;
}
.accordion.card .CodeMirror.form-control, .accordion.card .CodeMirror.typeahead,
.accordion.card .CodeMirror.tt-query,
.accordion.card .CodeMirror.tt-hint, .accordion.card .select2-container--default .select2-selection--single .CodeMirror.select2-search__field, .select2-container--default .select2-selection--single .accordion.card .CodeMirror.select2-search__field, .accordion.card .select2-container--default .CodeMirror.select2-selection--single, .select2-container--default .accordion.card .CodeMirror.select2-selection--single, .accordion.card .email-compose-fields .select2-container--default .CodeMirror.select2-selection--multiple, .email-compose-fields .select2-container--default .accordion.card .CodeMirror.select2-selection--multiple, .accordion.card select.CodeMirror {
  min-height: 2rem;
}

.navbar .badge.badge-notification {
  position: absolute;
  top: -7px;
  left: -7px;
}

.badge.badge-notification {
  padding: 7px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 0;
  color: #fff;
  background-color: #ee268c;
  border-radius: 50%;
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
}
.badge.badge-notification::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.badge-outlineprimary {
  color: #362e59;
  border: 1px solid #362e59;
}

.badge-outlinesecondary {
  color: #f4f5f9;
  border: 1px solid #f4f5f9;
}

.badge-outlinesuccess {
  color: #66cb9f;
  border: 1px solid #66cb9f;
}

.badge-outlineinfo {
  color: #3699ff;
  border: 1px solid #3699ff;
}

.badge-outlinewarning {
  color: #fbdc7b;
  border: 1px solid #fbdc7b;
}

.badge-outlinedanger {
  color: #f16064;
  border: 1px solid #f16064;
}

.badge-outlinelight {
  color: #f6f7fa;
  border: 1px solid #f6f7fa;
}

.badge-outlinedark {
  color: #362e59;
  border: 1px solid #362e59;
}

.badge-outlinedefault {
  color: #fff;
  border: 1px solid #fff;
}

.badge-outlineprimary-light {
  color: #434C78;
  border: 1px solid #434C78;
}

.badge-outlineprimary-dark {
  color: #201747;
  border: 1px solid #201747;
}

.badge-outlinetertiary {
  color: #ee268c;
  border: 1px solid #ee268c;
}

.badge-outlinealternative {
  color: #9063cd;
  border: 1px solid #9063cd;
}

.badge-outlineprimary-muted {
  color: #b1cfec;
  border: 1px solid #b1cfec;
}

.badge-outlinesecondary-light {
  color: #ebf2fa;
  border: 1px solid #ebf2fa;
}

.badge-outlinesecondary-dark {
  color: #a6b7d4;
  border: 1px solid #a6b7d4;
}

.badge-outlineinfo-muted {
  color: #88dbdf;
  border: 1px solid #88dbdf;
}

.badge-outlinedanger-muted {
  color: #f77eb9;
  border: 1px solid #f77eb9;
}

.alert-fill-primary {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.alert-fill-primary hr {
  border-top-color: rgb(43.8, 37.3111111111, 72.1888888889);
}
.alert-fill-primary .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-primary.alert-fill-light {
  color: #362e59;
}

.alert-fill-secondary {
  color: #fff;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.alert-fill-secondary hr {
  border-top-color: rgb(227.5, 230, 240);
}
.alert-fill-secondary .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-secondary.alert-fill-light {
  color: #362e59;
}

.alert-fill-success {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.alert-fill-success hr {
  border-top-color: rgb(82.9682926829, 196.5317073171, 147.0585365854);
}
.alert-fill-success .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-success.alert-fill-light {
  color: #362e59;
}

.alert-fill-info {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.alert-fill-info hr {
  border-top-color: rgb(28.5, 140.0597014925, 255);
}
.alert-fill-info .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-info.alert-fill-light {
  color: #362e59;
}

.alert-fill-warning {
  color: #fff;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.alert-fill-warning hr {
  border-top-color: rgb(250.25, 213.4375, 98.25);
}
.alert-fill-warning .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-warning.alert-fill-light {
  color: #362e59;
}

.alert-fill-danger {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.alert-fill-danger hr {
  border-top-color: rgb(238.936416185, 72.563583815, 77.1531791908);
}
.alert-fill-danger .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-danger.alert-fill-light {
  color: #362e59;
}

.alert-fill-light {
  color: #fff;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.alert-fill-light hr {
  border-top-color: rgb(229.6071428571, 232.4285714286, 240.8928571429);
}
.alert-fill-light .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-light.alert-fill-light {
  color: #362e59;
}

.alert-fill-dark {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.alert-fill-dark hr {
  border-top-color: rgb(43.8, 37.3111111111, 72.1888888889);
}
.alert-fill-dark .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-dark.alert-fill-light {
  color: #362e59;
}

.alert-fill-default {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.alert-fill-default hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-fill-default .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-default.alert-fill-light {
  color: #362e59;
}

.alert-fill-primary-light {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.alert-fill-primary-light hr {
  border-top-color: rgb(57.8636363636, 65.6363636364, 103.6363636364);
}
.alert-fill-primary-light .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-primary-light.alert-fill-light {
  color: #362e59;
}

.alert-fill-primary-dark {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.alert-fill-primary-dark hr {
  border-top-color: rgb(23.3191489362, 16.7606382979, 51.7393617021);
}
.alert-fill-primary-dark .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-primary-dark.alert-fill-light {
  color: #362e59;
}

.alert-fill-tertiary {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.alert-fill-tertiary hr {
  border-top-color: rgb(232.3012820513, 18.1987179487, 127.391025641);
}
.alert-fill-tertiary .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-tertiary.alert-fill-light {
  color: #362e59;
}

.alert-fill-alternative {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.alert-fill-alternative hr {
  border-top-color: rgb(130.2597087379, 79.6893203883, 198.8106796117);
}
.alert-fill-alternative .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-alternative.alert-fill-light {
  color: #362e59;
}

.alert-fill-primary-muted {
  color: #fff;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.alert-fill-primary-muted hr {
  border-top-color: rgb(156.4948453608, 194.381443299, 231.0051546392);
}
.alert-fill-primary-muted .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-primary-muted.alert-fill-light {
  color: #362e59;
}

.alert-fill-secondary-light {
  color: #fff;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.alert-fill-secondary-light hr {
  border-top-color: rgb(214.6, 228.74, 244.9);
}
.alert-fill-secondary-light .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-secondary-light.alert-fill-light {
  color: #362e59;
}

.alert-fill-secondary-dark {
  color: #fff;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.alert-fill-secondary-dark hr {
  border-top-color: rgb(148.8068181818, 169.0909090909, 203.6931818182);
}
.alert-fill-secondary-dark .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-secondary-dark.alert-fill-light {
  color: #362e59;
}

.alert-fill-info-muted {
  color: #fff;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.alert-fill-info-muted hr {
  border-top-color: rgb(115.9039735099, 212.9205298013, 217.5960264901);
}
.alert-fill-info-muted .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-info-muted.alert-fill-light {
  color: #362e59;
}

.alert-fill-danger-muted {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.alert-fill-danger-muted hr {
  border-top-color: rgb(245.5109489051, 101.9890510949, 171.9708029197);
}
.alert-fill-danger-muted .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert-fill-danger-muted.alert-fill-light {
  color: #362e59;
}

.alert-icon-primary {
  color: rgb(36.72, 31.28, 60.52);
  background-color: rgb(182.64, 179.76, 195.24);
  border-color: rgb(118.32, 112.88, 142.12);
}
.alert-icon-primary hr {
  border-top-color: rgb(106.488, 101.592, 127.908);
}
.alert-icon-primary .alert-link {
  color: rgb(16.32, 13.9022222222, 26.8977777778);
}
.alert-icon-primary svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(36.72, 31.28, 60.52);
  margin-right: 1.25rem;
}

.alert-icon-secondary {
  color: rgb(165.92, 166.6, 169.32);
  background-color: rgb(251.04, 251.4, 252.84);
  border-color: rgb(247.52, 248.2, 250.92);
}
.alert-icon-secondary hr {
  border-top-color: rgb(231.02, 233.2, 241.92);
}
.alert-icon-secondary .alert-link {
  color: rgb(139.9238910506, 140.8023346304, 144.3161089494);
}
.alert-icon-secondary svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(165.92, 166.6, 169.32);
  margin-right: 1.25rem;
}

.alert-icon-success {
  color: rgb(69.36, 138.04, 108.12);
  background-color: rgb(199.92, 236.28, 220.44);
  border-color: rgb(150.96, 219.64, 189.72);
}
.alert-icon-success hr {
  border-top-color: rgb(131.9282926829, 213.1717073171, 177.7785365854);
}
.alert-icon-success .alert-link {
  color: rgb(52.3042622951, 104.0957377049, 81.5331147541);
}
.alert-icon-success svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(69.36, 138.04, 108.12);
  margin-right: 1.25rem;
}

.alert-icon-info {
  color: rgb(36.72, 104.04, 173.4);
  background-color: rgb(182.64, 218.28, 255);
  border-color: rgb(118.32, 185.64, 255);
}
.alert-icon-info hr {
  border-top-color: rgb(92.82, 172.6997014925, 255);
}
.alert-icon-info .alert-link {
  color: rgb(27.8073786408, 78.7875728155, 131.3126213592);
}
.alert-icon-info svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(36.72, 104.04, 173.4);
  margin-right: 1.25rem;
}

.alert-icon-warning {
  color: rgb(170.68, 149.6, 83.64);
  background-color: rgb(253.56, 242.4, 207.48);
  border-color: rgb(252.28, 231.2, 165.24);
}
.alert-icon-warning hr {
  border-top-color: rgb(251.53, 224.6375, 140.49);
}
.alert-icon-warning .alert-link {
  color: rgb(136.4527272727, 119.6, 66.8672727273);
}
.alert-icon-warning svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(170.68, 149.6, 83.64);
  margin-right: 1.25rem;
}

.alert-icon-danger {
  color: rgb(163.88, 65.28, 68);
  background-color: rgb(249.96, 197.76, 199.2);
  border-color: rgb(245.48, 146.88, 149.6);
}
.alert-icon-danger hr {
  border-top-color: rgb(243.416416185, 123.443583815, 126.7531791908);
}
.alert-icon-danger .alert-link {
  color: rgb(127.408189911, 50.751810089, 52.8664688427);
}
.alert-icon-danger svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(163.88, 65.28, 68);
  margin-right: 1.25rem;
}

.alert-icon-light {
  color: rgb(167.28, 167.96, 170);
  background-color: rgb(251.76, 252.12, 253.2);
  border-color: rgb(248.88, 249.56, 251.6);
}
.alert-icon-light hr {
  border-top-color: rgb(232.4871428571, 234.9885714286, 242.4928571429);
}
.alert-icon-light .alert-link {
  color: rgb(141.3784251969, 142.2592125984, 144.9015748031);
}
.alert-icon-light svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(167.28, 167.96, 170);
  margin-right: 1.25rem;
}

.alert-icon-dark {
  color: rgb(36.72, 31.28, 60.52);
  background-color: rgb(182.64, 179.76, 195.24);
  border-color: rgb(118.32, 112.88, 142.12);
}
.alert-icon-dark hr {
  border-top-color: rgb(106.488, 101.592, 127.908);
}
.alert-icon-dark .alert-link {
  color: rgb(16.32, 13.9022222222, 26.8977777778);
}
.alert-icon-dark svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(36.72, 31.28, 60.52);
  margin-right: 1.25rem;
}

.alert-icon-default {
  color: rgb(173.4, 173.4, 173.4);
  background-color: white;
  border-color: white;
}
.alert-icon-default hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-icon-default .alert-link {
  color: rgb(147.9, 147.9, 147.9);
}
.alert-icon-default svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(173.4, 173.4, 173.4);
  margin-right: 1.25rem;
}

.alert-icon-primary-light {
  color: rgb(45.56, 51.68, 81.6);
  background-color: rgb(187.32, 190.56, 206.4);
  border-color: rgb(127.16, 133.28, 163.2);
}
.alert-icon-primary-light hr {
  border-top-color: rgb(112.3178947368, 119.1484210526, 152.5421052632);
}
.alert-icon-primary-light .alert-link {
  color: rgb(27.2872727273, 30.9527272727, 48.8727272727);
}
.alert-icon-primary-light svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(45.56, 51.68, 81.6);
  margin-right: 1.25rem;
}

.alert-icon-primary-dark {
  color: rgb(21.76, 15.64, 48.28);
  background-color: rgb(174.72, 171.48, 188.76);
  border-color: rgb(103.36, 97.24, 129.88);
}
.alert-icon-primary-dark hr {
  border-top-color: rgb(91.7552095808, 86.3223353293, 115.2976646707);
}
.alert-icon-primary-dark .alert-link {
  color: rgb(4.3982978723, 3.1612765957, 9.7587234043);
}
.alert-icon-primary-dark svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(21.76, 15.64, 48.28);
  margin-right: 1.25rem;
}

.alert-icon-tertiary {
  color: rgb(161.84, 25.84, 95.2);
  background-color: rgb(248.88, 176.88, 213.6);
  border-color: rgb(243.44, 107.44, 176.8);
}
.alert-icon-tertiary hr {
  border-top-color: rgb(241.5874358974, 83.7925641026, 164.2679487179);
}
.alert-icon-tertiary .alert-link {
  color: rgb(117.8617391304, 18.8182608696, 69.3304347826);
}
.alert-icon-tertiary svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(161.84, 25.84, 95.2);
  margin-right: 1.25rem;
}

.alert-icon-alternative {
  color: rgb(97.92, 67.32, 139.4);
  background-color: rgb(215.04, 198.84, 237);
  border-color: rgb(179.52, 148.92, 221);
}
.alert-icon-alternative hr {
  border-top-color: rgb(165.7797087379, 129.6093203883, 214.8106796117);
}
.alert-icon-alternative .alert-link {
  color: rgb(73.7621052632, 50.7114473684, 105.0085526316);
}
.alert-icon-alternative svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(97.92, 67.32, 139.4);
  margin-right: 1.25rem;
}

.alert-icon-primary-muted {
  color: rgb(120.36, 140.76, 160.48);
  background-color: rgb(226.92, 237.72, 248.16);
  border-color: rgb(201.96, 222.36, 242.08);
}
.alert-icon-primary-muted hr {
  border-top-color: rgb(181.4548453608, 209.741443299, 237.0851546392);
}
.alert-icon-primary-muted .alert-link {
  color: rgb(94.8004747774, 115.2610089021, 135.0395252226);
}
.alert-icon-primary-muted svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(120.36, 140.76, 160.48);
  margin-right: 1.25rem;
}

.alert-icon-secondary-light {
  color: rgb(159.8, 164.56, 170);
  background-color: rgb(247.8, 250.32, 253.2);
  border-color: rgb(241.4, 246.16, 251.6);
}
.alert-icon-secondary-light hr {
  border-top-color: rgb(221, 232.9, 246.5);
}
.alert-icon-secondary-light .alert-link {
  color: rgb(132.8566037736, 138.9637735849, 145.9433962264);
}
.alert-icon-secondary-light svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(159.8, 164.56, 170);
  margin-right: 1.25rem;
}

.alert-icon-secondary-dark {
  color: rgb(112.88, 124.44, 144.16);
  background-color: rgb(222.96, 229.08, 239.52);
  border-color: rgb(194.48, 206.04, 225.76);
}
.alert-icon-secondary-dark hr {
  border-top-color: rgb(177.2868181818, 192.1309090909, 217.4531818182);
}
.alert-icon-secondary-dark .alert-link {
  color: rgb(90.2809677419, 99.6967741935, 115.7590322581);
}
.alert-icon-secondary-dark svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(112.88, 124.44, 144.16);
  margin-right: 1.25rem;
}

.alert-icon-info-muted {
  color: rgb(92.48, 148.92, 151.64);
  background-color: rgb(212.16, 242.04, 243.48);
  border-color: rgb(174.08, 230.52, 233.24);
}
.alert-icon-info-muted hr {
  border-top-color: rgb(153.9839735099, 224.4405298013, 227.8360264901);
}
.alert-icon-info-muted .alert-link {
  color: rgb(73.1596657382, 117.8085793872, 119.9603342618);
}
.alert-icon-info-muted svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(92.48, 148.92, 151.64);
  margin-right: 1.25rem;
}

.alert-icon-danger-muted {
  color: rgb(167.96, 85.68, 125.8);
  background-color: rgb(252.12, 208.56, 229.8);
  border-color: rgb(249.56, 167.28, 207.4);
}
.alert-icon-danger-muted hr {
  border-top-color: rgb(248.0709489051, 143.2690510949, 194.3708029197);
}
.alert-icon-danger-muted .alert-link {
  color: rgb(134.1878820375, 68.4521179625, 100.5050938338);
}
.alert-icon-danger-muted svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: rgb(167.96, 85.68, 125.8);
  margin-right: 1.25rem;
}

.rtl .alert-icon-primary svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-secondary svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-success svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-info svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-warning svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-danger svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-light svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-dark svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-default svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-primary-light svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-primary-dark svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-tertiary svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-alternative svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-primary-muted svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-secondary-light svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-secondary-dark svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-info-muted svg {
  margin-right: 0;
  margin-left: 1.25rem;
}
.rtl .alert-icon-danger-muted svg {
  margin-right: 0;
  margin-left: 1.25rem;
}

.breadcrumb.bg-success, .breadcrumb.bg-dark, .breadcrumb.bg-danger, .breadcrumb.bg-warning, .breadcrumb.bg-primary, .breadcrumb.bg-info {
  border: none;
}
.breadcrumb.bg-success .breadcrumb-item, .breadcrumb.bg-dark .breadcrumb-item, .breadcrumb.bg-danger .breadcrumb-item, .breadcrumb.bg-warning .breadcrumb-item, .breadcrumb.bg-primary .breadcrumb-item, .breadcrumb.bg-info .breadcrumb-item {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb.bg-success .breadcrumb-item::before, .breadcrumb.bg-dark .breadcrumb-item::before, .breadcrumb.bg-danger .breadcrumb-item::before, .breadcrumb.bg-warning .breadcrumb-item::before, .breadcrumb.bg-primary .breadcrumb-item::before, .breadcrumb.bg-info .breadcrumb-item::before {
  color: inherit;
}
.breadcrumb.bg-success .breadcrumb-item a, .breadcrumb.bg-success .breadcrumb-item span, .breadcrumb.bg-dark .breadcrumb-item a, .breadcrumb.bg-dark .breadcrumb-item span, .breadcrumb.bg-danger .breadcrumb-item a, .breadcrumb.bg-danger .breadcrumb-item span, .breadcrumb.bg-warning .breadcrumb-item a, .breadcrumb.bg-warning .breadcrumb-item span, .breadcrumb.bg-primary .breadcrumb-item a, .breadcrumb.bg-primary .breadcrumb-item span, .breadcrumb.bg-info .breadcrumb-item a, .breadcrumb.bg-info .breadcrumb-item span {
  color: inherit;
}
.breadcrumb.bg-success .breadcrumb-item.active, .breadcrumb.bg-dark .breadcrumb-item.active, .breadcrumb.bg-danger .breadcrumb-item.active, .breadcrumb.bg-warning .breadcrumb-item.active, .breadcrumb.bg-primary .breadcrumb-item.active, .breadcrumb.bg-info .breadcrumb-item.active {
  color: #fff;
}

/* inverse breadcrumb */
.bg-inverse-primary {
  background: rgb(106.5, 91.8333333333, 170.6666666667);
  border-color: #362e59;
}
.bg-inverse-primary .breadcrumb-item {
  color: #362e59;
}
.bg-inverse-primary .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-primary .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-primary.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-secondary {
  background: white;
  border-color: #f4f5f9;
}
.bg-inverse-secondary .breadcrumb-item {
  color: #f4f5f9;
}
.bg-inverse-secondary .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-secondary .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-secondary.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-success {
  background: rgb(197.1585365854, 235.3414634146, 218.7073170732);
  border-color: #66cb9f;
}
.bg-inverse-success .breadcrumb-item {
  color: #66cb9f;
}
.bg-inverse-success .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-success .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-success.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-info {
  background: rgb(181.5, 217.7014925373, 255);
  border-color: #3699ff;
}
.bg-inverse-info .breadcrumb-item {
  color: #3699ff;
}
.bg-inverse-info .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-info .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-info.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-warning {
  background: rgb(254.75, 252.8125, 246.75);
  border-color: #fbdc7b;
}
.bg-inverse-warning .breadcrumb-item {
  color: #fbdc7b;
}
.bg-inverse-warning .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-warning .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-warning.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-danger {
  background: rgb(251.3179190751, 213.1820809249, 214.2341040462);
  border-color: #f16064;
}
.bg-inverse-danger .breadcrumb-item {
  color: #f16064;
}
.bg-inverse-danger .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-danger .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-danger.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-light {
  background: white;
  border-color: #f6f7fa;
}
.bg-inverse-light .breadcrumb-item {
  color: #f6f7fa;
}
.bg-inverse-light .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-light .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-light.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-dark {
  background: rgb(106.5, 91.8333333333, 170.6666666667);
  border-color: #362e59;
}
.bg-inverse-dark .breadcrumb-item {
  color: #362e59;
}
.bg-inverse-dark .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-dark .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-dark.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-default {
  background: white;
  border-color: #fff;
}
.bg-inverse-default .breadcrumb-item {
  color: #fff;
}
.bg-inverse-default .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-default .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-default.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-primary-light {
  background: rgb(129.5454545455, 138.9545454545, 184.9545454545);
  border-color: #434C78;
}
.bg-inverse-primary-light .breadcrumb-item {
  color: #434C78;
}
.bg-inverse-primary-light .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-primary-light .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-primary-light.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-primary-dark {
  background: rgb(75.4042553191, 54.1968085106, 167.3031914894);
  border-color: #201747;
}
.bg-inverse-primary-dark .breadcrumb-item {
  color: #201747;
}
.bg-inverse-primary-dark .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-primary-dark .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-primary-dark.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-tertiary {
  background: rgb(247.2628205128, 156.2371794872, 202.6602564103);
  border-color: #ee268c;
}
.bg-inverse-tertiary .breadcrumb-item {
  color: #ee268c;
}
.bg-inverse-tertiary .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-tertiary .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-tertiary.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-alternative {
  background: rgb(212.7014563107, 195.5533980583, 235.9466019417);
  border-color: #9063cd;
}
.bg-inverse-alternative .breadcrumb-item {
  color: #9063cd;
}
.bg-inverse-alternative .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-alternative .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-alternative.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-primary-muted {
  background: white;
  border-color: #b1cfec;
}
.bg-inverse-primary-muted .breadcrumb-item {
  color: #b1cfec;
}
.bg-inverse-primary-muted .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-primary-muted .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-primary-muted.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-secondary-light {
  background: white;
  border-color: #ebf2fa;
}
.bg-inverse-secondary-light .breadcrumb-item {
  color: #ebf2fa;
}
.bg-inverse-secondary-light .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-secondary-light .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-secondary-light.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-secondary-dark {
  background: rgb(251.9659090909, 252.5454545455, 253.5340909091);
  border-color: #a6b7d4;
}
.bg-inverse-secondary-dark .breadcrumb-item {
  color: #a6b7d4;
}
.bg-inverse-secondary-dark .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-secondary-dark .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-secondary-dark.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-info-muted {
  background: rgb(236.4801324503, 249.3973509934, 250.0198675497);
  border-color: #88dbdf;
}
.bg-inverse-info-muted .breadcrumb-item {
  color: #88dbdf;
}
.bg-inverse-info-muted .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-info-muted .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-info-muted.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.bg-inverse-danger-muted {
  background: rgb(254.4452554745, 246.0547445255, 250.1459854015);
  border-color: #f77eb9;
}
.bg-inverse-danger-muted .breadcrumb-item {
  color: #f77eb9;
}
.bg-inverse-danger-muted .breadcrumb-item::before {
  color: inherit;
}
.bg-inverse-danger-muted .breadcrumb-item a {
  color: inherit;
}
.bg-inverse-danger-muted.bg-inverse-dark {
  background: rgb(191.25, 191.25, 191.25);
}

.rtl .breadcrumb .breadcrumb-item {
  padding-left: 0.5rem;
}
.rtl .breadcrumb .breadcrumb-item:last-child {
  padding-left: 0;
}
.rtl .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0.5rem;
}

/* Buttons */
.btn, .wizard > .actions .disabled a, .wizard > .actions a, .wizard > .actions a:hover, .swal2-modal .swal2-actions button, .fc .fc-button {
  position: relative;
  display: inline-flex;
  padding: 0.625rem 1rem;
  align-items: center;
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0.375rem;
  user-select: none;
  transition: color 0.2s;
  outline: 0;
  cursor: pointer;
  /* Buttons with only icons */
  /* Custom Buttons */
  /* Custom Buttons W.I.P

  &.btn-secondary {
  	// border: 1px solid $border-color;
  }

  &.btn-alternative {
  	color: color(white);
  	background-color: theme-color(alternative);
  	border: 1px solid $border-color;
  }

  &.btn-light {
  	background-color: $btn-bg;

  	&:hover {
  		background-color: #e6e8f1;
  	}
  }

  &.btn-dark {
  	border: 1px solid theme-color(dark);
  }

  &.btn-info {
  	border: 1px solid theme-color(info);
  }

  &.btn-success {
  	color: color(white);
  	background-color: theme-color(success);
  	border: 1px solid $border-color;

  }

  &.btn-warning {
  	border: 1px solid theme-color(warning);
  } */
  /* Primary back button used to the left of the page title */
  /* Return button will be used in the bottombar in modals and places
  where we cannot use btn-back in the page title */
  /* Buttons with icon and text */
}
.btn i, .wizard > .actions .disabled a i, .wizard > .actions a i, .wizard > .actions a:hover i, .swal2-modal .swal2-actions button i, .fc .fc-button i {
  font-size: 1rem;
}
.btn.btn-rounded, .wizard > .actions a.btn-rounded, .swal2-modal .swal2-actions button.btn-rounded, .fc .btn-rounded.fc-button {
  border-radius: 50px;
}
.btn.btn-xs, .wizard > .actions a.btn-xs, .swal2-modal .swal2-actions button.btn-xs, .fc .btn-xs.fc-button {
  padding: 0.35rem 0.75rem;
  font-size: 0.625rem;
}
.btn.btn-sm, .wizard > .actions a.btn-sm, .swal2-modal .swal2-actions button.btn-sm, .fc .btn-sm.fc-button, .btn-group-sm > .btn, .wizard > .actions .btn-group-sm > a, .swal2-modal .swal2-actions .btn-group-sm > button, .fc .btn-group-sm > .fc-button {
  font-size: 0.75rem;
}
.btn.btn-lg, .wizard > .actions a.btn-lg, .swal2-modal .swal2-actions button.btn-lg, .fc .btn-lg.fc-button, .btn-group-lg > .btn, .wizard > .actions .btn-group-lg > a, .swal2-modal .swal2-actions .btn-group-lg > button, .fc .btn-group-lg > .fc-button {
  font-size: 1.3rem;
}
.btn-icon:not([class*=btn-icon-break]) {
  padding-left: 0;
  padding-right: 0;
}
.btn-icon .icon {
  width: 3rem;
}
.btn-icon.btn-xl .icon {
  width: 2.6rem;
}
.btn-icon.btn-lg .icon, .btn-group-lg > .btn-icon.btn .icon, .wizard > .actions .btn-group-lg > a.btn-icon .icon, .swal2-modal .swal2-actions .btn-group-lg > button.btn-icon .icon, .fc .btn-group-lg > .btn-icon.fc-button .icon {
  width: 2.6rem;
}
.btn-icon.btn-sm .icon, .btn-group-sm > .btn-icon.btn .icon, .wizard > .actions .btn-group-sm > a.btn-icon .icon, .swal2-modal .swal2-actions .btn-group-sm > button.btn-icon .icon, .fc .btn-group-sm > .btn-icon.fc-button .icon {
  width: 1.65rem;
}
.btn-icon.btn-xs .icon {
  width: 1.7rem;
  font-size: 1.1em;
}
.btn-icon .dot {
  top: 0.35rem;
  right: 0.35rem;
  position: absolute;
  transform: translate(50%, -50%);
}
.btn-icon .badge {
  top: 0.25rem;
  right: 0.25rem;
  position: absolute;
  transform: translate(50%, -50%);
}
.btn-icon .badge-circle {
  border-radius: 50%;
  height: 1.125rem;
  width: 1.125rem;
  padding: 0;
  font-weight: 600;
  font-size: 75%;
}
.btn.btn-icon, .wizard > .actions a.btn-icon, .swal2-modal .swal2-actions button.btn-icon, .fc .btn-icon.fc-button {
  width: 32px;
  height: 32px;
  padding: 0;
}
.btn.btn-icon svg, .wizard > .actions a.btn-icon svg, .swal2-modal .swal2-actions button.btn-icon svg, .fc .btn-icon.fc-button svg {
  height: 15px;
}
.btn.btn-icon.btn-sm, .wizard > .actions a.btn-icon.btn-sm, .swal2-modal .swal2-actions button.btn-icon.btn-sm, .fc .btn-icon.btn-sm.fc-button, .btn-group-sm > .btn.btn-icon, .wizard > .actions .btn-group-sm > a.btn-icon, .swal2-modal .swal2-actions .btn-group-sm > button.btn-icon, .fc .btn-group-sm > .btn-icon.fc-button {
  width: 30px;
  height: 30px;
}
.btn.btn-icon.btn-sm svg, .wizard > .actions a.btn-icon.btn-sm svg, .swal2-modal .swal2-actions button.btn-icon.btn-sm svg, .fc .btn-icon.btn-sm.fc-button svg, .btn-group-sm > .btn.btn-icon svg, .wizard > .actions .btn-group-sm > a.btn-icon svg, .swal2-modal .swal2-actions .btn-group-sm > button.btn-icon svg, .fc .btn-group-sm > .btn-icon.fc-button svg {
  height: 13px;
}
.btn.btn-icon.btn-lg, .wizard > .actions a.btn-icon.btn-lg, .swal2-modal .swal2-actions button.btn-icon.btn-lg, .fc .btn-icon.btn-lg.fc-button, .btn-group-lg > .btn.btn-icon, .wizard > .actions .btn-group-lg > a.btn-icon, .swal2-modal .swal2-actions .btn-group-lg > button.btn-icon, .fc .btn-group-lg > .btn-icon.fc-button {
  width: 48px;
  height: 48px;
}
.btn.btn-icon.btn-lg svg, .wizard > .actions a.btn-icon.btn-lg svg, .swal2-modal .swal2-actions button.btn-icon.btn-lg svg, .fc .btn-icon.btn-lg.fc-button svg, .btn-group-lg > .btn.btn-icon svg, .wizard > .actions .btn-group-lg > a.btn-icon svg, .swal2-modal .swal2-actions .btn-group-lg > button.btn-icon svg, .fc .btn-group-lg > .btn-icon.fc-button svg {
  height: 20px;
}
.btn.btn-primary:hover, .wizard > .actions a:hover, .swal2-modal .swal2-actions button.btn-primary:hover, .swal2-modal .swal2-actions button.swal2-confirm:hover, .fc .btn-primary.fc-button:hover, .btn.btn-primary:focus, .wizard > .actions a:focus, .swal2-modal .swal2-actions button.btn-primary:focus, .swal2-modal .swal2-actions button.swal2-confirm:focus, .fc .btn-primary.fc-button:focus {
  background-color: #201747;
}
.btn.btn-default, .wizard > .actions a.btn-default, .swal2-modal .swal2-actions button.btn-default, .fc .btn-default.fc-button {
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
}
.btn.btn-back, .wizard > .actions a.btn-back, .swal2-modal .swal2-actions button.btn-back, .fc .btn-back.fc-button {
  margin-right: 0.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 36px;
  height: 48px;
  color: #362e59;
  background-color: #fff;
  border-color: #fff;
}
@media (max-width: 575px) {
  .btn.btn-back, .wizard > .actions a.btn-back, .swal2-modal .swal2-actions button.btn-back, .fc .btn-back.fc-button {
    display: none;
  }
}
.btn.btn-back .icon, .wizard > .actions a.btn-back .icon, .swal2-modal .swal2-actions button.btn-back .icon, .fc .btn-back.fc-button .icon {
  margin-right: 2px;
}
.btn.btn-back:hover, .wizard > .actions a.btn-back:hover, .swal2-modal .swal2-actions button.btn-back:hover, .fc .btn-back.fc-button:hover {
  background-color: #dfe4eb;
  border-color: #dfe4eb;
}
.btn.btn-return, .wizard > .actions a.btn-return, .swal2-modal .swal2-actions button.btn-return, .fc .btn-return.fc-button {
  color: #362e59;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .btn.btn-return, .wizard > .actions a.btn-return, .swal2-modal .swal2-actions button.btn-return, .fc .btn-return.fc-button {
    display: none;
  }
}
.btn.btn-return:hover, .wizard > .actions a.btn-return:hover, .swal2-modal .swal2-actions button.btn-return:hover, .fc .btn-return.fc-button:hover, .btn.btn-return:focus, .wizard > .actions a.btn-return:focus, .swal2-modal .swal2-actions button.btn-return:focus, .fc .btn-return.fc-button:focus {
  color: #ee268c;
}
.btn.btn-danger, .wizard > .actions a.btn-danger, .swal2-modal .swal2-actions button.btn-danger, .swal2-modal .swal2-actions button.swal2-cancel, .fc .btn-danger.fc-button {
  color: #232b38;
  background-color: #f4f5f9;
  box-shadow: 0 0 0 2px #f16064;
  border: 0;
}
.btn.btn-danger:hover, .wizard > .actions a.btn-danger:hover, .swal2-modal .swal2-actions button.btn-danger:hover, .swal2-modal .swal2-actions button.swal2-cancel:hover, .fc .btn-danger.fc-button:hover, .btn.btn-danger:focus, .wizard > .actions a.btn-danger:focus, .swal2-modal .swal2-actions button.btn-danger:focus, .swal2-modal .swal2-actions button.swal2-cancel:focus, .fc .btn-danger.fc-button:focus {
  color: #fff;
  background-color: #f16064;
}
.btn.btn-icon-text .btn-icon-prepend, .wizard > .actions a.btn-icon-text .btn-icon-prepend, .swal2-modal .swal2-actions button.btn-icon-text .btn-icon-prepend, .fc .btn-icon-text.fc-button .btn-icon-prepend {
  margin-right: 0.5rem;
}
.btn.btn-icon-text .btn-icon-prepend-feather, .wizard > .actions a.btn-icon-text .btn-icon-prepend-feather, .swal2-modal .swal2-actions button.btn-icon-text .btn-icon-prepend-feather, .fc .btn-icon-text.fc-button .btn-icon-prepend-feather {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.btn.btn-icon-text .btn-icon-append, .wizard > .actions a.btn-icon-text .btn-icon-append, .swal2-modal .swal2-actions button.btn-icon-text .btn-icon-append, .fc .btn-icon-text.fc-button .btn-icon-append {
  margin-left: 0.5rem;
}
.btn.btn-icon-text.btn-lg .btn-icon-prepend, .wizard > .actions a.btn-icon-text.btn-lg .btn-icon-prepend, .swal2-modal .swal2-actions button.btn-icon-text.btn-lg .btn-icon-prepend, .fc .btn-icon-text.btn-lg.fc-button .btn-icon-prepend, .btn-group-lg > .btn.btn-icon-text .btn-icon-prepend, .wizard > .actions .btn-group-lg > a.btn-icon-text .btn-icon-prepend, .swal2-modal .swal2-actions .btn-group-lg > button.btn-icon-text .btn-icon-prepend, .fc .btn-group-lg > .btn-icon-text.fc-button .btn-icon-prepend, .btn.btn-icon-text.btn-lg .btn-icon-prepend-feather .btn-icon-append, .wizard > .actions a.btn-icon-text.btn-lg .btn-icon-prepend-feather .btn-icon-append, .swal2-modal .swal2-actions button.btn-icon-text.btn-lg .btn-icon-prepend-feather .btn-icon-append, .fc .btn-icon-text.btn-lg.fc-button .btn-icon-prepend-feather .btn-icon-append, .btn-group-lg > .btn.btn-icon-text .btn-icon-prepend-feather .btn-icon-append, .wizard > .actions .btn-group-lg > a.btn-icon-text .btn-icon-prepend-feather .btn-icon-append, .swal2-modal .swal2-actions .btn-group-lg > button.btn-icon-text .btn-icon-prepend-feather .btn-icon-append, .fc .btn-group-lg > .btn-icon-text.fc-button .btn-icon-prepend-feather .btn-icon-append {
  width: 20px;
  height: 20px;
}
.btn.btn-social-icon, .wizard > .actions a.btn-social-icon, .swal2-modal .swal2-actions button.btn-social-icon, .fc .btn-social-icon.fc-button {
  width: 50px;
  height: 50px;
  padding: 0;
}
.btn:disabled, .wizard > .actions a:disabled, .swal2-modal .swal2-actions button:disabled, .fc .fc-button:disabled {
  cursor: default;
}

.btn-group .btn + .btn, .btn-group .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .btn-group a + .btn, .btn-group .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .btn-group .btn + a, .btn-group .wizard > .actions .disabled a + a, .wizard > .actions .disabled .btn-group a + a, .btn-group .wizard > .actions a + .btn, .btn-group .wizard > .actions .disabled a + a, .wizard > .actions .btn-group a + .btn, .wizard > .actions .btn-group .disabled a + a, .wizard > .actions .disabled .btn-group a + a, .btn-group .wizard > .actions a:hover + .btn, .btn-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .btn-group a:hover + .btn, .wizard > .actions .btn-group .disabled a:hover + a, .wizard > .actions .disabled .btn-group a:hover + a, .btn-group .wizard > .actions .btn + a, .btn-group .wizard > .actions .disabled a + a, .wizard > .actions .btn-group .btn + a, .wizard > .actions .btn-group .disabled a + a, .wizard > .actions .disabled .btn-group a + a, .btn-group .wizard > .actions a + a, .wizard > .actions .btn-group a + a, .btn-group .wizard > .actions a:hover + a, .wizard > .actions .btn-group a:hover + a, .btn-group .wizard > .actions .btn + a:hover, .btn-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .btn-group .btn + a:hover, .wizard > .actions .btn-group .disabled a + a:hover, .wizard > .actions .disabled .btn-group a + a:hover, .btn-group .wizard > .actions a + a:hover, .wizard > .actions .btn-group a + a:hover, .btn-group .wizard > .actions a:hover + a:hover, .wizard > .actions .btn-group a:hover + a:hover, .btn-group .swal2-modal .swal2-actions button + .btn, .btn-group .swal2-modal .swal2-actions .wizard > .actions .disabled button + a, .wizard > .actions .disabled .btn-group .swal2-modal .swal2-actions button + a, .btn-group .swal2-modal .swal2-actions .wizard > .actions button + a, .wizard > .actions .btn-group .swal2-modal .swal2-actions button + a, .btn-group .swal2-modal .swal2-actions .wizard > .actions button + a:hover, .wizard > .actions .btn-group .swal2-modal .swal2-actions button + a:hover, .swal2-modal .swal2-actions .btn-group button + .btn, .swal2-modal .swal2-actions .btn-group .wizard > .actions .disabled button + a, .wizard > .actions .disabled .swal2-modal .swal2-actions .btn-group button + a, .swal2-modal .swal2-actions .btn-group .wizard > .actions button + a, .wizard > .actions .swal2-modal .swal2-actions .btn-group button + a, .swal2-modal .swal2-actions .btn-group .wizard > .actions button + a:hover, .wizard > .actions .swal2-modal .swal2-actions .btn-group button + a:hover, .btn-group .swal2-modal .swal2-actions .btn + button, .btn-group .swal2-modal .swal2-actions .wizard > .actions .disabled a + button, .wizard > .actions .disabled .btn-group .swal2-modal .swal2-actions a + button, .btn-group .swal2-modal .swal2-actions .wizard > .actions a + button, .wizard > .actions .btn-group .swal2-modal .swal2-actions a + button, .btn-group .swal2-modal .swal2-actions .wizard > .actions a:hover + button, .wizard > .actions .btn-group .swal2-modal .swal2-actions a:hover + button, .swal2-modal .swal2-actions .btn-group .btn + button, .swal2-modal .swal2-actions .btn-group .wizard > .actions .disabled a + button, .wizard > .actions .disabled .swal2-modal .swal2-actions .btn-group a + button, .swal2-modal .swal2-actions .btn-group .wizard > .actions a + button, .wizard > .actions .swal2-modal .swal2-actions .btn-group a + button, .swal2-modal .swal2-actions .btn-group .wizard > .actions a:hover + button, .wizard > .actions .swal2-modal .swal2-actions .btn-group a:hover + button, .btn-group .swal2-modal .swal2-actions button + button, .swal2-modal .swal2-actions .btn-group button + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + .btn, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a:hover + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + .btn, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled a:hover + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .btn + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a:hover + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .btn + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled a + a:hover, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a:hover + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled button + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + a:hover, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + .btn, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled button + a, .wizard > .actions .disabled .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + a, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions button + a, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + a, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions button + a:hover, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .btn + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled a + button, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions a + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a + button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions a + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a:hover + button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions a:hover + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + button, .wizard > .actions .disabled .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a + button, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a:hover + button, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + .btn, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a:hover + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + .btn, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled a:hover + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .btn + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a:hover + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .btn + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled a + a:hover, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a:hover + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled button + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + a:hover, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + .btn, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled button + a, .wizard > .actions .disabled .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + a, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions button + a, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + a, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions button + a:hover, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .btn + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled a + button, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions a + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a + button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions a + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a:hover + button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions a:hover + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + button, .wizard > .actions .disabled .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a + button, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a:hover + button, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + button, .btn-group .fc .fc-button + .btn, .btn-group .fc .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .btn-group .fc .fc-button + a, .btn-group .fc .wizard > .actions .fc-button + a, .wizard > .actions .btn-group .fc .fc-button + a, .btn-group .fc .wizard > .actions .fc-button + a:hover, .wizard > .actions .btn-group .fc .fc-button + a:hover, .btn-group .fc .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .btn-group .fc .fc-button + button, .fc .btn-group .fc-button + .btn, .fc .btn-group .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .fc .btn-group .fc-button + a, .fc .btn-group .wizard > .actions .fc-button + a, .wizard > .actions .fc .btn-group .fc-button + a, .fc .btn-group .wizard > .actions .fc-button + a:hover, .wizard > .actions .fc .btn-group .fc-button + a:hover, .fc .btn-group .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .fc .btn-group .fc-button + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .fc-button + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .fc-button + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .fc-button + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .fc-button + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + button, .btn-group .fc .btn + .fc-button, .btn-group .fc .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .btn-group .fc a + .fc-button, .btn-group .fc .wizard > .actions a + .fc-button, .wizard > .actions .btn-group .fc a + .fc-button, .btn-group .fc .wizard > .actions a:hover + .fc-button, .wizard > .actions .btn-group .fc a:hover + .fc-button, .btn-group .fc .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .btn-group .fc button + .fc-button, .fc .btn-group .btn + .fc-button, .fc .btn-group .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .fc .btn-group a + .fc-button, .fc .btn-group .wizard > .actions a + .fc-button, .wizard > .actions .fc .btn-group a + .fc-button, .fc .btn-group .wizard > .actions a:hover + .fc-button, .wizard > .actions .fc .btn-group a:hover + .fc-button, .fc .btn-group .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .fc .btn-group button + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a + .fc-button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a:hover + .fc-button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a + .fc-button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a:hover + .fc-button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + .fc-button, .btn-group .fc .fc-button + .fc-button, .fc .btn-group .fc-button + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + .fc-button {
  border-left: 0;
}

.rtl .btn-group .btn + .btn, .rtl .btn-group .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .rtl .btn-group a + .btn, .rtl .btn-group .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .rtl .btn-group .btn + a, .rtl .btn-group .wizard > .actions .disabled a + a, .wizard > .actions .disabled .rtl .btn-group a + a, .rtl .btn-group .wizard > .actions a + .btn, .rtl .btn-group .wizard > .actions .disabled a + a, .wizard > .actions .rtl .btn-group a + .btn, .wizard > .actions .rtl .btn-group .disabled a + a, .wizard > .actions .disabled .rtl .btn-group a + a, .rtl .btn-group .wizard > .actions a:hover + .btn, .rtl .btn-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .rtl .btn-group a:hover + .btn, .wizard > .actions .rtl .btn-group .disabled a:hover + a, .wizard > .actions .disabled .rtl .btn-group a:hover + a, .rtl .btn-group .wizard > .actions .btn + a, .rtl .btn-group .wizard > .actions .disabled a + a, .wizard > .actions .rtl .btn-group .btn + a, .wizard > .actions .rtl .btn-group .disabled a + a, .wizard > .actions .disabled .rtl .btn-group a + a, .rtl .btn-group .wizard > .actions a + a, .wizard > .actions .rtl .btn-group a + a, .rtl .btn-group .wizard > .actions a:hover + a, .wizard > .actions .rtl .btn-group a:hover + a, .rtl .btn-group .wizard > .actions .btn + a:hover, .rtl .btn-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .rtl .btn-group .btn + a:hover, .wizard > .actions .rtl .btn-group .disabled a + a:hover, .wizard > .actions .disabled .rtl .btn-group a + a:hover, .rtl .btn-group .wizard > .actions a + a:hover, .wizard > .actions .rtl .btn-group a + a:hover, .rtl .btn-group .wizard > .actions a:hover + a:hover, .wizard > .actions .rtl .btn-group a:hover + a:hover, .rtl .btn-group .swal2-modal .swal2-actions button + .btn, .rtl .btn-group .swal2-modal .swal2-actions .wizard > .actions .disabled button + a, .wizard > .actions .disabled .rtl .btn-group .swal2-modal .swal2-actions button + a, .rtl .btn-group .swal2-modal .swal2-actions .wizard > .actions button + a, .wizard > .actions .rtl .btn-group .swal2-modal .swal2-actions button + a, .rtl .btn-group .swal2-modal .swal2-actions .wizard > .actions button + a:hover, .wizard > .actions .rtl .btn-group .swal2-modal .swal2-actions button + a:hover, .swal2-modal .swal2-actions .rtl .btn-group button + .btn, .swal2-modal .swal2-actions .rtl .btn-group .wizard > .actions .disabled button + a, .wizard > .actions .disabled .swal2-modal .swal2-actions .rtl .btn-group button + a, .swal2-modal .swal2-actions .rtl .btn-group .wizard > .actions button + a, .wizard > .actions .swal2-modal .swal2-actions .rtl .btn-group button + a, .swal2-modal .swal2-actions .rtl .btn-group .wizard > .actions button + a:hover, .wizard > .actions .swal2-modal .swal2-actions .rtl .btn-group button + a:hover, .rtl .btn-group .swal2-modal .swal2-actions .btn + button, .rtl .btn-group .swal2-modal .swal2-actions .wizard > .actions .disabled a + button, .wizard > .actions .disabled .rtl .btn-group .swal2-modal .swal2-actions a + button, .rtl .btn-group .swal2-modal .swal2-actions .wizard > .actions a + button, .wizard > .actions .rtl .btn-group .swal2-modal .swal2-actions a + button, .rtl .btn-group .swal2-modal .swal2-actions .wizard > .actions a:hover + button, .wizard > .actions .rtl .btn-group .swal2-modal .swal2-actions a:hover + button, .swal2-modal .swal2-actions .rtl .btn-group .btn + button, .swal2-modal .swal2-actions .rtl .btn-group .wizard > .actions .disabled a + button, .wizard > .actions .disabled .swal2-modal .swal2-actions .rtl .btn-group a + button, .swal2-modal .swal2-actions .rtl .btn-group .wizard > .actions a + button, .wizard > .actions .swal2-modal .swal2-actions .rtl .btn-group a + button, .swal2-modal .swal2-actions .rtl .btn-group .wizard > .actions a:hover + button, .wizard > .actions .swal2-modal .swal2-actions .rtl .btn-group a:hover + button, .rtl .btn-group .swal2-modal .swal2-actions button + button, .swal2-modal .swal2-actions .rtl .btn-group button + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + .btn, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled a + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a:hover + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + .btn, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled a:hover + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .btn + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled a + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a:hover + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .btn + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled a + a:hover, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a:hover + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled button + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + a:hover, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + .btn, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled button + a, .wizard > .actions .disabled .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + a, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions button + a, .wizard > .actions .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + a, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions button + a:hover, .wizard > .actions .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .btn + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled a + button, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions a + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a + button, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions a + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a:hover + button, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions a:hover + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + button, .wizard > .actions .disabled .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a + button, .wizard > .actions .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a:hover + button, .wizard > .actions .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .btn + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .btn + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions a + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + .btn, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions a:hover + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a:hover + .btn, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .disabled a:hover + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a:hover + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .btn + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .btn + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions a:hover + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a:hover + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .btn + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .btn + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .disabled a + a:hover, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions a + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions a:hover + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a:hover + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions button + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled button + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions button + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions button + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions button + a:hover, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group button + .btn, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled button + a, .wizard > .actions .disabled .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group button + a, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions button + a, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group button + a, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions button + a:hover, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group button + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions .btn + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled a + button, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions a + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a + button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions a + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a:hover + button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions a:hover + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .btn + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled a + button, .wizard > .actions .disabled .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions a + button, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions a:hover + button, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a:hover + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions button + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group button + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + .btn, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled a + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a:hover + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + .btn, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled a:hover + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .btn + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled a + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a:hover + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .btn + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled a + a:hover, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a:hover + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled button + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + a:hover, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + .btn, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled button + a, .wizard > .actions .disabled .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + a, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions button + a, .wizard > .actions .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + a, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions button + a:hover, .wizard > .actions .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .btn + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled a + button, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions a + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a + button, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions a + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a:hover + button, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions a:hover + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + button, .wizard > .actions .disabled .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a + button, .wizard > .actions .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a:hover + button, .wizard > .actions .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .btn + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .btn + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions a + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + .btn, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions a:hover + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a:hover + .btn, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .disabled a:hover + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a:hover + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .btn + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .btn + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .disabled a + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions a + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions a:hover + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a:hover + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .btn + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .btn + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .disabled a + a:hover, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions a + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions a:hover + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a:hover + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions button + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled button + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions button + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions button + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions button + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions button + a:hover, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group button + .btn, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled button + a, .wizard > .actions .disabled .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group button + a, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions button + a, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group button + a, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions button + a:hover, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group button + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions .btn + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions .disabled a + button, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions a + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a + button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions a + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions .wizard > .actions a:hover + button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions a:hover + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .btn + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled a + button, .wizard > .actions .disabled .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions a + button, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions a:hover + button, .wizard > .actions .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a:hover + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions button + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group button + button, .rtl .btn-group .fc .fc-button + .btn, .rtl .btn-group .fc .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .rtl .btn-group .fc .fc-button + a, .rtl .btn-group .fc .wizard > .actions .fc-button + a, .wizard > .actions .rtl .btn-group .fc .fc-button + a, .rtl .btn-group .fc .wizard > .actions .fc-button + a:hover, .wizard > .actions .rtl .btn-group .fc .fc-button + a:hover, .rtl .btn-group .fc .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .rtl .btn-group .fc .fc-button + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .fc-button + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .fc-button + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .wizard > .actions .fc-button + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .fc-button + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .wizard > .actions .fc-button + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .fc-button + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .fc-button + button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .fc-button + .btn, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .fc-button + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .wizard > .actions .fc-button + a, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .fc-button + a, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .wizard > .actions .fc-button + a:hover, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .fc-button + a:hover, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .fc-button + button, .fc .rtl .btn-group .fc-button + .btn, .fc .rtl .btn-group .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .fc .rtl .btn-group .fc-button + a, .fc .rtl .btn-group .wizard > .actions .fc-button + a, .wizard > .actions .fc .rtl .btn-group .fc-button + a, .fc .rtl .btn-group .wizard > .actions .fc-button + a:hover, .wizard > .actions .fc .rtl .btn-group .fc-button + a:hover, .fc .rtl .btn-group .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .fc .rtl .btn-group .fc-button + button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + .btn, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + a, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .fc-button + a, .wizard > .actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + a, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .fc-button + a:hover, .wizard > .actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + a:hover, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .fc-button + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .fc-button + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .fc-button + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .fc-button + a, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .fc-button + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .fc-button + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .fc-button + button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + .btn, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + a, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .fc-button + a, .wizard > .actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + a, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .fc-button + a:hover, .wizard > .actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + a:hover, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .fc-button + .btn, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled .fc-button + a, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .fc-button + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .fc-button + a, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .fc-button + a, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .fc-button + a:hover, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .fc-button + a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions .fc-button + button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .fc-button + button, .rtl .btn-group .fc .btn + .fc-button, .rtl .btn-group .fc .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .rtl .btn-group .fc a + .fc-button, .rtl .btn-group .fc .wizard > .actions a + .fc-button, .wizard > .actions .rtl .btn-group .fc a + .fc-button, .rtl .btn-group .fc .wizard > .actions a:hover + .fc-button, .wizard > .actions .rtl .btn-group .fc a:hover + .fc-button, .rtl .btn-group .fc .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .rtl .btn-group .fc button + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .btn + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc a + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .wizard > .actions a + .fc-button, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc a + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .wizard > .actions a:hover + .fc-button, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc a:hover + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc button + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .btn + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc a + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .wizard > .actions a + .fc-button, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc a + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .wizard > .actions a:hover + .fc-button, .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc a:hover + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc button + .fc-button, .fc .rtl .btn-group .btn + .fc-button, .fc .rtl .btn-group .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .fc .rtl .btn-group a + .fc-button, .fc .rtl .btn-group .wizard > .actions a + .fc-button, .wizard > .actions .fc .rtl .btn-group a + .fc-button, .fc .rtl .btn-group .wizard > .actions a:hover + .fc-button, .wizard > .actions .fc .rtl .btn-group a:hover + .fc-button, .fc .rtl .btn-group .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .fc .rtl .btn-group button + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a + .fc-button, .wizard > .actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a:hover + .fc-button, .wizard > .actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a:hover + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .btn + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions a + .fc-button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .wizard > .actions a:hover + .fc-button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group a:hover + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group button + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a + .fc-button, .wizard > .actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a:hover + .fc-button, .wizard > .actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a:hover + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .btn + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions .disabled a + .fc-button, .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions a + .fc-button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .wizard > .actions a:hover + .fc-button, .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group a:hover + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .swal2-modal .swal2-actions button + .fc-button, .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group button + .fc-button, .rtl .btn-group .fc .fc-button + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc .fc-button + .fc-button, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc .fc-button + .fc-button, .fc .rtl .btn-group .fc-button + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .fc-button + .fc-button, .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button + .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .fc-button + .fc-button {
  border-left: 1px solid;
  border-right: 0;
}
.rtl .btn-group > .btn:not(:first-child, :last-child, .dorpdown-toggle), .rtl .wizard > .actions .btn-group > a:not(:first-child, :last-child, .dorpdown-toggle), .wizard > .actions .rtl .btn-group > a:not(:first-child, :last-child, .dorpdown-toggle), .rtl .swal2-modal .swal2-actions .btn-group > button:not(:first-child, :last-child, .dorpdown-toggle), .swal2-modal .swal2-actions .rtl .btn-group > button:not(:first-child, :last-child, .dorpdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn:not(:first-child, :last-child, .dorpdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a:not(:first-child, :last-child, .dorpdown-toggle), .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:not(:first-child, :last-child, .dorpdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child, :last-child, .dorpdown-toggle), .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button:not(:first-child, :last-child, .dorpdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn:not(:first-child, :last-child, .dorpdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > a:not(:first-child, :last-child, .dorpdown-toggle), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > a:not(:first-child, :last-child, .dorpdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child, :last-child, .dorpdown-toggle), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > button:not(:first-child, :last-child, .dorpdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn:not(:first-child, :last-child, .dorpdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a:not(:first-child, :last-child, .dorpdown-toggle), .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:not(:first-child, :last-child, .dorpdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child, :last-child, .dorpdown-toggle), .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button:not(:first-child, :last-child, .dorpdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn:not(:first-child, :last-child, .dorpdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > a:not(:first-child, :last-child, .dorpdown-toggle), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > a:not(:first-child, :last-child, .dorpdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child, :last-child, .dorpdown-toggle), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > button:not(:first-child, :last-child, .dorpdown-toggle), .rtl .fc .btn-group > .fc-button:not(:first-child, :last-child, .dorpdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:not(:first-child, :last-child, .dorpdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:not(:first-child, :last-child, .dorpdown-toggle), .fc .rtl .btn-group > .fc-button:not(:first-child, :last-child, .dorpdown-toggle), .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:not(:first-child, :last-child, .dorpdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button:not(:first-child, :last-child, .dorpdown-toggle), .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:not(:first-child, :last-child, .dorpdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button:not(:first-child, :last-child, .dorpdown-toggle) {
  border-radius: 0;
}
.rtl .btn-group > .btn:not(:last-child, .dropdown-toggle), .rtl .wizard > .actions .disabled .btn-group > a:not(:last-child, .dropdown-toggle), .wizard > .actions .disabled .rtl .btn-group > a:not(:last-child, .dropdown-toggle), .rtl .wizard > .actions .btn-group > a:not(:last-child, .dropdown-toggle), .wizard > .actions .rtl .btn-group > a:not(:last-child, .dropdown-toggle), .rtl .swal2-modal .swal2-actions .btn-group > button:not(:last-child, .dropdown-toggle), .swal2-modal .swal2-actions .rtl .btn-group > button:not(:last-child, .dropdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn:not(:last-child, .dropdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .disabled .fc-button-group > a:not(:last-child, .dropdown-toggle), .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:not(:last-child, .dropdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a:not(:last-child, .dropdown-toggle), .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:not(:last-child, .dropdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button:not(:last-child, .dropdown-toggle), .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button:not(:last-child, .dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn:not(:last-child, .dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .disabled .fc-button-group > a:not(:last-child, .dropdown-toggle), .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > a:not(:last-child, .dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > a:not(:last-child, .dropdown-toggle), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > a:not(:last-child, .dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .swal2-modal .swal2-actions .fc-button-group > button:not(:last-child, .dropdown-toggle), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > button:not(:last-child, .dropdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn:not(:last-child, .dropdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .disabled .fc-button-group > a:not(:last-child, .dropdown-toggle), .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:not(:last-child, .dropdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a:not(:last-child, .dropdown-toggle), .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:not(:last-child, .dropdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button:not(:last-child, .dropdown-toggle), .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button:not(:last-child, .dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn:not(:last-child, .dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .disabled .fc-button-group > a:not(:last-child, .dropdown-toggle), .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > a:not(:last-child, .dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > a:not(:last-child, .dropdown-toggle), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > a:not(:last-child, .dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .swal2-modal .swal2-actions .fc-button-group > button:not(:last-child, .dropdown-toggle), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > button:not(:last-child, .dropdown-toggle), .rtl .fc .btn-group > .fc-button:not(:last-child, .dropdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:not(:last-child, .dropdown-toggle), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:not(:last-child, .dropdown-toggle), .fc .rtl .btn-group > .fc-button:not(:last-child, .dropdown-toggle), .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:not(:last-child, .dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button:not(:last-child, .dropdown-toggle), .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:not(:last-child, .dropdown-toggle), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button:not(:last-child, .dropdown-toggle),
.rtl .btn-group > .btn-group:not(:last-child) > .btn,
.rtl .wizard > .actions .disabled .btn-group > .btn-group:not(:last-child) > a,
.wizard > .actions .disabled .rtl .btn-group > .btn-group:not(:last-child) > a,
.rtl .wizard > .actions .btn-group > .btn-group:not(:last-child) > a,
.wizard > .actions .rtl .btn-group > .btn-group:not(:last-child) > a,
.rtl .wizard > .actions .btn-group > .btn-group:not(:last-child) > a:hover,
.wizard > .actions .rtl .btn-group > .btn-group:not(:last-child) > a:hover,
.rtl .swal2-modal .swal2-actions .btn-group > .btn-group:not(:last-child) > button,
.swal2-modal .swal2-actions .rtl .btn-group > .btn-group:not(:last-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .disabled .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:last-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .disabled .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:last-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:last-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .disabled .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:last-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .disabled .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > .btn-group:not(:last-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:last-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:last-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .disabled .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .disabled .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:last-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:last-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .disabled .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .disabled .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:last-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:last-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .disabled .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .disabled .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .btn-group > .fc-button-group:not(:last-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:last-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:last-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .disabled .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:last-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .disabled .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:last-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > .fc-button-group:not(:last-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:last-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:last-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:last-child) > button,
.rtl .fc .btn-group > .btn-group:not(:last-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .rtl .btn-group > .btn-group:not(:last-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:last-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:last-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:last-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:last-child) > .fc-button {
  border-radius: 0.1875rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .btn-group > .btn:not(:first-child), .rtl .wizard > .actions .disabled .btn-group > a:not(:first-child), .wizard > .actions .disabled .rtl .btn-group > a:not(:first-child), .rtl .wizard > .actions .btn-group > a:not(:first-child), .wizard > .actions .rtl .btn-group > a:not(:first-child), .rtl .swal2-modal .swal2-actions .btn-group > button:not(:first-child), .swal2-modal .swal2-actions .rtl .btn-group > button:not(:first-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn:not(:first-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .disabled .fc-button-group > a:not(:first-child), .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:not(:first-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > a:not(:first-child), .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > a:not(:first-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child), .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .disabled .fc-button-group > a:not(:first-child), .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > a:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > a:not(:first-child), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > a:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > button:not(:first-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn:not(:first-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .disabled .fc-button-group > a:not(:first-child), .wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:not(:first-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > a:not(:first-child), .wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > a:not(:first-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child), .swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .disabled .fc-button-group > a:not(:first-child), .wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > a:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > a:not(:first-child), .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > a:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .swal2-modal .swal2-actions .fc-button-group > button:not(:first-child), .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > button:not(:first-child), .rtl .fc .btn-group > .fc-button:not(:first-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:not(:first-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:not(:first-child), .fc .rtl .btn-group > .fc-button:not(:first-child), .fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button:not(:first-child), .fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button:not(:first-child), .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button:not(:first-child),
.rtl .btn-group > .btn-group:not(:first-child) > .btn,
.rtl .wizard > .actions .disabled .btn-group > .btn-group:not(:first-child) > a,
.wizard > .actions .disabled .rtl .btn-group > .btn-group:not(:first-child) > a,
.rtl .wizard > .actions .btn-group > .btn-group:not(:first-child) > a,
.wizard > .actions .rtl .btn-group > .btn-group:not(:first-child) > a,
.rtl .wizard > .actions .btn-group > .btn-group:not(:first-child) > a:hover,
.wizard > .actions .rtl .btn-group > .btn-group:not(:first-child) > a:hover,
.rtl .swal2-modal .swal2-actions .btn-group > .btn-group:not(:first-child) > button,
.swal2-modal .swal2-actions .rtl .btn-group > .btn-group:not(:first-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .disabled .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:first-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .disabled .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:first-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:first-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .disabled .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:first-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .disabled .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > .btn-group:not(:first-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:first-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .swal2-modal .swal2-actions .fc-button-group > .btn-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:first-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .disabled .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .disabled .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:first-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:first-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .disabled .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .disabled .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:first-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:first-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .disabled .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .disabled .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .btn-group > .fc-button-group:not(:first-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:first-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .swal2-modal .swal2-actions .btn-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:first-child) > button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > .btn,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .disabled .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .disabled .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > a,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a:hover,
.wizard > .actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > a:hover,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:first-child) > .btn,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .disabled .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .disabled .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:first-child) > a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .wizard > .actions .fc-button-group > .fc-button-group:not(:first-child) > a:hover,
.wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:first-child) > a:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .swal2-modal .swal2-actions .fc-button-group > .fc-button-group:not(:first-child) > button,
.swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:first-child) > button,
.rtl .fc .btn-group > .btn-group:not(:first-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > .fc-button,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .rtl .btn-group > .btn-group:not(:first-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .btn-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .btn-group:not(:first-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .btn-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .btn-group:not(:first-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .btn-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .btn-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .btn-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .btn-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .rtl .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > .fc-button-group:not(:first-child) > .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group > .fc-button-group:not(:first-child) > .fc-button {
  border-radius: 0.1875rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Social Buttons */
.btn-twitter {
  background: #2caae1;
  color: #fff;
}
.btn-twitter:hover, .btn-twitter:focus {
  background: rgb(27.1369294606, 141.112033195, 190.8630705394);
  color: #fff;
}
.btn-twitter.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(88.6514522822, 187.9875518672, 231.3485477178);
}
.btn-twitter.btn-social-icon-text i {
  background: #2caae1;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-twitter {
  border: 1px solid #2caae1;
  color: #2caae1;
}
.btn-outline-twitter:hover {
  background: #2caae1;
  color: #fff;
}

.btn-facebook {
  background: #1877f2;
  color: #fff;
}
.btn-facebook:hover, .btn-facebook:focus {
  background: rgb(11.4549180328, 95.1639344262, 203.5450819672);
  color: #fff;
}
.btn-facebook.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(72.2827868852, 147.4262295082, 244.7172131148);
}
.btn-facebook.btn-social-icon-text i {
  background: #1877f2;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-facebook {
  border: 1px solid #1877f2;
  color: #1877f2;
}
.btn-outline-facebook:hover {
  background: #1877f2;
  color: #fff;
}

.btn-google {
  background: #dc4a38;
  color: #fff;
}
.btn-google:hover, .btn-google:focus {
  background: rgb(191.3461538462, 50.9615384615, 33.6538461538);
  color: #fff;
}
.btn-google.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(227.6282051282, 113.4487179487, 99.3717948718);
}
.btn-google.btn-social-icon-text i {
  background: #dc4a38;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-google {
  border: 1px solid #dc4a38;
  color: #dc4a38;
}
.btn-outline-google:hover {
  background: #dc4a38;
  color: #fff;
}

.btn-linkedin {
  background: #0177b5;
  color: #fff;
}
.btn-linkedin:hover, .btn-linkedin:focus {
  background: rgb(0.7197802198, 85.6538461538, 130.2802197802);
  color: #fff;
}
.btn-linkedin.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(1.2802197802, 152.3461538462, 231.7197802198);
}
.btn-linkedin.btn-social-icon-text i {
  background: #0177b5;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-linkedin {
  border: 1px solid #0177b5;
  color: #0177b5;
}
.btn-outline-linkedin:hover {
  background: #0177b5;
  color: #fff;
}

.btn-pinterest {
  background: #cc2127;
  color: #fff;
}
.btn-pinterest:hover, .btn-pinterest:focus {
  background: rgb(160.1012658228, 25.8987341772, 30.6075949367);
  color: #fff;
}
.btn-pinterest.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(224.0886075949, 63.9113924051, 69.5316455696);
}
.btn-pinterest.btn-social-icon-text i {
  background: #cc2127;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-pinterest {
  border: 1px solid #cc2127;
  color: #cc2127;
}
.btn-outline-pinterest:hover {
  background: #cc2127;
  color: #fff;
}

.btn-youtube {
  background: #e52d27;
  color: #fff;
}
.btn-youtube:hover, .btn-youtube:focus {
  background: rgb(193.6859504132, 28.694214876, 23.3140495868);
  color: #fff;
}
.btn-youtube.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(234.479338843, 89.2561983471, 84.520661157);
}
.btn-youtube.btn-social-icon-text i {
  background: #e52d27;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-youtube {
  border: 1px solid #e52d27;
  color: #e52d27;
}
.btn-outline-youtube:hover {
  background: #e52d27;
  color: #fff;
}

.btn-github {
  background: #333;
  color: #fff;
}
.btn-github:hover, .btn-github:focus {
  background: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.btn-github.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(76.5, 76.5, 76.5);
}
.btn-github.btn-social-icon-text i {
  background: #333;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-github {
  border: 1px solid #333;
  color: #333;
}
.btn-outline-github:hover {
  background: #333;
  color: #fff;
}

.btn-behance {
  background: #1769ff;
  color: #fff;
}
.btn-behance:hover, .btn-behance:focus {
  background: rgb(0, 80.2327586207, 227);
  color: #fff;
}
.btn-behance.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(74, 137.974137931, 255);
}
.btn-behance.btn-social-icon-text i {
  background: #1769ff;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-behance {
  border: 1px solid #1769ff;
  color: #1769ff;
}
.btn-outline-behance:hover {
  background: #1769ff;
  color: #fff;
}

.btn-dribbble {
  background: #ea4c89;
  color: #fff;
}
.btn-dribbble:hover, .btn-dribbble:focus {
  background: rgb(228.645, 30.355, 106.91);
  color: #fff;
}
.btn-dribbble.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(239.355, 121.645, 167.09);
}
.btn-dribbble.btn-social-icon-text i {
  background: #ea4c89;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-dribbble {
  border: 1px solid #ea4c89;
  color: #ea4c89;
}
.btn-outline-dribbble:hover {
  background: #ea4c89;
  color: #fff;
}

.btn-reddit {
  background: #ff4500;
  color: #fff;
}
.btn-reddit:hover, .btn-reddit:focus {
  background: rgb(204, 55.2, 0);
  color: #fff;
}
.btn-reddit.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(255, 106.2, 51);
}
.btn-reddit.btn-social-icon-text i {
  background: #ff4500;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-reddit {
  border: 1px solid #ff4500;
  color: #ff4500;
}
.btn-outline-reddit:hover {
  background: #ff4500;
  color: #fff;
}

.btn-instagram {
  background: #fb3958;
  color: #fff;
}
.btn-instagram:hover, .btn-instagram:focus {
  background: rgb(249.9900990099, 7.0099009901, 45.8366336634);
  color: #fff;
}
.btn-instagram.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: rgb(252.0099009901, 106.9900990099, 130.1633663366);
}
.btn-instagram.btn-social-icon-text i {
  background: #fb3958;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-instagram {
  border: 1px solid #fb3958;
  color: #fb3958;
}
.btn-outline-instagram:hover {
  background: #fb3958;
  color: #fff;
}

/* Inverse Buttons */
.btn-inverse-primary {
  background-color: rgba(54, 46, 89, 0.2);
  background-image: none;
  border-color: rgba(54, 46, 89, 0);
}
.btn-inverse-primary:not(.btn-inverse-light) {
  color: #362e59;
}
.btn-inverse-primary:hover {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-inverse-primary.focus, .btn-inverse-primary:focus {
  box-shadow: 0 0 0 3px rgba(54, 46, 89, 0.5);
}
.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
  color: #362e59;
  background-color: transparent;
}
.btn-inverse-primary.active, .btn-inverse-primary:active, .show > .btn-inverse-primary.dropdown-toggle {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}

.btn-inverse-secondary {
  background-color: rgba(244, 245, 249, 0.2);
  background-image: none;
  border-color: rgba(244, 245, 249, 0);
}
.btn-inverse-secondary:not(.btn-inverse-light) {
  color: #f4f5f9;
}
.btn-inverse-secondary:hover {
  color: #fff;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
  box-shadow: 0 0 0 3px rgba(244, 245, 249, 0.5);
}
.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
  color: #f4f5f9;
  background-color: transparent;
}
.btn-inverse-secondary.active, .btn-inverse-secondary:active, .show > .btn-inverse-secondary.dropdown-toggle {
  color: #fff;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}

.btn-inverse-success {
  background-color: rgba(102, 203, 159, 0.2);
  background-image: none;
  border-color: rgba(102, 203, 159, 0);
}
.btn-inverse-success:not(.btn-inverse-light) {
  color: #66cb9f;
}
.btn-inverse-success:hover {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.btn-inverse-success.focus, .btn-inverse-success:focus {
  box-shadow: 0 0 0 3px rgba(102, 203, 159, 0.5);
}
.btn-inverse-success.disabled, .btn-inverse-success:disabled {
  color: #66cb9f;
  background-color: transparent;
}
.btn-inverse-success.active, .btn-inverse-success:active, .show > .btn-inverse-success.dropdown-toggle {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}

.btn-inverse-info {
  background-color: rgba(54, 153, 255, 0.2);
  background-image: none;
  border-color: rgba(54, 153, 255, 0);
}
.btn-inverse-info:not(.btn-inverse-light) {
  color: #3699ff;
}
.btn-inverse-info:hover {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-inverse-info.focus, .btn-inverse-info:focus {
  box-shadow: 0 0 0 3px rgba(54, 153, 255, 0.5);
}
.btn-inverse-info.disabled, .btn-inverse-info:disabled {
  color: #3699ff;
  background-color: transparent;
}
.btn-inverse-info.active, .btn-inverse-info:active, .show > .btn-inverse-info.dropdown-toggle {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}

.btn-inverse-warning {
  background-color: rgba(251, 220, 123, 0.2);
  background-image: none;
  border-color: rgba(251, 220, 123, 0);
}
.btn-inverse-warning:not(.btn-inverse-light) {
  color: #fbdc7b;
}
.btn-inverse-warning:hover {
  color: #fff;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.btn-inverse-warning.focus, .btn-inverse-warning:focus {
  box-shadow: 0 0 0 3px rgba(251, 220, 123, 0.5);
}
.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
  color: #fbdc7b;
  background-color: transparent;
}
.btn-inverse-warning.active, .btn-inverse-warning:active, .show > .btn-inverse-warning.dropdown-toggle {
  color: #fff;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}

.btn-inverse-danger {
  background-color: rgba(241, 96, 100, 0.2);
  background-image: none;
  border-color: rgba(241, 96, 100, 0);
}
.btn-inverse-danger:not(.btn-inverse-light) {
  color: #f16064;
}
.btn-inverse-danger:hover {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.btn-inverse-danger.focus, .btn-inverse-danger:focus {
  box-shadow: 0 0 0 3px rgba(241, 96, 100, 0.5);
}
.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
  color: #f16064;
  background-color: transparent;
}
.btn-inverse-danger.active, .btn-inverse-danger:active, .show > .btn-inverse-danger.dropdown-toggle {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}

.btn-inverse-light {
  background-color: rgba(246, 247, 250, 0.2);
  background-image: none;
  border-color: rgba(246, 247, 250, 0);
}
.btn-inverse-light:not(.btn-inverse-light) {
  color: #f6f7fa;
}
.btn-inverse-light:hover {
  color: #fff;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.btn-inverse-light.focus, .btn-inverse-light:focus {
  box-shadow: 0 0 0 3px rgba(246, 247, 250, 0.5);
}
.btn-inverse-light.disabled, .btn-inverse-light:disabled {
  color: #f6f7fa;
  background-color: transparent;
}
.btn-inverse-light.active, .btn-inverse-light:active, .show > .btn-inverse-light.dropdown-toggle {
  color: #fff;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}

.btn-inverse-dark {
  background-color: rgba(54, 46, 89, 0.2);
  background-image: none;
  border-color: rgba(54, 46, 89, 0);
}
.btn-inverse-dark:not(.btn-inverse-light) {
  color: #362e59;
}
.btn-inverse-dark:hover {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-inverse-dark.focus, .btn-inverse-dark:focus {
  box-shadow: 0 0 0 3px rgba(54, 46, 89, 0.5);
}
.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
  color: #362e59;
  background-color: transparent;
}
.btn-inverse-dark.active, .btn-inverse-dark:active, .show > .btn-inverse-dark.dropdown-toggle {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}

.btn-inverse-default {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: none;
  border-color: rgba(255, 255, 255, 0);
}
.btn-inverse-default:not(.btn-inverse-light) {
  color: #fff;
}
.btn-inverse-default:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-inverse-default.focus, .btn-inverse-default:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.btn-inverse-default.disabled, .btn-inverse-default:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-inverse-default.active, .btn-inverse-default:active, .show > .btn-inverse-default.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-inverse-primary-light {
  background-color: rgba(67, 76, 120, 0.2);
  background-image: none;
  border-color: rgba(67, 76, 120, 0);
}
.btn-inverse-primary-light:not(.btn-inverse-light) {
  color: #434C78;
}
.btn-inverse-primary-light:hover {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.btn-inverse-primary-light.focus, .btn-inverse-primary-light:focus {
  box-shadow: 0 0 0 3px rgba(67, 76, 120, 0.5);
}
.btn-inverse-primary-light.disabled, .btn-inverse-primary-light:disabled {
  color: #434C78;
  background-color: transparent;
}
.btn-inverse-primary-light.active, .btn-inverse-primary-light:active, .show > .btn-inverse-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}

.btn-inverse-primary-dark {
  background-color: rgba(32, 23, 71, 0.2);
  background-image: none;
  border-color: rgba(32, 23, 71, 0);
}
.btn-inverse-primary-dark:not(.btn-inverse-light) {
  color: #201747;
}
.btn-inverse-primary-dark:hover {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.btn-inverse-primary-dark.focus, .btn-inverse-primary-dark:focus {
  box-shadow: 0 0 0 3px rgba(32, 23, 71, 0.5);
}
.btn-inverse-primary-dark.disabled, .btn-inverse-primary-dark:disabled {
  color: #201747;
  background-color: transparent;
}
.btn-inverse-primary-dark.active, .btn-inverse-primary-dark:active, .show > .btn-inverse-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}

.btn-inverse-tertiary {
  background-color: rgba(238, 38, 140, 0.2);
  background-image: none;
  border-color: rgba(238, 38, 140, 0);
}
.btn-inverse-tertiary:not(.btn-inverse-light) {
  color: #ee268c;
}
.btn-inverse-tertiary:hover {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.btn-inverse-tertiary.focus, .btn-inverse-tertiary:focus {
  box-shadow: 0 0 0 3px rgba(238, 38, 140, 0.5);
}
.btn-inverse-tertiary.disabled, .btn-inverse-tertiary:disabled {
  color: #ee268c;
  background-color: transparent;
}
.btn-inverse-tertiary.active, .btn-inverse-tertiary:active, .show > .btn-inverse-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}

.btn-inverse-alternative {
  background-color: rgba(144, 99, 205, 0.2);
  background-image: none;
  border-color: rgba(144, 99, 205, 0);
}
.btn-inverse-alternative:not(.btn-inverse-light) {
  color: #9063cd;
}
.btn-inverse-alternative:hover {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.btn-inverse-alternative.focus, .btn-inverse-alternative:focus {
  box-shadow: 0 0 0 3px rgba(144, 99, 205, 0.5);
}
.btn-inverse-alternative.disabled, .btn-inverse-alternative:disabled {
  color: #9063cd;
  background-color: transparent;
}
.btn-inverse-alternative.active, .btn-inverse-alternative:active, .show > .btn-inverse-alternative.dropdown-toggle {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}

.btn-inverse-primary-muted {
  background-color: rgba(177, 207, 236, 0.2);
  background-image: none;
  border-color: rgba(177, 207, 236, 0);
}
.btn-inverse-primary-muted:not(.btn-inverse-light) {
  color: #b1cfec;
}
.btn-inverse-primary-muted:hover {
  color: #fff;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.btn-inverse-primary-muted.focus, .btn-inverse-primary-muted:focus {
  box-shadow: 0 0 0 3px rgba(177, 207, 236, 0.5);
}
.btn-inverse-primary-muted.disabled, .btn-inverse-primary-muted:disabled {
  color: #b1cfec;
  background-color: transparent;
}
.btn-inverse-primary-muted.active, .btn-inverse-primary-muted:active, .show > .btn-inverse-primary-muted.dropdown-toggle {
  color: #fff;
  background-color: #b1cfec;
  border-color: #b1cfec;
}

.btn-inverse-secondary-light {
  background-color: rgba(235, 242, 250, 0.2);
  background-image: none;
  border-color: rgba(235, 242, 250, 0);
}
.btn-inverse-secondary-light:not(.btn-inverse-light) {
  color: #ebf2fa;
}
.btn-inverse-secondary-light:hover {
  color: #fff;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.btn-inverse-secondary-light.focus, .btn-inverse-secondary-light:focus {
  box-shadow: 0 0 0 3px rgba(235, 242, 250, 0.5);
}
.btn-inverse-secondary-light.disabled, .btn-inverse-secondary-light:disabled {
  color: #ebf2fa;
  background-color: transparent;
}
.btn-inverse-secondary-light.active, .btn-inverse-secondary-light:active, .show > .btn-inverse-secondary-light.dropdown-toggle {
  color: #fff;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}

.btn-inverse-secondary-dark {
  background-color: rgba(166, 183, 212, 0.2);
  background-image: none;
  border-color: rgba(166, 183, 212, 0);
}
.btn-inverse-secondary-dark:not(.btn-inverse-light) {
  color: #a6b7d4;
}
.btn-inverse-secondary-dark:hover {
  color: #fff;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.btn-inverse-secondary-dark.focus, .btn-inverse-secondary-dark:focus {
  box-shadow: 0 0 0 3px rgba(166, 183, 212, 0.5);
}
.btn-inverse-secondary-dark.disabled, .btn-inverse-secondary-dark:disabled {
  color: #a6b7d4;
  background-color: transparent;
}
.btn-inverse-secondary-dark.active, .btn-inverse-secondary-dark:active, .show > .btn-inverse-secondary-dark.dropdown-toggle {
  color: #fff;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}

.btn-inverse-info-muted {
  background-color: rgba(136, 219, 223, 0.2);
  background-image: none;
  border-color: rgba(136, 219, 223, 0);
}
.btn-inverse-info-muted:not(.btn-inverse-light) {
  color: #88dbdf;
}
.btn-inverse-info-muted:hover {
  color: #fff;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.btn-inverse-info-muted.focus, .btn-inverse-info-muted:focus {
  box-shadow: 0 0 0 3px rgba(136, 219, 223, 0.5);
}
.btn-inverse-info-muted.disabled, .btn-inverse-info-muted:disabled {
  color: #88dbdf;
  background-color: transparent;
}
.btn-inverse-info-muted.active, .btn-inverse-info-muted:active, .show > .btn-inverse-info-muted.dropdown-toggle {
  color: #fff;
  background-color: #88dbdf;
  border-color: #88dbdf;
}

.btn-inverse-danger-muted {
  background-color: rgba(247, 126, 185, 0.2);
  background-image: none;
  border-color: rgba(247, 126, 185, 0);
}
.btn-inverse-danger-muted:not(.btn-inverse-light) {
  color: #f77eb9;
}
.btn-inverse-danger-muted:hover {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.btn-inverse-danger-muted.focus, .btn-inverse-danger-muted:focus {
  box-shadow: 0 0 0 3px rgba(247, 126, 185, 0.5);
}
.btn-inverse-danger-muted.disabled, .btn-inverse-danger-muted:disabled {
  color: #f77eb9;
  background-color: transparent;
}
.btn-inverse-danger-muted.active, .btn-inverse-danger-muted:active, .show > .btn-inverse-danger-muted.dropdown-toggle {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}

.btn-outline-primary, .wizard > .actions .disabled a, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button {
  color: #362e59;
  border-color: #362e59;
  background: transparent;
}
.btn-outline-primary:hover, .wizard > .actions .disabled a:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:hover {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-outline-primary:focus, .wizard > .actions .disabled a:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:focus, .btn-outline-primary.focus, .wizard > .actions .disabled a.focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button {
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}
.btn-outline-primary.disabled, .wizard > .actions .disabled a.disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button, .btn-outline-primary:disabled, .wizard > .actions .disabled a:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:disabled {
  color: #362e59;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .wizard > .actions .disabled a:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wizard > .actions .disabled a:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .wizard > .actions .disabled .show > a.dropdown-toggle, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wizard > .actions .disabled a:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wizard > .actions .disabled a:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .wizard > .actions .disabled .show > a.dropdown-toggle:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}

.btn-outline-secondary {
  color: #f4f5f9;
  border-color: #f4f5f9;
  background: transparent;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 249, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f4f5f9;
  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: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.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(244, 245, 249, 0.5);
}

.btn-outline-success {
  color: #66cb9f;
  border-color: #66cb9f;
  background: transparent;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 203, 159, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #66cb9f;
  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: #66cb9f;
  border-color: #66cb9f;
}
.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(102, 203, 159, 0.5);
}

.btn-outline-info {
  color: #3699ff;
  border-color: #3699ff;
  background: transparent;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3699ff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.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(54, 153, 255, 0.5);
}

.btn-outline-warning {
  color: #fbdc7b;
  border-color: #fbdc7b;
  background: transparent;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 220, 123, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fbdc7b;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.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(251, 220, 123, 0.5);
}

.btn-outline-danger {
  color: #f16064;
  border-color: #f16064;
  background: transparent;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 96, 100, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f16064;
  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: #f16064;
  border-color: #f16064;
}
.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(241, 96, 100, 0.5);
}

.btn-outline-light {
  color: #f6f7fa;
  border-color: #f6f7fa;
  background: transparent;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 247, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f6f7fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.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(246, 247, 250, 0.5);
}

.btn-outline-dark {
  color: #362e59;
  border-color: #362e59;
  background: transparent;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #362e59;
  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: #362e59;
  border-color: #362e59;
}
.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(54, 46, 89, 0.5);
}

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

.btn-outline-primary-light {
  color: #434C78;
  border-color: #434C78;
  background: transparent;
}
.btn-outline-primary-light:hover {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 76, 120, 0.5);
}
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #434C78;
  background-color: transparent;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 76, 120, 0.5);
}

.btn-outline-primary-dark {
  color: #201747;
  border-color: #201747;
  background: transparent;
}
.btn-outline-primary-dark:hover {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.btn-outline-primary-dark:focus, .btn-outline-primary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 23, 71, 0.5);
}
.btn-outline-primary-dark.disabled, .btn-outline-primary-dark:disabled {
  color: #201747;
  background-color: transparent;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):active, .btn-outline-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 23, 71, 0.5);
}

.btn-outline-tertiary {
  color: #ee268c;
  border-color: #ee268c;
  background: transparent;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 38, 140, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #ee268c;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 38, 140, 0.5);
}

.btn-outline-alternative {
  color: #9063cd;
  border-color: #9063cd;
  background: transparent;
}
.btn-outline-alternative:hover {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.btn-outline-alternative:focus, .btn-outline-alternative.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 99, 205, 0.5);
}
.btn-outline-alternative.disabled, .btn-outline-alternative:disabled {
  color: #9063cd;
  background-color: transparent;
}
.btn-outline-alternative:not(:disabled):not(.disabled):active, .btn-outline-alternative:not(:disabled):not(.disabled).active, .show > .btn-outline-alternative.dropdown-toggle {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.btn-outline-alternative:not(:disabled):not(.disabled):active:focus, .btn-outline-alternative:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alternative.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 99, 205, 0.5);
}

.btn-outline-primary-muted, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled {
  color: #b1cfec;
  border-color: #b1cfec;
  background: transparent;
}
.btn-outline-primary-muted:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:hover {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.btn-outline-primary-muted:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:focus, .btn-outline-primary-muted.focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button.fc-state-disabled {
  box-shadow: 0 0 0 0.2rem rgba(177, 207, 236, 0.5);
}
.btn-outline-primary-muted.disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button.fc-state-disabled, .btn-outline-primary-muted:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:disabled {
  color: #b1cfec;
  background-color: transparent;
}
.btn-outline-primary-muted:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active, .btn-outline-primary-muted:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-muted.dropdown-toggle, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-disabled {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.btn-outline-primary-muted:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-muted:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-muted.dropdown-toggle:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-disabled:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .dropdown-toggle.fc-button.fc-state-disabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 207, 236, 0.5);
}

.btn-outline-secondary-light {
  color: #ebf2fa;
  border-color: #ebf2fa;
  background: transparent;
}
.btn-outline-secondary-light:hover {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 242, 250, 0.5);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #ebf2fa;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 242, 250, 0.5);
}

.btn-outline-secondary-dark {
  color: #a6b7d4;
  border-color: #a6b7d4;
  background: transparent;
}
.btn-outline-secondary-dark:hover {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.btn-outline-secondary-dark:focus, .btn-outline-secondary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 183, 212, 0.5);
}
.btn-outline-secondary-dark.disabled, .btn-outline-secondary-dark:disabled {
  color: #a6b7d4;
  background-color: transparent;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-dark.dropdown-toggle {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 183, 212, 0.5);
}

.btn-outline-info-muted {
  color: #88dbdf;
  border-color: #88dbdf;
  background: transparent;
}
.btn-outline-info-muted:hover {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.btn-outline-info-muted:focus, .btn-outline-info-muted.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 219, 223, 0.5);
}
.btn-outline-info-muted.disabled, .btn-outline-info-muted:disabled {
  color: #88dbdf;
  background-color: transparent;
}
.btn-outline-info-muted:not(:disabled):not(.disabled):active, .btn-outline-info-muted:not(:disabled):not(.disabled).active, .show > .btn-outline-info-muted.dropdown-toggle {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.btn-outline-info-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-info-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 219, 223, 0.5);
}

.btn-outline-danger-muted {
  color: #f77eb9;
  border-color: #f77eb9;
  background: transparent;
}
.btn-outline-danger-muted:hover {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.btn-outline-danger-muted:focus, .btn-outline-danger-muted.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 126, 185, 0.5);
}
.btn-outline-danger-muted.disabled, .btn-outline-danger-muted:disabled {
  color: #f77eb9;
  background-color: transparent;
}
.btn-outline-danger-muted:not(:disabled):not(.disabled):active, .btn-outline-danger-muted:not(:disabled):not(.disabled).active, .show > .btn-outline-danger-muted.dropdown-toggle {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.btn-outline-danger-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-danger-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 126, 185, 0.5);
}

/* Trigger Button */
.btn-trigger {
  position: relative;
  z-index: 1;
  color: #362E59;
  border: 0 solid transparent;
  padding: 6px;
  width: 36px;
  height: 36px;
}
.btn-trigger:focus {
  box-shadow: none;
  outline: none;
}
.btn-trigger::before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #e5e9f2;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.is-dark .btn-trigger::before {
  background-color: rgb(31.1034482759, 38.8793103448, 91.8965517241);
}
.show > .btn-trigger::before {
  opacity: 1;
  height: 120%;
  width: 120%;
}
.btn-trigger:hover::before, .btn-trigger:focus::before, .btn-trigger.active:not(.revarse)::before {
  opacity: 1;
  height: 120%;
  width: 120%;
}
.btn-trigger.active:hover::before {
  background-color: #dbdfea;
}
a:hover .btn-trigger::before {
  opacity: 1;
  height: 120%;
  width: 120%;
}
.btn-trigger.btn-icon .icon {
  font-size: 1.4rem;
  line-height: 1;
  width: 2.125rem;
}
.btn-trigger svg.feather {
  height: 24px;
  width: 24px;
}
.btn-trigger.facebook-enabled {
  color: #fff;
}
.btn-trigger.facebook-enabled::before {
  background-color: #4267B2;
  opacity: 1;
  height: 120%;
  width: 120%;
}
.btn-trigger.facebook-enabled.active:hover::before {
  background-color: #dbdfea;
}
.btn-trigger.facebook-enabled:hover::before, .btn-trigger.facebook-enabled:focus::before, .btn-trigger.facebook-enabled:active::before {
  background-color: #dbdfea;
}
a:hover .btn-trigger.facebook-enabled::before {
  opacity: 1;
  height: 120%;
  width: 120%;
}

/* Button:hover */
.btn-primary, .wizard > .actions a, .wizard > .actions a:hover, .swal2-modal .swal2-actions button.swal2-confirm {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-primary:hover, .wizard > .actions a:hover, .swal2-modal .swal2-actions button.swal2-confirm:hover {
  color: #fff;
  background-color: rgb(28.5, 24.2777777778, 46.9722222222);
  border-color: rgb(23.4, 19.9333333333, 38.5666666667);
}
.btn-primary:focus, .wizard > .actions a:focus, .swal2-modal .swal2-actions button.swal2-confirm:focus, .btn-primary.focus, .wizard > .actions a.focus, .swal2-modal .swal2-actions button.focus.swal2-confirm {
  color: #fff;
  background-color: rgb(28.5, 24.2777777778, 46.9722222222);
  border-color: rgb(23.4, 19.9333333333, 38.5666666667);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 77.35, 113.9, 0.5);
}
.btn-primary.disabled, .wizard > .actions a.disabled, .swal2-modal .swal2-actions button.disabled.swal2-confirm, .btn-primary:disabled, .wizard > .actions a:disabled, .swal2-modal .swal2-actions button.swal2-confirm:disabled {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-primary:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .wizard > .actions .show > a.dropdown-toggle, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-confirm {
  color: #fff;
  background-color: rgb(23.4, 19.9333333333, 38.5666666667);
  border-color: rgb(18.3, 15.5888888889, 30.1611111111);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .wizard > .actions .show > a.dropdown-toggle:focus, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-confirm:focus {
  box-shadow: 0 0 0 0.2rem rgba(84.15, 77.35, 113.9, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(202.75, 207.5, 226.5);
  border-color: rgb(194.5, 200, 222);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: rgb(202.75, 207.5, 226.5);
  border-color: rgb(194.5, 200, 222);
  box-shadow: 0 0 0 0.2rem rgba(212.35, 213.8, 217.8, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(194.5, 200, 222);
  border-color: rgb(186.25, 192.5, 217.5);
}
.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(212.35, 213.8, 217.8, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(61.1951219512, 180.0548780488, 128.2743902439);
  border-color: rgb(57.9609756098, 170.5390243902, 121.4951219512);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(61.1951219512, 180.0548780488, 128.2743902439);
  border-color: rgb(57.9609756098, 170.5390243902, 121.4951219512);
  box-shadow: 0 0 0 0.2rem rgba(124.95, 210.8, 173.4, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(57.9609756098, 170.5390243902, 121.4951219512);
  border-color: rgb(54.7268292683, 161.0231707317, 114.7158536585);
}
.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(124.95, 210.8, 173.4, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(0, 120.7947761194, 245.25);
  border-color: rgb(0, 114.5149253731, 232.5);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(0, 120.7947761194, 245.25);
  border-color: rgb(0, 114.5149253731, 232.5);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 168.3, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 114.5149253731, 232.5);
  border-color: rgb(0, 108.2350746269, 219.75);
}
.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(84.15, 168.3, 255, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(249.125, 203.59375, 61.125);
  border-color: rgb(248.75, 200.3125, 48.75);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(249.125, 203.59375, 61.125);
  border-color: rgb(248.75, 200.3125, 48.75);
  box-shadow: 0 0 0 0.2rem rgba(218.3, 192.55, 110.7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(248.75, 200.3125, 48.75);
  border-color: rgb(248.375, 197.03125, 36.375);
}
.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(218.3, 192.55, 110.7, 0.5);
}

.btn-danger, .swal2-modal .swal2-actions button.swal2-cancel {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.btn-danger:hover, .swal2-modal .swal2-actions button.swal2-cancel:hover {
  color: #fff;
  background-color: rgb(235.8410404624, 37.4089595376, 42.8829479769);
  border-color: rgb(234.8092485549, 25.6907514451, 31.4595375723);
}
.btn-danger:focus, .swal2-modal .swal2-actions button.swal2-cancel:focus, .btn-danger.focus, .swal2-modal .swal2-actions button.focus.swal2-cancel {
  color: #fff;
  background-color: rgb(235.8410404624, 37.4089595376, 42.8829479769);
  border-color: rgb(234.8092485549, 25.6907514451, 31.4595375723);
  box-shadow: 0 0 0 0.2rem rgba(243.1, 119.85, 123.25, 0.5);
}
.btn-danger.disabled, .swal2-modal .swal2-actions button.disabled.swal2-cancel, .btn-danger:disabled, .swal2-modal .swal2-actions button.swal2-cancel:disabled {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.btn-danger:not(:disabled):not(.disabled):active, .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-cancel {
  color: #fff;
  background-color: rgb(234.8092485549, 25.6907514451, 31.4595375723);
  border-color: rgb(227.700867052, 20.049132948, 25.7774566474);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-cancel:focus {
  box-shadow: 0 0 0 0.2rem rgba(243.1, 119.85, 123.25, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(205.0178571429, 210.5714285714, 227.2321428571);
  border-color: rgb(196.8214285714, 203.2857142857, 222.6785714286);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(205.0178571429, 210.5714285714, 227.2321428571);
  border-color: rgb(196.8214285714, 203.2857142857, 222.6785714286);
  box-shadow: 0 0 0 0.2rem rgba(214.05, 215.5, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(196.8214285714, 203.2857142857, 222.6785714286);
  border-color: rgb(188.625, 196, 218.125);
}
.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(214.05, 215.5, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.5, 24.2777777778, 46.9722222222);
  border-color: rgb(23.4, 19.9333333333, 38.5666666667);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(28.5, 24.2777777778, 46.9722222222);
  border-color: rgb(23.4, 19.9333333333, 38.5666666667);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 77.35, 113.9, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.4, 19.9333333333, 38.5666666667);
  border-color: rgb(18.3, 15.5888888889, 30.1611111111);
}
.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(84.15, 77.35, 113.9, 0.5);
}

.btn-default {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:hover {
  color: #212529;
  background-color: rgb(223.125, 223.125, 223.125);
  border-color: rgb(216.75, 216.75, 216.75);
}
.btn-default:focus, .btn-default.focus {
  color: #212529;
  background-color: rgb(223.125, 223.125, 223.125);
  border-color: rgb(216.75, 216.75, 216.75);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  color: #212529;
  background-color: rgb(216.75, 216.75, 216.75);
  border-color: rgb(210.375, 210.375, 210.375);
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-primary-light {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.btn-primary-light:hover {
  color: #fff;
  background-color: rgb(44.1590909091, 50.0909090909, 79.0909090909);
  border-color: rgb(39.5909090909, 44.9090909091, 70.9090909091);
}
.btn-primary-light:focus, .btn-primary-light.focus {
  color: #fff;
  background-color: rgb(44.1590909091, 50.0909090909, 79.0909090909);
  border-color: rgb(39.5909090909, 44.9090909091, 70.9090909091);
  box-shadow: 0 0 0 0.2rem rgba(95.2, 102.85, 140.25, 0.5);
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(39.5909090909, 44.9090909091, 70.9090909091);
  border-color: rgb(35.0227272727, 39.7272727273, 62.7272727273);
}
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95.2, 102.85, 140.25, 0.5);
}

.btn-primary-dark {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.btn-primary-dark:hover {
  color: #fff;
  background-color: rgb(10.2978723404, 7.4015957447, 22.8484042553);
  border-color: rgb(5.9574468085, 4.2819148936, 13.2180851064);
}
.btn-primary-dark:focus, .btn-primary-dark.focus {
  color: #fff;
  background-color: rgb(10.2978723404, 7.4015957447, 22.8484042553);
  border-color: rgb(5.9574468085, 4.2819148936, 13.2180851064);
  box-shadow: 0 0 0 0.2rem rgba(65.45, 57.8, 98.6, 0.5);
}
.btn-primary-dark.disabled, .btn-primary-dark:disabled {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.btn-primary-dark:not(:disabled):not(.disabled):active, .btn-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(5.9574468085, 4.2819148936, 13.2180851064);
  border-color: rgb(1.6170212766, 1.1622340426, 3.5877659574);
}
.btn-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65.45, 57.8, 98.6, 0.5);
}

.btn-tertiary {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: rgb(196.8301282051, 15.4198717949, 107.9391025641);
  border-color: rgb(185.0064102564, 14.4935897436, 101.4551282051);
}
.btn-tertiary:focus, .btn-tertiary.focus {
  color: #fff;
  background-color: rgb(196.8301282051, 15.4198717949, 107.9391025641);
  border-color: rgb(185.0064102564, 14.4935897436, 101.4551282051);
  box-shadow: 0 0 0 0.2rem rgba(240.55, 70.55, 157.25, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: rgb(185.0064102564, 14.4935897436, 101.4551282051);
  border-color: rgb(173.1826923077, 13.5673076923, 94.9711538462);
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240.55, 70.55, 157.25, 0.5);
}

.btn-alternative {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.btn-alternative:hover {
  color: #fff;
  background-color: rgb(110.7949029126, 58.3131067961, 181.9368932039);
  border-color: rgb(104.9150485437, 55.2184466019, 172.2815533981);
}
.btn-alternative:focus, .btn-alternative.focus {
  color: #fff;
  background-color: rgb(110.7949029126, 58.3131067961, 181.9368932039);
  border-color: rgb(104.9150485437, 55.2184466019, 172.2815533981);
  box-shadow: 0 0 0 0.2rem rgba(160.65, 122.4, 212.5, 0.5);
}
.btn-alternative.disabled, .btn-alternative:disabled {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.btn-alternative:not(:disabled):not(.disabled):active, .btn-alternative:not(:disabled):not(.disabled).active, .show > .btn-alternative.dropdown-toggle {
  color: #fff;
  background-color: rgb(104.9150485437, 55.2184466019, 172.2815533981);
  border-color: rgb(99.0351941748, 52.1237864078, 162.6262135922);
}
.btn-alternative:not(:disabled):not(.disabled):active:focus, .btn-alternative:not(:disabled):not(.disabled).active:focus, .show > .btn-alternative.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(160.65, 122.4, 212.5, 0.5);
}

.btn-primary-muted {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.btn-primary-muted:hover {
  color: #fff;
  background-color: rgb(125.7371134021, 175.4536082474, 223.5128865979);
  border-color: rgb(115.4845360825, 169.1443298969, 221.0154639175);
}
.btn-primary-muted:focus, .btn-primary-muted.focus {
  color: #fff;
  background-color: rgb(125.7371134021, 175.4536082474, 223.5128865979);
  border-color: rgb(115.4845360825, 169.1443298969, 221.0154639175);
  box-shadow: 0 0 0 0.2rem rgba(155.4, 181.5, 206.75, 0.5);
}
.btn-primary-muted.disabled, .btn-primary-muted:disabled {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.btn-primary-muted:not(:disabled):not(.disabled):active, .btn-primary-muted:not(:disabled):not(.disabled).active, .show > .btn-primary-muted.dropdown-toggle {
  color: #fff;
  background-color: rgb(115.4845360825, 169.1443298969, 221.0154639175);
  border-color: rgb(105.2319587629, 162.8350515464, 218.5180412371);
}
.btn-primary-muted:not(:disabled):not(.disabled):active:focus, .btn-primary-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155.4, 181.5, 206.75, 0.5);
}

.btn-secondary-light {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.btn-secondary-light:hover {
  color: #212529;
  background-color: rgb(184, 208.85, 237.25);
  border-color: rgb(173.8, 202.22, 234.7);
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  color: #212529;
  background-color: rgb(184, 208.85, 237.25);
  border-color: rgb(173.8, 202.22, 234.7);
  box-shadow: 0 0 0 0.2rem rgba(204.7, 211.25, 218.65, 0.5);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(173.8, 202.22, 234.7);
  border-color: rgb(163.6, 195.59, 232.15);
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204.7, 211.25, 218.65, 0.5);
}

.btn-secondary-dark {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.btn-secondary-dark:hover {
  color: #fff;
  background-color: rgb(123.0170454545, 148.2272727273, 191.2329545455);
  border-color: rgb(114.4204545455, 141.2727272727, 187.0795454545);
}
.btn-secondary-dark:focus, .btn-secondary-dark.focus {
  color: #fff;
  background-color: rgb(123.0170454545, 148.2272727273, 191.2329545455);
  border-color: rgb(114.4204545455, 141.2727272727, 187.0795454545);
  box-shadow: 0 0 0 0.2rem rgba(146.05, 161.1, 186.35, 0.5);
}
.btn-secondary-dark.disabled, .btn-secondary-dark:disabled {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.btn-secondary-dark:not(:disabled):not(.disabled):active, .btn-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-secondary-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(114.4204545455, 141.2727272727, 187.0795454545);
  border-color: rgb(105.8238636364, 134.3181818182, 182.9261363636);
}
.btn-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146.05, 161.1, 186.35, 0.5);
}

.btn-info-muted {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.btn-info-muted:hover {
  color: #fff;
  background-color: rgb(85.7599337748, 203.8013245033, 209.4900662252);
  border-color: rgb(75.7119205298, 200.761589404, 206.7880794702);
}
.btn-info-muted:focus, .btn-info-muted.focus {
  color: #fff;
  background-color: rgb(85.7599337748, 203.8013245033, 209.4900662252);
  border-color: rgb(75.7119205298, 200.761589404, 206.7880794702);
  box-shadow: 0 0 0 0.2rem rgba(120.55, 191.7, 195.7, 0.5);
}
.btn-info-muted.disabled, .btn-info-muted:disabled {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.btn-info-muted:not(:disabled):not(.disabled):active, .btn-info-muted:not(:disabled):not(.disabled).active, .show > .btn-info-muted.dropdown-toggle {
  color: #fff;
  background-color: rgb(75.7119205298, 200.761589404, 206.7880794702);
  border-color: rgb(65.6639072848, 197.7218543046, 204.0860927152);
}
.btn-info-muted:not(:disabled):not(.disabled):active:focus, .btn-info-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-info-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120.55, 191.7, 195.7, 0.5);
}

.btn-danger-muted {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.btn-danger-muted:hover {
  color: #fff;
  background-color: rgb(243.2773722628, 65.9726277372, 152.4270072993);
  border-color: rgb(242.5328467153, 53.9671532847, 145.9124087591);
}
.btn-danger-muted:focus, .btn-danger-muted.focus {
  color: #fff;
  background-color: rgb(243.2773722628, 65.9726277372, 152.4270072993);
  border-color: rgb(242.5328467153, 53.9671532847, 145.9124087591);
  box-shadow: 0 0 0 0.2rem rgba(248.2, 145.35, 195.5, 0.5);
}
.btn-danger-muted.disabled, .btn-danger-muted:disabled {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.btn-danger-muted:not(:disabled):not(.disabled):active, .btn-danger-muted:not(:disabled):not(.disabled).active, .show > .btn-danger-muted.dropdown-toggle {
  color: #fff;
  background-color: rgb(242.5328467153, 53.9671532847, 145.9124087591);
  border-color: rgb(241.7883211679, 41.9616788321, 139.397810219);
}
.btn-danger-muted:not(:disabled):not(.disabled):active:focus, .btn-danger-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-danger-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248.2, 145.35, 195.5, 0.5);
}

/* Cards */
.card > .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.25rem 1.5rem 1.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid #f2f4f9;
}
.card > .card-header .card-title {
  margin-bottom: 0;
}
.card > .card-header h1, .card > .card-header h2, .card > .card-header h3, .card > .card-header h4, .card > .card-header h5, .card > .card-header h6 {
  font-size: 1.5rem;
  font-weight: bold;
}
.card > .card-header.w-icon .card-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.card > .card-header.w-icon .card-title .icon {
  display: flex;
  margin-right: 0.5rem;
}

.card {
  border-radius: 1.5rem;
  border: 0 solid transparent;
  margin-bottom: 1.5rem;
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
}
.card .card-header.collapsed {
  border-bottom: 0;
}
.card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.5rem;
}
.card .card-body + .card-body {
  padding-top: 1rem;
}
.card .card-footer {
  padding: 0.875rem 1.5rem 1.5rem;
  border-top: 0 solid #f9f9f9;
}
.card .card-title-group {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card .card-title {
  font-weight: bold;
}
.card .card-subtitle {
  font-weight: 400;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.card .card-description {
  margin-bottom: 0.875rem;
  font-weight: 400;
  color: #76838f;
}
.card.card-outline-success {
  border: 1px solid #66cb9f;
}
.card.card-outline-primary {
  border: 1px solid #362e59;
}
.card.card-outline-warning {
  border: 1px solid #fbdc7b;
}
.card.card-outline-danger {
  border: 1px solid #f16064;
}
.card.card-rounded {
  border-radius: 5px;
}
.card.card-faded {
  background: #b5b0b2;
  border-color: #b5b0b2;
}
.card.card-circle-progress {
  color: #fff;
  text-align: center;
}
.card.card-img-holder {
  position: relative;
}
.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.card.card-weather .weather-daily .weather-day {
  opacity: 0.5;
  font-weight: 900;
}
.card.card-weather .weather-daily i {
  font-size: 20px;
}
.card.card-weather .weather-daily .weather-temp {
  margin-top: 0.5rem;
  margin-bottom: 0;
  opacity: 0.5;
  font-size: 0.75rem;
}
.card.panel.card {
  margin-bottom: 0.5rem;
  border: 1px solid #dfe4eb;
  border-radius: 0.75rem;
  box-shadow: none;
  cursor: pointer;
}
.card.panel.card > .card-header {
  padding: 1.5rem;
  background-color: #f4f5f9;
  border-radius: 0.75rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card.panel.card > .card-header .card-title {
  font-size: 1.063rem;
  font-weight: 600;
}
.card.panel.card:last-child {
  margin-bottom: 1rem;
}
.card.panel.card .CodeMirror.form-control, .card.panel.card .CodeMirror.typeahead,
.card.panel.card .CodeMirror.tt-query,
.card.panel.card .CodeMirror.tt-hint, .card.panel.card .select2-container--default .select2-selection--single .CodeMirror.select2-search__field, .select2-container--default .select2-selection--single .card.panel.card .CodeMirror.select2-search__field, .card.panel.card .select2-container--default .CodeMirror.select2-selection--single, .select2-container--default .card.panel.card .CodeMirror.select2-selection--single, .card.panel.card .email-compose-fields .select2-container--default .CodeMirror.select2-selection--multiple, .email-compose-fields .select2-container--default .card.panel.card .CodeMirror.select2-selection--multiple, .card.panel.card select.CodeMirror {
  min-height: 2rem;
}
.card.card-outline {
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5) !important;
}

.card-group {
  box-shadow: 0 2px 6px 0 rgba(36, 76, 136, 0.15);
}
.card-group .card {
  box-shadow: none;
}

.card-inverse-primary {
  background: rgba(54, 46, 89, 0.2);
  border: 1px solid rgb(41.04, 34.96, 67.64);
  color: rgb(41.04, 34.96, 67.64);
}

.card-inverse-secondary {
  background: rgba(244, 245, 249, 0.2);
  border: 1px solid rgb(185.44, 186.2, 189.24);
  color: rgb(185.44, 186.2, 189.24);
}

.card-inverse-success {
  background: rgba(102, 203, 159, 0.2);
  border: 1px solid rgb(77.52, 154.28, 120.84);
  color: rgb(77.52, 154.28, 120.84);
}

.card-inverse-info {
  background: rgba(54, 153, 255, 0.2);
  border: 1px solid rgb(41.04, 116.28, 193.8);
  color: rgb(41.04, 116.28, 193.8);
}

.card-inverse-warning {
  background: rgba(251, 220, 123, 0.2);
  border: 1px solid rgb(190.76, 167.2, 93.48);
  color: rgb(190.76, 167.2, 93.48);
}

.card-inverse-danger {
  background: rgba(241, 96, 100, 0.2);
  border: 1px solid rgb(183.16, 72.96, 76);
  color: rgb(183.16, 72.96, 76);
}

.card-inverse-light {
  background: rgba(246, 247, 250, 0.2);
  border: 1px solid rgb(186.96, 187.72, 190);
  color: rgb(186.96, 187.72, 190);
}

.card-inverse-dark {
  background: rgba(54, 46, 89, 0.2);
  border: 1px solid rgb(41.04, 34.96, 67.64);
  color: rgb(41.04, 34.96, 67.64);
}

.card-inverse-default {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgb(193.8, 193.8, 193.8);
  color: rgb(193.8, 193.8, 193.8);
}

.card-inverse-primary-light {
  background: rgba(67, 76, 120, 0.2);
  border: 1px solid rgb(50.92, 57.76, 91.2);
  color: rgb(50.92, 57.76, 91.2);
}

.card-inverse-primary-dark {
  background: rgba(32, 23, 71, 0.2);
  border: 1px solid rgb(24.32, 17.48, 53.96);
  color: rgb(24.32, 17.48, 53.96);
}

.card-inverse-tertiary {
  background: rgba(238, 38, 140, 0.2);
  border: 1px solid rgb(180.88, 28.88, 106.4);
  color: rgb(180.88, 28.88, 106.4);
}

.card-inverse-alternative {
  background: rgba(144, 99, 205, 0.2);
  border: 1px solid rgb(109.44, 75.24, 155.8);
  color: rgb(109.44, 75.24, 155.8);
}

.card-inverse-primary-muted {
  background: rgba(177, 207, 236, 0.2);
  border: 1px solid rgb(134.52, 157.32, 179.36);
  color: rgb(134.52, 157.32, 179.36);
}

.card-inverse-secondary-light {
  background: rgba(235, 242, 250, 0.2);
  border: 1px solid rgb(178.6, 183.92, 190);
  color: rgb(178.6, 183.92, 190);
}

.card-inverse-secondary-dark {
  background: rgba(166, 183, 212, 0.2);
  border: 1px solid rgb(126.16, 139.08, 161.12);
  color: rgb(126.16, 139.08, 161.12);
}

.card-inverse-info-muted {
  background: rgba(136, 219, 223, 0.2);
  border: 1px solid rgb(103.36, 166.44, 169.48);
  color: rgb(103.36, 166.44, 169.48);
}

.card-inverse-danger-muted {
  background: rgba(247, 126, 185, 0.2);
  border: 1px solid rgb(187.72, 95.76, 140.6);
  color: rgb(187.72, 95.76, 140.6);
}

.data-icon-card-primary {
  background: #362e59;
  color: #fff;
}
.data-icon-card-primary .card-title {
  color: #fff;
}
.data-icon-card-primary .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-primary .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-secondary {
  background: #f4f5f9;
  color: #fff;
}
.data-icon-card-secondary .card-title {
  color: #fff;
}
.data-icon-card-secondary .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-secondary .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-success {
  background: #66cb9f;
  color: #fff;
}
.data-icon-card-success .card-title {
  color: #fff;
}
.data-icon-card-success .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-success .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-info {
  background: #3699ff;
  color: #fff;
}
.data-icon-card-info .card-title {
  color: #fff;
}
.data-icon-card-info .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-info .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-warning {
  background: #fbdc7b;
  color: #fff;
}
.data-icon-card-warning .card-title {
  color: #fff;
}
.data-icon-card-warning .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-warning .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-danger {
  background: #f16064;
  color: #fff;
}
.data-icon-card-danger .card-title {
  color: #fff;
}
.data-icon-card-danger .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-danger .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-light {
  background: #f6f7fa;
  color: #fff;
}
.data-icon-card-light .card-title {
  color: #fff;
}
.data-icon-card-light .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-light .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-dark {
  background: #362e59;
  color: #fff;
}
.data-icon-card-dark .card-title {
  color: #fff;
}
.data-icon-card-dark .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-dark .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-default {
  background: #fff;
  color: #fff;
}
.data-icon-card-default .card-title {
  color: #fff;
}
.data-icon-card-default .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-default .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-primary-light {
  background: #434C78;
  color: #fff;
}
.data-icon-card-primary-light .card-title {
  color: #fff;
}
.data-icon-card-primary-light .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-primary-light .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-primary-dark {
  background: #201747;
  color: #fff;
}
.data-icon-card-primary-dark .card-title {
  color: #fff;
}
.data-icon-card-primary-dark .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-primary-dark .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-tertiary {
  background: #ee268c;
  color: #fff;
}
.data-icon-card-tertiary .card-title {
  color: #fff;
}
.data-icon-card-tertiary .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-tertiary .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-alternative {
  background: #9063cd;
  color: #fff;
}
.data-icon-card-alternative .card-title {
  color: #fff;
}
.data-icon-card-alternative .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-alternative .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-primary-muted {
  background: #b1cfec;
  color: #fff;
}
.data-icon-card-primary-muted .card-title {
  color: #fff;
}
.data-icon-card-primary-muted .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-primary-muted .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-secondary-light {
  background: #ebf2fa;
  color: #fff;
}
.data-icon-card-secondary-light .card-title {
  color: #fff;
}
.data-icon-card-secondary-light .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-secondary-light .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-secondary-dark {
  background: #a6b7d4;
  color: #fff;
}
.data-icon-card-secondary-dark .card-title {
  color: #fff;
}
.data-icon-card-secondary-dark .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-secondary-dark .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-info-muted {
  background: #88dbdf;
  color: #fff;
}
.data-icon-card-info-muted .card-title {
  color: #fff;
}
.data-icon-card-info-muted .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-info-muted .background-icon i {
  z-index: 1;
  color: #fff;
}

.data-icon-card-danger-muted {
  background: #f77eb9;
  color: #fff;
}
.data-icon-card-danger-muted .card-title {
  color: #fff;
}
.data-icon-card-danger-muted .background-icon::before {
  content: url("https://via.placeholder.com/410x251");
  position: absolute;
}
.data-icon-card-danger-muted .background-icon i {
  z-index: 1;
  color: #fff;
}

/* Checkboxes and Radios */
.form-check.form-check-inline-badge {
  margin-right: 1.25rem;
}
.form-check.form-check-inline-badge .form-check-label {
  margin-left: 1.5rem;
}

.form-check {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}
.form-check .form-check-label {
  min-height: 18px;
  display: block;
  margin-left: 1.75rem;
  font-size: 0.813rem;
  line-height: 1.5;
  cursor: pointer;
}
.form-check .form-check-label .badge {
  position: relative;
  top: -2px;
}
.form-check .form-check-label input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.form-check .form-check-label input[type=checkbox] + .input-frame::before, .form-check .form-check-label input[type=checkbox] + .input-frame::after {
  position: absolute;
  top: 0;
  left: 0;
}
.form-check .form-check-label input[type=checkbox] + .input-frame::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: solid #362e59;
  border-width: 2px;
  transition: all;
  transition-duration: 250ms;
}
.form-check .form-check-label input[type=checkbox] + .input-frame::after {
  transition: all;
  transition-duration: 250ms;
  font-family: feather;
  content: "\e83f";
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.form-check .form-check-label input[type=checkbox]:checked + .input-frame::before {
  background: #362e59;
  border-width: 0;
}
.form-check .form-check-label input[type=checkbox]:checked + .input-frame::after {
  width: 20px;
  opacity: 1;
  line-height: 20px;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.form-check .form-check-label input[type=checkbox]:disabled + .input-frame::before {
  border-color: #dfe4eb;
}
.form-check .form-check-label input[type=checkbox]:disabled:checked + .input-frame::after {
  background: #dfe4eb;
  color: #fff;
}
.form-check .form-check-label input[type=checkbox] span + .input-frame::before, .form-check .form-check-label input[type=checkbox] span + .input-frame::after {
  position: absolute;
  top: 0;
  left: 0;
}
.form-check .form-check-label input[type=checkbox] span + .input-frame::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #362e59;
  border-width: 2px;
  transition: all;
  transition-duration: 250ms;
}
.form-check .form-check-label input[type=checkbox] span + .input-frame::after {
  transition: all;
  transition-duration: 250ms;
  font-family: feather;
  content: "\e83f";
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
}
.form-check .form-check-label input[type=checkbox] span:checked + .input-frame::before {
  background: #362e59;
  border-width: 0;
}
.form-check .form-check-label input[type=checkbox] span:checked + .input-frame::after {
  width: 18px;
  opacity: 1;
  line-height: 18px;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.form-check .form-check-label input[type=checkbox] span:disabled + .input-frame::before {
  border-color: #dfe4eb;
}
.form-check .form-check-label input[type=checkbox] span:disabled:checked + .input-frame::after {
  background: #dfe4eb;
  color: #fff;
}
.form-check .form-check-label input[type=radio] + .input-frame::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: solid #362e59;
  border-width: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all;
  transition-duration: 250ms;
}
.form-check .form-check-label input[type=radio] + .input-frame::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  transition: all;
  transition-duration: 250ms;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  position: absolute;
}
.form-check .form-check-label input[type=radio]:checked + .input-frame::before {
  background: #362e59;
  border-width: 0;
}
.form-check .form-check-label input[type=radio]:checked + .input-frame::after {
  opacity: 1;
  line-height: 1.5;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.form-check .form-check-label input[type=radio]:disabled + .input-frame::before {
  border-color: #dfe4eb;
}
.form-check .form-check-label input[type=radio]:disabled:checked + .input-frame::before {
  background: #dfe4eb;
}
.form-check .form-check-label input[type=radio]:disabled:checked + .input-frame::after {
  background: #fff;
}

.form-check-primary.form-check label input[type=checkbox] + .input-frame::before,
.form-check-primary.form-check label input[type=radio] + .input-frame::before {
  border-color: #362e59;
}
.form-check-primary.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-primary.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #362e59;
  background: #362e59;
}

.form-check-secondary.form-check label input[type=checkbox] + .input-frame::before,
.form-check-secondary.form-check label input[type=radio] + .input-frame::before {
  border-color: #f4f5f9;
}
.form-check-secondary.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-secondary.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #f4f5f9;
  background: #f4f5f9;
}

.form-check-success.form-check label input[type=checkbox] + .input-frame::before,
.form-check-success.form-check label input[type=radio] + .input-frame::before {
  border-color: #66cb9f;
}
.form-check-success.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-success.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #66cb9f;
  background: #66cb9f;
}

.form-check-info.form-check label input[type=checkbox] + .input-frame::before,
.form-check-info.form-check label input[type=radio] + .input-frame::before {
  border-color: #3699ff;
}
.form-check-info.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-info.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #3699ff;
  background: #3699ff;
}

.form-check-warning.form-check label input[type=checkbox] + .input-frame::before,
.form-check-warning.form-check label input[type=radio] + .input-frame::before {
  border-color: #fbdc7b;
}
.form-check-warning.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-warning.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #fbdc7b;
  background: #fbdc7b;
}

.form-check-danger.form-check label input[type=checkbox] + .input-frame::before,
.form-check-danger.form-check label input[type=radio] + .input-frame::before {
  border-color: #f16064;
}
.form-check-danger.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-danger.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #f16064;
  background: #f16064;
}

.form-check-light.form-check label input[type=checkbox] + .input-frame::before,
.form-check-light.form-check label input[type=radio] + .input-frame::before {
  border-color: #f6f7fa;
}
.form-check-light.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-light.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #f6f7fa;
  background: #f6f7fa;
}

.form-check-dark.form-check label input[type=checkbox] + .input-frame::before,
.form-check-dark.form-check label input[type=radio] + .input-frame::before {
  border-color: #362e59;
}
.form-check-dark.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-dark.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #362e59;
  background: #362e59;
}

.form-check-default.form-check label input[type=checkbox] + .input-frame::before,
.form-check-default.form-check label input[type=radio] + .input-frame::before {
  border-color: #fff;
}
.form-check-default.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-default.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #fff;
  background: #fff;
}

.form-check-primary-light.form-check label input[type=checkbox] + .input-frame::before,
.form-check-primary-light.form-check label input[type=radio] + .input-frame::before {
  border-color: #434C78;
}
.form-check-primary-light.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-primary-light.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #434C78;
  background: #434C78;
}

.form-check-primary-dark.form-check label input[type=checkbox] + .input-frame::before,
.form-check-primary-dark.form-check label input[type=radio] + .input-frame::before {
  border-color: #201747;
}
.form-check-primary-dark.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-primary-dark.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #201747;
  background: #201747;
}

.form-check-tertiary.form-check label input[type=checkbox] + .input-frame::before,
.form-check-tertiary.form-check label input[type=radio] + .input-frame::before {
  border-color: #ee268c;
}
.form-check-tertiary.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-tertiary.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #ee268c;
  background: #ee268c;
}

.form-check-alternative.form-check label input[type=checkbox] + .input-frame::before,
.form-check-alternative.form-check label input[type=radio] + .input-frame::before {
  border-color: #9063cd;
}
.form-check-alternative.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-alternative.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #9063cd;
  background: #9063cd;
}

.form-check-primary-muted.form-check label input[type=checkbox] + .input-frame::before,
.form-check-primary-muted.form-check label input[type=radio] + .input-frame::before {
  border-color: #b1cfec;
}
.form-check-primary-muted.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-primary-muted.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #b1cfec;
  background: #b1cfec;
}

.form-check-secondary-light.form-check label input[type=checkbox] + .input-frame::before,
.form-check-secondary-light.form-check label input[type=radio] + .input-frame::before {
  border-color: #ebf2fa;
}
.form-check-secondary-light.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-secondary-light.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #ebf2fa;
  background: #ebf2fa;
}

.form-check-secondary-dark.form-check label input[type=checkbox] + .input-frame::before,
.form-check-secondary-dark.form-check label input[type=radio] + .input-frame::before {
  border-color: #a6b7d4;
}
.form-check-secondary-dark.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-secondary-dark.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #a6b7d4;
  background: #a6b7d4;
}

.form-check-info-muted.form-check label input[type=checkbox] + .input-frame::before,
.form-check-info-muted.form-check label input[type=radio] + .input-frame::before {
  border-color: #88dbdf;
}
.form-check-info-muted.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-info-muted.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #88dbdf;
  background: #88dbdf;
}

.form-check-danger-muted.form-check label input[type=checkbox] + .input-frame::before,
.form-check-danger-muted.form-check label input[type=radio] + .input-frame::before {
  border-color: #f77eb9;
}
.form-check-danger-muted.form-check label input[type=checkbox]:checked + .input-frame::before,
.form-check-danger-muted.form-check label input[type=radio]:checked + .input-frame::before {
  border-color: #f77eb9;
  background: #f77eb9;
}

.rtl .form-check .form-check-label {
  margin-left: 0;
  margin-right: 1.75rem;
}
.rtl .form-check .form-check-label input[type=checkbox] + .input-frame::before, .rtl .form-check .form-check-label input[type=checkbox] + .input-frame::after {
  left: auto;
  right: 0;
}
.rtl .form-check .form-check-label input[type=checkbox] + .input-frame::after {
  right: 0;
  transform: scale(-1, 1);
  text-align: center;
}
.rtl .form-check .form-check-label input[type=radio] + .input-frame::before, .rtl .form-check .form-check-label input[type=radio] + .input-frame::after {
  left: auto;
  right: 0;
}
.rtl .form-check .form-check-label input[type=radio] + .input-frame::after {
  right: 6px;
}

.dashboard-date {
  width: 170px;
}
.dashboard-date.datepicker.input-group {
  border: 1px solid #362e59;
}
.dashboard-date.datepicker.input-group input {
  height: 32px;
  background: transparent;
  color: #718096;
}
.dashboard-date.datepicker.input-group span {
  border-left: none;
  border-right: 1px solid #362e59;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-start {
  color: #fff;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-start::before {
  content: "";
  width: 28px;
  height: 25px;
  background: #3699ff;
  text-shadow: none;
  border-radius: 2px;
  display: block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  z-index: -1;
  left: 0;
  right: 0;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-end::after {
  content: "";
  width: 28px;
  height: 25px;
  background: #362e59;
  text-shadow: none;
  border-radius: 2px;
  display: block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  z-index: -1;
  left: 0;
  right: 0;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day {
  background: transparent;
}

#flotChart1 {
  height: 350px;
}
@media (max-width: 767px) {
  #flotChart1 {
    height: 200px;
  }
}

#progressbar1 {
  width: 200px;
  height: 200px;
  position: relative;
}
#progressbar1 svg {
  height: 200px;
  width: 200px;
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
}

.monthly-sales-chart-wrapper {
  height: 270px;
}
@media (max-width: 767px) {
  .monthly-sales-chart-wrapper {
    height: 200px;
  }
}

.rtl .dashboard-date.datepicker.input-group span {
  border-right: 0;
  border-left: 1px solid #362e59;
}

/* Dropdowns */
.dropdown .dropdown-toggle::after,
.btn-group .dropdown-toggle::after,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle::after,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle::after {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  font: normal normal normal 24px/1 feather;
  content: "\e842";
  width: auto;
  height: auto;
  vertical-align: middle;
  line-height: 0.625rem;
  font-size: 0.813rem;
  margin-left: 0.3rem;
}
.dropdown .dropdown-menu,
.btn-group .dropdown-menu,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu {
  padding: 0.35rem;
  margin-top: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}
.dropdown .dropdown-menu .dropdown-item,
.btn-group .dropdown-menu .dropdown-item,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu .dropdown-item,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu .dropdown-item {
  font-size: 0.813rem;
  padding: 0.625rem 0.875rem;
  transition: all 0.2s ease-in-out;
  border-radius: 0.5rem;
}
.dropdown .dropdown-menu .dropdown-item a,
.btn-group .dropdown-menu .dropdown-item a,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu .dropdown-item a,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu .dropdown-item a {
  display: block;
  color: #362E59;
}
.dropdown .dropdown-menu .dropdown-item i, .dropdown .dropdown-menu .dropdown-item svg,
.btn-group .dropdown-menu .dropdown-item i,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu .dropdown-item i,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu .dropdown-item i,
.btn-group .dropdown-menu .dropdown-item svg,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu .dropdown-item svg,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu .dropdown-item svg {
  color: #718096;
  transition: all 0.2s ease-in-out;
}
.dropdown .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-menu .dropdown-item:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu .dropdown-item:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu .dropdown-item:hover {
  background-color: #f4f5f9;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:hover i, .dropdown .dropdown-menu .dropdown-item:hover svg,
.btn-group .dropdown-menu .dropdown-item:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu .dropdown-item:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-menu .dropdown-item:hover i,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu .dropdown-item:hover i,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu .dropdown-item:hover i,
.btn-group .dropdown-menu .dropdown-item:hover svg,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu .dropdown-item:hover svg,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu .dropdown-item:hover svg {
  color: #362e59;
}
.dropdown .dropdown-menu .dropdown-item:active,
.btn-group .dropdown-menu .dropdown-item:active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu .dropdown-item:active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu .dropdown-item:active {
  background: initial;
}

.dropdown-submenu {
  position: relative;
}

.dropdown .dropdown-submenu .dropdown-item::after {
  margin-top: 0.3rem;
}

.dropdown-submenu > a::after {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  font: normal normal normal 24px/1 feather;
  content: "\e844";
  width: auto;
  height: auto;
  vertical-align: middle;
  line-height: 1.2rem;
  font-size: 1rem;
  margin-left: 0.3rem;
  float: right;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.rtl .dropdown .dropdown-toggle::after,
.rtl .btn-group .dropdown-toggle::after,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle::after,
.fc .fc-toolbar.fc-header-toolbar .fc-left .rtl .fc-button-group .dropdown-toggle::after,
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle::after,
.fc .fc-toolbar.fc-header-toolbar .fc-right .rtl .fc-button-group .dropdown-toggle::after {
  margin-left: 0;
  margin-right: 0.3rem;
}
.rtl .dropdown-menu {
  text-align: right;
}

/* Forms */
.input-group-append,
.input-group-prepend {
  color: #98a4ae;
  width: auto;
  border: none;
}
.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  border-color: #dfe4eb;
  padding: 0.5rem 0.75rem;
  color: #98a4ae;
  background-color: #f6f7fa;
}
.input-group-append .btn-primary, .input-group-append .wizard > .actions a, .wizard > .actions .input-group-append a, .input-group-append .swal2-modal .swal2-actions button.swal2-confirm, .swal2-modal .swal2-actions .input-group-append button.swal2-confirm,
.input-group-prepend .btn-primary,
.input-group-prepend .wizard > .actions a,
.wizard > .actions .input-group-prepend a,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-confirm,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-confirm {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.input-group-append .btn-primary:hover, .input-group-append .wizard > .actions a:hover, .wizard > .actions .input-group-append a:hover, .input-group-append .swal2-modal .swal2-actions button.swal2-confirm:hover, .swal2-modal .swal2-actions .input-group-append button.swal2-confirm:hover,
.input-group-prepend .btn-primary:hover,
.input-group-prepend .wizard > .actions a:hover,
.wizard > .actions .input-group-prepend a:hover,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-confirm:hover,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-confirm:hover {
  color: #fff;
  background-color: rgb(38.7, 32.9666666667, 63.7833333333);
  border-color: rgb(33.6, 28.6222222222, 55.3777777778);
}
.input-group-append .btn-primary:focus, .input-group-append .wizard > .actions a:focus, .wizard > .actions .input-group-append a:focus, .input-group-append .swal2-modal .swal2-actions button.swal2-confirm:focus, .swal2-modal .swal2-actions .input-group-append button.swal2-confirm:focus, .input-group-append .btn-primary.focus, .input-group-append .wizard > .actions a.focus, .wizard > .actions .input-group-append a.focus, .input-group-append .swal2-modal .swal2-actions button.focus.swal2-confirm, .swal2-modal .swal2-actions .input-group-append button.focus.swal2-confirm,
.input-group-prepend .btn-primary:focus,
.input-group-prepend .wizard > .actions a:focus,
.wizard > .actions .input-group-prepend a:focus,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-confirm:focus,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-confirm:focus,
.input-group-prepend .btn-primary.focus,
.input-group-prepend .wizard > .actions a.focus,
.wizard > .actions .input-group-prepend a.focus,
.input-group-prepend .swal2-modal .swal2-actions button.focus.swal2-confirm,
.swal2-modal .swal2-actions .input-group-prepend button.focus.swal2-confirm {
  color: #fff;
  background-color: rgb(38.7, 32.9666666667, 63.7833333333);
  border-color: rgb(33.6, 28.6222222222, 55.3777777778);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 77.35, 113.9, 0.5);
}
.input-group-append .btn-primary.disabled, .input-group-append .wizard > .actions a.disabled, .wizard > .actions .input-group-append a.disabled, .input-group-append .swal2-modal .swal2-actions button.disabled.swal2-confirm, .swal2-modal .swal2-actions .input-group-append button.disabled.swal2-confirm, .input-group-append .btn-primary:disabled, .input-group-append .wizard > .actions a:disabled, .wizard > .actions .input-group-append a:disabled, .input-group-append .swal2-modal .swal2-actions button.swal2-confirm:disabled, .swal2-modal .swal2-actions .input-group-append button.swal2-confirm:disabled,
.input-group-prepend .btn-primary.disabled,
.input-group-prepend .wizard > .actions a.disabled,
.wizard > .actions .input-group-prepend a.disabled,
.input-group-prepend .swal2-modal .swal2-actions button.disabled.swal2-confirm,
.swal2-modal .swal2-actions .input-group-prepend button.disabled.swal2-confirm,
.input-group-prepend .btn-primary:disabled,
.input-group-prepend .wizard > .actions a:disabled,
.wizard > .actions .input-group-prepend a:disabled,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-confirm:disabled,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-confirm:disabled {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.input-group-append .btn-primary:not(:disabled):not(.disabled):active, .input-group-append .wizard > .actions a:not(:disabled):not(.disabled):active, .wizard > .actions .input-group-append a:not(:disabled):not(.disabled):active, .input-group-append .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active, .swal2-modal .swal2-actions .input-group-append button.swal2-confirm:not(:disabled):not(.disabled):active, .input-group-append .btn-primary:not(:disabled):not(.disabled).active, .input-group-append .wizard > .actions a:not(:disabled):not(.disabled).active, .wizard > .actions .input-group-append a:not(:disabled):not(.disabled).active, .input-group-append .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active, .swal2-modal .swal2-actions .input-group-append button.swal2-confirm:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-primary.dropdown-toggle, .show > .input-group-append .wizard > .actions a.dropdown-toggle, .wizard > .actions .show > .input-group-append a.dropdown-toggle, .show > .input-group-append .swal2-modal .swal2-actions button.dropdown-toggle.swal2-confirm, .swal2-modal .swal2-actions .show > .input-group-append button.dropdown-toggle.swal2-confirm,
.input-group-prepend .btn-primary:not(:disabled):not(.disabled):active,
.input-group-prepend .wizard > .actions a:not(:disabled):not(.disabled):active,
.wizard > .actions .input-group-prepend a:not(:disabled):not(.disabled):active,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-confirm:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-primary:not(:disabled):not(.disabled).active,
.input-group-prepend .wizard > .actions a:not(:disabled):not(.disabled).active,
.wizard > .actions .input-group-prepend a:not(:disabled):not(.disabled).active,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-confirm:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-primary.dropdown-toggle,
.show > .input-group-prepend .wizard > .actions a.dropdown-toggle,
.wizard > .actions .show > .input-group-prepend a.dropdown-toggle,
.show > .input-group-prepend .swal2-modal .swal2-actions button.dropdown-toggle.swal2-confirm,
.swal2-modal .swal2-actions .show > .input-group-prepend button.dropdown-toggle.swal2-confirm {
  color: #fff;
  background-color: rgb(33.6, 28.6222222222, 55.3777777778);
  border-color: rgb(28.5, 24.2777777778, 46.9722222222);
}
.input-group-append .btn-primary:not(:disabled):not(.disabled):active:focus, .input-group-append .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .wizard > .actions .input-group-append a:not(:disabled):not(.disabled):active:focus, .input-group-append .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active:focus, .swal2-modal .swal2-actions .input-group-append button.swal2-confirm:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-primary:not(:disabled):not(.disabled).active:focus, .input-group-append .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .wizard > .actions .input-group-append a:not(:disabled):not(.disabled).active:focus, .input-group-append .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active:focus, .swal2-modal .swal2-actions .input-group-append button.swal2-confirm:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-primary.dropdown-toggle:focus, .show > .input-group-append .wizard > .actions a.dropdown-toggle:focus, .wizard > .actions .show > .input-group-append a.dropdown-toggle:focus, .show > .input-group-append .swal2-modal .swal2-actions button.dropdown-toggle.swal2-confirm:focus, .swal2-modal .swal2-actions .show > .input-group-append button.dropdown-toggle.swal2-confirm:focus,
.input-group-prepend .btn-primary:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .wizard > .actions a:not(:disabled):not(.disabled):active:focus,
.wizard > .actions .input-group-prepend a:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active:focus,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-confirm:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-primary:not(:disabled):not(.disabled).active:focus,
.input-group-prepend .wizard > .actions a:not(:disabled):not(.disabled).active:focus,
.wizard > .actions .input-group-prepend a:not(:disabled):not(.disabled).active:focus,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active:focus,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-confirm:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-primary.dropdown-toggle:focus,
.show > .input-group-prepend .wizard > .actions a.dropdown-toggle:focus,
.wizard > .actions .show > .input-group-prepend a.dropdown-toggle:focus,
.show > .input-group-prepend .swal2-modal .swal2-actions button.dropdown-toggle.swal2-confirm:focus,
.swal2-modal .swal2-actions .show > .input-group-prepend button.dropdown-toggle.swal2-confirm:focus {
  box-shadow: 0 0 0 0.2rem rgba(84.15, 77.35, 113.9, 0.5);
}
.input-group-append .btn-secondary,
.input-group-prepend .btn-secondary {
  color: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.input-group-append .btn-secondary:hover,
.input-group-prepend .btn-secondary:hover {
  color: #212529;
  background-color: rgb(219.25, 222.5, 235.5);
  border-color: #d3d7e7;
}
.input-group-append .btn-secondary:focus, .input-group-append .btn-secondary.focus,
.input-group-prepend .btn-secondary:focus,
.input-group-prepend .btn-secondary.focus {
  color: #212529;
  background-color: rgb(219.25, 222.5, 235.5);
  border-color: #d3d7e7;
  box-shadow: 0 0 0 0.2rem rgba(212.35, 213.8, 217.8, 0.5);
}
.input-group-append .btn-secondary.disabled, .input-group-append .btn-secondary:disabled,
.input-group-prepend .btn-secondary.disabled,
.input-group-prepend .btn-secondary:disabled {
  color: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.input-group-append .btn-secondary:not(:disabled):not(.disabled):active, .input-group-append .btn-secondary:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-secondary.dropdown-toggle,
.input-group-prepend .btn-secondary:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-secondary:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #d3d7e7;
  border-color: rgb(202.75, 207.5, 226.5);
}
.input-group-append .btn-secondary:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-secondary.dropdown-toggle:focus,
.input-group-prepend .btn-secondary:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212.35, 213.8, 217.8, 0.5);
}
.input-group-append .btn-success,
.input-group-prepend .btn-success {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.input-group-append .btn-success:hover,
.input-group-prepend .btn-success:hover {
  color: #fff;
  background-color: rgb(73.4524390244, 193.2975609756, 141.087804878);
  border-color: rgb(64.4292682927, 189.5707317073, 135.0536585366);
}
.input-group-append .btn-success:focus, .input-group-append .btn-success.focus,
.input-group-prepend .btn-success:focus,
.input-group-prepend .btn-success.focus {
  color: #fff;
  background-color: rgb(73.4524390244, 193.2975609756, 141.087804878);
  border-color: rgb(64.4292682927, 189.5707317073, 135.0536585366);
  box-shadow: 0 0 0 0.2rem rgba(124.95, 210.8, 173.4, 0.5);
}
.input-group-append .btn-success.disabled, .input-group-append .btn-success:disabled,
.input-group-prepend .btn-success.disabled,
.input-group-prepend .btn-success:disabled {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.input-group-append .btn-success:not(:disabled):not(.disabled):active, .input-group-append .btn-success:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-success.dropdown-toggle,
.input-group-prepend .btn-success:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-success:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(64.4292682927, 189.5707317073, 135.0536585366);
  border-color: rgb(61.1951219512, 180.0548780488, 128.2743902439);
}
.input-group-append .btn-success:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-success:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-success.dropdown-toggle:focus,
.input-group-prepend .btn-success:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124.95, 210.8, 173.4, 0.5);
}
.input-group-append .btn-info,
.input-group-prepend .btn-info {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.input-group-append .btn-info:hover,
.input-group-prepend .btn-info:hover {
  color: #fff;
  background-color: rgb(15.75, 133.5895522388, 255);
  border-color: rgb(3, 127.1194029851, 255);
}
.input-group-append .btn-info:focus, .input-group-append .btn-info.focus,
.input-group-prepend .btn-info:focus,
.input-group-prepend .btn-info.focus {
  color: #fff;
  background-color: rgb(15.75, 133.5895522388, 255);
  border-color: rgb(3, 127.1194029851, 255);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 168.3, 255, 0.5);
}
.input-group-append .btn-info.disabled, .input-group-append .btn-info:disabled,
.input-group-prepend .btn-info.disabled,
.input-group-prepend .btn-info:disabled {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.input-group-append .btn-info:not(:disabled):not(.disabled):active, .input-group-append .btn-info:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-info.dropdown-toggle,
.input-group-prepend .btn-info:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-info:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(3, 127.1194029851, 255);
  border-color: rgb(0, 120.7947761194, 245.25);
}
.input-group-append .btn-info:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-info:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-info.dropdown-toggle:focus,
.input-group-prepend .btn-info:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84.15, 168.3, 255, 0.5);
}
.input-group-append .btn-warning,
.input-group-prepend .btn-warning {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.input-group-append .btn-warning:hover,
.input-group-prepend .btn-warning:hover {
  color: #212529;
  background-color: rgb(249.875, 210.15625, 85.875);
  border-color: rgb(249.5, 206.875, 73.5);
}
.input-group-append .btn-warning:focus, .input-group-append .btn-warning.focus,
.input-group-prepend .btn-warning:focus,
.input-group-prepend .btn-warning.focus {
  color: #212529;
  background-color: rgb(249.875, 210.15625, 85.875);
  border-color: rgb(249.5, 206.875, 73.5);
  box-shadow: 0 0 0 0.2rem rgba(218.3, 192.55, 110.7, 0.5);
}
.input-group-append .btn-warning.disabled, .input-group-append .btn-warning:disabled,
.input-group-prepend .btn-warning.disabled,
.input-group-prepend .btn-warning:disabled {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.input-group-append .btn-warning:not(:disabled):not(.disabled):active, .input-group-append .btn-warning:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-warning.dropdown-toggle,
.input-group-prepend .btn-warning:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-warning:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(249.5, 206.875, 73.5);
  border-color: rgb(249.125, 203.59375, 61.125);
}
.input-group-append .btn-warning:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-warning.dropdown-toggle:focus,
.input-group-prepend .btn-warning:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218.3, 192.55, 110.7, 0.5);
}
.input-group-append .btn-danger, .input-group-append .swal2-modal .swal2-actions button.swal2-cancel, .swal2-modal .swal2-actions .input-group-append button.swal2-cancel,
.input-group-prepend .btn-danger,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-cancel,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-cancel {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.input-group-append .btn-danger:hover, .input-group-append .swal2-modal .swal2-actions button.swal2-cancel:hover, .swal2-modal .swal2-actions .input-group-append button.swal2-cancel:hover,
.input-group-prepend .btn-danger:hover,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-cancel:hover,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-cancel:hover {
  color: #fff;
  background-color: rgb(237.9046242775, 60.8453757225, 65.7297687861);
  border-color: rgb(236.8728323699, 49.1271676301, 54.3063583815);
}
.input-group-append .btn-danger:focus, .input-group-append .swal2-modal .swal2-actions button.swal2-cancel:focus, .swal2-modal .swal2-actions .input-group-append button.swal2-cancel:focus, .input-group-append .btn-danger.focus, .input-group-append .swal2-modal .swal2-actions button.focus.swal2-cancel, .swal2-modal .swal2-actions .input-group-append button.focus.swal2-cancel,
.input-group-prepend .btn-danger:focus,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-cancel:focus,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-cancel:focus,
.input-group-prepend .btn-danger.focus,
.input-group-prepend .swal2-modal .swal2-actions button.focus.swal2-cancel,
.swal2-modal .swal2-actions .input-group-prepend button.focus.swal2-cancel {
  color: #fff;
  background-color: rgb(237.9046242775, 60.8453757225, 65.7297687861);
  border-color: rgb(236.8728323699, 49.1271676301, 54.3063583815);
  box-shadow: 0 0 0 0.2rem rgba(243.1, 119.85, 123.25, 0.5);
}
.input-group-append .btn-danger.disabled, .input-group-append .swal2-modal .swal2-actions button.disabled.swal2-cancel, .swal2-modal .swal2-actions .input-group-append button.disabled.swal2-cancel, .input-group-append .btn-danger:disabled, .input-group-append .swal2-modal .swal2-actions button.swal2-cancel:disabled, .swal2-modal .swal2-actions .input-group-append button.swal2-cancel:disabled,
.input-group-prepend .btn-danger.disabled,
.input-group-prepend .swal2-modal .swal2-actions button.disabled.swal2-cancel,
.swal2-modal .swal2-actions .input-group-prepend button.disabled.swal2-cancel,
.input-group-prepend .btn-danger:disabled,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-cancel:disabled,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-cancel:disabled {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.input-group-append .btn-danger:not(:disabled):not(.disabled):active, .input-group-append .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active, .swal2-modal .swal2-actions .input-group-append button.swal2-cancel:not(:disabled):not(.disabled):active, .input-group-append .btn-danger:not(:disabled):not(.disabled).active, .input-group-append .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active, .swal2-modal .swal2-actions .input-group-append button.swal2-cancel:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-danger.dropdown-toggle, .show > .input-group-append .swal2-modal .swal2-actions button.dropdown-toggle.swal2-cancel, .swal2-modal .swal2-actions .show > .input-group-append button.dropdown-toggle.swal2-cancel,
.input-group-prepend .btn-danger:not(:disabled):not(.disabled):active,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-cancel:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-danger:not(:disabled):not(.disabled).active,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-cancel:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-danger.dropdown-toggle,
.show > .input-group-prepend .swal2-modal .swal2-actions button.dropdown-toggle.swal2-cancel,
.swal2-modal .swal2-actions .show > .input-group-prepend button.dropdown-toggle.swal2-cancel {
  color: #fff;
  background-color: rgb(236.8728323699, 49.1271676301, 54.3063583815);
  border-color: rgb(235.8410404624, 37.4089595376, 42.8829479769);
}
.input-group-append .btn-danger:not(:disabled):not(.disabled):active:focus, .input-group-append .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active:focus, .swal2-modal .swal2-actions .input-group-append button.swal2-cancel:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-danger:not(:disabled):not(.disabled).active:focus, .input-group-append .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active:focus, .swal2-modal .swal2-actions .input-group-append button.swal2-cancel:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-danger.dropdown-toggle:focus, .show > .input-group-append .swal2-modal .swal2-actions button.dropdown-toggle.swal2-cancel:focus, .swal2-modal .swal2-actions .show > .input-group-append button.dropdown-toggle.swal2-cancel:focus,
.input-group-prepend .btn-danger:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active:focus,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-cancel:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-danger:not(:disabled):not(.disabled).active:focus,
.input-group-prepend .swal2-modal .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active:focus,
.swal2-modal .swal2-actions .input-group-prepend button.swal2-cancel:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-danger.dropdown-toggle:focus,
.show > .input-group-prepend .swal2-modal .swal2-actions button.dropdown-toggle.swal2-cancel:focus,
.swal2-modal .swal2-actions .show > .input-group-prepend button.dropdown-toggle.swal2-cancel:focus {
  box-shadow: 0 0 0 0.2rem rgba(243.1, 119.85, 123.25, 0.5);
}
.input-group-append .btn-light,
.input-group-prepend .btn-light {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.input-group-append .btn-light:hover,
.input-group-prepend .btn-light:hover {
  color: #212529;
  background-color: rgb(221.4107142857, 225.1428571429, 236.3392857143);
  border-color: rgb(213.2142857143, 217.8571428571, 231.7857142857);
}
.input-group-append .btn-light:focus, .input-group-append .btn-light.focus,
.input-group-prepend .btn-light:focus,
.input-group-prepend .btn-light.focus {
  color: #212529;
  background-color: rgb(221.4107142857, 225.1428571429, 236.3392857143);
  border-color: rgb(213.2142857143, 217.8571428571, 231.7857142857);
  box-shadow: 0 0 0 0.2rem rgba(214.05, 215.5, 218.65, 0.5);
}
.input-group-append .btn-light.disabled, .input-group-append .btn-light:disabled,
.input-group-prepend .btn-light.disabled,
.input-group-prepend .btn-light:disabled {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.input-group-append .btn-light:not(:disabled):not(.disabled):active, .input-group-append .btn-light:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-light.dropdown-toggle,
.input-group-prepend .btn-light:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-light:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(213.2142857143, 217.8571428571, 231.7857142857);
  border-color: rgb(205.0178571429, 210.5714285714, 227.2321428571);
}
.input-group-append .btn-light:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-light:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-light.dropdown-toggle:focus,
.input-group-prepend .btn-light:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214.05, 215.5, 218.65, 0.5);
}
.input-group-append .btn-dark,
.input-group-prepend .btn-dark {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.input-group-append .btn-dark:hover,
.input-group-prepend .btn-dark:hover {
  color: #fff;
  background-color: rgb(38.7, 32.9666666667, 63.7833333333);
  border-color: rgb(33.6, 28.6222222222, 55.3777777778);
}
.input-group-append .btn-dark:focus, .input-group-append .btn-dark.focus,
.input-group-prepend .btn-dark:focus,
.input-group-prepend .btn-dark.focus {
  color: #fff;
  background-color: rgb(38.7, 32.9666666667, 63.7833333333);
  border-color: rgb(33.6, 28.6222222222, 55.3777777778);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 77.35, 113.9, 0.5);
}
.input-group-append .btn-dark.disabled, .input-group-append .btn-dark:disabled,
.input-group-prepend .btn-dark.disabled,
.input-group-prepend .btn-dark:disabled {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.input-group-append .btn-dark:not(:disabled):not(.disabled):active, .input-group-append .btn-dark:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-dark.dropdown-toggle,
.input-group-prepend .btn-dark:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-dark:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(33.6, 28.6222222222, 55.3777777778);
  border-color: rgb(28.5, 24.2777777778, 46.9722222222);
}
.input-group-append .btn-dark:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-dark.dropdown-toggle:focus,
.input-group-prepend .btn-dark:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84.15, 77.35, 113.9, 0.5);
}
.input-group-append .btn-default,
.input-group-prepend .btn-default {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.input-group-append .btn-default:hover,
.input-group-prepend .btn-default:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.input-group-append .btn-default:focus, .input-group-append .btn-default.focus,
.input-group-prepend .btn-default:focus,
.input-group-prepend .btn-default.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.input-group-append .btn-default.disabled, .input-group-append .btn-default:disabled,
.input-group-prepend .btn-default.disabled,
.input-group-prepend .btn-default:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.input-group-append .btn-default:not(:disabled):not(.disabled):active, .input-group-append .btn-default:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-default.dropdown-toggle,
.input-group-prepend .btn-default:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-default:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-default.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.input-group-append .btn-default:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-default:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-default.dropdown-toggle:focus,
.input-group-prepend .btn-default:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.input-group-append .btn-primary-light,
.input-group-prepend .btn-primary-light {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.input-group-append .btn-primary-light:hover,
.input-group-prepend .btn-primary-light:hover {
  color: #fff;
  background-color: rgb(53.2954545455, 60.4545454545, 95.4545454545);
  border-color: rgb(48.7272727273, 55.2727272727, 87.2727272727);
}
.input-group-append .btn-primary-light:focus, .input-group-append .btn-primary-light.focus,
.input-group-prepend .btn-primary-light:focus,
.input-group-prepend .btn-primary-light.focus {
  color: #fff;
  background-color: rgb(53.2954545455, 60.4545454545, 95.4545454545);
  border-color: rgb(48.7272727273, 55.2727272727, 87.2727272727);
  box-shadow: 0 0 0 0.2rem rgba(95.2, 102.85, 140.25, 0.5);
}
.input-group-append .btn-primary-light.disabled, .input-group-append .btn-primary-light:disabled,
.input-group-prepend .btn-primary-light.disabled,
.input-group-prepend .btn-primary-light:disabled {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.input-group-append .btn-primary-light:not(:disabled):not(.disabled):active, .input-group-append .btn-primary-light:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-primary-light.dropdown-toggle,
.input-group-prepend .btn-primary-light:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-primary-light:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-primary-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.7272727273, 55.2727272727, 87.2727272727);
  border-color: rgb(44.1590909091, 50.0909090909, 79.0909090909);
}
.input-group-append .btn-primary-light:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-primary-light.dropdown-toggle:focus,
.input-group-prepend .btn-primary-light:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-primary-light:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95.2, 102.85, 140.25, 0.5);
}
.input-group-append .btn-primary-dark,
.input-group-prepend .btn-primary-dark {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.input-group-append .btn-primary-dark:hover,
.input-group-prepend .btn-primary-dark:hover {
  color: #fff;
  background-color: rgb(18.9787234043, 13.6409574468, 42.1090425532);
  border-color: rgb(14.6382978723, 10.5212765957, 32.4787234043);
}
.input-group-append .btn-primary-dark:focus, .input-group-append .btn-primary-dark.focus,
.input-group-prepend .btn-primary-dark:focus,
.input-group-prepend .btn-primary-dark.focus {
  color: #fff;
  background-color: rgb(18.9787234043, 13.6409574468, 42.1090425532);
  border-color: rgb(14.6382978723, 10.5212765957, 32.4787234043);
  box-shadow: 0 0 0 0.2rem rgba(65.45, 57.8, 98.6, 0.5);
}
.input-group-append .btn-primary-dark.disabled, .input-group-append .btn-primary-dark:disabled,
.input-group-prepend .btn-primary-dark.disabled,
.input-group-prepend .btn-primary-dark:disabled {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.input-group-append .btn-primary-dark:not(:disabled):not(.disabled):active, .input-group-append .btn-primary-dark:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-primary-dark.dropdown-toggle,
.input-group-prepend .btn-primary-dark:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-primary-dark:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(14.6382978723, 10.5212765957, 32.4787234043);
  border-color: rgb(10.2978723404, 7.4015957447, 22.8484042553);
}
.input-group-append .btn-primary-dark:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-primary-dark.dropdown-toggle:focus,
.input-group-prepend .btn-primary-dark:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-primary-dark:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65.45, 57.8, 98.6, 0.5);
}
.input-group-append .btn-tertiary,
.input-group-prepend .btn-tertiary {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.input-group-append .btn-tertiary:hover,
.input-group-prepend .btn-tertiary:hover {
  color: #fff;
  background-color: rgb(220.4775641026, 17.2724358974, 120.9070512821);
  border-color: rgb(208.6538461538, 16.3461538462, 114.4230769231);
}
.input-group-append .btn-tertiary:focus, .input-group-append .btn-tertiary.focus,
.input-group-prepend .btn-tertiary:focus,
.input-group-prepend .btn-tertiary.focus {
  color: #fff;
  background-color: rgb(220.4775641026, 17.2724358974, 120.9070512821);
  border-color: rgb(208.6538461538, 16.3461538462, 114.4230769231);
  box-shadow: 0 0 0 0.2rem rgba(240.55, 70.55, 157.25, 0.5);
}
.input-group-append .btn-tertiary.disabled, .input-group-append .btn-tertiary:disabled,
.input-group-prepend .btn-tertiary.disabled,
.input-group-prepend .btn-tertiary:disabled {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.input-group-append .btn-tertiary:not(:disabled):not(.disabled):active, .input-group-append .btn-tertiary:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-tertiary.dropdown-toggle,
.input-group-prepend .btn-tertiary:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-tertiary:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: rgb(208.6538461538, 16.3461538462, 114.4230769231);
  border-color: rgb(196.8301282051, 15.4198717949, 107.9391025641);
}
.input-group-append .btn-tertiary:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-tertiary.dropdown-toggle:focus,
.input-group-prepend .btn-tertiary:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240.55, 70.55, 157.25, 0.5);
}
.input-group-append .btn-alternative,
.input-group-prepend .btn-alternative {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.input-group-append .btn-alternative:hover,
.input-group-prepend .btn-alternative:hover {
  color: #fff;
  background-color: rgb(123.3895631068, 70.0339805825, 195.7160194175);
  border-color: rgb(116.6747572816, 61.4077669903, 191.5922330097);
}
.input-group-append .btn-alternative:focus, .input-group-append .btn-alternative.focus,
.input-group-prepend .btn-alternative:focus,
.input-group-prepend .btn-alternative.focus {
  color: #fff;
  background-color: rgb(123.3895631068, 70.0339805825, 195.7160194175);
  border-color: rgb(116.6747572816, 61.4077669903, 191.5922330097);
  box-shadow: 0 0 0 0.2rem rgba(160.65, 122.4, 212.5, 0.5);
}
.input-group-append .btn-alternative.disabled, .input-group-append .btn-alternative:disabled,
.input-group-prepend .btn-alternative.disabled,
.input-group-prepend .btn-alternative:disabled {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.input-group-append .btn-alternative:not(:disabled):not(.disabled):active, .input-group-append .btn-alternative:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-alternative.dropdown-toggle,
.input-group-prepend .btn-alternative:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-alternative:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-alternative.dropdown-toggle {
  color: #fff;
  background-color: rgb(116.6747572816, 61.4077669903, 191.5922330097);
  border-color: rgb(110.7949029126, 58.3131067961, 181.9368932039);
}
.input-group-append .btn-alternative:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-alternative:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-alternative.dropdown-toggle:focus,
.input-group-prepend .btn-alternative:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-alternative:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-alternative.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(160.65, 122.4, 212.5, 0.5);
}
.input-group-append .btn-primary-muted,
.input-group-prepend .btn-primary-muted {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.input-group-append .btn-primary-muted:hover,
.input-group-prepend .btn-primary-muted:hover {
  color: #212529;
  background-color: rgb(146.2422680412, 188.0721649485, 228.5077319588);
  border-color: rgb(135.9896907216, 181.7628865979, 226.0103092784);
}
.input-group-append .btn-primary-muted:focus, .input-group-append .btn-primary-muted.focus,
.input-group-prepend .btn-primary-muted:focus,
.input-group-prepend .btn-primary-muted.focus {
  color: #212529;
  background-color: rgb(146.2422680412, 188.0721649485, 228.5077319588);
  border-color: rgb(135.9896907216, 181.7628865979, 226.0103092784);
  box-shadow: 0 0 0 0.2rem rgba(155.4, 181.5, 206.75, 0.5);
}
.input-group-append .btn-primary-muted.disabled, .input-group-append .btn-primary-muted:disabled,
.input-group-prepend .btn-primary-muted.disabled,
.input-group-prepend .btn-primary-muted:disabled {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.input-group-append .btn-primary-muted:not(:disabled):not(.disabled):active, .input-group-append .btn-primary-muted:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-primary-muted.dropdown-toggle,
.input-group-prepend .btn-primary-muted:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-primary-muted:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-primary-muted.dropdown-toggle {
  color: #fff;
  background-color: rgb(135.9896907216, 181.7628865979, 226.0103092784);
  border-color: rgb(125.7371134021, 175.4536082474, 223.5128865979);
}
.input-group-append .btn-primary-muted:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-primary-muted:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-primary-muted.dropdown-toggle:focus,
.input-group-prepend .btn-primary-muted:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-primary-muted:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-primary-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155.4, 181.5, 206.75, 0.5);
}
.input-group-append .btn-secondary-light,
.input-group-prepend .btn-secondary-light {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.input-group-append .btn-secondary-light:hover,
.input-group-prepend .btn-secondary-light:hover {
  color: #212529;
  background-color: rgb(204.4, 222.11, 242.35);
  border-color: rgb(194.2, 215.48, 239.8);
}
.input-group-append .btn-secondary-light:focus, .input-group-append .btn-secondary-light.focus,
.input-group-prepend .btn-secondary-light:focus,
.input-group-prepend .btn-secondary-light.focus {
  color: #212529;
  background-color: rgb(204.4, 222.11, 242.35);
  border-color: rgb(194.2, 215.48, 239.8);
  box-shadow: 0 0 0 0.2rem rgba(204.7, 211.25, 218.65, 0.5);
}
.input-group-append .btn-secondary-light.disabled, .input-group-append .btn-secondary-light:disabled,
.input-group-prepend .btn-secondary-light.disabled,
.input-group-prepend .btn-secondary-light:disabled {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.input-group-append .btn-secondary-light:not(:disabled):not(.disabled):active, .input-group-append .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-secondary-light.dropdown-toggle,
.input-group-prepend .btn-secondary-light:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-secondary-light:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(194.2, 215.48, 239.8);
  border-color: rgb(184, 208.85, 237.25);
}
.input-group-append .btn-secondary-light:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-secondary-light.dropdown-toggle:focus,
.input-group-prepend .btn-secondary-light:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-secondary-light:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204.7, 211.25, 218.65, 0.5);
}
.input-group-append .btn-secondary-dark,
.input-group-prepend .btn-secondary-dark {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.input-group-append .btn-secondary-dark:hover,
.input-group-prepend .btn-secondary-dark:hover {
  color: #fff;
  background-color: rgb(140.2102272727, 162.1363636364, 199.5397727273);
  border-color: rgb(131.6136363636, 155.1818181818, 195.3863636364);
}
.input-group-append .btn-secondary-dark:focus, .input-group-append .btn-secondary-dark.focus,
.input-group-prepend .btn-secondary-dark:focus,
.input-group-prepend .btn-secondary-dark.focus {
  color: #fff;
  background-color: rgb(140.2102272727, 162.1363636364, 199.5397727273);
  border-color: rgb(131.6136363636, 155.1818181818, 195.3863636364);
  box-shadow: 0 0 0 0.2rem rgba(146.05, 161.1, 186.35, 0.5);
}
.input-group-append .btn-secondary-dark.disabled, .input-group-append .btn-secondary-dark:disabled,
.input-group-prepend .btn-secondary-dark.disabled,
.input-group-prepend .btn-secondary-dark:disabled {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.input-group-append .btn-secondary-dark:not(:disabled):not(.disabled):active, .input-group-append .btn-secondary-dark:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-secondary-dark.dropdown-toggle,
.input-group-prepend .btn-secondary-dark:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-secondary-dark:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-secondary-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(131.6136363636, 155.1818181818, 195.3863636364);
  border-color: rgb(123.0170454545, 148.2272727273, 191.2329545455);
}
.input-group-append .btn-secondary-dark:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-secondary-dark.dropdown-toggle:focus,
.input-group-prepend .btn-secondary-dark:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-secondary-dark:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146.05, 161.1, 186.35, 0.5);
}
.input-group-append .btn-info-muted,
.input-group-prepend .btn-info-muted {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.input-group-append .btn-info-muted:hover,
.input-group-prepend .btn-info-muted:hover {
  color: #fff;
  background-color: rgb(105.8559602649, 209.880794702, 214.8940397351);
  border-color: rgb(95.8079470199, 206.8410596026, 212.1920529801);
}
.input-group-append .btn-info-muted:focus, .input-group-append .btn-info-muted.focus,
.input-group-prepend .btn-info-muted:focus,
.input-group-prepend .btn-info-muted.focus {
  color: #fff;
  background-color: rgb(105.8559602649, 209.880794702, 214.8940397351);
  border-color: rgb(95.8079470199, 206.8410596026, 212.1920529801);
  box-shadow: 0 0 0 0.2rem rgba(120.55, 191.7, 195.7, 0.5);
}
.input-group-append .btn-info-muted.disabled, .input-group-append .btn-info-muted:disabled,
.input-group-prepend .btn-info-muted.disabled,
.input-group-prepend .btn-info-muted:disabled {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.input-group-append .btn-info-muted:not(:disabled):not(.disabled):active, .input-group-append .btn-info-muted:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-info-muted.dropdown-toggle,
.input-group-prepend .btn-info-muted:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-info-muted:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-info-muted.dropdown-toggle {
  color: #fff;
  background-color: rgb(95.8079470199, 206.8410596026, 212.1920529801);
  border-color: rgb(85.7599337748, 203.8013245033, 209.4900662252);
}
.input-group-append .btn-info-muted:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-info-muted:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-info-muted.dropdown-toggle:focus,
.input-group-prepend .btn-info-muted:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-info-muted:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-info-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120.55, 191.7, 195.7, 0.5);
}
.input-group-append .btn-danger-muted,
.input-group-prepend .btn-danger-muted {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.input-group-append .btn-danger-muted:hover,
.input-group-prepend .btn-danger-muted:hover {
  color: #fff;
  background-color: rgb(244.7664233577, 89.9835766423, 165.4562043796);
  border-color: rgb(244.0218978102, 77.9781021898, 158.9416058394);
}
.input-group-append .btn-danger-muted:focus, .input-group-append .btn-danger-muted.focus,
.input-group-prepend .btn-danger-muted:focus,
.input-group-prepend .btn-danger-muted.focus {
  color: #fff;
  background-color: rgb(244.7664233577, 89.9835766423, 165.4562043796);
  border-color: rgb(244.0218978102, 77.9781021898, 158.9416058394);
  box-shadow: 0 0 0 0.2rem rgba(248.2, 145.35, 195.5, 0.5);
}
.input-group-append .btn-danger-muted.disabled, .input-group-append .btn-danger-muted:disabled,
.input-group-prepend .btn-danger-muted.disabled,
.input-group-prepend .btn-danger-muted:disabled {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.input-group-append .btn-danger-muted:not(:disabled):not(.disabled):active, .input-group-append .btn-danger-muted:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-danger-muted.dropdown-toggle,
.input-group-prepend .btn-danger-muted:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-danger-muted:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-danger-muted.dropdown-toggle {
  color: #fff;
  background-color: rgb(244.0218978102, 77.9781021898, 158.9416058394);
  border-color: rgb(243.2773722628, 65.9726277372, 152.4270072993);
}
.input-group-append .btn-danger-muted:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-danger-muted:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-danger-muted.dropdown-toggle:focus,
.input-group-prepend .btn-danger-muted:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-danger-muted:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-danger-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248.2, 145.35, 195.5, 0.5);
}
.input-group-append .btn-outline-primary, .input-group-append .wizard > .actions .disabled a, .wizard > .actions .disabled .input-group-append a, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button,
.input-group-prepend .btn-outline-primary,
.input-group-prepend .wizard > .actions .disabled a,
.wizard > .actions .disabled .input-group-prepend a,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button {
  color: #362e59;
  border-color: #362e59;
  background: transparent;
}
.input-group-append .btn-outline-primary:hover, .input-group-append .wizard > .actions .disabled a:hover, .wizard > .actions .disabled .input-group-append a:hover, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button:hover, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button:hover,
.input-group-prepend .btn-outline-primary:hover,
.input-group-prepend .wizard > .actions .disabled a:hover,
.wizard > .actions .disabled .input-group-prepend a:hover,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button:hover,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button:hover {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.input-group-append .btn-outline-primary:focus, .input-group-append .wizard > .actions .disabled a:focus, .wizard > .actions .disabled .input-group-append a:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button:focus, .input-group-append .btn-outline-primary.focus, .input-group-append .wizard > .actions .disabled a.focus, .wizard > .actions .disabled .input-group-append a.focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .focus.fc-button, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .focus.fc-button,
.input-group-prepend .btn-outline-primary:focus,
.input-group-prepend .wizard > .actions .disabled a:focus,
.wizard > .actions .disabled .input-group-prepend a:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button:focus,
.input-group-prepend .btn-outline-primary.focus,
.input-group-prepend .wizard > .actions .disabled a.focus,
.wizard > .actions .disabled .input-group-prepend a.focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .focus.fc-button,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .focus.fc-button {
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}
.input-group-append .btn-outline-primary.disabled, .input-group-append .wizard > .actions .disabled a.disabled, .wizard > .actions .disabled .input-group-append a.disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .disabled.fc-button, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .disabled.fc-button, .input-group-append .btn-outline-primary:disabled, .input-group-append .wizard > .actions .disabled a:disabled, .wizard > .actions .disabled .input-group-append a:disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button:disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button:disabled,
.input-group-prepend .btn-outline-primary.disabled,
.input-group-prepend .wizard > .actions .disabled a.disabled,
.wizard > .actions .disabled .input-group-prepend a.disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .disabled.fc-button,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .disabled.fc-button,
.input-group-prepend .btn-outline-primary:disabled,
.input-group-prepend .wizard > .actions .disabled a:disabled,
.wizard > .actions .disabled .input-group-prepend a:disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button:disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button:disabled {
  color: #362e59;
  background-color: transparent;
}
.input-group-append .btn-outline-primary:not(:disabled):not(.disabled):active, .input-group-append .wizard > .actions .disabled a:not(:disabled):not(.disabled):active, .wizard > .actions .disabled .input-group-append a:not(:disabled):not(.disabled):active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button:not(:disabled):not(.disabled):active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-primary:not(:disabled):not(.disabled).active, .input-group-append .wizard > .actions .disabled a:not(:disabled):not(.disabled).active, .wizard > .actions .disabled .input-group-append a:not(:disabled):not(.disabled).active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button:not(:disabled):not(.disabled).active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-primary.dropdown-toggle, .show > .input-group-append .wizard > .actions .disabled a.dropdown-toggle, .wizard > .actions .disabled .show > .input-group-append a.dropdown-toggle, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button,
.input-group-prepend .btn-outline-primary:not(:disabled):not(.disabled):active,
.input-group-prepend .wizard > .actions .disabled a:not(:disabled):not(.disabled):active,
.wizard > .actions .disabled .input-group-prepend a:not(:disabled):not(.disabled):active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled):active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button:not(:disabled):not(.disabled):active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled):active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-primary:not(:disabled):not(.disabled).active,
.input-group-prepend .wizard > .actions .disabled a:not(:disabled):not(.disabled).active,
.wizard > .actions .disabled .input-group-prepend a:not(:disabled):not(.disabled).active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled).active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button:not(:disabled):not(.disabled).active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled).active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-primary.dropdown-toggle,
.show > .input-group-prepend .wizard > .actions .disabled a.dropdown-toggle,
.wizard > .actions .disabled .show > .input-group-prepend a.dropdown-toggle,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.input-group-append .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .input-group-append .wizard > .actions .disabled a:not(:disabled):not(.disabled):active:focus, .wizard > .actions .disabled .input-group-append a:not(:disabled):not(.disabled):active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button:not(:disabled):not(.disabled):active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .input-group-append .wizard > .actions .disabled a:not(:disabled):not(.disabled).active:focus, .wizard > .actions .disabled .input-group-append a:not(:disabled):not(.disabled).active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button:not(:disabled):not(.disabled).active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-primary.dropdown-toggle:focus, .show > .input-group-append .wizard > .actions .disabled a.dropdown-toggle:focus, .wizard > .actions .disabled .show > .input-group-append a.dropdown-toggle:focus, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button:focus, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button:focus,
.input-group-prepend .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .wizard > .actions .disabled a:not(:disabled):not(.disabled):active:focus,
.wizard > .actions .disabled .input-group-prepend a:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled):active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled):active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.input-group-prepend .wizard > .actions .disabled a:not(:disabled):not(.disabled).active:focus,
.wizard > .actions .disabled .input-group-prepend a:not(:disabled):not(.disabled).active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:not(:disabled):not(.disabled).active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button:not(:disabled):not(.disabled).active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:not(:disabled):not(.disabled).active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-primary.dropdown-toggle:focus,
.show > .input-group-prepend .wizard > .actions .disabled a.dropdown-toggle:focus,
.wizard > .actions .disabled .show > .input-group-prepend a.dropdown-toggle:focus,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button:focus,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}
.input-group-append .btn-outline-secondary,
.input-group-prepend .btn-outline-secondary {
  color: #f4f5f9;
  border-color: #f4f5f9;
  background: transparent;
}
.input-group-append .btn-outline-secondary:hover,
.input-group-prepend .btn-outline-secondary:hover {
  color: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.input-group-append .btn-outline-secondary:focus, .input-group-append .btn-outline-secondary.focus,
.input-group-prepend .btn-outline-secondary:focus,
.input-group-prepend .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 249, 0.5);
}
.input-group-append .btn-outline-secondary.disabled, .input-group-append .btn-outline-secondary:disabled,
.input-group-prepend .btn-outline-secondary.disabled,
.input-group-prepend .btn-outline-secondary:disabled {
  color: #f4f5f9;
  background-color: transparent;
}
.input-group-append .btn-outline-secondary:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-secondary.dropdown-toggle,
.input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.input-group-append .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-secondary.dropdown-toggle:focus,
.input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 249, 0.5);
}
.input-group-append .btn-outline-success,
.input-group-prepend .btn-outline-success {
  color: #66cb9f;
  border-color: #66cb9f;
  background: transparent;
}
.input-group-append .btn-outline-success:hover,
.input-group-prepend .btn-outline-success:hover {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.input-group-append .btn-outline-success:focus, .input-group-append .btn-outline-success.focus,
.input-group-prepend .btn-outline-success:focus,
.input-group-prepend .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 203, 159, 0.5);
}
.input-group-append .btn-outline-success.disabled, .input-group-append .btn-outline-success:disabled,
.input-group-prepend .btn-outline-success.disabled,
.input-group-prepend .btn-outline-success:disabled {
  color: #66cb9f;
  background-color: transparent;
}
.input-group-append .btn-outline-success:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-success:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-success.dropdown-toggle,
.input-group-prepend .btn-outline-success:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #66cb9f;
  border-color: #66cb9f;
}
.input-group-append .btn-outline-success:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-success.dropdown-toggle:focus,
.input-group-prepend .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 203, 159, 0.5);
}
.input-group-append .btn-outline-info,
.input-group-prepend .btn-outline-info {
  color: #3699ff;
  border-color: #3699ff;
  background: transparent;
}
.input-group-append .btn-outline-info:hover,
.input-group-prepend .btn-outline-info:hover {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.input-group-append .btn-outline-info:focus, .input-group-append .btn-outline-info.focus,
.input-group-prepend .btn-outline-info:focus,
.input-group-prepend .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
}
.input-group-append .btn-outline-info.disabled, .input-group-append .btn-outline-info:disabled,
.input-group-prepend .btn-outline-info.disabled,
.input-group-prepend .btn-outline-info:disabled {
  color: #3699ff;
  background-color: transparent;
}
.input-group-append .btn-outline-info:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-info:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-info.dropdown-toggle,
.input-group-prepend .btn-outline-info:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.input-group-append .btn-outline-info:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-info.dropdown-toggle:focus,
.input-group-prepend .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
}
.input-group-append .btn-outline-warning,
.input-group-prepend .btn-outline-warning {
  color: #fbdc7b;
  border-color: #fbdc7b;
  background: transparent;
}
.input-group-append .btn-outline-warning:hover,
.input-group-prepend .btn-outline-warning:hover {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.input-group-append .btn-outline-warning:focus, .input-group-append .btn-outline-warning.focus,
.input-group-prepend .btn-outline-warning:focus,
.input-group-prepend .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 220, 123, 0.5);
}
.input-group-append .btn-outline-warning.disabled, .input-group-append .btn-outline-warning:disabled,
.input-group-prepend .btn-outline-warning.disabled,
.input-group-prepend .btn-outline-warning:disabled {
  color: #fbdc7b;
  background-color: transparent;
}
.input-group-append .btn-outline-warning:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-warning.dropdown-toggle,
.input-group-prepend .btn-outline-warning:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fbdc7b;
  border-color: #fbdc7b;
}
.input-group-append .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-warning.dropdown-toggle:focus,
.input-group-prepend .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 220, 123, 0.5);
}
.input-group-append .btn-outline-danger,
.input-group-prepend .btn-outline-danger {
  color: #f16064;
  border-color: #f16064;
  background: transparent;
}
.input-group-append .btn-outline-danger:hover,
.input-group-prepend .btn-outline-danger:hover {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.input-group-append .btn-outline-danger:focus, .input-group-append .btn-outline-danger.focus,
.input-group-prepend .btn-outline-danger:focus,
.input-group-prepend .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 96, 100, 0.5);
}
.input-group-append .btn-outline-danger.disabled, .input-group-append .btn-outline-danger:disabled,
.input-group-prepend .btn-outline-danger.disabled,
.input-group-prepend .btn-outline-danger:disabled {
  color: #f16064;
  background-color: transparent;
}
.input-group-append .btn-outline-danger:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-danger.dropdown-toggle,
.input-group-prepend .btn-outline-danger:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f16064;
  border-color: #f16064;
}
.input-group-append .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-danger.dropdown-toggle:focus,
.input-group-prepend .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 96, 100, 0.5);
}
.input-group-append .btn-outline-light,
.input-group-prepend .btn-outline-light {
  color: #f6f7fa;
  border-color: #f6f7fa;
  background: transparent;
}
.input-group-append .btn-outline-light:hover,
.input-group-prepend .btn-outline-light:hover {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.input-group-append .btn-outline-light:focus, .input-group-append .btn-outline-light.focus,
.input-group-prepend .btn-outline-light:focus,
.input-group-prepend .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 247, 250, 0.5);
}
.input-group-append .btn-outline-light.disabled, .input-group-append .btn-outline-light:disabled,
.input-group-prepend .btn-outline-light.disabled,
.input-group-prepend .btn-outline-light:disabled {
  color: #f6f7fa;
  background-color: transparent;
}
.input-group-append .btn-outline-light:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-light:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-light.dropdown-toggle,
.input-group-prepend .btn-outline-light:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f6f7fa;
  border-color: #f6f7fa;
}
.input-group-append .btn-outline-light:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-light.dropdown-toggle:focus,
.input-group-prepend .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 247, 250, 0.5);
}
.input-group-append .btn-outline-dark,
.input-group-prepend .btn-outline-dark {
  color: #362e59;
  border-color: #362e59;
  background: transparent;
}
.input-group-append .btn-outline-dark:hover,
.input-group-prepend .btn-outline-dark:hover {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.input-group-append .btn-outline-dark:focus, .input-group-append .btn-outline-dark.focus,
.input-group-prepend .btn-outline-dark:focus,
.input-group-prepend .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}
.input-group-append .btn-outline-dark.disabled, .input-group-append .btn-outline-dark:disabled,
.input-group-prepend .btn-outline-dark.disabled,
.input-group-prepend .btn-outline-dark:disabled {
  color: #362e59;
  background-color: transparent;
}
.input-group-append .btn-outline-dark:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-dark.dropdown-toggle,
.input-group-prepend .btn-outline-dark:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.input-group-append .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-dark.dropdown-toggle:focus,
.input-group-prepend .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 89, 0.5);
}
.input-group-append .btn-outline-default,
.input-group-prepend .btn-outline-default {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.input-group-append .btn-outline-default:hover,
.input-group-prepend .btn-outline-default:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.input-group-append .btn-outline-default:focus, .input-group-append .btn-outline-default.focus,
.input-group-prepend .btn-outline-default:focus,
.input-group-prepend .btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.input-group-append .btn-outline-default.disabled, .input-group-append .btn-outline-default:disabled,
.input-group-prepend .btn-outline-default.disabled,
.input-group-prepend .btn-outline-default:disabled {
  color: #fff;
  background-color: transparent;
}
.input-group-append .btn-outline-default:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-default:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-default.dropdown-toggle,
.input-group-prepend .btn-outline-default:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-default.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.input-group-append .btn-outline-default:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-default.dropdown-toggle:focus,
.input-group-prepend .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.input-group-append .btn-outline-primary-light,
.input-group-prepend .btn-outline-primary-light {
  color: #434C78;
  border-color: #434C78;
  background: transparent;
}
.input-group-append .btn-outline-primary-light:hover,
.input-group-prepend .btn-outline-primary-light:hover {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.input-group-append .btn-outline-primary-light:focus, .input-group-append .btn-outline-primary-light.focus,
.input-group-prepend .btn-outline-primary-light:focus,
.input-group-prepend .btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 76, 120, 0.5);
}
.input-group-append .btn-outline-primary-light.disabled, .input-group-append .btn-outline-primary-light:disabled,
.input-group-prepend .btn-outline-primary-light.disabled,
.input-group-prepend .btn-outline-primary-light:disabled {
  color: #434C78;
  background-color: transparent;
}
.input-group-append .btn-outline-primary-light:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-primary-light.dropdown-toggle,
.input-group-prepend .btn-outline-primary-light:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-primary-light:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #434C78;
  border-color: #434C78;
}
.input-group-append .btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-primary-light.dropdown-toggle:focus,
.input-group-prepend .btn-outline-primary-light:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 76, 120, 0.5);
}
.input-group-append .btn-outline-primary-dark,
.input-group-prepend .btn-outline-primary-dark {
  color: #201747;
  border-color: #201747;
  background: transparent;
}
.input-group-append .btn-outline-primary-dark:hover,
.input-group-prepend .btn-outline-primary-dark:hover {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.input-group-append .btn-outline-primary-dark:focus, .input-group-append .btn-outline-primary-dark.focus,
.input-group-prepend .btn-outline-primary-dark:focus,
.input-group-prepend .btn-outline-primary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 23, 71, 0.5);
}
.input-group-append .btn-outline-primary-dark.disabled, .input-group-append .btn-outline-primary-dark:disabled,
.input-group-prepend .btn-outline-primary-dark.disabled,
.input-group-prepend .btn-outline-primary-dark:disabled {
  color: #201747;
  background-color: transparent;
}
.input-group-append .btn-outline-primary-dark:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-primary-dark:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-primary-dark.dropdown-toggle,
.input-group-prepend .btn-outline-primary-dark:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-primary-dark:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #201747;
  border-color: #201747;
}
.input-group-append .btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-primary-dark.dropdown-toggle:focus,
.input-group-prepend .btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 23, 71, 0.5);
}
.input-group-append .btn-outline-tertiary,
.input-group-prepend .btn-outline-tertiary {
  color: #ee268c;
  border-color: #ee268c;
  background: transparent;
}
.input-group-append .btn-outline-tertiary:hover,
.input-group-prepend .btn-outline-tertiary:hover {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.input-group-append .btn-outline-tertiary:focus, .input-group-append .btn-outline-tertiary.focus,
.input-group-prepend .btn-outline-tertiary:focus,
.input-group-prepend .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 38, 140, 0.5);
}
.input-group-append .btn-outline-tertiary.disabled, .input-group-append .btn-outline-tertiary:disabled,
.input-group-prepend .btn-outline-tertiary.disabled,
.input-group-prepend .btn-outline-tertiary:disabled {
  color: #ee268c;
  background-color: transparent;
}
.input-group-append .btn-outline-tertiary:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-tertiary.dropdown-toggle,
.input-group-prepend .btn-outline-tertiary:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #ee268c;
  border-color: #ee268c;
}
.input-group-append .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-tertiary.dropdown-toggle:focus,
.input-group-prepend .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 38, 140, 0.5);
}
.input-group-append .btn-outline-alternative,
.input-group-prepend .btn-outline-alternative {
  color: #9063cd;
  border-color: #9063cd;
  background: transparent;
}
.input-group-append .btn-outline-alternative:hover,
.input-group-prepend .btn-outline-alternative:hover {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.input-group-append .btn-outline-alternative:focus, .input-group-append .btn-outline-alternative.focus,
.input-group-prepend .btn-outline-alternative:focus,
.input-group-prepend .btn-outline-alternative.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 99, 205, 0.5);
}
.input-group-append .btn-outline-alternative.disabled, .input-group-append .btn-outline-alternative:disabled,
.input-group-prepend .btn-outline-alternative.disabled,
.input-group-prepend .btn-outline-alternative:disabled {
  color: #9063cd;
  background-color: transparent;
}
.input-group-append .btn-outline-alternative:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-alternative:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-alternative.dropdown-toggle,
.input-group-prepend .btn-outline-alternative:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-alternative:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-alternative.dropdown-toggle {
  color: #fff;
  background-color: #9063cd;
  border-color: #9063cd;
}
.input-group-append .btn-outline-alternative:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-alternative:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-alternative.dropdown-toggle:focus,
.input-group-prepend .btn-outline-alternative:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-alternative:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-alternative.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 99, 205, 0.5);
}
.input-group-append .btn-outline-primary-muted, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-disabled,
.input-group-prepend .btn-outline-primary-muted,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-disabled {
  color: #b1cfec;
  border-color: #b1cfec;
  background: transparent;
}
.input-group-append .btn-outline-primary-muted:hover, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-active:hover, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-active:hover, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:hover, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-disabled:hover, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:hover, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-disabled:hover,
.input-group-prepend .btn-outline-primary-muted:hover,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-active:hover,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-active:hover,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:hover,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:hover,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:hover {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.input-group-append .btn-outline-primary-muted:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-disabled:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-disabled:focus, .input-group-append .btn-outline-primary-muted.focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .focus.fc-button.fc-state-active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .focus.fc-button.fc-state-active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .focus.fc-button.fc-state-disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .focus.fc-button.fc-state-disabled,
.input-group-prepend .btn-outline-primary-muted:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:focus,
.input-group-prepend .btn-outline-primary-muted.focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button.fc-state-active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .focus.fc-button.fc-state-active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button.fc-state-active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .focus.fc-button.fc-state-active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .focus.fc-button.fc-state-disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .focus.fc-button.fc-state-disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .focus.fc-button.fc-state-disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .focus.fc-button.fc-state-disabled {
  box-shadow: 0 0 0 0.2rem rgba(177, 207, 236, 0.5);
}
.input-group-append .btn-outline-primary-muted.disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .disabled.fc-button.fc-state-active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .disabled.fc-button.fc-state-active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .disabled.fc-button.fc-state-disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .disabled.fc-button.fc-state-disabled, .input-group-append .btn-outline-primary-muted:disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-active:disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-active:disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-disabled:disabled, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-disabled:disabled,
.input-group-prepend .btn-outline-primary-muted.disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button.fc-state-active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .disabled.fc-button.fc-state-active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button.fc-state-active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .disabled.fc-button.fc-state-active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .disabled.fc-button.fc-state-disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .disabled.fc-button.fc-state-disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .disabled.fc-button.fc-state-disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .disabled.fc-button.fc-state-disabled,
.input-group-prepend .btn-outline-primary-muted:disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-active:disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-active:disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:disabled,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:disabled {
  color: #b1cfec;
  background-color: transparent;
}
.input-group-append .btn-outline-primary-muted:not(:disabled):not(.disabled):active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-active:not(:disabled):not(.disabled):active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-active:not(:disabled):not(.disabled):active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-primary-muted:not(:disabled):not(.disabled).active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-active:not(:disabled):not(.disabled).active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-active:not(:disabled):not(.disabled).active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-primary-muted.dropdown-toggle, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button.fc-state-active, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button.fc-state-active, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button.fc-state-active, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button.fc-state-disabled, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button.fc-state-disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button.fc-state-disabled,
.input-group-prepend .btn-outline-primary-muted:not(:disabled):not(.disabled):active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-active:not(:disabled):not(.disabled):active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-active:not(:disabled):not(.disabled):active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-primary-muted:not(:disabled):not(.disabled).active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-active:not(:disabled):not(.disabled).active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-active:not(:disabled):not(.disabled).active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-primary-muted.dropdown-toggle,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button.fc-state-active,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button.fc-state-active,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button.fc-state-active,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button.fc-state-active,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button.fc-state-disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button.fc-state-disabled,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button.fc-state-disabled,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button.fc-state-disabled {
  color: #212529;
  background-color: #b1cfec;
  border-color: #b1cfec;
}
.input-group-append .btn-outline-primary-muted:not(:disabled):not(.disabled):active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-primary-muted:not(:disabled):not(.disabled).active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-append .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus, .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-append .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-primary-muted.dropdown-toggle:focus, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button.fc-state-active:focus, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button.fc-state-active:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button.fc-state-active:focus, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button.fc-state-disabled:focus, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button.fc-state-disabled:focus, .show > .input-group-append .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button.fc-state-disabled:focus, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-append .dropdown-toggle.fc-button.fc-state-disabled:focus,
.input-group-prepend .btn-outline-primary-muted:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-primary-muted:not(:disabled):not(.disabled).active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus,
.input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .input-group-prepend .fc-button.fc-state-disabled:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-primary-muted.dropdown-toggle:focus,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button.fc-state-active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button.fc-state-active:focus,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button.fc-state-active:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button.fc-state-active:focus,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-toggle.fc-button.fc-state-disabled:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button.fc-state-disabled:focus,
.show > .input-group-prepend .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-toggle.fc-button.fc-state-disabled:focus,
.fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .show > .input-group-prepend .dropdown-toggle.fc-button.fc-state-disabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 207, 236, 0.5);
}
.input-group-append .btn-outline-secondary-light,
.input-group-prepend .btn-outline-secondary-light {
  color: #ebf2fa;
  border-color: #ebf2fa;
  background: transparent;
}
.input-group-append .btn-outline-secondary-light:hover,
.input-group-prepend .btn-outline-secondary-light:hover {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.input-group-append .btn-outline-secondary-light:focus, .input-group-append .btn-outline-secondary-light.focus,
.input-group-prepend .btn-outline-secondary-light:focus,
.input-group-prepend .btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 242, 250, 0.5);
}
.input-group-append .btn-outline-secondary-light.disabled, .input-group-append .btn-outline-secondary-light:disabled,
.input-group-prepend .btn-outline-secondary-light.disabled,
.input-group-prepend .btn-outline-secondary-light:disabled {
  color: #ebf2fa;
  background-color: transparent;
}
.input-group-append .btn-outline-secondary-light:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-secondary-light.dropdown-toggle,
.input-group-prepend .btn-outline-secondary-light:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-secondary-light:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: #ebf2fa;
  border-color: #ebf2fa;
}
.input-group-append .btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-secondary-light.dropdown-toggle:focus,
.input-group-prepend .btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 242, 250, 0.5);
}
.input-group-append .btn-outline-secondary-dark,
.input-group-prepend .btn-outline-secondary-dark {
  color: #a6b7d4;
  border-color: #a6b7d4;
  background: transparent;
}
.input-group-append .btn-outline-secondary-dark:hover,
.input-group-prepend .btn-outline-secondary-dark:hover {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.input-group-append .btn-outline-secondary-dark:focus, .input-group-append .btn-outline-secondary-dark.focus,
.input-group-prepend .btn-outline-secondary-dark:focus,
.input-group-prepend .btn-outline-secondary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 183, 212, 0.5);
}
.input-group-append .btn-outline-secondary-dark.disabled, .input-group-append .btn-outline-secondary-dark:disabled,
.input-group-prepend .btn-outline-secondary-dark.disabled,
.input-group-prepend .btn-outline-secondary-dark:disabled {
  color: #a6b7d4;
  background-color: transparent;
}
.input-group-append .btn-outline-secondary-dark:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-secondary-dark:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-secondary-dark.dropdown-toggle,
.input-group-prepend .btn-outline-secondary-dark:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-secondary-dark:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-secondary-dark.dropdown-toggle {
  color: #212529;
  background-color: #a6b7d4;
  border-color: #a6b7d4;
}
.input-group-append .btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-secondary-dark.dropdown-toggle:focus,
.input-group-prepend .btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 183, 212, 0.5);
}
.input-group-append .btn-outline-info-muted,
.input-group-prepend .btn-outline-info-muted {
  color: #88dbdf;
  border-color: #88dbdf;
  background: transparent;
}
.input-group-append .btn-outline-info-muted:hover,
.input-group-prepend .btn-outline-info-muted:hover {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.input-group-append .btn-outline-info-muted:focus, .input-group-append .btn-outline-info-muted.focus,
.input-group-prepend .btn-outline-info-muted:focus,
.input-group-prepend .btn-outline-info-muted.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 219, 223, 0.5);
}
.input-group-append .btn-outline-info-muted.disabled, .input-group-append .btn-outline-info-muted:disabled,
.input-group-prepend .btn-outline-info-muted.disabled,
.input-group-prepend .btn-outline-info-muted:disabled {
  color: #88dbdf;
  background-color: transparent;
}
.input-group-append .btn-outline-info-muted:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-info-muted:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-info-muted.dropdown-toggle,
.input-group-prepend .btn-outline-info-muted:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-info-muted:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-info-muted.dropdown-toggle {
  color: #212529;
  background-color: #88dbdf;
  border-color: #88dbdf;
}
.input-group-append .btn-outline-info-muted:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-info-muted:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-info-muted.dropdown-toggle:focus,
.input-group-prepend .btn-outline-info-muted:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-info-muted:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-info-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 219, 223, 0.5);
}
.input-group-append .btn-outline-danger-muted,
.input-group-prepend .btn-outline-danger-muted {
  color: #f77eb9;
  border-color: #f77eb9;
  background: transparent;
}
.input-group-append .btn-outline-danger-muted:hover,
.input-group-prepend .btn-outline-danger-muted:hover {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.input-group-append .btn-outline-danger-muted:focus, .input-group-append .btn-outline-danger-muted.focus,
.input-group-prepend .btn-outline-danger-muted:focus,
.input-group-prepend .btn-outline-danger-muted.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 126, 185, 0.5);
}
.input-group-append .btn-outline-danger-muted.disabled, .input-group-append .btn-outline-danger-muted:disabled,
.input-group-prepend .btn-outline-danger-muted.disabled,
.input-group-prepend .btn-outline-danger-muted:disabled {
  color: #f77eb9;
  background-color: transparent;
}
.input-group-append .btn-outline-danger-muted:not(:disabled):not(.disabled):active, .input-group-append .btn-outline-danger-muted:not(:disabled):not(.disabled).active, .show > .input-group-append .btn-outline-danger-muted.dropdown-toggle,
.input-group-prepend .btn-outline-danger-muted:not(:disabled):not(.disabled):active,
.input-group-prepend .btn-outline-danger-muted:not(:disabled):not(.disabled).active,
.show > .input-group-prepend .btn-outline-danger-muted.dropdown-toggle {
  color: #fff;
  background-color: #f77eb9;
  border-color: #f77eb9;
}
.input-group-append .btn-outline-danger-muted:not(:disabled):not(.disabled):active:focus, .input-group-append .btn-outline-danger-muted:not(:disabled):not(.disabled).active:focus, .show > .input-group-append .btn-outline-danger-muted.dropdown-toggle:focus,
.input-group-prepend .btn-outline-danger-muted:not(:disabled):not(.disabled):active:focus,
.input-group-prepend .btn-outline-danger-muted:not(:disabled):not(.disabled).active:focus,
.show > .input-group-prepend .btn-outline-danger-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 126, 185, 0.5);
}

.form-control, .typeahead,
.tt-query,
.tt-hint, .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single, .email-compose-fields .select2-container--default .select2-selection--multiple, select {
  padding: 0.75rem 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #425563;
  height: auto;
  border: 1px solid #dfe4eb;
}
.form-control.form-control-sm, .form-control-sm.typeahead,
.form-control-sm.tt-query,
.form-control-sm.tt-hint, .select2-container--default .select2-selection--single .form-control-sm.select2-search__field, .select2-container--default .form-control-sm.select2-selection--single, .email-compose-fields .select2-container--default .form-control-sm.select2-selection--multiple, select.form-control-sm {
  padding: 0.25rem 0.75rem;
}

.form-control:focus, .typeahead:focus,
.tt-query:focus,
.tt-hint:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .select2-container--default .select2-selection--single:focus, .email-compose-fields .select2-container--default .select2-selection--multiple:focus, select:focus {
  border-color: #3699ff;
}
.form-control::placeholder, .typeahead::placeholder,
.tt-query::placeholder,
.tt-hint::placeholder, .select2-container--default .select2-selection--single .select2-search__field::placeholder, .select2-container--default .select2-selection--single::placeholder, .email-compose-fields .select2-container--default .select2-selection--multiple::placeholder, select::placeholder {
  color: #98a4ae;
}

select.form-control, select.typeahead,
select.tt-query,
select.tt-hint, .select2-container--default .select2-selection--single select.select2-search__field, .select2-container--default select.select2-selection--single, .email-compose-fields .select2-container--default select.select2-selection--multiple, select {
  display: inline-block;
  border: 1px solid #dfe4eb;
  border-radius: 6px;
  outline: none;
  color: #425563;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  appearance: none;
}
select.form-control.border-primary, .select2-container--default .select2-selection--single select.border-primary.select2-search__field, .select2-container--default select.border-primary.select2-selection--single, .email-compose-fields .select2-container--default select.border-primary.select2-selection--multiple, select.border-primary {
  outline: 1px solid #362e59;
}
select.form-control.border-primary:focus, .select2-container--default .select2-selection--single select.border-primary.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-primary.select2-selection--multiple:focus, select.border-primary:focus {
  outline: 1px solid #362e59;
}
select.form-control.border-secondary, .select2-container--default .select2-selection--single select.border-secondary.select2-search__field, .select2-container--default select.border-secondary.select2-selection--single, .email-compose-fields .select2-container--default select.border-secondary.select2-selection--multiple, select.border-secondary {
  outline: 1px solid #f4f5f9;
}
select.form-control.border-secondary:focus, .select2-container--default .select2-selection--single select.border-secondary.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-secondary.select2-selection--multiple:focus, select.border-secondary:focus {
  outline: 1px solid #f4f5f9;
}
select.form-control.border-success, .select2-container--default .select2-selection--single select.border-success.select2-search__field, .select2-container--default select.border-success.select2-selection--single, .email-compose-fields .select2-container--default select.border-success.select2-selection--multiple, select.border-success {
  outline: 1px solid #66cb9f;
}
select.form-control.border-success:focus, .select2-container--default .select2-selection--single select.border-success.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-success.select2-selection--multiple:focus, select.border-success:focus {
  outline: 1px solid #66cb9f;
}
select.form-control.border-info, .select2-container--default .select2-selection--single select.border-info.select2-search__field, .select2-container--default select.border-info.select2-selection--single, .email-compose-fields .select2-container--default select.border-info.select2-selection--multiple, select.border-info {
  outline: 1px solid #3699ff;
}
select.form-control.border-info:focus, .select2-container--default .select2-selection--single select.border-info.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-info.select2-selection--multiple:focus, select.border-info:focus {
  outline: 1px solid #3699ff;
}
select.form-control.border-warning, .select2-container--default .select2-selection--single select.border-warning.select2-search__field, .select2-container--default select.border-warning.select2-selection--single, .email-compose-fields .select2-container--default select.border-warning.select2-selection--multiple, select.border-warning {
  outline: 1px solid #fbdc7b;
}
select.form-control.border-warning:focus, .select2-container--default .select2-selection--single select.border-warning.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-warning.select2-selection--multiple:focus, select.border-warning:focus {
  outline: 1px solid #fbdc7b;
}
select.form-control.border-danger, .select2-container--default .select2-selection--single select.border-danger.select2-search__field, .select2-container--default select.border-danger.select2-selection--single, .email-compose-fields .select2-container--default select.border-danger.select2-selection--multiple, select.border-danger {
  outline: 1px solid #f16064;
}
select.form-control.border-danger:focus, .select2-container--default .select2-selection--single select.border-danger.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-danger.select2-selection--multiple:focus, select.border-danger:focus {
  outline: 1px solid #f16064;
}
select.form-control.border-light, .select2-container--default .select2-selection--single select.border-light.select2-search__field, .select2-container--default select.border-light.select2-selection--single, .email-compose-fields .select2-container--default select.border-light.select2-selection--multiple, select.border-light {
  outline: 1px solid #f6f7fa;
}
select.form-control.border-light:focus, .select2-container--default .select2-selection--single select.border-light.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-light.select2-selection--multiple:focus, select.border-light:focus {
  outline: 1px solid #f6f7fa;
}
select.form-control.border-dark, .select2-container--default .select2-selection--single select.border-dark.select2-search__field, .select2-container--default select.border-dark.select2-selection--single, .email-compose-fields .select2-container--default select.border-dark.select2-selection--multiple, select.border-dark {
  outline: 1px solid #362e59;
}
select.form-control.border-dark:focus, .select2-container--default .select2-selection--single select.border-dark.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-dark.select2-selection--multiple:focus, select.border-dark:focus {
  outline: 1px solid #362e59;
}
select.form-control.border-default, .select2-container--default .select2-selection--single select.border-default.select2-search__field, .select2-container--default select.border-default.select2-selection--single, .email-compose-fields .select2-container--default select.border-default.select2-selection--multiple, select.border-default {
  outline: 1px solid #fff;
}
select.form-control.border-default:focus, .select2-container--default .select2-selection--single select.border-default.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-default.select2-selection--multiple:focus, select.border-default:focus {
  outline: 1px solid #fff;
}
select.form-control.border-primary-light, .select2-container--default .select2-selection--single select.border-primary-light.select2-search__field, .select2-container--default select.border-primary-light.select2-selection--single, .email-compose-fields .select2-container--default select.border-primary-light.select2-selection--multiple, select.border-primary-light {
  outline: 1px solid #434C78;
}
select.form-control.border-primary-light:focus, .select2-container--default .select2-selection--single select.border-primary-light.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-primary-light.select2-selection--multiple:focus, select.border-primary-light:focus {
  outline: 1px solid #434C78;
}
select.form-control.border-primary-dark, .select2-container--default .select2-selection--single select.border-primary-dark.select2-search__field, .select2-container--default select.border-primary-dark.select2-selection--single, .email-compose-fields .select2-container--default select.border-primary-dark.select2-selection--multiple, select.border-primary-dark {
  outline: 1px solid #201747;
}
select.form-control.border-primary-dark:focus, .select2-container--default .select2-selection--single select.border-primary-dark.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-primary-dark.select2-selection--multiple:focus, select.border-primary-dark:focus {
  outline: 1px solid #201747;
}
select.form-control.border-tertiary, .select2-container--default .select2-selection--single select.border-tertiary.select2-search__field, .select2-container--default select.border-tertiary.select2-selection--single, .email-compose-fields .select2-container--default select.border-tertiary.select2-selection--multiple, select.border-tertiary {
  outline: 1px solid #ee268c;
}
select.form-control.border-tertiary:focus, .select2-container--default .select2-selection--single select.border-tertiary.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-tertiary.select2-selection--multiple:focus, select.border-tertiary:focus {
  outline: 1px solid #ee268c;
}
select.form-control.border-alternative, .select2-container--default .select2-selection--single select.border-alternative.select2-search__field, .select2-container--default select.border-alternative.select2-selection--single, .email-compose-fields .select2-container--default select.border-alternative.select2-selection--multiple, select.border-alternative {
  outline: 1px solid #9063cd;
}
select.form-control.border-alternative:focus, .select2-container--default .select2-selection--single select.border-alternative.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-alternative.select2-selection--multiple:focus, select.border-alternative:focus {
  outline: 1px solid #9063cd;
}
select.form-control.border-primary-muted, .select2-container--default .select2-selection--single select.border-primary-muted.select2-search__field, .select2-container--default select.border-primary-muted.select2-selection--single, .email-compose-fields .select2-container--default select.border-primary-muted.select2-selection--multiple, select.border-primary-muted {
  outline: 1px solid #b1cfec;
}
select.form-control.border-primary-muted:focus, .select2-container--default .select2-selection--single select.border-primary-muted.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-primary-muted.select2-selection--multiple:focus, select.border-primary-muted:focus {
  outline: 1px solid #b1cfec;
}
select.form-control.border-secondary-light, .select2-container--default .select2-selection--single select.border-secondary-light.select2-search__field, .select2-container--default select.border-secondary-light.select2-selection--single, .email-compose-fields .select2-container--default select.border-secondary-light.select2-selection--multiple, select.border-secondary-light {
  outline: 1px solid #ebf2fa;
}
select.form-control.border-secondary-light:focus, .select2-container--default .select2-selection--single select.border-secondary-light.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-secondary-light.select2-selection--multiple:focus, select.border-secondary-light:focus {
  outline: 1px solid #ebf2fa;
}
select.form-control.border-secondary-dark, .select2-container--default .select2-selection--single select.border-secondary-dark.select2-search__field, .select2-container--default select.border-secondary-dark.select2-selection--single, .email-compose-fields .select2-container--default select.border-secondary-dark.select2-selection--multiple, select.border-secondary-dark {
  outline: 1px solid #a6b7d4;
}
select.form-control.border-secondary-dark:focus, .select2-container--default .select2-selection--single select.border-secondary-dark.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-secondary-dark.select2-selection--multiple:focus, select.border-secondary-dark:focus {
  outline: 1px solid #a6b7d4;
}
select.form-control.border-info-muted, .select2-container--default .select2-selection--single select.border-info-muted.select2-search__field, .select2-container--default select.border-info-muted.select2-selection--single, .email-compose-fields .select2-container--default select.border-info-muted.select2-selection--multiple, select.border-info-muted {
  outline: 1px solid #88dbdf;
}
select.form-control.border-info-muted:focus, .select2-container--default .select2-selection--single select.border-info-muted.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-info-muted.select2-selection--multiple:focus, select.border-info-muted:focus {
  outline: 1px solid #88dbdf;
}
select.form-control.border-danger-muted, .select2-container--default .select2-selection--single select.border-danger-muted.select2-search__field, .select2-container--default select.border-danger-muted.select2-selection--single, .email-compose-fields .select2-container--default select.border-danger-muted.select2-selection--multiple, select.border-danger-muted {
  outline: 1px solid #f77eb9;
}
select.form-control.border-danger-muted:focus, .select2-container--default .select2-selection--single select.border-danger-muted.select2-search__field:focus, .email-compose-fields .select2-container--default select.border-danger-muted.select2-selection--multiple:focus, select.border-danger-muted:focus {
  outline: 1px solid #f77eb9;
}

.form-group label {
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 1.4rem;
  vertical-align: top;
  margin-bottom: 0.5rem;
}
.form-group.has-danger .form-control, .form-group.has-danger .typeahead,
.form-group.has-danger .tt-query,
.form-group.has-danger .tt-hint, .form-group.has-danger .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .form-group.has-danger .select2-search__field, .form-group.has-danger .select2-container--default .select2-selection--single, .select2-container--default .form-group.has-danger .select2-selection--single, .form-group.has-danger .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .form-group.has-danger .select2-selection--multiple, .form-group.has-danger select {
  border-color: #f16064;
}
.form-group .file-upload-default {
  visibility: hidden;
  position: absolute;
}
.form-group .file-upload-info {
  background: transparent;
}
.form-group .form-control-static {
  color: #98a4ae;
}

.custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  appearance: none !important;
  cursor: pointer;
}
.custom-range::-webkit-slider-thumb {
  width: 1.25rem;
  height: 1.25rem;
  background: #362e59;
  background-color: #362e59;
  border: 3px solid #fff;
  margin-top: -0.5rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  appearance: inherit;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #be1e70 !important;
}
.custom-range::-moz-range-thumb {
  background: #362e59;
  background-color: #362e59;
}
.custom-range::-ms-thumb {
  background: #362e59;
  background-color: #362e59;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(137.1, 125.4555555556, 188.0444444444);
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.date .form-control, .date .typeahead,
.date .tt-query,
.date .tt-hint, .date .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .date .select2-search__field, .date .select2-container--default .select2-selection--single, .select2-container--default .date .select2-selection--single, .date .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .date .select2-selection--multiple, .date select {
  font-size: 0.813rem;
  font-weight: 600;
  padding: 0.75rem;
}

/* Icons */
.icons-list {
  border-left: 1px solid #dfe4eb;
  border-top: 1px solid #dfe4eb;
}
.icons-list > div {
  border-bottom: 1px solid #dfe4eb;
  border-right: 1px solid #dfe4eb;
  background: #f9f9f9;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 0.813rem;
  transition: all 0.3s ease-in-out;
}
.icons-list > div i {
  display: inline-block;
  font-size: 20px;
  text-align: left;
  margin-right: 12px;
  color: #f4f5f9;
  transition: all 0.3s ease-in-out;
}
.icons-list > div svg {
  width: 20px;
  margin-right: 12px;
  color: #f4f5f9;
  transition: all 0.3s ease-in-out;
}
.icons-list > div:hover {
  cursor: all-scroll;
  box-shadow: 0 0 10px 0 rgb(229.5, 229.5, 229.5);
  z-index: 9;
}
.icons-list > div:hover i,
.icons-list > div:hover svg {
  transform: scale(1.3);
  color: #362e59;
}

.icon-in-bg {
  width: 55px;
  height: 55px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.icon-lg, .data-icon-card-primary .background-icon i, .data-icon-card-secondary .background-icon i, .data-icon-card-success .background-icon i, .data-icon-card-info .background-icon i, .data-icon-card-warning .background-icon i, .data-icon-card-danger .background-icon i, .data-icon-card-light .background-icon i, .data-icon-card-dark .background-icon i, .data-icon-card-default .background-icon i, .data-icon-card-primary-light .background-icon i, .data-icon-card-primary-dark .background-icon i, .data-icon-card-tertiary .background-icon i, .data-icon-card-alternative .background-icon i, .data-icon-card-primary-muted .background-icon i, .data-icon-card-secondary-light .background-icon i, .data-icon-card-secondary-dark .background-icon i, .data-icon-card-info-muted .background-icon i, .data-icon-card-danger-muted .background-icon i {
  font-size: 2.875rem;
}

.icon-md {
  font-size: 2rem;
}

.icon-sm {
  font-size: 1rem;
}

.rtl .icons-list > div svg,
.rtl .icons-list > div i {
  margin-right: 0;
  margin-left: 12px;
}

.rtl .input-group > .input-group-append > .btn, .rtl .wizard > .actions .input-group > .input-group-append > a, .wizard > .actions .rtl .input-group > .input-group-append > a, .rtl .swal2-modal .swal2-actions .input-group > .input-group-append > button, .swal2-modal .swal2-actions .rtl .input-group > .input-group-append > button, .rtl .fc .input-group > .input-group-append > .fc-button, .fc .rtl .input-group > .input-group-append > .fc-button {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .input-group.date {
  cursor: pointer;
}
.rtl .input-group > .form-control:not(:last-child), .rtl .input-group > .typeahead:not(:last-child),
.rtl .input-group > .tt-query:not(:last-child),
.rtl .input-group > .tt-hint:not(:last-child), .rtl .select2-container--default .select2-selection--single .input-group > .select2-search__field:not(:last-child), .select2-container--default .select2-selection--single .rtl .input-group > .select2-search__field:not(:last-child), .rtl .select2-container--default .input-group > .select2-selection--single:not(:last-child), .select2-container--default .rtl .input-group > .select2-selection--single:not(:last-child), .rtl .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple:not(:last-child), .email-compose-fields .select2-container--default .rtl .input-group > .select2-selection--multiple:not(:last-child), .rtl .input-group > select:not(:last-child),
.rtl .input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .input-group > .form-control:not(:first-child), .rtl .input-group > .typeahead:not(:first-child),
.rtl .input-group > .tt-query:not(:first-child),
.rtl .input-group > .tt-hint:not(:first-child), .rtl .select2-container--default .select2-selection--single .input-group > .select2-search__field:not(:first-child), .select2-container--default .select2-selection--single .rtl .input-group > .select2-search__field:not(:first-child), .rtl .select2-container--default .input-group > .select2-selection--single:not(:first-child), .select2-container--default .rtl .input-group > .select2-selection--single:not(:first-child), .rtl .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple:not(:first-child), .email-compose-fields .select2-container--default .rtl .input-group > .select2-selection--multiple:not(:first-child), .rtl .input-group > select:not(:first-child),
.rtl .input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 6px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.rtl .list-group {
  padding-right: 0;
}

#active-users .list-group-item {
  padding: 0;
}

.list-group-item.active {
  background-color: #362e59;
  border-color: #362e59;
}

.card > .list-group:last-of-type {
  border-radius: 1.5rem;
}

.modal .modal-dialog .close {
  margin: 0;
  color: #000E4B;
  opacity: 1;
}
.modal .modal-dialog .close:hover,
.modal .modal-dialog .close:focus {
  color: #fff;
  background-color: #000E4B;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog button.close {
  padding-top: 0.1em;
  padding-right: 0.1em;
  background-color: #e8ebf1;
  border-radius: 0.5em 2em 0.5em 0.5em;
  width: 30px;
  height: 30px;
  margin-top: 0.4em;
  margin-right: 0.4em;
  align-self: flex-end;
}
.modal .modal-dialog button.close svg.feather {
  width: 0.7em;
  height: 0.7em;
}
.modal .modal-dialog .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 2rem 1rem;
  border-bottom: 0 solid #f9f9f9;
}
.modal .modal-dialog .modal-title {
  font-weight: 700;
  margin-bottom: 0;
}
.modal .modal-dialog .modal-body {
  padding: 1rem 2rem;
}
.modal .modal-dialog .modal-body .modal-section {
  padding-bottom: 1.5rem;
}
.modal .modal-dialog .modal-content {
  padding: 1.25rem;
  background: #fff;
  border: 0 solid transparent;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  animation-name: animateFromTop;
  animation-duration: 0.4s;
}
.modal .modal-dialog .modal-content .modal-content-inner {
  padding: 0;
  border-radius: 3rem;
  box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}
.modal .modal-dialog .modal-footer {
  padding: 0.75rem 2rem;
  border-top: 0 solid #f9f9f9;
}

.rtl .modal-footer > :not(:last-child) {
  margin-left: 0.25rem;
}

.pagination .page-item .page-link {
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #362e59;
}
.pagination .page-item .page-link svg {
  width: 17px;
  height: 17px;
  margin-bottom: 0;
}
.pagination .page-item.disabled a {
  color: #dee2e6 !important;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #362e59;
  border-color: #362e59;
}
.pagination.pagination-separated .page-item {
  margin-left: 2px;
  margin-right: 2px;
}
.pagination.pagination-separated .page-item:first-child {
  margin-left: 0;
}
.pagination.pagination-separated .page-item:last-child {
  margin-right: 0;
}
.pagination.pagination-separated .page-item .page-link {
  border-radius: 2px;
}
.pagination.pagination-rounded .page-item {
  margin-right: 3px;
  margin-left: 3px;
}
.pagination.pagination-rounded .page-item .page-link {
  border-radius: 50px;
}

.rtl .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .pagination .page-item:last-child .page-link {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.popover {
  border: 1px solid #f9f9f9;
  box-shadow: 0 2px 6px 0 rgba(36, 76, 136, 0.15);
}
.popover .popover-header {
  font-size: 14px;
  border: 1px solid transparent;
  background-color: #fff;
}
.popover .popover-body {
  font-size: 13px;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f9f9f9 !important;
  box-shadow: 0 2px 6px 0 rgba(36, 76, 136, 0.15) !important;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f9f9f9 !important;
  box-shadow: 0 2px 6px 0 rgba(36, 76, 136, 0.15) !important;
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f9f9f9 !important;
  box-shadow: 0 2px 6px 0 rgba(36, 76, 136, 0.15) !important;
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f9f9f9 !important;
  box-shadow: 0 2px 6px 0 rgba(36, 76, 136, 0.15) !important;
}

.profile-page .profile-header {
  box-shadow: 0 2px 6px 0 rgba(36, 76, 136, 0.15);
  border: 1px solid #f2f4f9;
}
.profile-page .profile-header .cover {
  position: relative;
  border-radius: 0.25rem 0.25rem 0 0;
}
.profile-page .profile-header .cover figure {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .profile-page .profile-header .cover figure {
    height: 110px;
    overflow: hidden;
  }
}
@media (min-width: 2400px) {
  .profile-page .profile-header .cover figure {
    height: 280px;
    overflow: hidden;
  }
}
.profile-page .profile-header .cover figure img {
  border-radius: 0.25rem 0.25rem 0 0;
  width: 100%;
}
@media (max-width: 767px) {
  .profile-page .profile-header .cover figure img {
    transform: scale(2);
    margin-top: 15px;
  }
}
@media (min-width: 2400px) {
  .profile-page .profile-header .cover figure img {
    margin-top: -55px;
  }
}
.profile-page .profile-header .cover .gray-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(rgba(255, 255, 255, 0.1), #fff 99%);
}
.profile-page .profile-header .cover .cover-body {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}
.profile-page .profile-header .cover .cover-body .profile-pic {
  border-radius: 50%;
  width: 100px;
}
@media (max-width: 767px) {
  .profile-page .profile-header .cover .cover-body .profile-pic {
    width: 70px;
  }
}
.profile-page .profile-header .cover .cover-body .profile-name {
  font-size: 20px;
  font-weight: 600;
  margin-left: 17px;
}
.profile-page .profile-header .header-links {
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
}
.profile-page .profile-header .header-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.profile-page .profile-header .header-links ul li a {
  color: #362E59;
  transition: all 0.2s ease;
}
.profile-page .profile-header .header-links ul li:hover, .profile-page .profile-header .header-links ul li.active {
  color: #ee268c;
}
.profile-page .profile-header .header-links ul li:hover a, .profile-page .profile-header .header-links ul li.active a {
  color: #ee268c;
}
.profile-page .profile-body .left-wrapper .social-links a {
  width: 30px;
  height: 30px;
}
.profile-page .profile-body .right-wrapper .latest-photos > .row {
  margin-right: 0;
  margin-left: 0;
}
.profile-page .profile-body .right-wrapper .latest-photos > .row > div {
  padding-left: 3px;
  padding-right: 3px;
}
.profile-page .profile-body .right-wrapper .latest-photos > .row > div figure {
  transition: all 0.3s ease-in-out;
  margin-bottom: 6px;
}
.profile-page .profile-body .right-wrapper .latest-photos > .row > div figure:hover {
  transform: scale(1.06);
}
.profile-page .profile-body .right-wrapper .latest-photos > .row > div figure img {
  border-radius: 0.25rem;
}

.rtl .profile-page .profile-header .cover .cover-body .profile-name {
  margin-left: 0;
  margin-right: 17px;
}

/* Tables */
.table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.table thead th {
  padding: 1.25rem 0.625rem 1.125rem;
  border-top: 0;
  border-bottom-width: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: none;
  color: #3b3e51;
  background-color: #f5f6fa;
}
.table thead th i {
  margin-left: 0.325rem;
}
.table thead th:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.table thead th:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.table th,
.table td {
  vertical-align: middle;
  line-height: 1.5;
  white-space: nowrap;
  padding: 0 0.5rem;
  border-top: none;
}
.table th:first-child,
.table td:first-child {
  padding-left: 1.5rem;
}
.table th:last-child,
.table td:last-child {
  padding-right: 1.5rem;
  text-align: right;
}
.table td {
  height: 54px;
  font-size: 0.813rem;
}
.table td:first-child {
  white-space: normal;
}
.table td img {
  border-radius: 100%;
}
.table td img.thumb {
  width: 36px;
  height: 36px;
}
.table td a {
  font-weight: 600;
}
.table td .badge {
  margin-bottom: 0;
}
.table td .progress {
  border: 1px solid transparent;
}
.table.table-borderless {
  border: none;
}
.table.table-borderless tr,
.table.table-borderless td,
.table.table-borderless th {
  border: none;
}
.table.table-bordered {
  border-top: 1px solid #dfe4eb;
}
.table.table-dark thead tr th {
  color: rgb(200.95951417, 206.6680161943, 215.04048583);
}
.table.table-hover tbody tr:hover .progress {
  border: 1px solid #d8dde7;
  background-color: #d8dde7;
}
.table.dataTable {
  margin-bottom: 20px !important;
}
.table.dataTable thead .sorting::before,
.table.dataTable thead .sorting::after,
.table.dataTable thead .sorting_asc::before,
.table.dataTable thead .sorting_asc::after,
.table.dataTable thead .sorting_desc::before,
.table.dataTable thead .sorting_desc::after,
.table.dataTable thead .sorting_asc_disabled::before,
.table.dataTable thead .sorting_asc_disabled::after,
.table.dataTable thead .sorting_desc_disabled::before,
.table.dataTable thead .sorting_desc_disabled::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 0.3;
}

.timeline {
  border-left: 3px solid #362e59;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  /* background: rgba(theme-color(primary), .09); */
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 40%;
}
@media (max-width: 767px) {
  .timeline {
    max-width: 98%;
    padding: 25px;
  }
}
.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}
.timeline h2, .timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}
.timeline .event {
  border-bottom: 1px dashed #dfe4eb;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .timeline .event {
    padding-top: 30px;
  }
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event::before, .timeline .event::after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event::before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
@media (max-width: 767px) {
  .timeline .event::before {
    left: 0;
    text-align: left;
  }
}
.timeline .event::after {
  box-shadow: 0 0 0 3px #362e59;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}
@media (max-width: 767px) {
  .timeline .event::after {
    left: -31.8px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-radius: 4px 0 0 4px;
  border-right: 3px solid #362e59;
}
.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}
.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

.chat-wrapper {
  height: calc(100vh - 60px - 102px);
}
@media (max-width: 991px) {
  .chat-wrapper {
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  .chat-wrapper {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .chat-wrapper .chat-aside {
    padding-right: 23px;
  }
}
.chat-wrapper .chat-aside .aside-body .nav-tabs .nav-item a {
  color: #362E59;
  transition: color 0.2s ease-in-out;
}
.chat-wrapper .chat-aside .aside-body .nav-tabs .nav-item a.active {
  color: #362e59;
}
.chat-wrapper .chat-aside .aside-body .tab-content {
  position: relative;
  max-height: calc(100vh - 385px);
}
@media (max-width: 767px) {
  .chat-wrapper .chat-aside .aside-body .tab-content {
    min-height: calc(100vh - 360px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chat-wrapper .chat-aside .aside-body .tab-content {
    min-height: calc(100vh - 388px);
  }
}
.chat-wrapper .chat-aside .aside-body .tab-content .tab-pane .chat-list .chat-item a > div {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (max-width: 991px) {
  .chat-wrapper .chat-content {
    position: absolute;
    background: #fff;
    inset: 0 0 -1px;
    display: none;
  }
  .chat-wrapper .chat-content.show {
    display: block;
  }
}
.chat-wrapper .chat-content .chat-header {
  padding: 0 10px;
}
.chat-wrapper .chat-content .chat-body {
  position: relative;
  max-height: calc(100vh - 340px);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .chat-wrapper .chat-content .chat-body {
    max-height: calc(100vh - 315px);
  }
}
@media (max-width: 991px) {
  .chat-wrapper .chat-content .chat-body {
    max-height: calc(100vh - 342px);
  }
}
.chat-wrapper .chat-content .chat-body .messages {
  padding: 0 10px;
  list-style-type: none;
}
.chat-wrapper .chat-content .chat-body .messages .message-item {
  display: -webkit-flex;
  display: flex;
  max-width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .chat-wrapper .chat-content .chat-body .messages .message-item {
    max-width: 95%;
  }
}
.chat-wrapper .chat-content .chat-body .messages .message-item .content .bubble {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 4px;
  width: fit-content;
}
.chat-wrapper .chat-content .chat-body .messages .message-item .content span {
  font-size: 12px;
  color: #718096;
}
.chat-wrapper .chat-content .chat-body .messages .message-item.friend img {
  -webkit-order: 1;
  order: 1;
  margin-right: 15px;
}
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content {
  -webkit-order: 2;
  order: 2;
}
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble {
  background: rgba(54, 46, 89, 0.1);
  border-radius: 0 5px 5px;
}
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -10px;
  top: 0;
  border-top: 5px solid rgba(54, 46, 89, 0.1);
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid rgba(54, 46, 89, 0.1);
}
.chat-wrapper .chat-content .chat-body .messages .message-item.me {
  margin-left: auto;
}
.chat-wrapper .chat-content .chat-body .messages .message-item.me img {
  -webkit-order: 2;
  order: 2;
  margin-left: 15px;
}
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content {
  -webkit-order: 1;
  order: 1;
  margin-left: auto;
}
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble {
  background: rgba(54, 153, 255, 0.1);
  border-radius: 5px 0 5px 5px;
  margin-left: auto;
}
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  border-top: 5px solid rgba(54, 153, 255, 0.1);
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(54, 153, 255, 0.1);
  border-right: 5px solid transparent;
}
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content span {
  text-align: right;
  display: block;
}
.chat-wrapper .chat-content .chat-footer button {
  width: 40px;
  height: 40px;
}
.chat-wrapper .chat-content .chat-footer button svg {
  height: 18px;
}
.chat-wrapper .chat-content .chat-footer .form-control, .chat-wrapper .chat-content .chat-footer .typeahead,
.chat-wrapper .chat-content .chat-footer .tt-query,
.chat-wrapper .chat-content .chat-footer .tt-hint, .chat-wrapper .chat-content .chat-footer .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .chat-wrapper .chat-content .chat-footer .select2-search__field, .chat-wrapper .chat-content .chat-footer .select2-container--default .select2-selection--single, .select2-container--default .chat-wrapper .chat-content .chat-footer .select2-selection--single, .chat-wrapper .chat-content .chat-footer .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .chat-wrapper .chat-content .chat-footer .select2-selection--multiple, .chat-wrapper .chat-content .chat-footer select {
  height: 40px;
}
.chat-wrapper .chat-content .chat-footer .form-control::input-placeholder, .chat-wrapper .chat-content .chat-footer .typeahead::input-placeholder,
.chat-wrapper .chat-content .chat-footer .tt-query::input-placeholder,
.chat-wrapper .chat-content .chat-footer .tt-hint::input-placeholder, .chat-wrapper .chat-content .chat-footer .select2-container--default .select2-selection--single .select2-search__field::input-placeholder, .select2-container--default .select2-selection--single .chat-wrapper .chat-content .chat-footer .select2-search__field::input-placeholder, .chat-wrapper .chat-content .chat-footer .select2-container--default .select2-selection--single::input-placeholder, .select2-container--default .chat-wrapper .chat-content .chat-footer .select2-selection--single::input-placeholder, .chat-wrapper .chat-content .chat-footer .email-compose-fields .select2-container--default .select2-selection--multiple::input-placeholder, .email-compose-fields .select2-container--default .chat-wrapper .chat-content .chat-footer .select2-selection--multiple::input-placeholder, .chat-wrapper .chat-content .chat-footer select::input-placeholder {
  padding-top: 3px;
}
.chat-wrapper .chat-content .chat-footer .form-control:placeholder, .chat-wrapper .chat-content .chat-footer .typeahead:placeholder,
.chat-wrapper .chat-content .chat-footer .tt-query:placeholder,
.chat-wrapper .chat-content .chat-footer .tt-hint:placeholder, .chat-wrapper .chat-content .chat-footer .select2-container--default .select2-selection--single .select2-search__field:placeholder, .select2-container--default .select2-selection--single .chat-wrapper .chat-content .chat-footer .select2-search__field:placeholder, .chat-wrapper .chat-content .chat-footer .select2-container--default .select2-selection--single:placeholder, .select2-container--default .chat-wrapper .chat-content .chat-footer .select2-selection--single:placeholder, .chat-wrapper .chat-content .chat-footer .email-compose-fields .select2-container--default .select2-selection--multiple:placeholder, .email-compose-fields .select2-container--default .chat-wrapper .chat-content .chat-footer .select2-selection--multiple:placeholder, .chat-wrapper .chat-content .chat-footer select:placeholder {
  padding-top: 3px;
}
.chat-wrapper .chat-content .chat-footer .form-control::placeholder, .chat-wrapper .chat-content .chat-footer .typeahead::placeholder,
.chat-wrapper .chat-content .chat-footer .tt-query::placeholder,
.chat-wrapper .chat-content .chat-footer .tt-hint::placeholder, .chat-wrapper .chat-content .chat-footer .select2-container--default .select2-selection--single .select2-search__field::placeholder, .select2-container--default .select2-selection--single .chat-wrapper .chat-content .chat-footer .select2-search__field::placeholder, .chat-wrapper .chat-content .chat-footer .select2-container--default .select2-selection--single::placeholder, .select2-container--default .chat-wrapper .chat-content .chat-footer .select2-selection--single::placeholder, .chat-wrapper .chat-content .chat-footer .email-compose-fields .select2-container--default .select2-selection--multiple::placeholder, .email-compose-fields .select2-container--default .chat-wrapper .chat-content .chat-footer .select2-selection--multiple::placeholder, .chat-wrapper .chat-content .chat-footer select::placeholder {
  padding-top: 3px;
}
.chat-wrapper .chat-content .chat-footer .form-control:input-placeholder, .chat-wrapper .chat-content .chat-footer .typeahead:input-placeholder,
.chat-wrapper .chat-content .chat-footer .tt-query:input-placeholder,
.chat-wrapper .chat-content .chat-footer .tt-hint:input-placeholder, .chat-wrapper .chat-content .chat-footer .select2-container--default .select2-selection--single .select2-search__field:input-placeholder, .select2-container--default .select2-selection--single .chat-wrapper .chat-content .chat-footer .select2-search__field:input-placeholder, .chat-wrapper .chat-content .chat-footer .select2-container--default .select2-selection--single:input-placeholder, .select2-container--default .chat-wrapper .chat-content .chat-footer .select2-selection--single:input-placeholder, .chat-wrapper .chat-content .chat-footer .email-compose-fields .select2-container--default .select2-selection--multiple:input-placeholder, .email-compose-fields .select2-container--default .chat-wrapper .chat-content .chat-footer .select2-selection--multiple:input-placeholder, .chat-wrapper .chat-content .chat-footer select:input-placeholder {
  padding-top: 3px;
}
.chat-wrapper figure {
  position: relative;
}
.chat-wrapper figure .status {
  width: 11px;
  height: 11px;
  background: #f4f5f9;
  position: absolute;
  bottom: 0;
  right: -2px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.chat-wrapper figure .status.online {
  background: #66cb9f;
}
.chat-wrapper figure .status.offline {
  background: #f4f5f9;
}

.rtl .chat-wrapper .chat-content .chat-body .messages .message-item.friend img {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble {
  border-radius: 5px 0 5px 5px;
  margin-right: 0;
  margin-left: auto;
}
.rtl .chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble::before {
  left: auto;
  right: -10px;
  border-right: 5px solid transparent;
  border-left: 5px solid rgba(54, 46, 89, 0.1);
}
.rtl .chat-wrapper .chat-content .chat-body .messages .message-item.me {
  margin-left: 0;
  margin-right: auto;
}
.rtl .chat-wrapper .chat-content .chat-body .messages .message-item.me img {
  margin-left: 0;
  margin-right: 15px;
}
.rtl .chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble {
  border-radius: 0 5px 5px;
  margin-left: 0;
  margin-right: auto;
}
.rtl .chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble::before {
  right: auto;
  left: -10px;
  border-right: 5px solid rgba(54, 153, 255, 0.1);
  border-left: 5px solid transparent;
}
.rtl .chat-wrapper .chat-content .chat-body .messages .message-item.me .content span {
  text-align: left;
}

.auth-page .auth-left-wrapper {
  width: 100%;
  height: 100%;
  background-image: url("https://via.placeholder.com/219x452");
  background-size: cover;
}

.boxed {
  background-color: #f2f4f9;
  border-radius: 6px;
  padding: 0.875rem 1.5rem;
  margin-bottom: 1.5rem;
}
.boxed:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .inbox-wrapper .email-aside .aside-content {
    padding-right: 10px;
  }
}
.inbox-wrapper .email-aside .aside-content .aside-header {
  padding: 0 0 5px;
  position: relative;
}
.inbox-wrapper .email-aside .aside-content .aside-header .title {
  display: block;
  margin: 3px 0 0;
  font-size: 1.1rem;
  line-height: 27px;
  color: #718096;
}
.inbox-wrapper .email-aside .aside-content .aside-header .navbar-toggle {
  background: 0 0;
  display: none;
  outline: 0;
  border: 0;
  padding: 0 11px 0 0;
  text-align: right;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .inbox-wrapper .email-aside .aside-content .aside-header .navbar-toggle {
    display: block;
  }
}
.inbox-wrapper .email-aside .aside-content .aside-header .navbar-toggle .icon {
  font-size: 24px;
  color: #71738d;
}
.inbox-wrapper .email-aside .aside-content .aside-compose {
  text-align: center;
  padding: 14px 0;
}
.inbox-wrapper .email-aside .aside-content .aside-compose .btn, .inbox-wrapper .email-aside .aside-content .aside-compose .wizard > .actions a, .wizard > .actions .inbox-wrapper .email-aside .aside-content .aside-compose a, .inbox-wrapper .email-aside .aside-content .aside-compose .swal2-modal .swal2-actions button, .swal2-modal .swal2-actions .inbox-wrapper .email-aside .aside-content .aside-compose button, .inbox-wrapper .email-aside .aside-content .aside-compose .fc .fc-button, .fc .inbox-wrapper .email-aside .aside-content .aside-compose .fc-button {
  padding: 11px;
}
.inbox-wrapper .email-aside .aside-content .aside-nav {
  visibility: visible;
  padding: 0;
}
.inbox-wrapper .email-aside .aside-content .aside-nav.collapse {
  display: block;
}
@media (max-width: 991px) {
  .inbox-wrapper .email-aside .aside-content .aside-nav.collapse {
    display: none;
  }
}
@media (max-width: 991px) {
  .inbox-wrapper .email-aside .aside-content .aside-nav.show {
    display: block;
  }
}
.inbox-wrapper .email-aside .aside-content .aside-nav .title {
  display: block;
  color: #3d405c;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 0;
  padding: 8px 14px 4px;
}
.inbox-wrapper .email-aside .aside-content .aside-nav .nav li {
  width: 100%;
}
.inbox-wrapper .email-aside .aside-content .aside-nav .nav li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  color: #71748d;
  padding: 7px 14px;
}
.inbox-wrapper .email-aside .aside-content .aside-nav .nav li a:hover {
  text-decoration: none;
  background-color: rgba(54, 46, 89, 0.1);
  color: #362e59;
}
.inbox-wrapper .email-aside .aside-content .aside-nav .nav li a .icon svg {
  width: 18px;
  margin-right: 10px;
}
.inbox-wrapper .email-aside .aside-content .aside-nav .nav li a .badge {
  margin-left: auto;
}
.inbox-wrapper .email-aside .aside-content .aside-nav .nav li a svg {
  width: 18px;
  margin-right: 10px;
}
.inbox-wrapper .email-aside .aside-content .aside-nav .nav li.active a {
  color: #f16064;
  background: rgba(241, 96, 100, 0.1);
}
.inbox-wrapper .email-aside .aside-content .aside-nav .nav li.active a .icon {
  color: #f16064;
}
.inbox-wrapper .email-content .email-inbox-header {
  background-color: transparent;
  padding: 18px;
}
.inbox-wrapper .email-content .email-inbox-header .email-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1rem;
}
.inbox-wrapper .email-content .email-inbox-header .email-title svg {
  width: 20px;
  margin-right: 10px;
  color: #718096;
}
.inbox-wrapper .email-content .email-inbox-header .email-title .new-messages {
  font-size: 0.875rem;
  color: #718096;
  margin-left: 3px;
}
.inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn .btn, .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn .wizard > .actions a, .wizard > .actions .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn a, .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn .swal2-modal .swal2-actions button, .swal2-modal .swal2-actions .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn button, .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn .fc .fc-button, .fc .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn .fc-button {
  border-radius: 0;
  padding: 4.5px 10px;
}
.inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn .btn svg, .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn .wizard > .actions a svg, .wizard > .actions .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn a svg, .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn .swal2-modal .swal2-actions button svg, .swal2-modal .swal2-actions .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn button svg, .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn .fc .fc-button svg, .fc .inbox-wrapper .email-content .email-inbox-header .input-search .input-group-btn .fc-button svg {
  width: 18px;
}
.inbox-wrapper .email-content .email-filters {
  padding: 20px;
  border-bottom: 1px solid #dfe4eb;
  background-color: transparent;
  width: 100%;
  border-top: 1px solid #dfe4eb;
}
.inbox-wrapper .email-content .email-filters > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.inbox-wrapper .email-content .email-filters .email-filters-left .btn-group, .inbox-wrapper .email-content .email-filters .email-filters-left .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group, .fc .fc-toolbar.fc-header-toolbar .fc-left .inbox-wrapper .email-content .email-filters .email-filters-left .fc-button-group, .inbox-wrapper .email-content .email-filters .email-filters-left .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group, .fc .fc-toolbar.fc-header-toolbar .fc-right .inbox-wrapper .email-content .email-filters .email-filters-left .fc-button-group {
  margin-right: 5px;
}
.inbox-wrapper .email-content .email-filters .email-filters-left input {
  margin-right: 8px;
}
.inbox-wrapper .email-content .email-filters .email-filters-right {
  text-align: right;
}
@media (max-width: 767px) {
  .inbox-wrapper .email-content .email-filters .email-filters-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.inbox-wrapper .email-content .email-filters .email-filters-right .email-pagination-indicator {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.inbox-wrapper .email-content .email-filters .email-filters-right .email-pagination-nav .btn svg, .inbox-wrapper .email-content .email-filters .email-filters-right .email-pagination-nav .wizard > .actions a svg, .wizard > .actions .inbox-wrapper .email-content .email-filters .email-filters-right .email-pagination-nav a svg, .inbox-wrapper .email-content .email-filters .email-filters-right .email-pagination-nav .swal2-modal .swal2-actions button svg, .swal2-modal .swal2-actions .inbox-wrapper .email-content .email-filters .email-filters-right .email-pagination-nav button svg, .inbox-wrapper .email-content .email-filters .email-filters-right .email-pagination-nav .fc .fc-button svg, .fc .inbox-wrapper .email-content .email-filters .email-filters-right .email-pagination-nav .fc-button svg {
  width: 18px;
}
.inbox-wrapper .email-content .email-filters .be-select-all.custom-checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 30px 0 0;
}
.inbox-wrapper .email-content .email-list .email-list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #dfe4eb;
  padding: 10px 20px;
  width: 100%;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.inbox-wrapper .email-content .email-list .email-list-item:hover {
  background: rgba(54, 46, 89, 0.08);
}
.inbox-wrapper .email-content .email-list .email-list-item:last-child {
  margin-bottom: 5px;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-actions {
  width: 40px;
  vertical-align: top;
  display: table-cell;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-actions .form-check {
  margin-bottom: 0;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-actions .form-check i::before {
  width: 15px;
  height: 15px;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-actions .form-check i::after {
  font-size: 0.8rem;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-actions .favorite {
  display: block;
  padding-left: 1px;
  line-height: 15px;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-actions .favorite span svg {
  width: 14px;
  color: #718096;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-actions .favorite:hover span {
  color: #8d8d8d;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-actions .favorite.active span svg {
  color: #fbdc7b;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-detail .from {
  display: block;
  font-weight: 400;
  margin: 0 0 1px;
  color: #362E59;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-detail .msg {
  margin: 0;
  color: #71738d;
  font-size: 0.8rem;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-detail .date {
  color: #362E59;
}
.inbox-wrapper .email-content .email-list .email-list-item .email-list-detail .date .icon svg {
  width: 14px;
  margin-right: 7px;
  color: #3d405c;
}
.inbox-wrapper .email-content .email-list .email-list-item.email-list-item--unread {
  background-color: rgba(54, 46, 89, 0.09);
}
.inbox-wrapper .email-content .email-list .email-list-item.email-list-item--unread .from {
  color: #362E59;
  font-weight: 800;
}
.inbox-wrapper .email-content .email-list .email-list-item.email-list-item--unread .msg {
  font-weight: 700;
  color: #718096;
}

.rtl .inbox-wrapper .email-aside .aside-content .aside-header .navbar-toggle .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.rtl .inbox-wrapper .email-aside .aside-content .aside-nav .nav {
  padding-right: 0;
}
.rtl .inbox-wrapper .email-aside .aside-content .aside-nav .nav li a .icon svg {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .inbox-wrapper .email-aside .aside-content .aside-nav .nav li a .badge {
  margin-left: 0;
  margin-right: auto;
}
.rtl .inbox-wrapper .email-aside .aside-content .aside-nav .nav li a svg {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .inbox-wrapper .email-content .email-inbox-header .email-title svg {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .inbox-wrapper .email-content .email-inbox-header .email-title .new-messages {
  margin-left: 0;
  margin-right: 3px;
}
.rtl .inbox-wrapper .email-content .email-filters .email-pagination-indicator {
  margin-right: 0;
  margin-left: 13px;
}
.rtl .inbox-wrapper .email-content .email-list .email-list-item .email-list-detail .date .icon svg {
  margin-right: 0;
  margin-left: 7px;
}

.email-head {
  background-color: transparent;
}

.email-head-subject {
  padding: 25px;
  border-bottom: 1px solid #dfe4eb;
}
@media (max-width: 767px) {
  .email-head-subject {
    padding: 25px 10px;
  }
}
.email-head-subject .title {
  display: block;
  font-size: 0.99rem;
}
.email-head-subject .title a.active .icon {
  color: #fbdc7b;
}
.email-head-subject .title a .icon {
  color: silver;
  margin-right: 6px;
}
.email-head-subject .title a .icon svg {
  width: 18px;
}
.email-head-subject .icons {
  font-size: 14px;
  float: right;
}
.email-head-subject .icons .icon {
  color: #362E59;
  margin-left: 12px;
}
.email-head-subject .icons .icon svg {
  width: 18px;
}

.email-head-sender {
  padding: 13px 25px;
}
@media (max-width: 767px) {
  .email-head-sender {
    padding: 25px 10px;
  }
}
.email-head-sender .avatar {
  float: left;
  margin-right: 10px;
}
.email-head-sender .date {
  float: right;
  font-size: 12px;
}
.email-head-sender .avatar {
  float: left;
  margin-right: 10px;
}
.email-head-sender .avatar img {
  width: 36px;
}
.email-head-sender .sender > a {
  color: #362E59;
}
.email-head-sender .sender span {
  margin-right: 5px;
  margin-left: 5px;
}
.email-head-sender .sender .actions {
  display: inline-block;
  position: relative;
}
.email-head-sender .sender .actions .icon {
  color: #718096;
  margin-left: 7px;
}
.email-head-sender .sender .actions .icon svg {
  width: 18px;
}

.email-body {
  background-color: transparent;
  border-top: 1px solid #dfe4eb;
  padding: 30px 28px;
}
@media (max-width: 767px) {
  .email-body {
    padding: 30px 10px;
  }
}

.email-attachments {
  background-color: transparent;
  padding: 25px 28px 5px;
  border-top: 1px solid #dfe4eb;
}
@media (max-width: 767px) {
  .email-attachments {
    padding: 25px 10px 0;
  }
}
.email-attachments .title {
  display: block;
  font-weight: 500;
}
.email-attachments .title span {
  font-weight: 400;
}
.email-attachments ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
.email-attachments ul > li {
  margin-bottom: 5px;
}
.email-attachments ul > li:last-child {
  margin-bottom: 0;
}
.email-attachments ul > li a {
  color: #362E59;
}
.email-attachments ul > li a svg {
  width: 18px;
  color: #718096;
}
.email-attachments ul > li .icon {
  color: #737373;
  margin-right: 2px;
}
.email-attachments ul > li span {
  font-weight: 400;
}

.rtl .email-head-subject .title a .icon {
  margin-right: 0;
  margin-left: 6px;
}
.rtl .email-head-subject .icons .icon {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .email-head-sender .avatar {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .email-head-sender .sender .actions .icon {
  margin-left: 0;
  margin-right: 7px;
}

.email-head-title {
  padding: 15px;
  border-bottom: 1px solid #dfe4eb;
  font-weight: 400;
  color: #3d405c;
  font-size: 0.99rem;
}
.email-head-title .icon {
  color: #696969;
  margin-right: 12px;
  vertical-align: middle;
  line-height: 31px;
  position: relative;
  top: -1px;
  float: left;
  font-size: 1.538rem;
}

.email-compose-fields {
  background-color: transparent;
  padding: 20px 15px;
}
.email-compose-fields .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: -2px -14px;
}
.email-compose-fields .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border-radius: 0;
  background: #362e59;
  color: #fff;
  margin-top: 0;
  padding: 4px 10px;
  font-size: 13px;
  border: 0;
}
.email-compose-fields .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice span {
  color: #fff;
}
.email-compose-fields .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search {
  line-height: 15px;
}

.form-group.row {
  margin-bottom: 0;
  padding: 12px 0;
}
.form-group.row label {
  white-space: nowrap;
}

.email-compose-fields label {
  padding-top: 6px;
}

.email.editor {
  background-color: transparent;
}
.email.editor .editor-statusbar {
  display: none;
}
.email.action-send {
  padding: 8px 0 0;
}

.btn-space {
  margin-right: 5px;
  margin-bottom: 5px;
}

.breadcrumb {
  margin: 0;
  background-color: transparent;
}

.rtl .email-compose-fields .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  float: right;
}
.rtl .btn-space {
  margin-right: 0;
  margin-left: 5px;
}

/* Ace Editor */
.ace_editor {
  margin: auto;
  height: 300px;
  width: 100%;
  font: 14px/normal SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.ace_editor .ace_content {
  font-size: 0.813rem;
}

.datepicker.datepicker-dropdown {
  padding: 10px;
  max-width: 320px;
  min-width: 280px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
.datepicker.datepicker-dropdown .datepicker-months table.table-condensed thead tr th.prev, .datepicker.datepicker-dropdown .datepicker-years table.table-condensed thead tr th.prev, .datepicker.datepicker-dropdown .datepicker-decades table.table-condensed thead tr th.prev, .datepicker.datepicker-dropdown .datepicker-centuries table.table-condensed thead tr th.prev {
  cursor: pointer;
}
.datepicker.datepicker-dropdown .datepicker-months table.table-condensed thead tr th.datepicker-switch, .datepicker.datepicker-dropdown .datepicker-years table.table-condensed thead tr th.datepicker-switch, .datepicker.datepicker-dropdown .datepicker-decades table.table-condensed thead tr th.datepicker-switch, .datepicker.datepicker-dropdown .datepicker-centuries table.table-condensed thead tr th.datepicker-switch {
  cursor: pointer;
}
.datepicker.datepicker-dropdown .datepicker-months table.table-condensed thead tr th.next, .datepicker.datepicker-dropdown .datepicker-years table.table-condensed thead tr th.next, .datepicker.datepicker-dropdown .datepicker-decades table.table-condensed thead tr th.next, .datepicker.datepicker-dropdown .datepicker-centuries table.table-condensed thead tr th.next {
  cursor: pointer;
}
.datepicker.datepicker-dropdown .datepicker-months table.table-condensed tbody tr td span, .datepicker.datepicker-dropdown .datepicker-years table.table-condensed tbody tr td span, .datepicker.datepicker-dropdown .datepicker-decades table.table-condensed tbody tr td span, .datepicker.datepicker-dropdown .datepicker-centuries table.table-condensed tbody tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker.datepicker-dropdown .datepicker-months table.table-condensed tbody tr td span.disabled, .datepicker.datepicker-dropdown .datepicker-years table.table-condensed tbody tr td span.disabled, .datepicker.datepicker-dropdown .datepicker-decades table.table-condensed tbody tr td span.disabled, .datepicker.datepicker-dropdown .datepicker-centuries table.table-condensed tbody tr td span.disabled {
  color: #718096;
  cursor: default;
}
.datepicker.datepicker-dropdown .datepicker-months table.table-condensed tbody tr td span.disabled:hover, .datepicker.datepicker-dropdown .datepicker-years table.table-condensed tbody tr td span.disabled:hover, .datepicker.datepicker-dropdown .datepicker-decades table.table-condensed tbody tr td span.disabled:hover, .datepicker.datepicker-dropdown .datepicker-centuries table.table-condensed tbody tr td span.disabled:hover {
  color: #718096;
  background-color: transparent;
}
.datepicker.datepicker-dropdown .datepicker-months table.table-condensed tbody tr td span:hover, .datepicker.datepicker-dropdown .datepicker-years table.table-condensed tbody tr td span:hover, .datepicker.datepicker-dropdown .datepicker-decades table.table-condensed tbody tr td span:hover, .datepicker.datepicker-dropdown .datepicker-centuries table.table-condensed tbody tr td span:hover {
  color: #ee268c;
  background-color: #f4f5f9;
  border-radius: 8px;
}
.datepicker.datepicker-dropdown .datepicker-days {
  padding: 0;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed {
  width: 100%;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th {
  text-align: center;
  padding: 0.5rem 0;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.prev {
  color: #362E59;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background: #fff;
  cursor: pointer;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.datepicker-switch {
  color: #362E59;
  background: #fff;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.next {
  color: #362E59;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background: #fff;
  cursor: pointer;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow {
  font-family: "Poppins", sans-serif;
  color: #362E59;
  font-size: 0.875rem;
  font-weight: initial;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody {
  position: relative;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td {
  text-align: center;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day {
  font-size: 0.9375rem;
  padding: 0.5rem 0;
  color: #362E59;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:hover {
  color: #ee268c;
  background-color: #f4f5f9;
  border-radius: 8px;
  cursor: pointer;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active {
  color: #fff;
  font-weight: 600;
  background: transparent;
  position: relative;
  z-index: 1;
  text-shadow: none;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active::before {
  content: "";
  width: 38px;
  height: 38px;
  background: #ee268c;
  text-shadow: none;
  border-radius: 8px;
  display: block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today {
  color: #fff;
  background: transparent;
  position: relative;
  z-index: 1;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today::before {
  content: "";
  width: 28px;
  height: 25px;
  background: #3699ff;
  color: #fff;
  border-radius: 2px;
  box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.2);
  display: block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  z-index: -1;
  left: 0;
  right: 0;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.old.day {
  color: #98a4ae;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.disabled {
  color: rgb(216.6569767442, 221.2581395349, 227.3930232558);
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tr th, .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tr td {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.datepicker > div {
  display: initial;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border-radius: 2px;
}
.datepicker.input-group {
  padding: 0;
  border: 1px solid #dfe4eb;
}
.datepicker.input-group .form-control, .datepicker.input-group .typeahead,
.datepicker.input-group .tt-query,
.datepicker.input-group .tt-hint, .datepicker.input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .datepicker.input-group .select2-search__field, .datepicker.input-group .select2-container--default .select2-selection--single, .select2-container--default .datepicker.input-group .select2-selection--single, .datepicker.input-group select, .datepicker.input-group .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .datepicker.input-group .select2-selection--multiple {
  border: 0;
}
.datepicker.input-group .input-group-addon {
  padding: 0 10px;
  border-left: 1px solid #dfe4eb;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.datepicker.input-group .input-group-addon svg {
  width: 18px;
  color: #718096;
}

.datepicker-dropdown::after {
  border-bottom-color: #fff;
}
.datepicker-dropdown::before {
  border-bottom-color: #dfe4eb;
}
.datepicker-dropdown.datepicker-orient-top::before, .datepicker-dropdown.datepicker-orient-top::after {
  top: auto;
}
.datepicker-dropdown.datepicker-orient-top::after {
  border-top-color: #fff;
}
.datepicker-dropdown.datepicker-orient-top::before {
  border-top-color: #dfe4eb;
}

.rtl .datepicker {
  direction: rtl;
}
.rtl .datepicker.input-group .input-group-addon {
  border-left: 1px solid transparent;
  border-right: 0;
}

@media (max-width: 420px) {
  .datepicker.datepicker-dropdown {
    width: 100%;
    left: 22px !important;
  }
}
@media (max-width: 767px) {
  .dataTables_wrapper.dt-bootstrap4 .dataTables_length {
    text-align: left;
  }
}
.dataTables_wrapper.dt-bootstrap4 .dataTables_length select {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .dataTables_wrapper.dt-bootstrap4 .dataTables_filter {
    text-align: left;
    margin-left: -19px;
  }
}
.rtl .dataTables_wrapper .dataTables_filter {
  text-align: left;
}
.rtl .dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
  margin-right: 0.5rem;
}
.rtl .dataTables_wrapper > div.row div[class^=col-]:first-child {
  padding-right: 0;
}
.rtl .dataTables_wrapper > div.row div[class^=col-]:last-child {
  padding-left: 0;
}

.dropify-wrapper .dropify-message span.file-icon::before {
  font-family: feather;
  content: "\e8e3";
  font-size: 24px;
}

.dropzone {
  overflow: auto;
  max-height: 200px;
  padding: 0;
}
@media (min-width: 1400px) {
  .dropzone {
    min-height: 200px;
  }
}
.dropzone.dz-clickable .dz-message {
  margin-top: 65px;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .fc .fc-toolbar.fc-header-toolbar {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-left {
    margin-bottom: 15px;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-right {
    margin-bottom: 15px;
  }
}
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button {
  background-image: none;
  text-transform: capitalize;
  text-shadow: none;
}
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button .fc-icon::after, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button .fc-icon::after {
  font-family: feather;
  font-size: 16px;
  top: 0;
}
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button .fc-icon.fc-icon-left-single-arrow::after, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button .fc-icon.fc-icon-left-single-arrow::after {
  content: "\e843";
}
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button .fc-icon.fc-icon-right-single-arrow::after, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button .fc-icon.fc-icon-right-single-arrow::after {
  content: "\e844";
}
.fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button .fc-icon.fc-state-disabled:disabled, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button .fc-icon.fc-state-disabled:disabled {
  text-transform: capitalize;
  line-height: 0;
}
.fc .fc-toolbar.fc-header-toolbar .fc-center h2 {
  font-size: 26px;
}
.fc .fc-view-container .fc-view table .fc-body .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-bg table td.fc-other-month {
  background-color: #f8f9fc;
}
.fc .fc-view-container .fc-view table .fc-body .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-bg table td.fc-today {
  background-color: rgb(171.3, 212.5253731343, 255);
}
.fc .fc-view-container .fc-view table .fc-body .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table .fc-day-top.fc-today {
  background: 0 0;
}
.fc .fc-view-container .fc-view table .fc-body .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table .fc-day-top.fc-today .fc-day-number {
  padding: 3px 7px;
  background: #362e59;
  color: #fff;
  font-weight: bold;
}
.fc .fc-view-container .fc-view table .fc-body .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table .fc-event-container .fc-day-grid-event {
  border-radius: 0;
  padding: 3px 0 3px 5px;
  border-width: 2px;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
.fc .fc-view-container .fc-view table .fc-body .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table .fc-event-container .fc-day-grid-event.fc-event {
  background-color: white;
  border-color: #f16064;
}

.external-events .fc-event {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 2px;
  background: white;
  border: 0;
  border-left: 3px solid #362e59;
  color: #718096;
  font-weight: bold;
  font-size: 13px;
}
.external-events .fc-event:nth-child(2) {
  border-left: 3px solid #fbdc7b;
  background: white;
}
.external-events .fc-event:nth-child(3) {
  border-left: 3px solid #f16064;
  background: white;
}
.external-events .fc-event:nth-child(4) {
  border-left: 3px solid #3699ff;
  background: rgb(242.7, 248.7582089552, 255);
}
.external-events .fc-event:nth-child(5) {
  border-left: 3px solid #66cb9f;
  background: white;
}
.external-events .fc-event:nth-child(6) {
  border-left: 3px solid #362e59;
  background: rgb(112.62, 98.5577777778, 174.1422222222);
}

.rtl .fc {
  text-align: right;
}
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:last-child, .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:last-child {
  border-right: 1px solid;
  border-radius: 0 0.1875rem 0.1875rem 0;
}
.rtl .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button:first-child:not(:last-child), .rtl .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:first-child:not(:last-child) {
  border-radius: 0.1875rem 0 0 0.1875rem;
}
.rtl .fc .fc-view-container .fc-view table .fc-body .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table .fc-event-container .fc-day-grid-event {
  padding: 3px 5px 3px 0;
  border-right: 3px solid;
  border-left: 0;
}
.rtl .external-events .fc-event {
  border-left: 0;
  border-right: 3px solid #362e59;
}
.rtl .external-events .fc-event:nth-child(2) {
  border-left: 0;
  border-right: 3px solid #fbdc7b;
}
.rtl .external-events .fc-event:nth-child(3) {
  border-left: 0;
  border-right: 3px solid #f16064;
}
.rtl .external-events .fc-event:nth-child(4) {
  border-left: 0;
  border-right: 3px solid #3699ff;
}
.rtl .external-events .fc-event:nth-child(5) {
  border-left: 0;
  border-right: 3px solid #66cb9f;
}
.rtl .external-events .fc-event:nth-child(6) {
  border-left: 0;
  border-right: 3px solid #362e59;
}

.peity-custom svg {
  margin-right: 10px;
}

.ps > .ps__rail-y {
  width: 3px;
  background-color: rgba(72, 83, 114, 0.06);
  z-index: 10;
  position: absolute;
  left: auto;
  right: 0;
  opacity: 0;
  margin: 1px;
}
.rtl .ps > .ps__rail-y {
  right: auto;
  left: 0;
}
.ps > .ps__rail-y > .ps__thumb-y {
  position: absolute;
  border-radius: 0;
  width: 3px;
  left: 0;
  background-color: #dee1e7;
}
.ps > .ps__rail-x {
  width: 3px;
  background-color: rgba(72, 83, 114, 0.06);
  z-index: 10;
  position: absolute;
  left: auto;
  right: 0;
  opacity: 0;
  margin: 1px;
}
.ps > .ps__rail-x > .ps__thumb-x {
  position: absolute;
  border-radius: 0;
  width: 3px;
  left: 0;
  background-color: #97a3b9;
}

/* Sweet Alert */
.swal2-modal {
  min-height: 300px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: 7px;
}
.swal2-modal .swal2-header .swal2-title {
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #362E59;
  margin-bottom: 0;
}
.swal2-modal .swal2-header .swal2-icon,
.swal2-modal .swal2-header .swal2-success-ring {
  margin-top: 0;
  margin-bottom: 42px;
}
.swal2-modal .swal2-header .swal2-icon {
  margin-bottom: 25px;
}
.swal2-modal .swal2-header .swal2-icon::before {
  height: 100%;
  font-size: 2.5rem;
}
.swal2-modal .swal2-actions button svg {
  width: 16px;
  height: 16px;
}
.swal2-modal .swal2-content {
  font-size: 0.813rem;
  color: #718096;
  font-weight: initial;
  margin-top: 11px;
  text-decoration: none;
}
.swal2-modal .swal2-close {
  font-size: 20px;
}
.swal2-modal .swal2-success-ring {
  left: -30px;
}

/* Select2 */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #362e59;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-dropdown,
.select2-container--default .select2-selection--multiple {
  border-color: #dfe4eb;
}
.select2-container--default .select2-selection--single .select2-search__field,
.select2-container--default .select2-dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-search__field {
  border-color: #dfe4eb;
}
.select2-container--default .select2-selection--single {
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 14px;
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  content: "\e842";
  font-family: feather;
  position: absolute;
  right: 0;
  top: -2px;
  color: #718096;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
  content: "\e845";
}
.select2-container--default .select2-dropdown {
  font-size: 0.8125rem;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #dfe4eb;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: 0.625rem;
  font-family: inherit;
  line-height: 1;
  background: #362e59;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 18px;
}

.CodeMirror {
  background: #fff;
  border: 1px solid #dfe4eb;
  color: #362E59;
}

.editor-toolbar {
  border: 1px solid #dfe4eb;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.editor-toolbar a:hover {
  background: rgba(54, 46, 89, 0.2);
  border: none;
}
.editor-toolbar i.separator {
  border-left: 1px solid #dfe4eb;
  border-right: 1px solid #dfe4eb;
}

/* Tags */
div.tagsinput {
  padding: 15px 15px 10px;
  border-color: #dfe4eb;
}
div.tagsinput span.tag {
  background: #362e59;
  border: 0;
  color: #fff;
  padding: 6px 14px;
  font-size: 0.8125rem;
  font-family: inherit;
  line-height: 1;
}
div.tagsinput span.tag a {
  color: #fff;
}

.rtl div.tagsinput span.tag,
.rtl div.tagsinput div {
  float: right;
}

.timepicker.input-group {
  padding: 0;
  border: 1px solid #dfe4eb;
  border-radius: 5px;
}
.timepicker.input-group .form-control, .timepicker.input-group .typeahead,
.timepicker.input-group .tt-query,
.timepicker.input-group .tt-hint, .timepicker.input-group select, .timepicker.input-group .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .timepicker.input-group .select2-selection--multiple, .timepicker.input-group .select2-container--default .select2-selection--single, .select2-container--default .timepicker.input-group .select2-selection--single, .timepicker.input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .timepicker.input-group .select2-search__field {
  border: 0;
  border-radius: 5px 0 0 5px;
}
.timepicker.input-group .input-group-append .input-group-text {
  padding: 0.3rem 0.6rem;
  background: #fff;
  border: 0;
  border-left: 2px solid #dfe4eb;
  border-radius: 0 5px 5px 0;
}
.timepicker.input-group .input-group-append .input-group-text svg {
  width: 18px;
  color: #718096;
}

.rtl .timepicker.input-group .input-group-append .input-group-text {
  border-left: 1px solid #dfe4eb;
  border-right: 1px solid #dfe4eb;
  border-radius: 5px 0 0 5px;
}

.tox.tox-tinymce {
  border: 1px solid #dfe4eb;
}
.tox.tox-tinymce .tox-editor-container .tox-menubar {
  background-color: #fff;
}
.tox.tox-tinymce .tox-editor-container .tox-toolbar {
  background-color: #fff;
  border-top: 1px solid #dfe4eb;
}
.tox.tox-tinymce .tox-editor-container .tox-toolbar .tox-toolbar__group {
  border-right: 1px solid #dfe4eb;
}
.tox.tox-tinymce .tox-editor-container .tox-sidebar-wrap .tox-edit-area {
  border-top: 1px solid #dfe4eb;
}
.tox.tox-tinymce .tox-editor-container .tox-sidebar-wrap .tox-edit-area .tox-edit-area__iframe {
  background-color: #fff;
}
.tox.tox-tinymce .tox-editor-container .tox-mbtn {
  color: #362E59;
}
.tox.tox-tinymce .tox-editor-container .tox-mbtn:hover, .tox.tox-tinymce .tox-editor-container .tox-mbtn.tox-mbtn--active {
  background: rgb(242.25, 242.25, 242.25);
}
.tox.tox-tinymce .tox-editor-container .tox-tbtn {
  color: #362E59;
}
.tox.tox-tinymce .tox-editor-container .tox-tbtn svg {
  fill: #362E59;
}
.tox.tox-tinymce .tox-editor-container .tox-tbtn:hover, .tox.tox-tinymce .tox-editor-container .tox-tbtn.tox-tbtn--enabled {
  background: rgb(242.25, 242.25, 242.25);
}
.tox.tox-tinymce .tox-editor-container .tox-split-button:hover {
  box-shadow: none;
}
.tox.tox-tinymce .tox-statusbar {
  background-color: #fff;
  border-top: 1px solid #dfe4eb;
  color: #362E59;
}
.tox.tox-tinymce .tox-statusbar .tox-statusbar__path-item,
.tox.tox-tinymce .tox-statusbar .tox-statusbar__wordcount {
  color: #718096;
}

.tox .tox-tiered-menu .tox-menu {
  background-color: #fff;
  border: 1px solid #dfe4eb;
}
.tox .tox-tiered-menu .tox-menu .tox-collection__group {
  border-color: #dfe4eb;
}
.tox .tox-tiered-menu .tox-menu .tox-collection__group .tox-collection__item {
  color: #362E59;
}
.tox .tox-tiered-menu .tox-menu .tox-collection__group .tox-collection__item.tox-collection__item--active {
  background: rgb(242.25, 242.25, 242.25);
}

.rtl .tox .tox-menubar,
.rtl .tox .tox-toolbar {
  direction: rtl;
}

.tt-menu,
.gist {
  text-align: left;
}

.twitter-typeahead {
  max-width: 100%;
}

.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border-color: #dfe4eb;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #425563;
}

.tt-menu {
  width: 100%;
  margin: 0 0 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: inherit;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #362e59;
}
.tt-suggestion .tt-cursor {
  color: #fff;
  background-color: #362e59;
}
.tt-suggestion p {
  margin: 0;
}

.wizard > .content {
  min-height: 20rem;
  overflow: auto;
  background: #fff;
  border: 1px solid #dfe4eb;
  margin-left: 0;
}
.wizard > .steps ul li a {
  border-radius: 3px;
}
.wizard > .steps ul li a, .wizard > .steps ul li a:hover {
  padding: 0.4rem 1rem;
}
.wizard > .steps ul li a .number {
  font-size: 0.875rem;
}
.wizard > .steps ul li.disabled a, .wizard > .steps ul li.disabled a:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.wizard > .steps ul li.current a {
  background: #362e59;
}
.wizard > .steps ul li.current a:hover {
  background: rgb(43.8, 37.3111111111, 72.1888888889);
}
.wizard > .steps ul li.done a {
  background: #f4f5f9;
}
.wizard > .steps ul li.done a:hover {
  background: rgb(45.84, 39.0488888889, 75.5511111111);
}
.wizard > .steps ul:first-child a {
  margin-left: 0;
}
.wizard > .actions {
  margin-top: 12px;
}
.wizard.vertical > .content {
  margin: 0 0 0.5em 1.5%;
  width: 68%;
}
.wizard.vertical > .actions {
  margin-top: 8px;
}

.rtl .wizard > .steps > ul > li,
.rtl .wizard > .actions > ul > li {
  float: right;
}

/* Toast container positioning */
#toast-container[data-v-aab67328] {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  width: 350px;
  max-width: 100%;
  pointer-events: none; /* Allow clicking through the container */
}

.custom-div {
  background-color: #f1f1f1;
  padding: 10px;
  width: 100px;
  height: 100px;
}

.drp-buttons {
  display: flex;
  justify-content: space-between;
}

.mx-datepicker-popup {
  z-index: 10000 !important;
}

.date-range-picker .form-control, .date-range-picker select, .date-range-picker .email-compose-fields .select2-container--default .select2-selection--multiple, .email-compose-fields .select2-container--default .date-range-picker .select2-selection--multiple, .date-range-picker .select2-container--default .select2-selection--single, .select2-container--default .date-range-picker .select2-selection--single, .date-range-picker .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .date-range-picker .select2-search__field, .date-range-picker .typeahead,
.date-range-picker .tt-query,
.date-range-picker .tt-hint {
  min-height: 0;
  background: none;
  border-radius: 0;
}

.date-range-picker .daterangepicker {
  padding: 10px;
  background: #fff;
  border: 1px solid #edf2f7;
  box-shadow: 0 2px 6px rgba(32, 76, 136, 0.15);
  border-radius: 8px;
}

.date-range-picker .daterangepicker.show-ranges {
  min-width: 702px !important;
}

.date-range-picker .daterangepicker td {
  width: 32px;
  height: 32px !important;
  padding: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px !important;
}

.date-range-picker .daterangepicker.show-ranges.ltr .drp-calendar.left {
  border: 0 !important;
}

.date-range-picker .daterangepicker .in-range {
  background: #f1f2ff;
}

.date-range-picker .daterangepicker .active.in-range {
  background: #362e59;
}

.date-range-picker .daterangepicker .active.in-range.start-date {
  border-radius: 8px 0 0 8px;
}

.date-range-picker .daterangepicker .active.in-range.end-date {
  border-radius: 0 8px 8px 0;
}

.date-range-picker .daterangepicker .ranges li {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #858585;
  padding: 8px 12px;
}

.date-range-picker .daterangepicker .ranges li:hover, .date-range-picker .daterangepicker .ranges li.active {
  background: #f9f7f7;
  border-right: 2px solid #362e59;
  border-radius: 4px 0 0 4px;
  color: #362e59;
}

.date-range-picker .daterangepicker .btn, .date-range-picker .daterangepicker .fc .fc-button, .fc .date-range-picker .daterangepicker .fc-button, .date-range-picker .daterangepicker .swal2-modal .swal2-actions button, .swal2-modal .swal2-actions .date-range-picker .daterangepicker button, .date-range-picker .daterangepicker .wizard > .actions a, .wizard > .actions .date-range-picker .daterangepicker a {
  height: 32px;
  border-radius: 4px;
  background: transparent;
  padding: 8px 16px;
  border: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #362e59;
}

.date-range-picker .daterangepicker .btn.btn-primary, .date-range-picker .daterangepicker .fc .btn-primary.fc-button, .fc .date-range-picker .daterangepicker .btn-primary.fc-button, .date-range-picker .daterangepicker .swal2-modal .swal2-actions button.btn-primary, .swal2-modal .swal2-actions .date-range-picker .daterangepicker button.btn-primary, .date-range-picker .daterangepicker .swal2-modal .swal2-actions button.swal2-confirm, .swal2-modal .swal2-actions .date-range-picker .daterangepicker button.swal2-confirm, .date-range-picker .daterangepicker .wizard > .actions a, .wizard > .actions .date-range-picker .daterangepicker a {
  background: #362e59;
  color: #fff;
}

.date-range-picker .daterangepicker .checkbox {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  border: 2px #858585 solid;
  accent-color: #362e59;
}

.date-range-picker .daterangepicker .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #425466;
}

.date-range-picker .reportrange-text {
  padding: 0.75rem 1.5rem !important;
  border: 1px solid #dfe4eb !important;
}

.date-range-picker .single-date-picker input {
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 3px;
  padding: 8px 12px;
  width: 102px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #425466;
  box-shadow: none !important;
}

.compare-select {
  width: 130px !important;
  padding: 8px 8px 8px 16px;
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 3px !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #425466 !important;
  margin-left: 16px;
}

.mx-datepicker-popup {
  border-radius: 8px;
}

.mx-datepicker-popup .cell {
  border-radius: 8px;
}

.mx-datepicker-popup .cell.today {
  color: #362e59 !important;
  font-weight: 600;
}

.mx-datepicker-popup .cell:hover, .mx-datepicker-popup .cell.active {
  background: #362e59 !important;
  color: #f9f7f7 !important;
}

.badge.badge-insights-counter[data-v-1b59dd91] {
  right: 105px !important;
  top: 18px;
  color: black;
}

.badge.badge-warning[data-v-1b59dd91] {
  top: 18px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hr-spinner {
  width: 100%;
  text-align: center;
  color: #ddd;
  margin: 3.125em auto;
  font-size: 3.125em;
}

.hr-spinner .glyphicon, .hr-spinner svg {
  animation: spin 4s infinite linear;
}

.hr-spinner p {
  font-size: 0.3em;
}

.card-body[data-v-41b8a449] {
  background-image: url("/images/search-analytics-backdrop.png");
  background-size: 100% 100%;
}

.feather-96[data-v-41b8a449] {
  height: 96px;
  width: 96px;
}

.link[data-v-3c08e936] {
  color: #3699ff;
}

.contract-page-wrapper[data-v-3c08e936] {
  background: #f4f6fa;
  opacity: 1;
  overflow-y: scroll;
}

#contract-flow-modal .contract-flow-container[data-v-3c08e936] {
  max-width: 1200px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1019607843);
  border-radius: 40px;
  opacity: 1;
  margin: 20px auto;
  display: flex;
}

.modal .modal-dialog .modal-content[data-v-3c08e936] {
  padding: 0;
  border-radius: 40px;
  position: relative;
}

.modal-content-body[data-v-3c08e936] {
  padding: 30px 140px;
}

.header-container[data-v-3c08e936] {
  padding: 1rem;
}

.contract-flow-header[data-v-3c08e936] {
  display: flex;
}

.close-modal-btn[data-v-3c08e936] {
  width: 42px;
  height: 42px;
  background: #e8e9ef 0% 0% no-repeat padding-box;
  border-radius: 12px 30px 12px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 0;
}

.back-btn[data-v-3c08e936] {
  width: 42px;
  height: 42px;
  background: #e8e9ef 0% 0% no-repeat padding-box;
  border-radius: 30px 12px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 0;
}

.btn-close-icon[data-v-3c08e936] {
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-close-icon svg[data-v-3c08e936] {
  width: 18px;
  height: 18px;
  color: #4b446b;
  stroke-width: 3px;
}

.contract-flow-tabs[data-v-3c08e936] {
  justify-content: center;
  /* padding: 30px 140px; */
}

.contract-flow-body[data-v-3c08e936] {
  margin-top: 50px;
  justify-content: flex-start;
  /* padding: 30px 152px 80px 152px; */
  flex-direction: column;
}

.contract-heading[data-v-3c08e936] {
  letter-spacing: 0;
  color: #000e4b;
  font-size: 32px;
  font-weight: 800;
}

.contract-heading-number[data-v-3c08e936] {
  color: #9063cd;
}

.contract-sub-heading[data-v-3c08e936] {
  font-size: 18px;
  font-weight: bold;
  color: #000e4b;
  letter-spacing: 0;
  margin-top: 30px;
}

.contract-content[data-v-3c08e936] {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  color: #000e4b;
  text-align: left;
  margin-top: 40px;
}

@media screen and (max-width: 1150px) {
  .contract-flow-container[data-v-3c08e936] {
    margin: 20px 10px;
  }
  .modal-content-body[data-v-3c08e936] {
    padding: 20px 25px;
  }
  .contract-flow-body[data-v-3c08e936] {
    margin-top: 50px;
  }
  .contract-heading[data-v-3c08e936] {
    font-size: 24px;
  }
  .contract-sub-heading[data-v-3c08e936] {
    font-size: 18px;
  }
  .contract-content[data-v-3c08e936] {
    font-size: 15px;
  }
}
.product-tiles .loader[data-v-1bab5128] {
  margin-top: 6px;
}

.product-tiles .media-left[data-v-1bab5128] {
  font-size: 36px;
  line-height: 36px;
}

.product-tiles .media-left img[data-v-1bab5128] {
  max-width: 36px;
  max-height: 36px;
}

.product-tiles .panel-body > div.pull-right[data-v-1bab5128] {
  margin: -16px -16px 0 0;
}

.product-tiles .panel-body .media[data-v-1bab5128] {
  margin-top: 0;
}

.product-tiles .search-result-container[data-v-1bab5128] {
  position: relative;
}

.product-tiles .search-result[data-v-1bab5128] {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  z-index: 12;
}

.product-tiles .card .card-body[data-v-1bab5128] {
  background-color: #fff;
}

.product-tiles .search-result .media[data-v-1bab5128] {
  margin: 5px -10px;
  padding: 16px 20px;
  background-color: #f9f9fa;
  border-radius: 20px;
  cursor: pointer;
}

.product-tiles .search-result .media[data-v-1bab5128]:hover {
  background-color: #f2f7fa;
  transition: all 0.3s ease-in-out;
}

.product-tiles .search-result p[data-v-1bab5128] {
  margin-bottom: 0;
}

.product-tiles .search-result .media-left img[data-v-1bab5128] {
  margin-top: 10px;
}

.product-tiles .truncate[data-v-1bab5128] {
  white-space: nowrap;
}

.product-tiles .panel + input[data-v-1bab5128] {
  margin-top: 5px;
}

.panel-heading .panel-buttons > a,
.panel-heading .panel-buttons > span {
  float: left;
  margin-left: 15px;
}

.panel-heading .panel-buttons > span {
  margin-top: 1px;
}

.panel.conditions .sub {
  display: inline-block;
  margin-bottom: 4px;
}

.panel.conditions .sub > .btn, .panel.conditions .fc .sub > .fc-button, .fc .panel.conditions .sub > .fc-button, .panel.conditions .swal2-modal .swal2-actions .sub > button, .swal2-modal .swal2-actions .panel.conditions .sub > button, .panel.conditions .wizard > .actions .sub > a, .wizard > .actions .panel.conditions .sub > a {
  margin-left: 2px;
  min-height: 46px;
}

.panel.conditions select {
  vertical-align: top;
}

.panel.conditions .panel-body {
  overflow-x: auto;
  white-space: nowrap;
}

#recommendation-filters .panel-body .form-row {
  display: flex;
}

div.col-md-10.px-0 input {
  width: 100%;
}

div.col-md-5 div.input-group {
  display: inline-flex;
}

.img-preview[data-v-ac9037b4] {
  object-fit: contain;
  width: 100px;
}

.product-box[data-v-ac9037b4] {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.product-box > .product-box-inner[data-v-ac9037b4] {
  display: flex;
  text-decoration: none;
  color: black;
}

.product-box > a[data-v-ac9037b4]:hover {
  text-decoration: none;
  color: black;
}

.img-preview[data-v-e037edc0] {
  object-fit: contain;
  width: 100px;
}

.product-box[data-v-e037edc0] {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.product-box > a[data-v-e037edc0] {
  display: flex;
  text-decoration: none;
  color: black;
}

.product-box > a[data-v-e037edc0]:hover {
  text-decoration: none;
  color: black;
}

.payment-heading[data-v-dccb0c8c] {
  color: #000e4b;
  font-size: 16px;
  font-weight: 500;
}

input[data-v-dccb0c8c]:-webkit-autofill,
input[data-v-dccb0c8c]:-webkit-autofill:hover,
input[data-v-dccb0c8c]:-webkit-autofill:focus,
input[data-v-dccb0c8c]:-webkit-autofill:active {
  box-shadow: none !important;
}

[data-v-dccb0c8c]::input-placeholder, [data-v-dccb0c8c]::placeholder, [data-v-dccb0c8c]:input-placeholder, [data-v-dccb0c8c]:placeholder {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  color: #cbc9d9;
}

.hello-retail-icon[data-v-dccb0c8c] {
  width: 38px;
  height: 38px;
}

.right-side-flex[data-v-dccb0c8c] {
  justify-content: flex-end;
  display: flex;
  gap: 10px;
}

.stripe-success-heading[data-v-dccb0c8c] {
  font-size: 18px;
  color: #2dce98;
  text-align: center;
}

.payment-text[data-v-dccb0c8c] {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.payment-data[data-v-dccb0c8c] {
  background: #f7f7f7;
  padding: 20px;
  margin-top: 20px;
}

.payment-data-line[data-v-dccb0c8c], .payment-info[data-v-dccb0c8c], .payment-buttons[data-v-dccb0c8c] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}

.warning[data-v-dccb0c8c] {
  color: #f00;
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}

.continue-btn[data-v-dccb0c8c], .submit-btn[data-v-dccb0c8c], .change-payment-method-btn[data-v-dccb0c8c] {
  padding: 0 30px;
  height: 45px;
  border-radius: 14px;
  border: 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.64px;
  color: #fff;
}

.submit-btn[data-v-dccb0c8c]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.continue-btn[data-v-dccb0c8c], .submit-btn[data-v-dccb0c8c] {
  background: #2dce98 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 769px) {
  .payment-info[data-v-dccb0c8c] {
    flex-direction: column;
  }
}
@media screen and (max-width: 1150px) {
  .payment-heading[data-v-dccb0c8c] {
    margin-bottom: 10px;
  }
}
.payment-heading[data-v-06b0639f] {
  color: #000e4b;
  font-size: 16px;
  font-weight: 500;
}

input[data-v-06b0639f]:-webkit-autofill,
input[data-v-06b0639f]:-webkit-autofill:hover,
input[data-v-06b0639f]:-webkit-autofill:focus,
input[data-v-06b0639f]:-webkit-autofill:active {
  box-shadow: none !important;
}

[data-v-06b0639f]::input-placeholder, [data-v-06b0639f]::placeholder, [data-v-06b0639f]:input-placeholder, [data-v-06b0639f]:placeholder {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  color: #cbc9d9;
}

.hello-retail-icon[data-v-06b0639f] {
  width: 38px;
  height: 38px;
}

.payment-method-container[data-v-06b0639f] {
  justify-content: flex-end;
  display: flex;
  gap: 10px;
}

.payment-method-option[data-v-06b0639f] {
  min-width: 100px;
  height: 44px;
  border: 1px solid #f5f6fa;
  border-radius: 10px;
  padding: 5px 15px;
  cursor: pointer;
  line-height: 1.3;
}

.payment-method-option.selected[data-v-06b0639f] {
  border: 1px solid #3699ff;
}

.stripePaymentContainer[data-v-06b0639f] {
  margin-top: 20px;
  width: 100%;
}

.stripe-setup-success-heading[data-v-06b0639f] {
  font-size: 18px;
  color: #2dce98;
  text-align: center;
}

.continue-btn[data-v-06b0639f] {
  width: 100%;
  height: 45px;
  background: #2dce98 0% 0% no-repeat padding-box;
  border-radius: 14px;
  border: 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.64px;
  color: #fff;
}

.continue-btn.warning[data-v-06b0639f] {
  font-weight: 500;
  background: #fcdc7b 0% 0% no-repeat padding-box;
  color: #201747;
}

@media screen and (max-width: 1150px) {
  .payment-heading[data-v-06b0639f] {
    margin-bottom: 10px;
  }
  .payment-method-container[data-v-06b0639f] {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.sorting-header[data-v-70b3d95c] {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sorting-icons-container[data-v-70b3d95c] {
  display: inline-flex;
  flex-direction: column;
  margin-top: -14px;
  margin-left: 10px;
}

.sorting-icons-container .btn-icon-prepend[data-v-70b3d95c] {
  font-size: 14px;
  height: 9px;
  color: #718096;
}

.sorting-icons-container .btn-icon-prepend.active[data-v-70b3d95c] {
  color: #ee268c;
}

li.page-select select[data-v-70b3d95c] {
  padding-right: 30px;
}

li.page-select[data-v-70b3d95c] {
  margin-left: 10px;
  margin-right: 10px;
}

.receipt-row:hover {
  cursor: pointer;
}

#orderNumber strong {
  color: #ee268c;
}

.receipt-row:hover #orderNumber strong {
  text-decoration: underline;
}

.receipt-row:hover strong {
  color: #ee268c;
}

@media (max-width: 900px) {
  .card-container {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .card-container > div {
    width: 48% !important;
  }
}
@media (max-width: 462px) {
  .card-container > div {
    width: 100% !important;
  }
}
.btn-clipboard {
  position: absolute;
  right: 20px;
  top: 20px;
}

.error-message[data-v-3e7741c0] {
  border: 1px solid #d43f3a;
}

.prevent-text-select[data-v-75c22a09] { /* standard syntax */ /* webkit (safari, chrome) browsers */ /* mozilla browsers */ /* webkit (konqueror) browsers */
  user-select: none; /* IE10+ */
}

.feeds-test .nav-tabs[data-v-75c22a09] {
  border: 0;
}

.feeds-test .nav-link[data-v-75c22a09] {
  cursor: pointer;
  padding: 10px 0 12px;
  margin: 0 30px 1px 0;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #91a1b6;
  font-weight: 600;
  font-size: 14px;
}

.feeds-test .nav-link.active[data-v-75c22a09] {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #362e59;
  color: #232b38;
}

.product-feed-create .multiselect__tags[data-v-75c22a09] {
  padding: 5px 24px !important;
  height: 42px;
}

.product-feed-create .multiselect__tags .multiselect__input[data-v-75c22a09],
.product-feed-create .multiselect__tags .multiselect__single[data-v-75c22a09] {
  padding: 0.3rem 0 0 !important;
}

.product-feed-create .multiselect__tags .multiselect__placeholder[data-v-75c22a09] {
  padding-top: 0.05rem !important;
}

.feed-editor-footer[data-v-75c22a09] {
  background: #fff 0% 0% no-repeat padding-box;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 100%;
  box-shadow: 0 0 10px rgba(183, 192, 206, 0.2);
  z-index: 100;
}

.clickable[data-v-75c22a09] {
  cursor: pointer;
}

.clickable[data-v-75c22a09]:hover {
  text-decoration: underline;
}

.clickable:hover span[data-v-75c22a09] {
  color: inherit;
  border-bottom: 1px solid;
}

table[data-v-22d75c5c] {
  counter-reset: rowNumber;
}

table tr > td[data-v-22d75c5c]:first-child {
  counter-increment: rowNumber;
}

table tr td[data-v-22d75c5c]:first-child::before {
  content: counter(rowNumber);
  min-width: 1em;
  margin-right: 0.5em;
}

table tr pre[data-v-22d75c5c] {
  padding: 0 1em;
  margin: 0;
  border-radius: 0;
}

table tr.header-row[data-v-22d75c5c]::before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber) " (header)";
  padding-right: 1em;
  padding-left: 1em;
  color: rgba(78, 119, 178, 0.4);
  text-align: left;
}

table tr.data-row[data-v-22d75c5c]::before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber) " (data)";
  padding-right: 1em;
  padding-left: 1em;
  color: rgba(115, 159, 61, 0.4);
  text-align: left;
}

table tr.skipped-row[data-v-22d75c5c]::before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber) " (skipped)";
  padding-right: 1em;
  padding-left: 1em;
  color: rgba(113, 128, 150, 0.4);
  text-align: left;
}

table tr.skipped-row pre[data-v-22d75c5c] {
  background-color: rgba(113, 128, 150, 0.4);
}

table tr.header-row pre[data-v-22d75c5c] {
  background-color: rgba(78, 119, 178, 0.4);
}

table tr.data-row pre[data-v-22d75c5c] {
  background-color: rgba(115, 159, 61, 0.4);
}

div.table-wrapper[data-v-22d75c5c] {
  background-color: #f9f9f9;
}

.preset[data-v-22d75c5c] {
  border: 2px solid #d1d8e3;
}

.preset.selected[data-v-22d75c5c] {
  border-color: #4aae8c;
  background: #8CDFB3;
}

.preset.selected pre[data-v-22d75c5c] {
  background: #4aae8c;
}

#confetti[data-v-431a0626] {
  width: 300px;
  height: 300px;
}

.no-insights-message[data-v-431a0626] {
  max-width: 450px;
  text-align: center;
  line-height: 26px;
}

.no-insight-copyright[data-v-431a0626] {
  font-size: 13px;
}

#infinite-list[data-v-431a0626], #overview-list[data-v-431a0626] {
  overflow: auto;
  height: calc(100vh - 200px);
  position: absolute;
  top: 145px;
  margin: 0 -28px;
  padding: 30px 28px 20px;
  width: calc(100% + 56px);
}

.no-insights-container[data-v-431a0626] {
  animation: fadeIn;
}

.insight-support[data-v-431a0626] {
  height: 38px;
  width: 38px;
}

.flex-parent[data-v-48b53c9c] {
  display: flex;
  flex-flow: column wrap;
  place-content: stretch flex-start;
  align-items: stretch;
}

.pages-disable-container .card-body[data-v-4507f8a6] {
  padding: 40px;
}

.pages-disable-container .card-text[data-v-4507f8a6] {
  font-size: 17px;
}

.pages-disable-container .text-emphasis[data-v-4507f8a6] {
  font-weight: bolder;
  letter-spacing: 0;
  color: #000e4b;
}

.pages-disable-container .pages-disable-container[data-v-4507f8a6] {
  font-size: 17px;
}

@media (max-width: 576px) {
  .pages-disable-container .pages-text[data-v-4507f8a6] {
    order: 2;
  }
  .pages-disable-container .pages-image[data-v-4507f8a6] {
    order: 1;
  }
}
.loading-sppiner-wrapper[data-v-c19892b4] {
  display: flex;
  justify-content: center;
}

.pages-analytics-container .multiselect[data-v-45ab1ba6] {
  background: none;
}

.bigger-badge-icon {
  font-size: 1rem;
}

.page-header[data-v-01faeacc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e7e6e5;
}

.left-content[data-v-01faeacc] {
  flex: 1;
}

.right-content[data-v-01faeacc] {
  text-align: right;
}

.btn[data-v-01faeacc], .fc [data-v-01faeacc].fc-button, .swal2-modal .swal2-actions button[data-v-01faeacc], .wizard > .actions a[data-v-01faeacc] {
  margin-left: 10px;
}

.status-dropdown[data-v-01faeacc] {
  margin-left: 10px;
}

th.sortable[data-v-01faeacc]:hover {
  color: #007bff;
}

th[data-v-01faeacc] {
  cursor: pointer;
  user-select: none;
}

th span[data-v-01faeacc] {
  margin-left: 5px;
  font-size: 0.9rem;
  color: #999;
}

th.sorted-asc[data-v-01faeacc] {
  content: "⬆";
}

th.sorted-desc[data-v-01faeacc] {
  content: "⬇";
}

th.sorted-asc[data-v-01faeacc], th.sorted-desc[data-v-01faeacc] {
  color: #007bff;
}

th.sortable[data-v-01faeacc]:hover {
  color: #007bff;
}

.slider {
  width: 100%;
  height: 0.2rem;
  background: #d0d2dd;
  outline: none;
  opacity: 0.7;
  transition: 0.2s;
  transition: background 450ms ease-in;
  appearance: none;
  border-radius: 1rem;
  margin-right: 10px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  appearance: none;
  width: 0.5rem;
  height: 0.5rem;
  background: #434c78;
  margin-top: -0.02rem;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 8px;
  height: 8px;
  background: #434c78;
  border-radius: 4px;
  cursor: pointer;
}

.boost-container {
  height: 45px;
}

.recom-analytics-details .btn-back[data-v-999f0c36] {
  background: #f4f5f9;
}

.recom-analytics-details h6[data-v-999f0c36] {
  font-size: 13px;
}

.recom-analytics-details strong[data-v-999f0c36] {
  font-size: 20px;
}

.recom-analytics-details .btn-back[data-v-21863b40] {
  background: #f4f5f9;
}

.recom-analytics-details h6[data-v-21863b40] {
  font-size: 13px;
}

.recom-analytics-details strong[data-v-21863b40] {
  font-size: 20px;
}

.mx-icon-left:before, .mx-icon-right:before, .mx-icon-double-left:before, .mx-icon-double-right:before, .mx-icon-double-left:after, .mx-icon-double-right:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg) scale(0.7);
  transform: rotate(-45deg) scale(0.7);
}

.mx-icon-double-left:after {
  left: -4px;
}

.mx-icon-double-right:before {
  left: 4px;
}

.mx-icon-right:before, .mx-icon-double-right:before, .mx-icon-double-right:after {
  -webkit-transform: rotate(135deg) scale(0.7);
  transform: rotate(135deg) scale(0.7);
}

.mx-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #73879c;
  white-space: nowrap;
}

.mx-btn:hover {
  border-color: #1284e7;
  color: #1284e7;
}

.mx-btn:disabled, .mx-btn.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.mx-btn-text {
  border: 0;
  padding: 0 4px;
  text-align: left;
  line-height: inherit;
}

.mx-scrollbar {
  height: 100%;
}

.mx-scrollbar:hover .mx-scrollbar-track {
  opacity: 1;
}

.mx-scrollbar-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mx-scrollbar-track {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 6px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.24s ease-out;
  transition: opacity 0.24s ease-out;
}

.mx-scrollbar-track .mx-scrollbar-thumb {
  position: absolute;
  width: 100%;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.mx-zoom-in-down-enter-active, .mx-zoom-in-down-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.mx-zoom-in-down-enter, .mx-zoom-in-down-enter-from, .mx-zoom-in-down-leave-to {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.mx-datepicker {
  position: relative;
  display: inline-block;
  width: 210px;
}

.mx-datepicker svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.mx-datepicker-range {
  width: 320px;
}

.mx-datepicker-inline {
  width: auto;
}

.mx-input-wrapper {
  position: relative;
}

.mx-input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mx-input:hover, .mx-input:focus {
  border-color: #409aff;
}

.mx-input:disabled, .mx-input.disabled {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #ccc;
  cursor: not-allowed;
}

.mx-input:focus {
  outline: none;
}

.mx-input::-ms-clear {
  display: none;
}

.mx-icon-calendar, .mx-icon-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

.mx-icon-clear {
  cursor: pointer;
}

.mx-icon-clear:hover {
  color: rgba(0, 0, 0, 0.8);
}

.mx-datepicker-main {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
  color: #73879c;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.mx-datepicker-popup {
  position: absolute;
  margin-top: 1px;
  margin-bottom: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 2001;
}

.mx-datepicker-sidebar {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  padding: 6px;
  overflow: auto;
}

.mx-datepicker-sidebar + .mx-datepicker-content {
  margin-left: 100px;
  border-left: 1px solid #e8e8e8;
}

.mx-datepicker-body {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mx-btn-shortcut {
  display: block;
  padding: 0 6px;
  line-height: 24px;
}

.mx-range-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .mx-range-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mx-datepicker-header {
  padding: 6px 8px;
  border-bottom: 1px solid #e8e8e8;
}

.mx-datepicker-footer {
  padding: 6px 8px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}

.mx-calendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 248px;
  padding: 6px 12px;
}

.mx-calendar + .mx-calendar {
  border-left: 1px solid #e8e8e8;
}

.mx-calendar-header, .mx-time-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden;
}

.mx-btn-icon-left, .mx-btn-icon-double-left {
  float: left;
}

.mx-btn-icon-right, .mx-btn-icon-double-right {
  float: right;
}

.mx-calendar-header-label {
  font-size: 14px;
}

.mx-calendar-decade-separator {
  margin: 0 2px;
}

.mx-calendar-decade-separator:after {
  content: "~";
}

.mx-calendar-content {
  position: relative;
  height: 224px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mx-calendar-content .cell {
  cursor: pointer;
}

.mx-calendar-content .cell:hover {
  color: #73879c;
  background-color: #f3f9fe;
}

.mx-calendar-content .cell.active {
  color: #fff;
  background-color: #1284e7;
}

.mx-calendar-content .cell.in-range, .mx-calendar-content .cell.hover-in-range {
  color: #73879c;
  background-color: #dbedfb;
}

.mx-calendar-content .cell.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.mx-calendar-week-mode .mx-date-row {
  cursor: pointer;
}

.mx-calendar-week-mode .mx-date-row:hover {
  background-color: #f3f9fe;
}

.mx-calendar-week-mode .mx-date-row.mx-active-week {
  background-color: #dbedfb;
}

.mx-calendar-week-mode .mx-date-row .cell:hover {
  color: inherit;
  background-color: transparent;
}

.mx-calendar-week-mode .mx-date-row .cell.active {
  color: inherit;
  background-color: transparent;
}

.mx-week-number {
  opacity: 0.5;
}

.mx-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.mx-table th {
  padding: 0;
  font-weight: 500;
  vertical-align: middle;
}

.mx-table td {
  padding: 0;
  vertical-align: middle;
}

.mx-table-date td, .mx-table-date th {
  height: 32px;
  font-size: 12px;
}

.mx-table-date .today {
  color: #2a90e9;
}

.mx-table-date .cell.not-current-month {
  color: #ccc;
  background: none;
}

.mx-time {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 224px;
  background: #fff;
}

.mx-time + .mx-time {
  border-left: 1px solid #e8e8e8;
}

.mx-calendar-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mx-time-header {
  border-bottom: 1px solid #e8e8e8;
}

.mx-time-content {
  height: 224px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.mx-time-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mx-time-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-left: 1px solid #e8e8e8;
  text-align: center;
}

.mx-time-column:first-child {
  border-left: 0;
}

.mx-time-column .mx-time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mx-time-column .mx-time-list::after {
  content: "";
  display: block;
  height: 192px;
}

.mx-time-column .mx-time-item {
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}

.mx-time-column .mx-time-item:hover {
  color: #73879c;
  background-color: #f3f9fe;
}

.mx-time-column .mx-time-item.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700;
}

.mx-time-column .mx-time-item.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.mx-time-option {
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}

.mx-time-option:hover {
  color: #73879c;
  background-color: #f3f9fe;
}

.mx-time-option.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700;
}

.mx-time-option.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

td[data-v-98ac2448], th[data-v-98ac2448] {
  padding: 2px;
  background-color: #fff;
}

td.today[data-v-98ac2448] {
  font-weight: 700;
}

td.disabled[data-v-98ac2448] {
  pointer-events: none;
  background-color: #eee;
  border-radius: 0;
  opacity: 0.6;
}

.fa[data-v-98ac2448] {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: transparent no-repeat 50%;
  background-size: 100% 100%;
  fill: #ccc;
}

.next[data-v-98ac2448]:hover, .prev[data-v-98ac2448]:hover {
  background-color: transparent !important;
}

.next .fa[data-v-98ac2448]:hover, .prev .fa[data-v-98ac2448]:hover {
  opacity: 0.6;
}

.chevron-left[data-v-98ac2448] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 10 10'%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");
}

.chevron-right[data-v-98ac2448] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 10 10'%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");
}

.yearselect[data-v-98ac2448] {
  padding-right: 1px;
  border: none;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.monthselect[data-v-98ac2448] {
  border: none;
}

.daterangepicker .ranges {
  text-align: left;
  margin: 0;
  width: 100%;
}

.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;
  color: #000;
}

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

.daterangepicker .monthselect, .daterangepicker .yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  width: calc(50% - 1rem);
}

.daterangepicker .monthselect {
  margin-right: 1rem;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.daterangepicker .drp-buttons .btn, .daterangepicker .drp-buttons .fc .fc-button, .fc .daterangepicker .drp-buttons .fc-button, .daterangepicker .drp-buttons .swal2-modal .swal2-actions button, .swal2-modal .swal2-actions .daterangepicker .drp-buttons button, .daterangepicker .drp-buttons .wizard > .actions a, .wizard > .actions .daterangepicker .drp-buttons a {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
}

.daterangepicker .btn, .daterangepicker .fc .fc-button, .fc .daterangepicker .fc-button, .daterangepicker .swal2-modal .swal2-actions button, .swal2-modal .swal2-actions .daterangepicker button, .daterangepicker .wizard > .actions a, .wizard > .actions .daterangepicker a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
}

.daterangepicker .btn-primary, .daterangepicker .swal2-modal .swal2-actions button.swal2-confirm, .swal2-modal .swal2-actions .daterangepicker button.swal2-confirm, .daterangepicker .wizard > .actions a, .wizard > .actions .daterangepicker a, .daterangepicker .btn-success {
  background-color: #28a745;
  color: #fff;
}

.daterangepicker .btn-secondary {
  background-color: #6c757d;
  color: #fff;
}

.vue-daterange-picker *, .vue-daterange-picker :after, .vue-daterange-picker :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drp-calendar .col .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.daterangepicker.hide-calendars.show-ranges .ranges, .daterangepicker.hide-calendars.show-ranges .ranges ul {
  width: 100%;
}

.daterangepicker .calendars-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.daterangepicker[readonly] {
  pointer-events: none;
}

.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-size: 15px;
  line-height: 1em;
}

.daterangepicker:after, .daterangepicker:before {
  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:after, .daterangepicker.openscenter:before {
  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: auto;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

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

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

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

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

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
  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 #000;
  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 td, .daterangepicker .calendar-table th {
  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;
  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;
  display: table;
}

.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.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-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 option.disabled, .daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

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

.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.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

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

@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.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.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 .drp-calendar, .daterangepicker.rtl .ranges {
    text-align: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.calendars[data-v-1ebd09d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reportrange-text[data-v-1ebd09d2] {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
}

.daterangepicker[data-v-1ebd09d2] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

@media screen and (max-width: 768px) {
  .daterangepicker.show-ranges .drp-calendar.left[data-v-1ebd09d2] {
    border-left: 0;
  }
  .daterangepicker.show-ranges .ranges[data-v-1ebd09d2] {
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  .daterangepicker.show-ranges .ranges[data-v-1ebd09d2] ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
}
@media screen and (max-width: 541px) {
  .daterangepicker .calendars-container[data-v-1ebd09d2] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 540px) {
  .daterangepicker.show-weeknumbers[data-v-1ebd09d2], .daterangepicker[data-v-1ebd09d2] {
    min-width: 486px;
  }
}
@media screen and (min-width: 768px) {
  .daterangepicker.show-ranges.show-weeknumbers[data-v-1ebd09d2], .daterangepicker.show-ranges[data-v-1ebd09d2] {
    min-width: 682px;
  }
}
@media screen and (max-width: 340px) {
  .daterangepicker.single.show-weeknumbers[data-v-1ebd09d2], .daterangepicker.single[data-v-1ebd09d2] {
    min-width: 250px;
  }
}
@media screen and (min-width: 339px) {
  .daterangepicker.single[data-v-1ebd09d2] {
    min-width: auto;
  }
  .daterangepicker.single.show-ranges.show-weeknumbers[data-v-1ebd09d2], .daterangepicker.single.show-ranges[data-v-1ebd09d2] {
    min-width: 356px;
  }
  .daterangepicker.single.show-ranges .drp-calendar.left[data-v-1ebd09d2] {
    border-left: 1px solid #ddd;
  }
  .daterangepicker.single.show-ranges .ranges[data-v-1ebd09d2] {
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-bottom: 0;
  }
  .daterangepicker.single.show-ranges .ranges[data-v-1ebd09d2] ul {
    display: block;
    width: 100%;
  }
}
.daterangepicker.show-calendar[data-v-1ebd09d2] {
  display: block;
  top: auto;
}

.daterangepicker.opensleft[data-v-1ebd09d2] {
  right: 10px;
  left: auto;
}

.daterangepicker.openscenter[data-v-1ebd09d2] {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.daterangepicker.opensright[data-v-1ebd09d2] {
  left: 10px;
  right: auto;
}

.slide-fade-enter-active[data-v-1ebd09d2] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slide-fade-leave-active[data-v-1ebd09d2] {
  -webkit-transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter[data-v-1ebd09d2], .slide-fade-leave-to[data-v-1ebd09d2] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}

.vue-daterange-picker[data-v-1ebd09d2] {
  position: relative;
  display: inline-block;
  min-width: 60px;
}

.vue-daterange-picker .show-ranges.hide-calendars[data-v-1ebd09d2] {
  width: 150px;
  min-width: 150px;
}

.inline .daterangepicker[data-v-1ebd09d2] {
  position: static;
}

.inline .daterangepicker[data-v-1ebd09d2]:after, .inline .daterangepicker[data-v-1ebd09d2]:before {
  display: none;
}

.pill[data-v-40cc4c67] {
  display: flex;
  padding: 2px 0;
  flex-direction: column;
  border-radius: 25px;
  align-items: center;
}

.pill-run[data-v-40cc4c67] {
  background: #deffee;
  border: 1px solid #eff0f6;
  color: #66cb9f;
}

.pill-warning[data-v-40cc4c67] {
  background: #fff7e6;
  border: 1px solid #f5e6c1;
  color: #f5a623;
}

#logListWrapper[data-v-f870c0c8] {
  transition: margin-top 0.3s ease-out;
  gap: 3rem;
  margin-left: 4.5rem;
  border-left: 0.1rem solid #f2f4f9;
}

#filterPillsHolder[data-v-f870c0c8] {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  min-height: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 4.5rem;
}

.datepicker.datepicker-dropdown[data-v-f870c0c8] {
  max-width: 700px;
}

.vue2-datepicker .mx-icon-clear[data-v-f870c0c8] {
  display: inline-block !important;
}

.mx-input[data-v-f870c0c8] {
  min-width: 13rem;
}

.mx-datepicker-popup[data-v-f870c0c8] {
  z-index: 900 !important; /* Override z-index settings to hide popup with dates under the navbar when scrolling */
}

.dropdown-right .dropdown-menu[data-v-f870c0c8] { /* Override styles to hide popup under the navbar and align it to the right */
  right: -50% !important;
  left: auto !important;
  z-index: 900 !important;
}

#no-activities[data-v-f870c0c8] {
  place-self: center center;
}

.card-header-gap[data-v-4c721a96] {
  gap: 2rem;
  align-items: center;
}

.audit-log-entry-details h1[data-v-4c721a96] {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.audit-log-entry-details p[data-v-4c721a96] {
  margin: 0.5rem 0;
}

td.number[data-v-3dbfb85c], th.number[data-v-3dbfb85c] {
  text-align: right;
}

.hr-spinner[data-v-2ca7c0c8] {
  font-size: 4em !important;
}

.slide-enter-active[data-v-2ca7c0c8] {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.slide-leave-active[data-v-2ca7c0c8] {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to[data-v-2ca7c0c8], .slide-leave[data-v-2ca7c0c8] {
  max-height: 100px;
  overflow: hidden;
}

.slide-enter[data-v-2ca7c0c8], .slide-leave-to[data-v-2ca7c0c8] {
  overflow: hidden;
  max-height: 0;
}

.truncate-single-line[data-v-4c40780e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  display: inline-block;
}

.truncate-multi-line[data-v-4c40780e] {
  max-width: 250px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-img[data-v-4c40780e] {
  width: 34px;
  height: 34px;
  margin-right: 12px;
}

.one-line-truncate[data-v-f4ef2c66] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-container-3-1[data-v-f4ef2c66] {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 16px;
  align-items: start; /* Prevents cards from stretching to match the tallest sibling */
}

.image-container[data-v-f4ef2c66] {
  border: 1px solid #dfe4eb;
  border-radius: 1.5rem;
  margin: 0;
  padding: 0;
}

.image-container img[data-v-f4ef2c66] {
  width: 100%;
  border-radius: 1.5rem 1.5rem 0 0;
  height: auto;
  object-fit: contain;
  max-height: none;
}

.image-container .img-url-link[data-v-f4ef2c66] {
  font-size: 0.813rem;
  font-weight: normal;
  color: #000;
  padding: 1.5rem;
}

.main-container-2-1[data-v-c2915802] {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  align-items: start; /* Prevents cards from stretching to match the tallest sibling */
}

.left-container[data-v-c2915802], .right-container[data-v-c2915802] {
  min-width: 0;
}

.page-header[data-v-67cc1511] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e7e6e5;
}

.left-content[data-v-67cc1511] {
  flex: 1;
}

.right-content[data-v-67cc1511] {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.input-group[data-v-67cc1511] {
  margin-right: 7px;
}

.page-header[data-v-0f244bb8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e7e6e5;
}

.left-content[data-v-0f244bb8] {
  flex: 1;
}

.right-content[data-v-0f244bb8] {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.input-group[data-v-0f244bb8] {
  margin-right: 7px;
}

.upload-status[data-v-21271f7b] {
  margin-top: 15px;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}

.upload-loading[data-v-21271f7b] {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 4px;
}

.upload-error[data-v-21271f7b] {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #f5c6cb;
}

.upload-success[data-v-21271f7b] {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #d4edda;
  color: #155724;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #c3e6cb;
}

.upload-spinner[data-v-21271f7b] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner[data-v-21271f7b] {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007bff;
  border-radius: 50%;
  animation: spin-data-v-21271f7b 1s linear infinite;
}

.upload-message[data-v-21271f7b] {
  margin: 0;
  font-size: 14px;
  color: #495057;
}

.error-message[data-v-21271f7b], .success-message[data-v-21271f7b] {
  flex: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.error-icon[data-v-21271f7b], .success-icon[data-v-21271f7b] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.error-icon[data-v-21271f7b] {
  color: #dc3545;
}

.success-icon[data-v-21271f7b] {
  color: #28a745;
}

@keyframes spin-data-v-21271f7b {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.file-upload-container[data-v-21271f7b] {
  margin-top: 15px;
}

.file-upload-error[data-v-21271f7b] {
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #f5c6cb;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.file-upload-error .error-icon[data-v-21271f7b] {
  width: 16px;
  height: 16px;
  color: #dc3545;
  flex-shrink: 0;
}

.file-input[data-v-21271f7b] {
  display: none;
}

.file-upload-area[data-v-21271f7b] {
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.file-upload-area[data-v-21271f7b]:hover {
  border-color: #007bff;
  background-color: #f8f9fa;
}

.upload-icon[data-v-21271f7b] {
  width: 32px;
  height: 32px;
  color: #6c757d;
  margin-bottom: 10px;
}

.upload-text[data-v-21271f7b] {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #495057;
  font-weight: 500;
}

.upload-hint[data-v-21271f7b] {
  color: #6c757d;
  font-size: 13px;
}

.file-to-upload[data-v-21271f7b] {
  margin-top: 20px;
}

.file-item[data-v-21271f7b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: #f8f9fa;
}

.file-info[data-v-21271f7b] {
  display: flex;
  align-items: center;
  gap: 8px;
}

.file-icon[data-v-21271f7b] {
  width: 16px;
  height: 16px;
  color: #dc3545;
}

.file-name[data-v-21271f7b] {
  font-weight: 500;
  color: #495057;
}

.file-size[data-v-21271f7b] {
  color: #6c757d;
  font-size: 13px;
}

.file-actions[data-v-21271f7b] {
  display: flex;
  align-items: center;
}

.btn-icon[data-v-21271f7b] {
  width: 14px;
  height: 14px;
}

.agreement-upload-section[data-v-21271f7b] {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}

.page-header[data-v-21271f7b] {
  margin-top: 40px;
  margin-bottom: 30px;
}

.header-content[data-v-21271f7b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-title[data-v-21271f7b] {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.header-actions[data-v-21271f7b] {
  display: flex;
  gap: 10px;
}

.form-container[data-v-21271f7b] {
  margin-bottom: 30px;
}

.form-section[data-v-21271f7b] {
  padding: 20px 0;
}

.save-section[data-v-21271f7b] {
  padding: 20px 0;
}

.form-group[data-v-21271f7b] {
  margin-bottom: 1.5rem;
}

.form-label[data-v-21271f7b] {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}

.form-label.required[data-v-21271f7b]::after {
  content: " *";
  color: #dc3545;
}

.form-control[data-v-21271f7b], select[data-v-21271f7b], .email-compose-fields .select2-container--default [data-v-21271f7b].select2-selection--multiple, .select2-container--default [data-v-21271f7b].select2-selection--single, .select2-container--default .select2-selection--single [data-v-21271f7b].select2-search__field, [data-v-21271f7b].typeahead,
[data-v-21271f7b].tt-query,
[data-v-21271f7b].tt-hint {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

.form-control[data-v-21271f7b]:focus, select[data-v-21271f7b]:focus, .email-compose-fields .select2-container--default [data-v-21271f7b].select2-selection--multiple:focus, .select2-container--default [data-v-21271f7b].select2-selection--single:focus, .select2-container--default .select2-selection--single [data-v-21271f7b].select2-search__field:focus, [data-v-21271f7b].typeahead:focus,
[data-v-21271f7b].tt-query:focus,
[data-v-21271f7b].tt-hint:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-error[data-v-21271f7b] {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.form-text[data-v-21271f7b] {
  color: #6c757d;
  font-size: 0.95rem;
  margin-top: 0.25rem;
}

.checkbox-group[data-v-21271f7b] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-check[data-v-21271f7b] {
  margin-bottom: 10px;
}

.form-check-label[data-v-21271f7b] {
  font-weight: 500;
  cursor: pointer;
}

.card-header[data-v-21271f7b] {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.card-title[data-v-21271f7b] {
  margin: 0;
}

.commission-group[data-v-21271f7b] {
  margin-bottom: 20px;
}

.commission-rates[data-v-21271f7b] {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dee2e6;
}

.save-status[data-v-21271f7b] {
  margin-top: 10px;
  text-align: center;
}

.alert[data-v-21271f7b] {
  border-radius: 0.25rem;
  margin-bottom: 25px;
}

.btn-icon-prepend[data-v-21271f7b] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.has-error .form-control[data-v-21271f7b], .has-error select[data-v-21271f7b], .has-error .email-compose-fields .select2-container--default [data-v-21271f7b].select2-selection--multiple, .email-compose-fields .select2-container--default .has-error [data-v-21271f7b].select2-selection--multiple, .has-error .select2-container--default [data-v-21271f7b].select2-selection--single, .select2-container--default .has-error [data-v-21271f7b].select2-selection--single, .has-error .select2-container--default .select2-selection--single [data-v-21271f7b].select2-search__field, .select2-container--default .select2-selection--single .has-error [data-v-21271f7b].select2-search__field, .has-error [data-v-21271f7b].typeahead,
.has-error [data-v-21271f7b].tt-query,
.has-error [data-v-21271f7b].tt-hint {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn[data-v-21271f7b]:disabled, .fc [data-v-21271f7b].fc-button:disabled, .swal2-modal .swal2-actions button[data-v-21271f7b]:disabled, .wizard > .actions a[data-v-21271f7b]:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn-block[data-v-21271f7b] {
  width: 100%;
}

input[type=number][data-v-21271f7b] {
  -moz-appearance: textfield;
}

input[type=number][data-v-21271f7b]::-webkit-outer-spin-button,
input[type=number][data-v-21271f7b]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.section-header[data-v-21271f7b] {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #495057 !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
  display: block;
}

.file-upload-container[data-v-21271f7b] {
  margin-bottom: 1rem;
}

.file-input[data-v-21271f7b] {
  display: none;
}

.file-upload-area[data-v-21271f7b] {
  border: 2px dashed #ced4da;
  border-radius: 0.375rem;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  background-color: #f8f9fa;
}

.file-upload-area[data-v-21271f7b]:hover {
  border-color: #80bdff;
  background-color: #e9ecef;
}

.upload-icon[data-v-21271f7b] {
  width: 48px;
  height: 48px;
  color: #6c757d;
  margin-bottom: 1rem;
}

.upload-text[data-v-21271f7b] {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  color: #495057;
  font-weight: 500;
}

.upload-hint[data-v-21271f7b] {
  color: #6c757d;
  font-size: 0.875rem;
}

.file-to-upload[data-v-21271f7b] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  border: 1px solid #e9ecef;
}

.file-to-upload h6[data-v-21271f7b] {
  margin-bottom: 0.75rem;
  color: #495057;
  font-weight: 600;
}

.file-item[data-v-21271f7b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  background-color: white;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

.file-item[data-v-21271f7b]:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.file-item[data-v-21271f7b]:last-child {
  margin-bottom: 0;
}

.file-info[data-v-21271f7b] {
  display: flex;
  align-items: center;
  flex: 1;
}

.file-icon[data-v-21271f7b] {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
  color: #dc3545;
}

.file-name[data-v-21271f7b] {
  font-weight: 500;
  color: #495057;
  margin-right: 0.5rem;
}

.file-size[data-v-21271f7b] {
  color: #6c757d;
  font-size: 0.875rem;
}

.file-actions[data-v-21271f7b] {
  display: flex;
  align-items: center;
}

.spinner[data-v-21271f7b] {
  display: flex;
  align-items: center;
}

.spinner-border[data-v-21271f7b] {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 0.2em;
}

.spinner-border-sm[data-v-21271f7b] {
  width: 1rem;
  height: 1rem;
  border-width: 0.1em;
}

.btn-icon[data-v-21271f7b] {
  width: 14px;
  height: 14px;
}

.existing-agreements[data-v-21271f7b] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  border: 1px solid #e9ecef;
}

.existing-agreements h6[data-v-21271f7b] {
  margin-bottom: 0.75rem;
  color: #495057;
  font-weight: 600;
}

.agreements-table-container[data-v-21271f7b] {
  overflow-x: auto;
}

.agreements-table[data-v-21271f7b] {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 12px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.agreements-table th[data-v-21271f7b] {
  background-color: #f8f9fa;
  color: #495057;
  font-weight: 600;
  padding: 10px 8px;
  text-align: left;
  border-bottom: 2px solid #dee2e6;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.agreements-table td[data-v-21271f7b] {
  padding: 10px 8px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
}

.agreements-table tbody tr[data-v-21271f7b]:hover {
  background-color: #f8f9fa;
}

.agreements-table tbody tr:last-child td[data-v-21271f7b] {
  border-bottom: none;
}

.agreement-link[data-v-21271f7b] {
  display: flex;
  align-items: center;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.agreement-link[data-v-21271f7b]:hover {
  color: #0056b3;
  text-decoration: underline;
}

.agreement-link .file-icon[data-v-21271f7b] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  color: #dc3545;
}

.agreement-status-active[data-v-21271f7b] {
  color: #28a745;
  font-weight: 500;
  background-color: #d4edda;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.agreement-status-inactive[data-v-21271f7b] {
  color: #dc3545;
  font-weight: 500;
  background-color: #f8d7da;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.agreement-status-default[data-v-21271f7b] {
  color: #6c757d;
  font-weight: 500;
  background-color: #e2e3e5;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.contract-type-standard[data-v-21271f7b] {
  color: #155724;
  font-weight: 500;
  background-color: #c3e6cb;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
}

.contract-type-non-standard[data-v-21271f7b] {
  color: #856404;
  font-weight: 500;
  background-color: #ffeaa7;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
}

.contract-type-default[data-v-21271f7b] {
  color: #495057;
  font-weight: 500;
  background-color: #f8f9fa;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
}

.edit-agreement-btn[data-v-21271f7b] {
  padding: 2px 6px;
  margin: 0;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #dee2e6;
  color: #6c757d;
}

.edit-agreement-btn[data-v-21271f7b]:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
}

.modal-overlay[data-v-21271f7b] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-container[data-v-21271f7b] {
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-header[data-v-21271f7b] {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title[data-v-21271f7b] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #495057;
}

.modal-close-btn[data-v-21271f7b] {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #6c757d;
  border-radius: 4px;
}

.modal-close-btn[data-v-21271f7b]:hover {
  background-color: #f8f9fa;
  color: #495057;
}

.modal-body[data-v-21271f7b] {
  padding: 24px;
}

.modal-footer[data-v-21271f7b] {
  padding: 16px 24px 20px;
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.agreement-filename[data-v-21271f7b] {
  color: #495057;
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 0;
  font-family: monospace;
  font-size: 13px;
}

.error-message-container[data-v-21271f7b] {
  margin-bottom: 16px;
}

.error-message[data-v-21271f7b] {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 12px 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  position: relative;
}

.error-icon[data-v-21271f7b] {
  width: 16px;
  height: 16px;
  color: #dc3545;
  flex-shrink: 0;
}

.error-close-btn[data-v-21271f7b] {
  background: none;
  border: none;
  color: #721c24;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.error-close-btn[data-v-21271f7b]:hover {
  background-color: rgba(114, 28, 36, 0.1);
}

.spinning[data-v-21271f7b] {
  animation: spin-data-v-21271f7b 1s linear infinite;
}

@keyframes spin-data-v-21271f7b {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.agreement-placeholder[data-v-21271f7b] {
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
}

.placeholder-content[data-v-21271f7b] {
  color: #6c757d;
}

.placeholder-icon[data-v-21271f7b] {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  color: #adb5bd;
}

.placeholder-text[data-v-21271f7b] {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 500;
}

.placeholder-hint[data-v-21271f7b] {
  font-size: 13px;
  color: #adb5bd;
}

@media (max-width: 768px) {
  .header-content[data-v-21271f7b] {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .file-item[data-v-21271f7b] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .file-actions[data-v-21271f7b] {
    align-self: flex-end;
  }
  .agreements-table[data-v-21271f7b] {
    font-size: 11px;
  }
  .agreements-table th[data-v-21271f7b],
  .agreements-table td[data-v-21271f7b] {
    padding: 6px 4px;
  }
  .agreement-link[data-v-21271f7b] {
    flex-direction: column;
    align-items: flex-start;
  }
  .agreement-link .file-icon[data-v-21271f7b] {
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.page-header[data-v-1f89650e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e7e6e5;
}

.left-content[data-v-1f89650e] {
  flex: 1;
}

.right-content[data-v-1f89650e] {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.input-group[data-v-1f89650e] {
  margin-right: 7px;
}

.partners-section[data-v-6761f21e] {
  margin-top: 30px;
}

.partners-header[data-v-6761f21e] {
  margin-bottom: 20px;
}

.partners-title[data-v-6761f21e] {
  font-size: 20px;
  font-weight: 500;
  color: #495057;
  margin: 0;
}

.status-tabs[data-v-6761f21e] {
  margin-bottom: 20px;
}

.nav-tabs[data-v-6761f21e] {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
}

.nav-item[data-v-6761f21e] {
  margin-bottom: -1px;
}

.nav-link[data-v-6761f21e] {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  display: block;
  padding: 0.5rem 1rem;
  color: #495057;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

.nav-link[data-v-6761f21e]:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #495057;
  text-decoration: none;
}

.nav-link.active[data-v-6761f21e] {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.page-header[data-v-6761f21e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e7e6e5;
}

.left-content[data-v-6761f21e] {
  flex: 1;
}

.right-content[data-v-6761f21e] {
  text-align: right;
}

.btn[data-v-6761f21e], .fc [data-v-6761f21e].fc-button, .swal2-modal .swal2-actions button[data-v-6761f21e], .wizard > .actions a[data-v-6761f21e] {
  margin-left: 10px;
}

.partner-details-row[data-v-6761f21e] {
  background-color: #f8f9fa;
}

.partner-details-cell[data-v-6761f21e] {
  padding: 0 !important;
}

.partner-details-content[data-v-6761f21e] {
  padding: 20px;
  border-top: 2px solid #dee2e6;
}

.detail-section[data-v-6761f21e] {
  background: white;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.detail-section-title[data-v-6761f21e] {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 5px;
}

.detail-item[data-v-6761f21e] {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.detail-item[data-v-6761f21e]:last-child {
  margin-bottom: 0;
}

.detail-item strong[data-v-6761f21e] {
  color: #495057;
  margin-right: 5px;
}

.status-active[data-v-6761f21e],
.agreement-status-active[data-v-6761f21e] {
  color: #28a745;
  font-weight: 500;
}

.status-inactive[data-v-6761f21e],
.agreement-status-inactive[data-v-6761f21e] {
  color: #dc3545;
  font-weight: 500;
}

.status-pending[data-v-6761f21e] {
  color: #ffc107;
  font-weight: 500;
}

.status-default[data-v-6761f21e],
.agreement-status-default[data-v-6761f21e] {
  color: #6c757d;
  font-weight: 500;
}

.agreement-status-active[data-v-6761f21e] {
  background-color: #d4edda;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.agreement-status-inactive[data-v-6761f21e] {
  background-color: #f8d7da;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.agreement-status-default[data-v-6761f21e] {
  background-color: #e2e3e5;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.contract-type-standard[data-v-6761f21e],
.contract-type-non-standard[data-v-6761f21e],
.contract-type-default[data-v-6761f21e] {
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
}

.contract-type-standard[data-v-6761f21e] {
  color: #155724;
  background-color: #c3e6cb;
}

.contract-type-non-standard[data-v-6761f21e] {
  color: #856404;
  background-color: #ffeaa7;
}

.contract-type-default[data-v-6761f21e] {
  color: #495057;
  background-color: #f8f9fa;
}

.btn-outline[data-v-6761f21e] {
  background: transparent;
  border: 1px solid #dee2e6;
  color: #6c757d;
}

.btn-outline[data-v-6761f21e]:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
}

.btn-group[data-v-6761f21e], .fc .fc-toolbar.fc-header-toolbar .fc-left [data-v-6761f21e].fc-button-group, .fc .fc-toolbar.fc-header-toolbar .fc-right [data-v-6761f21e].fc-button-group {
  display: inline-flex;
  gap: 2px;
}

.btn-group .btn[data-v-6761f21e], .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .btn[data-v-6761f21e], .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .btn[data-v-6761f21e], .btn-group .fc [data-v-6761f21e].fc-button, .fc .btn-group [data-v-6761f21e].fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group [data-v-6761f21e].fc-button, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group [data-v-6761f21e].fc-button, .btn-group .swal2-modal .swal2-actions button[data-v-6761f21e], .swal2-modal .swal2-actions .btn-group button[data-v-6761f21e], .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .swal2-modal .swal2-actions button[data-v-6761f21e], .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button[data-v-6761f21e], .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .swal2-modal .swal2-actions button[data-v-6761f21e], .swal2-modal .swal2-actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group button[data-v-6761f21e], .btn-group .wizard > .actions a[data-v-6761f21e], .wizard > .actions .btn-group a[data-v-6761f21e], .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .wizard > .actions a[data-v-6761f21e], .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group a[data-v-6761f21e], .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .wizard > .actions a[data-v-6761f21e], .wizard > .actions .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group a[data-v-6761f21e] {
  margin-left: 0;
}

.text-muted[data-v-6761f21e], .dropzone.dz-clickable .dz-message [data-v-6761f21e], .editor-toolbar a[data-v-6761f21e] {
  color: #6c757d;
}

.expandable-email-field[data-v-6761f21e] {
  margin-top: 8px;
}

.truncated-email[data-v-6761f21e] {
  font-size: 13px;
  color: #6c757d;
  line-height: 1.4;
  background: #f8f9fa;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #e9ecef;
}

.full-email-content[data-v-6761f21e] {
  margin-top: 8px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background: #fff;
}

.email-header[data-v-6761f21e] {
  background: #f8f9fa;
  padding: 10px 15px;
  border-bottom: 1px solid #dee2e6;
  border-radius: 6px 6px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.email-body[data-v-6761f21e] {
  padding: 0;
}

.email-text[data-v-6761f21e] {
  background: #ffffff;
  padding: 15px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  max-height: 400px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: "Courier New", Courier, monospace;
  color: #495057;
  border: none;
  border-radius: 0 0 6px 6px;
}

.email-toggle-link[data-v-6761f21e] {
  color: #007bff;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
  margin-left: 3px;
}

.email-toggle-link[data-v-6761f21e]:hover {
  color: #0056b3;
  text-decoration: underline;
}

.agreements-section[data-v-6761f21e] {
  margin-top: 15px;
}

.agreements-header[data-v-6761f21e] {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #dee2e6;
}

.agreements-header[data-v-6761f21e]:hover {
  background-color: #f8f9fa;
  border-radius: 4px;
  padding: 5px 8px;
}

.toggle-icon[data-v-6761f21e] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #6c757d;
  transition: transform 0.2s ease;
}

.agreements-content[data-v-6761f21e] {
  padding: 15px 0;
}

.no-agreements[data-v-6761f21e] {
  text-align: center;
  padding: 20px;
  color: #6c757d;
}

.no-agreements p[data-v-6761f21e] {
  margin: 0;
  font-style: italic;
}

.agreements-table-container[data-v-6761f21e] {
  overflow-x: auto;
}

.agreements-table[data-v-6761f21e] {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 12px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.agreements-table th[data-v-6761f21e] {
  background-color: #f8f9fa;
  color: #495057;
  font-weight: 600;
  padding: 10px 8px;
  text-align: left;
  border-bottom: 2px solid #dee2e6;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.agreements-table td[data-v-6761f21e] {
  padding: 10px 8px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
}

.agreements-table tbody tr[data-v-6761f21e]:hover {
  background-color: #f8f9fa;
}

.agreements-table tbody tr:last-child td[data-v-6761f21e] {
  border-bottom: none;
}

.agreement-link[data-v-6761f21e],
.partner-name-link[data-v-6761f21e] {
  display: flex;
  align-items: center;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.agreement-link[data-v-6761f21e]:hover,
.partner-name-link[data-v-6761f21e]:hover {
  color: #0056b3;
  text-decoration: underline;
}

.agreement-link .file-icon[data-v-6761f21e] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  color: #dc3545;
}

.partner-warning-icon[data-v-6761f21e] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #ffc107;
  flex-shrink: 0;
}

.inactive-agreement[data-v-6761f21e] {
  opacity: 0.6;
  background-color: #f8f9fa;
}

.inactive-agreement td[data-v-6761f21e] {
  color: #6c757d;
}

.error-message-container[data-v-6761f21e] {
  margin-bottom: 15px;
}

.error-message[data-v-6761f21e] {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 12px 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  position: relative;
}

.error-icon[data-v-6761f21e] {
  width: 16px;
  height: 16px;
  color: #dc3545;
  flex-shrink: 0;
}

.error-close-btn[data-v-6761f21e] {
  background: none;
  border: none;
  color: #721c24;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.error-close-btn[data-v-6761f21e]:hover {
  background-color: rgba(114, 28, 36, 0.1);
}

.error-close-btn icon[data-v-6761f21e] {
  width: 14px;
  height: 14px;
}

@media (max-width: 768px) {
  .agreements-table[data-v-6761f21e] {
    font-size: 11px;
  }
  .agreements-table th[data-v-6761f21e],
  .agreements-table td[data-v-6761f21e] {
    padding: 6px 4px;
  }
  .agreement-link[data-v-6761f21e] {
    flex-direction: column;
    align-items: flex-start;
  }
  .agreement-link .file-icon[data-v-6761f21e] {
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.pill[data-v-0eb98798] {
  display: flex;
  padding: 2px 8px;
  flex-direction: column;
  border-radius: 25px;
  align-items: center;
}

.pill-run[data-v-0eb98798] {
  background: #deffee;
  border: 1px solid #eff0f6;
  color: #66cb9f;
}

.pill-warning[data-v-0eb98798] {
  background: #fff7e6;
  border: 1px solid #f5e6c1;
  color: #f5a623;
}

.pill[data-v-10f0ff40] {
  padding: 5px 10px;
  border-radius: 25px;
  margin-right: 5px;
}

.pill-run[data-v-10f0ff40] {
  background: #deffee;
  border: 1px solid #eff0f6;
  color: #66cb9f;
}

.pill-warning[data-v-10f0ff40] {
  background: #fff7e6;
  border: 1px solid #f5e6c1;
  color: #f5a623;
}

.pulse-animate-btn[data-v-10f0ff40] {
  animation: pulse-data-v-10f0ff40 1.3s infinite;
}

@keyframes pulse-data-v-10f0ff40 {
  0% {
    box-shadow: 0 0 0 0 rgb(102, 203, 159);
  }
  75% {
    box-shadow: 0 0 0 10px rgba(102, 203, 159, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(102, 203, 159, 0);
  }
}
.max-width-800 {
  max-width: 800px;
}

.row-block {
  display: flex;
  gap: 4rem;
}

.placement-circle-container {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.placement-circle {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.circle {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}

.custom {
  background-image: linear-gradient(45deg, #C448FB, #D937C3, #EE268C);
}

.global {
  background-image: linear-gradient(45deg, #8AE673, #0F8A00);
}

@media (max-width: 1170px) {
  .row-block {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.truncate-card-text[data-v-4242f68a] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slider-image-container[data-v-4242f68a] {
  border-radius: 25px;
  padding: 2px;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.slider-image-container.active[data-v-4242f68a] {
  background: linear-gradient(to right, #C448FB, #EE268C, #F46DB2);
}

.slider-image[data-v-4242f68a] {
  height: 250px;
  object-fit: contain;
}

.main-header[data-v-4242f68a] {
  font-size: 3.5rem;
}

.secondary-header[data-v-4242f68a] {
  font-size: 1.75rem;
}

.text-gradient[data-v-4242f68a] {
  background: linear-gradient(to right, #C448FB, #EE268C, #F46DB2);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
}

.rm-video-box[data-v-4242f68a] {
  border-radius: 0.75rem;
}

.rm-video[data-v-4242f68a] {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

body.supervisor #app.design-edit,
body.supervisor #app.design-edit > .container-fluid,
body.supervisor #app.design-edit > .container-sm,
body.supervisor #app.design-edit > .container-md,
body.supervisor #app.design-edit > .container-lg,
body.supervisor #app.design-edit > .container-xl,
body.supervisor #app.design-edit > .container-fluid > div,
body.supervisor #app.design-edit > .container-sm > div,
body.supervisor #app.design-edit > .container-md > div,
body.supervisor #app.design-edit > .container-lg > div,
body.supervisor #app.design-edit > .container-xl > div {
  height: 100%;
}

/* Individual toast styling */
.toast[data-v-111aedbd] {
  position: relative;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  pointer-events: auto; /* Make the toast itself clickable */
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
}

/* Make sure header and body content doesn't overflow */
.toast-header[data-v-111aedbd], .toast-body[data-v-111aedbd] {
  word-break: break-word;
}

.toast-header[data-v-111aedbd] {
  /* Add padding to the right to make space for the close button */
  padding-right: 2.5rem;
}

.close[data-v-111aedbd] {
  /* Always position the close button in the upper right corner of the toast, regardless of the title having several lines */
  position: absolute;
  top: 0;
  right: 0.75rem;
}

.check-icon svg {
  width: 112px;
  height: 112px;
}

.contract-flow-finalized-page-wrapper[data-v-913fa700] {
  background: #f4f6fa;
  opacity: 1;
  overflow-y: scroll;
}

.contract-flow-finalized-container[data-v-913fa700] {
  max-width: 800px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1019607843);
  border-radius: 40px;
  opacity: 1;
  margin: 50px auto;
  display: flex;
}

.modal .modal-dialog .modal-content[data-v-913fa700] {
  padding: 0;
  border-radius: 40px;
  position: relative;
}

.contract-flow-finalized-modal-content-body[data-v-913fa700] {
  padding: 100px 110px;
}

.header-icon[data-v-913fa700] {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.header-container[data-v-913fa700] {
  padding: 1rem;
}

.contract-flow-finalized-header[data-v-913fa700] {
  display: flex;
}

.contract-flow-finalized-body[data-v-913fa700] {
  margin-top: 50px;
  justify-content: flex-start;
  flex-direction: column;
}

.contract-flow-finalized-heading[data-v-913fa700] {
  font-size: 32px;
  font-family: Poppins, sans-serif;
  letter-spacing: 0;
  color: #4b446b;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.contract-flow-finalized-sub-heading[data-v-913fa700] {
  font-size: 14px;
  color: #4b446b;
  letter-spacing: 0;
  margin-top: 30px;
  text-align: center;
}

.check-icon[data-v-913fa700] {
  width: 112px;
  height: 112px;
  color: #2dce98;
}

@media screen and (max-width: 1150px) {
  .contract-flow-finalized-container[data-v-913fa700] {
    margin: 20px auto;
  }
  .modal-content-body[data-v-913fa700] {
    padding: 20px 25px;
  }
  .contract-flow-finalized-body[data-v-913fa700] {
    margin-top: 50px;
  }
  .contract-flow-finalized-heading[data-v-913fa700] {
    font-size: 24px;
  }
  .contract-flow-finalized-sub-heading[data-v-913fa700] {
    font-size: 18px;
  }
  .contract-flow-finalized-content[data-v-913fa700] {
    font-size: 15px;
  }
}
.contract-image-container {
  border: 1px solid #ebedf3;
  border-radius: 30px;
  opacity: 1;
  width: 100%;
  height: 462px;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.contract-view {
  width: 100%;
  height: 462px;
  border: 0;
}

.view-agreement-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 180px;
  height: 42px;
  background: #9063cd 0% 0% no-repeat padding-box;
  border-radius: 12px;
  border: 0;
  opacity: 1;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .view-agreement-btn {
    position: relative;
    margin: 20px auto 0;
    top: 0;
    right: 0;
  }
  .contract-image-container {
    display: none;
  }
}
.tab-number[data-v-0b44aba3] {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  color: #cfd3e9;
  margin-bottom: 5px;
}

.tab-name[data-v-0b44aba3] {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #cfd3e9;
}

.nav-link[data-v-0b44aba3] {
  min-width: 150px;
  padding: 8px 16px 18px;
}

.nav-link.active[data-v-0b44aba3] {
  border: 0;
  border-bottom: 2px solid #9063cd !important;
  background-color: transparent !important;
  color: #9063cd !important;
}

.nav-link.visited[data-v-0b44aba3] {
  border: 0;
  border-bottom: 2px solid #2dce98 !important;
  background-color: transparent !important;
  color: #2dce98 !important;
}

.nav-link.active[data-v-0b44aba3] :is(.tab-name, .tab-number) {
  color: #9063cd !important;
}

.nav-link.visited[data-v-0b44aba3] :is(.tab-name, .tab-number) {
  color: #2dce98 !important;
}

.nav-link[data-v-0b44aba3]:hover,
.nav-tabs .nav-link[data-v-0b44aba3]:focus {
  border-color: transparent;
}

.nav-tabs[data-v-0b44aba3] {
  justify-content: space-between;
  width: 100%;
}

.nav-tabs .nav-item[data-v-0b44aba3] {
  flex-grow: 1;
}

@media screen and (max-width: 1150px) {
  .nav-tabs[data-v-0b44aba3] {
    max-width: fit-content;
  }
}
.intro-link[data-v-00916706] {
  color: #000e4b !important;
}

.confirmation-header[data-v-1ebec278] {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
}

.confirmation-message-section[data-v-1ebec278] {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.confirmation-message[data-v-1ebec278] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  padding: 34px 56px 50px;
  border: 1px solid #cfd3e9;
  border-radius: 30px;
  opacity: 1;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.17px;
  color: #7b7890;
}

.user-section[data-v-1ebec278] {
  display: inline-flex;
  padding: 12px;
  margin-top: -22px;
  background: #fff;
}

input[data-v-1ebec278]:-webkit-autofill,
input[data-v-1ebec278]:-webkit-autofill:hover,
input[data-v-1ebec278]:-webkit-autofill:focus,
input[data-v-1ebec278]:-webkit-autofill:active {
  box-shadow: none !important;
}

[data-v-1ebec278]::input-placeholder, [data-v-1ebec278]::placeholder, [data-v-1ebec278]:input-placeholder, [data-v-1ebec278]:placeholder {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  color: #cbc9d9;
}

.contract-completion-image[data-v-1ebec278] {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.contract-completion-info[data-v-1ebec278] {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.continue-btn[data-v-1ebec278] {
  width: 100%;
  height: 45px;
  background: #2dce98 0% 0% no-repeat padding-box;
  border-radius: 14px;
  border: 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.64px;
  color: #fff;
}

.continue-btn.warning[data-v-1ebec278] {
  font-weight: 500;
  background: #fcdc7b 0% 0% no-repeat padding-box;
  color: #201747;
}

@media screen and (max-width: 1150px) {
  .confirmation-header[data-v-1ebec278] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contract-completion-image[data-v-1ebec278] {
    flex-direction: row;
    padding-right: 20px;
  }
  .contract-completion-info[data-v-1ebec278] {
    text-align: left;
    padding-left: 20px;
  }
  .user-section[data-v-1ebec278] {
    max-width: 70%;
    margin-top: -35px;
  }
}
.link {
  color: #3699ff;
}

.contract-flow-footer[data-v-3853afd0] {
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 30px 0 80px;
}

.footer-message-section[data-v-3853afd0] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-message[data-v-3853afd0] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 162px;
  padding: 34px 56px 50px;
  border: 1px solid #cfd3e9;
  border-radius: 30px;
  opacity: 1;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.17px;
  color: #7b7890;
}

.user-section[data-v-3853afd0] {
  margin-top: -24px;
  line-height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: #fff;
}

.user-image[data-v-3853afd0] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}

.user-alt-image[data-v-3853afd0] {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  padding: 2px;
  border-radius: 40px 8px 40px 40px;
  box-shadow: 0 1px 8px 0 rgba(54, 74, 99, 0.26);
}

.user-details[data-v-3853afd0] {
  font-size: 14px;
  letter-spacing: 0;
  color: #000e4b;
  line-height: 16px;
  margin-top: -5px;
}

.footer-btn-container[data-v-3853afd0] {
  display: flex;
  width: 100%;
  margin-top: 80px;
}

.footer-btn[data-v-3853afd0] {
  width: 140px;
  height: 45px;
  border-radius: 14px;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto, Oxygen, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.64px;
}

.next-btn[data-v-3853afd0] {
  background: #2dce98 0% 0% no-repeat padding-box;
  color: #fff;
}

.prev-btn[data-v-3853afd0] {
  background: #f6f6f6 0% 0% no-repeat padding-box;
  color: #000e4b;
}

.accept-btn[data-v-3853afd0] {
  width: 396px;
  background: #2dce98 0% 0% no-repeat padding-box;
  color: #fff;
}

.accept-btn.disabled[data-v-3853afd0] {
  background: rgba(45, 206, 152, 0.6) 0% 0% no-repeat padding-box;
  cursor: not-allowed;
}

.spinner-border[data-v-3853afd0] {
  width: 18px;
  height: 18px;
  border-width: 2px;
}

@media screen and (max-width: 1150px) {
  .contract-flow-footer[data-v-3853afd0] {
    margin: 30px 0 20px;
  }
  .contract-image-container[data-v-3853afd0] {
    height: 260px;
  }
  .user-section[data-v-3853afd0] {
    max-width: 80%;
  }
  .user-details[data-v-3853afd0] {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-btn-container[data-v-3853afd0] {
    margin-top: 20px;
  }
}
.votes[data-v-47334834] {
  margin: 10px 0;
  text-align: right;
}

.votes button.selected[data-v-47334834] {
  background-color: #ddd;
}

div.form-inline[data-v-45898617] {
  margin-bottom: 2px;
}

.form-inline[data-v-45898617] {
  display: flex;
  flex-flow: nowrap;
  align-items: flex-start;
}

@media (min-width: 576px) {
  .form-inline .form-group[data-v-45898617] {
    display: inline;
    flex-flow: nowrap;
    margin-bottom: 0;
  }
}
#condition-selector .form-group[data-v-45898617] {
  margin-right: 4px;
}

.source-condition .form-inline {
  flex-wrap: nowrap;
}

.source-condition .form-group {
  align-self: flex-start;
}

.sub {
  max-width: 5rem;
}

.sub .combobox {
  position: inherit;
}

.sub .combobox .dropdown-menu {
  position: inherit;
}

.toggle[data-v-1f467db8] {
  width: 65px;
  height: 26px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 200px;
  padding: 2px;
  transition: background 0.6s;
  display: flex;
  align-items: center;
  line-height: 20px;
  cursor: pointer;
}

.toggle .draggable[data-v-1f467db8] {
  width: 20px;
  height: 20px;
  background: #c4c4c4;
  border-radius: 100%;
  box-shadow: none;
  transform: translateX(0%);
  transition: transform 0.02s ease-in-out;
}

.toggle.active[data-v-1f467db8] {
  background: #72d09c;
  transition: background 0.6s;
  border: 2px solid #72d09c;
}

.toggle.active .draggable[data-v-1f467db8] {
  background: #fff;
}

.toggle[data-v-1f467db8] ::before {
  content: "OFF";
  font-size: 13px;
  font-weight: bold;
  left: 25px;
  top: 1px;
  position: absolute;
}

.toggle.active[data-v-1f467db8] ::after {
  content: "ON";
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  right: 27px;
  top: 1px;
  position: absolute;
  opacity: 1;
}

.toggle.active[data-v-1f467db8] ::before {
  content: "";
}

.app[data-v-1f467db8] {
  display: flex;
}

.switches[data-v-1f467db8] {
  margin-right: 30px;
}

pre[data-v-1f467db8] {
  margin: 0;
  background: #513d56;
  color: #efefef;
  padding: 20px;
  border-radius: 6px;
  width: 200px;
}

.page-type-select[data-v-53fb43a5] {
  margin-top: 10px;
}

.selected-filter[data-v-53fb43a5] {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #dadce0;
  border-radius: 16px;
  padding: 20px;
  margin-top: 10px;
  cursor: move;
}

.filter-expand-btn[data-v-53fb43a5] {
  border: 0;
  background: transparent;
  margin-left: 40px;
}

.stripe-setup-failed[data-v-cbf9a9aa] {
  padding: 14px 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.stripe-element-input[data-v-cbf9a9aa] {
  width: 100%;
  background: #f5f6fa 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 0;
  padding: 14px 20px;
}

.card-holder-container[data-v-cbf9a9aa] {
  display: flex;
  justify-content: space-between;
}

.card-holder-info[data-v-cbf9a9aa] {
  width: 48%;
  display: inline-block;
}

.card-holder-input[data-v-cbf9a9aa] {
  width: 100%;
  background: #f5f6fa 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 0;
  padding: 14px 20px;
}

.payment-option-label[data-v-cbf9a9aa] {
  font-size: 12px;
  font-weight: bold;
  font-family: Montserrat;
  letter-spacing: 0;
  color: #000e4b;
  margin-top: 20px;
}

.payment-option-description[data-v-cbf9a9aa] {
  font-size: 12px;
  letter-spacing: 0.19px;
  color: #000e4b;
  margin-top: 20px;
}

.submit-btn[data-v-cbf9a9aa] {
  width: 100%;
  height: 45px;
  background: #2dce98 0% 0% no-repeat padding-box;
  border-radius: 14px;
  border: 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.64px;
  color: #fff;
}

.submit-btn[data-v-cbf9a9aa]:disabled {
  font-weight: 500;
  background: #fcdc7b 0% 0% no-repeat padding-box;
  color: #201747;
}

.stripe-setup-failed[data-v-59d61eee] {
  padding: 14px 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.stripe-element-input[data-v-59d61eee] {
  width: 100%;
  background: #f5f6fa 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 0;
  padding: 0;
}

.account-holder-container[data-v-59d61eee] {
  display: flex;
  justify-content: space-between;
}

.account-holder-info[data-v-59d61eee] {
  width: 48%;
  display: inline-block;
}

.account-holder-input[data-v-59d61eee] {
  width: 100%;
  background: #f5f6fa 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 0;
  padding: 14px 20px;
}

.payment-option-label[data-v-59d61eee] {
  font-size: 12px;
  font-weight: bold;
  font-family: Montserrat;
  letter-spacing: 0;
  color: #000e4b;
  margin-top: 20px;
}

.payment-option-description[data-v-59d61eee] {
  font-size: 12px;
  letter-spacing: 0.19px;
  color: #000e4b;
  margin-top: 20px;
}

.submit-btn[data-v-59d61eee] {
  width: 100%;
  height: 45px;
  background: #2dce98 0% 0% no-repeat padding-box;
  border-radius: 14px;
  border: 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.64px;
  color: #fff;
}

.submit-btn[data-v-59d61eee]:disabled {
  font-weight: 500;
  background: #fcdc7b 0% 0% no-repeat padding-box;
  color: #201747;
}

.invalid-feedback[data-v-59d61eee] {
  display: block;
}

.product-tile[data-v-2fcc1dd1] {
  margin: 0;
  padding: 0;
  border: 2px solid #F6F6F6;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.tile-overlay[data-v-2fcc1dd1] {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 246, 246, 0.1);
  backdrop-filter: blur(2px);
  align-items: end;
  justify-content: center;
}

.product-tile[data-v-2fcc1dd1]:hover {
  background-image: linear-gradient(white, white), linear-gradient(to right, #C448FB, #EE268C, #F46DB2);
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.product-tile[data-v-2fcc1dd1]:hover .tile-overlay {
  display: flex;
}

.tile-overlay-content[data-v-2fcc1dd1] {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem;
  margin: 0.75rem;
  line-height: 1;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  box-shadow: 0 0 1px rgba(12, 26, 75, 0.24), 0 3px 8px -1px rgba(50, 50, 71, 0.24);
}

.tile-image-container[data-v-2fcc1dd1] {
  position: relative;
}

.tile-image-container img[data-v-2fcc1dd1] {
  width: 100%;
  border-radius: inherit;
  height: auto;
  object-fit: contain;
  aspect-ratio: 3/4;
}

.tile-image-container .tile-image-icon[data-v-2fcc1dd1] {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: larger;
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.product-tile .info[data-v-2fcc1dd1] {
  padding: 0.5rem;
}

.info .icon[data-v-2fcc1dd1] {
  cursor: pointer;
  padding: 0.75rem;
  border: 1px transparent;
  border-radius: 1rem 0.5rem;
  background-color: #F6F6F6;
  font-size: larger;
  line-height: 1;
}

.info .title[data-v-2fcc1dd1] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: smaller;
  display: block;
}

.info-row[data-v-2fcc1dd1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}

.info-row[data-v-2fcc1dd1]:last-child {
  margin-bottom: 0;
}

.slider-header[data-v-20dd7262] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-header .title[data-v-20dd7262] {
  font-size: large;
}

.slider-controls[data-v-20dd7262] {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.slider-content[data-v-20dd7262] {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-size: 14px;
}

.slider-track[data-v-20dd7262] {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.slide[data-v-20dd7262] {
  height: 100%;
  margin: 0 0.5rem 0 0;
  overflow: hidden;
  position: relative;
}

.control-btn[data-v-20dd7262] {
  cursor: pointer;
  font-size: 1.4rem;
  background: none;
  color: inherit;
  border: none;
  outline: inherit;
  transition: all 0.3s;
  padding: 0.5rem;
}
.control-btn[data-v-20dd7262]:disabled {
  opacity: 0.5;
  cursor: default;
}

.slide-btn[data-v-20dd7262]:hover:first-child:not(:disabled) {
  transform: translateX(-0.2rem);
}
.slide-btn[data-v-20dd7262]:hover:last-child:not(:disabled) {
  transform: translateX(0.2rem);
}

span[data-v-4f6ab2ef] {
  text-align: left;
  margin: 0;
}

.tooltip-icon[data-v-4f6ab2ef] {
  opacity: 0.65;
}

.toggle[data-v-7a8fdca9] {
  width: 40px;
  height: 22px;
  background: #dfe4eb;
  border: 2px solid #dfe4eb;
  border-radius: 200px;
  padding: 2px;
  display: flex;
  align-items: center;
  line-height: 20px;
  cursor: pointer; /* standard syntax */ /* webkit (safari, chrome) browsers */ /* mozilla browsers */ /* webkit (konqueror) browsers */
  user-select: none; /* IE10+ */
}

.toggle .draggable[data-v-7a8fdca9] {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  box-shadow: none;
  transform: translateX(0%);
  transition: all 0.3s;
}

.toggle.active[data-v-7a8fdca9] {
  background: #72d09c;
  border: 2px solid #72d09c;
}

.toggle.disabled[data-v-7a8fdca9] {
  background: #e9ecef;
  border: 2px solid #dfe4eb;
}

.toggle.active .draggable[data-v-7a8fdca9] {
  background: #fff;
}

.toggle.disabled .draggable[data-v-7a8fdca9] {
  background: #bbc1c7;
}

.app[data-v-7a8fdca9] {
  display: flex;
}

.switches[data-v-7a8fdca9] {
  margin-right: 30px;
}

pre[data-v-7a8fdca9] {
  margin: 0;
  background: #513d56;
  color: #efefef;
  padding: 20px;
  border-radius: 6px;
  width: 200px;
}

.toggle[data-v-0d80ffd2] {
  width: 65px;
  height: 26px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 200px;
  padding: 2px;
  transition: background 0.6s;
  display: flex;
  align-items: center;
  line-height: 20px;
  cursor: pointer;
}

.toggle .draggable[data-v-0d80ffd2] {
  width: 20px;
  height: 20px;
  background: #c4c4c4;
  border-radius: 100%;
  box-shadow: none;
  transform: translateX(0%);
  transition: transform 0.02s ease-in-out;
}

.toggle.active[data-v-0d80ffd2] {
  background: #72d09c;
  transition: background 0.6s;
  border: 2px solid #72d09c;
}

.toggle.active .draggable[data-v-0d80ffd2] {
  background: #fff;
}

.toggle[data-v-0d80ffd2] ::before {
  content: "OFF";
  font-size: 13px;
  font-weight: bold;
  left: 25px;
  top: 1px;
  position: absolute;
}

.toggle.active[data-v-0d80ffd2] ::after {
  content: "ON";
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  right: 27px;
  top: 1px;
  position: absolute;
  opacity: 1;
}

.toggle.active[data-v-0d80ffd2] ::before {
  content: "";
}

.app[data-v-0d80ffd2] {
  display: flex;
}

.switches[data-v-0d80ffd2] {
  margin-right: 30px;
}

pre[data-v-0d80ffd2] {
  margin: 0;
  background: #513d56;
  color: #efefef;
  padding: 20px;
  border-radius: 6px;
  width: 200px;
}

tr[data-v-f7b3eb4a]:nth-child(even) {
  background-color: #fafafa;
}

.sorting-header[data-v-f7b3eb4a] {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sorting-icons-container[data-v-f7b3eb4a] {
  display: inline-flex;
  flex-direction: column;
  margin-top: -14px;
  margin-left: 10px;
}

.sorting-icons-container .btn-icon-prepend[data-v-f7b3eb4a] {
  font-size: 14px;
  height: 9px;
  color: #718096;
}

.sorting-icons-container .btn-icon-prepend.active[data-v-f7b3eb4a] {
  color: #ee268c;
}

.pagination .page-item[data-v-f7b3eb4a] {
  padding: 0 5px;
}

.pagination .page-item .page-link[data-v-f7b3eb4a] {
  border-radius: 6px;
  background-color: #f5f6fa;
  border-color: #f5f6fa;
  color: #000;
  font-weight: 600;
  box-shadow: none;
  max-height: 35px;
}

.pagination .page-item.active .page-link[data-v-f7b3eb4a] {
  background-color: #ee268c;
  border-color: #ee268c;
  color: #fff;
}

.pagination .page-item:last-child .page-link[data-v-f7b3eb4a], .pagination .page-item:first-child .page-link[data-v-f7b3eb4a] {
  background-color: #362e59;
  border-color: #362e59;
  color: #fff;
}

.pagination .page-item.disabled[data-v-f7b3eb4a] {
  opacity: 0.65;
  cursor: not-allowed;
  background: transparent;
}

.dataTables_info[data-v-f7b3eb4a] {
  color: #718096;
}

td[data-v-f7b3eb4a] {
  border-right: 1px solid #f5f6fa;
  padding: 0 15px;
}

td[data-v-f7b3eb4a]:last-child {
  border-right: none;
}

.overview {
  background: #f3f4f8;
  border-radius: 16px;
  border: 0;
}

.overview .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview.overview-card {
  min-height: 143px;
  height: calc(100% - 1.5rem);
}

.search-input-container[data-v-80859ee8] {
  position: relative;
}

.search-input-container__icon[data-v-80859ee8] {
  position: absolute;
  right: 8px;
  top: 2px;
  font-size: 18px;
}

.search-input-container__input[data-v-80859ee8] {
  text-align: left;
  padding: 0.75rem 2rem 0.75rem 0.75rem;
  border-radius: 10px;
}

.search-input-container__error[data-v-80859ee8] {
  border: 1px solid #F00;
}

.search-input-container__sharp-btn-right[data-v-80859ee8] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-input-container__sharp-btn-left[data-v-80859ee8] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.trend-icon[data-v-3200f837] {
  position: absolute;
  right: 5px;
  top: -30px;
  font-size: 2.2rem;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.content-fields-footer[data-v-42ed0320] {
  background: #fff 0% 0% no-repeat padding-box;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 60px;
  width: calc(100% - 290px);
  box-shadow: 0 0 10px rgba(183, 192, 206, 0.2);
  z-index: 100;
}

@media (max-width: 992px) {
  .content-fields-footer[data-v-42ed0320] {
    width: 100%;
  }
}
.product-fields-footer[data-v-6a1c00d2] {
  background: #fff 0% 0% no-repeat padding-box;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 60px;
  width: calc(100% - 290px);
  box-shadow: 0 0 10px rgba(183, 192, 206, 0.2);
  z-index: 100;
}

@media (max-width: 992px) {
  .product-fields-footer[data-v-6a1c00d2] {
    width: 100%;
  }
}
span[data-v-41f07549] {
  text-align: left;
  margin: 0;
  cursor: pointer;
  color: #362E59;
  font-size: 15px;
  background-color: #f9f9f9;
  border-radius: 0.375rem;
  opacity: 0.6;
  transition: all 150ms ease;
}

span[data-v-41f07549]:hover {
  text-decoration: none;
  background-color: #dfe4eb;
  opacity: 1;
}

.tooltip-icon[data-v-41f07549] {
  opacity: 0.65;
}

.btn-icon[data-v-41f07549] {
  transition: all 0.3s ease;
}

.feed-card tbody.highlight-row tr[data-v-20eb8468] {
  transition: background-color 0.25s ease;
}

.feed-card tbody.highlight-row tr[data-v-20eb8468]:hover {
  background-color: #f6f6f6;
}

.feed-card .btn-small[data-v-20eb8468] {
  font-weight: 600;
  font-size: 11px;
  line-height: 10px;
  padding: 8px 16px;
  height: 26px;
}

.feed-card .card-header h5[data-v-20eb8468] {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.feed-card .feeds-table.table thead th[data-v-20eb8468]:first-child, .feed-card .feeds-table.table thead th[data-v-20eb8468]:last-child {
  border-radius: 0 !important;
}

.feed-card .feeds-table .hiddenRow[data-v-20eb8468] {
  padding: 0 !important;
}

.feed-card .feeds-table tbody tr.success td[data-v-20eb8468] {
  background: #dff0d8;
}

.feed-card .feeds-table tbody tr.interrupted td[data-v-20eb8468] {
  background: #e3effc;
}

.feed-card .feeds-table tbody tr.warn td[data-v-20eb8468] {
  background: #fcf8e3;
}

.feed-card .feeds-table tbody tr.danger td[data-v-20eb8468] {
  background: #f2dede;
}

.feed-card .feeds-table th[data-v-20eb8468] {
  background: #fafafb;
  color: #8492a6;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
}

.feed-card .feeds-table td[data-v-20eb8468] {
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  color: #425466;
}

.feed-card .feeds-table h6[data-v-20eb8468] {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #362e59;
}

.feed-card .feeds-table .btn-run[data-v-20eb8468] {
  background: #deffee;
  border: 1px solid #eff0f6;
  border-radius: 4px;
  color: #66cb9f;
}

.feed-card .feeds-table .btn-trigger[data-v-20eb8468] {
  width: 32px;
  height: 32px;
  padding: 0;
}

.feed-card .feeds-table .btn-running[data-v-20eb8468] {
  background: #f4f5f9;
  border: 1px solid #eff0f6;
  color: #434c78;
}

.feed-card .feeds-table .history-overview-card[data-v-20eb8468] {
  margin: 0;
  border-radius: 0;
  background: #fff;
}

.feed-card .feeds-table .history-overview[data-v-20eb8468] {
  display: flex;
  padding: 0.8rem 2.5rem;
}

.feed-card .vertical-header span[data-v-20eb8468] {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: left;
  max-height: 150px;
  min-width: 20px;
  font-weight: 500;
}

.clickable[data-v-20eb8468] {
  cursor: pointer;
}

.clickable[data-v-20eb8468]:hover {
  text-decoration: underline;
}

.feed-name[data-v-4193f2e2]:hover {
  text-decoration: underline;
}

.feed-name[data-v-4193f2e2] {
  max-width: 300px;
}

.clickable[data-v-4193f2e2] {
  cursor: pointer;
}

.clickable[data-v-4193f2e2]:hover {
  text-decoration: underline;
}

.clickable:hover span[data-v-4193f2e2] {
  color: inherit;
  border-bottom: 1px solid;
}

.clickable:hover span[data-v-4193f2e2] {
  color: black;
  border-bottom: 1px solid;
}

.feed-card tbody tr[data-v-4193f2e2] {
  transition: background-color 0.25s ease;
}

.feed-card tbody tr[data-v-4193f2e2]:hover {
  background-color: #f6f6f6;
}

.feed-card .feed-title[data-v-4193f2e2] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feed-card .btn-small[data-v-4193f2e2] {
  font-weight: 600;
  font-size: 13px;
  line-height: 10px;
  padding: 8px 16px;
  height: 26px;
}

.feed-card .card-header h5[data-v-4193f2e2] {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.feed-card .feeds-table.table thead th[data-v-4193f2e2]:first-child, .feed-card .feeds-table.table thead th[data-v-4193f2e2]:last-child {
  border-radius: 0 !important;
}

.feed-card .feeds-table th[data-v-4193f2e2] {
  background: #fafafb;
  color: #8492a6;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.feed-card .feeds-table td[data-v-4193f2e2] {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #425466;
}

.feed-card .feeds-table h6[data-v-4193f2e2] {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #362e59;
}

.feed-card .feeds-table .btn-run[data-v-4193f2e2] {
  background: #deffee;
  border: 1px solid #eff0f6;
  border-radius: 4px;
  color: #66cb9f;
}

.feed-card .feeds-table .btn-trigger[data-v-4193f2e2] {
  width: 32px;
  height: 32px;
  padding: 0;
}

.feed-card .feeds-table .btn-running[data-v-4193f2e2] {
  background: #f4f5f9;
  border: 1px solid #eff0f6;
  color: #434c78;
}

.feed-card .feeds-table .vertical-header span[data-v-4193f2e2] {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: left;
  max-height: 150px;
  min-width: 20px;
  font-weight: 500;
}

.feed-card .feeds-table .vertical-header-no-flip span[data-v-4193f2e2] {
  writing-mode: vertical-rl;
  text-align: left;
  max-height: 150px;
  min-width: 20px;
  font-weight: 500;
}

.feed-card .feed-title[data-v-cededb70] {
  white-space: nowrap;
  overflow: hidden;
  max-width: 400px;
  text-overflow: ellipsis;
}

.feed-card .btn-small[data-v-cededb70] {
  font-weight: 600;
  font-size: 11px;
  line-height: 10px;
  padding: 8px 16px;
  height: 26px;
}

.feed-card .card-header h5[data-v-cededb70] {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.feed-card .feeds-table.table thead th[data-v-cededb70]:first-child, .feed-card .feeds-table.table thead th[data-v-cededb70]:last-child {
  border-radius: 0 !important;
}

.feed-card .feeds-table th[data-v-cededb70] {
  background: #fafafb;
  color: #8492a6;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
}

.feed-card .feeds-table td[data-v-cededb70] {
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  color: #425466;
}

.feed-card .feeds-table h6[data-v-cededb70] {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #362e59;
}

.feed-card .feeds-table .btn-run[data-v-cededb70] {
  background: #deffee;
  border: 1px solid #eff0f6;
  border-radius: 4px;
  color: #66cb9f;
}

.feed-card .feeds-table .btn-trigger[data-v-cededb70] {
  width: 32px;
  height: 32px;
  padding: 0;
}

.feed-card .feeds-table .btn-running[data-v-cededb70] {
  background: #f4f5f9;
  border: 1px solid #eff0f6;
  color: #434c78;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.skeleton[data-v-91b6361a] {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.skeleton .square[data-v-91b6361a] {
  height: 150px;
  width: 150px;
  border-radius: 1rem;
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  animation: wave-squares-data-v-91b6361a 2s infinite ease-out;
}

.skeleton .line[data-v-91b6361a] {
  height: 20px;
  margin-bottom: 16px;
  border-radius: 2px;
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  animation: wave-lines-data-v-91b6361a 2s infinite ease-in-out;
}

.skeleton-right[data-v-91b6361a] {
  flex: 1;
}

.skeleton-left[data-v-91b6361a] {
  flex: 2;
  padding-right: 15px;
}

.flex1[data-v-91b6361a] {
  flex: 1;
}

.flex2[data-v-91b6361a] {
  flex: 2;
}

.skeleton .line[data-v-91b6361a]:last-child {
  margin-bottom: 0;
}

.m10[data-v-91b6361a] {
  margin-bottom: 10px !important;
}

.h8[data-v-91b6361a] {
  height: 8px !important;
}

.h24[data-v-91b6361a] {
  height: 24px !important;
}

.w40[data-v-91b6361a] {
  width: 40%;
}

.w100[data-v-91b6361a] {
  /* width: calc(100vw - 540px); */
  width: calc(100vw - 559px);
}

.w50[data-v-91b6361a] {
  width: 50% !important;
}

.w75[data-v-91b6361a] {
  width: 75% !important;
}

.head-line[data-v-91b6361a] {
  height: 20px;
  background: rgba(130, 130, 130, 0.2);
}

@keyframes wave-lines-data-v-91b6361a {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
@keyframes wave-squares-data-v-91b6361a {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@media screen and (max-width: 991px) {
  .w100[data-v-91b6361a] {
    width: calc(100vw - 269px) !important;
  }
}
#active-users ul.list-group[data-v-2876afdf] {
  max-height: 220px;
  overflow: auto;
}

.list-group-flush .list-group-item[data-v-2876afdf] {
  border-width: 0 0 1px;
}

.list-group-flush .list-group-item[data-v-2876afdf]:last-child {
  border-width: 0;
}

#products[data-v-2876afdf] {
  overflow: hidden scroll;
}

#active-user-count .val[data-v-0acffcf0] {
  position: relative;
  overflow: hidden;
}

.abandoned-cart-detail-container[data-v-0fa027f9] {
  margin-top: 50px;
  max-width: 80% !important;
}

.abandoned-cart-detail-container .product-img[data-v-0fa027f9] {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.modal-body .user-card {
  border-radius: 2em;
  padding: 2rem !important;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.user-select:hover {
  background-color: #f9fafb;
}

.user-select-link, .user-select-link:hover {
  text-decoration: none;
}

.modal-body .user-card {
  border-radius: 2em;
  padding: 2rem !important;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

li.page-select select[data-v-153d2b3f] {
  padding-right: 30px;
}

li.page-select[data-v-153d2b3f] {
  margin-left: 10px;
  margin-right: 10px;
}

li.page-select select[data-v-3397e977] {
  padding-right: 30px;
  margin-right: 10px;
}

li.page-select[data-v-3397e977] {
  margin-left: 10px;
  margin-right: 10px;
}

.designTemplates .CodeMirror {
  height: auto;
}

.nav-item button[data-v-33366bd8] {
  width: 100px;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  color: #201747;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
  transition: ease-in-out 0.05s;
}

.nav-item button.active[data-v-33366bd8] {
  border-bottom: 3px solid #ee268c;
}

#pages-no-access-modal.modal[data-v-3e8d7dec] {
  margin: 50px auto;
}

.state-card-body[data-v-6605a5cb] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 10px;
}

.state-card-body h5[data-v-6605a5cb] {
  font-size: 1.25rem;
}

#infinite-list[data-v-6d4a786b],
#overview-list[data-v-6d4a786b] {
  overflow: auto;
  height: calc(100vh - 200px);
  position: absolute;
  top: 145px;
  margin: 0 -28px;
  padding: 30px 28px 20px;
  width: calc(100% + 56px);
}

.no-insights-container[data-v-6d4a786b] {
  animation: fadeIn;
}

.insight-support[data-v-6d4a786b] {
  height: 38px;
  width: 38px;
}

table[data-v-5977221e] {
  width: 100% !important;
}

.dropdown-item[data-v-5977221e] {
  padding: 7px;
}

div.dropdown[data-v-5977221e] {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog[data-v-4b30ba0a] {
    margin: 130px auto;
  }
}
.overview .trend {
  font-size: 15px;
  font-weight: bold;
}

.overview .card-icon {
  width: 40px;
  height: 40px;
  background: #f3f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.overview .card-icon svg {
  width: 1.5em;
  height: 1.5em;
}

.overview .overview-card {
  min-height: 135px;
  height: calc(100% - 24px);
}

.overview .card-fullsize {
  height: calc(100% - 1.5rem);
}

.overview .card-fullsize .card-body {
  justify-content: center;
}

@media (max-width: 1200px) {
  .overview .card-fullsize .card-body {
    justify-content: flex-start;
  }
}
.card-title[data-v-2feb0f68] {
  text-transform: capitalize;
}

.pages-analytics-container .table-name[data-v-2feb0f68] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-responsive > table.table > tbody > tr > td[data-v-2feb0f68]:nth-child(1),
td[data-v-2feb0f68]:nth-child(2) {
  width: 50%;
}

.analytics-support[data-v-2feb0f68] {
  height: 38px;
  width: 38px;
}

@media (min-width: 1200px) {
  .pages-analytics-container .table-name[data-v-2feb0f68] {
    max-width: 132px;
  }
}
@media (min-width: 1400px) {
  .pages-analytics-container .table-name[data-v-2feb0f68] {
    max-width: 260px;
  }
}
.prefix[data-v-988dfab6] {
  align-items: center;
  display: flex;
  border-radius: 18px;
  font-size: 0.875rem;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  min-height: 50px;
  height: auto;
  border: 1px solid #dfe4eb;
  color: grey;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding: 0.75rem 0 0.75rem 1.5rem;
}

@media (max-width: 1200px) {
  .prefix[data-v-988dfab6] {
    margin-bottom: 1rem;
  }
}
input.has-prefix[data-v-988dfab6] {
  font-size: 0.85rem;
  padding-left: 210px;
  margin-left: -190px;
}

.custom-form-control[data-v-988dfab6] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-left: 0;
}

.custom-form-control[data-v-988dfab6]:focus {
  border-color: #dfe4eb;
}

.product-card[data-v-59d3e11d] {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.0196078431);
  border: 1px solid #dadce0;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.product-card .product-number[data-v-59d3e11d] {
  position: absolute;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #f2f3f6 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(183, 192, 206, 0.4980392157);
  border: 1px solid #dadce0;
  border-radius: 20px;
  z-index: 2;
}

.product-card .product-card-image-container[data-v-59d3e11d] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f3f6 0% 0% no-repeat padding-box;
  border-radius: 16px;
  overflow: hidden;
}

.product-card .product-card-image[data-v-59d3e11d] {
  position: relative;
  width: 80vmin;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-card .product-card-image[data-v-59d3e11d]::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.product-card .old-price[data-v-59d3e11d] {
  font-size: 17px;
  letter-spacing: 0;
  color: #c8d1db;
}

.product-card .new-price[data-v-59d3e11d] {
  font-size: 17px;
  letter-spacing: 0;
  color: #434c78;
}

.page-type-select[data-v-640b00de] {
  margin-top: 10px;
}

.selected-filter[data-v-640b00de] {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #dadce0;
  border-radius: 16px;
  padding: 20px;
  margin-top: 10px;
  cursor: move;
}

.filter-expand-btn[data-v-640b00de] {
  border: 0;
  background: transparent;
  margin-left: 40px;
}

.dropdown-btn[data-v-1c166bd7] {
  border-radius: 50%;
  border: 0;
  background-color: transparent;
}

.dropdown-menu[data-v-1c166bd7] {
  min-width: auto;
}

.dropdown-submenu[data-v-7d4aead4] {
  position: relative;
}

.dropdown-submenu > .dropdown-menu[data-v-7d4aead4] {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu[data-v-7d4aead4] {
  display: block;
}

.dropdown-submenu:hover > a[data-v-7d4aead4]::after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left[data-v-7d4aead4] {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu[data-v-7d4aead4] {
  left: -100%;
  margin-left: 10px;
}

.dropdown-submenu.dropdown-item[data-v-7d4aead4] {
  white-space: normal !important;
  word-break: break-all;
}

.dropleft .dropdown-submenu > a[data-v-7d4aead4]::after {
  content: "" !important;
}

.dropleft .dropdown-submenu .dropdown-menu[data-v-7d4aead4] {
  left: -90% !important;
  right: unset !important;
}

.dropleft .dropdown-submenu > a[data-v-7d4aead4]::before {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  font: normal normal normal 24px/1 feather;
  content: "\e843";
  width: auto;
  height: auto;
  vertical-align: middle;
  line-height: 1.2rem;
  font-size: 1rem;
  margin-right: 0.3rem;
  margin-top: 2px;
  float: left;
}

.dropdown-menu .dropdown-header[data-v-7d4aead4] {
  font-weight: 600;
}

.dropdown-menu .divider[data-v-7d4aead4] {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-btn[data-v-0a213e7a] {
  border-radius: 50%;
  border: 0;
  background-color: transparent;
}

.dropdown-menu[data-v-0a213e7a] {
  min-width: auto;
}

.btn-progress-bar-container[data-v-5d7f2d94] {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: wait;
  background-color: #362e59;
}

.btn-progress-bar[data-v-5d7f2d94] {
  background-color: #ee268c;
}

.btn-progress-bar-text[data-v-5d7f2d94] {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 1.5;
}

.btn[data-v-5d7f2d94]:disabled, .fc [data-v-5d7f2d94].fc-button:disabled, .swal2-modal .swal2-actions button[data-v-5d7f2d94]:disabled, .wizard > .actions a[data-v-5d7f2d94]:disabled {
  opacity: 1;
}

.stay-open-dropdown .badge[data-v-5953c115] {
  font-size: 10px;
}

.stay-open-dropdown .btn[data-v-5953c115], .stay-open-dropdown .fc [data-v-5953c115].fc-button, .fc .stay-open-dropdown [data-v-5953c115].fc-button, .stay-open-dropdown .swal2-modal .swal2-actions button[data-v-5953c115], .swal2-modal .swal2-actions .stay-open-dropdown button[data-v-5953c115], .stay-open-dropdown .wizard > .actions a[data-v-5953c115], .wizard > .actions .stay-open-dropdown a[data-v-5953c115] {
  font-size: 13px;
  padding: 5px 10px;
}

.stay-open-dropdown .filter-control[data-v-5953c115] {
  border-bottom: 1px solid #f6f6f6;
}

.stay-open-dropdown .dropdown-items-container[data-v-5953c115] {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}

.btn-progress-bar-container[data-v-221c3542] {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: wait;
  background-color: #362e59;
}

.btn-progress-bar[data-v-221c3542] {
  background-color: #ee268c;
}

.btn-progress-bar-text[data-v-221c3542] {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 1.5;
}

.btn[data-v-221c3542]:disabled, .fc [data-v-221c3542].fc-button:disabled, .swal2-modal .swal2-actions button[data-v-221c3542]:disabled, .wizard > .actions a[data-v-221c3542]:disabled {
  opacity: 1;
}

.dashboard-box h6[data-v-69967172] {
  font-size: 13px;
}

.dashboard-box strong[data-v-69967172] {
  font-size: 20px;
}

.earning-calculation .icon[data-v-cc0b54d6] {
  font-size: 20px;
}

.earning-calculation .card-title[data-v-cc0b54d6] {
  font-size: 15px;
}

.earning-calculation .card-text[data-v-cc0b54d6] {
  margin: 0;
}

.earning-calculation .card-text.stats[data-v-cc0b54d6] {
  font-size: 20px;
} /*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.form-control-plaintext[data-v-1a01888a] {
  width: auto;
}

.trend-icon[data-v-4948f62d] {
  position: absolute;
  right: 10px;
  top: -10px;
  font-size: 1.5rem;
}

.bg-opacity-success[data-v-4948f62d] {
  background: rgba(140, 223, 179, 0.3);
}

.bg-opacity-danger[data-v-4948f62d] {
  background: rgba(255, 4, 11, 0.3);
}

.pagination .page-item[data-v-7bb39146] {
  padding: 0 5px;
}

.pagination .page-item .page-link[data-v-7bb39146] {
  border-radius: 6px;
  background-color: #f5f6fa;
  border-color: #f5f6fa;
  color: #000;
  font-weight: 600;
  box-shadow: none;
  max-height: 35px;
}

.pagination .page-item.active .page-link[data-v-7bb39146] {
  background-color: #ee268c;
  border-color: #ee268c;
  color: #fff;
}

.pagination .page-item:last-child .page-link[data-v-7bb39146], .pagination .page-item:first-child .page-link[data-v-7bb39146] {
  background-color: #362e59;
  border-color: #362e59;
  color: #fff;
}

.pagination .page-item.disabled[data-v-7bb39146] {
  opacity: 0.65;
  cursor: not-allowed;
  background: transparent;
}

#floating-icon[data-v-115de0ea] {
  position: absolute;
  /* Adjust as needed to cover the border */
  top: -0.15rem;
  left: -1rem;
  color: deeppink; /* Replace with your brand color */
  background-color: #fff; /* Optional: to cover the border */
  font-size: 1rem; /* Increase the size of the icon */
  border: 2px solid #f2f4f9; /* Add a border */
  border-radius: 50%; /* Make the border circular */
  width: 2rem; /* Set equal width and height */
  height: 2rem; /* Set equal width and height */
  /* Center the icon inside the circle */
  display: flex;
  align-items: center;
  justify-content: center;
}

#entry-card-inner[data-v-115de0ea],
#entry-card-header[data-v-115de0ea],
#entry-card-footer[data-v-115de0ea],
#entry-card-user[data-v-115de0ea] {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative; /* Ensure the parent element is positioned relatively */
}

#entry-card-footer[data-v-115de0ea] {
  justify-content: center;
  padding: 0.5rem 0;
}

#entry-card-inner[data-v-115de0ea] {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2rem;
}

#entry-card-content[data-v-115de0ea] {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem; /* Adjust the size as needed */
}

#time-elapsed[data-v-115de0ea] {
  color: #A4A4A4;
  font-size: 0.75rem; /* Adjust the size as needed */
}

#resource[data-v-115de0ea]:hover {
  cursor: pointer;
}

ul[data-v-47096af8] {
  list-style-type: none; /* Disable list item markers */
  margin-bottom: 0;
}

li[data-v-47096af8] {
  cursor: pointer; /* Add a pointer on hover */
}

li[data-v-47096af8]:hover {
  border-bottom: 2px solid; /* Add bottom border on hover */
  border-image: linear-gradient(90deg, #C448FB, #EE268C, #F46DB2) 1; /* Gradient border */
}

.highlighted[data-v-47096af8] {
  background: linear-gradient(90deg, #C448FB, #EE268C, #F46DB2);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid; /* Add bottom border */
  border-image: linear-gradient(90deg, #C448FB, #EE268C, #F46DB2) 1; /* Gradient border */
}

.page-title[data-v-5247024e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

.d-flex.flex-column[data-v-5247024e], .data-icon-card-primary .flex-column[data-v-5247024e].background-icon, .data-icon-card-secondary .flex-column[data-v-5247024e].background-icon, .data-icon-card-success .flex-column[data-v-5247024e].background-icon, .data-icon-card-info .flex-column[data-v-5247024e].background-icon, .data-icon-card-warning .flex-column[data-v-5247024e].background-icon, .data-icon-card-danger .flex-column[data-v-5247024e].background-icon, .data-icon-card-light .flex-column[data-v-5247024e].background-icon, .data-icon-card-dark .flex-column[data-v-5247024e].background-icon, .data-icon-card-default .flex-column[data-v-5247024e].background-icon, .data-icon-card-primary-light .flex-column[data-v-5247024e].background-icon, .data-icon-card-primary-dark .flex-column[data-v-5247024e].background-icon, .data-icon-card-tertiary .flex-column[data-v-5247024e].background-icon, .data-icon-card-alternative .flex-column[data-v-5247024e].background-icon, .data-icon-card-primary-muted .flex-column[data-v-5247024e].background-icon, .data-icon-card-secondary-light .flex-column[data-v-5247024e].background-icon, .data-icon-card-secondary-dark .flex-column[data-v-5247024e].background-icon, .data-icon-card-info-muted .flex-column[data-v-5247024e].background-icon, .data-icon-card-danger-muted .flex-column[data-v-5247024e].background-icon, .flex-column[data-v-5247024e].swal2-modal {
  min-width: 0;
}

nav-tabs[data-v-5247024e] {
  border: 0;
}

.nav-link[data-v-5247024e] {
  cursor: pointer;
  padding: 10px 0 12px;
  margin: 0 30px 1px 0;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #91a1b6;
  font-weight: 600;
  font-size: 14px;
}

.nav-link.active[data-v-5247024e] {
  background: none;
  border: 0;
  border-bottom: 1px solid #362e59;
  color: #232b38;
}

.CodeMirror-fullscreen {
  height: 100% !important;
}

.pill[data-v-f79678b8] {
  padding: 0.5rem 1rem;
  border-radius: 9999px; /* Fully rounded corners */
  border: 1px solid;
}

.code-comparison-grid[data-v-f65a8c50] {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  width: 100%;
  overflow: hidden;
}

.grid-header[data-v-f65a8c50] {
  font-weight: bold;
  background-color: #f8f9fa;
  padding: 0.5rem 0 0.5rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
}

.grid-header label[data-v-f65a8c50] {
  margin-bottom: 0;
}

.dropdown[data-v-f65a8c50] {
  width: auto;
  min-width: 150px; /* Adjust this value as needed */
}

.grid-row[data-v-f65a8c50] {
  display: contents;
}

.changed[data-v-f65a8c50] {
  background-color: #FFFACD;
}

.added[data-v-f65a8c50] {
  background-color: #d4edda;
}

.removed[data-v-f65a8c50] {
  background-color: #f8d7da;
}

.grid-cell[data-v-f65a8c50] { /* See this article for grid-row hoover effect: https://www.js-craft.io/blog/css-grid-row-hover/ */
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
}
.grid-cell[data-v-f65a8c50] span {
  position: relative;
  z-index: 1;
}
.grid-cell[data-v-f65a8c50]::before {
  content: "";
  position: absolute;
  inset: 0 -1000%;
}
.grid-cell[data-v-f65a8c50]:hover::before {
  background-color: #f8f9fa;
}

.span-two-columns[data-v-f65a8c50] {
  grid-column: span 2;
}

.product-image[data-v-9ef804a4] {
  max-width: 80px;
  max-height: 80px;
}

.product-image-wrap[data-v-9ef804a4] {
  width: 100px;
  height: 80px;
}

#info-wrapper[data-v-9ef804a4] {
  display: inline-block;
}

.media-heading a[data-v-9ef804a4] {
  color: inherit;
}

a[data-v-9ef804a4]:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* Make sure the outermost div has relative positioning */
#retail-media-pill[data-v-9ef804a4] {
  cursor: pointer;
}

#logListWrapper {
  transition: margin-top 0.3s ease-out;
}

#logListWrapper td:first-child, #logListWrapper th:first-child {
  width: 12%;
}

#logListWrapper td:nth-child(2), #logListWrapper th:nth-child(2) {
  width: 50%;
}

#logListWrapper td:last-child, #logListWrapper th:last-child {
  width: 20%;
}

#logListTableContainer {
  /* Note if you change this, you need to update the handleScroll function accordingly. */
  max-height: 83vh;
  overflow-y: auto;
}

#logListHeaderContainer th {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group.date .form-control.datetime-input, .input-group.date select.datetime-input, .input-group.date .email-compose-fields .select2-container--default .datetime-input.select2-selection--multiple, .email-compose-fields .select2-container--default .input-group.date .datetime-input.select2-selection--multiple, .input-group.date .select2-container--default .datetime-input.select2-selection--single, .select2-container--default .input-group.date .datetime-input.select2-selection--single, .input-group.date .select2-container--default .select2-selection--single .datetime-input.select2-search__field, .select2-container--default .select2-selection--single .input-group.date .datetime-input.select2-search__field, .input-group.date .datetime-input.typeahead,
.input-group.date .datetime-input.tt-query,
.input-group.date .datetime-input.tt-hint {
  width: 150px;
}

.column-fixed {
  width: 170px;
  flex-shrink: 0;
}

.column-grow {
  flex-grow: 1;
  text-align: right;
}

.vue2-datepicker .cell.disabled {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: line-through;
}

.logs-table td {
  height: 45px;
  border-bottom: 1px solid #f2f4f9;
}

#detailed-log-window {
  min-height: 88vh;
  border-left: 1px solid #f2f4f9;
}

#detailed-log-window pre {
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
}

#detailed-log-window h5 {
  font-weight: 600;
}

tr.activeLogDetails {
  background-color: #f9f9f9;
}

.icon.active-filter-badge {
  font-size: 125%;
  cursor: pointer;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current, .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active, .multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter, .multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
img[data-v-4b394610] {
  width: 200px;
}

input[type=number][data-v-4b394610] {
  width: 100px;
}

.input-group-text[data-v-4b394610] {
  color: #000 !important;
}

.value-select[data-v-4b394610] {
  width: 250px;
}

.separator[data-v-5a02bf2d] {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ddd;
}

.separator[data-v-5a02bf2d]::before, .separator[data-v-5a02bf2d]::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #eee;
}

.separator[data-v-5a02bf2d]::before {
  margin-right: 1em;
}

.separator[data-v-5a02bf2d]::after {
  margin-left: 1em;
}

.segment[data-v-5a02bf2d] {
  background-color: #f5f6fa;
  border-radius: 1.25rem;
}

tr[data-v-90831e4c]:nth-child(even) {
  background-color: #fafafa;
}

.table-column-header[data-v-90831e4c] {
  display: flex;
  align-items: center;
  justify-content: left;
}

.table-column-header[data-v-90831e4c]:has(.sorting-icons-container) {
  cursor: pointer;
}

th:last-of-type .table-column-header[data-v-90831e4c] {
  justify-content: right;
}

.tooltip-icon-container[data-v-90831e4c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  color: #718096;
  line-height: 1;
}

.sorting-icons-container[data-v-90831e4c] {
  display: inline-flex;
  flex-direction: column;
  margin-top: -14px;
  margin-left: 10px;
}

.sorting-icons-container .btn-icon-prepend[data-v-90831e4c] {
  font-size: 14px;
  height: 9px;
  color: #718096;
}

.sorting-icons-container .btn-icon-prepend.active[data-v-90831e4c] {
  color: #ee268c;
}

.pagination .page-item[data-v-90831e4c] {
  padding: 0 5px;
}

.pagination .page-item .page-link[data-v-90831e4c] {
  border-radius: 6px;
  background-color: #f5f6fa;
  border-color: #f5f6fa;
  color: #000;
  font-weight: 600;
  box-shadow: none;
  max-height: 35px;
}

.pagination .page-item.active .page-link[data-v-90831e4c] {
  background-color: #ee268c;
  border-color: #ee268c;
  color: #fff;
}

.pagination .page-item:last-child .page-link[data-v-90831e4c], .pagination .page-item:first-child .page-link[data-v-90831e4c] {
  background-color: #362e59;
  border-color: #362e59;
  color: #fff;
}

.pagination .page-item.disabled[data-v-90831e4c] {
  opacity: 0.65;
  cursor: not-allowed;
  background: transparent;
}

.data-tables-info[data-v-90831e4c] {
  color: #718096;
}

.base-table td[data-v-90831e4c] {
  border-right: 1px solid #f5f6fa;
  padding: 0 15px;
  cursor: pointer;
}

td[data-v-90831e4c]:last-child {
  border-right: none;
}

.toggle-container[data-v-f391b3d6] {
  display: inline-block;
  border-radius: 6px;
  border: 1.9px solid transparent;
  cursor: pointer;
  position: relative;
  line-height: 1;
  background-color: #F6F6F6;
}

.state[data-v-f391b3d6] {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  padding: 0.5rem 1rem;
  background-color: #fff;
  outline: 1px solid #dfe4eb;
  border-radius: 6px;
  transition: left 0.3s ease, right 0.3s ease;
}

.toggle-val[data-v-f391b3d6] {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #F6F6F6;
}

.product-list-item[data-v-dc534e2a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.product-img-container[data-v-dc534e2a],
.product-title-container[data-v-dc534e2a] {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75rem;
}

.action-buttons[data-v-dc534e2a] {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.action-buttons .icon[data-v-dc534e2a] {
  margin-left: 0.75rem;
  cursor: pointer;
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 1rem 0.5rem;
  background-color: #F6F6F6;
  line-height: 1;
}

.product-img[data-v-dc534e2a] {
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

.truncate[data-v-dc534e2a] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
  display: inline-block;
}

.accordion[data-v-6174633d] {
  cursor: default;
}

.slider-container[data-v-3407be39] {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-size: 14px;
}

.slider-track[data-v-3407be39] {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide-btn[data-v-3407be39] {
  cursor: pointer;
  font-size: 1.4rem;
  background: none;
  color: inherit;
  border: none;
  outline: inherit;
  transition: all 0.3s;
  padding: 0.5rem;
}
.slide-btn[data-v-3407be39]:disabled {
  opacity: 0.5;
  cursor: default;
}
.slide-btn[data-v-3407be39]:hover:first-child:not(:disabled) {
  transform: translateX(-0.2rem);
}
.slide-btn[data-v-3407be39]:hover:last-child:not(:disabled) {
  transform: translateX(0.2rem);
}

.fade-enter-active[data-v-a6c63886], .fade-leave-active[data-v-a6c63886] {
  transition: opacity 1s;
}

.fade-enter[data-v-a6c63886], .fade-leave-to[data-v-a6c63886] {
  opacity: 0;
}

.modal.fade.show[data-v-03911eb6] {
  display: block;
}

.modal-dialog[data-v-03911eb6] {
  max-width: 600px;
}

.dropzone[data-v-03911eb6] {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

.dropzone[data-v-03911eb6]:hover {
  background-color: #f9f9f9;
}

.selected-type[data-v-3d396b47] {
  background-image: linear-gradient(45deg, #C448FB, #D937C3, #EE268C);
  padding: 0.15rem;
  border-radius: 0.2rem;
}

.label[data-v-3d396b47] {
  font-size: 0.75rem;
  color: grey;
  text-align: center;
}

.height-label[data-v-3d396b47] {
  transform: rotate(90deg);
  background-color: #FFF;
  height: 10%;
}

.pink-gradient[data-v-4058ab40] {
  background: linear-gradient(to right, #C448FB, #EE268C, #F46DB2);
  padding: 0.1rem;
}

.upload-image[data-v-4058ab40] {
  border-radius: 0.625rem;
  border: 1px dashed #D8D8D8;
  background: #F9F9F9;
  gap: 1rem;
  cursor: pointer;
}

.dropping-file[data-v-4058ab40] {
  background: #E8E8E8;
  border: 1px solid #C4C4C4;
  cursor: grabbing;
}

.btn-ai[data-v-4058ab40] {
  margin-top: 0.5rem;
  justify-content: center;
  border: 2px solid #C448FB;
  background: linear-gradient(88deg, #C448FB 0%, #D937C3 50%, #EE268C 100%);
}

.image-generation-loading[data-v-4058ab40] {
  animation: fade-blink-data-v-4058ab40 3s infinite ease-in-out;
  transition: all 0.5s ease-in-out;
}

.style-reference-img[data-v-4058ab40] {
  transition: all 0.5s;
}

.style-reference-img[data-v-4058ab40]:hover {
  background: linear-gradient(to left, #C448FB, #EE268C, #F46DB2);
  padding: 0.2rem;
}

.added-prompt-pill[data-v-4058ab40] {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.added-prompt-pill[data-v-4058ab40]:hover {
  background: green;
  padding: 0.1rem;
}

.banner-textarea-desc[data-v-4058ab40] {
  resize: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 0.85rem;
}

.banner-textarea-icon[data-v-4058ab40] {
  width: 1rem;
  height: 1rem;
}

.delete-btn[data-v-4058ab40] {
  position: absolute;
  top: 0;
  right: 1.25rem;
  border-radius: 100%;
  padding: 1px 5px;
  margin: 0.5rem;
  transition: all 0.2s;
}

.delete-btn[data-v-4058ab40]:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@keyframes fade-blink-data-v-4058ab40 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-blink-data-v-4058ab40 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.card-wrapper[data-v-4058ab40] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  width: 180px;
  border-radius: 12px;
  border: 2px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-right: 8px;
  transition: border 0.2s ease-in-out;
  flex-shrink: 0;
  cursor: pointer;
}

.card-wrapper[data-v-4058ab40]:hover {
  border-color: #ff9ce9;
  box-shadow: 0 2px 6px rgba(189, 50, 160, 0.3);
}

.card-wrapper.selected[data-v-4058ab40] {
  border-color: #ff00c8;
}

.card-image-container[data-v-4058ab40] {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.product-image[data-v-4058ab40] {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
}

.icon-button[data-v-4058ab40] {
  position: absolute;
  background: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 10;
  /* Center icon by removing default baseline offset Safari has */
  line-height: 0;
  padding: 0;
}

.icon-button.top-left[data-v-4058ab40] {
  top: 8px;
  left: 8px;
}

.icon-button.top-right[data-v-4058ab40] {
  top: 8px;
  right: 8px;
}

.card-info[data-v-4058ab40] {
  padding: 8px 0;
  text-align: center;
  border-top: 1px solid #eee;
}

.active-image[data-v-4058ab40] {
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  object-fit: contain;
}

.block-text[data-v-3fb6de1a] {
  color: #191F29;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

.header-gradient-bg[data-v-3fb6de1a] {
  background: linear-gradient(to right, #C448FB, #EE268C, #F46DB2);
  font-size: 3.5rem;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
}

.product-finder-field[data-v-195588e8] {
  padding-left: 2rem;
}

.product-finder-field-icon[data-v-195588e8] {
  position: absolute;
  width: auto;
  height: auto;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.product-data-field-header[data-v-08e30b9d] {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: medium;
  color: #000;
}

.product-data-line[data-v-08e30b9d] {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.product-data-field-container.form-group[data-v-08e30b9d] {
  margin-bottom: 0;
}

.product-data-field-container.simple:hover .action-icons[data-v-08e30b9d] {
  visibility: visible;
}

.product-data-field-container.simple .action-icons[data-v-08e30b9d] {
  visibility: hidden;
}

.action-icons[data-v-08e30b9d] {
  position: absolute;
  cursor: pointer;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  font-size: small;
}

.input-info-icons[data-v-08e30b9d] {
  position: absolute;
  width: auto;
  height: auto;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: smaller;
}

.product-data-field[data-v-08e30b9d] {
  position: relative;
  margin-bottom: 0.5rem;
}

label.product-data-field-key[data-v-08e30b9d] {
  margin-bottom: 0;
  font-weight: normal;
  color: #000;
}

.product-data-field-value[data-v-08e30b9d] {
  font-size: small;
}

.product-data-field-value[data-v-08e30b9d]:read-only {
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.product-data-field-value.can-edit[data-v-08e30b9d]:read-only {
  background-color: #FFF;
  border: 2px solid #F6F6F6;
}

textarea.product-data-field-value[data-v-08e30b9d] {
  line-height: normal;
  font-size: small;
}

.inline-select-label[data-v-502d0c70] {
  margin-right: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
  text-wrap: nowrap;
}

.badge[data-v-502d0c70] {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: small;
}

.dropdown-level[data-v-502d0c70] {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.dropdown-level .dropdown-icon[data-v-502d0c70] {
  margin-right: 15px;
}

.dropdown-level select[data-v-502d0c70] {
  font-size: small;
}

.dropdown-level select.needs-value[data-v-502d0c70] {
  border: 1px solid #f16064;
}

.label-searcher-field[data-v-502d0c70] {
  padding-left: 2rem;
}

.label-searcher-field.showing-results[data-v-502d0c70] {
  border-radius: 6px 6px 0 0;
}

.label-searcher-field-icon[data-v-502d0c70] {
  position: absolute;
  width: auto;
  height: auto;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.search-results[data-v-502d0c70] {
  display: block;
  border-top: 0;
  border-left: 1px solid #dfe4eb;
  border-right: 1px solid #dfe4eb;
  border-bottom: 1px solid #dfe4eb;
  overflow-y: scroll;
  max-height: 200px;
  border-radius: 0 0 6px 6px;
  color: #425563;
}

.fade-slide-enter-active[data-v-502d0c70], .fade-slide-leave-active[data-v-502d0c70] {
  transition: opacity 0.2s, transform 0.2s;
}

.fade-slide-enter[data-v-502d0c70], .fade-slide-leave-to[data-v-502d0c70] {
  opacity: 0;
  transform: translateY(-10px);
}

.fade-slide-enter-to[data-v-502d0c70], .fade-slide-leave[data-v-502d0c70] {
  opacity: 1;
  transform: translateY(0);
}

.search-result[data-v-502d0c70] {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.search-result[data-v-502d0c70]:nth-child(even) {
  background-color: #fafafa;
}

.modal-footer-buttons[data-v-502d0c70] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.custom-control-input:checked ~ .custom-control-label[data-v-0868e068]::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.custom-label-display[data-v-0868e068] {
  font-size: larger;
  font-weight: normal;
}

.feature[data-v-0868e068] {
  cursor: pointer;
  max-width: 100%;
  border-bottom: 2px solid #F6F6F6;
  padding: 1.5rem 0;
}
.feature[data-v-0868e068]:last-child {
  border-bottom: none;
}
.feature[data-v-0868e068] .form-group {
  margin-bottom: 0;
}

.slider-container[data-v-21313a68] {
  margin-bottom: 1.5rem;
}

.card.overrides-product-list[data-v-21313a68] {
  border-radius: 0.75rem;
  border: 2px solid #F6F6F6;
  box-shadow: none;
}

.product-algorithm-pin-controls i[data-v-21313a68] {
  margin: 0.5rem;
  cursor: pointer;
}

.overrides-product-list .header[data-v-21313a68] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: larger;
  margin-bottom: 0.75rem;
}

.overrides-product-list .header i[data-v-21313a68] {
  cursor: pointer;
}

.synonym-lookup-container {
  max-width: 600px !important;
}

.nonrotate-btn {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.rotate-btn {
  transform: rotate(135deg);
  transition: all 0.5s;
}

.receipt-row:hover {
  cursor: pointer;
}

#orderNumber strong {
  color: #ee268c;
}

.receipt-row:hover #orderNumber strong {
  text-decoration: underline;
}

.receipt-row:hover strong {
  color: #ee268c;
}

.btn-wide {
  width: 100%;
  display: block;
}

.row-block[data-v-32af61bd] {
  display: flex;
  gap: 4rem;
}

@media (max-width: 1170px) {
  .row-block[data-v-32af61bd] {
    flex-direction: column;
    gap: 0.5rem;
  }
  .missing-feature-container[data-v-32af61bd] {
    flex-wrap: wrap;
    justify-content: center;
  }
  .missing-feature-container > div[data-v-32af61bd] {
    width: 45% !important;
  }
}
@media (max-width: 768px) {
  .missing-feature-container > div[data-v-32af61bd] {
    width: 100% !important;
  }
}
@media (min-width: 1700px) {
  .missing-feature-container[data-v-32af61bd] {
    width: 75%;
    margin: auto;
  }
}
.form-group.combobox[data-v-6bcb5222] {
  display: flex;
}

.form-group.combobox input.form-control[data-v-6bcb5222], .form-group.combobox .email-compose-fields .select2-container--default input[data-v-6bcb5222].select2-selection--multiple, .email-compose-fields .select2-container--default .form-group.combobox input[data-v-6bcb5222].select2-selection--multiple, .form-group.combobox .select2-container--default input[data-v-6bcb5222].select2-selection--single, .select2-container--default .form-group.combobox input[data-v-6bcb5222].select2-selection--single, .form-group.combobox .select2-container--default .select2-selection--single input[data-v-6bcb5222].select2-search__field, .select2-container--default .select2-selection--single .form-group.combobox input[data-v-6bcb5222].select2-search__field, .form-group.combobox input[data-v-6bcb5222].typeahead,
.form-group.combobox input[data-v-6bcb5222].tt-query,
.form-group.combobox input[data-v-6bcb5222].tt-hint {
  line-height: 1.5;
}

.form-group[data-v-6bcb5222] {
  margin-bottom: 0;
}

.form-group .dropdown-menu[data-v-6bcb5222] {
  max-height: 20rem;
  width: 100%;
  overflow: auto;
}

.form-group .dropdown-menu > li > a[data-v-6bcb5222] {
  white-space: normal;
}

.search-template-image[data-v-39031c01] {
  max-width: 88%;
  max-height: 400px;
  padding: 0 20%;
}

.carousel[data-v-39031c01] {
  width: 100%;
}

.carousel-inner[data-v-39031c01] {
  display: flex;
  text-align: center;
}

.carousel-container[data-v-39031c01] {
  display: flex;
  justify-content: center;
}

.carousel-control-prev[data-v-39031c01] {
  left: -75px;
  height: calc(100% - 133px);
}

.carousel-control-next[data-v-39031c01] {
  right: -75px;
  height: calc(100% - 133px);
}

.heading-wrapper[data-v-39031c01] {
  display: flex;
  justify-content: space-between;
}

.template-heading[data-v-39031c01] {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

.template-sub-heading[data-v-39031c01] {
  font-size: 14px;
  line-height: 23px;
  color: #718096;
}

.template-description[data-v-39031c01] {
  font-size: 14px;
  line-height: 23px;
  margin-top: 16px;
  text-align: left;
}

.compatibility-pill[data-v-39031c01] {
  width: 34px;
  height: 34px;
  background: #edf2f7;
  border-radius: 10px;
  padding: 4px 0 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compatibility-pill .monitor[data-v-39031c01] {
  width: 16px;
  height: 12.5px;
  color: #362e59;
}

.compatibility-pill .smartphone[data-v-39031c01] {
  width: 20px;
  height: 16px;
  color: #362e59;
}

@media screen and (max-width: 576px) {
  .search-template-image[data-v-39031c01] {
    max-width: 300px;
  }
}
.carousel-icon svg {
  width: 55px;
  height: 60px;
  color: #a6b7d4;
}

img[data-v-0577b043] {
  max-width: 100%;
  max-height: 100%;
}

.overview .trend {
  font-size: 15px;
  font-weight: bold;
}

.overview .card-icon {
  width: 40px;
  height: 40px;
  background: #f3f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.overview .card-icon svg {
  width: 1.5em;
  height: 1.5em;
}

.overview .overview-tooltip {
  position: absolute;
  right: 10px;
  top: 0;
}

.overview.overview-card {
  background: white;
  min-height: 135px;
  height: calc(100% - 1.5rem);
}

.overview .card-fullsize {
  height: calc(100% - 1.5rem);
}

.overview .card-fullsize .card-body {
  justify-content: center;
}

@media (max-width: 1200px) {
  .overview .card-fullsize .card-body {
    justify-content: flex-start;
  }
}
.letter-icon[data-v-3eecb4f4] {
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  margin: 0 10px;
  border: 1px solid;
}

#reindex-content-modal.modal[data-v-07a8b045] {
  margin: 50px auto;
}

#reindex-products-modal.modal[data-v-42005d12] {
  margin: 50px auto;
}

#managed-feeds-access-modal.modal[data-v-0ad10dc9] {
  margin: 50px auto;
}

.status[data-v-1e9ddf76] {
  color: #ee268c;
  cursor: pointer;
}

.product .img[data-v-1e9ddf76] {
  width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.expand .product .img[data-v-1e9ddf76] {
  width: 4em;
  height: 4em;
  float: left;
}

.expand .products product[data-v-1e9ddf76] {
  cursor: pointer;
  width: 100%;
}

.product-info[data-v-1e9ddf76] {
  display: inline-block;
  padding-top: 0.5em;
  padding-right: 2em;
}

.expand .product a[data-v-1e9ddf76] {
  display: inline-block;
  padding-top: 0.5em;
  padding-right: 2em;
}

.overview {
  background: #f3f4f8;
  border-radius: 16px;
  border: 0;
}

.overview .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview.overview-card {
  min-height: 143px;
  height: calc(100% - 1.5rem);
}

.vc-chrome[data-v-26e7631a] {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  transform: translate(0, -100%);
  box-shadow: unset;
  border-radius: 0;
  z-index: 9;
}

.color-picker-container[data-v-26e7631a] {
  display: inline-block;
  width: 50px;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  cursor: pointer;
  padding: 10px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border: 1px solid #dfe4eb;
  border-left: none;
  transition-duration: 0.15s;
}

.form-control.color:focus ~ .color-picker-container[data-v-26e7631a], select.color:focus ~ .color-picker-container[data-v-26e7631a], .email-compose-fields .select2-container--default .color.select2-selection--multiple:focus ~ .color-picker-container[data-v-26e7631a], .select2-container--default .color.select2-selection--single:focus ~ .color-picker-container[data-v-26e7631a], .select2-container--default .select2-selection--single .color.select2-search__field:focus ~ .color-picker-container[data-v-26e7631a], .color.typeahead:focus ~ .color-picker-container[data-v-26e7631a],
.color.tt-query:focus ~ .color-picker-container[data-v-26e7631a],
.color.tt-hint:focus ~ .color-picker-container[data-v-26e7631a] {
  border-color: #3699ff;
}

.current-color[data-v-26e7631a] {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #dfe4eb;
}

.input-group > .form-control[data-v-26e7631a]:not(:last-child), .input-group > select[data-v-26e7631a]:not(:last-child), .email-compose-fields .select2-container--default .input-group > [data-v-26e7631a].select2-selection--multiple:not(:last-child), .select2-container--default .input-group > [data-v-26e7631a].select2-selection--single:not(:last-child), .select2-container--default .select2-selection--single .input-group > [data-v-26e7631a].select2-search__field:not(:last-child), .input-group > [data-v-26e7631a].typeahead:not(:last-child),
.input-group > [data-v-26e7631a].tt-query:not(:last-child),
.input-group > [data-v-26e7631a].tt-hint:not(:last-child) {
  border-right: none;
}

span[data-v-4c3b6fac] {
  cursor: pointer;
}

span[data-v-4c3b6fac]:hover {
  text-decoration: underline;
}

#confirm-copy-design-modal.modal[data-v-5feab24a] {
  margin: 50px auto;
}

@media (min-width: 576px) {
  .modal-dialog[data-v-7c7f4c7b] {
    margin: 130px auto;
  }
}
.code-diff-container[data-v-72344a50] {
  max-height: 600px;
  overflow: auto;
  width: 100%;
}

#disable-date {
  padding-left: 0.5em;
  font-weight: bold;
}

.api-log-toggle-warning {
  white-space: pre-line;
  z-index: 999;
  position: absolute;
  inset: 1.5rem 1.5rem 1.5rem calc(150px + 3rem);
}

.api-log-toggle-warning .icon svg {
  margin: 0;
}

.slot-container[data-v-e956441c] {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}

tr td:last-of-type .slot-container[data-v-e956441c] {
  justify-content: end;
}

.spinner[data-v-e956441c] {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1;
  text-align: left;
}

.link-item[data-v-4f03495a] {
  display: flex;
  cursor: pointer !important;
}

.placement-item[data-v-4f03495a] {
  transition: all 0.3s;
}

.placement-item[data-v-4f03495a]:hover {
  background: linear-gradient(90deg, transparent 0%, #f8f9fa 15%, #f8f9fa 85%, transparent 100%);
}

.placement-item .link-item[data-v-4f03495a]:hover {
  color: #ee268c;
}

.load-more-button[data-v-07a1c13b] {
  text-align: center;
  cursor: pointer;
}

.modal-section .header[data-v-07a1c13b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.modal-section .selection-title[data-v-07a1c13b] {
  font-size: larger;
}

.card.selected-products-list[data-v-07a1c13b] {
  border-radius: 0.75rem;
  border: 2px solid #F6F6F6;
  box-shadow: none;
}

#search-container[data-v-07a1c13b] {
  position: relative;
  width: 100%;
}

.selected-products-list .product-list[data-v-07a1c13b] {
  max-height: 300px;
  min-height: 240px;
  overflow-y: auto;
}

#search-results[data-v-07a1c13b] {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 0.75rem;
  background-color: white;
  border: 2px solid #F6F6F6;
  border-top: 0;
  border-radius: 0 0 0.75rem 0.75rem;
  z-index: 10;
}

#search-results .product-list[data-v-07a1c13b] {
  max-height: 300px;
  overflow-y: auto;
}

.fade-slide-enter-active[data-v-07a1c13b], .fade-slide-leave-active[data-v-07a1c13b] {
  transition: opacity 0.2s, transform 0.2s;
}

.fade-slide-enter[data-v-07a1c13b], .fade-slide-leave-to[data-v-07a1c13b] {
  opacity: 0;
  transform: translateY(-10px);
}

.fade-slide-enter-to[data-v-07a1c13b], .fade-slide-leave[data-v-07a1c13b] {
  opacity: 1;
  transform: translateY(0);
}

.modal-footer-buttons[data-v-07a1c13b] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.slider-option[data-v-43cd3e84] {
  background: #fff;
  box-shadow: 0 0 1px rgba(12, 26, 75, 0.1), 0 4px 20px -2px rgba(50, 50, 71, 0.08);
  border-radius: 12px;
  border: 1px solid #fff;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 68px;
  user-select: none;
}

.selected[data-v-43cd3e84] {
  border: 1px solid #66cb9f;
}

.slider-disabled[data-v-43cd3e84] {
  border: 1px solid #F4F5F9;
  pointer-events: none;
  box-shadow: 0 0 1px rgba(12, 26, 75, 0.1), 0 4px 20px -2px rgba(50, 50, 71, 0.08);
}

.option-btn[data-v-43cd3e84] {
  width: 26px;
  height: 26px;
}

.option-prefix-icon[data-v-43cd3e84] {
  width: 13px;
  height: 13px;
  margin-right: 12px;
}

.dropdown-container[data-v-f99c6b94] {
  position: relative;
  width: 100%;
}

.input-group[data-v-f99c6b94] {
  position: relative;
  display: flex;
  align-items: center;
}

.dropdown-input[data-v-f99c6b94] {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ced4da;
  outline: none;
}

.dropdown-icon[data-v-f99c6b94] {
  position: absolute;
  font-size: 0.8rem;
  color: #6c757d;
  transition: all 0.25s;
  z-index: 10;
}

.dropdown-icon.right[data-v-f99c6b94] {
  right: 10px;
}

.dropdown-icon.right-active[data-v-f99c6b94] {
  transform: rotate(180deg);
}

.dropdown-icon.left[data-v-f99c6b94] {
  opacity: 0;
  transform: translateX(-15px);
  left: 10px;
}

.dropdown-icon.left-active[data-v-f99c6b94] {
  opacity: 1;
  transform: translateX(0);
}

.dropdown-menu[data-v-f99c6b94] {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

.divider[data-v-f99c6b94] {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 8px 0;
  font-weight: bold;
  color: #555;
}

.divider[data-v-f99c6b94]::before,
.divider[data-v-f99c6b94]::after {
  content: "";
  flex: 1;
  border-top: 1px solid #ccc;
  margin: 0 8px;
}

.slide-fade-enter-active[data-v-f99c6b94] {
  transition: all 0.2s ease-in-out;
}

.slide-fade-leave-active[data-v-f99c6b94] {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from[data-v-f99c6b94],
.slide-fade-leave-to[data-v-f99c6b94] {
  transform: translateY(-1rem);
  opacity: 0;
}

.slide-btn[data-v-39118755] {
  padding: 0.25rem 0.75rem;
}

.slide-btn-text[data-v-39118755] {
  transform: translateX(0);
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  color: #ee268c;
}

.slide-btn:hover .slide-btn-text[data-v-39118755] {
  transform: translateX(0.2rem);
  transition: all 0.5s;
}

.placement-container[data-v-1ac797a2] {
  display: flex;
  align-items: center;
  min-height: 150px;
  gap: 4rem;
}

@media (max-width: 1170px) {
  .placement-container[data-v-1ac797a2] {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
.inspo-card-container[data-v-ed7ec086] {
  border-radius: 1.5rem;
}

.inspo-text[data-v-ed7ec086] {
  height: 40px;
  overflow: hidden;
}

.pic-container[data-v-ed7ec086] {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
}

.pic-container img[data-v-ed7ec086], .pic-container source[data-v-ed7ec086] {
  transition: transform 1s ease;
  border-radius: 1.5rem 1.5rem 0 0;
}

.pic-container:hover img[data-v-ed7ec086], .pic-container:hover source[data-v-ed7ec086] {
  transform: scale(1.15);
}

.modal-dialog[data-v-1213407c] {
  z-index: 99999;
}

@media (min-width: 576px) {
  .modal-dialog[data-v-1213407c] {
    margin: 130px auto;
  }
}
.meta-list[data-v-1213407c] {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-row-gap: 0.25rem;
  margin: 0;
}

.meta-list dt[data-v-1213407c] {
  margin: 0;
  color: #6c757d;
  font-weight: 600;
}

.meta-list dd[data-v-1213407c] {
  margin: 0;
  justify-self: end;
}

.prompt-box[data-v-1213407c] {
  padding: 1rem 1.25rem;
  border: 1px solid #e9ecef;
  background: #f8f9fa;
  border-radius: 0.5rem;
  line-height: 1.5;
}

.placement-container[data-v-7c1c5973] {
  position: relative;
  display: inline-block;
  padding: 5px;
}

.placement-add-btn[data-v-7c1c5973], .placement-label[data-v-7c1c5973], .custom-placement-label[data-v-7c1c5973] {
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #E9E9EC;
  color: #8a8f94;
  transition: background-color 0.2s linear;
}

.placement-add-btn[data-v-7c1c5973] {
  background-color: #FFF;
  color: #191F29;
  transition: background-color 0.2s linear;
}

.placement-add-btn[data-v-7c1c5973]::-webkit-scrollbar {
  display: none !important;
}

.placement-add-btn[data-v-7c1c5973]:hover {
  background-color: #5b616b;
  color: #FFF;
}

.placement-add-btn[data-v-7c1c5973]:active {
  background-color: #191F29;
  color: #FFF;
}

.placement-label[data-v-7c1c5973], .custom-placement-label[data-v-7c1c5973] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.3s;
  font-weight: bold;
}

.placement-checkbox[data-v-7c1c5973] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  border-radius: 0.5rem;
}

.placement-label[data-v-7c1c5973]:hover {
  background-image: linear-gradient(45deg, #C448FB, #D937C3, #EE268C);
  border-color: transparent;
  color: #FFF;
}

.checked[data-v-7c1c5973] {
  background-color: #191F29;
  color: #0c1427;
  border: 1px solid transparent;
  background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(45deg, #C448FB, #D937C3, #EE268C) border-box;
}

.custom-placement-label[data-v-7c1c5973]:hover {
  background-image: linear-gradient(45deg, #A8E6CB, #81D8AE);
  border-color: transparent;
  color: #FFF;
}

.custom-checked[data-v-7c1c5973] {
  background-color: #191F29;
  color: #0c1427;
  border: 1px solid transparent;
  background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(45deg, #9DE7C1, #6CC29D) border-box;
}

.placement-container:has(.placement-checkbox:disabled) .placement-label[data-v-7c1c5973] {
  border-color: #c8cacd;
  color: #c8cacd;
}

.placement-container[data-v-7c1c5973]:has(.placement-checkbox:disabled):hover {
  color: #c8cacd;
}