@charset "UTF-8";
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: -webkit-min-content auto -webkit-min-content;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #19191a;
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.075),
    0 1px 2px rgba(0, 0, 0, 0.075),
    1px 2px 4px rgba(0, 0, 0, 0.075),
    1px 3px 8px rgba(0, 0, 0, 0.075),
    2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(
      -webkit-min-content,
      auto
    );
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(25, 25, 26, 0.75);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start,
.swal2-container.swal2-center-start,
.swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top,
.swal2-container.swal2-center,
.swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-center-end,
.swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup,
.swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
.swal2-container.swal2-center-start > .swal2-popup,
.swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup,
.swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
.swal2-container.swal2-bottom-start > .swal2-popup,
.swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.swal2-container.swal2-bottom-end > .swal2-popup,
.swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
.swal2-container.swal2-grow-row > .swal2-popup,
.swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup,
.swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #19191a;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: #e1e1e1;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow:
    0 0 0 1px #19191a,
    0 0 0 3px rgba(138, 176, 213, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #555;
  color: #bbbbbb;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(225, 225, 225, 0.6);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition:
    color 0.1s,
    box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: #e1e1e1;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 3px;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition:
    border-color 0.1s,
    box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: #323234;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.06),
    0 0 0 3px transparent;
  color: #e1e1e1;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.06),
    0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 3px;
  background: #19191a;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: #e1e1e1;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: #323234;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: #323234;
  color: #e1e1e1;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #19191a;
  color: #e1e1e1;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #323234;
  color: #e1e1e1;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark 0.5s;
  animation: swal2-animate-i-mark 0.5s;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark 0.8s;
  animation: swal2-animate-i-mark 0.8s;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-question-mark 0.8s;
  animation: swal2-animate-question-mark 0.8s;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #58585b;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #58585b;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

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

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@-webkit-keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(25, 25, 26, 0.75);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden="true"] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

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

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

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

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

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

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

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

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

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

  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

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

  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

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

  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

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

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

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

  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

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

  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

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

  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

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

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

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

  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

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

  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

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

  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

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

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
.text-plain,
.text-plain a {
  text-decoration: none;
  font-style: normal;
}

/**
 * Floats
 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

/**
 * Padding
 */
.pl-30 {
  padding-left: 30px;
}

@media screen and (min-width: 993px) {
  .desktop {
    visibility: visible;
  }

  .mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 992px) {
  .desktop {
    display: none !important;
    visibility: hidden;
  }

  .mobile {
    visibility: visible;
  }
}
.blue {
  color: #598096;
}

.yellow {
  color: #fdbf61;
}

.red {
  color: #cc4f5c;
}

.green {
  color: #79af9f;
}

#env_warning {
  position: fixed;
  top: 0;
  z-index: 50;
  height: 0.5rem;
  width: 100vw;
  background-color: red;
}
#env_warning.dev,
#env_warning.local,
#env_warning.development {
  background-color: blue;
}
#env_warning.qa,
#env_warning.staging {
  background-color: yellow;
}

/** Margins **/
.lu-mb-10 {
  margin-bottom: 20px;
}

.lu-mb-20 {
  margin-bottom: 20px;
}

.lu-mb-30 {
  margin-bottom: 30px;
}

.lu-mt-30 {
  margin-top: 30px;
}

/** Backgrounds **/
.lu-bg-lgreen {
  background-color: lightgreen !important;
}
.lu-bg-lgreen.hoverable:hover:not(.disabled) {
  background-color: #7aeb7a !important;
}

.lu-bg-dgreen {
  background-color: darkgreen !important;
}
.lu-bg-dgreen.hoverable:hover:not(.disabled) {
  background-color: #004b00 !important;
}

.lu-bg-lred {
  background-color: lightsalmon !important;
}
.lu-bg-lred.hoverable:hover:not(.disabled) {
  background-color: #ff8e61 !important;
}

.lu-bg-red {
  background-color: #cc4f5c !important;
}
.lu-bg-red.hoverable:hover:not(.disabled) {
  background-color: #c63b4a !important;
}

.lu-bg-lgrey {
  background-color: lightgrey !important;
}
.lu-bg-lgrey.hoverable:hover:not(.disabled) {
  background-color: #c6c6c6 !important;
}

.lu-bd-mblue {
  background-color: #598096 !important;
}
.lu-bd-mblue.hoverable:hover:not(.disabled) {
  background-color: #507286 !important;
}

/**
 * Temp tailwind until we get it in properly
 */
.text-red-500 {
  color: #f56565;
}

.text-red-600 {
  color: #e53e3e;
}

.text-red-700 {
  color: #c53030;
}

.border-red-600 {
  border-color: #e53e3e;
}

.font-bold {
  font-weight: 700;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/**
 * Padding
 */
.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/**
 * Border radiuses
 */
.rounded-lg {
  border-radius: 25px;
}

.rounded-tl-lg {
  border-top-left-radius: 25px;
}

.rounded-tr-lg {
  border-top-right-radius: 25px;
}

.rounded-bl-lg {
  border-top-left-radius: 25px;
}

.rounded-br-lg {
  border-top-left-radius: 25px;
}

.rounded-t-lg {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.rounded-b-lg {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.rounded-l-lg {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.rounded-r-lg {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.block {
  display: block;
}

.list-reset {
  list-style: none;
  margin-left: 0;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

/**
 * Used to show items with a bottom border and button(s) on the left, cycling the four primary colours
 */
.districts-map .districts-list-column #districts-list .district-list-row-wrapper {
  display: block;
  clear: both;
}
.districts-map .districts-list-column #districts-list .district-list-row-wrapper .button {
  background: transparent;
  color: #343234;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 1)
  > .button {
  border-color: #cc4f5c;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 1)
  > .button:hover {
  background-color: #cc4f5c;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 1)
  > .cycling-name
  .separator {
  background-color: #cc4f5c;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 2)
  > .button {
  border-color: #fdbf61;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 2)
  > .button:hover {
  background-color: #fdbf61;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 2)
  > .cycling-name
  .separator {
  background-color: #fdbf61;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 3)
  > .button {
  border-color: #598096;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 3)
  > .button:hover {
  background-color: #598096;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 3)
  > .cycling-name
  .separator {
  background-color: #598096;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 4)
  > .button {
  border-color: #79af9f;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 4)
  > .button:hover {
  background-color: #79af9f;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 4)
  > .cycling-name
  .separator {
  background-color: #79af9f;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:last-of-type
  > .cycling-name
  .separator {
  height: 0;
}
.districts-map .districts-list-column #districts-list .district-list-row-wrapper .cycling-name {
  display: block;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper
  .cycling-name.with-button {
  float: left;
  width: 50%;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper
  .cycling-name
  .separator {
  margin: 12px auto 12px calc(50% - 20px);
  height: 2px;
  width: 40px;
  display: block;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

.expanding-bars-wrapper {
  display: grid;
  grid-gap: 20px;
  align-items: self-end;
  height: calc(100vh - 100px);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.expanding-bars-wrapper.bars-2,
.expanding-bars-wrapper.bars-4 {
  grid-template-columns: repeat(2, auto);
}
.expanding-bars-wrapper.bars-3,
.expanding-bars-wrapper.bars-6 {
  grid-template-columns: repeat(3, auto);
}
.expanding-bars-wrapper .expanding-bar {
  height: 100%;
  transition: height 0.5s;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: grid;
  grid-template-rows: 150px auto;
  grid-row-gap: 20px;
  align-content: center;
  align-items: center;
}
.expanding-bars-wrapper .expanding-bar:hover {
  height: calc(100% + 15px);
}
.expanding-bars-wrapper .expanding-bar p {
  color: black;
  line-height: 0;
}
.expanding-bars-wrapper .expanding-bar i {
  color: black;
  font-size: 100px;
}

#bars-wrapper {
  height: 50vh;
  position: relative;
}
#bars-wrapper .menu-bar {
  height: 100%;
  width: calc(25% - 18px);
  display: table;
  cursor: default;
  transition: height 0.5s;
  position: absolute;
  bottom: 0;
}
#bars-wrapper .menu-bar:hover {
  height: calc(50vh + 50px);
}
#bars-wrapper .menu-bar:nth-of-type(1) {
  background-color: #cc4f5c;
}
#bars-wrapper .menu-bar:nth-of-type(1):hover {
  background-color: #d77781;
}
#bars-wrapper .menu-bar:nth-of-type(2) {
  left: calc(25% + 6.5px);
  background-color: #fdbf61;
}
#bars-wrapper .menu-bar:nth-of-type(2):hover {
  background-color: #fed393;
}
#bars-wrapper .menu-bar:nth-of-type(3) {
  left: calc(50% + 11px);
  background-color: #79af9f;
}
#bars-wrapper .menu-bar:nth-of-type(3):hover {
  background-color: #99c2b6;
}
#bars-wrapper .menu-bar:nth-of-type(4) {
  right: 0;
  background-color: #598096;
}
#bars-wrapper .menu-bar:nth-of-type(4):hover {
  background-color: #7599ad;
}
#bars-wrapper .menu-bar:after {
  clear: both;
}
#bars-wrapper .menu-bar .menu-bar-inner {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#bars-wrapper .menu-bar .menu-bar-inner i {
  font-size: 100px;
  margin-bottom: 2em;
}

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("/css/fonts/fontawesome/fa-brands-400.woff2") format("woff2");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("/css/fonts/fontawesome/fa-regular-400.woff2") format("woff2");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/css/fonts/fontawesome/fa-solid-900.woff2");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
  font-weight: 900;
}

@font-face {
  font-family: "elsa-2018";
  src: url("/css/fonts/elsa-2018.eot");
  src:
    url("/css/fonts/elsa-2018.eot#iefix") format("embedded-opentype"),
    url("/css/fonts/elsa-2018.woff2") format("woff2"),
    url("/css/fonts/elsa-2018.woff") format("woff"),
    url("/css/fonts/elsa-2018.ttf") format("truetype"),
    url("/css/fonts/elsa-2018.svg#elsa-2018") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'elsa-2018';
    src: url('../font/elsa-2018.svg#elsa-2018') format('svg');
  }
}
*/
[class^="elsa-icon-"]:before,
[class*=" elsa-icon-"]:before {
  font-family: "elsa-2018";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Adds a label to the icon */
[class^="elsa-icon-"].with-label,
[class*="with-label elsa-icon-"].with-label {
  font-size: 60px;
  position: relative;
}
[class^="elsa-icon-"].with-label:before,
[class*="with-label elsa-icon-"].with-label:before {
  font-size: 1em;
}
[class^="elsa-icon-"].with-label:after,
[class*="with-label elsa-icon-"].with-label:after {
  text-transform: lowercase;
  font-family: "Helvetia Neue", "Helvetia", sans-serif;
  font-size: 0.4em;
  position: absolute;
  bottom: 0.1em;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

.elsa-icon-invoices:before {
  content: "\e800";
}

.elsa-icon-home:before {
  content: "\e801";
}

.elsa-icon-mail:before {
  content: "\e802";
}

/* '' */
.elsa-icon-home-outline:before {
  content: "\e803";
}
.elsa-icon-home-outline.with-label:after {
  content: "units";
  bottom: 0.3em;
  left: 0.9em;
}

/* '' */
.elsa-icon-maps:before {
  content: "\e805";
}

/* '' */
.elsa-icon-reports:before {
  content: "\e806";
}

.elsa-icon-company-profile:before {
  content: "\e807";
}

/* '' */
.elsa-icon-settings:before {
  content: "\e808";
}

.elsa-icon-classification:before {
  content: "\e809";
}

/* '' */
/* '' */
.elsa-icon-titles:before {
  content: "\e80a";
}

/* '' */
.elsa-icon-user:before,
.elsa-icon-profile,
.elsa-icon-account:before {
  content: "\e80b";
}

/* '' */
.elsa-icon-filters:before {
  content: "\e80c";
}

/* '' */
.elsa-icon-notes:before {
  content: "\e80d";
}

/* '' */
.elsa-sign-post:before {
  content: "\e816";
}

.elsa-icon-size:before {
  transform: rotate(20deg);
  content: "\e80e";
}
.elsa-icon-size.with-label:after {
  content: "size";
  left: 2.1em;
}

/* '' */
.elsa-icon-districts:before {
  content: "\e80f";
}

/* '' */
.elsa-icon-users:before {
  margin-left: -9%;
  content: "\e810";
}

/* '' */
.elsa-icon-favorites:before {
  content: "\e812";
}

/* '' */
.elsa-icon-subscriptions:before,
.elsa-icon-subscription:before {
  content: "\e813";
}

/* '' */
.elsa-icon-pricing:before {
  content: "\e814";
}

.elsa-icon-favorites:before {
  content: "\e812";
}

/* '' */
.elsa-icon-subscriptions:before {
  content: "\e813";
}

.elsa-icon-planning:before {
  content: "\e814";
}

/* '' */
.elsa-icon-map-pin:before {
  content: "\e815";
}

.elsa-icon-phone:before {
  content: "\e817";
}

/* '' */
@font-face {
  font-family: "landstack";
  src:
    url("/css/fonts/landstack.ttf?oic9ek") format("truetype"),
    url("/css/fonts/landstack.woff?oic9ek") format("woff"),
    url("/css/fonts/landstack.svg?oic9ek#landstack") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
*[class^="ls-icon-"],
*[class*=" ls-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "landstack" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ls-icon-"]:before {
  font-family: "landstack" !important;
}

.ls-icon-bell:before {
  content: "\e907";
}

.ls-icon-constraints:before {
  content: "\e912";
}

.ls-icon-delete:before {
  content: "\e905";
}

.ls-icon-districts .path1:before {
  content: "\e923";
  color: #3d3539;
}

.ls-icon-districts .path2:before {
  content: "\e924";
  margin-left: -1.0390625em;
  color: #343234;
}

.ls-icon-districts .path3:before {
  content: "\e925";
  margin-left: -1.0390625em;
  color: #343234;
}

.ls-icon-districts .path4:before {
  content: "\e926";
  margin-left: -1.0390625em;
  color: #343234;
}

.ls-icon-districts .path5:before {
  content: "\e927";
  margin-left: -1.0390625em;
  color: #343234;
}

.ls-icon-districts .path6:before {
  content: "\e928";
  margin-left: -1.0390625em;
  color: #343234;
}

.ls-icon-districts .path7:before {
  content: "\e929";
  margin-left: -1.0390625em;
  color: #343234;
}

.ls-icon-districts .path8:before {
  content: "\e92a";
  margin-left: -1.0390625em;
  color: #343234;
}

.ls-icon-districts .path9:before {
  content: "\e92b";
  margin-left: -1.0390625em;
  color: #343234;
}

.ls-icon-districts .path10:before {
  content: "\e92c";
  margin-left: -1.0390625em;
  color: #343234;
}

.ls-icon-download:before {
  content: "\e90c";
}

.ls-icon-filter:before {
  content: "\e922";
}

.ls-icon-house-1:before {
  content: "\e906";
}

.ls-icon-house-2:before {
  content: "\e90e";
}

.ls-icon-house-3:before {
  content: "\e90d";
}

.ls-icon-house-circle-1:before {
  content: "\e900";
}

.ls-icon-house-circle-2:before {
  content: "\e902";
}

.ls-icon-house-circle-3:before {
  content: "\e901";
}

.ls-icon-landownerships:before {
  content: "\e915";
}

.ls-icon-local-plan:before {
  content: "\e913";
}

.ls-icon-map:before {
  content: "\e90b";
}

.ls-icon-notifications:before {
  content: "\e904";
}

.ls-icon-pencil:before {
  content: "\e90a";
}

.ls-icon-pin:before {
  content: "\e921";
}

.ls-icon-pin-on-map:before {
  content: "\e914";
}

.ls-icon-allocations:before {
  content: "\e909";
}

.ls-icon-price-paid:before {
  content: "\e916";
}

.ls-icon-reports .path1:before {
  content: "\e917";
  color: #343234;
}

.ls-icon-reports .path2:before {
  content: "\e918";
  margin-left: -1.0615234375em;
  color: #3d3539;
}

.ls-icon-reports .path3:before {
  content: "\e919";
  margin-left: -1.0615234375em;
  color: #343234;
}

.ls-icon-reports .path4:before {
  content: "\e91a";
  margin-left: -1.0615234375em;
  color: #343234;
}

.ls-icon-reports .path5:before {
  content: "\e91b";
  margin-left: -1.0615234375em;
  color: #343234;
}

.ls-icon-reports .path6:before {
  content: "\e91c";
  margin-left: -1.0615234375em;
  color: #343234;
}

.ls-icon-reports .path7:before {
  content: "\e91d";
  margin-left: -1.0615234375em;
  color: #343234;
}

.ls-icon-reports .path8:before {
  content: "\e91e";
  margin-left: -1.0615234375em;
  color: #343234;
}

.ls-icon-reports .path9:before {
  content: "\e91f";
  margin-left: -1.0615234375em;
  color: #343234;
}

.ls-icon-reports .path10:before {
  content: "\e920";
  margin-left: -1.0615234375em;
  color: #343234;
}

.ls-icon-settings .path1:before {
  content: "\e90f";
  color: black;
}

.ls-icon-settings .path2:before {
  content: "\e910";
  margin-left: -1.2119140625em;
  color: #040505;
}

.ls-icon-settings .path3:before {
  content: "\e911";
  margin-left: -1.2119140625em;
  color: black;
}

.ls-icon-shlaa:before {
  content: "\e908";
}

.ls-icon-users:before {
  content: "\e903";
}

.large-header-layout header {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.large-header-layout header > section {
  display: table-cell;
  vertical-align: top;
}
.large-header-layout header .page-title h1 {
  font-size: 70px;
  font-family: Arial, Helvetia, sans-serif;
  letter-spacing: 8px;
  display: table-cell;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 80vw;
}
.large-header-layout header .top-content {
  text-align: right;
}
.large-header-layout header .top-content .controls .control {
  margin-right: 15px;
  font-size: 40px;
  float: right;
}
.large-header-layout header .top-content .controls .control:hover {
  color: #666666;
  cursor: default;
}
.large-header-layout header .top-content .controls .control:focus {
  outline: none;
}
.large-header-layout header .top-content .controls .control.disabled {
  color: #ccc !important;
}
.large-header-layout header .top-content .controls .control.primary {
  color: #2592cc;
}
.large-header-layout header .top-content .controls .control.primary:hover {
  color: #46a9de;
}
.large-header-layout header .top-content .controls .control.delete {
  color: #de0012;
}
.large-header-layout header .top-content .controls .control.delete:hover {
  color: #ff1225;
}

.small-header-layout .page-title {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.small-header-layout .page-title h1,
.small-header-layout .page-title p {
  display: table-cell;
  vertical-align: top;
}
.small-header-layout .page-title h1 .title-icon,
.small-header-layout .page-title p .title-icon {
  margin-right: 15px;
  font-size: 55px;
}
.small-header-layout .page-title .page-subtitle {
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 10px;
}
.small-header-layout .page-title .controls {
  vertical-align: middle;
  display: table-cell;
}
.small-header-layout .page-title .controls .control {
  margin-right: 15px;
  font-size: 30px;
  float: right;
}
.small-header-layout .page-title .controls .control.is-text {
  font-size: 16px;
  text-decoration: underline;
}
.small-header-layout .page-title .controls .control:hover {
  color: #666666;
  cursor: default;
}
.small-header-layout .page-title .controls .control:focus {
  outline: none;
}
.small-header-layout .page-title .controls .control.disabled {
  color: #ccc !important;
}
.small-header-layout .page-title .controls .control.primary {
  color: #2592cc;
}
.small-header-layout .page-title .controls .control.primary:hover {
  color: #46a9de;
}
.small-header-layout .page-title .controls .control.delete {
  color: #de0012;
}
.small-header-layout .page-title .controls .control.delete:hover {
  color: #ff1225;
}
.small-header-layout .page-title .instructions {
  display: table-row;
}
.small-header-layout .page-title .instructions p {
  display: table-cell;
  padding-top: 15px;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

/**
 * Base elements and tags
 */
body {
  background: #f2f2f2;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  height: 100%;
}
body.is-loading {
  cursor: wait;
}

main {
  margin: 10px 25px;
}
main.no-margin {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  letter-spacing: 0em;
  font-family: "Helvetia Neue", "Helvetia", sans-serif;
}

h6 {
  -webkit-text-decoration: underline #cc4f5c;
  text-decoration: underline #cc4f5c;
  text-underline-position: under;
}

h1 {
  font-size: 40px;
  text-transform: uppercase;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

a {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #666666;
}

/**
 * Controls
 */
label {
  font-size: 1em;
  font-weight: 300;
}
label.not-full-width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
label.inline {
  display: inline;
}

.not-full-width label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

select,
input,
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  background-color: white;
}
select:disabled,
input:disabled,
[type="color"]:disabled,
[type="date"]:disabled,
[type="datetime-local"]:disabled,
[type="datetime"]:disabled,
[type="email"]:disabled,
[type="month"]:disabled,
[type="number"]:disabled,
[type="password"]:disabled,
[type="search"]:disabled,
[type="tel"]:disabled,
[type="text"]:disabled,
[type="time"]:disabled,
[type="url"]:disabled,
[type="week"]:disabled,
textarea:disabled {
  background-color: #ccc;
}
select.in-line,
select.inline,
input.in-line,
input.inline,
[type="color"].in-line,
[type="color"].inline,
[type="date"].in-line,
[type="date"].inline,
[type="datetime-local"].in-line,
[type="datetime-local"].inline,
[type="datetime"].in-line,
[type="datetime"].inline,
[type="email"].in-line,
[type="email"].inline,
[type="month"].in-line,
[type="month"].inline,
[type="number"].in-line,
[type="number"].inline,
[type="password"].in-line,
[type="password"].inline,
[type="search"].in-line,
[type="search"].inline,
[type="tel"].in-line,
[type="tel"].inline,
[type="text"].in-line,
[type="text"].inline,
[type="time"].in-line,
[type="time"].inline,
[type="url"].in-line,
[type="url"].inline,
[type="week"].in-line,
[type="week"].inline,
textarea.in-line,
textarea.inline {
  display: inline-block;
  width: auto;
  margin-left: 50px;
}
select.in-line.no-margin,
select.inline.no-margin,
input.in-line.no-margin,
input.inline.no-margin,
[type="color"].in-line.no-margin,
[type="color"].inline.no-margin,
[type="date"].in-line.no-margin,
[type="date"].inline.no-margin,
[type="datetime-local"].in-line.no-margin,
[type="datetime-local"].inline.no-margin,
[type="datetime"].in-line.no-margin,
[type="datetime"].inline.no-margin,
[type="email"].in-line.no-margin,
[type="email"].inline.no-margin,
[type="month"].in-line.no-margin,
[type="month"].inline.no-margin,
[type="number"].in-line.no-margin,
[type="number"].inline.no-margin,
[type="password"].in-line.no-margin,
[type="password"].inline.no-margin,
[type="search"].in-line.no-margin,
[type="search"].inline.no-margin,
[type="tel"].in-line.no-margin,
[type="tel"].inline.no-margin,
[type="text"].in-line.no-margin,
[type="text"].inline.no-margin,
[type="time"].in-line.no-margin,
[type="time"].inline.no-margin,
[type="url"].in-line.no-margin,
[type="url"].inline.no-margin,
[type="week"].in-line.no-margin,
[type="week"].inline.no-margin,
textarea.in-line.no-margin,
textarea.inline.no-margin {
  margin-left: 0;
}
select.input-2018,
input.input-2018,
[type="color"].input-2018,
[type="date"].input-2018,
[type="datetime-local"].input-2018,
[type="datetime"].input-2018,
[type="email"].input-2018,
[type="month"].input-2018,
[type="number"].input-2018,
[type="password"].input-2018,
[type="search"].input-2018,
[type="tel"].input-2018,
[type="text"].input-2018,
[type="time"].input-2018,
[type="url"].input-2018,
[type="week"].input-2018,
textarea.input-2018 {
  border: 0;
  border-radius: 8px;
  text-transform: lowercase;
}
select.input-2018:focus,
input.input-2018:focus,
[type="color"].input-2018:focus,
[type="date"].input-2018:focus,
[type="datetime-local"].input-2018:focus,
[type="datetime"].input-2018:focus,
[type="email"].input-2018:focus,
[type="month"].input-2018:focus,
[type="number"].input-2018:focus,
[type="password"].input-2018:focus,
[type="search"].input-2018:focus,
[type="tel"].input-2018:focus,
[type="text"].input-2018:focus,
[type="time"].input-2018:focus,
[type="url"].input-2018:focus,
[type="week"].input-2018:focus,
textarea.input-2018:focus {
  background: #e5e5e5;
}
select.input-2018[type="submit"],
input.input-2018[type="submit"],
[type="color"].input-2018[type="submit"],
[type="date"].input-2018[type="submit"],
[type="datetime-local"].input-2018[type="submit"],
[type="datetime"].input-2018[type="submit"],
[type="email"].input-2018[type="submit"],
[type="month"].input-2018[type="submit"],
[type="number"].input-2018[type="submit"],
[type="password"].input-2018[type="submit"],
[type="search"].input-2018[type="submit"],
[type="tel"].input-2018[type="submit"],
[type="text"].input-2018[type="submit"],
[type="time"].input-2018[type="submit"],
[type="url"].input-2018[type="submit"],
[type="week"].input-2018[type="submit"],
textarea.input-2018[type="submit"] {
  padding: 15px 30px;
}
select.input-2018[type="submit"]:hover,
input.input-2018[type="submit"]:hover,
[type="color"].input-2018[type="submit"]:hover,
[type="date"].input-2018[type="submit"]:hover,
[type="datetime-local"].input-2018[type="submit"]:hover,
[type="datetime"].input-2018[type="submit"]:hover,
[type="email"].input-2018[type="submit"]:hover,
[type="month"].input-2018[type="submit"]:hover,
[type="number"].input-2018[type="submit"]:hover,
[type="password"].input-2018[type="submit"]:hover,
[type="search"].input-2018[type="submit"]:hover,
[type="tel"].input-2018[type="submit"]:hover,
[type="text"].input-2018[type="submit"]:hover,
[type="time"].input-2018[type="submit"]:hover,
[type="url"].input-2018[type="submit"]:hover,
[type="week"].input-2018[type="submit"]:hover,
textarea.input-2018[type="submit"]:hover {
  background-color: #cc4f5c;
}

.search,
input[type="search"] {
  border: 1px solid;
  border-radius: 15px;
}

input[type="range"] {
  width: 100%;
}

#main-wrapper {
  display: grid;
  grid-template-rows: 50px 1fr;
  height: 100%;
}

.button.more-margin {
  margin-left: 10px;
}
.button.with-icon {
  background-color: transparent;
}
.button.button-2018 {
  border: 1px solid;
  text-transform: lowercase;
  padding: 10px;
  border-radius: 10px;
}
.button.button-2018.disabled,
.button.button-2018.disabled:hover {
  border-color: #ccc !important;
  background-color: #ccc !important;
  color: #343234 !important;
}
.button.button-primary {
  background-color: #79af9f !important;
  color: #f2f2f2;
}
.button.button-delete {
  background-color: #cc4f5c !important;
  color: #f2f2f2;
}
.button.submit {
  padding: 15px 30px;
  background: #f2f2f2;
  color: #000;
  border: 1px solid #cc4f5c;
  border-radius: 10px;
}
.button.submit:hover {
  background-color: #cc4f5c;
}

textarea[rows] {
  height: 100px;
}

/**
 * Sections and other parts
 */
.with-separator {
  margin-bottom: 60px;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 60px;
}

#background-overlay {
  background: rgba(242, 242, 242, 0.7);
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  top: 0;
  left: 0;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.stat-box {
  border: 2px solid #e5e5e5;
  width: 100%;
  padding: 0.1em 0;
  text-align: center;
  font-size: 2em;
}

.block-panel {
  border: #b2b2b2 1px solid;
  background: rgba(229, 229, 229, 0.6);
  margin-bottom: 1.11111rem;
  padding: 1.11111rem;
}
.block-panel .part {
  padding-bottom: 10px;
}

.top-notification {
  width: 100vw;
  text-align: center;
  background: #f0e8d2;
  /* margin: -10px -25px 10px; */
  padding: 10px 0;
  position: absolute;
  top: 0;
}
.top-notification.warning {
  background: #e0945e;
}
.top-notification.error {
  background: #de0012;
}
.top-notification.success {
  background: #b6fabd;
}

.control-buttons {
  float: right;
  font-size: 14px;
  letter-spacing: normal;
  cursor: pointer;
  text-transform: none;
}

.error-messages {
  text-align: left;
  margin-top: 70px;
  margin-left: 25px;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

nav.top {
  padding: 7px 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  top: 0;
  z-index: 12;
}
nav.top .header-title {
  text-transform: none;
  font-size: 26px;
  margin-left: 22px;
}
nav.top.primary,
nav.top.welcome-page {
  color: #f2f2f2;
}
nav.top.primary a,
nav.top.welcome-page a {
  color: #f2f2f2;
}
nav.top.primary a:hover,
nav.top.welcome-page a:hover {
  color: #666666;
}
nav.top.primary,
nav.top.with-logo {
  background: #343234 url(/images/landstack/vector/logos/solid_white.svg) no-repeat center center;
  background-size: 140px;
}
nav.top.welcome-page {
  padding: 13px 15px 0 0;
  width: calc(100% - 20px);
}
nav.top.welcome-page a {
  margin-right: 20px;
}
nav.top.scrolled {
  border-bottom: 1px solid #f2f2f2;
}
nav.top #elsa-email-address {
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid black;
  transition: 0.5s all;
  color: #343234;
  font-size: 16px;
  text-transform: none;
  padding: 5px 10px;
  width: 300px;
  right: 0;
}
nav.top #elsa-email-address a {
  color: #598096;
}
nav.top #elsa-email-address a:hover {
  text-decoration: underline;
}
nav.top .icon {
  font-size: 26px;
}
nav.top .contact-button:hover {
  color: #666666;
}
nav.top span {
  font-size: 11px;
  margin-right: 40px;
}
nav.top a:last-of-type {
  margin-right: 0;
}
nav.top .left {
  float: left;
  padding-left: 7px;
}
nav.top .right {
  float: right;
}

@media screen and (max-width: 767px) {
  nav.top {
    display: none;
  }
}
:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

/**
 * Styling
 */
.external-link {
  text-decoration: underline;
  color: #598096;
}
.external-link:hover {
  text-decoration: none;
}

.no-border {
  border-width: 0 !important;
}

.underline {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}
.link:hover {
  color: #5f5f5f;
}

.no-underline {
  text-decoration: none !important;
}

.with-letter-spacing {
  letter-spacing: 0em;
}

input.copy-input {
  background: transparent;
  border: none;
  cursor: text !important;
}

/**
 * Colours
 */
.text-green {
  color: #79af9f;
}

.text-blue {
  color: #598096;
}

.text-yellow {
  color: #fdbf61;
}

.text-red {
  color: #cc4f5c;
}

.text-color-module-reports {
  color: #cc4f5c;
}

.text-color-module-districts {
  color: #598096;
}

.text-color-module-profile {
  color: #fdbf61;
}

.text-color-module-map {
  color: #79af9f;
}

.bg-green {
  background-color: #79af9f !important;
  color: #f2f2f2;
}
.bg-green:hover {
  background-color: #99c2b6 !important;
}

.bg-blue {
  background-color: #598096 !important;
  color: #f2f2f2;
}
.bg-blue:hover {
  background-color: #7599ad !important;
}

.bg-dark-grey {
  background-color: #5f5f5f !important;
  color: #f2f2f2;
}
.bg-dark-grey:hover {
  background-color: #797979 !important;
}

.bg-yellow {
  background-color: #fdbf61 !important;
  color: #343234;
}
.bg-yellow:hover {
  background-color: #fed393 !important;
}

.bg-red {
  background-color: #cc4f5c;
  color: #f2f2f2;
}
.bg-red:hover {
  background-color: #d77781 !important;
}

.bg-red-lighter {
  background-color: #d77781;
  color: #f2f2f2;
}
.bg-red-lighter:hover {
  background-color: #e39ea5 !important;
}

.bg-red-lightest {
  background-color: #e39ea5;
  color: #f2f2f2;
}
.bg-red-lightest:hover {
  background-color: #eec6ca !important;
}

.danger-block:hover {
  background-color: #e0945e !important;
}

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

/**
 * Positioning
 */
.inner-bottom {
  position: relative;
}
.inner-bottom > * {
  position: absolute;
  bottom: 0;
}
.inner-bottom > *.fright {
  right: 0;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none !important;
}

.fright {
  float: right;
}

.clickable {
  cursor: default;
  color: #79af9f;
}
.clickable:hover {
  color: #666666;
}

.justified-labels-and-values {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-column-gap: 15px;
  grid-row-gap: 10px;
}

/**
 * Responsive
 */
/**
 * Sweet alert
 */
input.swal2-input,
input.swal2-input:focus,
textarea.swal2-input,
textarea.swal2-input:focus {
  background-color: #323234 !important;
}

.swal2-radio label,
.swal2-checkbox label,
.swal2-content label {
  color: white !important;
}

.swal2-content a {
  color: white;
  text-decoration: underline;
}
.swal2-content a:hover {
  text-decoration: none;
}

.swal2-content table thead tr {
  background-color: #598096;
  color: #ffffff;
}
.swal2-content table tbody tr:nth-child(2n + 1) {
  background-color: #343234;
  color: #ffffff;
}
.swal2-content table tbody tr:nth-child(2n) {
  background-color: #474447;
  color: #ffffff;
}
.swal2-content table tbody tr td {
  border: none;
}

.swal2-confirm-important {
  background-color: #2778c4 !important;
}

.swal2-cancel-important {
  background-color: #757575 !important;
}

.medium-editor-action.medium-editor-action-justifyLeft:before,
.medium-editor-action.medium-editor-action-justifyRight:before,
.medium-editor-action.medium-editor-action-justifyFull:before,
.medium-editor-action.medium-editor-action-justifyCenter:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.medium-editor-action.medium-editor-action-justifyLeft b,
.medium-editor-action.medium-editor-action-justifyRight b,
.medium-editor-action.medium-editor-action-justifyFull b,
.medium-editor-action.medium-editor-action-justifyCenter b {
  display: none;
}
.medium-editor-action.medium-editor-action-justifyLeft:before {
  content: "\f036";
}
.medium-editor-action.medium-editor-action-justifyRight:before {
  content: "\f038";
}
.medium-editor-action.medium-editor-action-justifyFull:before {
  content: "\f039";
}
.medium-editor-action.medium-editor-action-justifyCenter:before {
  content: "\f037";
}

/**
SweetAlert updated to using display flex as an inline style.
We need to override this.
 */
.swal2-modal[style] {
  display: block !important;
}

.swal2-input-row {
  padding: 1em 2em 3px;
}

.swal2-input-full {
  width: 100% !important;
  margin: 0 !important;
}

.swal2-close {
  position: absolute;
  right: 0;
  top: 0;
}

.ui-autocomplete,
.ui-front,
.ui-autocomplete.ui-front {
  z-index: 1500;
}

.autocomplete {
  --bg: #343234;
  --fg: #fff;
  --activeBg: #598096;
  --activeBg2: #79af9f;
  --activeFg: #fff;
  --borderRad: 10px;
  --padding: 20px;
  z-index: 10;
  background: var(--bg);
  color: var(--fg);
  border: 1px solid white;
  border-radius: 0 0 5px 5px;
}
.autocomplete div {
  padding: 5px 10px;
}
.autocomplete div.selected {
  background: var(--activeBg);
  color: var(--activeFg);
}
.autocomplete div:hover {
  cursor: pointer;
  background: var(--activeBg2);
  color: var(--activeFg);
}

.button-checkbox {
  display: inline-block;
}
.button-checkbox label {
  border-radius: 20px;
  padding: 5px 10px;
  border: 1px solid #cc4f5c;
  transition: background-color 0.25s;
  background-color: transparent;
}
.button-checkbox input {
  display: none;
}
.button-checkbox input:checked + label {
  background-color: #cc4f5c;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

/**
 * Used to show items with a bottom border and button(s) on the left, cycling the four primary colours
 */
.districts-map .districts-list-column #districts-list .district-list-row-wrapper {
  display: block;
  clear: both;
}
.districts-map .districts-list-column #districts-list .district-list-row-wrapper .button {
  background: transparent;
  color: #343234;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 1)
  > .button {
  border-color: #cc4f5c;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 1)
  > .button:hover {
  background-color: #cc4f5c;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 1)
  > .cycling-name
  .separator {
  background-color: #cc4f5c;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 2)
  > .button {
  border-color: #fdbf61;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 2)
  > .button:hover {
  background-color: #fdbf61;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 2)
  > .cycling-name
  .separator {
  background-color: #fdbf61;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 3)
  > .button {
  border-color: #598096;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 3)
  > .button:hover {
  background-color: #598096;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 3)
  > .cycling-name
  .separator {
  background-color: #598096;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 4)
  > .button {
  border-color: #79af9f;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 4)
  > .button:hover {
  background-color: #79af9f;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:nth-of-type(4n + 4)
  > .cycling-name
  .separator {
  background-color: #79af9f;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:last-of-type
  > .cycling-name
  .separator {
  height: 0;
}
.districts-map .districts-list-column #districts-list .district-list-row-wrapper .cycling-name {
  display: block;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper
  .cycling-name.with-button {
  float: left;
  width: 50%;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper
  .cycling-name
  .separator {
  margin: 12px auto 12px calc(50% - 20px);
  height: 2px;
  width: 40px;
  display: block;
}

main.districts-index input[type="search"] {
  border-color: #79af9f;
}

#uk-outline {
  fill: #e4e4e4;
  stroke: #343234;
  stroke-miterlimit: 10;
}
#uk-outline.transparent {
  fill: transparent;
}

.map-shape {
  fill: #f2f2f2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke: #b9b4b9;
  stroke-width: 1.4px;
  stroke-linejoin: round;
  transition: all 0.7s;
}
.map-shape.fudged {
  transform: translate(-1.5px, -1.5px);
}
.map-shape.have-access {
  stroke: #000000;
}
.map-shape.selected {
  fill: #cc4f5c;
}
.map-shape.focused {
  fill: #cc4f5c;
  opacity: 0.5;
}
.map-shape:hover,
.map-shape.active {
  fill: #fdbf61;
}
.map-shape:hover.have-access,
.map-shape.active.have-access {
  fill: #598096;
}
.map-shape:focus {
  outline: none;
}

.districts-map h1 {
  font-size: 2.5vw;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  position: absolute;
  text-align: right;
  z-index: 2;
  top: 70px;
}
.districts-map .map-column {
  height: calc(100vh - 60px);
  position: absolute;
  float: left;
  width: 60%;
  min-height: 1200px;
}
.districts-map .map-column .map-container {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.districts-map .map-column .map-container.overlay {
  pointer-events: none;
}
.districts-map .center-column {
  background: #f2f2f2;
  width: 20%;
  margin-left: 10px;
  border: 1px solid #cacaca;
  padding: 10px 15px;
  text-align: left;
  float: right;
}
.districts-map .districts-list-column {
  float: right;
  width: calc(20% - 20px);
  height: calc(100% - 50px);
  padding-left: 10px;
  background-color: #f2f2f2;
  cursor: default;
  text-align: center;
}
.districts-map .districts-list-column .search-wrapper {
  background: #f2f2f2;
  width: 100%;
  padding-right: 20px;
}
.districts-map .districts-list-column #districts-list {
  overflow-y: scroll;
  max-height: calc(100vh - 130px);
}
.districts-map .districts-list-column #districts-list .disabled {
  border-top: #b9b4b9 1px solid;
  padding-top: 15px;
}
.districts-map .districts-list-column #districts-list .disabled a,
.districts-map .districts-list-column #districts-list .disabled span {
  color: #777;
}
.districts-map .districts-list-column #districts-list .disabled a:hover,
.districts-map .districts-list-column #districts-list .disabled span:hover {
  color: #999;
}
.districts-map .districts-list-column #districts-list .district-list-row-wrapper .tooltip-content {
  bottom: 50px;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper.active
  > .cycling-name {
  background: #598096;
  height: 25px;
  margin-bottom: 25px;
  border-radius: 5px;
  color: white;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper.active
  > .cycling-name
  a {
  color: #f2f2f2;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper:last-of-type.active
  > .cycling-name {
  margin-bottom: 11px;
}
.districts-map .districts-list-column #districts-list .district-list-row-wrapper .button {
  float: right;
  width: 60px;
  border-radius: 5px;
  padding: 9px 15px;
  text-align: center;
  text-transform: lowercase;
  cursor: default;
}
.districts-map
  .districts-list-column
  #districts-list
  .district-list-row-wrapper
  .cycling-name.with-button {
  width: calc(100% - 90px);
}

@media (max-width: 1199px) {
  .districts-index .districts-map .center-column {
    display: none;
  }
  .districts-index .districts-map .map-column {
    width: 80%;
  }
}

/**
 * Increase size of the map on the landing page
 */
.areas-map-wrapper .map-container {
  left: 0;
  top: -46%;
  height: 140%;
  max-width: none;
  position: absolute;
}

/**
 * Styling overrides for the homepage
 */
.welcome-page .districts-map .map-container {
  height: 700px;
}
.welcome-page .map-container#uk-outline {
  fill: transparent;
  stroke: #cacaca;
}
.welcome-page .town-pin {
  fill: #cacaca;
}
.welcome-page h1 {
  mix-blend-mode: difference;
}
.welcome-page .districts-map .center-column {
  background-color: #343234;
}
.welcome-page .districts-list-column {
  background-color: #343234;
  height: 100%;
  width: calc(20% - 30px);
  margin-right: 0;
}
.welcome-page .districts-list-column .search-wrapper {
  background-color: #343234;
}
.welcome-page .districts-list-column .search-wrapper input {
  background-color: #4e4b4e;
  color: #f2f2f2;
}
.welcome-page .districts-list-column #districts-list .district-list-row-wrapper .button {
  color: #f2f2f2;
}
.welcome-page .districts-map #map .map-shape.enabled {
  stroke: #f2f2f2;
}
.welcome-page .map-shape {
  fill: #413f41;
}
.welcome-page .map-shape:hover {
  fill: #598096;
}
.welcome-page .districts-map .map-column {
  width: auto;
  min-height: 700px;
}

.dropdown-parent {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.dropdown-parent:hover .dropdown-content {
  display: block;
}
.dropdown-parent .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid black;
  box-shadow: 1px 1px #aaa;
  z-index: 1;
  padding-right: 20px;
  font-weight: normal;
}
.dropdown-parent .dropdown-content .dropdown-item {
  display: block;
  padding: 10px;
  width: calc(100% + 20px);
  cursor: default;
}
.dropdown-parent .dropdown-content .dropdown-item:hover {
  background-color: #e5e5e5;
  color: #343234;
}

.icon-checkbox {
  display: inline-block;
}
.icon-checkbox label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
  padding: 5px 10px;
  border: 1px solid #cc4f5c;
  transition: background-color 0.25s;
  background-color: transparent;
}
.icon-checkbox label:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
}
.icon-checkbox label span {
  color: black;
}
.icon-checkbox input {
  display: none;
}
.icon-checkbox input:checked ~ label:after {
  font-weight: 900;
}

.index-search-wrapper {
  height: 0;
  z-index: 10;
  position: absolute;
  background-color: rgba(89, 128, 150, 0);
  width: 100vw;
  top: 0;
  overflow: auto;
  transition: all 0.5s;
}
.index-search-wrapper.visible {
  padding: 30px 40px;
  height: 100vh;
  background-color: rgba(89, 128, 150, 0.95);
}
.index-search-wrapper.visible .search-wrapper {
  visibility: visible;
}
.index-search-wrapper .search-wrapper {
  visibility: hidden;
}
.index-search-wrapper .search-wrapper #index-search-input {
  width: calc(100% - 40px);
  float: left;
}
.index-search-wrapper .search-wrapper #clear-search-box {
  float: right;
  font-size: 25px;
  margin-top: 6px;
}
.index-search-wrapper .search-wrapper #clear-search-box:hover {
  color: #666666;
}
.index-search-wrapper .search-results-section-wrapper {
  display: none;
  margin-bottom: 20px;
  border-bottom: 2px solid #334956;
  padding-bottom: 10px;
}
.index-search-wrapper .search-results-section-wrapper.visible {
  display: block;
}
.index-search-wrapper .search-results-section-wrapper .result {
  display: block;
  padding: 10px;
  color: #343234;
}
.index-search-wrapper .search-results-section-wrapper .result.focused {
  background-color: #334956;
  color: #f2f2f2;
}

#loading-overlay-small,
#loading-overlay,
.loading-overlay {
  /**
   * Misc items for the map
   */
  z-index: 5000;
  position: fixed;
  display: none;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loading-overlay-small .loading-wrapper,
#loading-overlay-small .inner,
#loading-overlay .loading-wrapper,
#loading-overlay .inner,
.loading-overlay .loading-wrapper,
.loading-overlay .inner {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
#loading-overlay-small .loading-wrapper,
#loading-overlay .loading-wrapper,
.loading-overlay .loading-wrapper {
  -webkit-animation-name: rotating;
  animation-name: rotating;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  height: 65px;
  width: 62px;
}
#loading-overlay-small .loading-wrapper .inner,
#loading-overlay .loading-wrapper .inner,
.loading-overlay .loading-wrapper .inner {
  position: absolute;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  background: url("/images/landstack/raster/icons/landstack_icon_part.png") no-repeat;
  background-size: contain;
  width: 37px;
  height: 50px;
}
@-webkit-keyframes inner1 {
  to {
    top: -30px;
    right: -30px;
  }
}
@keyframes inner1 {
  to {
    top: -30px;
    right: -30px;
  }
}
#loading-overlay-small .loading-wrapper .inner-1,
#loading-overlay .loading-wrapper .inner-1,
.loading-overlay .loading-wrapper .inner-1 {
  -webkit-animation-name: inner1;
  animation-name: inner1;
  top: 0;
  right: 0;
}
@-webkit-keyframes inner2 {
  to {
    top: 51px;
    left: 49px;
  }
}
@keyframes inner2 {
  to {
    top: 51px;
    left: 49px;
  }
}
#loading-overlay-small .loading-wrapper .inner-2,
#loading-overlay .loading-wrapper .inner-2,
.loading-overlay .loading-wrapper .inner-2 {
  -webkit-animation-name: inner2;
  animation-name: inner2;
  top: 21px;
  left: 19px;
  transform: rotate(120deg);
}
@-webkit-keyframes inner3 {
  to {
    left: -25px;
  }
}
@keyframes inner3 {
  to {
    left: -25px;
  }
}
#loading-overlay-small .loading-wrapper .inner-3,
#loading-overlay .loading-wrapper .inner-3,
.loading-overlay .loading-wrapper .inner-3 {
  -webkit-animation-name: inner3;
  animation-name: inner3;
  top: 8px;
  left: 5px;
  transform: rotate(240deg);
}
#loading-overlay-small .is-loading,
#loading-overlay .is-loading,
.loading-overlay .is-loading {
  cursor: wait;
}
#loading-overlay-small.visible,
#loading-overlay.visible,
.loading-overlay.visible {
  display: block;
}
#loading-overlay-small .loading-wrapper,
#loading-overlay .loading-wrapper,
.loading-overlay .loading-wrapper {
  position: absolute;
}

#loading-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 5000;
  transform: scale(1.5);
}
#loading-overlay .loading-wrapper {
  left: calc(50vw - 31px);
  top: calc(50vh - 32px);
}

#loading-overlay-small {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transform: scale(0.5);
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

.mc-context-menu {
  text-transform: none;
  position: absolute;
  z-index: 10;
  display: none;
  font-size: 14px;
}
.mc-context-menu.fixed {
  position: fixed;
}
.mc-context-menu.fixed > .mc-context-contents {
  position: initial;
}
.mc-context-menu.visible {
  display: block;
}
.mc-context-menu.opaque .mc-context-contents {
  background: rgba(255, 255, 255, 0.8);
}
.mc-context-menu .mc-context-contents {
  position: absolute;
  color: #000;
  background: #fff;
  border: 1px solid #888;
  border-radius: 3px;
  box-shadow: 1px 1px #aaa;
  max-width: 300px;
  text-align: left;
  white-space: nowrap;
  padding-right: 20px;
}
.mc-context-menu .mc-context-contents.anchor-right {
  right: 0;
}
.mc-context-menu .mc-context-contents li.context-item {
  list-style: none;
  display: block;
  padding: 10px;
  cursor: default;
  width: calc(100% + 20px);
}
.mc-context-menu .mc-context-contents li.context-item.toggled {
  background: #598096;
  color: #fff;
}
.mc-context-menu .mc-context-contents li.context-item:hover {
  background: #e5e5e5;
  color: #343234;
}
.mc-context-menu .mc-context-contents li.context-item > .icon {
  padding-left: 5px;
  width: 32px;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

.mc-popup-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 15;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
}
.mc-popup-wrapper input[type="checkbox"] {
  margin-bottom: 38px;
}
.mc-popup-wrapper .mc-popup-contents {
  background: #f2f2f2;
  border: 1px solid #000;
  z-index: 16;
  width: 80%;
  margin-left: 10%;
  top: 10%;
  position: relative;
  padding: 10px 15px 5px;
  max-height: 80%;
  overflow-y: auto;
}
.mc-popup-wrapper .mc-popup-contents .close {
  font-size: 30px;
  float: right;
}
.mc-popup-wrapper .mc-popup-contents .close:hover {
  color: #b5c8d3;
}
.mc-popup-wrapper .mc-popup-contents .mc-popup-body {
  margin-top: 25px;
  overflow: scroll;
}
.mc-popup-wrapper .mc-popup-contents .mc-popup-title {
  background: #598096;
  color: #fff;
  margin: -10px -15px;
  padding: 10px 15px;
  font-size: 30px;
}
.mc-popup-wrapper .mc-popup-contents .mc-popup-controls {
  clear: both;
  text-align: right;
}
.mc-popup-wrapper .mc-popup-contents .mc-popup-controls .button {
  margin-left: 10px;
  background-color: #e5e5e5;
  color: #343234;
}
.mc-popup-wrapper .mc-popup-contents .mc-popup-controls .button.primary {
  background-color: #598096;
  color: #e5e5e5;
}
.mc-popup-wrapper .mc-popup-contents .mc-popup-controls .button.cancel {
  background-color: #cc4f5c;
  color: #343234;
}

.multi-select-list {
  position: relative;
  margin-bottom: 20px;
}
.multi-select-list .toggler {
  width: 100%;
  background: #fff;
  padding: 5px 10px;
  border-radius: 8px;
}
.multi-select-list .toggler:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  float: right;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0 7px;
  margin-right: -2px;
}
.multi-select-list ul {
  display: none;
  list-style: none;
  margin-left: 0;
  background: #fff;
  z-index: 2;
  overflow-y: scroll;
  max-height: 200px;
  position: absolute;
  width: 100%;
}
.multi-select-list ul.toggled {
  display: block;
}
.multi-select-list ul li {
  padding: 7px 13px;
  cursor: default;
}
.multi-select-list ul li:hover {
  background-color: #b9d5cd;
  color: #343234;
}
.multi-select-list ul li.selected {
  background-color: #79af9f;
  color: #343234;
}
.multi-select-list ul li.disabled {
  background-color: #ccc;
  color: #343234;
}
.multi-select-list ul li input {
  display: none;
}

.medium-editor-anchor-preview,
.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  z-index: 2000;
}

@-webkit-keyframes medium-editor-image-loading {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes medium-editor-image-loading {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.medium-editor-anchor-preview {
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
}

.medium-editor-anchor-preview a {
  color: #fff;
  display: inline-block;
  margin: 5px 5px 10px;
}

.medium-editor-placeholder-relative:after,
.medium-editor-placeholder:after {
  content: attr(data-placeholder) !important;
  white-space: pre;
  padding: inherit;
  margin: inherit;
  font-style: italic;
}

.medium-editor-anchor-preview-active {
  visibility: visible;
}

.medium-editor-dragover {
  background: #ddd;
}

.medium-editor-image-loading {
  -webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
}

.medium-editor-placeholder {
  position: relative;
}

.medium-editor-placeholder:after {
  position: absolute;
  left: 0;
  top: 0;
}

.medium-editor-placeholder-relative,
.medium-editor-placeholder-relative:after {
  position: relative;
}

.medium-toolbar-arrow-over:before,
.medium-toolbar-arrow-under:after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0;
}

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px;
  top: -8px;
}

.medium-editor-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}

.medium-editor-toolbar ul {
  margin: 0;
  padding: 0;
}

.medium-editor-toolbar li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.medium-editor-toolbar li button {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.33;
  margin: 0;
  padding: 15px;
  text-decoration: none;
}

.medium-editor-toolbar li button:focus {
  outline: 0;
}

.medium-editor-toolbar li .medium-editor-action-underline {
  text-decoration: underline;
}

.medium-editor-toolbar li .medium-editor-action-pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  font-weight: 100;
  padding: 15px 0;
}

.medium-editor-toolbar-active {
  visibility: visible;
}

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px;
}

.medium-editor-relative-toolbar {
  position: relative;
}

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  -webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
  animation: medium-editor-pop-upwards 160ms forwards linear;
}

.medium-editor-action-bold {
  font-weight: bolder;
}

.medium-editor-action-italic {
  font-style: italic;
}

.medium-editor-toolbar-form {
  display: none;
}

.medium-editor-toolbar-form a,
.medium-editor-toolbar-form input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
  line-height: 14px;
  margin-left: 5px;
  padding-bottom: 5px;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  width: 316px;
  display: inline-block;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0;
}

.medium-editor-toolbar-form a {
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  margin: 0 10px;
  text-decoration: none;
}

.medium-editor-toolbar-form-active {
  display: block;
}

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table;
}

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px;
}

.medium-editor-element img {
  max-width: 100%;
}

.medium-editor-element sub {
  vertical-align: sub;
}

.medium-editor-element sup {
  vertical-align: super;
}

.medium-editor-hidden {
  display: none;
}

.wysiwyg-editor-wrapper.fixed {
  position: relative;
  display: grid;
  grid-template-rows: 50px 150px;
  border: 1px solid lightgrey;
  background: white;
}
.wysiwyg-editor-wrapper.fixed .wysiwyg-toolbar-container {
  background: #000;
  height: 42px;
}
.wysiwyg-editor-wrapper.fixed .wysiwyg-toolbar-container .medium-editor-toolbar {
  visibility: visible;
}
.wysiwyg-editor-wrapper.fixed .wysiwyg-editor {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.wysiwyg-editor-wrapper .wysiwyg-editor {
  background: #fff;
  height: 150px;
  box-shadow: inset 0 0 2px lightgrey;
  margin-bottom: 20px;
  padding: 8px 10px;
  border: 1px solid lightgray;
  overflow-y: scroll;
}
.wysiwyg-editor-wrapper .wysiwyg-editor:focus {
  outline: none;
}

.medium-editor-toolbar-anchor-preview .medium-editor-toolbar-anchor-preview-inner {
  font-weight: normal;
  text-decoration: underline;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input {
  font-weight: normal;
}

.medium-toolbar-arrow-under:after {
  border-color: #000 transparent transparent;
  top: 40px;
}

.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #000;
}

.medium-editor-toolbar {
  background-color: #000;
  border: none;
  border-radius: 50px;
}

.medium-editor-toolbar li button {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #ccc;
  height: 40px;
  min-width: 40px;
  padding: 5px 12px;
  transition:
    background-color 0.2s ease-in,
    color 0.2s ease-in;
}

.medium-editor-toolbar li .medium-editor-button-active,
.medium-editor-toolbar li button:hover {
  background-color: #000;
  color: #a2d7c7;
}

.medium-editor-toolbar li .medium-editor-button-first {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  padding-left: 24px;
}

.medium-editor-toolbar li .medium-editor-button-last {
  border-bottom-right-radius: 50px;
  border-right: none;
  border-top-right-radius: 50px;
  padding-right: 24px;
}

.medium-editor-toolbar-form {
  background: #000;
  border-radius: 50px;
  color: #ccc;
  overflow: hidden;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input {
  background: #000;
  box-sizing: border-box;
  color: #ccc;
  height: 40px;
  padding-left: 16px;
  width: 220px;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder {
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form a {
  color: #ccc;
  transform: translateY(2px);
}

.medium-editor-toolbar-form .medium-editor-toolbar-close {
  margin-right: 16px;
}

.medium-editor-toolbar-anchor-preview {
  background: #000;
  border-radius: 50px;
  padding: 5px 12px;
}

.medium-editor-anchor-preview a {
  color: #ccc;
  text-decoration: none;
}

.medium-editor-toolbar-actions button,
.medium-editor-toolbar-actions li {
  border-radius: 50px;
}

.ns-box,
.ns-effect-flip.ns-type-notice {
  background-color: #e5e5e5;
  color: #343234;
  font-weight: bolder;
}

.ns-type-error {
  background-color: rgba(158, 29, 48, 0.73);
  color: #f2f2f2;
}

.swal2-toast .swal2-title {
  color: #e6e6e6;
}

.progress-bar-bg {
  background-color: #626465;
  height: 50px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.progress-bar-bg .progress-bar-fg {
  background-color: darkblue;
  height: 100%;
  width: 0;
  transition: width 0.3s;
}
.progress-bar-bg .progress-label,
.progress-bar-bg .progress-counter {
  color: #fff;
  font-size: 23px;
  top: 7px;
  position: absolute;
}
.progress-bar-bg .progress-label {
  text-align: center;
  width: 100%;
}
.progress-bar-bg .progress-label:after {
  content: "%";
}
.progress-bar-bg .progress-counter {
  right: 10px;
}

.scrollable-box {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid black;
  padding: 10px 15px;
}
.scrollable-box .title {
  font-weight: bold;
}

.scrolling-cards-wrapper .scroll-left,
.scrolling-cards-wrapper .scroll-right {
  display: table-cell;
  vertical-align: middle;
  cursor: default;
}
.scrolling-cards-wrapper .scroll-left:hover,
.scrolling-cards-wrapper .scroll-right:hover {
  color: #666666;
}
.scrolling-cards-wrapper .scrolling-cards {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: table-cell;
}
.scrolling-cards-wrapper .scrolling-cards::-webkit-scrollbar {
  display: none;
}
.scrolling-cards-wrapper .scrolling-cards .card {
  vertical-align: middle;
  display: inline-block;
  white-space: initial;
}
.scrolling-cards-wrapper .scrolling-cards .card.card-6 {
  width: 16.6666666667%;
}

/** Main slider CSS **/
.slider-checkbox {
  --padding: 2px;
  --radius: 5px;
  --height: 20px;
  --width: 100px;
  --buttonWidth: calc(var(--width) / 2);
  --buttonPadding: calc(var(--padding) * 2);
  --on-color-bg: #22dd55;
  --off-color-bg: lightgray;
  --on-color-fg: dimgrey;
  --off-color-fg: var(--on-color-fg);
  position: relative;
  margin: 0 auto 0.5rem auto;
}
@media only screen and (max-width: 800px) {
  .slider-checkbox {
    flex-direction: row;
    width: 90%;
  }
}
.slider-checkbox input {
  display: none;
}
.slider-checkbox input:checked + label:after {
  left: calc(50% + var(--buttonWidth));
  background: var(--on-color-fg);
}
.slider-checkbox input:checked + label:before {
  background: var(--on-color-bg);
}
.slider-checkbox label {
  cursor: pointer;
}
.slider-checkbox label:hover {
  color: #888;
}
.slider-checkbox label:before,
.slider-checkbox label:after {
  position: absolute;
  display: inline-block;
  content: "";
  left: calc(50% - var(--padding));
  border-radius: var(--radius);
  color: white;
}
.slider-checkbox label:before {
  background: var(--off-color-bg);
  width: var(--width);
  z-index: 1;
  height: var(--height);
  transition: all 250ms;
}
.slider-checkbox label:after {
  width: calc(var(--buttonWidth) - var(--buttonPadding));
  background: var(--off-color-fg);
  z-index: 2;
  transition: all 200ms;
  height: calc(var(--height) - var(--padding) * 2);
  top: var(--padding);
  left: calc(50% + var(--padding));
  text-align: center;
  font-size: 11px;
}
.slider-checkbox.with-labels label:after {
  content: "No";
}
.slider-checkbox.with-labels input:checked + label:after {
  content: "Yes";
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

table.theme-2020 th,
table.theme-2020 td {
  text-align: center;
  font-weight: normal;
}
table.theme-2020 thead {
  border-bottom: none;
}
table.theme-2020 thead tr {
  border-bottom: 1px solid;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: none;
}

table.interactive tbody > tr:hover,
table.dataTable.interactive tbody > tr:hover {
  background-color: #e5e5e5;
}
table.background-red > tbody > tr:nth-child(odd),
table.dataTable.background-red > tbody > tr:nth-child(odd) {
  background-color: #efd5cd;
}
table.background-red > tbody > tr.interactive:hover,
table.dataTable.background-red > tbody > tr.interactive:hover {
  background-color: #e3b5a6;
}
table.background-blue > tbody > tr:nth-child(odd),
table.dataTable.background-blue > tbody > tr:nth-child(odd) {
  background-color: #c9d7ef;
}
table.background-blue > tbody > tr.interactive:hover,
table.dataTable.background-blue > tbody > tr.interactive:hover {
  background-color: #a2bae3;
}
table.background-yellow > tbody > tr:nth-child(odd),
table.dataTable.background-yellow > tbody > tr:nth-child(odd) {
  background-color: #efd4b1;
}
table.background-yellow > tbody > tr.interactive:hover,
table.dataTable.background-yellow > tbody > tr.interactive:hover {
  background-color: #e6bd87;
}
table.background-green > tbody > tr:nth-child(odd),
table.dataTable.background-green > tbody > tr:nth-child(odd) {
  background-color: #cfefcc;
}
table.background-green > tbody > tr.interactive:hover,
table.dataTable.background-green > tbody > tr.interactive:hover {
  background-color: #aae3a5;
}
table thead,
table.dataTable thead {
  border-bottom: 2px solid #343234;
}
table thead tr th,
table.dataTable thead tr th {
  padding-bottom: 4px;
}
table tbody tr,
table tbody,
table tfoot,
table thead,
table.dataTable tbody tr,
table.dataTable tbody,
table.dataTable tfoot,
table.dataTable thead {
  background-color: transparent;
}
table tbody tr:nth-child(odd),
table.dataTable tbody tr:nth-child(odd) {
  background-color: #ededed;
}
table tbody tr.interactive:hover,
table.dataTable tbody tr.interactive:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}
table tbody tr td,
table.dataTable tbody tr td {
  border: solid #f2f2f2;
  border-width: 0 2px 0 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button a:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button button:hover {
  background: transparent;
  border: none;
  text-decoration: underline;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: transparent;
  border: none;
  font-weight: bold;
}

.tabs-content,
.tabs-panel,
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"],
.tabs-title > a:hover {
  background-color: #f2f2f2;
}

.tabs {
  background-color: #e5e5e5;
}

.ls-tabs {
  position: relative;
}
.ls-tabs .ls-tabs-menu {
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
}
.ls-tabs .ls-tabs-menu li {
  display: inline-block;
  padding: 10px 20px 35px 15px;
  background-color: #f2f2f2;
  border-radius: 10px 10px 0 0;
  cursor: default;
  transition: background-color 250ms;
}
.ls-tabs .ls-tabs-menu li.is-active {
  background-color: #e5e5e5;
}
.ls-tabs .ls-tabs-menu li:hover:not(.is-active) {
  background-color: #e5e5e5;
}
.ls-tabs .ls-tabs-menu li:hover {
  color: black;
}
.ls-tabs .ls-tabs-content {
  z-index: 2;
  top: 50px;
  background-color: #e5e5e5;
  padding: 15px 25px 0;
  margin-bottom: 25px;
  box-shadow: -5px 11px 2px 4px #ccc;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms;
}
.ls-tabs .ls-tabs-content.is-active {
  opacity: 1;
  pointer-events: all;
}

.tag {
  border-radius: 15px;
  padding: 3px 10px;
  cursor: default;
  margin: 5px;
  display: inline-block;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tag.focused {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
}
.tag.blacklisted {
  display: none;
}
.tag input {
  display: none;
}

.all-tags-wrapper {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 20px;
  max-height: 300px;
  overflow-y: scroll;
}
.all-tags-wrapper .available h4,
.all-tags-wrapper .added h4 {
  width: 100%;
}
.all-tags-wrapper .available .tags,
.all-tags-wrapper .added .tags {
  display: flex;
  flex-flow: wrap;
  align-content: baseline;
}
.all-tags-wrapper .added .tag:after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f056";
  padding-left: 10px;
}
.all-tags-wrapper .available .tag:after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f055";
  padding-left: 10px;
}

.all-tags-wrapper.missing-required,
.tags.missing-required {
  background-color: salmon;
}

.tippy-content a {
  color: white;
  text-decoration: underline;
}
.tippy-content a:hover {
  text-decoration: none;
}

.tippy-tooltip.bordered-theme {
  border: 1px solid white;
}

.tippy-tooltip.context-menu-theme {
  padding: 0;
}
.tippy-tooltip.context-menu-theme .tippy-backdrop {
  margin: -10px -20px -30px 2px;
}
.tippy-tooltip.context-menu-theme[x-placement^="bottom"] .tippy-backdrop {
  border-radius: 10px !important;
}
.tippy-tooltip.context-menu-theme .tippy-content a {
  text-decoration: none;
  cursor: default;
}
.tippy-tooltip.context-menu-theme .tippy-content ul {
  margin: 0;
}
.tippy-tooltip.context-menu-theme .tippy-content ul li {
  background: #333;
  list-style: none;
  padding: 5px 10px;
}
.tippy-tooltip.context-menu-theme .tippy-content ul li:hover {
  background-color: #5f5f5f;
  cursor: default;
}
.tippy-tooltip.context-menu-theme .tippy-content ul li:hover.warning {
  background-color: #cc730d;
}
.tippy-tooltip.context-menu-theme .tippy-content ul li:hover.danger {
  background-color: #cc4f5c;
}

.title-charges {
  cursor: default;
  padding: 10px;
}
.title-charges:hover:not(.expanded) {
  background-color: #5f5f5f;
}
.title-charges.expanded .charges-info {
  display: block;
}
.title-charges.expanded .expand-icon {
  transform: rotate(-90deg);
}
.title-charges .charges-info {
  display: none;
  padding-top: 10px;
}
.title-charges .charges-info li.has-details {
  line-height: 1.5rem;
  text-decoration: underline;
  cursor: pointer;
}
.title-charges .expand-icon {
  transition: all 500ms;
  font-size: 18px;
  margin-top: 2px;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

.tooltip-wrapper {
  position: relative;
  cursor: default;
}
.tooltip-wrapper:hover > .tooltip-content {
  opacity: 1;
}
.tooltip-wrapper.underline {
  text-decoration: underline;
}

.tooltip-content {
  font-size: 16px;
  position: absolute;
  z-index: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  opacity: 0;
  transition: opacity 0.2s;
  border: 1px solid #343234;
  background: #e5e5e5;
  color: #343234;
  padding: 5px 10px;
  text-align: left;
  max-width: 500px;
  font-weight: normal;
  box-shadow: black 2px 2px 4px;
  left: 0;
  pointer-events: none;
  line-height: 20px;
}
.tooltip-content.visible {
  opacity: 1;
}
.tooltip-content.anchor-right {
  right: 0;
  left: auto;
}
.tooltip-content.anchor-top {
  top: 0;
}
.tooltip-content.with-close {
  pointer-events: all;
}
.tooltip-content.with-close .contents {
  float: left;
  width: calc(100% - 20px);
}
.tooltip-content.with-close .tooltip-close-button {
  float: right;
  width: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.tooltip-content.with-close .tooltip-close-button:before {
  content: "\f00d";
}

.mc-mouse-tooltip .tooltip-content {
  position: fixed;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

.validation-error {
  display: none;
  background-color: #9e1d30;
  color: #f2f2f2;
  padding: 5px 10px;
}
.validation-error.show {
  display: inline;
}

main.home {
  display: grid;
  grid-template-rows: 200px 1fr;
  margin: 0;
}

#logo-wrapper {
  text-align: center;
  font-size: 3em;
  text-transform: uppercase;
  height: 160px;
}
#logo-wrapper img {
  max-width: 500px;
  margin-top: 36px;
}
#logo-wrapper p {
  margin-top: 0.2em;
}

#bars-wrapper {
  height: calc(100vh - 250px);
}
#bars-wrapper .menu-bar {
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
#bars-wrapper .menu-bar:hover {
  height: calc(100vh - 210px) !important;
}
#bars-wrapper .menu-bar .menu-bar-inner:hover > .sub-menu-bar,
#bars-wrapper .menu-bar .menu-bar-inner .sub-menu-bar.always-visible {
  opacity: 1;
  overflow: visible;
}
#bars-wrapper .menu-bar .menu-bar-inner .sub-menu-bar {
  opacity: 0;
  overflow: hidden;
  transition: all 1s;
}
@media (max-width: 1000px) {
  #bars-wrapper .menu-bar {
    height: calc(50% - 5px);
    width: calc(50% - 5px);
  }
  #bars-wrapper .menu-bar:nth-of-type(even) {
    right: 0;
    left: auto !important;
  }
  #bars-wrapper .menu-bar:nth-of-type(odd) {
    left: 0 !important;
  }
  #bars-wrapper .menu-bar:nth-of-type(1),
  #bars-wrapper .menu-bar:nth-of-type(2) {
    top: 0;
  }
  #bars-wrapper .menu-bar .menu-bar-inner {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  #bars-wrapper .menu-bar .menu-bar-inner i {
    font-size: 50px;
  }
}

main.district-autoUpdateStatuses .sortable-ghost {
  background-color: #cacaca;
}
main.district-autoUpdateStatuses tr.scrape-enabled:hover {
  filter: brightness(120%);
}
main.district-autoUpdateStatuses tr.outdated {
  background-color: #cc4f5c;
  color: #fff;
}
main.district-autoUpdateStatuses tr.new-district {
  background-color: #598096;
  color: #fff;
}
main.district-autoUpdateStatuses tr select,
main.district-autoUpdateStatuses tr input {
  width: auto;
  margin-bottom: 0;
}

main.district-checklist .checklist-item i.status {
  margin-right: 10px;
}
main.district-checklist .checklist-item i.fix {
  margin-left: 20px;
}
main.district-checklist .checklist-item.valid i.status {
  color: green;
}
main.district-checklist .checklist-item.valid i.status:before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  content: "\f058";
}
main.district-checklist .checklist-item.invalid i.status {
  color: red;
}
main.district-checklist .checklist-item.invalid i.status:before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  content: "\f057";
}

main.district-management button {
  width: 20%;
}
main.district-management .management-option {
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
}
main.district-management .management-option:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0px;
}
main.district-management .management-option a {
  color: #598096;
}
main.district-management .management-option a:hover {
  color: #7599ad;
}
main.district-management .management-option p {
  margin-bottom: 5px;
}
main.district-management .management-option .import-status.ok:before {
  content: "Imported";
}
main.district-management .management-option .import-status.error:before {
  content: "Not Imported";
}
main.district-management .management-option .titles-status.ok:before {
  content: "No titles on landstack (either already processed, or never existed)";
}
main.district-management .management-option .titles-status.error:after {
  content: " titles still on ELSA";
}
main.district-management .management-option .status.ok {
  color: darkgreen;
}
main.district-management .management-option .status.error {
  color: darkred;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
}

main.district-show [type="search"] {
  border-color: #79af9f;
}
main.district-show section:last-of-type {
  margin-bottom: 0;
}
main.district-show #pie-chart,
main.district-show #district-map,
main.district-show #map-hover-overlay {
  width: 270px;
  height: 270px;
  max-height: 320px;
  max-width: 320px;
}
main.district-show #district-map-wrapper {
  float: left;
}
main.district-show #district-map-wrapper #district-map {
  position: relative;
}
main.district-show #district-map-wrapper #district-map #map-hover-overlay {
  cursor: pointer;
  z-index: 2;
  background: rgba(121, 175, 159, 0.2);
  opacity: 0;
  border: 1px solid #79af9f;
  position: absolute;
  border-radius: 100%;
  transition: opacity 300ms;
}
main.district-show #district-map-wrapper #district-map #map-hover-overlay:hover {
  opacity: 1;
}
main.district-show #district-map-wrapper #district-map .ol-viewport {
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}
main.district-show #pie-chart {
  float: right;
}
main.district-show #district-plan h4 {
  text-align: center;
}
main.district-show #district-plan .plan {
  text-align: center;
  font-size: 30px;
  border-radius: 50px;
  border: 1px solid #79af9f;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0 20px;
}
main.district-show .timeline {
  padding-bottom: 90px;
  /**
   * Source https://codepen.io/ablewhite/pen/wKdQZq
   */
}
main.district-show .timeline .progress-tracker {
  padding-left: 120px;
  width: 100%;
}
main.district-show .timeline .progress-tracker li {
  counter-increment: steps;
  display: inline-block;
  position: relative;
  width: 14.2857142857%;
  margin-right: -0.375em;
}
main.district-show .timeline .progress-tracker li:nth-of-type(odd) span {
  top: 50px;
}
main.district-show .timeline .progress-tracker li:last-of-type {
  border-bottom: none !important;
  width: 0;
}
main.district-show .timeline .progress-tracker li:last-child {
  border-bottom: none;
}
main.district-show .timeline .progress-tracker li:after {
  border-radius: 50%;
  color: transparent;
  background: #343234;
  content: counter(steps);
  font-weight: bold;
  display: block;
  position: absolute;
  text-align: center;
  width: 10px;
  left: -6px;
  bottom: -7px;
  height: 10px;
}
main.district-show .timeline .progress-tracker li span {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 150px;
  left: -75px;
  overflow: hidden;
}
main.district-show .timeline .progress-tracker li.completed {
  border-bottom: 2px solid #598096;
}
main.district-show .timeline .progress-tracker li.current {
  border-bottom: 2px dotted #598096;
}
main.district-show .timeline .progress-tracker li.completed:after,
main.district-show .timeline .progress-tracker li.current:after {
  background: #598096;
  border: 1px solid black;
}
main.district-show #stats {
  font-weight: bolder;
}
main.district-show #stats .stat-box {
  border: none;
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  position: relative;
}
main.district-show #stats .stat-box:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 2;
  top: 25%;
  width: 1px;
  height: 50%;
  background: #e5e5e5;
}
main.district-show #stats .stat-box:last-of-type:after {
  width: 0;
}
main.district-show #stats .stat-box p {
  line-height: 20px;
  margin-bottom: 10px;
}
main.district-show #stats .stat-box .stat-value {
  font-size: 50px;
  color: #598096;
  line-height: 50px;
  margin-bottom: 10px;
}
main.district-show #stats .stat-box .stat-value.no-top {
  margin-top: 20px;
}
main.district-show #stats .stat-box .units {
  color: #598096;
}
main.district-show #sites-list .fa-columns {
  margin: 20px 0 0 30px;
  font-size: 20px;
}

main.match-titles #navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: #333333;
  padding: 10px 20px 0 0;
}
main.match-titles #navigation ul {
  list-style: none;
}
main.match-titles #navigation a {
  color: #f2f2f2;
}
main.match-titles #navigation a:hover {
  color: #e5e5e5;
}
main.match-titles section {
  padding: 30px 0 20px;
  border-bottom: 2px solid black;
}
main.match-titles .map-results-wrapper {
  display: table;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 30px;
}
main.match-titles .map-results-wrapper.pending {
  background: lightsalmon;
}
main.match-titles .map-results-wrapper.processed {
  background: darkseagreen;
}
main.match-titles .map-results-wrapper .titles-list {
  float: left;
  width: 40%;
  height: 500px;
  overflow-y: scroll;
  cursor: default;
  margin-bottom: 20px;
}
main.match-titles .map-results-wrapper .titles-list .original-site {
  color: red;
}
main.match-titles .map-results-wrapper .titles-list .title-site {
  color: blue;
  cursor: pointer;
}
main.match-titles .map-results-wrapper .titles-list .title-site p:hover {
  text-decoration: underline;
}
main.match-titles .map-results-wrapper .titles-list .matched-site > label {
  color: green !important;
}
main.match-titles .map-results-wrapper .map {
  float: right;
  width: 60%;
  height: 500px;
  margin-bottom: 20px;
}
main.match-titles .map-results-wrapper .map .map-status {
  cursor: pointer;
}
main.match-titles .map-results-wrapper .map .map-status:hover {
  text-decoration: underline;
}

:root {
  --col-pri-blue: #6491a9;
  --col-pri-blue-light: #77a7c1;
  --inner-height-of-screen: 100vh;
}

@media screen and (max-width: 767px) {
  :root {
    --drag-bar-height: 20px;
    --drag-line-from-top-on-mobile: calc(
      (var(--inner-height-of-screen) - 70px) / 2 + var(--drag-bar-height)
    );
    --info-box-height-dynamic-mobile: calc(
      (var(--inner-height-of-screen) - 70px) - var(--drag-line-from-top-on-mobile)
    );
    overflow: hidden;
  }
}
main.site-show {
  --font-size-gt_xl: 15px;
  --font-size-lt_xl: 12px;
  color: white !important;
  background-color: #212121;
  margin: 0px 0px;
  --font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-family);
  font-size: var(--font-size-gt_xl);
  display: grid;
}
@media screen and (max-width: 350px) {
  main.site-show {
    --font-size-lt_xl: 10px;
  }
}
@media screen and (max-width: 2000px) {
  main.site-show {
    font-size: var(--font-size-lt_xl);
  }
}
main.site-show .ol-attribution {
  z-index: 900;
  background-color: transparent;
  width: 500px;
  position: absolute;
  left: 20px;
  bottom: 100px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  text-align: left;
  outline: none;
  padding: 5px 5px 5px 5px;
}
@media screen and (max-width: 767px) {
  main.site-show .ol-attribution {
    top: 60px;
    z-index: 2;
    bottom: unset;
  }
}
main.site-show .ol-attribution ul {
  display: none;
}
main.site-show .ol-attribution button {
  outline: none;
  width: 100%;
  background-color: #343234;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  main.site-show .ol-attribution button {
    height: 24px;
    font-size: var(--font-size-lt_xl);
  }
}
main.site-show .ol-attribution button span {
  float: left;
  padding-left: 5px;
}
main.site-show .ol-attribution.ol-collapsed {
  width: 26px;
  height: 26px;
  padding: 2px 2px 0px 0px;
  background-color: transparent;
}
main.site-show .ol-attribution.ol-collapsed button {
  display: flex;
  justify-content: center;
  align-items: center;
}
main.site-show .ol-attribution.ol-collapsed button span {
  float: none;
  padding-left: 0px;
}
main.site-show .planning-cb-items {
  position: absolute;
  margin-bottom: 20px;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.site-show .planning-cb-items {
    display: block;
  }
}
main.site-show .planning-cb-items .toggle-button {
  margin-right: calc(650px + 150px);
  margin-left: 270px;
  width: 400px;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main.site-show .planning-cb-items .toggle-button {
    margin-bottom: calc(var(--inner-height-of-screen) - 67.5px);
    width: 200px;
    margin-left: 20px;
  }
}
main.site-show .planning-cb-items .toggle-button .inner-shell {
  margin: 2px;
  padding: 2px;
  color: #212121;
  border-radius: 10px;
  width: 100%;
  pointer-events: all;
  cursor: default;
}
main.site-show .planning-cb-items .toggle-button .inner-shell:hover {
  color: #797979;
}
main.site-show .planning-cb-items .toggle-button .inner-shell.active {
  background-color: #cacaca;
}
main.site-show .planning-cb-items .toggle-button .inner-shell.active:hover {
  color: #212121;
}
main.site-show .planning-cb-items .toggle-button .inner-shell.disabled {
  color: #cc4f5c;
  outline: none;
}
main.site-show .planning-cb-items .toggle-button .inner-shell.disabled:hover {
  color: #cc4f5c;
}
main.site-show .planning-cb-items .planning-prompt {
  background-color: #212121;
  color: white;
  padding: 2px 30px 2px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: calc(650px + 150px);
  margin-left: 270px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.site-show .planning-cb-items .planning-prompt {
    display: none;
  }
}
@media screen and (max-width: 2000px) {
  main.site-show .planning-cb-items .planning-prompt,
  main.site-show .planning-cb-items .toggle-button {
    margin-right: calc(550px + 100px);
  }
}
@media screen and (max-width: 1700px) {
  main.site-show .planning-cb-items .planning-prompt,
  main.site-show .planning-cb-items .toggle-button {
    margin-right: 100px;
  }
}
main.site-show #map-tooltip {
  position: absolute;
  z-index: 3;
  background-color: #212121;
  color: white;
  padding: 5px 10px;
  max-width: 600px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main.site-show #map-tooltip br {
  margin-bottom: 10px;
}
main.site-show #tandc {
  position: absolute;
  left: 50px;
  bottom: 104px;
  z-index: 10;
  background: #343234;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 9px;
  color: white;
  display: block;
  height: 19px;
}
@media screen and (max-width: 767px) {
  main.site-show #tandc {
    height: 24px;
    top: 63px;
    padding: 3px;
    z-index: 2;
  }
}
main.site-show #tandc:hover {
  background-color: #4e4b4e;
}
main.site-show .sitesheet-button {
  cursor: default;
  background-color: #79af9f;
  color: #212121;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid black;
  width: 100%;
}
main.site-show .sitesheet-button.title {
  background-color: #cc4f5c;
  font-weight: bold;
  border-radius: 0px;
  border-color: white;
  color: white;
}
main.site-show .sitesheet-button.green {
  background-color: #79af9f;
  font-weight: bold;
  border-radius: 0px;
  border-color: white;
  color: white;
  margin: 20px 0px 20px 0px;
}
main.site-show .sitesheet-button.select {
  background-color: #cc4f5c;
  border-color: black;
}
main.site-show .sitesheet-button.application {
  background-color: #598096;
  border-color: black;
}
main.site-show .sitesheet-button:active {
  border: 1px solid #797979 !important;
  background-color: black;
  color: #797979 !important;
}
main.site-show .sitesheet-button:hover {
  border: 1px solid white;
  background-color: black !important;
  color: white;
}
main.site-show .sitesheet-button.highlighted {
  background-color: #2cab3b;
  font-weight: bold;
  border-radius: 0px;
  border-color: white;
  color: white;
  margin: 20px 0px 20px 0px;
}
main.site-show .sitesheet-button.highlighted:active {
  border: 1px solid white;
  background-color: #2cab3b;
  color: white;
}
main.site-show .title-prompt-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  z-index: 999;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
main.site-show .title-prompt-wrapper .action-prompt {
  background-color: #212121;
  color: white;
  padding: 2px 30px 2px 30px;
  z-index: 2000;
  margin-bottom: 20px;
  margin-right: 150px;
  margin-left: 270px;
  border-radius: 10px;
}
main.site-show .title-prompt-wrapper .action-prompt.title {
  margin-bottom: 10px;
}
main.site-show .title-prompt-wrapper .key-prompt {
  background-color: white;
  color: #343234;
  padding: 2px 30px 2px 30px;
  z-index: 2000;
  margin-bottom: 20px;
  border-radius: 10px;
  margin-right: 150px;
  margin-left: 270px;
  display: flex;
  justify-content: space-evenly;
}
main.site-show .title-prompt-wrapper .key-prompt .key {
  flex-grow: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px 10px 0px 10px;
}
main.site-show .title-prompt-wrapper .key-prompt .key .colour {
  height: 20px;
  width: 20px;
  border-radius: 3px;
}
main.site-show .title-prompt-wrapper .key-prompt .key .colour.red-polygon {
  background-color: #cc4f5c;
}
main.site-show .title-prompt-wrapper .key-prompt .key .colour.green-polygon {
  background-color: #00f400;
}
main.site-show .title-prompt-wrapper .key-prompt .key .colour.blue-polygon {
  background-color: #76e4f4;
}
main.site-show .title-prompt-wrapper .key-prompt .key .colour-text {
  margin-left: 10px;
}
@media screen and (max-width: 2000px) {
  main.site-show .title-prompt-wrapper .title-prompt-wrapper {
    margin-right: 100px;
  }
  main.site-show .title-prompt-wrapper .key-prompt {
    margin-right: 120px;
    margin-left: 290px;
  }
}
@media screen and (max-width: 767px) {
  main.site-show .title-prompt-wrapper {
    display: none;
  }
}
main.site-show .site-headers {
  position: absolute;
  display: grid;
  grid-auto-flow: column;
  left: 20px;
  top: calc(50px + 20px);
  z-index: 2;
  max-width: calc(100vw - 650px - 150px - 100px);
  color: #212121;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 2000px) {
  main.site-show .site-headers {
    max-width: calc(100vw - 550px - 100px - 100px);
  }
}
@media screen and (max-width: 767px) {
  main.site-show .site-headers {
    top: 10px;
    right: 10px;
    max-width: 100vw;
  }
}
main.site-show .site-headers .header-info {
  background-color: white;
  border-radius: 30px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-gt_xl);
  height: auto;
}
@media screen and (max-width: 2000px) {
  main.site-show .site-headers .header-info {
    font-size: var(--font-size-lt_xl);
  }
}
@media screen and (max-width: 767px) {
  main.site-show .site-headers .header-info {
    padding: 3px 10px;
    min-width: 80px;
    justify-self: start;
  }
}
main.site-show .site-headers .header-info .address-and-site-num {
  font-weight: bold;
  text-align: center;
  max-height: 350px;
  justify-content: center;
  align-items: center;
  overflow: auto;
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
}
@media screen and (max-width: 767px) {
  main.site-show .site-headers .header-info .address-and-site-num {
    font-weight: normal;
    grid-column-gap: 0px;
  }
}
main.site-show .site-headers .header-info .address-and-site-num .site-address-and-title {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 5px;
  outline: none;
}
main.site-show
  .site-headers
  .header-info
  .address-and-site-num
  .site-address-and-title
  > span.title-and-start-of-address {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  main.site-show
    .site-headers
    .header-info
    .address-and-site-num
    .site-address-and-title
    > span.title-and-start-of-address {
    max-width: 250px;
  }
}
@media screen and (max-width: 350px) {
  main.site-show
    .site-headers
    .header-info
    .address-and-site-num
    .site-address-and-title
    > span.title-and-start-of-address {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  main.site-show
    .site-headers
    .header-info
    .address-and-site-num
    .site-address-and-title
    > span
    .start-of-address,
  main.site-show
    .site-headers
    .header-info
    .address-and-site-num
    .site-address-and-title
    > span.end-of-address,
  main.site-show
    .site-headers
    .header-info
    .address-and-site-num
    .site-address-and-title
    > span
    .address-join {
    display: none;
  }
  main.site-show .site-headers .header-info .address-and-site-num #site-category {
    display: none;
  }
}
main.site-show .site-headers .header-info .local-authority {
  font-size: var(--font-size-gt_xl);
  color: dimgrey;
}
@media screen and (max-width: 2000px) {
  main.site-show .site-headers .header-info .local-authority {
    font-size: var(--font-size-lt_xl);
  }
}
@media screen and (max-width: 767px) {
  main.site-show .site-headers .header-info .local-authority {
    display: none;
  }
}
main.site-show .site-headers .stat-icons {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  main.site-show .site-headers .stat-icons {
    -moz-column-gap: 0px;
    column-gap: 0px;
    grid-auto-flow: row;
    row-gap: 20px;
    position: absolute;
    right: 8px;
    top: 52px;
  }
}
main.site-show .site-headers .stat-icons .stat-icon {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 84px;
  width: 84px;
  cursor: default;
  border-radius: 42px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main.site-show .site-headers .stat-icons .stat-icon {
    height: 45px;
    width: 45px;
    line-height: 12px;
  }
  main.site-show .site-headers .stat-icons .stat-icon:not(.mobile-icon) {
    display: none;
  }
}
main.site-show .site-headers .stat-icons .stat-icon:focus {
  outline: none;
}
main.site-show .site-headers .stat-icons .stat-icon .stat-icon-inner {
  font-weight: bold;
}
main.site-show .site-headers .stat-icons .stat-icon .stat-icon-inner.unconfirmed:after {
  content: "*";
}
main.site-show .site-headers .stat-icons .stat-icon.share,
main.site-show .site-headers .stat-icons .stat-icon.pdf {
  transition: background-color 200ms;
  cursor: default;
}
main.site-show .site-headers .stat-icons .stat-icon.share:hover,
main.site-show .site-headers .stat-icons .stat-icon.pdf:hover {
  background-color: lightgray;
}
main.site-show .site-headers .stat-icons .stat-icon.share i,
main.site-show .site-headers .stat-icons .stat-icon.pdf i {
  font-size: 20px;
}
main.site-show .site-headers .stat-icons #mob-basemap-tog-icon {
  z-index: 2;
  background-color: transparent;
  color: white;
  height: auto;
  width: auto;
  padding-bottom: 8px;
}
@media screen and (min-width: 767px) {
  main.site-show .site-headers .stat-icons #mob-basemap-tog-icon {
    display: none;
  }
}
main.site-show .site-headers .stat-icons #mob-basemap-tog-icon i {
  font-size: 27px;
}
main.site-show .site-headers .stat-icons .small-icons {
  display: flex;
  flex-direction: column;
  height: 84px;
  width: 84px;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  main.site-show .site-headers .stat-icons .small-icons {
    display: none;
  }
}
main.site-show .site-headers .stat-icons .small-icons .fa-star {
  color: gold;
  margin-left: 20px;
  background-color: transparent;
  width: 25px;
  font-size: 25px;
  outline: none;
}
main.site-show .site-headers .stat-icons .small-icons .bell-notification {
  color: black;
  margin: 10px 0px 10px 20px;
  background-color: transparent;
  width: 25px;
  font-size: 25px;
  outline: none;
}
main.site-show .site-headers #site-menu {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
main.site-show .site-headers #site-menu #hamburger {
  fill: white;
}
main.site-show .site-headers #mobile-hamburger-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  main.site-show .site-headers #mobile-hamburger-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
main.site-show #bottom .client-logo-small {
  max-width: 300px;
  max-height: 150px;
  right: 210px;
  position: absolute;
  top: 60px;
  z-index: 2;
}
@media screen and (max-width: 2000px) {
  main.site-show #bottom .client-logo-small {
    right: 160px;
  }
}
@media screen and (max-width: 767px) {
  main.site-show #bottom .client-logo-small {
    max-width: 120px;
    max-height: 60px;
    right: 100px;
    top: 20px;
  }
}
main.site-show #bottom .map-wrapper {
  position: relative;
}
main.site-show #bottom .map-wrapper .icon {
  position: absolute;
  z-index: 1;
  font-size: 30px;
  top: 10px;
  color: #fff;
}
main.site-show #bottom .map-wrapper .icon.ls-icon-bell {
  left: 50px;
}
main.site-show #bottom .map-wrapper .icon.elsa-icon-maps {
  left: 90px;
  top: 2px;
}
main.site-show #bottom .map-wrapper #toggle-site-pins-icon.toggled {
  color: #fdbf61;
}
main.site-show #bottom .map-wrapper #map {
  width: calc(100vw - 150px);
  height: calc(var(--inner-height-of-screen) - 50px);
  float: left;
  background-color: #212121;
}
main.site-show #bottom .map-wrapper #map.unavailable {
  display: table;
}
main.site-show #bottom .map-wrapper #map p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 40px;
  font-style: italic;
  color: black;
}
@media screen and (max-width: 2000px) {
  main.site-show #bottom .map-wrapper #map {
    width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 767px) {
  main.site-show #bottom .map-wrapper #map {
    height: calc(var(--inner-height-of-screen) - 70px);
    width: 100vw;
  }
}
main.site-show #bottom #info-boxes-wrapper {
  position: relative;
  width: calc(100vw - 150px);
  z-index: 5;
}
@media screen and (max-width: 2000px) {
  main.site-show #bottom #info-boxes-wrapper {
    width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper {
    width: 100vw;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper {
  position: absolute;
  width: 100%;
  height: calc(var(--inner-height-of-screen) - 50px);
  pointer-events: none;
}
@media screen and (max-width: 1700px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper {
    height: calc(var(--inner-height-of-screen) - 50px - 104px);
  }
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper {
    height: calc(var(--inner-height-of-screen) - 70px);
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .htmlGeneratorWrapper {
  display: flex;
  flex-direction: row;
  padding: 10px 0 10px 0;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .htmlGeneratorWrapper .innerWrapper {
  display: flex;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper.half {
  width: 50%;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper.full {
  width: 100%;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper.padding-right {
  padding-right: 5px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper.padding-left {
  padding-left: 5px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper
  .content {
  width: 50%;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper
  .content.full {
  width: 100%;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper
  .content.padding-left {
  padding-left: 10px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper
  .content.link {
  text-decoration: underline;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper
  .content.link:hover {
  color: #797979;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper
  .content.RM {
  margin-top: 5px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper
  .content.notes-overflow {
  max-height: 200px;
  overflow: auto;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper
  .title {
  font-weight: bold;
  width: 50%;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper
  .title.line-underneath {
  text-decoration: underline;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .htmlGeneratorWrapper
  .innerWrapper
  .title.main {
  width: 80%;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box::-webkit-scrollbar-thumb,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .notes-overflow::-webkit-scrollbar-thumb,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .slider-wrapper::-webkit-scrollbar-thumb {
  background-color: white !important;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper {
    scrollbar-width: thin;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box {
  scrollbar-color: white;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  transition: all 0.3s;
  pointer-events: all;
  padding: 0;
  max-height: 100%;
  min-height: calc((var(--inner-height-of-screen) - 50px) / 4);
  border: solid;
  border-width: 5px 0 5px 5px;
  border-radius: 20px 0 0 20px;
  background-color: #212121;
  display: none;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box {
    transition: all 0s;
    top: var(--drag-line-from-top-on-mobile);
    min-height: 50px;
    max-height: calc(var(--inner-height-of-screen) - 70px) !important;
    height: var(--info-box-height-dynamic-mobile) !important;
    width: 100%;
    border-color: #212121 !important;
    border-radius: 0 !important;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box table,
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box tr,
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box td,
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box tbody {
  background-color: #212121;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .heading {
  border-bottom: 1px solid;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .heading {
    border-bottom: none;
  }
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .heading span {
    display: none;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .heading i {
  float: right;
  padding: 4px 0px 0 5px;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .heading i {
    font-size: 20px;
    padding: 0px 10px;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.active {
  width: 650px;
  padding: 30px 30px;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 2000px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.active {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.active {
    width: 100vw;
    padding: 10px 10px;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .spacing {
  margin: 30px 0px 30px 0px !important;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .header-tags {
  margin-top: 5px;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .injected-html-overrides,
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .injected-html-overrides * {
  background-color: transparent !important;
  color: white !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .injected-html-overrides b,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box
  .injected-html-overrides
  strong,
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .injected-html-overrides * b,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box
  .injected-html-overrides
  *
  strong {
  font-weight: bold !important;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .injected-html-overrides i,
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .injected-html-overrides em,
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .injected-html-overrides * i,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box
  .injected-html-overrides
  *
  em {
  font-style: italic !important;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .site-separator {
  margin-top: 30px;
  margin-bottom: 30px;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .site-separator div {
  border-bottom: 0.5px solid white;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .site-separator-dashed {
  margin-top: 30px;
  margin-bottom: 30px;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .site-separator-dashed div {
  border-bottom: 0.5px dashed white;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .slider-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .slider-wrapper {
    overflow-y: scroll;
    max-height: 100%;
  }
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box
  .slider-wrapper
  .selected-site-content-inner,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box
  .slider-wrapper
  .third-content-layer-inner,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box
  .slider-wrapper
  .rm-selected-content-inner {
  width: calc(650px - 72px);
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box
  .slider-wrapper
  .content-wrapper {
  overflow-x: hidden;
  width: calc(650px - 72px);
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box
  .slider-wrapper
  .content-wrapper.showing-info {
  display: none;
}
@media screen and (max-width: 2000px) {
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box
    .slider-wrapper
    .content-wrapper,
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box
    .slider-wrapper
    .selected-site-content-inner,
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box
    .slider-wrapper
    .third-content-layer-inner,
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box
    .slider-wrapper
    .rm-selected-content-inner {
    width: calc(550px - 72px);
  }
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box
    .slider-wrapper
    .content-wrapper,
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box
    .slider-wrapper
    .selected-site-content-inner,
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box
    .slider-wrapper
    .third-content-layer-inner,
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box
    .slider-wrapper
    .rm-selected-content-inner {
    width: 100%;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.all-planning {
  border-color: #cc4f5c;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.all-planning {
    overflow-y: hidden;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.all-planning .heading {
  border-color: #cc4f5c;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.applications {
  border-color: #598096;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.applications {
    overflow-y: hidden;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.applications .heading {
  border-color: #598096;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.shlaa_planning_notes {
  border-color: #fdbf61;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.shlaa_planning_notes {
    overflow-y: hidden;
  }
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.shlaa_planning_notes
  .heading {
  border-color: #fdbf61;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.allocation_notes {
  border-color: #a17bb7;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.allocation_notes {
    overflow-y: hidden;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.allocation_notes .heading {
  border-color: #a17bb7;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.constraints {
  border-color: #fdbf61;
  max-height: calc(var(--inner-height-of-screen) - 50px);
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.constraints .block,
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.constraints .heading {
  border-color: #fdbf61;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-content {
  width: 100%;
  display: grid;
  grid-template-columns: 100% 100%;
  overflow-x: hidden;
  transition:
    margin-left 0.5s,
    overflow-x 0.5s;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-content.showing-info {
  margin-left: -100%;
  overflow-x: visible;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-content
  a {
  color: white;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-content
  > div {
  width: 100%;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-labels {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-labels
  .spacer {
  height: 0;
  flex-basis: 100%;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-labels
  .legend-wrapper {
  margin-bottom: 10px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-labels
  .legend-wrapper.failed
  label {
  border-color: red !important;
  color: red !important;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-labels
  .legend-wrapper.failed
  label:after {
  content: "\f00d" !important;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-labels
  .legend-wrapper
  label {
  border: 1px solid;
  padding: 2px 10px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-labels
  .legend-wrapper
  label:after {
  padding-left: 8px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-labels
  .legend-wrapper
  label
  span {
  font-size: var(--font-size-gt_xl);
  color: white !important;
}
@media screen and (max-width: 2000px) {
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box.constraints
    #constraints-labels
    .legend-wrapper
    label
    span {
    font-size: var(--font-size-lt_xl);
  }
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.constraints
  #constraints-labels
  .legend-wrapper
  input {
  margin: 0;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.constraints {
    max-height: var(--inner-height-of-screen);
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.titles {
  max-height: calc(var(--inner-height-of-screen) - 50px - 104px);
  border-color: #79af9f;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.titles a {
  color: white;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.titles .heading {
  border-color: #79af9f;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.titles .controls {
  float: right;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.titles .item {
  margin: 15px 0px 0px 0px;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.titles .contact {
  cursor: default;
  width: 100%;
  margin: 15px 0px 0px 0px;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.titles .contact i {
  color: white;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.titles .contact i:hover {
  color: #929292;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.titles {
    max-height: calc(var(--inner-height-of-screen) - 104px);
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp {
  border-color: #598096;
  max-height: calc(var(--inner-height-of-screen) - 50px);
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp .hp-blue {
  color: #598096;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp .clicked-on {
  width: calc(650px - 32px);
}
@media screen and (max-width: 2000px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp .clicked-on {
    width: 550px;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp .disabled {
  color: #cc4f5c;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp .warning {
  margin: 20px 0px;
  color: #cc4f5c;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp #resultsCnt {
  font-weight: bold;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp #seeSearchArea {
  background-color: #598096;
  margin: 15px 0px 15px 0px;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp #seeSearchArea:hover {
  background-color: black;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp p {
  font-weight: bold;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp p.small-print {
  font-style: italic;
  font-weight: normal;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp .block,
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp .heading {
  border-color: #598096;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp #avResults #hpAverages {
  display: flex;
  flex-direction: row;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.hp
  #avResults
  #hpAverages
  .col {
  width: 25%;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.hp
  #avResults
  #hpAverages
  .col
  p {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box.hp
    #avResults
    #hpAverages
    .col
    p {
    padding-left: 0;
  }
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.hp
  #avResults
  #hpAverages
  .col
  p
  span {
  padding-left: 10px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.hp
  #avResults
  #hpAverages
  .col
  p
  span.sqft-suffix::before {
  content: "/sqft";
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-boxes-wrapper
    .info-box-wrapper
    .info-box.hp
    #avResults
    #hpAverages
    .col
    p
    span.sqft-suffix::before {
    content: none;
  }
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.hp
  #avResults
  #hpAverages
  .col.values
  p {
  font-weight: normal;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp #hpOptions {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.hp {
    max-height: var(--inner-height-of-screen);
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.notes {
  border-color: #cc4f5c;
  max-height: calc(var(--inner-height-of-screen) - 50px);
  background-color: #212121;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.notes {
    max-height: var(--inner-height-of-screen);
  }
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.notes
  .wysiwyg-editor-wrapper {
  background-color: #212121;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.notes
  .wysiwyg-editor-wrapper
  .medium-editor-element {
  background-color: #212121;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.notes .heading {
  border-color: white;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.notes .heading {
    display: block;
  }
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info * {
  color: white;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info h1 {
  font-size: 1.3rem;
  text-transform: none;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info label {
  margin-left: 0;
  line-height: 1.5;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info input,
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info select {
  background-color: #212121;
  color: lightgray;
  border-radius: 20px;
  font-size: 14px;
  padding: 0 13px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  input[disabled],
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  select[disabled] {
  background-color: #575757;
  border: none;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info select {
  background-position: right 0 center;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info section {
  margin-bottom: 20px;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info section a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section.columned {
  display: grid;
  grid-template-columns: minmax(100px, 50%) minmax(100px, 50%);
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section.sales-process
  .choices {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-min-content;
  grid-template-columns: max-content min-content;
  width: 100%;
  justify-content: space-between;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .medium-editor-element,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .description,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .notes,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  textarea {
  border: 1px solid lightgray;
  padding: 5px 8px;
  border-radius: 15px;
  background-color: transparent;
  font-size: 12px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .dropzone {
  background: transparent;
  border-radius: 5px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .preview-image-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 200px;
  grid-template-columns: minmax(200px, 50%) minmax(200px, 50%);
  -moz-column-gap: 10px;
  column-gap: 10px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .preview-image-wrapper
  > * {
  height: inherit;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .preview-image-wrapper
  .existing-preview-image {
  border-radius: 5px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .preview-image-wrapper
  .dz-message {
  margin: 0;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .preview-image-wrapper
  button {
  line-height: 1rem;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .uploaded-file {
  display: grid;
  grid-template-columns: auto -webkit-min-content;
  grid-template-columns: auto min-content;
  grid-column-gap: 10px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 2px 5px;
  transition: background-color 200ms;
  border-radius: 7px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .uploaded-file
  .file-url {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .uploaded-file.danger {
  background-color: darkred;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .uploaded-file.danger
  .delete-file {
  color: white;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  .uploaded-file
  .delete-file {
  color: red;
  cursor: pointer;
  transition: color 200ms;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  ul.contact-info
  li {
  display: flex;
  width: 100%;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  ul.contact-info
  li
  a,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  ul.contact-info
  li
  span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  section
  ul.contact-info
  i {
  padding-left: 0;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info .error {
  padding: 5px 10px;
  background: salmon;
  color: black;
  border-radius: 10px;
  margin: 10px 0;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info .notes {
  background-color: transparent;
  border: none;
  min-height: 300px;
  outline: none;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info .notes:after {
  font-style: normal;
  font-weight: bold;
  color: grey;
  line-height: 1;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info .notes h1 {
  font-size: 1.3rem;
  text-transform: none;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box.marketing-info .intro {
  font-weight: bold;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .private-share-wrapper {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content 1fr max-content max-content;
  -moz-column-gap: 20px;
  column-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .private-share-wrapper
  input {
  margin-bottom: 0;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .private-share-wrapper:not(:last-child)
  .add-private-share {
  display: none;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .private-share-wrapper:last-child
  .remove-private-share {
  display: none;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .private-share-wrapper
  .add-private-share,
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .private-share-wrapper
  .remove-private-share {
  font-size: 24px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .private-share-wrapper
  .add-private-share {
  color: darkgreen;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .private-share-wrapper
  .add-private-share:hover {
  color: #009700;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .private-share-wrapper
  .remove-private-share {
  color: darkred;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .private-share-wrapper
  .remove-private-share:hover {
  color: #be0000;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .submit-buttons {
  display: flex;
  justify-content: flex-end;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .submit-buttons
  .share-button {
  border: 1px solid white;
  color: black;
  border-radius: 15px;
  padding: 5px 20px;
  float: right;
  margin-bottom: 20px;
  cursor: default;
  background-color: transparent;
  transition: background-color 200ms;
  margin-left: 10px;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .submit-buttons
  .share-button[disabled] {
  cursor: not-allowed;
  background-color: #484848;
}
main.site-show
  #bottom
  #info-boxes-wrapper
  .info-box-wrapper
  .info-box.marketing-info
  .submit-buttons
  .share-button:not([disabled]):hover {
  background-color: #373737;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box a {
  font-weight: bold;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box a:hover {
  text-decoration: underline;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .fa {
  padding: 4px 5px 0 19px;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .fa.fa-question-circle {
  padding: 4px 5px 0 13px;
}
main.site-show #bottom #info-boxes-wrapper .info-box-wrapper .info-box .fa:hover {
  color: #666666;
}
main.site-show #bottom #titles-content #titles-inner-content {
  display: flex;
  flex-direction: column;
}
main.site-show #bottom #titles-content .clicked-on-title {
  border-radius: 10px;
  margin-top: 10px;
  padding: 5px 15px 15px 15px;
}
main.site-show #bottom #titles-content .clicked-on-title.highlighted-title {
  background-color: darkslategrey;
}
main.site-show #bottom #titles-content .clicked-on-title.private-title-with-no-client-added-info {
  border: 1px solid #cc4f5c;
}
main.site-show #bottom #titles-content .clicked-on-title.title-with-client-added-info {
  border: 1px solid #598096;
}
main.site-show #bottom #titles-content .clicked-on-title.company-owned-title {
  border: 1px solid #79af9f;
}
main.site-show #bottom #info-toggle-icons-wrapper {
  position: absolute;
  right: 0;
  height: calc(var(--inner-height-of-screen) - 50px);
}
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons {
  width: 150px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #212121;
}
@media screen and (max-width: 2000px) {
  main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons {
    flex-direction: row;
    justify-content: space-evenly;
    width: 100vw;
  }
}
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons.hp-on,
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons.applications-on {
  background-color: #598096;
}
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons.notes-on {
  background-color: #cc4f5c;
}
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons.titles-on {
  background-color: #79af9f;
}
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons.constraints-on,
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons.shlaa_planning_notes-on {
  background-color: #fdbf61;
}
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons.all-planning-on,
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons.planning-on {
  background-color: #cc4f5c;
}
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons.allocation_notes-on {
  background-color: #a17bb7;
}
main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons .icons-centering-wrapper {
  margin-top: auto;
  margin-bottom: auto;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  main.site-show #bottom #info-toggle-icons-wrapper #info-toggle-icons .icons-centering-wrapper {
    display: flex;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: default;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon {
  width: 100%;
  text-align: center;
  border: 3px solid transparent;
  padding-bottom: 1px;
  outline: none;
  --desktop-icon-size: 35px;
  --mobile-icon-size: 25px;
  font-size: var(--desktop-icon-size);
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon {
    padding: 0;
    width: 20vw;
    height: 70px;
    font-size: var(--mobile-icon-size);
  }
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.share {
    display: none;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon
  img {
  width: var(--desktop-icon-size);
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon
    img {
    width: var(--mobile-icon-size);
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon
  p {
  font-family: var(--font-family);
  font-size: var(--font-size-gt_xl);
  margin-bottom: 10px;
}
@media screen and (max-width: 2000px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon
    p {
    font-size: var(--font-size-lt_xl);
    margin-bottom: 0px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.planning-tab-mode-active {
  color: #212121 !important;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.planning-tab-mode-active
  img {
  filter: invert(0.85);
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.disabled {
  color: #5f5f5f !important;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.disabled
  img {
  filter: invert(0.6) !important;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.disabled:hover {
  background-color: transparent !important;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.disabled:hover
  img {
  filter: invert(0.6) !important;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.fas {
  padding-top: 17px;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.fas:hover,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.fas.active {
  color: #212121;
  background-color: #79af9f;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.fas
  p {
  padding-top: 2px;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.planning {
  color: white;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.planning {
    padding-top: 2px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.planning
  p {
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.planning
    p {
    padding-top: 3px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.planning:hover,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.planning.active {
  color: #212121;
  background-color: #cc4f5c;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.constraints {
  color: white;
  padding-top: 17px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.constraints {
    padding-top: 9px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.constraints
  p {
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.constraints
    p {
    padding-top: 8px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.constraints.active,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.constraints:hover {
  color: #212121;
  background-color: #fdbf61;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.titles {
  color: white;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.titles
  .titles-logo {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.titles
    .titles-logo {
    padding-top: 0px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.titles
  p {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.titles
    p {
    padding-top: 5px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.titles.active,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.titles:hover {
  background-color: #79af9f;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.titles.active
  p,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.titles:hover
  p {
  color: #212121;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.titles.active
  .titles-logo,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.titles:hover
  .titles-logo {
  filter: invert(0.85);
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.hp,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.marketing-info {
  color: white;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.hp,
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.marketing-info {
    padding-top: 9px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.hp
  p,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.marketing-info
  p {
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.hp
    p,
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.marketing-info
    p {
    padding-top: 8px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.hp:hover,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.hp.active,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.marketing-info:hover,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.marketing-info.active {
  color: #212121;
  background-color: #598096;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.marketing-info
  p {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.marketing-info
    p {
    padding-top: 2px;
  }
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.marketing-info {
    padding-top: 3px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.notes {
  color: white;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.notes {
    padding-top: 2px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.notes
  p {
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.notes
    p {
    padding-top: 3px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.notes:hover,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.notes.active {
  color: #212121;
  background-color: #cc4f5c;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.see-map {
  color: white;
  padding-top: 17px;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.see-map
  p {
  padding-top: 10px;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.see-map:hover {
  background-color: white;
  color: #212121;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.see-map {
    display: none;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.close-planning {
  color: white;
  padding-top: 7px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.close-planning {
    margin-top: 0px;
    padding-top: 4px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.close-planning:hover {
  background-color: white;
  color: #212121;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.all-planning {
  color: white;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.all-planning {
    padding-top: 3px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.all-planning
  p {
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.all-planning
    p {
    padding-top: 1px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.all-planning:hover,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.all-planning.active {
  color: #212121;
  background-color: #cc4f5c;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.applications {
  color: white;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.applications {
    padding-top: 1px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.applications
  p {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.applications
    p {
    padding-top: 3px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.applications.active,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.applications:hover {
  color: #212121;
  background-color: #598096;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.applications.active
  .applications-logo,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.applications:hover
  .applications-logo {
  filter: invert(0.85);
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.shlaa_planning_notes {
  color: white;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.shlaa_planning_notes {
    padding-top: 1px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.shlaa_planning_notes
  p {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.shlaa_planning_notes
    p {
    padding-top: 3px;
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.shlaa_planning_notes.active,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.shlaa_planning_notes:hover {
  color: #212121;
  background-color: #fdbf61;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.shlaa_planning_notes.active
  .shlaa_planning_notes-logo,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.shlaa_planning_notes:hover
  .shlaa_planning_notes-logo {
  filter: invert(0.85);
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.allocation_notes {
  color: white;
  padding-top: 1px;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.allocation_notes
  p {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.allocation_notes
    p {
    padding-top: 3.5px;
  }
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .info-toggle-icon.allocation_notes
    img {
    width: calc(var(--mobile-icon-size) + 3px);
  }
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.allocation_notes.active,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.allocation_notes:hover {
  color: #212121;
  background-color: #a17bb7;
}
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.allocation_notes.active
  .allocation_notes-logo,
main.site-show
  #bottom
  #info-toggle-icons-wrapper
  #info-toggle-icons
  .icons-centering-wrapper
  .info-toggle-icon-wrapper
  .info-toggle-icon.allocation_notes:hover
  .allocation_notes-logo {
  filter: invert(0.85);
}
@media screen and (max-width: 767px) {
  main.site-show
    #bottom
    #info-toggle-icons-wrapper
    #info-toggle-icons
    .icons-centering-wrapper
    .info-toggle-icon-wrapper
    .planning-title {
    display: none;
  }
  main.site-show #bottom #info-toggle-icons-wrapper {
    height: 70px;
    left: 0;
    bottom: 0;
    width: 100vw;
  }
}
main.site-show .drag-bar-wrapper {
  position: absolute;
  z-index: 200;
  height: 35px;
  top: calc(var(--drag-line-from-top-on-mobile) - var(--drag-bar-height));
  left: 0;
  width: 100%;
  background-color: #212121;
  border-radius: 10px 10px 0 0;
  padding-bottom: 10px;
  padding-top: 3px;
}
@media screen and (min-width: 767px) {
  main.site-show .drag-bar-wrapper {
    display: none !important;
  }
}
main.site-show .drag-bar-wrapper .drag-bar {
  width: 50px;
  height: 8px;
  background-color: #5f5f5f;
  border-radius: 20px;
  margin: auto;
}

/** Sitestack BaseMap Selector Specifics **/
.base-titles-selector.site-stack {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5000;
}
@media screen and (max-width: 767px) {
  .base-titles-selector.site-stack {
    position: unset;
    bottom: unset;
    left: unset;
    margin: auto;
    background-color: #212121;
    width: 100%;
    justify-content: space-evenly;
  }
  .base-titles-selector.site-stack .map-button {
    width: 100%;
    height: 80px;
  }
}

#mob-basemap-panel {
  border-top: solid white 2px;
}
#mob-basemap-panel #mob-exit-bm-toggler {
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}

/** Public/private popup **/
.share-private-or-public-popup .public-warning {
  height: 0;
  overflow: hidden;
  color: red;
}
.share-private-or-public-popup .public-warning.visible {
  height: auto;
}

.site-show-body #osm-attribution-btn {
  background: #343234;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 18.5px;
  border-radius: 20px;
  position: absolute;
  left: 20px;
  cursor: pointer;
  bottom: 105px;
  z-index: 2;
  color: white;
}
@media screen and (max-width: 767px) {
  .site-show-body #osm-attribution-btn {
    top: 62px;
    z-index: 2;
    bottom: unset;
    height: 24px;
  }
}
.site-show-body #osm-attribution-btn span {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .site-show-body #osmPrint {
    left: unset;
    top: 0;
  }
  .site-show-body #loading-overlay-small {
    bottom: auto !important;
    right: 55px !important;
    left: auto !important;
    top: 250px !important;
    z-index: 1;
  }
}

#popup-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#popup-content .option-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
#popup-content .option-wrapper span {
  display: flex;
  align-items: center;
}
#popup-content .option-wrapper input[type="checkbox"] {
  margin: 0;
  width: 20px;
  height: 20px;
}
#popup-content .header {
  font-weight: bold;
}
#popup-content ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#popup-content .distance-slider {
  width: 80%;
  margin-left: 30px;
}
#popup-content .distance-slider label {
  text-align: start;
  display: flex;
  align-items: center;
}
#popup-content .distance-slider label input[type="number"] {
  background: transparent;
  border: none;
  color: white;
  margin: 0;
  width: 70px;
}
#popup-content .distance-slider label input[type="number"]:focus {
  box-shadow: none;
}
#popup-content .distance-slider label input[type="number"]:out-of-range {
  border: 1px solid red;
}
#popup-content .distance-slider input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  background-color: #424242;
  border-radius: 20px;
  height: 12px;
  cursor: pointer;
  margin-top: 12px;
}
#popup-content .distance-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #5d8aaa;
  cursor: ew-resize;
}
#popup-content .distance-slider input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: #5d8aaa;
  cursor: ew-resize;
}
#popup-content .distance-slider input[type="range"]::-moz-range-progress {
  border-radius: 20px;
  height: 100%;
  background-color: #5d8aaa;
}
#popup-content .distance-slider input[type="range"]::-webkit-progress-value {
  border-radius: 20px;
  height: 100%;
  background-color: #5d8aaa;
}
#popup-content .distance-slider datalist {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 12px;
  margin-top: -13px;
}
#popup-content .distance-slider datalist option {
  padding: 0;
  font-size: 12px;
}
#popup-content .distance-slider datalist option .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
}

.swal2-select {
  height: 3rem;
}

.swal2-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 20px;
}
.swal2-actions button[type="button"] {
  flex: 1;
  padding: 15px 0;
}
.swal2-actions .swal2-cancel {
  background: transparent;
  border: 1px solid gray;
}
.swal2-actions .swal2-confirm {
  border: none;
  background-color: #5d8aaa;
}

main.site-edit select.error {
  border: 3px solid #f00;
}
main.site-edit .status-wrapper.not-created {
  border-color: #f00 !important;
  background: salmon !important;
}
main.site-edit .status-wrapper.unsaved {
  border-color: orange;
  background: #ffe4ad;
}
main.site-edit section {
  padding-left: 0.9375rem;
}
main.site-edit section.primary {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
main.site-edit section.primary:last-of-type {
  padding-bottom: 0;
}
main.site-edit section.primary:first-of-type {
  padding-top: 0.5rem;
}
main.site-edit #applications-content {
  margin: -16px;
}
main.site-edit #applications-content > section {
  margin-bottom: 30px;
  padding-top: 10px;
}
main.site-edit #applications-content > section:first-of-type {
  padding-top: 20px;
}
main.site-edit #applications-content > section:nth-child(1n) > .block-panel {
  background-color: #b5c8d3;
}
main.site-edit #applications-content > section:nth-child(2n) > .block-panel {
  background-color: #b9d5cd;
}
main.site-edit #applications-content > section:nth-child(3n) > .block-panel {
  background-color: #fee8c6;
}
main.site-edit #applications-content > section:nth-child(4n) > .block-panel {
  background-color: #eec6ca;
}
main.site-edit #applications-content .application-row {
  padding-right: 0.15px;
  margin: 0 20px 0 5px;
}
main.site-edit #applications-content .application-row.primary h2:after {
  content: " (primary)";
}
main.site-edit #applications-content .application-row .application-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.site-edit #applications-content .application-row .application-header h2 {
  font-weight: bolder;
}
main.site-edit #applications-content .application-row .application-header h3 {
  padding: 10px 0;
}
main.site-edit #applications-content .application-row .application-header a,
main.site-edit #applications-content .application-row .application-header button {
  margin-right: 10px;
}
main.site-edit #applications-content .application-row .application-header a:last-of-type {
  margin-right: 50px;
}
main.site-edit #applications-content .application-row .application-header a:hover,
main.site-edit #applications-content .application-row .application-header button:hover {
  color: white;
  text-decoration: underline;
}
main.site-edit .highlight-remove {
  transition: background-color 0.5s !important;
  background-color: lightsalmon !important;
}
main.site-edit .site-image-upload {
  background: no-repeat center;
  background-clip: padding-box;
  background-size: contain;
}
main.site-edit .map-wrapper {
  position: relative;
}
main.site-edit .map-wrapper #map_content {
  height: 600px;
  width: 100%;
}
main.site-edit .map-wrapper #maps-icons-wrapper {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-column-gap: 10px;
  background: white;
  padding: 5px 10px;
  border-radius: 4px;
  right: 10px;
  top: 10px;
}
main.site-edit .map-wrapper .toggle-panel {
  width: 300px;
  position: absolute;
  right: 10px;
  top: 40px;
  background: #ffffff;
  z-index: 1001;
  border-radius: 4px 0 4px 4px;
  padding: 10px;
  max-height: calc(100% - 60px);
}
main.site-edit .fa-times-circle.interactive {
  font-size: 22px;
  margin: 5px 0;
}
main.site-edit .controls {
  font-size: 22px;
  float: right;
}
main.site-edit .controls span {
  transition: font-size 0.5s;
}
main.site-edit .controls span.pending {
  font-size: 0;
}
main.site-edit .required {
  color: darkgrey;
}
main.site-edit #map_tab {
  position: relative;
}
main.site-edit .contact-landowner {
  width: calc(100% + 30px);
  background-color: transparent;
  transition: background-color 1s;
}
main.site-edit .contact-landowner.focused {
  background-color: #51ff8c;
}
main.site-edit .client-form {
  padding: 10px 0 0;
  margin-bottom: 5px;
}
main.site-edit .client-form:nth-of-type(even) {
  background-color: #e5e5e5;
}

main.edit-organisation .organisation-image {
  height: 100px;
  margin-top: 25px;
  float: right;
}

main.user-sessionDetails .session-details-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
}
main.user-sessionDetails .session-details-wrapper .chart-column {
  padding-left: 40px;
}
main.user-sessionDetails .session-details-wrapper .chart-column .chart-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}

main[class^="my-account-"] .dz-wrapper {
  display: grid;
  grid-auto-flow: column;
}
main[class^="my-account-"] .ls-tabs .site-row.remove {
  background-color: #e0945e;
}
main[class^="my-account-"] .ls-tabs .tabs-section-title {
  display: grid;
  grid-template-columns: auto -webkit-min-content;
  grid-template-columns: auto min-content;
}
main[class^="my-account-"] .ls-tabs .tabs-section-title .controls {
  font-size: 24px;
}
main[class^="my-account-"] .ls-tabs section {
  border-bottom: solid #e5e5e5 1px;
  padding: 30px 0 15px;
}
main[class^="my-account-"] .ls-tabs section:first-of-type {
  padding-top: 0;
}
main[class^="my-account-"] .ls-tabs section:last-of-type {
  border-bottom: none;
}

main.profile-subscriptions .district-row {
  height: 55px;
}

#map-page {
  /**
   * Tabs to toggle the left/right panels
   */
  background-color: #343234;
  color: #ffffff;
  overflow: hidden;
  font-size: 14px;
  --border-radius: 10px;
  /**
   * Openlayers
   */
  /**
   * Toolbox/map icons for the main map
   */
  /**
   * Tooltips for measuring
   */
}
#map-page .bordered {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 10px;
}
#map-page .hoverable:hover:not(.disabled) {
  border-color: #cacaca;
}
#map-page .disabled {
  cursor: not-allowed;
}
#map-page .map-button {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 10px;
  border-color: rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  padding: 5px 10px;
  cursor: default;
}
#map-page .map-button:hover {
  border-color: #cacaca;
}
#map-page .map-button.active {
  border-color: #fdbf61;
}
#map-page .rounded {
  border-radius: 10px;
}
#map-page .rounded-top {
  border-radius: 10px 10px 0 0;
}
#map-page .rounded-bottom {
  border-radius: 0 0 10px 10px;
}
#map-page .rounded-left {
  border-radius: 10px 0 0 10px;
}
#map-page .rounded-right {
  border-radius: 0 10px 10px 0;
}
#map-page label {
  color: #ffffff;
}
#map-page .ns-box {
  top: 40px;
}
#map-page .tooltip-measure {
  position: relative;
  background: rgba(50, 50, 50, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  white-space: nowrap;
  font-weight: bold;
}
#map-page .toggler {
  font-style: normal;
  text-align: right;
}
#map-page .toggler.left:before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  content: "\f100";
}
#map-page .toggler.right:before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  content: "\f101";
}
#map-page .toggler.up:before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  content: "\f102";
}
#map-page .toggler-tab-wrapper {
  z-index: 4;
  top: 10px;
}
#map-page .toggler-tab-wrapper.left {
  display: inline-block;
}
#map-page .toggler-tab-wrapper.left .toggler-tab {
  transform: rotate(90deg);
  transform-origin: left;
  margin-left: 16px;
}
#map-page .toggler-tab-wrapper.right .toggler-tab {
  transform-origin: right;
  margin-right: 16px;
  transform: rotate(270deg);
}
#map-page .toggler-tab-wrapper .toggler-tab {
  display: none;
  background: #343234;
  padding: 5px 10px;
  font-size: 16px;
  cursor: default;
  pointer-events: all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#map-page .toggler-tab-wrapper .toggler-tab:hover {
  background-color: #686468;
}
#map-page .toggler-tab-wrapper .toggler-tab.visible {
  display: inline-block;
}
#map-page .input-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
}
#map-page .input-wrapper input[type="checkbox"] {
  margin-left: 10px;
}
#map-page .input-wrapper input,
#map-page .input-wrapper textarea,
#map-page .input-wrapper select {
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
#map-page .input-wrapper input:focus,
#map-page .input-wrapper textarea:focus,
#map-page .input-wrapper select:focus {
  box-shadow: none;
  outline: none;
}
#map-page .input-wrapper textarea {
  height: 100px;
}
#map-page .input-wrapper label {
  margin: 7px 10px 10px 10px;
  font-weight: bold;
}
#map-page .right-panel-child-wrapper {
  width: 100%;
  margin-top: 10px;
}
#map-page .create-measure-btns-wrapper {
  width: 50%;
  float: left;
  text-align: center;
}
#map-page .create-measure-btns-wrapper .active {
  color: #fdbf61;
  border-color: #fdbf61;
}
#map-page .create-measure-btns-wrapper .active:hover {
  border-color: #fdbf61;
}
#map-page .create-measure-btns {
  width: 90%;
  display: block;
}
#map-page .create-measure-btns.left {
  margin-left: 10%;
}
#map-page #create-wrapper {
  height: 0;
  overflow-y: hidden;
}
#map-page .create-measure-wrapper {
  height: 0;
  overflow-y: hidden;
}
#map-page .measure-shapes {
  grid-template-columns: auto auto auto !important;
}
#map-page .shape-button,
#map-page #create-site-using-shapes {
  cursor: pointer;
  text-align: center;
}
#map-page .shape-button:hover,
#map-page #create-site-using-shapes:hover {
  color: #b1b1b1;
}
#map-page .shape-button:hover path,
#map-page .shape-button:hover circle,
#map-page #create-site-using-shapes:hover path,
#map-page #create-site-using-shapes:hover circle {
  stroke: #b1b1b1;
  fill: #b1b1b1;
}
#map-page .shape-button.active,
#map-page #create-site-using-shapes.active {
  color: #fdbf61;
}
#map-page .shape-button.active path,
#map-page .shape-button.active circle,
#map-page #create-site-using-shapes.active path,
#map-page #create-site-using-shapes.active circle {
  stroke: #fdbf61;
  fill: #fdbf61;
}
#map-page .shape-button svg,
#map-page #create-site-using-shapes svg {
  height: 30px;
}
#map-page button {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
}
#map-page button:hover:not(.disabled) {
  border-color: #cacaca;
}
#map-page .charge-details-table {
  text-align: left;
}
#map-page .charge-details-table.col-is-header td:first-of-type {
  font-weight: bold;
}
#map-page #transaction-info {
  margin: 20px 10px 20px;
}
#map-page #transaction-info .view-titles-button {
  margin-top: 20px;
  border: none;
  padding: 0;
  text-decoration: underline;
  outline: none;
  font-weight: 700;
}
#map-page .feature-info-box-wrapper .feature-info-header {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content -webkit-min-content;
  grid-template-columns: 1fr min-content min-content;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
#map-page .feature-info-box-wrapper .feature-info-header .feature-name {
  font-weight: bold;
  font-size: 20px;
  cursor: default;
}
#map-page .feature-info-box-wrapper .feature-info-body {
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#map-page .feature-info-box-wrapper .feature-info-body::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
#map-page .feature-info-box-wrapper .feature-info-body::-webkit-scrollbar-thumb {
  background-color: #fdbf61;
  border-radius: 10px;
}
#map-page .feature-info-box-wrapper .feature-info-body::-webkit-scrollbar-thumb:hover {
  background: #f59503;
}
#map-page .feature-info-box-wrapper .feature-info-body #marketed-land-info {
  padding: 5px 15px 5px 5px;
}
#map-page .feature-info-box-wrapper .feature-info-body #marketed-land-info .close-btn,
#map-page .feature-info-box-wrapper .feature-info-body #marketed-land-info .more-info-link,
#map-page .feature-info-box-wrapper .feature-info-body #marketed-land-info .feature-name {
  display: none;
}
#map-page .feature-info-box-wrapper .feature-info-body #site-info-type {
  margin: 5px 0 5px;
  cursor: default;
  padding: 3px 6px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 10px;
}
#map-page .feature-info-box-wrapper .feature-info-body .feature-info-contents {
  clear: both;
  padding: 10px 0;
}
#map-page .feature-info-box-wrapper .feature-info-body .approx_acres:hover {
  cursor: pointer;
  color: #1bc4ee;
}
#map-page .feature-info-box-wrapper .feature-info-body .control-buttons {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
#map-page .feature-info-box-wrapper .feature-info-body .feature-info-nav {
  text-align: center;
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 20px 0 0;
  width: 100%;
}
#map-page .feature-info-box-wrapper .feature-info-body .feature-info-nav .feature-info-nav-icon {
  padding-right: 7px;
  cursor: pointer;
}
#map-page
  .feature-info-box-wrapper
  .feature-info-body
  .feature-info-nav
  .feature-info-nav-icon:hover {
  color: #666666;
}
#map-page .feature-info-box-wrapper .feature-info-body .feature-info-nav .feature-info-prev,
#map-page .feature-info-box-wrapper .feature-info-body .feature-info-nav .feature-info-next {
  font-size: 20px;
}
#map-page .feature-info-box-wrapper .feature-info-body .feature-info-nav .feature-info-prev {
  text-align: left;
}
#map-page .feature-info-box-wrapper .feature-info-body .feature-info-nav .feature-info-next {
  text-align: right;
}
#map-page a {
  color: #ffffff;
}
#map-page .ol-zoomslider {
  display: none;
}
#map-page .ol-attribution {
  z-index: 2;
}
#map-page .ol-attribution ul {
  display: none;
}
#map-page .ol-attribution.ol-control {
  background-color: transparent;
}
#map-page .ol-attribution.ol-control a {
  color: black;
}
#map-page .ol-attribution.ol-control a:hover {
  color: #666666;
}
#map-page .ol-attribution.ol-control button {
  color: #ffffff;
  background-color: #343234;
  cursor: default;
  margin: 20px;
  width: 40px;
  height: 40px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  right: -7px;
  bottom: -7px;
}
#map-page .ol-attribution.ol-control button:focus {
  outline: none;
}
#map-page .ol-attribution.ol-control button:hover {
  background-color: #4e4b4e;
}
#map-page .ol-attribution.ol-control button span {
  font-size: 20px;
}
#map-page #map {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
#map-page #context-menu-anchor {
  position: absolute;
}
#map-page #maps-icons-wrapper {
  position: absolute;
  z-index: 1;
  border-radius: 10px 0 0 10px;
  bottom: 20px;
  right: 60px;
  background: #343234;
  pointer-events: all;
}
#map-page #maps-icons-wrapper span {
  color: #ffffff;
  cursor: default;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 13px;
}
#map-page #maps-icons-wrapper span:focus {
  outline: none;
}
#map-page #maps-icons-wrapper span:hover {
  background-color: #4e4b4e;
}
#map-page #maps-icons-wrapper span:hover:first-of-type {
  border-radius: 10px 0 0 10px;
}
#map-page .toggle-panel {
  width: 320px;
  position: absolute;
  right: 10px;
  bottom: 68px;
  background: #343234;
  color: #ffffff;
  z-index: 10;
  border-radius: 10px;
  overflow-y: auto;
  padding: 10px;
  max-height: calc(100% - 60px);
  box-shadow: grey 2px 2px 2px;
}
#map-page .toggle-panel#key-panel {
  min-width: 320px;
  width: auto;
  box-shadow: 2px 2px 4px 2px gray;
}
#map-page .toggle-panel#drawing-panel li {
  cursor: default;
}
#map-page .toggle-panel#drawing-panel li:hover {
  color: #666666;
}
#map-page .toggle-panel#drawing-panel li.active {
  font-weight: bold;
}
#map-page .toggle-panel#key-panel .key-panel-item {
  clear: both;
  height: 40px;
}
#map-page .toggle-panel#key-panel .key-panel-item .key-item-name {
  float: left;
  height: 30px;
  margin-top: 3px;
}
#map-page .toggle-panel#key-panel .key-panel-item .key-item-inner,
#map-page .toggle-panel#key-panel .key-panel-item .key-item-border {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  float: left;
  background: white;
}
#map-page .toggle-panel#key-panel .key-panel-item .key-item-inner.line,
#map-page .toggle-panel#key-panel .key-panel-item .key-item-border.line {
  margin-top: 12px;
  height: 0;
}
#map-page .toggle-panel#key-panel .key-panel-item .key-item-inner.point,
#map-page .toggle-panel#key-panel .key-panel-item .key-item-border.point {
  margin: 12px 22px 12px 13px;
  width: 0;
  height: 0;
}
#map-page .ol-tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  font-size: 12px;
}
#map-page .ol-tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
#map-page .ol-tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
#map-page .ol-tooltip-measure:before,
#map-page .ol-tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
#map-page .ol-tooltip-static:before {
  border-top-color: #ffcc33;
}
#map-page .transition {
  transition: height 0.5s;
}
#map-page .transition.show-measure-dialog {
  height: 175px !important;
}
#map-page .transition.show-create-dialog {
  height: 175px !important;
}
#map-page .transition.hide-dialog {
  height: 0 !important;
}
#map-page #osm-attribution-btn {
  background: #343234;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
#map-page #osm-attribution-btn:hover,
#map-page #osm-attribution-btn:focus {
  background-color: #4e4b4e;
  border-color: #cacaca;
}
#map-page #osm-attribution-btn span {
  font-size: 20px;
  font-weight: bold;
}
#map-page #map-controls-wrapper {
  padding: 20px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  height: calc(100% - 20px);
  pointer-events: none;
  /**
   * Shared styling for the main map panels
   */
  /**
   * Titles Information panel for the main map
   */
  /**
   * Client editing mode
   */
}
#map-page #map-controls-wrapper .grid-left,
#map-page #map-controls-wrapper .grid-right,
#map-page #map-controls-wrapper .grid-center {
  z-index: 1;
}
#map-page #map-controls-wrapper .grid-center {
  justify-items: center;
  display: grid;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
}
#map-page #map-controls-wrapper .grid-center .grid-top,
#map-page #map-controls-wrapper .grid-center .grid-bottom {
  pointer-events: all;
  background-color: #343234;
  color: #ffffff;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
}
#map-page #map-controls-wrapper .layers-panel {
  /* Track */
  /* Handle */
  /* Handle on hover */
  pointer-events: all;
  max-width: 350px;
  background-color: #343234;
  color: #ffffff;
  z-index: 2;
  transition-duration: 500ms;
  padding: 15px;
}
#map-page #map-controls-wrapper .layers-panel::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
#map-page #map-controls-wrapper .layers-panel::-webkit-scrollbar-thumb {
  background-color: #fdbf61;
  border-radius: 10px;
}
#map-page #map-controls-wrapper .layers-panel::-webkit-scrollbar-thumb:hover {
  background: #f59503;
}
#map-page #map-controls-wrapper .layers-panel .panel-item {
  overflow: hidden;
  clear: both;
  padding-left: 10px;
  display: none;
}
#map-page #map-controls-wrapper .layers-panel .panel-item.active,
#map-page #map-controls-wrapper .layers-panel .panel-item.previous {
  display: block;
  padding-left: 0;
}
#map-page #map-controls-wrapper .layers-panel .panel-item.visible {
  display: block;
}
#map-page #map-controls-wrapper .layers-panel .panel-item.active .panel-item-name {
  border-color: #fdbf61;
}
#map-page
  #map-controls-wrapper
  .layers-panel
  .panel-item.active
  .panel-item-name
  .panel-item-expand
  i.fa:before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  content: "\f111";
}
#map-page
  #map-controls-wrapper
  .layers-panel
  .panel-item.expandable
  .panel-item-expand
  i.fa:before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  content: "\f0da";
}
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-expand {
  float: left;
  width: 30px;
  transition: transform 250ms;
}
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-expand i.fa:before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  content: "\f111";
}
#map-page
  #map-controls-wrapper
  .layers-panel
  .panel-item.has-client-sites:not(.previous, .active)
  .panel-item-expand {
  color: #cc4f5c;
}
#map-page
  #map-controls-wrapper
  .layers-panel
  .panel-item.has-access:not(.previous, .active)
  .panel-item-expand {
  color: #79af9f;
}
#map-page #map-controls-wrapper .layers-panel .panel-item > div {
  padding: 5px 10px;
}
#map-page #map-controls-wrapper .layers-panel .panel-item.disabled .panel-item-name {
  cursor: not-allowed;
  color: grey;
}
#map-page #map-controls-wrapper .layers-panel .panel-item.disabled .panel-item-name:hover {
  border-color: transparent;
}
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-name {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 10px;
  border-color: transparent;
  width: calc(100% - 30px);
  align-items: center;
  float: left;
  cursor: default;
  display: grid;
  grid-template-columns: 1fr repeat(3, -webkit-min-content);
  grid-template-columns: 1fr repeat(3, min-content);
}
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-name .name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-name .loaded:before,
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-name .fully-loaded:before {
  content: "\f058";
}
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-name .loaded:before {
  font-weight: 400;
}
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-name .fully-loaded:before {
  color: #fdbf61;
}
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-name:hover {
  border-color: #cacaca;
}
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-name.within-parent-tab {
  float: right;
}
#map-page #map-controls-wrapper .layers-panel .panel-item .panel-item-name.no-border:hover {
  border-color: unset;
}
#map-page #map-controls-wrapper .layers-panel .panel-item .fa {
  float: right;
  padding: 3px 0 3px 7px;
}
#map-page #map-controls-wrapper #measure-toolbox {
  position: relative;
  margin-bottom: 20px;
  min-width: 230px;
  border-radius: 10px;
  padding-top: 35px;
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}
#map-page #map-controls-wrapper #measure-toolbox.show-panel {
  opacity: 1;
}
#map-page #map-controls-wrapper #measure-toolbox .controls .exit {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
#map-page #map-controls-wrapper #measure-toolbox .controls .show {
  position: absolute;
  right: 30px;
  top: 15px;
  cursor: pointer;
}
#map-page #map-controls-wrapper #measure-toolbox .controls .show.disabled {
  cursor: not-allowed;
}
#map-page #map-controls-wrapper #measure-toolbox .results .measure-data-area {
  height: auto;
  display: none;
}
#map-page #map-controls-wrapper #measure-toolbox .results .measure-data-area .measure-data {
  align-items: center;
}
#map-page
  #map-controls-wrapper
  #measure-toolbox
  .results
  .measure-data-area
  .measure-data
  .data-label {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#map-page
  #map-controls-wrapper
  #measure-toolbox
  .results
  .measure-data-area
  .measure-data
  .data-label
  h5 {
  margin-bottom: 0;
  min-width: 95px;
  font-size: inherit;
}
#map-page
  #map-controls-wrapper
  #measure-toolbox
  .results
  .measure-data-area
  .measure-data
  .data-label
  span {
  margin-right: 20px;
}
#map-page
  #map-controls-wrapper
  #measure-toolbox
  .results
  .measure-data-area
  .measure-data
  .data-label
  #area-units
  .fas {
  display: none;
}
#map-page
  #map-controls-wrapper
  #measure-toolbox
  .results
  .measure-data-area
  .measure-data
  .data-label
  .unit {
  border: none;
  padding: 0;
}
#map-page #map-controls-wrapper #measure-toolbox .dropdown-content {
  position: absolute;
  min-width: 120px;
  max-height: 100px;
  border: 0.5px solid #525252;
  border-radius: 10px;
  background: #2d2b2d;
  opacity: 0;
  overflow-y: scroll;
  transition:
    visibility 0.5s,
    opacity 0.5s ease-in-out;
  right: 5%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#map-page #map-controls-wrapper #measure-toolbox .dropdown-content .units-list {
  list-style: none;
  cursor: pointer;
  padding: 0 2px;
  margin: 0;
}
#map-page #map-controls-wrapper #measure-toolbox .dropdown-content .units-list li {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
}
#map-page #map-controls-wrapper #measure-toolbox .dropdown-content .units-list li:hover {
  background: #fdbf61;
  color: black;
}
#map-page #map-controls-wrapper #measure-toolbox .dropdown-content::-webkit-scrollbar-track {
  background: inherit;
}
#map-page #map-controls-wrapper #measure-toolbox .dropdown-content::-webkit-scrollbar-thumb {
  background: #d0d0d0;
}
#map-page #map-controls-wrapper #measure-toolbox .dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#map-page #map-controls-wrapper #measure-toolbox .perimeter-units-dropdown {
  top: 50%;
}
#map-page #map-controls-wrapper #measure-toolbox .area-units-dropdown {
  top: 80%;
}
#map-page #map-controls-wrapper #measure-toolbox .distance-units-dropdown {
  top: 70%;
}
#map-page #map-controls-wrapper .left-panel-wrapper {
  display: grid;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  max-height: 100%;
  /**
    * Hiding toggles
    */
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters {
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters::-webkit-scrollbar-thumb {
  background-color: #fdbf61;
  border-radius: 10px;
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters::-webkit-scrollbar-thumb:hover {
  background: #f59503;
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters .filter-row .range-wrapper {
  display: grid;
  grid-template-columns: 80px repeat(3, auto);
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters .filter-row .range-wrapper label,
#map-page #map-controls-wrapper .left-panel-wrapper #filters .filter-row .range-wrapper input {
  margin-right: 0;
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters .filter-row .range-wrapper input {
  width: 50px;
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters .filter-row .filter-by-shape {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters button {
  width: 100%;
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters .filter-row {
  margin-bottom: 10px;
}
#map-page #map-controls-wrapper .left-panel-wrapper #filters .filter-row:last-of-type {
  margin-bottom: 0;
}
#map-page #map-controls-wrapper .left-panel-wrapper #filter-units-value,
#map-page #map-controls-wrapper .left-panel-wrapper #filter-size-value {
  margin-bottom: 20px;
}
#map-page #map-controls-wrapper .left-panel-wrapper.filters-active .top-content,
#map-page #map-controls-wrapper .left-panel-wrapper.filters-active .bottom-content {
  max-height: calc(100vh - 40px) !important;
}
#map-page #map-controls-wrapper .left-panel-wrapper.no-site .bottom-content {
  display: none !important;
}
#map-page #map-controls-wrapper .left-panel-wrapper.no-site.top-hidden #left-panel,
#map-page #map-controls-wrapper .left-panel-wrapper.bottom-hidden.top-hidden #left-panel,
#map-page #map-controls-wrapper .left-panel-wrapper.filters-active.bottom-hidden #left-panel,
#map-page #map-controls-wrapper .left-panel-wrapper.filters-active.top-hidden #left-panel {
  display: none;
}
#map-page #map-controls-wrapper .left-panel-wrapper.no-site.top-hidden .toggler-tab-wrapper,
#map-page #map-controls-wrapper .left-panel-wrapper.bottom-hidden.top-hidden .toggler-tab-wrapper,
#map-page
  #map-controls-wrapper
  .left-panel-wrapper.filters-active.bottom-hidden
  .toggler-tab-wrapper,
#map-page #map-controls-wrapper .left-panel-wrapper.filters-active.top-hidden .toggler-tab-wrapper {
  position: absolute;
  left: 0;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper.no-site.top-hidden
  .toggler-tab-wrapper
  #bottom-content-tab,
#map-page
  #map-controls-wrapper
  .left-panel-wrapper.bottom-hidden.top-hidden
  .toggler-tab-wrapper
  #bottom-content-tab,
#map-page
  #map-controls-wrapper
  .left-panel-wrapper.filters-active.bottom-hidden
  .toggler-tab-wrapper
  #bottom-content-tab,
#map-page
  #map-controls-wrapper
  .left-panel-wrapper.filters-active.top-hidden
  .toggler-tab-wrapper
  #bottom-content-tab {
  position: absolute;
  left: 0;
  top: 68px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper.top-hidden
  .toggler-tab[data-toggler="top-hidden"] {
  display: inline-block;
}
#map-page #map-controls-wrapper .left-panel-wrapper.top-hidden #left-panel .top-content {
  max-height: 0;
  display: none;
}
#map-page #map-controls-wrapper .left-panel-wrapper.top-hidden #left-panel .bottom-content {
  height: auto;
  max-height: calc(100vh - 60px);
}
#map-page #map-controls-wrapper .left-panel-wrapper.bottom-hidden .top-content,
#map-page #map-controls-wrapper .left-panel-wrapper.no-site .top-content {
  height: auto;
  max-height: calc(100vh - 60px) !important;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper.bottom-hidden
  .toggler-tab[data-toggler="bottom-hidden"] {
  display: inline-block;
}
#map-page #map-controls-wrapper .left-panel-wrapper.bottom-hidden #left-panel .bottom-content {
  max-height: 0;
  display: none;
}
#map-page #map-controls-wrapper .left-panel-wrapper #left-panel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  max-height: calc(100vh - 20px);
  height: auto;
  transition-property: none;
  overflow-y: hidden;
  display: grid;
  grid-template-rows: minmax(-webkit-max-content, 60%) minmax(-webkit-max-content, 40%);
  grid-template-rows: minmax(max-content, 60%) minmax(max-content, 40%);
  padding-top: 0;
}
#map-page #map-controls-wrapper .left-panel-wrapper #left-panel .top-content,
#map-page #map-controls-wrapper .left-panel-wrapper #left-panel .bottom-content {
  max-height: calc(calc(100vh - 20px) / 2);
  position: relative;
  overflow: hidden;
}
#map-page #map-controls-wrapper .left-panel-wrapper #left-panel .top-content {
  display: grid;
  grid-template-rows: auto 1fr;
  padding-top: 15px;
}
#map-page #map-controls-wrapper .left-panel-wrapper #left-panel .top-content .top-fixed {
  align-items: baseline;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  .search-and-toggle-wrapper {
  display: grid;
  grid-template-columns: 35px 1fr 25px;
  align-items: baseline;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  .search-and-toggle-wrapper
  a {
  font-size: 16px;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  .search-and-toggle-wrapper
  a:hover {
  color: #cacaca;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  .search-and-toggle-wrapper
  .toggler {
  margin-top: 5px;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  .search-and-toggle-wrapper
  .search-box-wrapper {
  position: relative;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  .search-and-toggle-wrapper
  .search-box-wrapper
  input {
  background: transparent;
  color: #ffffff;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  .search-and-toggle-wrapper
  .search-box-wrapper
  .clear-icon {
  position: absolute;
  top: 12px;
  right: 15px;
  color: gray;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  #view-type-toggle-wrapper
  .view-type-toggle {
  width: 50%;
  float: left;
  padding: 15px 0;
  text-align: center;
  height: 54px;
  border: 1px solid;
  border-color: transparent;
  border-radius: 10px;
  margin-bottom: 20px;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  #view-type-toggle-wrapper
  .view-type-toggle:last-of-type {
  float: right;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  #view-type-toggle-wrapper
  .view-type-toggle:hover {
  border-color: #cacaca;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  #view-type-toggle-wrapper
  .view-type-toggle.toggled {
  border-color: #fdbf61;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  #view-type-toggle-wrapper
  .view-type-toggle
  .inner {
  cursor: default;
  background: no-repeat center center;
  background-size: contain;
  height: 25px;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  #view-type-toggle-wrapper
  .view-type-toggle
  .inner.districts {
  background-image: url("/images/2018/icons/transparent/districts.svg");
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-fixed
  #view-type-toggle-wrapper
  .view-type-toggle
  .inner.filters {
  background-image: url("/images/2018/icons/transparent/filters.svg");
}
#map-page #map-controls-wrapper .left-panel-wrapper #left-panel .top-content .top-dynamic {
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow-y: auto;
  max-height: calc(100vh - 50px);
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic::-webkit-scrollbar-thumb {
  background-color: #fdbf61;
  border-radius: 10px;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic::-webkit-scrollbar-thumb:hover {
  background: #f59503;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic
  .site-lists
  #districts {
  display: grid;
  grid-template-rows: auto;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic
  .site-lists
  #districts
  .panel-item {
  order: 2;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic
  .site-lists
  #districts
  .panel-item.has-client-sites:not(.active, .previous) {
  order: 3;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic
  .site-lists
  #districts
  .panel-item.has-client-sites:not(.active, .previous).first {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid dimgrey;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic
  .site-lists
  #districts
  .panel-item.toggled:not(.active, .previous) {
  order: 1;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic
  .site-lists
  #districts
  .panel-item.toggled:not(.active, .previous).last {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic
  .site-lists
  #districts
  .panel-item.primary {
  order: 0;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic
  .site-lists
  #districts
  #sites-list-selectors.expanded
  .panel-item-name {
  border: none;
}
#map-page
  #map-controls-wrapper
  .left-panel-wrapper
  #left-panel
  .top-content
  .top-dynamic
  .site-lists
  #districts
  #sites-list-selectors.expanded
  .sites-list-selector {
  display: none;
}
#map-page #map-controls-wrapper .left-panel-wrapper #left-panel .bottom-content {
  width: 100%;
  padding-top: 15px;
  display: grid;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
}
#map-page #map-controls-wrapper .draw-a-shape-instructions-wrapper {
  margin-top: -20px;
}
#map-page #map-controls-wrapper .draw-a-shape-instructions-wrapper #draw-a-shape-instructions {
  width: 300px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
#map-page
  #map-controls-wrapper
  .draw-a-shape-instructions-wrapper
  #draw-a-shape-instructions
  .toggler {
  float: right;
}
#map-page
  #map-controls-wrapper
  .draw-a-shape-instructions-wrapper
  #draw-a-shape-instructions-toggler {
  left: 17px;
}
#map-page #map-controls-wrapper .download-panel-visible .hidden-with-hpp {
  display: none !important;
}
#map-page #map-controls-wrapper #hpBnts {
  background-color: #343234;
  margin: 10px 0px;
  padding: 5px 15px 5px 15px;
  border-radius: 15px 0px 0px 15px;
  pointer-events: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: stretch;
  grid-gap: 5px;
  grid-template-areas: "try-again cancel" "download-csv download-csv";
}
#map-page #map-controls-wrapper #hpBnts div {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
#map-page #map-controls-wrapper #hpBnts div:hover {
  border-color: white;
}
#map-page #map-controls-wrapper #hpBnts .cancel {
  grid-area: cancel;
}
#map-page #map-controls-wrapper #hpBnts .try-again {
  grid-area: try-again;
}
#map-page #map-controls-wrapper #hpBnts .download-csv {
  grid-area: download-csv;
  background-color: #79af9f;
  color: black;
}
#map-page #map-controls-wrapper .right-panel-wrapper.right-hidden #right-panel {
  display: none;
}
#map-page #map-controls-wrapper .right-panel-wrapper.right-hidden .toggler-tab {
  display: inline-block;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel {
  max-height: calc(100vh - 95px);
  overflow-y: auto;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #comparables-in-an-area {
  text-align: center;
  padding: 10px 0 10px 0;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #comparables-in-an-area .icons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 15px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #comparables-in-an-area
  .icons
  .icon {
  height: 50px;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel label,
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .legend {
  margin-left: 10px;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .panel-item {
  padding-left: 0;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .constraint-data {
  padding: 5px;
  height: 0;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .data-visible {
  max-height: 500px;
  height: auto;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .draw-a-shape {
  text-align: center;
  padding-top: 10px;
  margin-top: 5px;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .draw-a-shape .shapes {
  display: grid;
  grid-template-columns: auto auto auto;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .draw-a-shape.active {
  border-color: #fdbf61;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .hp-downld-mode-hidden {
  display: none;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #download-csv-panel {
  max-height: calc(100vh - 213px);
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #download-csv-panel
  #NoNewBuilddatafound {
  color: #cc4f5c;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #download-csv-panel
  #OnlySecondarySaledatafound {
  color: #cc4f5c;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #download-csv-panel
  #resultsCount {
  font-weight: bold;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #download-csv-panel
  #divider-hp-data {
  border-bottom: 0.3px solid white;
  margin-bottom: 20px;
  margin-top: 20px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #download-csv-panel
  #filtCSVTit-hp-data {
  text-align: center;
  font-weight: bold;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #download-csv-panel
  .single-value {
  margin: 10px 0px;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #download-csv-panel .bold-label {
  font-weight: bold;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #draw-a-shape-info
  .input-wrapper
  > div {
  display: grid;
  grid-template-columns: 85px auto;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #draw-a-shape-info
  .input-wrapper
  .all-tags-wrapper
  .available {
  display: none;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #draw-a-shape-info
  .input-wrapper
  .all-tags-wrapper
  .tags {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #draw-a-shape-info .header {
  margin: 20px 0;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #draw-a-shape-info .controls {
  float: right;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #draw-a-shape-info
  .wysiwyg-editor {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 5px 0;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #draw-a-shape-info
  .wysiwyg-editor::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #draw-a-shape-info
  .wysiwyg-editor::-webkit-scrollbar-thumb {
  background-color: #fdbf61;
  border-radius: 10px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #draw-a-shape-info
  .wysiwyg-editor::-webkit-scrollbar-thumb:hover {
  background: #f59503;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #global-layers {
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  transition-property: right;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  .global-layers-title {
  font-weight: bold;
  border-radius: 10px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  .global-layers-title
  span {
  padding-top: 1px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  #comparables-scale-wrapper {
  position: relative;
  width: 100%;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  #comparables-scale-wrapper
  .comparables-scale-bar {
  display: block;
  height: 20px;
  background: linear-gradient(90deg, green, yellow, red);
  border-radius: 15px;
  margin-bottom: 35px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  #comparables-scale-wrapper
  .scale-labels {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  top: 25px;
  position: absolute;
  width: 100%;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  #comparables-scale-wrapper
  .scale-labels
  .has-tooltip {
  cursor: default;
  -webkit-text-decoration: underline dashed;
  text-decoration: underline dashed;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  #price-state-wrapper {
  position: relative;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  #price-state-wrapper
  .price-state-select {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  background: #343234;
  outline: none;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  #price-state-wrapper
  .price-state-select:hover {
  border-color: #cacaca;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  #price-state-wrapper:after {
  content: " ";
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
  position: absolute;
  right: 22px;
  top: 18px;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #global-layers .toggler {
  float: right;
  margin-top: -4px;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #global-layers.toggled-off {
  right: -300px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  .panel-item.expanded
  .panel-item-expand
  i {
  transform: rotate(90deg);
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  .panel-item
  .panel-item-expand
  i {
  transform: rotate(180deg);
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  .panel-item#global-constraints-toggler.loaded
  .visibility-indicator {
  display: block;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  .panel-item#global-constraints-toggler.loaded
  #global-constraints {
  cursor: not-allowed;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  .panel-item#global-constraints-toggler.loaded
  #global-constraints
  .panel-item {
  pointer-events: none;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #global-layers
  .panel-item#global-constraints-toggler
  .visibility-indicator:before {
  content: "";
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #drawing-help {
  position: absolute;
  box-shadow: 1px 1px #aaa;
  border: 1px solid black;
  background: #f2f2f2;
  padding: 5px 10px;
  top: 42px;
  right: 5px;
  max-width: 25%;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #titles-count-wrapper {
  background: #598096;
  border-radius: 10px;
  padding: 4px 8px;
  margin-bottom: 15px;
  cursor: default;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #titles-count-wrapper:hover {
  background: #7599ad;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #global-constraints {
  transition: all 0.5s ease-in-out;
  max-height: 0;
  display: block;
  padding: 0;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel #global-constraints.visible {
  max-height: 500px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #titles-panel-wrapper
  + .options-wrapper.visible {
  max-height: 500px;
  overflow-y: auto;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .options-wrapper {
  max-height: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  padding: 0 10px;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .options-wrapper.visible {
  padding: 5px 10px;
  max-height: 500px;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .options-wrapper .fa-key {
  float: right;
  margin-top: 6px;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .options-wrapper .fa-key:hover {
  color: #ccc;
}
#map-page #map-controls-wrapper .right-panel-wrapper #right-panel .options-wrapper .legend {
  margin-top: 5px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  .options-wrapper
  .legend
  .legend-item {
  clear: both;
  width: 100%;
  height: 34px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  .options-wrapper
  .legend
  .legend-item
  .legend-label {
  display: block;
  padding-left: 7px;
  float: left;
  margin-top: -4px;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  .options-wrapper
  .legend
  .legend-item
  .legend-icon {
  width: 15px;
  height: 15px;
  border-style: solid;
  float: left;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  .options-wrapper
  .legend
  .legend-item
  .legend-icon.circle {
  border-radius: 100%;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #price-paid-info-box-wrapper.cheap {
  border-color: #cc4f5c;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #price-paid-info-box-wrapper.cheap
  .title {
  background-color: #cc4f5c;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #price-paid-info-box-wrapper.middle {
  border-color: #fdbf61;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #price-paid-info-box-wrapper.middle
  .title {
  background-color: #fdbf61;
  color: #343234;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #price-paid-info-box-wrapper.expensive {
  border-color: #79af9f;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #price-paid-info-box-wrapper.expensive
  .title {
  background-color: #79af9f;
  color: #343234;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #price-paid-info-box-wrapper
  .stat-wrapper {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-column-gap: 10px;
  border-bottom: 1px solid #cacaca;
  cursor: default;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #price-paid-info-box-wrapper
  .stat-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #price-paid-info-box-wrapper
  .stat-wrapper:first-child {
  padding-top: 0;
}
#map-page
  #map-controls-wrapper
  .right-panel-wrapper
  #right-panel
  #price-paid-info-box-wrapper
  .stat-wrapper
  .value {
  font-weight: bold;
  text-align: right;
}
#map-page #map-controls-wrapper #right-panel .title-info-box,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box {
  margin-bottom: 10px;
  overflow: hidden;
  list-style: none;
}
#map-page #map-controls-wrapper #right-panel .title-info-box.private .title,
#map-page #map-controls-wrapper #right-panel .title-info-box.private .body,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.private .title,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.private .body {
  border-color: #cc4f5c;
}
#map-page #map-controls-wrapper #right-panel .title-info-box.private .title.focused,
#map-page #map-controls-wrapper #right-panel .title-info-box.private .body.focused,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.private .title.focused,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.private .body.focused {
  background: #cc4f5c;
  color: #ffffff;
}
#map-page #map-controls-wrapper #right-panel .title-info-box.name-only .title,
#map-page #map-controls-wrapper #right-panel .title-info-box.name-only .body,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.name-only .title,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.name-only .body {
  border-color: #79af9f;
}
#map-page #map-controls-wrapper #right-panel .title-info-box.name-only .title.focused,
#map-page #map-controls-wrapper #right-panel .title-info-box.name-only .body.focused,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.name-only .title.focused,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.name-only .body.focused {
  background: #79af9f;
  color: #000000;
}
#map-page #map-controls-wrapper #right-panel .title-info-box.all-info .title,
#map-page #map-controls-wrapper #right-panel .title-info-box.all-info .body,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.all-info .title,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.all-info .body {
  border-color: #79af9f;
}
#map-page #map-controls-wrapper #right-panel .title-info-box.all-info .title.focused,
#map-page #map-controls-wrapper #right-panel .title-info-box.all-info .body.focused,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.all-info .title.focused,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.all-info .body.focused {
  background: #79af9f;
  color: #000000;
}
#map-page #map-controls-wrapper #right-panel .title-info-box.client-added .title,
#map-page #map-controls-wrapper #right-panel .title-info-box.client-added .body,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.client-added .title,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.client-added .body {
  border-color: #598096;
}
#map-page #map-controls-wrapper #right-panel .title-info-box.client-added .title.focused,
#map-page #map-controls-wrapper #right-panel .title-info-box.client-added .body.focused,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.client-added .title.focused,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.client-added .body.focused {
  background: #598096;
  color: #ffffff;
}
#map-page #map-controls-wrapper #right-panel .title-info-box.collapsed .body,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box.collapsed .body {
  display: none;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .title,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .title {
  padding: 5px 10px;
  cursor: default;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-column-gap: 10px;
  align-items: center;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .title .visibility:before,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .title .visibility:before {
  content: "\f070";
}
#map-page #map-controls-wrapper #right-panel .title-info-box .title .expand-icon,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .title .expand-icon {
  font-size: 20px;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .title.focused .visibility:before,
#map-page
  #map-controls-wrapper
  #titles-search-wrapper
  .title-info-box
  .title.focused
  .visibility:before {
  content: "\f06e";
}
#map-page #map-controls-wrapper #right-panel .title-info-box .title:hover,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .title:hover {
  filter: brightness(120%);
}
#map-page #map-controls-wrapper #right-panel .title-info-box .title i,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .title i {
  text-align: right;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .title i:hover,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .title i:hover {
  color: #686468;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .body {
  padding: 10px;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body .section,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .body .section {
  display: block;
  border-bottom: 1px solid #656565;
  padding: 10px;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body .section:last-child,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .body .section:last-child {
  border-bottom: none;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body .section:first-child,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .body .section:first-child {
  padding-top: 0;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body .section p,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .body .section p {
  line-height: 1.2;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body .contact,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .body .contact {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-column-gap: 10px;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body .contact.has-details,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .body .contact.has-details {
  cursor: default;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body .contact:last-child p,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .body .contact:last-child p {
  line-height: 1;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body .title-file:hover,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .body .title-file:hover {
  background-color: #5f5f5f;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body .title-file .fa,
#map-page #map-controls-wrapper #titles-search-wrapper .title-info-box .body .title-file .fa {
  padding-right: 5px;
}
#map-page #map-controls-wrapper #right-panel .title-info-box .body .proprietor-control-buttons,
#map-page
  #map-controls-wrapper
  #titles-search-wrapper
  .title-info-box
  .body
  .proprietor-control-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
#map-page
  #map-controls-wrapper
  #right-panel
  .title-info-box
  .body
  .proprietor-control-buttons
  button.inversed,
#map-page
  #map-controls-wrapper
  #titles-search-wrapper
  .title-info-box
  .body
  .proprietor-control-buttons
  button.inversed {
  background: #fff;
  color: #000;
}
#map-page
  #map-controls-wrapper
  #right-panel
  .title-info-box
  .body
  .proprietor-control-buttons
  button.inversed:hover,
#map-page
  #map-controls-wrapper
  #titles-search-wrapper
  .title-info-box
  .body
  .proprietor-control-buttons
  button.inversed:hover {
  border-color: black;
}
#map-page #map-controls-wrapper #info-panel {
  margin-top: 10px;
}
#map-page #map-controls-wrapper #info-panel .panel-headers {
  display: flex;
  font-size: 1rem;
  justify-content: space-around;
  padding: 10px 5px 0 5px;
}
#map-page #map-controls-wrapper #info-panel .panel-headers.border {
  border-top: 0.5px solid #5d5d5d;
  border-bottom: 0.5px solid #5d5d5d;
}
#map-page #map-controls-wrapper #info-panel .panel-headers .active {
  border-bottom: 1px solid white;
  border-radius: 0;
}
#map-page #map-controls-wrapper #info-panel .panel-headers button {
  border: none;
  width: 100%;
}
#map-page #map-controls-wrapper #info-panel .titles-constraints-wrapper {
  display: grid;
}
#map-page #map-controls-wrapper #info-panel .titles-constraints-wrapper .titles-panel-wrapper {
  grid-row: 1;
  grid-column: 1;
}
#map-page #map-controls-wrapper #info-panel .titles-constraints-wrapper .panel-wrapper {
  opacity: 0;
  display: none;
}
#map-page
  #map-controls-wrapper
  #info-panel
  .titles-constraints-wrapper
  .panel-wrapper[data-visible] {
  opacity: 1;
  display: block;
}
#map-page #map-controls-wrapper #info-panel .titles-constraints-wrapper #titles-panel {
  list-style: none;
  margin: 20px 0 0 0;
  display: grid;
}
#map-page #map-controls-wrapper #info-panel .titles-constraints-wrapper #titles-panel .non-visible {
  opacity: 0;
}
#map-page #map-controls-wrapper #info-panel .titles-constraints-wrapper #titles-panel > li {
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  transition: 200ms opacity ease-in-out;
  transition-delay: 200ms;
}
#map-page
  #map-controls-wrapper
  #info-panel
  .titles-constraints-wrapper
  #titles-panel
  > li[data-active] {
  opacity: 1;
  z-index: 1;
  transition-delay: 0ms;
}
#map-page #map-controls-wrapper #info-panel .titles-constraints-wrapper #titles-pagination-wrapper {
  text-align: center;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  margin: 0 5px;
}
#map-page
  #map-controls-wrapper
  #info-panel
  .titles-constraints-wrapper
  #titles-pagination-wrapper
  .left-arrow,
#map-page
  #map-controls-wrapper
  #info-panel
  .titles-constraints-wrapper
  #titles-pagination-wrapper
  .right-arrow {
  cursor: pointer;
}
#map-page
  #map-controls-wrapper
  #info-panel
  .titles-constraints-wrapper
  #titles-pagination-wrapper
  .features-total {
  font-size: 14px;
}
#map-page #map-controls-wrapper #info-panel #constraints-panel {
  grid-row: 1;
  grid-column: 1;
  max-width: 320px;
}
#map-page #map-controls-wrapper #info-panel #constraints-panel .constraints-data-item {
  margin: 20px 0;
  border-radius: 10px;
  border: 1px solid #cc4f5c;
  border-left-width: 20px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
#map-page #map-controls-wrapper #info-panel #constraints-panel .constraints-data-item span {
  margin-left: 20px;
  width: 80%;
}
#map-page #map-controls-wrapper #titles-search-wrapper {
  border-radius: 10px 0 0 10px;
}
#map-page #map-controls-wrapper #titles-search-wrapper.searching .search-button .searching-message {
  display: inline;
}
@-webkit-keyframes searching {
  0% {
    content: "ing";
  }
  33% {
    content: "ing.";
  }
  66% {
    content: "ing..";
  }
  100% {
    content: "ing...";
  }
}
@keyframes searching {
  0% {
    content: "ing";
  }
  33% {
    content: "ing.";
  }
  66% {
    content: "ing..";
  }
  100% {
    content: "ing...";
  }
}
#map-page #map-controls-wrapper #titles-search-wrapper .search-button {
  width: 100%;
  margin: 10px 0 20px;
}
#map-page #map-controls-wrapper #titles-search-wrapper .search-button .searching-message {
  display: none;
}
#map-page #map-controls-wrapper #titles-search-wrapper .search-button .searching-message::after {
  margin-left: -3px;
  content: "ing";
  -webkit-animation: searching 2000ms linear infinite;
  animation: searching 2000ms linear infinite;
}
#map-page #map-controls-wrapper #titles-search-wrapper input {
  background: transparent;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  color: #fff;
}
#map-page #map-controls-wrapper #titles-search-wrapper .size-inputs {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content 1fr;
  grid-template-columns: 1fr min-content 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 15px 0 10px;
  align-items: center;
}
#map-page #map-controls-wrapper #titles-search-wrapper .size-inputs input {
  margin-bottom: 0;
}
#map-page #map-controls-wrapper #titles-search-wrapper #title-search-info-box {
  overflow-y: auto;
  max-height: calc(100vh - 350px);
}
#map-page #map-controls-wrapper .editing-mode-visible {
  display: none;
}
#map-page #map-controls-wrapper.editing-mode .editing-mode-hidden {
  display: none;
}
#map-page #map-controls-wrapper.editing-mode .editing-mode-visible {
  display: block;
}
#map-page #map-controls-wrapper #top-loader {
  cursor: default;
  color: white;
}
#map-page #map-controls-wrapper #top-loader.no-district {
  visibility: hidden;
}
#map-page #map-controls-wrapper #top-loader.has-district {
  cursor: pointer;
}
#map-page #map-controls-wrapper #top-loader.loaded {
  background: #343234;
}
#map-page #map-controls-wrapper #top-loader.unavailable {
  background: #9c9c9c;
  color: black;
}
#map-page #map-controls-wrapper #top-loader.have-access {
  background: #79af9f;
  color: black;
}
#map-page #map-controls-wrapper #top-loader.no-access {
  background: #cc4f5c;
}
#map-page #map-controls-wrapper .map-panel-toggle-wrapper .togglebox-toggler {
  background-color: #343234;
  top: -1px;
  height: 72px;
}
#map-page #map-controls-wrapper .map-panel-toggle-wrapper.untoggled {
  left: -300px !important;
}
#map-page #radiusBox {
  margin: 0px 0px 15px 0px;
  padding: 2px 5px 2px 5px;
  text-align: center;
  color: white;
  background-color: #343234;
  z-index: 9999;
  border-radius: var(--border-radius);
}
#map-page #exitPrompt {
  text-align: center;
  padding: 2px 5px 2px 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #598096;
  border-radius: var(--border-radius);
}
#map-page #circTooBigBox {
  margin: 0px 0px 10px 0px;
  padding: 2px 5px 2px 5px;
  text-align: center;
  color: white;
  background-color: #fd5e53;
  z-index: 9999;
  border-radius: var(--border-radius);
}
#map-page #hpp-results-panel {
  background: #343234;
  margin-bottom: 10px;
  padding: 5px;
  width: 500px;
  border-radius: var(--border-radius);
  pointer-events: all;
}
#map-page #hpp-results-panel.is-sqft .val-suffix:before {
  content: " /sqft";
}
#map-page #hpp-results-panel .total-hp-average {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: bold;
}
#map-page #hpp-results-panel .total-hp-average .title {
  margin-right: 10px;
}
#map-page #hpp-results-panel .hp-averages {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(3, auto);
  justify-items: center;
}

/**
 *  Positioning based on child elements is a pain, so this is less about positioning of the toggler element and more about getting the icon positioning and appearance correct
 */
.togglebox-wrapper {
  position: absolute;
  transition: all 0.5s;
}
.togglebox-wrapper .togglebox-toggler {
  position: absolute;
  z-index: 3;
  height: 71px;
  width: 55px;
  background-color: #f2f2f2;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.5s;
  padding: 0 5px 0 7px;
  border: 1px solid black;
  transition: all 0.5s;
}
.togglebox-wrapper .togglebox-toggler > div {
  padding: 50% 37%;
}
.togglebox-wrapper .togglebox-toggler > div:before {
  content: "\f054";
  font-size: 20px;
}
.togglebox-wrapper.left {
  left: 0;
}
.togglebox-wrapper.left .togglebox-toggler {
  right: -55px;
  border-left: none;
}
.togglebox-wrapper.left .togglebox-toggler > div {
  transform: rotate(180deg);
}
.togglebox-wrapper.right {
  right: 0;
}
.togglebox-wrapper.right .togglebox-toggler {
  border-right: none;
}
.togglebox-wrapper.top .togglebox-toggler {
  border-top: none;
  bottom: -54px;
  height: 55px;
  width: 71px;
}
.togglebox-wrapper.top .togglebox-toggler > div {
  padding: 37% 50%;
  transform: rotate(270deg);
}
.togglebox-wrapper.untoggled.right .togglebox-toggler > div {
  transform: rotate(180deg);
}
.togglebox-wrapper.untoggled.left .togglebox-toggler > div {
  transform: rotate(0deg);
}
.togglebox-wrapper.untoggled.top .togglebox-toggler > div {
  transform: rotate(90deg);
  padding: 12% 50%;
}

/**
 *  SCSS for Two Point Range Slider created with https://refreshless.com/nouislider/
 */
.rangeSlider {
  margin: 10px 15px;
}

.slider-text {
  margin: 10px 0px;
}

.slider-title {
  margin-bottom: 10px;
  font-weight: bold;
}

.noUi-horizontal {
  height: 7.5px !important;
}

.noUi-horizontal .noUi-handle {
  width: 34px !important;
  height: 14px !important;
  right: -17px !important;
  top: -4px !important;
}

.noUi-handle:before,
.noUi-handle:after {
  top: 1px !important;
  height: 11px !important;
}

.noUi-connect {
  background: #79af9f !important;
}

.noUi-touch-area:focus {
  outline: none !important;
  box-shadow: none !important;
}

.noUi-handle:focus {
  outline: none !important;
  box-shadow: none !important;
}

.noUi-handle-lower:focus {
  outline: none !important;
  box-shadow: none !important;
}

.noUi-origin:focus {
  outline: none !important;
  box-shadow: none !important;
}

.inp-btn-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.inp-btn-wrapper label {
  color: white;
}

.clipboard-copy-wrapper {
  position: relative;
  height: 35px;
  width: 50%;
  margin: 0 auto;
}
.clipboard-copy-wrapper input {
  width: 100%;
  position: absolute;
  left: 0;
  cursor: default;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clipboard-copy-wrapper .clipboard-copy-icon {
  position: absolute;
  color: #343234;
  right: 12px;
  font-size: 25px;
  top: 7px;
}
.clipboard-copy-wrapper .clipboard-copy-icon:hover {
  color: #598096;
}

.base-titles-selector {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 10px;
  display: flex;
  background: #343234;
  border-radius: 10px 10px 10px 10px;
}
.base-titles-selector .map-button {
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  pointer-events: all;
  box-sizing: border-box;
  padding: 5px 10px;
  cursor: default;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}
.base-titles-selector .map-button:hover {
  border: 2px solid #cacaca;
  transform: scale(1.1);
}
.base-titles-selector .map-button.active {
  border: 2px solid #fdbf61;
  transform: scale(1.1);
}
.base-titles-selector .map-button:focus {
  outline: none;
}
.base-titles-selector .map-button[data-layer="road"] {
  background-image: url("/images/landstack/raster/mapResources/Google/MagicRoundabout/road.png");
}
.base-titles-selector .map-button[data-layer="terrain"] {
  background-image: url("/images/landstack/raster/mapResources/Google/terrain.png");
}
.base-titles-selector .map-button[data-layer="satellite"] {
  background-image: url("/images/landstack/raster/mapResources/Google/MagicRoundabout/satellite.png");
}
.base-titles-selector .map-button[data-layer="labelledSatellite"] {
  background-image: url("/images/landstack/raster/mapResources/Google/MagicRoundabout/satelliteLabels.png");
}
.base-titles-selector .map-button:last-of-type {
  margin: 0;
}

.cookie-pop-up.swal2-popup {
  background: #343234;
  border-radius: 1.9125em;
}
@media screen and (max-width: 992px) {
  .cookie-pop-up.swal2-popup .swal2-icon {
    font-size: 5px;
  }
}
.cookie-pop-up.swal2-popup .swal2-title {
  color: white;
}
@media screen and (max-width: 992px) {
  .cookie-pop-up.swal2-popup .swal2-title {
    font-size: 17px;
  }
}
.cookie-pop-up.swal2-popup .swal2-content {
  color: white;
}
.cookie-pop-up.swal2-popup .swal2-content p {
  line-height: 22px;
}
.cookie-pop-up.swal2-popup .swal2-content .checkbox-grid {
  display: grid;
  grid-gap: 5px;
}
.cookie-pop-up.swal2-popup .swal2-content .checkbox-grid div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookie-pop-up.swal2-popup .swal2-content .checkbox-grid label {
  background: transparent;
  font-size: 18px;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .cookie-pop-up.swal2-popup .swal2-content .checkbox-grid label {
    font-size: 14px;
  }
}
.cookie-pop-up.swal2-popup .swal2-content .checkbox-grid input {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .cookie-pop-up.swal2-popup .swal2-content {
    font-size: 14px;
    padding: 0;
  }
}
.cookie-pop-up.swal2-popup .swal2-actions button {
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .cookie-pop-up.swal2-popup .swal2-actions button {
    font-size: 14px;
  }
}

/**
 * Report Create/edit
 */
/**
 * Report results
 */
main.report-run .pagination-wrapper {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
main.report-run .pagination-wrapper li.active span {
  color: white;
}
main.report-run #results-table th.sortable {
  background-image: url("DataTables-1.10.18/images/sort_both.png");
  background-repeat: no-repeat;
  background-position: center right;
}
main.report-run #results-table th.sortable.asc {
  background-image: url("DataTables-1.10.18/images/sort_asc.png");
}
main.report-run #results-table th.sortable.desc {
  background-image: url("DataTables-1.10.18/images/sort_desc.png");
}
main.report-run #results-table th.sortable:hover {
  cursor: pointer;
}
main.report-run #results-table tr.updated {
  background-color: #eec6ca;
}
main.report-run #results-table tr.updated td.updated {
  font-weight: 900;
}
main.report-run #results-table tr.new {
  background-color: #a9ccc1;
}
main.report-run #results-table td {
  padding: 0.5rem 0.625rem 0.625rem 0.625rem;
}
main.report-run #results-table td * {
  font-size: 100% !important;
}
main.report-run #results-table td.map-link:before {
  font-size: 20px;
  width: 100%;
}
main.report-run #results-table [data-is-app-ref],
main.report-run #results-table [data-is-appeal] {
  text-decoration: underline;
  display: block;
  margin: -0.5rem -0.625rem -0.625rem -0.625rem;
  padding: 0.5rem 0.625rem 0.625rem 0.625rem;
}
main.report-run #results-table [data-is-app-ref]:hover,
main.report-run #results-table [data-is-appeal]:hover {
  color: #888;
}
main.report-run .page-title {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto auto;
}
main.report-run .page-title .keys-indicator .new-record-key:before,
main.report-run .page-title .keys-indicator .updated-record-key:before {
  width: 15px;
  height: 15px;
  content: " ";
  display: inline-block;
  margin-right: 5px;
}
main.report-run .page-title .keys-indicator .new-record-key:before {
  background-color: #a9ccc1;
}
main.report-run .page-title .keys-indicator .updated-record-key:before {
  background-color: #eec6ca;
}
main.report-run .page-title .controls {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  justify-content: flex-end;
  align-content: center;
  grid-column-gap: 15px;
}
main.report-run .page-title .controls input {
  margin-bottom: 0;
  align-self: center;
}
main.report-run .page-title .report-result-control {
  text-align: center;
  cursor: default;
}
main.report-run .page-title .report-result-control:hover {
  color: #686468;
}
main.report-run .page-title .report-result-control i {
  font-size: 32px;
}
main.report-run .page-title .report-result-control i[class^="ls-icon"] {
  font-size: 30px;
}
main.report-run .page-title .report-result-control span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

main[class^="report"] input,
main[class^="report"] select,
main[class^="report"] [type="search"] {
  border-radius: 15px;
  border-color: #cc4f5c;
}
main[class^="report"] .button {
  background: none;
  border: 1px solid #cc4f5c;
  border-radius: 20px;
  color: #343234;
  transition: background 0.2s;
}
main[class^="report"] .button:hover {
  background: #d77781;
}
main[class^="report"] .button-checked {
  background-color: #cc4f5c !important;
}

main.report-saved table thead tr,
main.report-history table thead tr {
  border-bottom-color: #cc4f5c;
}
main.report-saved td.interactive:hover,
main.report-history td.interactive:hover {
  background-color: #e5e5e5;
  cursor: pointer;
}
main.report-saved td.run,
main.report-history td.run {
  color: #79af9f;
}
main.report-saved td.edit,
main.report-history td.edit {
  color: #fdbf61;
}
main.report-saved td.delete,
main.report-history td.delete {
  color: #cc4f5c;
}
main.report-saved td.save,
main.report-history td.save {
  color: #598096;
}
main.report-saved .saved-report-filters,
main.report-history .saved-report-filters {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  justify-content: right;
}
main.report-saved .saved-report-filters .saved-report-filter-wrapper,
main.report-history .saved-report-filters .saved-report-filter-wrapper {
  width: 110px;
  display: grid;
  grid-template-rows: 50px 20px;
  text-align: center;
  cursor: default;
}
main.report-saved
  .saved-report-filters
  .saved-report-filter-wrapper.toggled
  > .saved-report-filter-button,
main.report-history
  .saved-report-filters
  .saved-report-filter-wrapper.toggled
  > .saved-report-filter-button {
  background: #cc4f5c;
}
main.report-saved
  .saved-report-filters
  .saved-report-filter-wrapper.toggled
  > .saved-report-filter-button:hover,
main.report-history
  .saved-report-filters
  .saved-report-filter-wrapper.toggled
  > .saved-report-filter-button:hover {
  opacity: 0.8;
}
main.report-saved
  .saved-report-filters
  .saved-report-filter-wrapper:hover
  > .saved-report-filter-button,
main.report-history
  .saved-report-filters
  .saved-report-filter-wrapper:hover
  > .saved-report-filter-button {
  background: #cc515d;
}
main.report-saved .saved-report-filters .saved-report-filter-wrapper .saved-report-filter-button,
main.report-history .saved-report-filters .saved-report-filter-wrapper .saved-report-filter-button {
  border: 1px solid #cc4f5c;
  color: #343234;
  border-radius: 5px;
  height: 50px;
  display: grid;
  align-content: center;
}
main.report-saved .saved-report-filters .saved-report-filter-wrapper .saved-report-filter-button i,
main.report-history
  .saved-report-filters
  .saved-report-filter-wrapper
  .saved-report-filter-button
  i {
  font-size: 30px;
}
main.report-saved .saved-report-filters .saved-report-filter-wrapper .saved-report-filter-label,
main.report-history .saved-report-filters .saved-report-filter-wrapper .saved-report-filter-label {
  font-size: 11px;
}

main[class^="report-create"] .required-button-checkbox-group.error,
main[class^="report-edit"] .required-button-checkbox-group.error {
  border: 1px solid #cc4f5c;
  padding-top: 10px;
  border-radius: 7px;
}
main[class^="report-create"] .reports-head,
main[class^="report-edit"] .reports-head {
  height: 70px;
}
main[class^="report-create"] .reports-head .title,
main[class^="report-edit"] .reports-head .title {
  font-size: 20px;
}
main[class^="report-create"] .reports-head .progress-wrapper,
main[class^="report-edit"] .reports-head .progress-wrapper {
  float: right;
}
main[class^="report-create"] .reports-head .progress-wrapper .progress-step,
main[class^="report-edit"] .reports-head .progress-wrapper .progress-step {
  width: 117px;
  display: inline-block;
  text-align: center;
  position: relative;
}
main[class^="report-create"] .reports-head .progress-wrapper .progress-step.active .progress-circle,
main[class^="report-edit"] .reports-head .progress-wrapper .progress-step.active .progress-circle {
  background: #cc4f5c;
}
main[class^="report-create"] .reports-head .progress-wrapper .progress-step.active:before,
main[class^="report-edit"] .reports-head .progress-wrapper .progress-step.active:before {
  color: #cc4f5c;
}
main[class^="report-create"] .reports-head .progress-wrapper .progress-step:before,
main[class^="report-edit"] .reports-head .progress-wrapper .progress-step:before {
  content: ".................";
  top: 3px;
  position: absolute;
  left: -42px;
}
main[class^="report-create"] .reports-head .progress-wrapper .progress-step:first-of-type:before,
main[class^="report-edit"] .reports-head .progress-wrapper .progress-step:first-of-type:before {
  content: none;
}
main[class^="report-create"] .reports-head .progress-wrapper .progress-step .progress-circle,
main[class^="report-edit"] .reports-head .progress-wrapper .progress-step .progress-circle {
  border: 3px solid black;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
}
main[class^="report-create"] .reports-head .progress-wrapper .progress-step .progress-circle i,
main[class^="report-edit"] .reports-head .progress-wrapper .progress-step .progress-circle i {
  margin-left: 1px;
  margin-top: 6px;
  font-size: 18px;
  display: inline-block;
}
main[class^="report-create"]
  .reports-head
  .progress-wrapper
  .progress-step
  .progress-circle
  i.ls-icon-house-1,
main[class^="report-edit"]
  .reports-head
  .progress-wrapper
  .progress-step
  .progress-circle
  i.ls-icon-house-1 {
  font-size: 10px;
  margin-top: 14px;
}
main[class^="report-create"] .reports-head .progress-wrapper .progress-step .progress-name,
main[class^="report-edit"] .reports-head .progress-wrapper .progress-step .progress-name {
  font-size: 12px;
}
main[class^="report-create"] .reports-head .progress-wrapper.all-active .progress-step:before,
main[class^="report-edit"] .reports-head .progress-wrapper.all-active .progress-step:before {
  color: #cc4f5c;
}
main[class^="report-create"] .report-filters-wrapper,
main[class^="report-edit"] .report-filters-wrapper {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  grid-column-gap: 60px;
}
main[class^="report-create"] .report-filters-wrapper .report-filters-column,
main[class^="report-edit"] .report-filters-wrapper .report-filters-column {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  align-content: baseline;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
}
main[class^="report-create"] .report-filters-wrapper .report-filters-column input,
main[class^="report-create"] .report-filters-wrapper .report-filters-column select,
main[class^="report-edit"] .report-filters-wrapper .report-filters-column input,
main[class^="report-edit"] .report-filters-wrapper .report-filters-column select {
  max-width: 250px;
}
main[class^="report-create"] .report-filters-wrapper .report-filters-column .button-checkbox,
main[class^="report-edit"] .report-filters-wrapper .report-filters-column .button-checkbox {
  margin-bottom: 10px;
}
main[class^="report-create"] .report-filters-wrapper .report-filters-column .date-range,
main[class^="report-edit"] .report-filters-wrapper .report-filters-column .date-range {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-column-gap: 20px;
}
main[class^="report-create"]
  .report-filters-wrapper
  .report-filters-column
  .decision-dates
  .date-method-wrapper,
main[class^="report-create"]
  .report-filters-wrapper
  .report-filters-column
  .decision-dates
  .date-range,
main[class^="report-edit"]
  .report-filters-wrapper
  .report-filters-column
  .decision-dates
  .date-method-wrapper,
main[class^="report-edit"]
  .report-filters-wrapper
  .report-filters-column
  .decision-dates
  .date-range {
  display: grid;
  grid-template-columns: repeat(2, 175px);
  grid-column-gap: 15px;
  align-content: end;
}
main[class^="report-create"]
  .report-filters-wrapper
  .report-filters-column
  .decision-dates
  .date-method-wrapper
  div:nth-child(2),
main[class^="report-create"]
  .report-filters-wrapper
  .report-filters-column
  .decision-dates
  .date-method-wrapper
  div:nth-child(3),
main[class^="report-edit"]
  .report-filters-wrapper
  .report-filters-column
  .decision-dates
  .date-method-wrapper
  div:nth-child(2),
main[class^="report-edit"]
  .report-filters-wrapper
  .report-filters-column
  .decision-dates
  .date-method-wrapper
  div:nth-child(3) {
  grid-row-start: 2;
}
main[class^="report-create"] .report-filters-wrapper .report-filters-column .units-size-inputs,
main[class^="report-edit"] .report-filters-wrapper .report-filters-column .units-size-inputs {
  display: grid;
  grid-template-columns: 150px 150px;
  grid-column-gap: 20px;
}
main[class^="report-create"]
  .report-filters-wrapper
  .report-filters-column
  .units-size-inputs.reduce-bottom-margin,
main[class^="report-edit"]
  .report-filters-wrapper
  .report-filters-column
  .units-size-inputs.reduce-bottom-margin {
  margin-bottom: -10px;
}
main[class^="report-create"]
  .report-filters-wrapper
  .report-filters-column
  .units-size-inputs
  input,
main[class^="report-edit"] .report-filters-wrapper .report-filters-column .units-size-inputs input {
  max-width: 150px;
}
main[class^="report-create"] .report-users-wrapper,
main[class^="report-edit"] .report-users-wrapper {
  height: 40vh;
  margin-top: 20px;
}
main[class^="report-create"] .report-users-wrapper .users-emails,
main[class^="report-edit"] .report-users-wrapper .users-emails {
  width: 25%;
  max-height: 100%;
  height: 100%;
  overflow-y: scroll;
}
main[class^="report-create"] .report-users-wrapper .users-emails .email-wrapper,
main[class^="report-edit"] .report-users-wrapper .users-emails .email-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
main[class^="report-create"] .report-users-wrapper .users-emails .email-wrapper input,
main[class^="report-edit"] .report-users-wrapper .users-emails .email-wrapper input {
  width: 70%;
  margin: 0;
}
main[class^="report-create"] .report-users-wrapper .users-emails .email-wrapper input.disabled,
main[class^="report-edit"] .report-users-wrapper .users-emails .email-wrapper input.disabled {
  pointer-events: none;
  background: #bababa;
}
main[class^="report-create"] .report-users-wrapper .users-emails .email-wrapper .buttons-wrapper,
main[class^="report-edit"] .report-users-wrapper .users-emails .email-wrapper .buttons-wrapper {
  display: flex;
  width: 100px;
  justify-content: space-between;
}
main[class^="report-create"]
  .report-users-wrapper
  .users-emails
  .email-wrapper
  .buttons-wrapper
  button,
main[class^="report-edit"]
  .report-users-wrapper
  .users-emails
  .email-wrapper
  .buttons-wrapper
  button {
  border-radius: 50%;
  color: white;
  height: 40px;
  width: 40px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
main[class^="report-create"]
  .report-users-wrapper
  .users-emails
  .email-wrapper
  .buttons-wrapper
  button:hover,
main[class^="report-edit"]
  .report-users-wrapper
  .users-emails
  .email-wrapper
  .buttons-wrapper
  button:hover {
  background: white;
  color: black;
}
main[class^="report-create"]
  .report-users-wrapper
  .users-emails
  .email-wrapper
  .buttons-wrapper
  .add-email,
main[class^="report-edit"]
  .report-users-wrapper
  .users-emails
  .email-wrapper
  .buttons-wrapper
  .add-email {
  background: #2b2b2b;
}
main[class^="report-create"]
  .report-users-wrapper
  .users-emails
  .email-wrapper
  .buttons-wrapper
  .remove-email,
main[class^="report-edit"]
  .report-users-wrapper
  .users-emails
  .email-wrapper
  .buttons-wrapper
  .remove-email {
  background: #ff7777;
}
main[class^="report-create"] .report-users-wrapper .email-error,
main[class^="report-edit"] .report-users-wrapper .email-error {
  color: #ff3e3e;
}
main[class^="report-create"] .report-footer-buttons,
main[class^="report-edit"] .report-footer-buttons {
  display: grid;
  grid-template-columns: repeat(3, auto);
}
main[class^="report-create"] .report-footer-buttons .footer-left,
main[class^="report-edit"] .report-footer-buttons .footer-left {
  justify-self: flex-start;
}
main[class^="report-create"] .report-footer-buttons .footer-center,
main[class^="report-edit"] .report-footer-buttons .footer-center {
  justify-self: center;
}
main[class^="report-create"] .report-footer-buttons .footer-right,
main[class^="report-edit"] .report-footer-buttons .footer-right {
  justify-self: flex-end;
}
main[class^="report-create"] .reports-step,
main[class^="report-edit"] .reports-step {
  display: none;
}
main[class^="report-create"] .reports-step.visible,
main[class^="report-edit"] .reports-step.visible {
  display: block;
}
main[class^="report-create"] .report-form-wrapper,
main[class^="report-edit"] .report-form-wrapper {
  border: 3px solid #cc4f5c;
  border-radius: 15px;
  padding: 10px 20px;
  margin-bottom: 20px;
  min-height: calc(100vh - 155px);
  position: relative;
}
main[class^="report-create"] .report-form-wrapper .report-footer-buttons,
main[class^="report-edit"] .report-form-wrapper .report-footer-buttons {
  display: grid;
  grid-template-columns: repeat(3, auto);
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
}

#report-districts .report-footer-buttons {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 20px;
  background: #f2f2f2;
}
#report-districts .districts-map {
  display: grid;
  grid-template-columns: 60% minmax(-webkit-min-content, 300px) minmax(
      -webkit-min-content,
      -webkit-max-content
    );
  grid-template-columns: 60% minmax(min-content, 300px) minmax(min-content, max-content);
  justify-content: flex-end;
  grid-column-gap: 20px;
}
#report-districts .districts-map .districts-instructions {
  border: 1px solid #cacaca;
  padding: 5px 10px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
#report-districts .districts-map .districts-list-column {
  width: auto;
  float: none;
}
#report-districts #districts-list {
  max-height: calc(100vh - 200px);
}
#report-districts #districts-list #districts-list-bottom {
  color: gray;
  padding-top: 10px;
}
#report-districts #districts-list #districts-list-bottom .district-full-name:hover {
  color: #343234;
}
#report-districts #districts-list #districts-list-top .district-list-row-wrapper:last-of-type {
  border-bottom: 2px solid lightgray;
}

main[class^="autoUpdates-"] {
  /**
   * Application manager - shared
   */
  /**
   * Application manager - new apps
   */
  /**
   * Applications manager - updated
   */
}
main[class^="autoUpdates-"] :root {
  --status-color: #e5e5e5;
  --lighter-color: #f2f2f2;
}
main[class^="autoUpdates-"] .application {
  background-color: var(--status-color);
}
main[class^="autoUpdates-"] .application .link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: calc(100vw - 300px);
}
main[class^="autoUpdates-"] .application tr {
  background-color: var(--status-color);
}
main[class^="autoUpdates-"] .application tr:nth-of-type(odd) {
  background-color: var(--lighter-color);
}
main[class^="autoUpdates-"] .verified {
  --status-color: #79af9f;
  --lighter-color: #89b9aa;
}
main[class^="autoUpdates-"] .receiving {
  --status-color: #e5e5e5;
  --lighter-color: #f2f2f2;
}
main[class^="autoUpdates-"] .failed {
  --status-color: #cacaca;
  --lighter-color: #d7d7d7;
}
main[class^="autoUpdates-"] .error,
main[class^="autoUpdates-"] .has-error {
  --status-color: #d77781 !important;
  --lighter-color: #e39ea5 !important;
}
main[class^="autoUpdates-"] .resolved {
  --status-color: #ccc;
  --lighter-color: #ddd;
}
main[class^="autoUpdates-"] .cancelled {
  --status-color: #d7d7d7;
  --lighter-color: #e4e4e4;
}
main[class^="autoUpdates-"] .complete {
  --status-color: #fdbf61;
  --lighter-color: #fdc97a;
}
main[class^="autoUpdates-"] .scrape-status {
  --font-color: #000000;
}
main[class^="autoUpdates-"] .scrape-status.interactive:hover {
  background-color: var(--lighter-color);
}
main[class^="autoUpdates-"] .application-manager {
  margin-bottom: 100px;
}
main[class^="autoUpdates-"] .scrape-statuses .section-separator td {
  background: black;
  height: 5px;
  padding: 0;
}
main[class^="autoUpdates-"] .footer-controls {
  display: flex;
  grid-gap: 20px;
  position: fixed;
  bottom: 0;
  background: #f2f2f2;
  width: 100%;
  padding: 20px 10px 0;
  left: 0;
  align-items: baseline;
}
main[class^="autoUpdates-"] .footer-controls select {
  width: auto;
}
main[class^="autoUpdates-"] .footer-controls div:last-of-type {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-left: auto;
}
main[class^="autoUpdates-"] .applications {
  margin-top: 20px;
}
main[class^="autoUpdates-"] .applications .application {
  margin-bottom: 30px;
  border-bottom: 1px solid black;
  padding: 10px 10px 20px;
  background-color: var(--status-color);
}
main[class^="autoUpdates-"] .applications .application.resolved {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flash-to-resolved;
  animation-name: flash-to-resolved;
}
main[class^="autoUpdates-"] .applications .application.unresolved {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flash-to-unresolved;
  animation-name: flash-to-unresolved;
}
@-webkit-keyframes flash-to-resolved {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--status-color);
  }
}
@keyframes flash-to-resolved {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--status-color);
  }
}
@-webkit-keyframes flash-to-unresolved {
  from {
    background-color: var(--status-color);
  }
  to {
    background-color: transparent;
  }
}
@keyframes flash-to-unresolved {
  from {
    background-color: var(--status-color);
  }
  to {
    background-color: transparent;
  }
}
main[class^="autoUpdates-"] .applications .application td {
  overflow: auto;
  max-width: 40vw;
}
main[class^="autoUpdates-"] .applications .application .header {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content;
  grid-column-gap: 15px;
  margin-bottom: 10px;
}
main[class^="autoUpdates-"] .applications .application .header .button {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
main[class^="autoUpdates-"] .applications .application .app-info {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 20px;
}
main[class^="autoUpdates-"] .progress-bar {
  height: 5px;
  width: 100%;
  margin-bottom: 10px;
}
main[class^="autoUpdates-"] .progress-bar .progress-bar-inner {
  background-color: #598096;
  width: 0;
  height: 100%;
  margin: -17px -15px;
  transition: width 0.5s;
}
main[class^="autoUpdates-"] #newApplications-tab .application.completed .show-on-completed {
  display: inline-block;
}
main[class^="autoUpdates-"] #newApplications-tab .application.completed .hide-on-completed {
  display: none !important;
}
main[class^="autoUpdates-"] #newApplications-tab .application.resolved .hide-on-resolved {
  display: none !important;
}
main[class^="autoUpdates-"] #newApplications-tab .application.rejected .reject-btn:before {
  content: "Unreject";
}
main[class^="autoUpdates-"] #newApplications-tab .application .show-on-completed {
  display: none;
}
main[class^="autoUpdates-"] #newApplications-tab .application .map-btn {
  background: #79af9f;
}
main[class^="autoUpdates-"] #newApplications-tab .application .map-btn:before {
  content: "Map";
}
main[class^="autoUpdates-"] #newApplications-tab .application .map-btn:hover {
  background: #99c2b6;
}
main[class^="autoUpdates-"] #newApplications-tab .application .reject-btn {
  background: #cc4f5c;
}
main[class^="autoUpdates-"] #newApplications-tab .application .reject-btn:before {
  content: "Reject";
}
main[class^="autoUpdates-"] #newApplications-tab .application .reject-btn:hover {
  background: #d77781;
}
main[class^="autoUpdates-"] #newApplications-tab .application .ignore-btn {
  background: orange;
}
main[class^="autoUpdates-"] #newApplications-tab .application .ignore-btn:before {
  content: "Ignore";
}
main[class^="autoUpdates-"] #newApplications-tab .application .ignore-btn:hover {
  background: #ffb733;
}
main[class^="autoUpdates-"] #applicationLogs-tab .application .resolve-btn:before {
  content: "Save and mark as verified";
}
main[class^="autoUpdates-"] #applicationLogs-tab .application .map-btn:before {
  content: "Map application";
}
main[class^="autoUpdates-"] #applicationLogs-tab .application .map-btn.resolved:before {
  content: "Mapped";
  cursor: not-allowed;
}
main[class^="autoUpdates-"] #applicationLogs-tab .application.resolved .resolve-btn:before {
  content: "Save and mark as unverified";
}
main[class^="autoUpdates-"] #applicationLogs-tab .app-diff th:first-of-type,
main[class^="autoUpdates-"] #applicationLogs-tab .app-diff td:first-of-type {
  width: 20%;
}
main[class^="autoUpdates-"] #applicationLogs-tab .app-diff th:last-of-type,
main[class^="autoUpdates-"] #applicationLogs-tab .app-diff th:nth-of-type(2),
main[class^="autoUpdates-"] #applicationLogs-tab .app-diff td:last-of-type,
main[class^="autoUpdates-"] #applicationLogs-tab .app-diff td:nth-of-type(2) {
  width: 40%;
}

:root {
  --lsGreen: #79af9f;
  --lsRed: #cc4f5c;
  --lsBlue: #598096;
  --bg: #343234;
  --fg: #fff;
  --activeBg: #598096;
  --activeFg: #fff;
  --borderRad: 10px;
  --padding: 20px;
}

body.map-page .context-wrapper li.title {
  color: #5ccc4f;
}
body.map-page .context-wrapper li.existing {
  color: #26ffff;
}
body.map-page .context-wrapper li.scraped {
  color: #ffe400;
}
body.map-page .assign-application-options {
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}
body.map-page .assign-application-options .application {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  width: 100%;
  justify-items: baseline;
  grid-gap: 24px;
}
body.map-page .assign-application-options .button {
  padding: 10px;
  cursor: pointer;
}
body.map-page .assign-application-options .button:hover {
  filter: brightness(120%);
}
body.map-page .assign-application-options .button.overwrite {
  background: var(--lsRed);
}
body.map-page #map {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
body.map-page .rounded {
  border-radius: var(--borderRad);
}
body.map-page input {
  background: var(--bg);
  color: var(--fg);
}
body.map-page #controls-wrapper {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2;
  /**
   * Layouts
   */
}
body.map-page #controls-wrapper * {
  pointer-events: all;
}
body.map-page #controls-wrapper .filled {
  background: var(--bg);
  color: var(--fg);
  padding: 5px 10px;
}
body.map-page #controls-wrapper .filled.interactive {
  cursor: default;
}
body.map-page #controls-wrapper .filled.interactive:hover {
  filter: brightness(120%);
}
body.map-page #controls-wrapper .filled.interactive.disabled,
body.map-page #controls-wrapper .filled.interactive.disabled:hover {
  cursor: not-allowed;
  filter: brightness(50%);
}
body.map-page #controls-wrapper .filled.interactive.active {
  background: var(--activeBg);
}
body.map-page #controls-wrapper > div {
  position: absolute;
}
body.map-page #controls-wrapper .tl-wrapper {
  top: var(--padding);
  left: var(--padding);
}
body.map-page #controls-wrapper .tc-wrapper {
  top: var(--padding);
  margin: 0 auto;
}
body.map-page #controls-wrapper .tr-wrapper {
  top: var(--padding);
  right: var(--padding);
}
body.map-page #controls-wrapper .bl-wrapper {
  left: var(--padding);
  bottom: var(--padding);
}
body.map-page #controls-wrapper .br-wrapper {
  right: var(--padding);
  bottom: var(--padding);
}
body.map-page #controls-wrapper #top-loader {
  top: 20px;
  width: calc(100% - 20px);
  text-align: center;
  color: #ffffff;
  pointer-events: none;
}
body.map-page #controls-wrapper #top-loader .district-name {
  display: inline-block;
}
body.map-page #controls-wrapper #search-wrapper {
  width: 300px;
}
body.map-page #controls-wrapper #search-wrapper #search-results-wrapper {
  background: white;
  margin-top: -16px;
}
body.map-page #controls-wrapper #search-wrapper #search-results-wrapper .search-result {
  padding: 10px;
  cursor: default;
}
body.map-page #controls-wrapper #site-info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 30vw;
  color: var(--fg);
  background: var(--bg);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: var(--padding);
}
body.map-page #controls-wrapper #site-info ul {
  margin-bottom: 0;
}
body.map-page #controls-wrapper #app-control-wrapper {
  right: 20px;
  top: 20px;
}
body.map-page #controls-wrapper #applications-list {
  bottom: 20px;
  right: 20px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
body.map-page #controls-wrapper #applications-list li,
body.map-page #controls-wrapper #app-control-wrapper li {
  padding: 10px;
  cursor: default;
  list-style: none;
}
body.map-page #controls-wrapper #base-map-selection-wrapper {
  display: flex;
}
body.map-page #controls-wrapper #base-map-selection-wrapper div {
  cursor: default;
}
body.map-page #controls-wrapper #base-map-selection-wrapper div:first-of-type {
  border-radius: var(--borderRad) 0 0 var(--borderRad);
}
body.map-page #controls-wrapper #base-map-selection-wrapper div:last-of-type {
  border-radius: 0 var(--borderRad) var(--borderRad) 0;
}
body.map-page #controls-wrapper #base-map-selection-wrapper div:hover {
  filter: brightness(120%);
}
body.map-page #controls-wrapper #base-map-selection-wrapper div.active {
  background: var(--activeBg);
}
body.map-page #controls-wrapper #control-buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.map-page .swal2-content label {
  color: var(--fg);
}

#land-for-sale {
  background: #343234;
  --leftPanelWidth: 450px;
  --leftPanelMaxWidth: 50vw;
}
#land-for-sale .autocomplete {
  z-index: 15;
}
#land-for-sale #map {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#land-for-sale #map .ol-zoom {
  bottom: 10px;
  top: auto;
  display: flex;
  background-color: #343234;
}
#land-for-sale #map .ol-zoom .ol-zoom-in,
#land-for-sale #map .ol-zoom .ol-zoom-out {
  background-color: #1a191a;
}
#land-for-sale #map .ol-zoom .ol-zoom-in:hover,
#land-for-sale #map .ol-zoom .ol-zoom-out:hover {
  background-color: #4e4b4e;
}
#land-for-sale #map .ol-attribution {
  background-color: transparent;
}
#land-for-sale #map .ol-attribution ul {
  display: none;
}
#land-for-sale #map .ol-attribution button {
  background-color: #343234;
  height: 29px;
  width: 30px;
  border-radius: 0 4px 4px 0;
  padding-left: 4px;
}
#land-for-sale #map .ol-attribution button:hover {
  background-color: #4e4b4e;
}
#land-for-sale #map .ol-zoomslider {
  bottom: 10px;
  top: auto;
  left: 80px;
  background-color: #343234;
  width: 202px;
  height: 31px;
  padding: 0;
  border-radius: 5px;
}
#land-for-sale #map .ol-zoomslider:hover {
  background-color: #4e4b4e;
}
#land-for-sale #map .ol-zoomslider-thumb {
  height: 29px;
  width: 15px;
  margin: 0;
  filter: none;
  background-color: #1a191a;
  border-radius: 5px;
  bottom: -1px;
}
#land-for-sale #map a.ol-zoomslider-handle:hover {
  background-color: #4e4b4e;
}
#land-for-sale #map-overlays #search-wrapper {
  position: absolute;
  z-index: 5;
  left: 15px;
  top: 10px;
  width: calc(var(--leftPanelWidth) - 15px);
  max-width: var(--leftPanelMaxWidth);
}
#land-for-sale #map-overlays #search-wrapper input {
  background: #343234;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #807979;
}
#land-for-sale #map-overlays #tandc {
  position: absolute;
  right: 34px;
  bottom: 11px;
  z-index: 10;
  background: #343234;
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  color: white;
}
#land-for-sale #map-overlays #tandc:hover {
  background-color: #4e4b4e;
}
#land-for-sale #map-overlays #marketed-land-info {
  position: fixed;
  width: var(--leftPanelWidth);
  max-width: var(--leftPanelMaxWidth);
}
#land-for-sale #base-titles-selector-wrapper {
  z-index: 10;
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
#land-for-sale #base-titles-selector-wrapper .base-titles-selector {
  pointer-events: all;
  border-radius: 5px;
}
#land-for-sale #osm-attribution-btn {
  background: #343234;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 29px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  cursor: pointer;
  right: 10px;
  bottom: 11px;
  z-index: 5;
  padding-left: 4px;
}
#land-for-sale #osm-attribution-btn:hover,
#land-for-sale #osm-attribution-btn:focus {
  background-color: #4e4b4e;
}
#land-for-sale #osm-attribution-btn span {
  color: white;
  font-size: 1.14em;
  font-weight: 700;
}

#land-for-sale #marketed-land-info,
#map-page #marketed-land-info {
  background: #343234;
  color: white;
  border-radius: 0 10px 10px 0;
  z-index: 15;
  padding: 30px 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms;
  left: 0;
  top: 65px;
  font-size: 0.8rem;
  display: grid;
  row-gap: 20px;
}
#land-for-sale #marketed-land-info.visible,
#map-page #marketed-land-info.visible {
  opacity: 1;
  pointer-events: all;
}
#land-for-sale #marketed-land-info a,
#map-page #marketed-land-info a {
  text-decoration: underline;
  color: white;
}
#land-for-sale #marketed-land-info .zoom-to-site,
#map-page #marketed-land-info .zoom-to-site {
  float: right;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
#land-for-sale #marketed-land-info .close-btn,
#map-page #marketed-land-info .close-btn {
  right: 20px;
  top: 18px;
  font-size: 16px;
  position: absolute;
}
#land-for-sale #marketed-land-info .close-btn:hover,
#map-page #marketed-land-info .close-btn:hover {
  color: #a7a7a7;
}
#land-for-sale #marketed-land-info .top,
#map-page #marketed-land-info .top {
  display: flex;
}
#land-for-sale #marketed-land-info .main-info,
#land-for-sale #marketed-land-info .other-info,
#land-for-sale #marketed-land-info .status-info,
#map-page #marketed-land-info .main-info,
#map-page #marketed-land-info .other-info,
#map-page #marketed-land-info .status-info {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 20px;
  align-items: start;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
#land-for-sale #marketed-land-info .main-info span:nth-of-type(odd),
#land-for-sale #marketed-land-info .metrics-info span:nth-of-type(odd),
#land-for-sale #marketed-land-info .other-info span:nth-of-type(odd),
#land-for-sale #marketed-land-info .status-info span:nth-of-type(odd),
#land-for-sale #marketed-land-info .more-info-link,
#map-page #marketed-land-info .main-info span:nth-of-type(odd),
#map-page #marketed-land-info .metrics-info span:nth-of-type(odd),
#map-page #marketed-land-info .other-info span:nth-of-type(odd),
#map-page #marketed-land-info .status-info span:nth-of-type(odd),
#map-page #marketed-land-info .more-info-link {
  font-weight: bold;
}
#land-for-sale #marketed-land-info .metrics-info,
#map-page #marketed-land-info .metrics-info {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
#land-for-sale #marketed-land-info .thumb-wrapper,
#map-page #marketed-land-info .thumb-wrapper {
  margin-right: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  -moz-column-gap: 3px;
  column-gap: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#land-for-sale #marketed-land-info .thumb-wrapper-div,
#map-page #marketed-land-info .thumb-wrapper-div {
  float: left;
  vertical-align: middle;
  margin-right: 8px;
}
#land-for-sale #marketed-land-info .thumb-wrapper-div img,
#map-page #marketed-land-info .thumb-wrapper-div img {
  width: 100%;
}
#land-for-sale #marketed-land-info .marketed-land-status,
#map-page #marketed-land-info .marketed-land-status {
  padding-left: 10px;
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-color: white;
  border-radius: 10px;
}

/** Notes
 var(--inner-height-of-screen) set dynamically in resources/assets/js/modules/sites/mySites/IndexPage.js
**/
.my-sites-index {
  --sliderWidth: 400px;
  --filters-toggler-top: 5px;
  margin-right: 0;
}
.my-sites-index select {
  margin-bottom: 0;
}
.my-sites-index .delete {
  color: #de0012;
}
.my-sites-index .delete:hover {
  color: #ff4554;
}
@media screen and (max-width: 992px) {
  .my-sites-index {
    --sliderWidth: 100vw;
  }
}
@media screen and (min-width: 1200px) {
  .my-sites-index {
    --filters-toggler-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .my-sites-index {
    overflow-y: scroll;
    height: var(--inner-height-of-screen, 100vh);
  }
}
.my-sites-index #base-wrapper {
  display: grid;
  grid-template-columns: 1fr 0;
  transition: all 500ms;
  /* Slider/Filters */
  /* Tabs */
  /* Table */
  /* Pagination */
}
.my-sites-index #base-wrapper label[for="reference"]:before {
  content: "Reference";
}
.my-sites-index #base-wrapper[data-showing="titles"] .titles-hidden {
  display: none;
}
.my-sites-index #base-wrapper[data-showing="titles"] label[for="reference"]:before {
  content: "Title Number";
}
.my-sites-index #base-wrapper.slider-toggled {
  grid-template-columns: 1fr var(--sliderWidth);
}
.my-sites-index #base-wrapper.slider-toggled #slider {
  right: 0;
}
.my-sites-index #base-wrapper #slider {
  z-index: 5;
  background-color: #343234;
  border-radius: 10px 0 0 10px;
  position: fixed;
  right: calc(var(--sliderWidth) * -1);
  top: var(--filters-toggler-top);
  width: var(--sliderWidth);
  max-width: 100%;
  transition: right 500ms;
  height: calc(var(----inner-height-of-screen, 100vh) - 60px);
}
@media screen and (max-width: 992px) {
  .my-sites-index #base-wrapper #slider {
    overflow-y: scroll;
    height: var(----inner-height-of-screen, 100vh);
  }
}
.my-sites-index #base-wrapper #slider .filters {
  color: white;
  position: relative;
  margin: 65px 15px 0;
  height: 100%;
}
.my-sites-index #base-wrapper #slider .filters form {
  display: grid;
  grid-template-rows: -webkit-min-content minmax(100px, 2fr) minmax(100px, 2fr) -webkit-min-content;
  grid-template-rows: min-content minmax(100px, 2fr) minmax(100px, 2fr) min-content;
  height: calc(100vh - 140px);
}
@media screen and (max-width: 992px) {
  .my-sites-index #base-wrapper #slider .filters form {
    grid-template-rows: repeat(4, -webkit-min-content);
    grid-template-rows: repeat(4, min-content);
  }
}
.my-sites-index #base-wrapper #slider .filters label {
  font-weight: bold;
  color: white;
  margin-bottom: 0;
}
.my-sites-index #base-wrapper #slider .filters input {
  color: white;
  background: transparent;
  border: 2px solid #bababa;
  border-radius: 15px;
  margin-bottom: 0;
}
.my-sites-index #base-wrapper #slider .filters .filter-row {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  overflow-y: auto;
  -moz-column-gap: 15px;
  column-gap: 15px;
  align-items: center;
  row-gap: 15px;
}
.my-sites-index #base-wrapper #slider .filters .item-filter {
  margin-bottom: 20px;
  position: relative;
}
.my-sites-index #base-wrapper #slider .filters .item-filter i {
  position: absolute;
  right: -12px;
  width: 40px;
  top: 12px;
}
.my-sites-index #base-wrapper #slider .filters .item-filter input {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  cursor: default;
  transition: width 300ms;
}
.my-sites-index #base-wrapper #slider .filters .item-filter input:focus {
  width: 275px;
  cursor: text;
}
@media screen and (max-width: 992px) {
  .my-sites-index #base-wrapper #slider .filters .item-filter input:focus {
    width: 70%;
  }
}
.my-sites-index #base-wrapper #slider .filters .checkbox-list {
  font-weight: bold;
  margin-top: 25px;
  overflow-x: hidden;
  height: 100%;
}
.my-sites-index #base-wrapper #slider .filters .checkbox-list .checkboxes {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 5px;
  overflow-y: scroll;
  max-height: 400px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .my-sites-index #base-wrapper #slider .filters .checkbox-list .checkboxes {
    grid-template-columns: auto;
    row-gap: 15px;
    max-height: 170px;
  }
}
.my-sites-index #base-wrapper #slider .filters .checkbox-list .checkboxes label {
  font-weight: normal;
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  -moz-column-gap: 15px;
  column-gap: 15px;
  align-items: start;
  order: 2;
  line-height: initial;
}
.my-sites-index #base-wrapper #slider .filters .checkbox-list .checkboxes label span {
  align-self: center;
}
.my-sites-index #base-wrapper #slider .filters .checkbox-list .checkboxes label.is-checked {
  order: 1;
}
.my-sites-index
  #base-wrapper
  #slider
  .filters
  .checkbox-list
  .checkboxes
  label
  input[type="checkbox"] {
  margin: 0;
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .my-sites-index
    #base-wrapper
    #slider
    .filters
    .checkbox-list
    .checkboxes
    label
    input[type="checkbox"] {
    transform: scale(1.4);
    margin-right: 10px;
  }
}
.my-sites-index #base-wrapper .ls-tabs {
  margin-right: 20px;
}
.my-sites-index #base-wrapper .ls-tabs .ls-tabs-menu {
  width: 100%;
}
.my-sites-index #base-wrapper table {
  border-collapse: revert;
}
.my-sites-index #base-wrapper table th {
  font-weight: normal;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid black;
}
.my-sites-index #base-wrapper table th[data-sort] {
  background: url("DataTables-1.10.18/images/sort_both.png") no-repeat right;
  cursor: pointer;
}
.my-sites-index #base-wrapper table th[data-sort].asc {
  background-image: url("DataTables-1.10.18/images/sort_asc.png");
}
.my-sites-index #base-wrapper table th[data-sort].desc {
  background-image: url("DataTables-1.10.18/images/sort_desc.png");
}
@media screen and (max-width: 992px) {
  .my-sites-index #base-wrapper table th[data-sort="c"],
  .my-sites-index #base-wrapper table th[data-sort="d"],
  .my-sites-index #base-wrapper table th[data-sort="address"] {
    display: none;
  }
}
.my-sites-index #base-wrapper table tbody tr {
  cursor: pointer;
}
.my-sites-index #base-wrapper table tbody tr:nth-of-type(odd) {
  background: transparent;
}
.my-sites-index #base-wrapper table tbody tr:nth-of-type(even) {
  background: #d8d8d8;
}
@media screen and (max-width: 992px) {
  .my-sites-index #base-wrapper table tbody tr td.c,
  .my-sites-index #base-wrapper table tbody tr td.d,
  .my-sites-index #base-wrapper table tbody tr td.address {
    display: none;
  }
}
.my-sites-index #base-wrapper table tbody tr:hover {
  background: #cccccc;
}
.my-sites-index #base-wrapper .pagination-wrapper {
  text-align: right;
}
.my-sites-index #base-wrapper .pagination-wrapper > span {
  display: none;
}
.my-sites-index #base-wrapper .pagination-wrapper .pagination .active {
  font-weight: bold;
}
.my-sites-index #filters-toggler {
  position: absolute;
  top: calc(var(--filters-toggler-top) + 15px);
  right: 35px;
  cursor: pointer;
  z-index: 11;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .my-sites-index #filters-toggler {
    right: 65px;
  }
}
.my-sites-index #filters-toggler:hover {
  color: #555;
}
.my-sites-index #filters-toggler.toggled,
.my-sites-index #filters-toggler .toggled {
  position: fixed;
  right: calc(100% - 4rem);
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 400px) {
  .my-sites-index #filters-toggler.toggled,
  .my-sites-index #filters-toggler .toggled {
    right: calc(var(--sliderWidth) - 65px);
  }
}
@media screen and (min-width: 992px) {
  .my-sites-index #filters-toggler.mobile-filter {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .my-sites-index #filters-toggler.desktop-filter {
    display: none;
  }
  .my-sites-index #filters-toggler i {
    font-size: 22px;
    color: #555;
  }
}
.my-sites-index #mobile-hamburger-wrapper {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .my-sites-index #mobile-hamburger-wrapper {
    display: none;
  }
}

.shared-site-share-wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 500px) -webkit-max-content;
  grid-template-columns: minmax(auto, 500px) max-content;
  grid-column-gap: 20px;
  margin-bottom: 20px;
}
.shared-site-share-wrapper .email-input {
  margin-bottom: 0;
}
.shared-site-share-wrapper .remove-btn {
  margin: auto;
  background: salmon;
  display: block;
  padding: 7px 13px;
  border-radius: 13px;
}
.shared-site-share-wrapper .remove-btn:hover {
  background: #f85441;
}

.my-titles-purchasesForTitle .purchase-info {
  display: grid;
  grid-row-gap: 20px;
}
.my-titles-purchasesForTitle .purchase-info .contacts {
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  grid-column-gap: 30px;
}
.my-titles-purchasesForTitle .purchase-info .basic-purchase-info {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-column-gap: 15px;
  grid-row-gap: 10px;
}
.my-titles-purchasesForTitle .purchase-info .files .file {
  display: block;
  text-decoration: underline;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.my-titles-purchasesForTitle .entries-list .has-data {
  text-decoration: underline;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.my-titles-purchasesForTitle .entries-list .has-data:hover {
  text-decoration: none;
}

main.siteMaintenance-show,
main.siteMaintenance-store {
  /* Details element styles */
}
main.siteMaintenance-show .d-flex,
main.siteMaintenance-store .d-flex {
  display: flex;
}
main.siteMaintenance-show .w-100,
main.siteMaintenance-store .w-100 {
  width: 100%;
}
main.siteMaintenance-show .w-50,
main.siteMaintenance-store .w-50 {
  width: 50%;
}
main.siteMaintenance-show .mr-2,
main.siteMaintenance-store .mr-2 {
  margin-right: 2em;
}
main.siteMaintenance-show ul,
main.siteMaintenance-store ul {
  list-style: none;
}
main.siteMaintenance-show li,
main.siteMaintenance-store li {
  cursor: pointer;
}
main.siteMaintenance-show .error,
main.siteMaintenance-store .error {
  color: #ca502c;
  text-align: center;
}
main.siteMaintenance-show .group-list,
main.siteMaintenance-store .group-list {
  display: flex;
  justify-content: space-between;
}
main.siteMaintenance-show .group-list .view-site,
main.siteMaintenance-show .group-list .edit-site,
main.siteMaintenance-store .group-list .view-site,
main.siteMaintenance-store .group-list .edit-site {
  margin-right: 20px;
}
main.siteMaintenance-show .group-list .view-site:hover,
main.siteMaintenance-show .group-list .edit-site:hover,
main.siteMaintenance-store .group-list .view-site:hover,
main.siteMaintenance-store .group-list .edit-site:hover {
  color: #518dff;
}
main.siteMaintenance-show .fixed,
main.siteMaintenance-store .fixed {
  color: #11b309;
  text-align: center;
}
main.siteMaintenance-show .manuallyFixing,
main.siteMaintenance-store .manuallyFixing {
  color: #422a29;
}
main.siteMaintenance-show .page-title,
main.siteMaintenance-store .page-title {
  text-align: center;
  margin: 10px 0;
}
main.siteMaintenance-show #progress-bar,
main.siteMaintenance-store #progress-bar {
  width: 80%;
  margin: 30px auto;
}
main.siteMaintenance-show .details,
main.siteMaintenance-store .details {
  margin: 10px 20px;
}
main.siteMaintenance-show .progress,
main.siteMaintenance-store .progress {
  width: 100%;
  background-color: #ddd;
  height: 30px;
}
main.siteMaintenance-show #bar,
main.siteMaintenance-store #bar {
  width: 0;
  height: inherit;
  background-color: #04aa6d;
}
main.siteMaintenance-show .container,
main.siteMaintenance-store .container {
  width: 50%;
}
main.siteMaintenance-show .container h3,
main.siteMaintenance-store .container h3 {
  text-align: center;
}
main.siteMaintenance-show details,
main.siteMaintenance-store details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}
main.siteMaintenance-show summary,
main.siteMaintenance-store summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em 3em;
  display: flex;
  justify-content: space-between;
  background: #a2ddff;
}
main.siteMaintenance-show details[open],
main.siteMaintenance-store details[open] {
  padding: 0.5em;
  background: #e7e7e7;
}
main.siteMaintenance-show details[open] summary,
main.siteMaintenance-store details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}
main.siteMaintenance-show .hide,
main.siteMaintenance-store .hide {
  display: none;
}
main.siteMaintenance-show .loader-wrapper,
main.siteMaintenance-store .loader-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Safari */
}
main.siteMaintenance-show .loader-wrapper .loader,
main.siteMaintenance-store .loader-wrapper .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.constraintSelBtn {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  border-radius: 5px;
}

.downloadBtnContainer {
  display: inline-block;
  margin-left: 6px;
  border-width: 2px;
  border-color: grey;
}
