html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
.hidden {
  display: none !important;
}
.container {
  padding-bottom: 200px;
}
.error-banner {
  float: none;
  clear: both;
  width: 100%;
  padding: 16px 20px;
  background: #f8d7da;
  color: #721c24;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 2px solid #f5c6cb;
}
.error-banner i {
  display: inline;
  float: none;
  margin-right: 8px;
}
#bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  float: none;
  clear: both;
  width: 100%;
  max-width: 800px;
  z-index: 9998;
  box-sizing: border-box;
}
#checklist-nav-buttons {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  gap: 0;
}
#checklist-nav-buttons #back-btn, #checklist-nav-buttons #skip-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background: #e0e0e0;
  color: #555;
  margin: 0;
}
#checklist-nav-buttons #back-btn i, #checklist-nav-buttons #skip-btn i {
  display: inline;
  float: none;
  font-size: 14px;
}
#checklist-nav-buttons #back-btn {
  border-right: 1px solid #ccc;
}
#checklist-nav-buttons #skip-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
#review-nav-buttons {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
#review-nav-buttons #back-to-review-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background: #e0e0e0;
  color: #555;
  margin: 0;
}
#review-nav-buttons #back-to-review-btn i {
  display: inline;
  float: none;
  font-size: 14px;
}
#progress {
  width: 100%;
  padding: 14px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #231f20;
  box-sizing: border-box;
}
#image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#image-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}
#image-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 95vw;
  max-height: calc(100vh - 80px);
  margin-top: 20px;
  text-align: center;
}
#image-modal-img {
  display: block;
  max-width: 95vw;
  max-height: calc(100vh - 120px);
  object-fit: contain;
  border-radius: 4px;
  float: none;
}
#image-modal-close {
  position: absolute;
  top: -40px;
  right: -5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  padding: 0;
  z-index: 1;
}
#review[data-approved="1"] .step-row:not(.complete) {
  cursor: default;
  opacity: 0.7;
}
.step-row.skipped {
  background: #fce4ec !important;
  border-left: 8px solid #e53935 !important;
}
.step-row.corrected {
  background: #e8f5e9 !important;
  border-left: 8px solid #4CAF50 !important;
  color: #1b5e20 !important;
}
.step-row.corrected span.sign-number {
  color: #2e7d32 !important;
}
.step-row.rejected span.sign-number {
  color: #721c24 !important;
}
.skipped-warning {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #fce4ec;
  color: #c62828;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.review-pending-bar {
  display: block;
  width: 100%;
  padding: 20px 24px;
  background: #e8e8e8;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 20px;
}
.review-pending-bar i {
  margin-right: 8px;
  color: #888;
}
.pac-container {
  box-sizing: border-box !important;
  z-index: 99999 !important;
}
.pac-container .pac-logo::after, .pac-container::after {
  display: block !important;
  float: left !important;
  clear: both !important;
  width: 100% !important;
  background-position: 14px center !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  box-sizing: border-box !important;
}
.pac-container .pac-item {
  display: block;
  clear: both;
  width: 100%;
  padding: 12px 14px;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  letter-spacing: 0.3px;
}
.pac-container .pac-item .pac-icon {
  background: none !important;
  width: 18px;
  height: 20px;
  margin-top: 2px;
  margin-right: 8px;
  position: relative;
}
.pac-container .pac-item .pac-icon-marker {
  background: none !important;
}
.pac-container .pac-item .pac-icon::before {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23e53935' d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.pac-container .pac-item .pac-item-query {
  font-size: 18px;
  color: #303030;
  margin-right: 8px;
}
.pac-container .pac-item .pac-item-query .pac-matched {
  padding-right: 4px;
}
.pac-container .pac-item > span:last-child {
  font-size: 16px;
  color: #666;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Roboto", sans-serif;
  color: #303030;
}
* {
  box-sizing: border-box;
}
div, span, label, form, h1, h2, h3, h4 {
  display: block;
  float: left;
}
ul, li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: underline;
  color: blue;
}
a:visited {
  color: blue;
}
div::-webkit-scrollbar {
  width: 10px;
  display: none;
}
/* Track */
div::-webkit-scrollbar-track {
  background: #ddd;
}
/* Handle */
div::-webkit-scrollbar-thumb {
  background: #bbb;
}
/* Handle on hover */
div::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
input:focus, textarea:focus, select:focus, button:focus {
  outline: 0;
  border: 0;
}
.hidden {
  display: none;
}
.container {
  height: auto;
  min-height: 100%;
  width: 100%;
  max-width: 800px;
  margin: 0;
  padding: 0 0 20px 0;
}
.container.start, .container.complete, .container.support {
  background: #231f20;
}
.logo {
  height: auto;
  width: 100%;
  padding: 40px 20px 0 20px;
  text-align: center;
}
.logo img {
  width: 100%;
  height: auto;
}
.start-form {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.start-form h1 {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.start-form h3 {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
.start-form h3.phone {
  margin-top: 16px;
  line-height: 34px;
}
.start-form h3.phone a {
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
}
.start-form input[type="text"] {
  display: block;
  float: left;
  clear: both;
  height: 45px;
  width: calc(100% - 80px);
  margin: 0 0 16px 40px;
  padding-left: 12px;
  background: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 18px;
  color: #202020;
  text-align: center;
}
.start-form button {
  display: block;
  float: left;
  clear: both;
  width: calc(100% - 80px);
  height: 45px;
  border: 0;
  background: #2764d3;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 40px;
  padding: 0 25px;
  border-radius: 4px;
}
.start-form .find-pvin {
  width: 100%;
  margin: 40px 0 28px 0;
  text-align: center;
  cursor: pointer;
}
.start-form .find-pvin a {
  font-size: 22px;
  color: #fff;
  text-decoration: underline;
}
.start-form .privacy-link {
  width: 100%;
  margin: 24px 0 0 0;
  text-align: center;
}
.start-form .privacy-link a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
.checklist-panel, .optional-panel {
  display: none;
  float: left;
  clear: both;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 60px;
}
.checklist-panel.visible, .optional-panel.visible {
  display: block;
}
.checklist-panel.gray-form, .optional-panel.gray-form {
  background: #eee;
  padding: 40px 20px;
}
.checklist-panel h1, .optional-panel h1 {
  width: 100%;
  clear: both;
  margin: 18px 0;
  padding-bottom: 18px;
  text-align: center;
  font-size: 24px;
  color: #202020;
  border-bottom: 1px solid #a2a2a2;
}
.checklist-panel h1 span.sign-number, .optional-panel h1 span.sign-number {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
.checklist-panel h3, .optional-panel h3 {
  width: 100%;
  clear: both;
  margin: 16px 0;
  padding: 0 10px 24px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #202020;
}
.checklist-panel .checklist-panel-row, .optional-panel .checklist-panel-row {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  color: #202020;
}
.checklist-panel .checklist-panel-row.with-upload-button, .optional-panel .checklist-panel-row.with-upload-button {
  margin-bottom: 10px;
}
.checklist-panel .checklist-panel-row.with-upload-button button.next, .optional-panel .checklist-panel-row.with-upload-button button.next {
  width: calc(50% - 7px);
  height: 45px;
  margin: 16px 0 0 0;
  float: right;
  border: 0;
  border-radius: 4px;
  background: #231f20;
  color: #fff;
  font-size: 18px;
}
.checklist-panel .checklist-panel-row.with-upload-button button.next:disabled, .optional-panel .checklist-panel-row.with-upload-button button.next:disabled {
  opacity: 0.5;
  color: #202020;
  background: #eee;
}
.checklist-panel .checklist-panel-row.centered, .optional-panel .checklist-panel-row.centered {
  text-align: center;
}
.checklist-panel .checklist-panel-row.half, .optional-panel .checklist-panel-row.half {
  width: calc(50% - 10px);
  clear: none;
}
.checklist-panel .checklist-panel-row.half.last, .optional-panel .checklist-panel-row.half.last {
  margin-left: 20px;
}
.checklist-panel .checklist-panel-row.link, .optional-panel .checklist-panel-row.link {
  text-decoration: underline;
  clear: both;
  cursor: pointer;
  margin-bottom: 15px;
}
.checklist-panel .checklist-panel-row.link a, .checklist-panel .checklist-panel-row.link a:visited, .checklist-panel .checklist-panel-row.link a:hover, .optional-panel .checklist-panel-row.link a, .optional-panel .checklist-panel-row.link a:visited, .optional-panel .checklist-panel-row.link a:hover {
  font-size: 20px;
  color: blue;
}
.checklist-panel .checklist-panel-row.link.smaller-text, .optional-panel .checklist-panel-row.link.smaller-text {
  font-size: 17px;
}
.checklist-panel .checklist-panel-row.hidden, .optional-panel .checklist-panel-row.hidden {
  display: none;
}
.checklist-panel .checklist-panel-row .image-upload-form, .optional-panel .checklist-panel-row .image-upload-form {
  width: 100%;
  height: auto;
  padding: 0;
}
.checklist-panel .checklist-panel-row .image-upload-form .error-message, .optional-panel .checklist-panel-row .image-upload-form .error-message {
  display: none;
  width: 100%;
  height: auto;
  margin: 8px 0;
  text-align: center;
  color: red;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview, .optional-panel .checklist-panel-row .image-upload-form .image-preview {
  display: block;
  float: left;
  clear: both;
  height: auto;
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 0;
  position: relative;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper, .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper {
  display: block;
  float: left;
  height: auto;
  width: calc(25% - 9px);
  max-width: calc(25% - 9px);
  margin: 0 12px 12px 0;
  padding: 0;
  position: relative;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper:nth-child(4n+4), .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper:nth-child(4n+4) {
  margin: 0 0 12px 0;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper .remove, .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper .remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 40px;
  padding: 6px 0 0 0;
  text-align: center;
  background: #fff;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper .remove i, .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper .remove i {
  font-size: 20px;
  color: red;
  position: relative;
  top: -5px;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper img, .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper img {
  display: block;
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  border-radius: 4px;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper .image-rejected-banner, .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper .image-rejected-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper.image-rejected img, .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper.image-rejected img {
  border: 2px solid #e53935;
}
.checklist-panel .checklist-panel-row label, .optional-panel .checklist-panel-row label {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 20px;
  color: #202020;
  text-align: left;
}
.checklist-panel .checklist-panel-row label.centered, .optional-panel .checklist-panel-row label.centered {
  text-align: center;
}
.checklist-panel .checklist-panel-row input[type="text"], .checklist-panel .checklist-panel-row input[type="number"], .checklist-panel .checklist-panel-row input[type="tel"], .optional-panel .checklist-panel-row input[type="text"], .optional-panel .checklist-panel-row input[type="number"], .optional-panel .checklist-panel-row input[type="tel"] {
  display: block;
  float: left;
  clear: none;
  height: 45px;
  width: 100%;
  padding-left: 12px;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  font-size: 18px;
  color: #202020;
  text-align: left;
}
.checklist-panel .checklist-panel-row input[type="text"].date, .checklist-panel .checklist-panel-row input[type="number"].date, .checklist-panel .checklist-panel-row input[type="tel"].date, .optional-panel .checklist-panel-row input[type="text"].date, .optional-panel .checklist-panel-row input[type="number"].date, .optional-panel .checklist-panel-row input[type="tel"].date {
  width: calc(100% - 50px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checklist-panel .checklist-panel-row input[type="text"].error, .checklist-panel .checklist-panel-row input[type="number"].error, .checklist-panel .checklist-panel-row input[type="tel"].error, .optional-panel .checklist-panel-row input[type="text"].error, .optional-panel .checklist-panel-row input[type="number"].error, .optional-panel .checklist-panel-row input[type="tel"].error {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}
.checklist-panel .checklist-panel-row input[type="text"]::placeholder, .checklist-panel .checklist-panel-row input[type="number"]::placeholder, .checklist-panel .checklist-panel-row input[type="tel"]::placeholder, .optional-panel .checklist-panel-row input[type="text"]::placeholder, .optional-panel .checklist-panel-row input[type="number"]::placeholder, .optional-panel .checklist-panel-row input[type="tel"]::placeholder {
  color: #404040;
}
.checklist-panel .checklist-panel-row input[type="text"]::placeholder:focus, .checklist-panel .checklist-panel-row input[type="number"]::placeholder:focus, .checklist-panel .checklist-panel-row input[type="tel"]::placeholder:focus, .optional-panel .checklist-panel-row input[type="text"]::placeholder:focus, .optional-panel .checklist-panel-row input[type="number"]::placeholder:focus, .optional-panel .checklist-panel-row input[type="tel"]::placeholder:focus {
  color: transparent;
}
.checklist-panel .checklist-panel-row input[type="text"].other-store-brand:focus, .checklist-panel .checklist-panel-row input[type="text"].other-fuel-brand:focus, .checklist-panel .checklist-panel-row input[type="number"].other-store-brand:focus, .checklist-panel .checklist-panel-row input[type="number"].other-fuel-brand:focus, .checklist-panel .checklist-panel-row input[type="tel"].other-store-brand:focus, .checklist-panel .checklist-panel-row input[type="tel"].other-fuel-brand:focus, .optional-panel .checklist-panel-row input[type="text"].other-store-brand:focus, .optional-panel .checklist-panel-row input[type="text"].other-fuel-brand:focus, .optional-panel .checklist-panel-row input[type="number"].other-store-brand:focus, .optional-panel .checklist-panel-row input[type="number"].other-fuel-brand:focus, .optional-panel .checklist-panel-row input[type="tel"].other-store-brand:focus, .optional-panel .checklist-panel-row input[type="tel"].other-fuel-brand:focus {
  border: 2px solid blue !important;
}
.checklist-panel .checklist-panel-row input[type="file"], .optional-panel .checklist-panel-row input[type="file"] {
  display: none;
}
.checklist-panel .checklist-panel-row select, .optional-panel .checklist-panel-row select {
  display: block;
  float: left;
  clear: none;
  height: 45px;
  width: 100%;
  padding-left: 12px;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  font-size: 18px;
  color: #202020;
  text-align: left;
}
.checklist-panel .checklist-panel-row button.date-button, .optional-panel .checklist-panel-row button.date-button {
  width: 50px;
  height: 45px;
  border: 1px solid #a2a2a2;
  border-left: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #202020;
  font-size: 18px;
}
.checklist-panel .checklist-panel-row button.upload-photo, .optional-panel .checklist-panel-row button.upload-photo {
  width: 100%;
  height: 45px;
  margin: 16px 0 0 0;
  border: 0;
  border-radius: 4px;
  background: #4CAF50;
  color: #fff;
  font-size: 18px;
}
.checklist-panel .checklist-panel-row button.upload-photo i.fa-spinner, .optional-panel .checklist-panel-row button.upload-photo i.fa-spinner {
  margin-left: 10px;
}
.checklist-panel .checklist-panel-row .checklist-image, .optional-panel .checklist-panel-row .checklist-image {
  display: block;
  float: left;
  clear: both;
  height: auto;
  width: 100%;
  margin: 20px 0 0 0;
}
.checklist-panel .checklist-panel-row .checklist-image img, .optional-panel .checklist-panel-row .checklist-image img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.checklist-panel .checklist-panel-row textarea, .optional-panel .checklist-panel-row textarea {
  display: block;
  float: left;
  clear: none;
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 300px;
  resize: 0;
  padding-left: 12px;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  font-size: 18px;
  color: #202020;
  text-align: left;
}
.checklist-panel .checklist-panel-controls, .optional-panel .checklist-panel-controls {
  width: 100%;
  height: auto;
  clear: both;
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
}
.checklist-panel .checklist-panel-controls button, .optional-panel .checklist-panel-controls button {
  width: auto;
  min-width: 90px;
  padding: 11px 20px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #202020;
  font-size: 18px;
  margin: 0 5px;
  background: #eee;
}
.checklist-panel .checklist-panel-controls button.yes-no[answer="1"], .optional-panel .checklist-panel-controls button.yes-no[answer="1"] {
  background: #231f20;
  color: #fff;
  border-color: #231f20;
}
.checklist-panel .checklist-panel-controls button.selected, .optional-panel .checklist-panel-controls button.selected {
  background: #231f20;
  color: #fff;
}
.checklist-panel .checklist-panel-controls button i, .optional-panel .checklist-panel-controls button i {
  margin-right: 7px;
}
.checklist-panel.gray-form .checklist-panel-controls button, .optional-panel.gray-form .checklist-panel-controls button {
  background: #231f20;
  color: #fff;
  border-color: #231f20;
}
#contact-support {
  display: block;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  background: #231f20;
}
#contact-support h1 {
  display: none;
}
#contact-support h3 {
  color: #fff;
  margin-top: 20px;
}
#contact-support .checklist-panel-controls {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
}
#contact-support .checklist-panel-controls .contact-support {
  display: inline-block;
  height: auto;
  padding: 16px 20px;
  line-height: 1.6;
  border: 0;
  border-radius: 4px;
  background: #bd2026;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  cursor: pointer;
}
#contact-support .checklist-panel-controls .return-to-checklist {
  display: inline-block;
  padding: 18px 30px;
  line-height: 1.4;
  border: 0;
  border-radius: 4px;
  background: #2764d3;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
.spinner {
  display: none;
  height: 100px;
  width: 100%;
  margin-top: 75px;
  text-align: center;
}
.spinner img {
  height: 100px;
}
.optional-panel .slidecontainer {
  width: 100%;
  margin: 40px 0;
  padding: 0 10%;
  position: relative;
}
.optional-panel .slidecontainer span {
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  font-size: 18px;
}
.optional-panel .slidecontainer span.heavy {
  text-align: right;
}
.optional-panel .slidecontainer span.output {
  width: 100%;
  text-align: center;
  clear: both;
  margin: 30px 0 15px 0;
  font-size: 22px;
}
.optional-panel .slidecontainer input[type="range"] {
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
}
.optional-panel .slidecontainer input[type="range"]::-webkit-slider-thumb, .optional-panel .slidecontainer input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: red !important;
  cursor: pointer;
  border: none !important;
}
.checklist-panel#review {
  background: #fff;
  height: auto;
  min-height: 100%;
  width: 100%;
}
.checklist-panel#review .step-row {
  height: 71px;
  width: 100%;
  margin: 0 0 12px 0;
  padding: 24px 50px 10px 50px;
  border-radius: 4px;
  color: #202020;
  background: #e4e4e4;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-left: 8px solid #4CAF50;
}
.checklist-panel#review .step-row.two-lines {
  padding-top: 7px;
  line-height: 28px;
}
.checklist-panel#review .step-row span.sign-number {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.checklist-panel#review .step-row.complete {
  background: #4CAF50;
  color: #fff;
  width: 100%;
}
.checklist-panel#review .step-row.rejected {
  color: #721c24;
  background: rgba(248, 215, 218, 0.85);
  border-left: 8px solid #e53935;
  height: auto;
  min-height: 71px;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.checklist-panel#review .step-row.locked {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.checklist-panel#review .step-row.has-comments {
  height: auto;
  min-height: 71px;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.checklist-panel#review .step-row.has-comments.dropdown {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.checklist-panel#review .step-row .rejection-comments-label {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: inherit;
  margin-top: 14px;
  text-align: center;
  text-decoration: underline;
}
.checklist-panel#review .step-row .rejection-comment {
  display: block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  color: inherit;
  margin-top: 6px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.installation-checklist {
  display: block;
  height: 100%;
  width: 100%;
  padding: 40px 0;
  background: #fff;
}
.installation-checklist .checklist-header {
  width: 100%;
  height: 40px;
  font-size: 22px;
  margin-bottom: 10px;
}
.installation-checklist .checklist-header span.close {
  float: right;
}
.installation-checklist p.pvin, .installation-checklist p.address {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.installation-checklist .rejected-url {
  height: 40px;
  width: 100%;
  margin: 5px 0 20px 0;
  font-size: 18px;
}
.installation-checklist .status-message {
  width: 100%;
  height: auto;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 20px 12px;
}
.installation-checklist .status-message.completed {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.installation-checklist .status-message.rejected, .installation-checklist .status-message.unknown {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.installation-checklist .status-message.approved {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.installation-checklist .checklist-items {
  width: 100%;
  height: calc(100% - 220px);
  overflow: auto;
}
.installation-checklist .checklist-items .checklist-item {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
.installation-checklist .checklist-items .checklist-item .checklist-question {
  width: 100%;
  margin-bottom: 8px;
  color: #303030;
}
.installation-checklist .checklist-items .checklist-item .checklist-answer {
  width: 100%;
  color: #4c96d9;
}
.installation-checklist .checklist-items .checklist-item .checklist-answer img {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.installation-checklist .checklist-items .checklist-item .checklist-answer img.selected {
  padding: 2px;
  border: 2px solid blue;
}
