/* line 1, login/login.scss */
body.page-login {
  padding: 0;
  margin: 0;
  background: #fffdf7;
  font-size: 54%;
  width: 100%;
}
/* line 8, login/login.scss */
body.page-login *:not(.fas) {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
}
/* line 13, login/login.scss */
body.page-login label {
  font-size: 2em;
}
/* line 17, login/login.scss */
body.page-login .login {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}
/* line 24, login/login.scss */
body.page-login .login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
/* line 32, login/login.scss */
body.page-login .login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
/* line 39, login/login.scss */
body.page-login .login form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #E43721;
  color: #ffffff;
}
/* line 49, login/login.scss */
body.page-login .login form input[type="password"],
body.page-login .login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
/* line 58, login/login.scss */
body.page-login .login form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #E43721;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}
/* line 70, login/login.scss */
body.page-login .login form input[type="submit"]:hover {
  background-color: #E43721;
  opacity: 0.9;
  transition: background-color 0.2s;
}
/* line 76, login/login.scss */
body.page-login .error {
  text-align: center;
  padding: 1em;
  color: #E43721;
}
/* line 82, login/login.scss */
body.page-login .ui-icon-arrowthick-2-n-s {
  display: none;
}
/* line 86, login/login.scss */
body.page-login .goback {
  text-align: center;
  font-size: 1.2em;
  opacity: 0.5;
  padding: 1.4em;
  display: block;
  color: #000000;
}
/* line 94, login/login.scss */
body.page-login .goback:hover {
  opacity: 0.6;
}
/* line 100, login/login.scss */
body.page-login h1.choice a {
  color: #000;
  opacity: 0.7;
  padding: 1em;
  text-decoration: none;
}
/* line 106, login/login.scss */
body.page-login h1.choice a:hover {
  opacity: 0.8;
}

/* line 1, quotes/_style.scss */
nav {
  margin-left: -1em;
  padding: 0 0 2em;
}
/* line 5, quotes/_style.scss */
nav a {
  font-size: 1.2em;
  text-decoration: none;
  opacity: 0.6;
  transition: 0.1s;
  color: #000;
  padding: 1em;
}
/* line 13, quotes/_style.scss */
nav a:hover {
  opacity: 0.8;
}

/* line 19, quotes/_style.scss */
.page-quotes {
  /* Variables */
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: visible;
  overflow-x: auto;
  display: inline-block;
  width: max-content;
  background: #ebecf0;
  padding: 2em 2em 10em;
  font-family: sans-serif;
  font-size: 90%;
  min-height: 100vh;
  /* Search spinner styles */
  /* Table container styles */
  /* Status Column Styles */
  /* Animation for .wrap elements */
  /* Navigation links styling */
  /* Form inputs and buttons */
  /* Specific selectors for active filters */
  /* Table styles */
  /* Error table styles */
  /* Popup styles */
  /* Headings and labels */
  /* Prev/Next buttons */
}
/* line 55, quotes/_style.scss */
.page-quotes .search-spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
/* line 67, quotes/_style.scss */
.page-quotes .spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #fff;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  opacity: 0.7;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 87, quotes/_style.scss */
.page-quotes .table-container {
  overflow-x: auto;
  max-width: 100%;
}
/* line 93, quotes/_style.scss */
.page-quotes th[data-status],
.page-quotes td[data-status] {
  min-width: 80px;
  white-space: nowrap;
}
/* line 100, quotes/_style.scss */
.page-quotes .wrap {
  transition: 0.1s;
  transform: translateY(0.2em);
  opacity: 0;
}
/* line 105, quotes/_style.scss */
.page-quotes .wrap.loaded {
  transform: translateY(0);
  opacity: 1;
}
/* line 110, quotes/_style.scss */
.page-quotes .wrap.loaded:nth-child(2) {
  transition-delay: 0.03s;
}
/* line 110, quotes/_style.scss */
.page-quotes .wrap.loaded:nth-child(3) {
  transition-delay: 0.06s;
}
/* line 110, quotes/_style.scss */
.page-quotes .wrap.loaded:nth-child(4) {
  transition-delay: 0.09s;
}
/* line 110, quotes/_style.scss */
.page-quotes .wrap.loaded:nth-child(5) {
  transition-delay: 0.12s;
}
/* line 110, quotes/_style.scss */
.page-quotes .wrap.loaded:nth-child(6) {
  transition-delay: 0.15s;
}
/* line 110, quotes/_style.scss */
.page-quotes .wrap.loaded:nth-child(7) {
  transition-delay: 0.18s;
}
/* line 110, quotes/_style.scss */
.page-quotes .wrap.loaded:nth-child(8) {
  transition-delay: 0.21s;
}
/* line 110, quotes/_style.scss */
.page-quotes .wrap.loaded:nth-child(9) {
  transition-delay: 0.24s;
}
/* line 110, quotes/_style.scss */
.page-quotes .wrap.loaded:nth-child(10) {
  transition-delay: 0.27s;
}
/* line 110, quotes/_style.scss */
.page-quotes .wrap.loaded:nth-child(11) {
  transition-delay: 0.3s;
}
/* line 118, quotes/_style.scss */
.page-quotes .nav-links {
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
  margin: 0 0 2em;
}
/* line 125, quotes/_style.scss */
.page-quotes .nav-links li {
  display: inline-block;
  margin-right: 1em;
  position: relative;
}
/* line 131, quotes/_style.scss */
.page-quotes .nav-links a {
  text-decoration: none;
  cursor: pointer;
  background: #c6c7cf;
  padding: 1em;
  border-radius: 0.3em;
  color: #000;
  opacity: 0.7;
  font-weight: bold;
  border: 1px solid #cdd6d8;
  user-select: none;
}
/* line 143, quotes/_style.scss */
.page-quotes .nav-links a:hover {
  opacity: 0.8;
}
/* line 147, quotes/_style.scss */
.page-quotes .nav-links a.active {
  background: #ffe081;
  opacity: 1;
  color: #000;
  border: 1px solid #ca9f1c;
}
/* line 155, quotes/_style.scss */
.page-quotes .nav-links li.divider {
  width: 2px;
  height: 1.4em;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0 0.9em 0 0;
  padding: 0;
  border-radius: 0.3em;
}
/* line 167, quotes/_style.scss */
.page-quotes *:focus {
  outline: none;
}
/* line 171, quotes/_style.scss */
.page-quotes .search-input,
.page-quotes #search-button,
.page-quotes select {
  padding: 1.13em;
  border-radius: 0.3em;
  font-weight: bold;
  color: #000;
  position: relative;
  background: #c6c7cf;
  border: 1px solid #cdd6d8;
  opacity: 0.7;
  cursor: pointer;
}
/* line 185, quotes/_style.scss */
.page-quotes .search-input:hover,
.page-quotes #search-button:hover,
.page-quotes select:hover {
  opacity: 0.8;
}
/* line 189, quotes/_style.scss */
.page-quotes .search-input.active-filter,
.page-quotes #search-button.active-filter,
.page-quotes select.active-filter {
  background-color: #ffe081;
  border: solid 1px #ca9f1c;
  opacity: 1;
  padding-right: 2.8em;
}
/* line 198, quotes/_style.scss */
.page-quotes select#ol_status.active-filter,
.page-quotes select#select.active-filter,
.page-quotes select#comparison.active-filter,
.page-quotes input.search-input.active-filter {
  background-color: #ffe081;
  border: solid 1px #ca9f1c;
}
/* line 206, quotes/_style.scss */
.page-quotes #search-button {
  padding: 1em;
  border-radius: 0.4em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  background: #dce3e5;
  cursor: pointer;
  opacity: 0;
  display: none;
  border: 1px solid #98a6aa;
}
/* line 219, quotes/_style.scss */
.page-quotes #clearButton {
  position: absolute;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
/* line 231, quotes/_style.scss */
.page-quotes .pagination-number {
  opacity: 0.7;
  padding: 1em;
  font-size: 0.8em;
  background: #dce3e5;
}
/* line 239, quotes/_style.scss */
.page-quotes table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4em;
}
/* line 245, quotes/_style.scss */
.page-quotes .wrap:hover {
  z-index: 100;
  position: relative;
}
/* line 251, quotes/_style.scss */
.page-quotes .morerows td {
  padding: 0.6em;
  font-size: 90%;
  opacity: 0.6;
  background: linear-gradient(0deg, #d7dae2 0%, #f0f2f9 100%);
  cursor: s-resize;
  font-weight: bold;
}
/* line 263, quotes/_style.scss */
.page-quotes .morerows td:hover {
  opacity: 0.85;
}
/* line 269, quotes/_style.scss */
.page-quotes tr.open {
  cursor: text;
}
/* line 274, quotes/_style.scss */
.page-quotes table.errors {
  margin-bottom: 0;
  font-size: 75%;
}
/* line 278, quotes/_style.scss */
.page-quotes table.errors tr {
  display: table-row;
  opacity: 0.8;
}
/* line 282, quotes/_style.scss */
.page-quotes table.errors tr.latest {
  opacity: 0.6;
}
/* line 287, quotes/_style.scss */
.page-quotes table.errors th:first-child,
.page-quotes table.errors td:first-child {
  text-align: right;
}
/* line 292, quotes/_style.scss */
.page-quotes table.errors td.hasErrors {
  padding: 0.4em;
}
/* line 298, quotes/_style.scss */
.page-quotes div.pop {
  width: 12em;
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  white-space: normal;
  padding: 1em;
  background: #d8dbdc;
  border-radius: 0.4em;
  display: none;
  box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.1);
}
/* line 310, quotes/_style.scss */
.page-quotes div.pop.auto {
  width: auto;
}
/* line 313, quotes/_style.scss */
.page-quotes div.pop.auto table {
  margin-bottom: 0;
  font-size: 75%;
}
/* line 317, quotes/_style.scss */
.page-quotes div.pop.auto table tr {
  display: table-row;
  opacity: 0.8;
}
/* line 322, quotes/_style.scss */
.page-quotes div.pop.auto table th:first-child,
.page-quotes div.pop.auto table td:first-child {
  text-align: right;
}
/* line 330, quotes/_style.scss */
.page-quotes td.hasPop:hover div.pop {
  display: block;
}
/* line 335, quotes/_style.scss */
.page-quotes h2 {
  margin-bottom: 2em;
}
/* line 339, quotes/_style.scss */
.page-quotes h3,
.page-quotes th {
  cursor: default;
}
/* line 345, quotes/_style.scss */
.page-quotes th span {
  margin-top: 0.3em;
  display: block;
  opacity: 0.4;
  font-size: 0.8em;
}
/* line 353, quotes/_style.scss */
.page-quotes h3 > span {
  margin: 0 0.5em 0 0;
  background: #dce3e5;
  padding: 0.4em 0.6em;
  border-radius: 0.3em;
}
/* line 359, quotes/_style.scss */
.page-quotes h3 > span.errors {
  background: #fce9c9;
}
/* line 363, quotes/_style.scss */
.page-quotes h3 > span.verified, .page-quotes h3 > span.complete {
  background: #c9efd8;
}
/* line 370, quotes/_style.scss */
.page-quotes .wrap-prevnext {
  position: fixed;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
/* line 378, quotes/_style.scss */
.page-quotes .prevnext,
.page-quotes .pagination-number {
  display: inline-block;
  margin: 0.5em;
  padding: 1em 3em;
  background: #d3d5db;
  border: 1px solid #cdd6d8;
  border-radius: 0.3em;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
/* line 392, quotes/_style.scss */
.page-quotes .prevnext img,
.page-quotes .pagination-number img {
  opacity: 0.6;
  width: 1em;
}
/* line 398, quotes/_style.scss */
.page-quotes .prevnext:first-child img,
.page-quotes .pagination-number:first-child img {
  transform: rotate(-180deg);
}
/* line 403, quotes/_style.scss */
.page-quotes .prevnext:hover,
.page-quotes .pagination-number:hover {
  background: #ced1d8;
}
/* line 407, quotes/_style.scss */
.page-quotes .prevnext.disabled,
.page-quotes .pagination-number.disabled {
  pointer-events: none;
  background: #dedfe5;
  color: #afbbbf;
  border: 1px solid #e3e9ea;
}
/* line 413, quotes/_style.scss */
.page-quotes .prevnext.disabled img,
.page-quotes .pagination-number.disabled img {
  opacity: 0.25;
}
/* line 419, quotes/_style.scss */
.page-quotes .pagination-number {
  display: block;
  text-align: center;
  padding: 0.6em 0.5em;
  margin: 1em auto -1em;
  width: 8em;
  border-radius: 10em;
}
/* line 428, quotes/_style.scss */
.page-quotes select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgba(0,0,0,0.5)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 3em;
}
/* line 439, quotes/_style.scss */
.page-quotes select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  transform: translateY(-50%);
  pointer-events: none;
}

/* line 1, quotes/datepicker.scss */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 2em;
  max-width: none;
  padding: 0;
  margin-top: 1em;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  line-height: 1em;
  box-shadow: 0 0.2em 3em 0 rgba(0, 0, 0, 0.4);
}

/* line 21, quotes/datepicker.scss */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 42, quotes/datepicker.scss */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 46, quotes/datepicker.scss */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 50, quotes/datepicker.scss */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 66, quotes/datepicker.scss */
.daterangepicker.opensright:before {
  left: 3em;
}

/* line 74, quotes/datepicker.scss */
.daterangepicker.drop-up {
  margin-top: -7px;
}

/* line 78, quotes/datepicker.scss */
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 85, quotes/datepicker.scss */
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 92, quotes/datepicker.scss */
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

/* line 96, quotes/datepicker.scss */
.daterangepicker.single .drp-selected {
  display: none;
}

/* line 100, quotes/datepicker.scss */
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

/* line 104, quotes/datepicker.scss */
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

/* line 108, quotes/datepicker.scss */
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

/* line 112, quotes/datepicker.scss */
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

/* line 117, quotes/datepicker.scss */
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

/* line 121, quotes/datepicker.scss */
.daterangepicker .drp-calendar.right {
  padding: 8px;
}

/* line 125, quotes/datepicker.scss */
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

/* line 129, quotes/datepicker.scss */
.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;
}

/* line 138, quotes/datepicker.scss */
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 143, quotes/datepicker.scss */
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* line 148, quotes/datepicker.scss */
.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;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 162, quotes/datepicker.scss */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

/* line 168, quotes/datepicker.scss */
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 175, quotes/datepicker.scss */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 181, quotes/datepicker.scss */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 90%;
  color: rgba(0, 0, 0, 0.8);
}

/* line 186, quotes/datepicker.scss */
.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;
}

/* line 192, quotes/datepicker.scss */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 199, quotes/datepicker.scss */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 203, quotes/datepicker.scss */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 207, quotes/datepicker.scss */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 211, quotes/datepicker.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: silver;
  border-color: transparent;
  color: #fff;
}

/* line 217, quotes/datepicker.scss */
.daterangepicker th.month {
  width: auto;
}

/* line 221, quotes/datepicker.scss */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 227, quotes/datepicker.scss */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 235, quotes/datepicker.scss */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 240, quotes/datepicker.scss */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 244, quotes/datepicker.scss */
.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;
}

/* line 254, quotes/datepicker.scss */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

/* line 261, quotes/datepicker.scss */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

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

/* line 276, quotes/datepicker.scss */
.daterangepicker .drp-selected {
  display: inline-block;
  padding-right: 8px;
}

/* line 282, quotes/datepicker.scss */
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-weight: bold;
  padding: 4px 8px;
}

/* line 289, quotes/datepicker.scss */
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

/* line 293, quotes/datepicker.scss */
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 297, quotes/datepicker.scss */
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

/* line 301, quotes/datepicker.scss */
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 305, quotes/datepicker.scss */
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

/* line 315, quotes/datepicker.scss */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 322, quotes/datepicker.scss */
.daterangepicker .ranges li {
  padding: 0.6em 1.8em 0.5em;
  cursor: pointer;
  border-radius: 0.2em;
  line-height: 1em;
}

/* line 331, quotes/datepicker.scss */
.daterangepicker .ranges li:hover {
  background-color: #eee;
}

/* line 335, quotes/datepicker.scss */
.daterangepicker .ranges li.active {
  background-color: silver;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 0px) {
  /* line 342, quotes/datepicker.scss */
  .daterangepicker {
    width: auto;
  }

  /* line 346, quotes/datepicker.scss */
  .daterangepicker .ranges ul {
    width: auto;
  }

  /* line 350, quotes/datepicker.scss */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  /* line 354, quotes/datepicker.scss */
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  /* line 358, quotes/datepicker.scss */
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  /* line 362, quotes/datepicker.scss */
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  /* line 367, quotes/datepicker.scss */
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  /* line 372, quotes/datepicker.scss */
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 378, quotes/datepicker.scss */
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  /* line 382, quotes/datepicker.scss */
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 388, quotes/datepicker.scss */
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  /* line 392, quotes/datepicker.scss */
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 0px) {
  /* line 398, quotes/datepicker.scss */
  .daterangepicker .ranges {
    width: auto;
  }

  /* line 402, quotes/datepicker.scss */
  .daterangepicker .ranges {
    float: left;
  }

  /* line 406, quotes/datepicker.scss */
  .daterangepicker.rtl .ranges {
    float: right;
  }

  /* line 418, quotes/datepicker.scss */
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/* line 432, quotes/datepicker.scss */
.daterangepicker .ranges {
  padding: 1em;
}

/* line 436, quotes/datepicker.scss */
.daterangepicker .ranges li {
  padding: 0.6em 1.8em 0.5em;
  cursor: pointer;
}

/* line 442, quotes/datepicker.scss */
.daterangepicker .drp-calendar {
  max-height: none;
  position: relative;
  height: 32.5em;
  width: 40em;
  max-width: none;
  padding: 2em;
}

/* line 451, quotes/datepicker.scss */
.daterangepicker .calendar-table,
.daterangepicker .table-condensed {
  height: 100%;
}

/* line 2, quotes/_table.scss */
.page-quotes table.results {
  border-collapse: collapse;
  color: rgba(0, 0, 0, 0.8);
}
/* line 7, quotes/_table.scss */
.page-quotes table.results tr.history-gap {
  border-left: none;
}
/* line 12, quotes/_table.scss */
.page-quotes table.results tr th,
.page-quotes table.results tr td {
  text-align: left;
  white-space: nowrap;
  position: relative;
}
/* line 19, quotes/_table.scss */
.page-quotes table.results tr th {
  padding: 0;
  background: #ffffff;
  transition: 100ms;
  position: relative;
  overflow: hidden;
}
/* line 26, quotes/_table.scss */
.page-quotes table.results tr th:first-child {
  width: 4em;
}
/* line 30, quotes/_table.scss */
.page-quotes table.results tr th .total {
  background: rgba(0, 0, 0, 0.6);
  padding: 0.3em;
  display: inline-block;
  color: white;
  border-radius: 100%;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* line 43, quotes/_table.scss */
.page-quotes table.results tr th .total span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 85%;
}
/* line 50, quotes/_table.scss */
.page-quotes table.results tr th .total span.big_number {
  font-size: 70%;
}
/* line 56, quotes/_table.scss */
.page-quotes table.results tr th.out {
  opacity: 0;
  transform: translateY(0.1em);
}
/* line 61, quotes/_table.scss */
.page-quotes table.results tr th:first-child {
  border-top-left-radius: 0.5em;
}
/* line 65, quotes/_table.scss */
.page-quotes table.results tr th:last-child {
  border-top-right-radius: 0.5em;
}
/* line 70, quotes/_table.scss */
.page-quotes table.results tr th a {
  display: block;
  padding: 1.4em 2.4em 1.4em 1em;
  position: relative;
  text-decoration: none;
  color: #000;
}
/* line 77, quotes/_table.scss */
.page-quotes table.results tr th a[data-param] {
  cursor: pointer;
}
/* line 81, quotes/_table.scss */
.page-quotes table.results tr th a:after {
  content: "";
  background: url("/css/img/icon-arrow-right-tiny.svg") no-repeat center center;
  background-size: 100%;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(-45deg);
  width: 0.8em;
  height: 0.9em;
  opacity: 0;
  position: absolute;
  right: 1em;
}
/* line 95, quotes/_table.scss */
.page-quotes table.results tr th a.active {
  background: rgba(0, 0, 0, 0.1);
}
/* line 99, quotes/_table.scss */
.page-quotes table.results tr th a.active:not(.date).asc:after {
  background: url("/css/img/icon-arrow-right-tiny.svg") no-repeat center center;
  background-size: 100%;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(-90deg);
  width: 0.8em;
  height: 0.9em;
  opacity: 1;
}
/* line 110, quotes/_table.scss */
.page-quotes table.results tr th a.active:not(.date).desc:after {
  background: url("/css/img/icon-arrow-right-tiny.svg") no-repeat center center;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 0.8em;
  height: 0.9em;
  opacity: 1;
}
/* line 127, quotes/_table.scss */
.page-quotes table.results tbody tr {
  display: none;
  opacity: 0;
  transform: translateY(0.2em);
  transition: 100ms;
  cursor: pointer;
}
/* line 134, quotes/_table.scss */
.page-quotes table.results tbody tr.single {
  cursor: text;
}
/* line 139, quotes/_table.scss */
.page-quotes table.results tbody tr td:hover {
  z-index: 1000;
}
/* line 144, quotes/_table.scss */
.page-quotes table.results tbody tr td:first-child > div {
  padding-left: 1.4em;
  color: rgba(0, 0, 0, 0.4);
}
/* line 158, quotes/_table.scss */
.page-quotes table.results tbody tr td > div {
  background: rgba(255, 255, 255, 0.4);
  padding: 1em 0.8em;
  height: 3.4em;
  margin: 0.2em 0 0;
  transition: 150ms;
}
/* line 166, quotes/_table.scss */
.page-quotes table.results tbody tr td > div > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
/* line 172, quotes/_table.scss */
.page-quotes table.results tbody tr td > div > div img {
  transform: rotate(-90deg);
  opacity: 0.4;
  width: 0.8em;
  margin-left: -0.1em;
}
/* line 179, quotes/_table.scss */
.page-quotes table.results tbody tr td > div > div .soft_delete {
  position: absolute;
  left: -3.5em;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 150ms;
  padding: 2em 0.4em;
  cursor: pointer !important;
}
/* line 189, quotes/_table.scss */
.page-quotes table.results tbody tr td > div > div .soft_delete:before {
  content: "";
  background: url("/css/img/icon-plus-nav.svg") no-repeat center center;
  background-size: 100%;
  width: 1.4em;
  height: 1.4em;
  transform: rotate(45deg);
  display: block;
  cursor: pointer !important;
  transition: 100ms;
}
/* line 205, quotes/_table.scss */
.page-quotes table.results tbody tr td span {
  padding: 1em;
  border-radius: 0.3em;
  background: #e4e5eb;
  display: block;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
/* line 214, quotes/_table.scss */
.page-quotes table.results tbody tr td span.errors {
  background: #fff5d8;
}
/* line 217, quotes/_table.scss */
.page-quotes table.results tbody tr td span.mobile, .page-quotes table.results tbody tr td span.mobile-verified, .page-quotes table.results tbody tr td span.landline {
  background: #d2f7d3;
}
/* line 223, quotes/_table.scss */
.page-quotes table.results tbody tr td span.mobile-verified, .page-quotes table.results tbody tr td span.complete {
  background: #bbefbc;
}
/* line 227, quotes/_table.scss */
.page-quotes table.results tbody tr td span.mobile-verified {
  padding-right: 2.4em;
}
/* line 230, quotes/_table.scss */
.page-quotes table.results tbody tr td span.mobile-verified:after {
  content: "";
  background: url("/css/img/icon-tick-red.svg") no-repeat center center;
  filter: grayscale(100%) contrast(200%);
  background-size: 100%;
  height: 0.7em;
  width: 0.8em;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
/* line 247, quotes/_table.scss */
.page-quotes table.results tbody tr td.status {
  z-index: 100;
}
/* line 252, quotes/_table.scss */
.page-quotes table.results tbody tr td .pop {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding: 0.6em 0.8em 0.8em;
  width: auto;
  background: #e4e5eb;
}
/* line 261, quotes/_table.scss */
.page-quotes table.results tbody tr td .pop tr {
  display: table-row;
  opacity: 1;
}
/* line 265, quotes/_table.scss */
.page-quotes table.results tbody tr td .pop tr td {
  padding: 0.3em;
  cursor: text;
}
/* line 271, quotes/_table.scss */
.page-quotes table.results tbody tr td .pop.useragent {
  font-size: 0.8em;
  line-height: 1.3em;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-1 {
  transition: 100ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-2 {
  transition: 130ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-3 {
  transition: 160ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-4 {
  transition: 190ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-5 {
  transition: 220ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-6 {
  transition: 250ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-7 {
  transition: 280ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-8 {
  transition: 310ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-9 {
  transition: 340ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-10 {
  transition: 370ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-11 {
  transition: 400ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-12 {
  transition: 430ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-13 {
  transition: 460ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-14 {
  transition: 490ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-15 {
  transition: 520ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-16 {
  transition: 550ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-17 {
  transition: 580ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-18 {
  transition: 610ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-19 {
  transition: 640ms;
}
/* line 280, quotes/_table.scss */
.page-quotes table.results tbody tr.latest.tr-child-20 {
  transition: 670ms;
}
/* line 286, quotes/_table.scss */
.page-quotes table.results tbody tr.loaded {
  opacity: 1;
  transform: none;
}
/* line 294, quotes/_table.scss */
.page-quotes table.results tbody tr.loaded:hover td > div > div .soft_delete {
  opacity: 0.7;
  pointer-events: all;
}
/* line 298, quotes/_table.scss */
.page-quotes table.results tbody tr.loaded:hover td > div > div .soft_delete:hover {
  opacity: 1;
}
/* line 308, quotes/_table.scss */
.page-quotes table.results tbody tr.latest, .page-quotes table.results tbody tr.open {
  display: table-row;
}
/* line 322, quotes/_table.scss */
.page-quotes table.results tbody tr.history, .page-quotes table.results tbody tr.open {
  cursor: text;
}
/* line 328, quotes/_table.scss */
.page-quotes table.results tbody tr.history td > div, .page-quotes table.results tbody tr.open td > div {
  background: white;
}
/* line 334, quotes/_table.scss */
.page-quotes table.results tbody tr.history {
  display: table-row;
  position: absolute;
  left: -200vw;
  transition: 0s !important;
}
/* line 341, quotes/_table.scss */
.page-quotes table.results tbody tr.history td > div {
  margin-top: -0.2em;
  margin-bottom: 0.2em;
  background: white;
  padding: 0.8em 0.8em;
  height: 0em;
  opacity: 0;
}
/* line 351, quotes/_table.scss */
.page-quotes table.results tbody tr.history td:first-child > div {
  padding-left: 1.4em;
  color: rgba(0, 0, 0, 0.6);
}
/* line 358, quotes/_table.scss */
.page-quotes table.results tbody tr.history.open {
  opacity: 1;
  position: relative;
  left: 0;
}
/* line 363, quotes/_table.scss */
.page-quotes table.results tbody tr.history.open td > div {
  transition: 100ms;
  height: 2.8em;
  opacity: 1;
}
/* line 370, quotes/_table.scss */
.page-quotes table.results tbody tr.history.open + .latest td > div {
  margin-top: 1em;
  transition: 100ms;
}
/* line 378, quotes/_table.scss */
.page-quotes table.results tbody tr.deleted {
  transition: 400ms !important;
  opacity: 0.8;
}
/* line 386, quotes/_table.scss */
.page-quotes table.results tbody tr.deleted td > div {
  background: #e5bab3;
}
/* line 391, quotes/_table.scss */
.page-quotes table.results tbody tr.deleted td > div > div .soft_delete:before {
  transform: rotate(90deg);
  opacity: 1;
}
/* line 401, quotes/_table.scss */
.page-quotes table.results tbody tr:hover {
  z-index: 1000;
  position: relative;
}
/* line 410, quotes/_table.scss */
.page-quotes table.results tbody tr.addRow.open {
  display: table-row;
  opacity: 1;
}
/* line 416, quotes/_table.scss */
.page-quotes table.results tbody tr.addRow td > div {
  margin-top: 2em;
}
/* line 420, quotes/_table.scss */
.page-quotes table.results tbody tr.addRow td > div > div .addRowBtn {
  cursor: pointer;
  text-align: center;
  opacity: 0.5;
  transition: 100ms;
  width: 6.4em;
}
/* line 427, quotes/_table.scss */
.page-quotes table.results tbody tr.addRow td > div > div .addRowBtn:hover {
  opacity: 0.6;
}
/* line 432, quotes/_table.scss */
.page-quotes table.results tbody tr.addRow td > div > div input,
.page-quotes table.results tbody tr.addRow td > div > div a {
  height: 1em;
  border-radius: 0.3em;
  border: none;
  padding: 1.2em;
  border: 1px solid #98a6aa;
  vertical-align: middle;
}
/* line 441, quotes/_table.scss */
.page-quotes table.results tbody tr.addRow td > div > div input.input-date,
.page-quotes table.results tbody tr.addRow td > div > div a.input-date {
  width: 2em;
}
/* line 446, quotes/_table.scss */
.page-quotes table.results tbody tr.addRow td > div > div a {
  cursor: pointer;
}
/* line 450, quotes/_table.scss */
.page-quotes table.results tbody tr.addRow td > div > div select {
  vertical-align: middle;
  top: 0.05em;
}
/* line 462, quotes/_table.scss */
.page-quotes .filter-time {
  display: inline-block;
  border-radius: 2em;
  cursor: pointer;
  position: relative;
  padding-right: 2em;
  margin: 0.5em;
  top: 50%;
  box-shadow: inset 0 0 0 0.2em silver;
  color: silver;
  text-align: left;
}
/* line 476, quotes/_table.scss */
.page-quotes .filter-time:before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-size: 100%;
  width: 1em;
  height: 1em;
  pointer-events: none;
}
/* line 493, quotes/_table.scss */
.page-quotes .filter-time .close {
  position: absolute;
  top: calc(50% + 1px);
  right: 0.3em;
  font-size: 1.5em;
  padding: 0.3em 0.7em;
  transform: translateY(-50%);
  display: none;
}
/* line 502, quotes/_table.scss */
.page-quotes .filter-time .close:before {
  content: "";
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.9;
}
/* line 517, quotes/_table.scss */
.page-quotes .filter-time.active {
  background: silver;
  box-shadow: none;
  color: #000000;
  padding-right: 2.4em;
}
/* line 523, quotes/_table.scss */
.page-quotes .filter-time.active .close {
  opacity: 0.8;
  display: block;
}
/* line 527, quotes/_table.scss */
.page-quotes .filter-time.active .close:hover {
  opacity: 1;
}
/* line 532, quotes/_table.scss */
.page-quotes .filter-time.active:before {
  background: none;
}
/* line 536, quotes/_table.scss */
.page-quotes .filter-time.active:hover {
  opacity: 1;
}
/* line 541, quotes/_table.scss */
.page-quotes .filter-time h3 {
  padding: 0.4em 1em 0.3em;
}
/* line 545, quotes/_table.scss */
.page-quotes .filter-time h3 span {
  opacity: 0.7;
}
/* line 550, quotes/_table.scss */
.page-quotes .filter-time .wrap-drop {
  position: absolute;
  top: calc(100% + 1em);
  left: 0;
  background: #ffffff;
  border-radius: 2em;
  width: auto;
  display: none;
  padding: 1em;
  box-shadow: 0 0.2em 3em 0 rgba(0, 0, 0, 0.4);
  max-height: 50vh;
  overflow: auto;
}
/* line 564, quotes/_table.scss */
.page-quotes .filter-time .wrap-drop.open {
  display: block;
}
/* line 568, quotes/_table.scss */
.page-quotes .filter-time .wrap-drop > div {
  white-space: nowrap;
  padding: 0.6em 1.8em 0.5em;
  cursor: pointer;
  border-radius: 0.2em;
  line-height: 1em;
  color: #000000;
}
/* line 577, quotes/_table.scss */
.page-quotes .filter-time .wrap-drop > div:hover {
  background-color: #eee;
}
/* line 581, quotes/_table.scss */
.page-quotes .filter-time .wrap-drop > div.active {
  background: silver;
  color: #ffffff;
}
/* line 588, quotes/_table.scss */
.page-quotes .filter-time.empty {
  opacity: 0.4;
}
/* line 591, quotes/_table.scss */
.page-quotes .filter-time.empty:hover {
  opacity: 0.4;
  cursor: default;
}
/* line 596, quotes/_table.scss */
.page-quotes .filter-time.empty .wrap-drop {
  display: none;
}
/* line 601, quotes/_table.scss */
.page-quotes .filter-time.presets, .page-quotes .filter-time.filter-graph, .page-quotes .filter-time.filter-view {
  box-shadow: inset 0 0 0 0.2em rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.8);
}
/* line 607, quotes/_table.scss */
.page-quotes .filter-time.presets:before, .page-quotes .filter-time.filter-graph:before, .page-quotes .filter-time.filter-view:before {
  background: url(/css/img/icon-drop.png) center no-repeat;
  background-size: 100%;
  opacity: 0.8;
}
/* line 613, quotes/_table.scss */
.page-quotes .filter-time.presets.active, .page-quotes .filter-time.filter-graph.active, .page-quotes .filter-time.filter-view.active {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  color: #000000;
}
/* line 618, quotes/_table.scss */
.page-quotes .filter-time.presets.active:before, .page-quotes .filter-time.filter-graph.active:before, .page-quotes .filter-time.filter-view.active:before {
  display: none;
}
/* line 625, quotes/_table.scss */
.page-quotes .filter-time {
  padding: 0;
  box-shadow: none;
  margin: 0;
}
/* line 631, quotes/_table.scss */
.page-quotes .daterangepicker {
  width: 40em !important;
  border-radius: 0.5em;
}
/* line 635, quotes/_table.scss */
.page-quotes .daterangepicker .ranges {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  height: 39.4em;
}
/* line 640, quotes/_table.scss */
.page-quotes .daterangepicker .drp-calendar {
  font-size: 60%;
  width: 65%;
  border: none !important;
  margin-left: 0.4em;
}
/* line 646, quotes/_table.scss */
.page-quotes .daterangepicker .drp-calendar .calendar-table {
  font-size: 140%;
}
/* line 652, quotes/_table.scss */
.page-quotes .daterangepicker td.in-range {
  background: #e4e5eb;
}

/* line 1, settings/settings.scss */
body.page-settings {
  padding: 0;
  margin: 0;
  background: #fffdf7;
  width: 100%;
  padding: 2em 2em 10em;
  font-size: 90%;
}
/* line 9, settings/settings.scss */
body.page-settings * {
  box-sizing: border-box;
  font-family: sans-serif;
}
/* line 14, settings/settings.scss */
body.page-settings main {
  margin-top: 0em;
  padding-bottom: 10em;
  max-width: 100em;
  font-size: 60%;
}
/* line 23, settings/settings.scss */
body.page-settings main form > div {
  margin-bottom: 8em;
}
/* line 27, settings/settings.scss */
body.page-settings button {
  cursor: pointer;
  font-size: 1.6em;
  padding: 0.6em;
}
/* line 33, settings/settings.scss */
body.page-settings .logo {
  width: 6em;
}
/* line 37, settings/settings.scss */
body.page-settings h1 {
  font-size: 3.4em;
  border-bottom: 4px solid black;
  padding-bottom: 0.2em;
  margin-top: 0;
}
/* line 44, settings/settings.scss */
body.page-settings h1 a.right {
  float: right;
}
/* line 48, settings/settings.scss */
body.page-settings h4 {
  font-size: 2em;
  margin: 0 1em 0.8em 0;
}
/* line 53, settings/settings.scss */
body.page-settings h4.day {
  width: 6em;
}
/* line 57, settings/settings.scss */
body.page-settings textarea.legal_text {
  margin: 0;
  width: 70%;
  display: block;
  height: 20em;
}
/* line 64, settings/settings.scss */
body.page-settings input[type="text"] {
  padding: 0.5em;
  margin-bottom: 0.3em;
  width: 100%;
  font-size: 1.6em;
}
/* line 71, settings/settings.scss */
body.page-settings .copy h4 {
  display: block;
  margin-bottom: 0;
}
/* line 76, settings/settings.scss */
body.page-settings h4.format {
  padding: 0.6em;
  background: #fff2d2;
  display: inline-block;
  width: auto;
  border-radius: 0.4em;
}
/* line 84, settings/settings.scss */
body.page-settings .copy h4:not(.format) {
  background: rgba(0, 0, 0, 0.04);
  padding: 0.8em;
  margin: 0;
}
/* line 90, settings/settings.scss */
body.page-settings label {
  font-size: 2em;
}
/* line 94, settings/settings.scss */
body.page-settings input[type="time"] {
  font-size: 2em;
  padding: 0.4em;
}
/* line 99, settings/settings.scss */
body.page-settings span.time {
  font-size: 2em;
  margin: 0 0.2em;
}
/* line 104, settings/settings.scss */
body.page-settings .copy .wrap-copy {
  background: rgba(0, 0, 0, 0.04);
  margin-top: 2em;
  border-radius: 0.8em;
}
/* line 110, settings/settings.scss */
body.page-settings .copy .wrap-copy h4 {
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
}
/* line 115, settings/settings.scss */
body.page-settings .copy_default {
  font-size: 1.4em;
  text-align: center;
  padding: 0.4em;
}
/* line 120, settings/settings.scss */
body.page-settings .copy_default.default {
  color: #e43721;
}
/* line 124, settings/settings.scss */
body.page-settings .copy .wrap-copy .add_copy {
  margin: 0.8em 1em 1em;
}
/* line 128, settings/settings.scss */
body.page-settings .copy .wrap {
  width: 49%;
  display: inline-block;
  padding: 1.6em 1.6em 0em;
}
/* line 134, settings/settings.scss */
body.page-settings .copy .wrap span {
  background: rgba(0, 0, 0, 0.04);
  padding: 0.6em;
  font-size: 1.6em;
}
/* line 140, settings/settings.scss */
body.page-settings .copy .wrap input {
  width: 74%;
}
/* line 144, settings/settings.scss */
body.page-settings .copy .wrap button {
  padding: 0.5em 0.7em;
  font-weight: bold;
}
/* line 149, settings/settings.scss */
body.page-settings #faq-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/* line 156, settings/settings.scss */
body.page-settings #faq-list li {
  margin: 0 0 1.4em;
  padding: 0.2em;
  padding-left: 1.5em;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 0.4em;
  cursor: move;
  border-radius: 0.8em;
}
/* line 167, settings/settings.scss */
body.page-settings #faq-list.ui-sortable-disabled li {
  cursor: default;
}
/* line 171, settings/settings.scss */
body.page-settings .custom-placeholder {
  background-color: #2178e414;
  border: 1px dashed #000;
  height: 16em;
}
/* line 177, settings/settings.scss */
body.page-settings #faq-list li > span {
  margin-top: 0.9em;
}
/* line 181, settings/settings.scss */
body.page-settings #faq-list li span {
  position: absolute;
  margin-left: -0.5em;
  vertical-align: top;
  margin-top: 2.7em;
}
/* line 188, settings/settings.scss */
body.page-settings .faq-reorder {
  float: right;
  text-decoration: underline;
  cursor: pointer;
}
/* line 193, settings/settings.scss */
body.page-settings .faq-reorder:hover {
  opacity: 0.8;
}
/* line 198, settings/settings.scss */
body.page-settings textarea {
  height: 7em;
  vertical-align: top;
  padding: 0.7em;
  margin: 1em 1.5em;
  width: calc(100% - 2.4em);
  font-size: 1.6em;
  resize: vertical;
}
/* line 208, settings/settings.scss */
body.page-settings label input[type="text"] {
  font-size: inherit;
  width: 20em;
  margin: 0.4em 0;
}
/* line 214, settings/settings.scss */
body.page-settings .delete_faq {
  vertical-align: top;
  margin: 0 1.5em 1em;
  cursor: pointer;
}
/* line 220, settings/settings.scss */
body.page-settings #add_faq {
  margin-top: 1em;
}
/* line 224, settings/settings.scss */
body.page-settings #faq-list input[type="text"] {
  padding: 0.6em;
  margin: 1em 1.5em 0em;
  width: calc(100% - 2.4em);
  font-size: 1.6em;
}
/* line 231, settings/settings.scss */
body.page-settings #save {
  padding: 1em 1.2em;
  position: fixed;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  background: #c9efc9;
  border: none;
  cursor: pointer;
  border-radius: 0.4em;
  z-index: 100;
  font-size: 3em;
  text-decoration: none;
  font-weight: bold;
  color: #000 !important;
}
/* line 248, settings/settings.scss */
body.page-settings #save:hover {
  opacity: 0.9;
}
/* line 252, settings/settings.scss */
body.page-settings a {
  color: black;
}
/* line 256, settings/settings.scss */
body.page-settings h4 {
  display: inline-block;
  font-weight: bold;
  margin-right: 1em;
}
/* line 262, settings/settings.scss */
body.page-settings .rewards_list {
  margin: 0;
  padding: 2em;
  margin-bottom: 4em;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 0.8em;
}
/* line 270, settings/settings.scss */
body.page-settings .rewards_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.1em;
  background: rgba(0, 0, 0, 0.04);
  padding: 2em;
  position: relative;
  border-radius: 0.6em;
}
/* line 281, settings/settings.scss */
body.page-settings .rewards_list li:last-of-type {
  margin-bottom: 2em;
}
/* line 285, settings/settings.scss */
body.page-settings .rewards h4:not(.format) {
  display: block;
  width: 100%;
}
/* line 290, settings/settings.scss */
body.page-settings .rewards h4 span {
  color: #e43721;
  float: right;
}
/* line 295, settings/settings.scss */
body.page-settings .rewards h4 a {
  float: right;
}
/* line 299, settings/settings.scss */
body.page-settings .rewards li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 305, settings/settings.scss */
body.page-settings .rewards li h5 {
  float: left;
  font-size: 1.6em;
  margin: 0;
  width: 100%;
}
/* line 312, settings/settings.scss */
body.page-settings .rewards li .delete_reward {
  position: absolute;
  right: 1em;
  top: 1em;
  font-weight: bold;
}
/* line 319, settings/settings.scss */
body.page-settings .rewards li span {
  clear: both;
  display: block;
  font-size: 1.4em;
  margin: 0.4em 0;
}
/* line 326, settings/settings.scss */
body.page-settings .delete_set {
  float: right;
  font-size: 77%;
  margin: -0.6em 0 0 1.4em;
  font-weight: bold;
}
/* line 333, settings/settings.scss */
body.page-settings .rewards_list img {
  display: block;
  margin: 1em 0;
  width: 6em;
}
/* line 339, settings/settings.scss */
body.page-settings .rewards_list .wrap {
  display: inline-block;
  width: 44%;
  margin-right: 5%;
}

@media (max-width: 46rem) {
  /* line 347, settings/settings.scss */
  body.page-settings {
    font-size: 48%;
  }
  /* line 350, settings/settings.scss */
  body.page-settings .copy .wrap {
    width: 100%;
  }
  /* line 354, settings/settings.scss */
  body.page-settings .copy .wrap input[type="text"] {
    width: 70%;
  }
  /* line 358, settings/settings.scss */
  body.page-settings #save {
    bottom: 1em;
    right: 1em;
  }
  /* line 363, settings/settings.scss */
  body.page-settings .rewards_list .wrap {
    width: 100%;
    margin-right: 0%;
  }
}

/*# sourceMappingURL=style.css.map */
