/* Minification failed. Returning unminified contents.
(519,6166): run-time error CSS1039: Token not allowed after unary operator: '-microtip-transition-duration'
(519,6207): run-time error CSS1039: Token not allowed after unary operator: '-microtip-transition-easing'
(519,6253): run-time error CSS1039: Token not allowed after unary operator: '-microtip-transition-delay'
(519,6591): run-time error CSS1039: Token not allowed after unary operator: '-microtip-font-size'
(519,6634): run-time error CSS1039: Token not allowed after unary operator: '-microtip-font-weight'
(519,6684): run-time error CSS1039: Token not allowed after unary operator: '-microtip-text-transform'
 */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.datepicker tfoot .today.btn {
    display: table-cell;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

/*!
   * Bootstrap Datetime Picker v4.17.49
   * Copyright 2015-2020 Jonathan Peterson
   * Licensed under MIT (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE)
   */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
.uppy-Root{all:initial!important;box-sizing:border-box!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;line-height:1!important;-webkit-font-smoothing:antialiased!important}.uppy-Root *,.uppy-Root :after,.uppy-Root :before{box-sizing:inherit!important}.uppy-Root :focus{outline:2px solid #2275d7!important;outline-offset:3px!important}.UppyIcon{max-width:100%!important;max-height:100%!important;fill:currentColor!important;display:inline-block!important;vertical-align:text-top!important;overflow:hidden!important}.UppyIcon--svg-baseline{bottom:-.125em!important;position:relative!important}.UppyButton--circular{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;box-shadow:1px 2px 4px 0 rgba(0,0,0,.2)!important;border-radius:50%!important;cursor:pointer!important;transition:all .3s!important}.UppyButton--blue{color:#fff!important;background-color:#2275d7!important}.UppyButton--blue:focus,.UppyButton--blue:hover{background-color:#1b5dab!important}.UppyButton--red{color:#fff!important;background-color:#d32f2f!important}.UppyButton--red:focus,.UppyButton--red:hover{background-color:#ab2424!important}.UppyButton--sizeM{width:60px!important;height:60px!important}.UppyButton--sizeS{width:45px!important;height:45px!important}.uppy-u-reset{animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;background:transparent none repeat 0 0/auto auto padding-box border-box scroll!important;border:medium none currentColor!important;border-collapse:separate!important;border-image:none!important;border-radius:0!important;border-spacing:0!important;bottom:auto!important;box-shadow:none!important;caption-side:top!important;clear:none!important;clip:auto!important;color:#000!important;columns:auto!important;column-count:auto!important;column-fill:balance!important;column-gap:normal!important;column-rule:medium none currentColor!important;column-span:1!important;column-width:auto!important;content:normal!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;display:inline!important;empty-cells:show!important;float:none!important;font-family:serif!important;font-size:medium!important;font-style:normal!important;font-variant:normal!important;font-weight:400!important;font-stretch:normal!important;line-height:normal!important;height:auto!important;-webkit-hyphens:none!important;-ms-hyphens:none!important;hyphens:none!important;left:auto!important;letter-spacing:normal!important;list-style:disc outside none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1!important;orphans:2!important;outline:medium none invert!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;padding:0!important;page-break-after:auto!important;page-break-before:auto!important;page-break-inside:auto!important;perspective:none!important;perspective-origin:50% 50%!important;position:static!important;right:auto!important;-moz-tab-size:8!important;tab-size:8!important;table-layout:auto!important;text-align:left!important;text-align-last:auto!important;text-decoration:none!important;text-indent:0!important;text-shadow:none!important;text-transform:none!important;top:auto!important;transform:none!important;transform-origin:50% 50% 0!important;transform-style:flat!important;transition:none 0s ease 0s!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:visible!important;white-space:normal!important;widows:2!important;width:auto!important;word-spacing:normal!important;z-index:auto!important}.uppy-c-textInput{border:1px solid hsla(0,0%,58%,.5)!important;border-radius:4px!important;font-size:13px!important;line-height:1.5!important;padding:6px 8px!important}.uppy-Dashboard--wide .uppy-c-textInput{font-size:15px!important;line-height:1.8!important;padding:8px 12px!important}.uppy-c-textInput:focus{border-color:#2275d7!important;outline:none!important;box-shadow:0 0 1px 1px rgba(34,117,215,.5)!important}.uppy-c-btn{display:inline-block!important;text-align:center!important;white-space:nowrap!important;vertical-align:middle!important;font-family:inherit!important;font-size:16px!important;line-height:1!important;font-weight:500!important;transition:all .3s!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer!important}.uppy-c-btn-primary{font-size:13px!important;padding:10px 18px!important;border-radius:4px!important;background-color:#2275d7!important;color:#fff!important}.uppy-Dashboard--wide .uppy-c-btn-primary{font-size:15px!important;padding:13px 28px!important}.uppy-c-btn-primary:hover{background-color:#1b5dab!important}.uppy-c-btn-primary:focus{outline:none!important;box-shadow:0 0 0 3px rgba(34,117,215,.5)!important}.uppy-c-btn-link{font-size:13px!important;line-height:1!important;padding:10px 18px!important;border-radius:4px!important;background-color:transparent!important;color:#000!important}.uppy-Dashboard--wide .uppy-c-btn-link{font-size:15px!important;padding:13px 28px!important}.uppy-c-btn-link:hover{text-decoration:underline!important}.uppy-c-btn-link:focus{outline:none!important;box-shadow:0 0 0 .2rem rgba(34,117,215,.5)!important}.uppy-c-btn--small{font-size:.9em!important;padding:7px 16px!important;border-radius:2px!important}.uppy-Dashboard--wide .uppy-c-btn--small{padding:8px 10px!important;border-radius:2px!important}.uppy-Root [aria-label][role~=tooltip]{position:relative}.uppy-Root [aria-label][role~=tooltip]:after,.uppy-Root [aria-label][role~=tooltip]:before{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;opacity:0;pointer-events:none;transition:all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);position:absolute;box-sizing:border-box;z-index:10;transform-origin:top}.uppy-Root [aria-label][role~=tooltip]:before{background-size:100% auto!important;content:""}.uppy-Root [aria-label][role~=tooltip]:after{background:hsla(0,0%,7%,.9);border-radius:4px;color:#fff;content:attr(aria-label);font-size:var(--microtip-font-size,13px);font-weight:var(--microtip-font-weight,normal);text-transform:var(--microtip-text-transform,none);padding:.5em 1em;white-space:nowrap;box-sizing:content-box}.uppy-Root [aria-label][role~=tooltip]:focus:after,.uppy-Root [aria-label][role~=tooltip]:focus:before,.uppy-Root [aria-label][role~=tooltip]:hover:after,.uppy-Root [aria-label][role~=tooltip]:hover:before{opacity:1;pointer-events:auto}.uppy-Root [role~=tooltip][data-microtip-position|=top]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E") no-repeat;height:6px;width:18px;margin-bottom:5px}.uppy-Root [role~=tooltip][data-microtip-position|=top]:after{margin-bottom:11px}.uppy-Root [role~=tooltip][data-microtip-position|=top]:before{transform:translate3d(-50%,0,0);bottom:100%;left:50%}.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=top]:after{transform:translate3d(-50%,0,0);bottom:100%;left:50%}.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after{transform:translate3d(calc(-100% + 16px),0,0);bottom:100%}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after{transform:translate3d(calc(-100% + 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after{transform:translate3d(calc(0% + -16px),0,0);bottom:100%}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after{transform:translate3d(calc(0% + -16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E") no-repeat;height:6px;width:18px;margin-top:5px;margin-bottom:0}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after{margin-top:11px}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before{transform:translate3d(-50%,-10px,0);bottom:auto;left:50%;top:100%}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after{transform:translate3d(-50%,-10px,0);top:100%;left:50%}.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after{transform:translate3d(calc(-100% + 16px),-10px,0);top:100%}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after{transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after{transform:translate3d(calc(0% + -16px),-10px,0);top:100%}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after{transform:translate3d(calc(0% + -16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:before{bottom:auto;left:auto;right:100%;top:50%;transform:translate3d(10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E") no-repeat;height:18px;width:6px;margin-right:5px;margin-bottom:0}.uppy-Root [role~=tooltip][data-microtip-position=left]:after{margin-right:11px}.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:before{bottom:auto;left:100%;top:50%;transform:translate3d(-10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E") no-repeat;height:18px;width:6px;margin-bottom:0;margin-left:5px}.uppy-Root [role~=tooltip][data-microtip-position=right]:after{margin-left:11px}.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-size=small]:after{white-space:normal;width:80px}.uppy-Root [role~=tooltip][data-microtip-size=medium]:after{white-space:normal;width:150px}.uppy-Root [role~=tooltip][data-microtip-size=large]:after{white-space:normal;width:260px}.uppy-Informer{position:absolute!important;bottom:0!important;left:0!important;right:0!important;text-align:center!important;font-size:12px!important;font-weight:500!important;padding:0 15px!important;height:35px!important;line-height:35px!important;background-color:#000;color:#fff!important;opacity:1!important;transform:none!important;transition:all .3s ease-in!important;z-index:1004!important}.uppy-Dashboard--wide .uppy-Informer{height:45px!important;line-height:45px!important;font-size:13px!important}.uppy-Informer[aria-hidden=true]{opacity:0!important;transform:translateY(200%)!important;transition:all .3s ease-in!important}.uppy-Informer p{margin:0!important;padding:0!important;height:35px!important;line-height:35px!important}.uppy-Dashboard--wide .uppy-Informer p{height:45px!important;line-height:45px!important}.uppy-Informer span{line-height:12px!important;width:13px!important;height:13px!important;display:inline-block!important;vertical-align:middle!important;background-color:#fff!important;border-radius:50%!important;position:relative!important;top:-1px!important;left:3px!important;font-size:10px!important;margin-left:-1px!important}.uppy-Informer span:hover{cursor:help!important}.uppy-Informer span:after{line-height:1.3!important;word-wrap:break-word!important}.uppy-StatusBar{display:-ms-flexbox!important;display:flex!important;position:relative!important;height:40px!important;line-height:40px!important;font-size:12px!important;font-weight:400!important;color:#fff!important;background-color:#1a1a1a!important;z-index:1001!important;transition:height .2s!important}.uppy-Dashboard--wide .uppy-StatusBar{height:45px!important;font-size:14px!important}.uppy-StatusBar[aria-hidden=true]{overflow-y:hidden!important;height:0!important}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#1bb240!important}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#d32f2f!important}.uppy-StatusBar.is-complete .uppy-StatusBar-content{width:100%!important;text-align:center!important;padding-left:0!important;-ms-flex-pack:center!important;justify-content:center!important}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#fff!important;height:65px!important;border-top:1px solid hsla(0,0%,58%,.3)!important}.uppy-StatusBar-progress{background-color:#2275d7!important;height:100%!important;position:absolute!important;z-index:1001!important;transition:background-color,width .3s ease-out!important}.uppy-StatusBar-progress.is-indeterminate{background-size:64px 64px!important;background-image:linear-gradient(45deg,#1b5dab 25%,transparent 0,transparent 50%,#1b5dab 0,#1b5dab 75%,transparent 0,transparent)!important;animation:a 1s linear infinite}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none!important}@keyframes a{0%{background-position:64px 0}to{background-position:0 0}}.uppy-StatusBar-content{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;position:relative!important;z-index:1002!important;padding-left:15px!important;white-space:nowrap!important;text-overflow:ellipsis!important;color:#fff!important;height:100%!important}.uppy-StatusBar-contentPadding{margin-right:.5ch!important}.uppy-StatusBar-status{line-height:1.35!important;font-weight:400!important;letter-spacing:.5px!important}.uppy-StatusBar-statusPrimary{font-size:13px!important}.uppy-StatusBar-statusSecondary{font-size:11px!important;display:none!important}.uppy-StatusBar--detailedProgress .uppy-StatusBar-statusSecondary{display:inline!important}.uppy-StatusBar-statusIndicator{color:#fff!important;margin-right:15px!important;cursor:pointer!important}.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator{width:15px!important;margin-right:7px!important}.uppy-StatusBar-actions{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;position:absolute!important;top:0!important;bottom:0!important;right:15px!important;z-index:1004!important}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{width:100%!important;position:static!important;padding:0 15px!important}.uppy-StatusBar-actionBtn{font-size:12px!important;padding:6px!important;border-radius:4px!important}.uppy-Dashboard--wide .uppy-StatusBar-actionBtn{padding:7px 10px!important}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{font-size:14px!important;width:100%!important;padding:15px 10px!important}.uppy-Dashboard--wide .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{padding:13px 28px!important;width:auto!important}.uppy-StatusBar-actionBtn:not(:last-child){margin-right:10px!important}.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload{background-color:transparent!important;border:1px solid #fff!important;color:#fff!important}.uppy-StatusBar-actionBtn--retry{background-color:#fff!important;color:#d32f2f!important;border:1px solid transparent!important}.uppy-StatusBar-actionBtn--cancel{background-color:transparent!important;border:1px solid #fff!important;color:#fff!important}.uppy-StatusBar-details{line-height:12px!important;width:13px!important;height:13px!important;display:inline-block!important;vertical-align:middle!important;color:#d32f2f!important;background-color:#fff!important;border-radius:50%!important;position:relative!important;top:-1px!important;left:6px!important;font-size:10px!important;text-align:center!important;cursor:help!important}.uppy-StatusBar-details:hover{cursor:help!important}.uppy-StatusBar-details:after{line-height:1.3!important;word-wrap:break-word!important}.uppy-Provider-auth,.uppy-Provider-empty,.uppy-Provider-error,.uppy-Provider-loading{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;-ms-flex-flow:column wrap!important;flex-flow:column wrap!important;height:100%!important}.uppy-Provider-authIcon .UppyIcon{width:100px!important;height:75px!important;color:rgba(82,82,82,.3)!important;margin-bottom:15px!important}.uppy-Provider-authTitle{font-size:20px!important;line-height:1.4!important;font-weight:400!important;margin-bottom:30px!important;padding:0 15px!important;max-width:500px!important;text-align:center!important}.uppy-Provider-breadcrumbs{-ms-flex:1!important;flex:1!important;color:#535353!important;font-size:12px!important;list-style-type:none!important;padding:0!important;margin:0!important}.uppy-Provider-breadcrumbsIcon{display:inline!important;color:#535353!important;vertical-align:middle!important;margin-right:8px!important}.uppy-Provider-breadcrumbsIcon .UppyIcon{width:13px!important;height:13px!important}.uppy-Provider-breadcrumbs button{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;cursor:pointer!important;font-size:14px!important}.uppy-Provider-breadcrumbs button:hover{text-decoration:underline!important}.uppy-Provider-breadcrumbs button:focus{outline:1px dotted #919191!important}.uppy-Provider-breadcrumbs li{display:inline-block!important;margin:0!important}.uppy-Provider-breadcrumbs li~li:before{content:"/"!important;padding:0 7px!important}.uppy-ProviderBrowser{display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column!important;flex-direction:column!important;font-size:13px!important;font-weight:400!important;height:100%!important}.uppy-ProviderBrowser-user{margin:0 8px 0 0!important}.uppy-ProviderBrowser-user:after{content:"\00B7"!important;position:relative!important;left:4px!important}.uppy-ProviderBrowser-header{z-index:1001!important;border-bottom:1px solid #ebebeb!important;position:relative!important}.uppy-ProviderBrowser-headerBar{height:40px!important;line-height:40px!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;padding:0 16px!important;background-color:#f9f9f9!important;z-index:1001!important;color:#606060!important}.uppy-ProviderBrowser-headerBar--simple{text-align:center!important;display:block!important}.uppy-ProviderBrowser-search{width:100%!important;background-color:#fff!important;position:relative!important;height:30px!important;margin-top:15px!important;margin-bottom:5px!important}.uppy-ProviderBrowser-searchInput{width:100%!important;height:30px!important;background-color:transparent!important;outline:0!important;font-family:sans-serif!important;font-size:14px!important;line-height:30px!important;border:0!important;padding:0 16px 0 43px!important;z-index:1001!important}.uppy-ProviderBrowser-searchInput::-moz-placeholder,.uppy-ProviderBrowser-searchInput::-ms-input-placeholder,.uppy-ProviderBrowser-searchInput::-webkit-input-placeholder{color:hsla(0,0%,58%,.75)!important;letter-spacing:1px!important}.uppy-ProviderBrowser-searchIcon{width:16px!important;height:16px!important;left:16px!important}.uppy-ProviderBrowser-searchClose,.uppy-ProviderBrowser-searchIcon{position:absolute!important;top:7px!important;z-index:1002!important;color:hsla(0,0%,58%,.6)!important}.uppy-ProviderBrowser-searchClose{width:12px!important;height:12px!important;right:16px!important;cursor:pointer!important}.uppy-ProviderBrowser-userLogout{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;cursor:pointer!important}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline!important}.uppy-ProviderBrowser-body{-ms-flex:1!important;flex:1!important;position:relative!important}.uppy-ProviderBrowser-list{-ms-flex:1!important;flex:1!important;position:relative!important;display:block!important;width:100%!important;height:100%!important;background-color:#fff!important;border-spacing:0!important;overflow-x:hidden!important;overflow-y:auto!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important;list-style:none!important;margin:0!important;padding:0!important}.uppy-ProviderBrowserItem-inner{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;cursor:pointer!important;font-weight:600!important}.uppy-ProviderBrowser-viewType--list{background-color:#fff!important}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem{padding:10px 15px!important}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner{max-width:80%!important;word-wrap:break-word!important;text-align:left!important;line-height:1.4!important}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img{vertical-align:text-top!important;margin-right:3px!important}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox label:before{border-color:rgba(82,82,82,.4)!important}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox input:checked+label:before{border-color:#2275d7!important}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowser-list{display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:row!important;flex-direction:row!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;-ms-flex-pack:justify!important;justify-content:space-between!important;-ms-flex-align:start!important;align-items:flex-start!important;padding:6px!important}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowser-list:after{content:""!important;-ms-flex:auto!important;flex:auto!important}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem{display:inline-block!important;width:50%!important;position:relative!important;padding:8px!important}.uppy-ProviderBrowser-viewType--grid .uppy-Dashboard--wide .uppy-ProviderBrowserItem{width:33.3333%!important;padding:12px!important}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--selected .uppy-ProviderBrowserItem-inner{box-shadow:0 0 0 3px rgba(27,93,171,.9)!important}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner{width:100%!important;height:100%!important;border-radius:4px!important;overflow:hidden!important;border:2px solid transparent!important}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem img{width:100%!important;height:100%!important;vertical-align:middle!important}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox{display:none!important}.uppy-Dashboard--wide .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem{width:25%!important}.uppy-ProviderBrowserItem-checkbox input{opacity:0!important}.uppy-ProviderBrowserItem-checkbox{position:relative!important;display:inline-block!important;top:-3px!important;margin-right:20px!important}.uppy-ProviderBrowserItem-checkbox label{display:block!important}.uppy-ProviderBrowserItem-checkbox label:after,.uppy-ProviderBrowserItem-checkbox label:before{position:absolute!important;cursor:pointer!important}.uppy-ProviderBrowserItem-checkbox label:before{content:""!important;display:inline-block!important;height:18px!important;width:18px!important;top:2px!important;border:1px solid #2275d7!important;background-color:#fff!important;border-radius:2px!important}.uppy-ProviderBrowserItem-checkbox label:after{content:""!important;display:inline-block!important;height:5px!important;width:8px!important;left:5px!important;top:8px!important;border-left:2px solid #fff!important;border-bottom:2px solid #fff!important;transform:rotate(-45deg)!important}.uppy-ProviderBrowserItem-checkbox input+label:after{content:none!important}.uppy-ProviderBrowserItem-checkbox input:checked+label:after{content:""!important}.uppy-ProviderBrowserItem-checkbox input:checked+label:before{background-color:#2275d7!important}.uppy-ProviderBrowserItem-checkbox input:focus+label:before{outline:5px auto #3b99fc!important}.uppy-ProviderBrowser-footer{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;background:#fff!important;height:65px!important;border-top:1px solid hsla(0,0%,58%,.3)!important;padding:0 15px!important}.uppy-ProviderBrowser-footer button{margin-right:10px!important}.uppy-Dashboard--modal{z-index:1001!important}.uppy-Dashboard--modal[aria-hidden=true]{display:none!important}@keyframes b{0%{opacity:0}to{opacity:1}}@keyframes c{0%{opacity:1}to{opacity:0}}@keyframes d{0%{transform:translate3d(-50%,-70%,0);opacity:0}to{transform:translate3d(-50%,-50%,0);opacity:1}}@keyframes e{0%{transform:translate3d(0,-20%,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f{0%{transform:translate3d(-50%,-50%,0);opacity:1}to{transform:translate3d(-50%,-70%,0);opacity:0}}@keyframes g{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20%,0);opacity:0}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:e .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:768px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:d .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay{animation:b .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:g .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:768px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:f .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay{animation:c .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard-isFixed{overflow:hidden!important;height:100vh!important}.uppy-Dashboard--modal .uppy-Dashboard-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-color:rgba(0,0,0,.5)!important;z-index:1001!important}.uppy-Dashboard-inner{position:relative!important;background-color:#fafafa!important;max-width:100%;max-height:100%;width:100%;height:100%;min-width:300px!important;min-height:400px!important;outline:none!important;border:1px solid hsla(0,0%,58%,.2)!important}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002!important}@media only screen and (min-width:768px){.uppy-Dashboard-inner{width:750px;height:550px;border-radius:5px!important}}.uppy-Dashboard-innerWrap{display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column!important;flex-direction:column!important;height:100%!important;overflow:hidden!important;min-height:300px!important;position:relative!important}@media only screen and (min-width:768px){.uppy-Dashboard-innerWrap{border-radius:5px!important}}.uppy-Dashboard--modal .uppy-Dashboard-inner{position:fixed!important;top:0!important;left:0!important;border:none!important}@media only screen and (min-width:768px){.uppy-Dashboard--modal .uppy-Dashboard-inner{top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;box-shadow:0 5px 15px 4px rgba(0,0,0,.15)!important}}.uppy-Dashboard-close{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;display:none!important;position:absolute!important;top:2px!important;right:8px!important;cursor:pointer!important;color:rgba(82,82,82,.5)!important;transition:all .3s!important;font-size:23px!important}.uppy-Dashboard--wide .uppy-Dashboard-close{font-size:30px!important;top:2px!important;right:8px!important}.uppy-Dashboard--modal .uppy-Dashboard-close{z-index:1005!important;display:block!important}.uppy-Dashboard-close:hover{color:#2275d7!important}.uppy-DashboardTabs{padding:7px!important;border-bottom:1px solid hsla(0,0%,58%,.3)!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.uppy-DashboardTabs[aria-hidden=true]{display:none!important}.uppy-DashboardTabs-title{font-size:15px!important;line-height:30px!important;font-weight:400!important;margin:0!important;padding:0!important;text-align:center!important;color:#525252!important}.uppy-Dashboard--wide .uppy-DashboardTabs-title{font-size:17px!important;line-height:40px!important}.uppy-Dashboard-browse{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;cursor:pointer!important;color:rgba(34,117,215,.9)!important}.uppy-Dashboard-browse:focus{outline:none!important;border-bottom:2px solid #2275d7!important}.uppy-DashboardTabs-list{list-style-type:none!important;padding:0!important;white-space:nowrap!important}.uppy-DashboardTab,.uppy-DashboardTabs-list{margin:0!important;text-align:center!important}.uppy-DashboardTab{width:70px!important;display:inline-block!important}.uppy-Dashboard--wide .uppy-DashboardTab{width:75px!important;margin:0 5px!important}.uppy-DashboardTab-btn{width:100%!important;cursor:pointer!important;border:0!important;background-color:transparent!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;transition:all .3s!important;color:#535353!important}.uppy-DashboardTab-btn:hover{color:#2275d7!important}.uppy-DashboardTab-name{font-size:8px!important;line-height:11px!important;margin-top:5px!important;margin-bottom:0!important;font-weight:500!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.uppy-Dashboard--wide .uppy-DashboardTab-name{font-size:9px!important}.uppy-DashboardTab .UppyIcon{width:18px!important;height:18px!important;vertical-align:middle!important}.uppy-Dashboard--wide .uppy-DashboardTab .UppyIcon{width:23px!important;height:23px!important}.uppy-Dashboard-input{width:.1px!important;height:.1px!important;opacity:0!important;overflow:hidden!important;position:absolute!important;z-index:-1!important}.uppy-DashboardContent-bar{position:absolute!important;top:0!important;left:0!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;height:40px!important;width:100%!important;border-bottom:1px solid hsla(0,0%,58%,.3)!important;z-index:1004!important;background-color:#f5f5f5!important;padding:0 15px!important}.uppy-Dashboard--wide .uppy-DashboardContent-bar{height:50px!important}.uppy-DashboardContent-title{position:absolute!important;top:0!important;left:0!important;right:0!important;text-align:center!important;font-size:14px!important;line-height:40px!important;font-weight:400!important;max-width:170px!important;text-overflow:ellipsis!important;white-space:nowrap!important;overflow-x:hidden!important;margin:auto!important}.uppy-Dashboard--wide .uppy-DashboardContent-title{font-size:16px!important;line-height:50px!important;max-width:300px!important}.uppy-DashboardContent-back{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;color:#2275d7!important}.uppy-Dashboard--wide .uppy-DashboardContent-back{font-size:15px!important}.uppy-DashboardContent-panel{position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important;transform:translate3d(0,-105%,0)!important;transition:transform .2s ease-in-out!important;background-color:#f5f5f5!important;box-shadow:0 0 10px 5px rgba(0,0,0,.15)!important;padding-top:40px!important;overflow:hidden!important;z-index:1004!important}.uppy-Dashboard--wide .uppy-DashboardContent-panel{padding-top:50px!important}.uppy-DashboardContent-panel[aria-hidden=false]{transform:translateZ(0)!important}.uppy-Dashboard-progress{position:absolute!important;bottom:0!important;left:0!important;width:100%!important;height:12%!important}.uppy-Dashboard-progressBarContainer.is-active{z-index:1004!important}.uppy-Dashboard-next,.uppy-Dashboard-progressBarContainer.is-active{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.uppy-Dashboard-next{background:none!important;background-color:hsla(0,0%,58%,.7)!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;z-index:1002!important;transition:background-color .5s!important;color:#fff!important;font-family:inherit!important;font-size:14px!important;line-height:1!important;padding:0!important;margin:0!important;outline:none!important;cursor:not-allowed!important}.uppy-Dashboard-next.is-active{cursor:pointer!important;background-color:#2275d7!important}.uppy-Dashboard-next.is-active:hover{background-color:#14457f!important}.uppy-Dashboard-filesContainer{position:relative!important;overflow-y:hidden!important;margin:0!important;-ms-flex:1!important;flex:1!important}.uppy-Dashboard-filesContainer:after{content:""!important;display:table!important;clear:both!important}.uppy-Dashboard-files{margin:0!important;padding:0 0 10px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important}.uppy-Dashboard--wide .uppy-Dashboard-files{padding:15px 10px 10px!important}.uppy-Dashboard.drag .uppy-Dashboard-innerWrap{background-color:#ccc!important}.uppy-Dashboard.drag .uppy-Dashboard-files--noFiles{border-color:#ccc!important}.uppy-Dashboard-bgIcon{height:100%!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important}.uppy-Dashboard.drag .uppy-Dashboard-bgIcon{opacity:1!important}.uppy-Dashboard-dropFilesTitle{max-width:460px!important;text-align:center!important;font-size:18px!important;line-height:1.45!important;font-weight:400!important;color:rgba(82,82,82,.8)!important;padding:0 15px!important}.uppy-Dashboard--wide .uppy-Dashboard-dropFilesTitle{font-size:24px!important}.uppy-Dashboard-note{font-size:13px!important;line-height:1.2!important;text-align:center!important;color:rgba(82,82,82,.8)!important;position:absolute!important;bottom:45px!important;left:0!important;width:100%!important}.uppy-Dashboard--wide .uppy-Dashboard-note{font-size:16px!important}.uppy-Dashboard-poweredBy{width:100%!important;text-align:center!important;position:absolute!important;bottom:23px!important;font-size:11px!important;color:#939393!important;text-decoration:none!important;padding-top:8px!important;padding-right:2px!important}.uppy-Dashboard-poweredByUppy{color:#939393!important}.uppy-Dashboard-poweredByIcon{stroke:#939393!important;fill:none!important;margin-left:1px!important;margin-right:1px!important;position:relative!important;top:1px!important;opacity:.9!important}.uppy-DashboardItem{list-style:none!important;margin:10px 0!important;position:relative!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;border-bottom:1px solid #ececec!important;padding-bottom:10px!important;padding-left:10px!important}.uppy-Dashboard--wide .uppy-DashboardItem{-ms-flex-direction:column!important;flex-direction:column!important;float:left!important;width:140px!important;height:170px!important;margin:5px 15px!important;border:0!important;background-color:initial!important;border-bottom:none!important;padding-bottom:0!important;padding-left:0!important}.uppy-DashboardItem-preview{width:60px!important;height:60px!important;border-bottom:0!important;position:relative!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-pack:center!important;justify-content:center!important;-ms-flex-align:center!important;align-items:center!important}.uppy-Dashboard--wide .uppy-DashboardItem-preview{width:100%!important;height:100px!important;border:0!important}.uppy-DashboardItem-previewLink{position:absolute!important;left:0!important;top:0!important;right:0!important;bottom:0!important;z-index:1002!important}.uppy-DashboardItem-sourceIcon{display:inline-block!important;vertical-align:middle!important;color:hsla(0,0%,58%,.6)!important}.uppy-Dashboard--wide .uppy-DashboardItem-sourceIcon,.uppy-DashboardItem-sourceIcon{width:10px!important;height:10px!important}.uppy-DashboardItem-previewInnerWrap{width:100%!important;height:100%!important;overflow:hidden!important;position:relative!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-pack:center!important;justify-content:center!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-direction:column!important;flex-direction:column!important;box-shadow:0 0 2px 0 hsla(0,0%,58%,.7)!important;border-radius:3px!important}.uppy-Dashboard--wide .uppy-DashboardItem-previewInnerWrap{box-shadow:0 1px 3px rgba(0,0,0,.2)!important;border-radius:3px!important}.uppy-DashboardItem-previewInnerWrap:after{content:""!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important;background-color:rgba(0,0,0,.65)!important;display:none!important;z-index:1001!important}.uppy-DashboardItem-preview img{width:100%!important;height:100%!important;object-fit:cover!important}.uppy-DashboardItem-previewIconWrap{height:80px!important;max-height:90%!important;position:relative!important}.uppy-DashboardItem-previewIconBg{width:100%!important;height:100%!important;filter:drop-shadow(rgba(0,0,0,.1) 0 0 1px)!important}.uppy-DashboardItem-previewIcon{width:18px!important;height:18px!important;z-index:100!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.uppy-Dashboard--wide .uppy-DashboardItem-previewIcon{width:25px!important;height:25px!important}.uppy-DashboardItem-previewType{position:absolute!important;bottom:14px!important;left:50%!important;transform:translate(-50%)!important;text-transform:uppercase!important;font-size:9px!important;letter-spacing:1px!important;color:#525252!important;z-index:100!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.uppy-DashboardItem-info{padding-left:15px!important;position:relative!important;max-width:65%!important}.uppy-Dashboard--wide .uppy-DashboardItem-info{width:100%!important;max-width:100%!important;-ms-flex:1!important;flex:1!important;padding:10px 19px 0 3px!important;border-top:0!important}.uppy-DashboardItem-name{font-size:11px!important;line-height:1.35!important;font-weight:500!important;margin:0!important;padding:0!important;max-height:28px!important;margin-bottom:3px!important;text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.uppy-Dashboard--wide .uppy-DashboardItem-name{word-break:break-all!important;white-space:normal!important}.uppy-DashboardItem-name a{text-decoration:underline!important;color:#000!important}.uppy-DashboardItem-status{font-size:11px!important;font-weight:400!important;color:#939393!important;margin-bottom:4px!important}.uppy-DashboardItem-statusSize{display:inline-block!important;vertical-align:bottom!important;text-transform:uppercase!important;margin-right:3px!important}.uppy-DashboardItem-copyLink,.uppy-DashboardItem-edit{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;font-size:12px!important;text-align:left!important;cursor:pointer!important;position:absolute!important;top:0!important;right:-20px!important}.uppy-Dashboard--wide .uppy-DashboardItem-copyLink,.uppy-Dashboard--wide .uppy-DashboardItem-edit{top:9px!important;right:3px!important}.uppy-DashboardItem-edit .UppyIcon{width:11px!important;height:11px!important;color:#525252!important}.uppy-Dashboard--wide .uppy-DashboardItem-edit .UppyIcon{width:12px!important;height:12px!important}.uppy-DashboardItem-copyLink .UppyIcon{width:11px!important;height:11px!important;color:#525252!important}.uppy-Dashboard--wide .uppy-DashboardItem-copyLink .UppyIcon{width:13px!important;height:13px!important}.uppy-DashboardItem-action{position:absolute!important;top:23px!important;right:5px!important;z-index:1002!important}.uppy-Dashboard--wide .uppy-DashboardItem-action{top:-8px!important;right:-8px!important}.uppy-DashboardItem-remove{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;cursor:pointer!important;color:#858585!important;width:16px!important;height:16px!important}.uppy-Dashboard--wide .uppy-DashboardItem-remove{width:20px!important;height:20px!important;color:#666!important}.uppy-DashboardItem.is-inprogress:not(.is-resumable) .uppy-DashboardItem-remove{display:none!important}.uppy-DashboardItem-progress{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:1002!important;color:#fff!important;text-align:center!important;width:120px!important;display:none!important;transition:all .35 ease!important}.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress{transform:none!important;top:-9px!important;right:-8px!important;left:auto!important;width:auto!important}.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress,.uppy-DashboardItem.is-error .uppy-DashboardItem-progress,.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-progress{display:block!important}.uppy-DashboardItem-progressIndicator{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;display:inline-block!important;width:38px!important;height:38px!important;opacity:.9!important;transition:all .35s ease!important}.uppy-Dashboard--wide .uppy-DashboardItem-progressIndicator{width:55px!important;height:55px!important}button.uppy-DashboardItem-progressIndicator{cursor:pointer!important}.uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator{width:18px!important;height:18px!important}.uppy-Dashboard--wide .uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator{width:28px!important;height:28px!important}.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator{width:18px!important;height:18px!important;opacity:1!important}.uppy-Dashboard--wide .uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator{width:25px!important;height:25px!important}.uppy-DashboardItem-progressInfo{font-size:9px!important;line-height:1!important;font-weight:500!important;height:10px!important;display:none!important;position:absolute!important;bottom:-10px!important;left:0!important;width:100%!important;text-shadow:0 1px 0 rgba(0,0,0,.3)!important}.uppy-Dashboard--wide .uppy-DashboardItem-progressInfo{display:block!important}.UppyIcon-progressCircle{width:100%!important;height:100%!important}.uppy-DashboardItem .bg{stroke:hsla(0,0%,100%,.4)!important;opacity:0!important}.uppy-DashboardItem .progress{stroke:#fff!important;transition:stroke-dashoffset .5s ease-out!important;opacity:0!important}.uppy-DashboardItem .play{stroke:#fff!important;display:none!important}.uppy-DashboardItem .cancel,.uppy-DashboardItem .pause,.uppy-DashboardItem .play{fill:#fff!important;opacity:0!important;transition:all .2s!important}.uppy-DashboardItem .pause{stroke:#fff!important;display:none!important}.uppy-DashboardItem.is-error .retry{fill:#fff!important}.uppy-DashboardItem.is-resumable .pause,.uppy-DashboardItem.is-resumable .play{display:block!important}.uppy-DashboardItem.is-resumable .cancel{display:none!important}.UppyIcon-progressCircle .check{opacity:0!important;fill:#fff!important;transition:all .2s!important}.uppy-DashboardItem.is-inprogress .bg,.uppy-DashboardItem.is-inprogress .cancel,.uppy-DashboardItem.is-inprogress .pause,.uppy-DashboardItem.is-inprogress .progress{opacity:1!important}.uppy-DashboardItem.is-error .uppy-DashboardItem-previewInnerWrap:after,.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-previewInnerWrap:after{display:block!important}.uppy-DashboardItem.is-paused .pause{opacity:0!important}.uppy-DashboardItem.is-paused .play{opacity:1!important}.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator{cursor:default!important}.uppy-DashboardItem.is-complete .progress{stroke:#1bb240!important;fill:#1bb240!important;opacity:1!important}.uppy-DashboardItem.is-complete .check{opacity:1!important}.uppy-DashboardItem-progressNum{position:relative!important;z-index:1001!important}.uppy-DashboardItem-progressInner{height:15px!important;background-color:#2275d7!important;position:absolute!important;top:0!important;left:0!important}.uppy-Dashboard-actions{height:55px!important;border-top:1px solid hsla(0,0%,58%,.2)!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;padding:0 15px!important}.uppy-Dashboard--wide .uppy-Dashboard-actions{height:65px!important}.uppy-Dashboard-actionsBtn{margin-right:10px!important}.uppy-Dashboard-pauseResume .UppyIcon{width:100%!important;height:100%!important}.uppy-Dashboard-upload{position:relative!important;width:50px!important;height:50px!important}.uppy-Dashboard--wide .uppy-Dashboard-upload{width:60px!important;height:60px!important}.uppy-Dashboard-upload .UppyIcon{position:relative!important;top:1px!important;width:50%!important}.uppy-Dashboard-uploadCount{position:absolute!important;top:-12px!important;right:-12px!important;background-color:#1bb240!important;color:#fff!important;border-radius:50%!important;width:16px!important;height:16px!important;line-height:16px!important;font-size:8px!important}.uppy-Dashboard--wide .uppy-Dashboard-uploadCount{width:18px!important;height:18px!important;line-height:18px!important;font-size:9px!important}.uppy-DashboardFileCard{transform:translateZ(0)!important;transition:transform .2s ease-in-out!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:1004!important;box-shadow:0 0 10px 4px rgba(0,0,0,.1)!important;background-color:#fff!important}.uppy-DashboardFileCard[aria-hidden=true]{transform:translate3d(0,-105%,0)!important}.uppy-DashboardFileCard-inner{display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column!important;flex-direction:column!important;height:100%!important;padding-top:40px!important}.uppy-Dashboard--wide .uppy-DashboardFileCard-inner{padding-top:50px!important}.uppy-DashboardFileCard-preview{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;-ms-flex-positive:1!important;flex-grow:1!important;border-bottom:1px solid hsla(0,0%,58%,.3)!important;background-color:#f9f9f9;position:relative!important}.uppy-DashboardFileCard-preview img{box-shadow:0 3px 20px rgba(0,0,0,.15)!important;max-width:90%!important;max-height:90%!important;object-fit:cover!important;border-radius:3px!important;position:absolute!important}.uppy-DashboardFileCard-info{padding:30px 20px 20px!important;max-height:40%!important;-ms-flex-positive:1!important;flex-grow:1!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.uppy-DashboardFileCard-fieldset{font-size:0!important;border:0!important;padding:0!important;max-width:640px!important;margin:auto!important;margin-bottom:12px!important}.uppy-DashboardFileCard-label{display:inline-block!important;vertical-align:middle!important;width:22%!important;font-size:12px!important;color:#525252!important}.uppy-Dashboard--wide .uppy-DashboardFileCard-label{font-size:13px!important}.uppy-DashboardFileCard-input{display:inline-block!important;vertical-align:middle!important;width:78%!important}.uppy-DragDrop-container{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;border-radius:7px!important;background-color:#fff!important}.uppy-DragDrop-inner{margin:0!important;text-align:center!important;padding:80px 20px!important;line-height:1.4!important}.uppy-DragDrop-arrow{width:60px!important;height:60px!important;fill:#e0e0e0!important;margin-bottom:17px!important}.uppy-DragDrop--is-dragdrop-supported{border:2px dashed!important;border-color:#adadad!important}.uppy-DragDrop-container.drag{border-color:#939393!important;background-color:#e6e6e6!important}.uppy-DragDrop-container.drag .uppy-DragDrop-arrow{fill:#939393!important}.uppy-DragDrop-label{display:block!important;cursor:pointer!important;font-size:1.15em!important;margin-bottom:5px!important}.uppy-DragDrop-note{font-size:1em!important;color:#adadad!important}.uppy-DragDrop-dragText{color:#2275d7!important}.uppy-FileInput-container{margin-bottom:15px!important}.uppy-FileInput-btn{background:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;padding:0!important;margin:0!important;border:0!important;color:inherit!important;font-family:sans-serif!important;font-size:.85em!important;padding:10px 15px!important;color:#14457f!important;border:1px solid #14457f!important;border-radius:8px!important;cursor:pointer!important}.uppy-FileInput-btn:hover{background-color:#14457f!important;color:#fff!important}.uppy-ProgressBar{position:absolute;top:0;left:0;width:100%;height:3px;z-index:10000;transition:height .2s}.uppy-ProgressBar[aria-hidden=true]{height:0}.uppy-ProgressBar-inner{background-color:#2275d7;box-shadow:0 0 10px rgba(34,117,215,.7);height:100%;width:0;transition:width .4s ease}.uppy-ProgressBar-percentage{display:none;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff}.uppy-Url{width:100%!important;height:100%!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column!important;flex-direction:column!important;-ms-flex-pack:center!important;justify-content:center!important;-ms-flex-align:center!important;align-items:center!important}.uppy-Url-input{width:90%!important;max-width:650px!important;margin-bottom:15px!important}.uppy-Dashboard--wide .uppy-Url-input{margin-bottom:30px!important}.uppy-Url-importButton{padding:13px 25px!important}.uppy-Dashboard--wide .uppy-Url-importButton{padding:13px 35px!important}.uppy-Webcam-container{width:100%!important;height:100%!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-pack:center!important;justify-content:center!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-direction:column!important;flex-direction:column!important}.uppy-Webcam-videoContainer{width:100%!important;-ms-flex:1!important;flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important;overflow:hidden!important;background-color:#000!important}.uppy-Webcam-video{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}.uppy-Webcam-video--mirrored{transform:scaleX(-1)!important}.uppy-Webcam-buttonContainer{width:100%!important;height:75px!important;border-top:1px solid hsla(0,0%,58%,.2)!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;padding:0 20px!important}.uppy-Webcam-button{width:45px!important;height:45px!important;border-radius:50%!important;background-color:#d32f2f!important;color:#fff!important;cursor:pointer!important;transition:all .3s!important}.uppy-Dashboard--wide .uppy-Webcam-button{width:60px!important;height:60px!important}.uppy-Webcam-button:hover{background-color:#ab2424!important}.uppy-Webcam-button:focus{outline:none!important;box-shadow:0 0 0 .2rem rgba(34,117,215,.5)!important}.uppy-Webcam-button .UppyIcon{width:30px!important;height:30px!important}.uppy-Webcam-button--picture{margin-right:12px!important}.uppy-Webcam-permissons{padding:15px!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;-ms-flex-flow:column wrap!important;flex-flow:column wrap!important;height:100%!important}.uppy-Webcam-Title{font-size:22px!important;line-height:1.35!important;font-weight:400!important;margin:0!important;margin-bottom:15px!important;padding:0 15px!important;max-width:500px!important;text-align:center!important;color:#000!important}.uppy-Webcam-permissons p{text-align:center!important;line-height:1.45!important;color:#939393!important;margin:0!important}.uppy-Webcam-permissonsIcon .UppyIcon{width:100px!important;height:75px!important;color:#b9b9b9!important;margin-bottom:30px!important}
/*Funnel*/

.deliveryClubSubSection:hover span
{
    color: #fff;
}

.checkoutContainer
{
    margin-top: 20px;
}

.checkoutNav .nav > li > a
{
    font-family: sans-serif !important;
}

.checkoutContainer legend, .checkoutContainer .legend
{
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 22.5px;
    border: none;
}

.orderComplete .submitInterface .form-horizontal
{
    padding-bottom: 0;
}

.bigFancy
{
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 25.5px;
    line-height: 1;
}

.orderComplete .linkBlock
{
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 400;
}

    .orderComplete .linkBlock.specialOffer
    {
        background-color: #51ACA7;
        color: #FAFAFA;
    }

    .orderComplete .linkBlock:hover
    {
        background-color: #85A89C;
        color: white;
    }

.alert-info
{
    color: white;
    background-color: #85A89C;
    border-color: #85A89C;
}

.alert-dismissable .close, .alert-dismissible .close
{
    color: white !important;
    opacity: 0.4;
}

.alert-info:hover .close, .alert-info:focus .close
{
    opacity: 0.6;
}

.checkoutNav
{
    border: none;
    margin-bottom: 20px;
    padding-top: 0px;
}

    .checkoutNav .glyphicon
    {
        font-weight: bold;
    }

    .checkoutNav .nav > li > a:hover, .nav > li > a:focus
    {
        background-color: transparent;
        color: black;
    }

.checkoutContainer .control-label, .checkoutContainer label, .checkoutContainer .deliveryInstructions .control-label
{
    font-size: 14px;
    font-weight: normal;
}

.checkoutContainer .addon
{
    max-width: 116px;
}

.checkoutContainer .splitAddons .addon
{
    max-width: initial;
    padding-bottom: 10px;
}

.splitAddons legend
{
    text-align: center;
    font-size: 30px;
    color: #85A89C;
}

.checkoutContainer .btn-default.backButton
{
    color: white !important;
    background-color: #e5e5e5 !important;
    border: 0px;
    padding: 10px 15px;
    text-shadow: 1px 1px 3px #cacaca;
}

    .checkoutContainer .btn-default.backButton:hover
    {
        background-color: #bcbcbc;
        text-shadow: 1px 1px 3px #aaaaaa;
    }

    .checkoutContainer .btn-default.backButton > div
    {
        font-weight: bold;
    }

#recipientForm .text-right .btn-default
{
    background-color: #c2c2c2;
    color: white;
    border: none;
    font-family: sans-serif;
    text-transform: uppercase;
}

    #recipientForm .text-right .btn-default.backButton
    {
        font-size: 20px;
    }

    #recipientForm .text-right .btn-default:hover
    {
        background-color: #85A89C;
    }

.funeralRecipientName
{
    white-space: pre-line;
}

.checkoutContainer .cartHeading
{
    font-size: 22px;
    font-weight: bold;
}

.checkoutContainer .prodPrice
{
    font-size: 14px;
}

.checkoutAddonBrowser .singleCategory legend, .checkoutAddonBrowser .singleCategory .legend
{
    margin: 0px;
}

.checkoutContainer .totalPrice
{
    font-size: 20px;
    font-weight: bold;
}



.orderComplete .text-center .btn-default
{
    padding: 5px 50px;
    border: none;
    background-color: #85A89C;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 26px;
    color: white;
    border-radius: 0px;
}

    .orderComplete .text-center .btn-default:hover
    {
        background-color: #85A89C;
    }

orderComplete #submitTitle
{
    text-align: center;
    font-size: 60px;
}

.orderTrack
{
    font-size: 16px;
    margin: 0px;
    font-weight: normal;
}

.orderTrackLG
{
    font-size: 26px;
    font-weight: initial;
    font-family: sans-serif;
    text-align: center;
    font-weight: normal;
}

.newOrder a, .reminderOrder a, .csHub a
{
    padding: 1% 0% 1% 3% !important;
    text-align: left;
    background-color: #cfcfcf !important;
    text-transform: none !important;
    font-family: sans-serif !important;
    font-size: 20px !important;
    color: #505050 !important;
    border-radius: 13px !important;
    width: 45% !important;
    margin-bottom: 15px !important;
}

.newOrder .reminderSuccess, .newOrder .reminderFail
{
    width: 45% !important;
}

.reminderOrder a
{
    background-color: #e5e5e5 !important;
}

.newOrder a
{
    background-color: #efefef !important;
}

    .newOrder a span
    {
        background-image: url(https://cdn.rosesonly.com.au/media/RosesOnly/Images/order-again-icon.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 20px;
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        float: left;
    }

    .newOrder a:hover span
    {
        background-image: url(https://cdn.rosesonly.com.au/media/RosesOnly/Images/order-again-icon-hover.png);
    }

.reminderOrder .btn.btn-default span
{
    background-image: url(https://cdn.rosesonly.com.au/media/RosesOnly/Images/create-reminder-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 16px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

.reminderOrder .btn.btn-default:hover span
{
    background-image: url(https://cdn.rosesonly.com.au/media/RosesOnly/Images/create-reminder-icon-hover.png);
}

.csHub .glyphicon, .newOrder .glyphicon, .reminderOrder .btn.btn-default .glyphicon
{
    background-image: none;
    float: right;
    padding-right: 30px;
    padding-top: 8px;
}

.csHub a:hover .glyphicon, .reminderOrder .btn.btn-default:hover .glyphicon, .newOrder a:hover .glyphicon
{
    background-image: none;
}

.csHub a span
{
    background-image: url(https://cdn.rosesonly.com.au/media/RosesOnly/Images/track-order-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 16px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

.csHub a:hover span
{
    background-image: url(https://cdn.rosesonly.com.au/media/RosesOnly/Images/track-order-icon-hover.png);
}

.newOrder a:hover, .reminderOrder a:hover, .csHub a:hover
{
    background-color: #85A89C !important;
    color: white !important;
}

.orderComplete.checkoutContainer
{
    margin-bottom: 40px;
}

.orderCompleteOptions
{
    margin-top: 25px;
}

.orderCompleteCartProd
{
    text-align: center;
    margin: 0 auto;
}

    .orderCompleteCartProd > div
    {
        display: inline-block;
    }

#extraDeliveryInformation h4
{
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: bold;
}

.upgradedProduct h3
{
    font-family: Georgia, serif;
    font-weight: bold;
    color: #85A89C;
}

.upgradeProdsDiv.currentlySelected
{
    border: 1px solid #85A89C;
}

.upgradeChoice.currentlySelected
{
    background-color: #85A89C;
}

@media only screen and (max-width : 991px)
{
    .newOrder a, .reminderOrder a, .csHub a, .newOrder .reminderFail, .newOrder .reminderSuccess
    {
        width: 50% !important;
    }
}

@media only screen and (max-width : 767px)
{
    .newOrder a, .reminderOrder a, .csHub a, .newOrder .reminderSuccess, .newOrder .reminderFail
    {
        padding: 12px 0px 12px 20px !important;
        width: 90% !important;
        font-size: 16px !important;
    }

    .splitAddons legend
    {
        font-size: 24px;
    }
}
