.draggable.is-dragging {
  opacity: 0.5;
}
.drag-handle {
  cursor: move;
  display: inline-block;
  padding: 0 0.5em;
}
#categories li.active {
  background-color: #e1e1e1;
}
#categories li.active a {
  background-color: #e1e1e1;
}
#categories li a {
  padding: 0.4em;
}
#categories li button {
  display: none;
  padding: 0;
}
#categories li .drag-handle {
  opacity: 0;
  padding: 0.25em;
}
#categories li:hover button {
  display: block;
}
#categories li:hover .drag-handle {
  opacity: 1;
}
#template-categories li.active a,
#template-categories li.active {
  border-radius: 8px;
  background-color: #f5f7f9;
  text-decoration: none;
}
.trix-button-group--file-tools,
.trix-button-group--history-tools {
  display: none !important;
}
.trix-button--icon-heading-1,
.trix-button--icon-quote,
.trix-button--icon-code,
.trix-button--icon-increase-nesting-level,
.trix-button--icon-decrease-nesting-level {
  display: none !important;
}
trix-toolbar .trix-button-group.trix-button-group--block-tools {
  margin-left: 0 !important;
}
.trix-button-row {
  border: 1px solid #e1e1e1;
  padding: 0.5em;
  border-radius: 8px 8px 0 0 !important;
  background-color: #f5f7f9;
}
trix-editor#desc .trix-content {
  height: 350px;
  overflow-y: auto;
}
trix-editor#tip .trix-content {
  height: 100px;
  overflow-y: auto;
}
trix-editor#template-introduction {
  max-height: 400px !important;
  height: 400px !important;
  min-height: 400px !important;
  width: 100%;
  overflow-y: auto;
}
trix-editor {
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 0 8px 8px !important;
}
trix-toolbar button.trix-button {
  border: 0 !important;
}
trix-toolbar .trix-button.trix-active {
  border: 0 !important;
  color: #396182;
  background-color: transparent !important;
}
trix-toolbar .trix-button-group,
trix-toolbar .trix-button:not(:first-child) {
  margin-bottom: 0;
  border: 0 !important;
}
body {
  background-color: #f4f3f0;
  height: 100%;
}
body.loading {
  cursor: wait;
}
#mouse-loading {
  height: 40px;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 2147483647;
  pointer-events: none;
  color: #396182;
  font-size: 16px;
}
#app {
  height: 100vh;
}
hr {
  background-color: #D9E2E9;
  border: 0;
  height: 1px;
  margin: 1.5em 0;
  opacity: 1;
}
hr.dashed {
  border: 0;
  border-top: 1px dashed #D9E2E9;
  background-color: transparent !important;
  height: 0;
}
hr.dashed-dark {
  border-color: #D3D2CF;
}
.card {
  border-color: #e5e5e5;
  border-radius: 8px;
  border-width: 1px;
  padding: 2em;
}
.card-dashed {
  border-color: #e5e5e5;
  border-style: dashed;
}
.card-header {
  background-color: #fff;
  border-bottom: 1px solid #D9E2E9;
  margin-bottom: 1.5em;
  padding: 0 0 1em 0;
}
.card-body {
  padding: 0;
  position: relative;
}
.card-footer {
  background-color: #fff;
  padding: 1.5em 0 0 0;
}
#page-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#page {
  overflow: scroll;
}
#page-loader {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(244, 243, 240, 0.7);
  backdrop-filter: blur(9px);
  top: 0;
  text-align: center;
  opacity: 0;
  z-index: -1;
}
#page-loader.htmx-request,
#page-loader.force {
  opacity: 1;
  z-index: 9999999;
}
#page-loader .fa-spin {
  animation-duration: 0.9s;
}
.page-header {
  background-color: #E8E7E4;
  border-bottom: 1px solid #fff;
  padding: 1.3em 0;
}
.page-header h1 {
  margin: 0;
  padding: 0.5em 0;
}
.blank {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2em;
  z-index: 999999;
}
.blank-text {
  padding: 1.5em 2em;
  text-align: center;
}
.blue-box,
.orange-box {
  background-color: #F8F9FB;
  color: #396182;
  border-radius: 8px;
  border: 1px solid #DBE3EA;
}
.blue-box .heading,
.orange-box .heading {
  border-radius: 8px 8px 0 0;
  background-color: #396182;
  padding: 0.6em 0.8em;
  color: #fff;
}
.blue-box .heading h3,
.orange-box .heading h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.95em;
}
.blue-box .heading h3 i,
.orange-box .heading h3 i {
  font-size: 0.9em;
}
.blue-box p,
.orange-box p {
  color: #396182;
  z-index: 99;
}
.blue-box p:last-child,
.orange-box p:last-child,
.blue-box p:has(+ .background-icon:last-child),
.orange-box p:has(+ .background-icon:last-child) {
  margin-bottom: 0;
}
.blue-box .blue-box,
.orange-box .blue-box {
  z-index: 99;
  background-color: transparent;
}
.blue-box .dark-blue-box,
.orange-box .dark-blue-box {
  background-color: #EAEEF1;
}
.blue-box > div,
.orange-box > div {
  z-index: 15;
}
.blue-box .background-icon,
.orange-box .background-icon {
  color: #F0F4F6;
  position: absolute;
  font-size: 349px;
  bottom: -150px;
  right: -90px;
  z-index: 0;
}
.green-box {
  background-color: #F2F6F3;
  color: #1B5E3B;
  border-radius: 8px;
  border: 1px solid #C9D6CE;
  position: relative;
  overflow: hidden;
}
.green-box .heading {
  border-radius: 8px 8px 0 0;
  background-color: #1B5E3B;
  padding: 0.6em 0.8em;
  color: #fff;
}
.green-box .heading h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.95em;
}
.green-box .heading h3 i {
  font-size: 0.9em;
}
.green-box p {
  color: #1B5E3B;
  z-index: 99;
}
.green-box > div {
  z-index: 15;
}
.green-box .background-icon {
  color: #E6EEE9;
  position: absolute;
  font-size: 349px;
  bottom: -150px;
  right: -90px;
  z-index: 0;
}
.smart-upload-box .heading {
  background-color: #396182;
}
.smart-upload-box .smart-extract-main {
  padding: 1.5rem;
}
.tz-dropzone {
  overflow: hidden;
  padding: 24px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: background-color 120ms ease, border-color 120ms ease;
}
.tz-dropzone:hover {
  border-color: #bbcad7;
  background: rgba(248, 249, 251, 0.9);
}
.tz-dropzone.is-dragover {
  border-color: #396182;
  background: rgba(57, 97, 130, 0.08);
}
.tz-dropzone:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(57, 97, 130, 0.25);
}
.tz-dropzone-link {
  font-weight: 600;
  text-decoration: underline;
}
.orange-box {
  border: 1px solid #FF5B23;
}
.orange-box .heading {
  background-color: #FF5B23;
}
.badge {
  padding-top: 0.5em;
}
.pulseLoader {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  border-radius: 50px;
  background-color: #cfcfcf;
  outline: 1px solid transparent;
  animation: pulseanim 1.2s ease-in-out infinite;
}
@keyframes pulseanim {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
#saving-indicator {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #396182;
  z-index: 999999;
  color: #fff;
  padding: 0.4em 0.8em;
  border-radius: 8px;
  font-size: 0.9em;
  display: none;
}
#saving-indicator i {
  margin-right: 0.2em;
}
#saving-indicator.htmx-request {
  display: block;
}
.tz-row {
  margin-bottom: 1em;
  row-gap: 1em;
  column-gap: 0px;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.tz-row > div {
  padding: 0 0.5em;
}
.dropdown-menu {
  border-radius: 8px;
  border: 1px solid #D9E2E9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.5em 0.5em;
}
.dropdown-menu .dropdown-item:active {
  background-color: #f8f9fb;
  border-radius: 8px;
}
.badge.rounded-pill {
  font-weight: normal !important;
  padding: 0.5em 0.5em;
}
.badge.rounded-pill.bg-tz-green {
  border-radius: 20px;
  background-image: linear-gradient(180deg, #48C459 1%, #3AB64B 100%);
  /* Borders with gradient fills are currently not supported when copying CSS */
  border: 1px solid #3AB64B;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03);
}
.tz-tooltip {
  position: relative;
  display: inline-block;
}
.tz-tooltip-content {
  display: none;
  position: absolute;
  bottom: 120%;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #396182;
  border: 1px solid #183A56;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  white-space: normal;
}
.tz-tooltip-content::before,
.tz-tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
}
/* Outer arrow to show 1px border (#183A56) */
.tz-tooltip-content::before {
  border-width: 7px 7px 0 7px;
  border-color: #183A56 transparent transparent transparent;
}
/* Inner arrow to match tooltip background */
.tz-tooltip-content::after {
  margin-top: -1px;
  /* pull inside the outer arrow so the border shows */
  border-width: 6px 6px 0 6px;
  border-color: #396182 transparent transparent transparent;
}
.tz-tooltip:hover .tz-tooltip-content {
  display: block;
}
.tz-tooltip-content .dot {
  vertical-align: middle;
}
.text-tz {
  color: #396182 !important;
}
.text-tz-green {
  color: #3AB64B !important;
}
.text-tz-purple {
  color: #d63384;
}
.text-tz-orange {
  color: #FF5B23;
}
.bg-tz {
  background-color: #396182 !important;
}
.bg-tz-orange {
  background-color: #FF5B23 !important;
}
.bg-tz-blue {
  background-color: #F8F9FB;
}
.border-tz-green {
  border-color: #3AB64B !important;
}
.bg-tz-green {
  background-color: #3AB64B !important;
}
.bg-tz-green-light {
  background-color: #3AB64B15 !important;
}
.tz-gb-bg {
  background-color: #1B5E3B !important;
}
.text-tz-gb {
  color: #1B5E3B !important;
}
.bg-green {
  background-color: #1A8754;
}
.bg-light-green {
  background-color: #75AC00;
}
.bg-tz-purple {
  background-color: #d63384;
}
.bg-tz-red {
  background-color: #F52C31;
}
.border-tz-red {
  border-color: #F52C31 !important;
}
.text-tz-red {
  color: #F52C31;
}
.alert-tz {
  background-color: #f5f7f9;
  border-color: #D9E2E9;
}
.alert-tz-light {
  background-color: #fff;
  border-color: #D9E2E9;
}
.text-tz-gray {
  color: #8B8F92;
}
.border-tz-gray {
  border-color: #8B8F92;
}
.text-muted {
  color: #8B8F92 !important;
}
.alert-secondary {
  background-color: #f5f7f9;
  border-color: #D9E2E9;
  color: #8B8F92;
}
.alert {
  border-radius: 8px;
}
.alert-warning {
  background-color: #FFF1CA;
  border-color: #FEE399;
  color: #DC2500;
}
.bg-USER {
  background-color: #396182;
  color: #fff;
}
.bg-ACTIVITY {
  background-color: #d52409 !important;
  color: #fff;
}
.bg-VALUE {
  background-color: #d52409 !important;
  color: #fff;
}
.bg-CUSTOM {
  background-color: #d567ad !important;
  color: #fff;
}
.bg-VARIABLE {
  background-color: #75ab00 !important;
  color: #fff;
}
.text-USER {
  color: #396182 !important;
}
.text-ACTIVITY {
  color: #d52409 !important;
}
.text-VALUE {
  color: #d52409 !important;
}
.text-CUSTOM {
  color: #d567ad !important;
}
.text-VARIABLE {
  color: #75ab00 !important;
}
.fast-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}
.change-red {
  color: #DC2500;
  background: rgba(220, 37, 0, 0.1);
}
.change-green {
  color: #3AB64B;
  background-color: #EBF8ED;
}
.custom-tooltip {
  --bs-tooltip-bg: #396182;
  --bs-tooltip-opacity: 1;
  opacity: 1 !important;
}
.custom-tooltip .tooltip-inner {
  background-color: #396182 !important;
  border: 1px solid #183A56 !important;
  opacity: 1 !important;
}
.custom-tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #396182 !important;
  opacity: 1 !important;
}
.custom-tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #396182 !important;
  opacity: 1 !important;
}
.custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #396182 !important;
  opacity: 1 !important;
}
.custom-tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #396182 !important;
  opacity: 1 !important;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #396182 !important;
  opacity: 1 !important;
}
.alert-pink {
  background-color: #F8D7DA;
  border: 1px solid #F1AEB5;
  color: #F52C31;
  padding: 1em 1.5em;
}
.traffic-light {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
}
.traffic-light.tl-high {
  background: #3AB64B;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
  border: 1px solid #30A942;
  box-shadow: 0 0 8px 0 rgba(58, 182, 75, 0.59), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
}
.traffic-light.tl-low {
  background: #F52C31;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
  border: 1px solid #DD1C20;
  box-shadow: 0 0 8px 0 rgba(245, 44, 49, 0.6), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
}
.traffic-light.tl-medium {
  background: #FF5923;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
  border: 1px solid #F8551F;
  box-shadow: 0 0 8px 0 rgba(255, 89, 35, 0.6), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
}
.circle-badge {
  border-radius: 100% !important;
}
body,
p,
dd {
  color: #8B8F92;
  font-family: "Inter", sans-serif;
}
p {
  font-size: 1em;
}
strong,
b {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #396182;
}
h1 {
  font-size: 1.5em;
  font-weight: bold;
}
.page-title {
  margin-bottom: 1.5em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.13em;
  font-weight: 600;
  margin-bottom: 1em;
}
a {
  color: #396182;
}
.font-weight-semibold {
  font-weight: 600;
}
.text-sm {
  font-size: 0.9em;
}
.total-emissions {
  font-size: 3.5em;
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
.text-lg {
  font-size: 1.2em;
}
.fw-medium {
  font-weight: 500;
}
h2 i {
  margin-right: 0.5em;
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
h4 i {
  font-size: 0.8em;
  margin-right: 0.5em;
  position: relative;
  top: -3px;
}
ul.onboarding-list {
  list-style-type: none;
  padding-left: 0;
  font-weight: 600;
  margin-bottom: 0;
}
ul.onboarding-list span {
  display: inline-block;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 31px;
  margin-right: 0.8em;
  color: #D1DAE2;
  border: 1px dashed #D1DAE2;
}
ul.onboarding-list li {
  margin-bottom: 1em;
}
ul.onboarding-list li.list-group-item:last-child {
  margin-bottom: 0;
}
ul.onboarding-list li.complete {
  color: #3AB64B;
  text-decoration: line-through;
}
ul.onboarding-list li.complete span {
  text-decoration: none;
  background-color: #D2EBD7;
  color: #3AB64B;
  border: 1px dashed #D2EBD7;
}
.btn {
  border-radius: 999px;
  padding: 0.7em 1.6em;
  font-size: 0.9em;
}
.btn i {
  margin-right: 0.3em;
}
.btn.btn-sm {
  padding: 0.5em 1.25em;
}
.btn.btn-tz {
  background-image: linear-gradient(180deg, #436A89 0%, #396182 100%);
  border: 1px solid #396182;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  color: #fff;
}
.btn.btn-tz:hover,
.btn.btn-tz:focus {
  background-image: linear-gradient(180deg, #4A7494 0%, #3F6A87 100%);
  border-color: #3F6A87;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
.btn.btn-tz:active {
  background-image: linear-gradient(180deg, #3A5F7A 0%, #2F4F6A 100%);
  border-color: #2F4F6A;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}
.btn.btn-tz:disabled {
  background-image: linear-gradient(180deg, #6B7A8A 0%, #5A6B7A 100%);
  border-color: #5A6B7A;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  cursor: not-allowed;
  opacity: 0.6;
  color: #fff;
}
.btn.btn-tz:visited {
  background-image: linear-gradient(180deg, #436A89 0%, #396182 100%);
  border: 1px solid #396182;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}
.btn.btn-tz:focus-visible {
  outline: 2px solid #4A7494;
  outline-offset: 2px;
}
.btn.btn-outline-tz {
  color: #386182 !important;
  border-radius: 999px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border: 1px solid #D9E2E9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  text-shadow: none;
}
.btn.btn-outline-tz:hover {
  color: #2A4A5F !important;
  background-image: linear-gradient(180deg, #F8F9FA 0%, #F0F2F4 100%);
  border-color: #C5D1DB;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz:active {
  color: #1E3A4A !important;
  background-image: linear-gradient(180deg, #F0F2F4 0%, #E8EBEE 100%) !important;
  border-color: #B8C7D1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz:disabled {
  color: rgba(56, 97, 130, 0.5);
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border-color: rgba(217, 226, 233, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  cursor: not-allowed;
}
.btn.btn-outline-tz:focus {
  color: #2A4A5F !important;
  background-image: linear-gradient(180deg, #F8F9FA 0%, #F0F2F4 100%);
  border-color: #C5D1DB;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz:visited {
  color: #386182;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border: 1px solid #D9E2E9;
  color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  text-shadow: none;
}
.btn.btn-outline-tz:focus-visible {
  outline: 2px solid #2A4A5F;
  outline-offset: 2px;
}
.btn.btn-outline-tz-gb {
  color: #1B5E3B !important;
  border-radius: 999px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border: 1px solid #C9D6CE;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  text-shadow: none;
}
.btn.btn-outline-tz-gb:hover,
.btn.btn-outline-tz-gb:focus {
  color: #123e27 !important;
  background-image: linear-gradient(180deg, #F2F6F3 0%, #E6EEE9 100%);
  border-color: #1B5E3B;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz-gb:active {
  color: #0d2e1d !important;
  background-image: linear-gradient(180deg, #E6EEE9 0%, #D5E0D8 100%) !important;
  border-color: #123e27;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz-gb:disabled {
  color: rgba(27, 94, 59, 0.5);
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border-color: rgba(201, 214, 206, 0.5);
  cursor: not-allowed;
}
.btn.btn-outline-tz-gb:focus-visible {
  outline: 2px solid #1B5E3B;
  outline-offset: 2px;
}
.btn-outline-danger {
  background: #ffffff;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
  background: #ffffff;
  color: #dc3545;
}
.btn-group .btn {
  border-radius: 30px;
  font-weight: normal;
  font-size: 0.89em;
}
.btn-group .btn.active.btn-tz {
  background-color: #396182;
  color: #fff;
}
.btn.btn-tz-green {
  border-radius: 999px;
  background-image: linear-gradient(180deg, #54CC64 0%, #3AB64B 100%);
  border: 1px solid #3AB64B;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}
.btn.btn-tz-green:hover {
  background-image: linear-gradient(180deg, #52D165 0%, #42C653 100%);
  border-color: #42C653;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
.btn.btn-tz-green:active {
  background-image: linear-gradient(180deg, #3FAE4A 0%, #329F3E 100%) !important;
  border-color: #329F3E;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}
.btn.btn-tz-green:disabled {
  background-image: linear-gradient(180deg, #7BC485 0%, #6BB675 100%);
  border-color: #6BB675;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  cursor: not-allowed;
  opacity: 0.6;
}
.btn.btn-tz-green:visited {
  background-image: linear-gradient(180deg, #54CC64 0%, #3AB64B 100%);
  border: 1px solid #3AB64B;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}
.btn.btn-tz-green:focus {
  background-image: linear-gradient(180deg, #52D165 0%, #42C653 100%);
  border-color: #42C653;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
.btn.btn-tz-green:focus-visible {
  outline: 2px solid #3AB64B;
  outline-offset: 2px;
}
.btn.btn-tz-red {
  color: #fff;
  border-radius: 999px;
  background-image: linear-gradient(180deg, #F73D42 0%, #F52C31 100%);
  border: 1px solid #F52C31;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}
.btn.btn-tz-red:hover {
  background-image: linear-gradient(180deg, #F94A4F 0%, #F73D42 100%);
  border-color: #F73D42;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
.btn.btn-tz-red:active {
  background-image: linear-gradient(180deg, #E4262B 0%, #D11E23 100%) !important;
  border-color: #D11E23;
  color: #fff !important;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}
.btn.btn-tz-red:disabled {
  background-image: linear-gradient(180deg, #F97A7E 0%, #F76B70 100%);
  border-color: #F76B70;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  cursor: not-allowed;
  opacity: 0.6;
}
.btn.btn-tz-red:visited {
  background-image: linear-gradient(180deg, #F73D42 0%, #F52C31 100%);
  border: 1px solid #F52C31;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}
.btn.btn-tz-red:focus {
  background-image: linear-gradient(180deg, #F94A4F 0%, #F73D42 100%);
  border-color: #F73D42;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
.btn.btn-tz-red:focus-visible {
  outline: 2px solid #F52C31;
  outline-offset: 2px;
}
.btn.btn-outline-tz-green {
  color: #3AB64B;
  border-radius: 999px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border: 1px solid #3AB64B;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  text-shadow: none;
}
.btn.btn-outline-tz-green:hover {
  color: #2A8B3A;
  background-image: linear-gradient(180deg, #F8F9FA 0%, #F0F2F4 100%);
  border-color: #2A8B3A;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz-green:active {
  color: #1F6B2F !important;
  background-image: linear-gradient(180deg, #F0F2F4 0%, #E8EBEE 100%) !important;
  border-color: #1F6B2F;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz-green:disabled {
  color: rgba(58, 182, 75, 0.5);
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border-color: rgba(58, 182, 75, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  cursor: not-allowed;
}
.btn.btn-outline-tz-green:visited {
  color: #3AB64B;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border: 1px solid #3AB64B;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  text-shadow: none;
}
.btn.btn-outline-tz-green:focus {
  color: #2A8B3A;
  background-image: linear-gradient(180deg, #F8F9FA 0%, #F0F2F4 100%);
  border-color: #2A8B3A;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz-green:focus-visible {
  outline: 2px solid #3AB64B;
  outline-offset: 2px;
}
.btn.btn-outline-tz-red {
  color: #F52C31;
  border-radius: 999px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border: 1px solid #F52C31;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  text-shadow: none;
}
.btn.btn-outline-tz-red:hover {
  color: #D11E23;
  background-image: linear-gradient(180deg, #F8F9FA 0%, #F0F2F4 100%);
  border-color: #D11E23;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz-red:active {
  color: #B01A1F !important;
  background-image: linear-gradient(180deg, #F0F2F4 0%, #E8EBEE 100%) !important;
  border-color: #B01A1F;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz-red:disabled {
  color: rgba(245, 44, 49, 0.5);
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border-color: rgba(245, 44, 49, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  cursor: not-allowed;
}
.btn.btn-outline-tz-red:visited {
  color: #F52C31;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border: 1px solid #F52C31;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  text-shadow: none;
}
.btn.btn-outline-tz-red:focus {
  color: #D11E23;
  background-image: linear-gradient(180deg, #F8F9FA 0%, #F0F2F4 100%);
  border-color: #D11E23;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn.btn-outline-tz-red:focus-visible {
  outline: 2px solid #F52C31;
  outline-offset: 2px;
}
.btn-tz-light {
  background-color: #fff;
  border-color: #D8D8D8;
}
.btn-tz-light:hover,
.btn-tz-light:focus,
.btn-tz-light:active {
  background-color: #fff !important;
  border-color: #D8D8D8 !important;
}
.btn-link {
  text-decoration: none;
  color: #396182;
  font-weight: 500;
}
.btn-link:hover {
  color: #2A4A5F;
}
.input-group .btn {
  border-radius: 8px;
}
.btn-icon {
  height: 24px;
  width: 24px;
  border: 0;
  line-height: 24px;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #396182;
}
.btn-circle {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  text-align: center;
}
.btn-circle i {
  margin: 0;
}
.btn-circle.btn-sm {
  width: 37px;
  height: 37px;
}
.htmx-loader {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}
.htmx-loader.htmx-request {
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
}
.advanced-editor-dialog-form.htmx-request > *:not(.advanced-editor-indicator):not(.smart-complete-progress) {
  display: none !important;
}
.advanced-editor-activity-dialog .list-group-item-action,
.advanced-editor-activity-dialog button.list-group-item-action {
  cursor: pointer;
}
.advanced-editor-activity-dialog nav[aria-label="Breadcrumb"] a[href="#"] {
  cursor: pointer;
}
.advanced-editor-indicator {
  display: none;
  min-height: 0;
}
.advanced-editor-indicator.htmx-request {
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 0.9375em;
  color: #495057;
}
.advanced-editor-dialog-form.htmx-request .advanced-editor-indicator.htmx-request {
  padding: 1.25rem 1.5rem;
  background: #F8F9FB;
  border: 1px solid #DBE3EA;
  border-radius: 10px;
  box-sizing: border-box;
}
.smart-complete-progress {
  margin-bottom: 0;
}
.smart-complete-progress.htmx-request {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
}
.advanced-editor-dialog-form.htmx-request .smart-complete-progress.htmx-request {
  padding: 1.25rem 1.5rem;
  margin: 0;
  background: #F8F9FB;
  border: 1px solid #DBE3EA;
  border-radius: 10px;
  box-sizing: border-box;
}
.smart-complete-progress.htmx-request .smart-complete-progress-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
  background: transparent;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
.smart-complete-progress.htmx-request .smart-complete-progress-spinner {
  font-size: 1.5rem;
  color: #6c757d;
  flex-shrink: 0;
}
.smart-complete-progress.htmx-request .smart-complete-progress-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.smart-complete-progress.htmx-request .smart-complete-progress-text strong {
  font-size: 1em;
  color: #212529;
}
.smart-complete-progress.htmx-request .smart-complete-progress-text span {
  font-size: 0.875em;
  color: #6c757d;
}
.smart-complete-progress.tz-upload-progress {
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
  opacity: 1;
  padding: 1.25rem 1.5rem;
  margin: 0;
  background: #F8F9FB;
  border: 1px solid #DBE3EA;
  border-radius: 10px;
  box-sizing: border-box;
}
.smart-complete-progress.tz-upload-progress .smart-complete-progress-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
  background: transparent;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
.smart-complete-progress.tz-upload-progress .smart-complete-progress-spinner {
  font-size: 1.5rem;
  color: #6c757d;
  flex-shrink: 0;
}
.smart-complete-progress.tz-upload-progress .smart-complete-progress-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.smart-complete-progress.tz-upload-progress .smart-complete-progress-text strong {
  font-size: 1em;
  color: #212529;
}
.smart-complete-progress.tz-upload-progress .smart-complete-progress-text span {
  font-size: 0.875em;
  color: #6c757d;
}
.smart-extract-content .smart-complete-progress.htmx-request {
  padding: 1.25rem 1.5rem;
  margin: 0 0 1rem;
  background: #F8F9FB;
  border: 1px solid #DBE3EA;
  border-radius: 10px;
  box-sizing: border-box;
}
.select2-container {
  display: block !important;
}
label {
  font-weight: bold;
  font-size: 1em;
  color: #396182;
}
.form-control {
  background: #FFFFFF;
  border: 1px solid #D9E2E9;
  border-radius: 8px;
  padding: 0.7em 1em;
}
form div.mb-3 {
  margin-bottom: 1.5em !important;
}
select.form-select {
  color: #396182;
  border: 1px solid #D9E2E9;
  cursor: pointer;
  border-radius: 8px;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 1em;
}
select.form-select:hover {
  color: #2A4A5F;
}
.form-select-wrapper select.form-select {
  padding: 0.7em 2.2em 0.7em 1.2em;
  color: #396182;
  border-radius: 999px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  background-size: 100% 100%;
  border: 1px solid #D9E2E9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  appearance: none;
  width: 100%;
}
.form-select-wrapper select.form-select:hover {
  color: #2A4A5F;
  background-image: linear-gradient(180deg, #F8F9FA 0%, #F0F2F4 100%);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  border-color: #C5D1DB;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
}
.form-select-wrapper .form-select:focus-visible {
  outline: 2px solid #4A7494;
  outline-offset: 2px;
}
.form-select-wrapper .form-select:disabled {
  color: rgba(56, 97, 130, 0.5);
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  border-color: rgba(217, 226, 233, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(255, 255, 255, 0);
  cursor: not-allowed;
}
.form-select-wrapper {
  position: relative;
}
.form-select-wrapper::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #386182;
  pointer-events: none;
  z-index: 1;
}
.form-select-wrapper:hover::after {
  border-top-color: #2A4A5F;
}
/* Small form select variant */
.form-select-sm {
  font-size: 14px;
  padding: 9px 32px 9px 12px;
  border-radius: 999px !important;
}
.form-select-wrapper.form-select-wrapper-sm select.form-select-sm {
  padding: 0.5em 2em 0.5em 1em;
}
.form-select-wrapper-sm::after {
  right: 16px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #386182;
}
.form-select-wrapper-sm:hover::after {
  border-top-color: #2A4A5F;
}
.form-select-wrapper-sm:focus-within::after {
  border-top-color: #2A4A5F;
}
.form-select-wrapper-sm:has(.form-select-sm:disabled)::after {
  border-top-color: rgba(56, 97, 130, 0.5);
}
input.form-control::placeholder {
  color: #BAC2C7;
}
.select2-selection__rendered,
.select2-container .select2-selection--single,
.select2-selection__arrow {
  height: 53px !important;
  border-radius: 8px;
  border-color: #D9E2E9;
}
.select2-container--bootstrap-5 .select2-selection--single {
  padding-top: 0.85em;
}
.file-upload {
  border: 1px dashed #D9E2E9;
  padding: 0.2em;
  border-radius: 8px;
}
.form-check-label {
  font-size: 1em;
}
input[readonly="readonly"],
input[readonly],
textarea[readonly="readonly"],
textarea[readonly] {
  cursor: not-allowed !important;
}
input.copy-control {
  cursor: default !important;
  color: #396182 !important;
}
textarea.form-control:focus {
  box-shadow: none;
}
textarea.form-control::placeholder {
  color: #BAC2C7;
}
input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #396182;
  width: 1.15em;
  height: 1.15em;
  border: 0.12em solid #396182;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
}
input[type="radio"]:focus,
input[type="radio"]:checked {
  outline: none;
  box-shadow: 0 0 0 0;
  background-color: inherit !important;
  border-color: #396182;
}
input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  /* Windows High Contrast Mode */
  background-color: #396182;
}
input.form-control:disabled {
  color: #92a6b7 !important;
}
select.form-select:disabled {
  color: #92a6b7 !important;
  background-color: #fff;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input[type="radio"]:checked::before {
  transform: scale(1);
}
.form-check input {
  margin-right: 1em;
  position: relative;
}
.image-preview {
  border-radius: 8px;
  border: 1px solid #d9e2e9;
  opacity: 1;
  background-color: #f9f9f9;
}
.image-preview img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
form .form-check-wrapper div.mb-3 {
  padding-bottom: 0;
  margin-bottom: 0.5em !important;
}
.form-switch .form-check-input:checked {
  background-color: #3AB64B;
  border-color: #3AB64B;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input {
  width: 1.5em;
  border-color: #396182;
  border-width: 2px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='none' stroke='%23396182' stroke-width='1'/%3e%3c/svg%3e");
}
.form-check .form-text {
  padding-left: 0.5em;
}
.form-otp input {
  width: 14%;
  height: 40px;
  border: 1px solid #D9E2E9;
  border-radius: 8px;
  text-align: center;
}
.tz-form-text .form-text {
  color: #8B8F92;
  margin-bottom: 0.5em;
}
.navbar {
  background-color: #396182;
  color: #fff;
}
.navbar .navbar-brand {
  color: #fff;
}
.nav {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.nav::-webkit-scrollbar {
  width: 0 !important;
}
a#logo-link {
  padding: 0;
  border: 0;
}
.navbar a {
  color: #fefdf8 !important;
  text-decoration: none;
  font-size: 0.9em;
  margin-bottom: 0;
}
.navbar .nav a {
  display: block;
  border: 1px solid #577994;
  border-radius: 30px;
  padding: 0.5em 1em 0.5em 0.5em;
  margin-right: 1em;
  margin-bottom: 0;
}
.navbar .nav a.icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  padding: 0;
  line-height: 40px;
  overflow: hidden;
}
.navbar .nav a.icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.navbar .nav a.active {
  background-color: #355979 !important;
  border: 1px solid #355979;
  box-shadow: 0px 1px 0px 0px #2c4e6a inset, 0 1px 2px #4d7191;
}
.navbar .flex-shrink-0 a:hover {
  background-color: #355b7a;
  border: 1px solid #94a5b3;
}
.navbar .flex-shrink-0 a:hover .fa-regular {
  width: 0;
}
.navbar .flex-shrink-0 a:hover .fa-solid {
  width: auto;
}
.navbar span {
  border-radius: 20px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
}
.navbar span i {
  overflow: hidden;
}
.navbar span .fa-regular {
  width: auto;
}
.navbar span .fa-solid {
  width: 0;
}
.navbar span i {
  position: relative;
  top: 3px;
}
.navbar .active span {
  color: #fff;
}
.navbar .active span .fa-regular {
  width: 0;
}
.navbar .active span .fa-solid {
  width: auto;
}
.navbar span.nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65em;
  height: 1.65em;
  padding: 0;
  border-radius: 50%;
  background-color: #FF5B23;
  color: #fff;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1.65em;
  text-align: center;
}
.navbar .disabled {
  opacity: 0.5;
}
.sidebar {
  background-color: white;
  padding: 1.5em;
  border-right: 1px solid #D9E2E9;
  overflow: scroll;
  height: 100%;
  width: 332px;
  min-width: 332px;
  flex-shrink: 0;
}
.sidenav a {
  padding: 0.5em 0.5em 0.5em 1.5em;
  display: block;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  text-decoration: none;
  border-radius: 15px;
}
.sidenav a::-webkit-scrollbar {
  width: 0 !important;
}
.sidenav a.active {
  background-color: #f2f4f7;
  font-weight: 600;
}
.sidenav a:hover {
  background-color: #f5f7f9;
}
.sidenav a.active:hover {
  background-color: #f2f4f7;
}
.sidenav a i {
  font-size: 0.9em;
  margin-right: 0.3em;
}
.sidenav a.active .icon .fa-regular,
.sidenav a.active .icon .fa-regular,
.sidenav a .icon .fa-solid {
  display: none;
}
.sidenav a .icon .fa-regular,
.sidenav a .icon .fa-regular,
.sidenav a.active .icon .fa-solid {
  display: inline-block;
}
card-block .sidenav a {
  padding: 0.8em 1em;
  border-radius: 8px;
}
card-block .sidenav a i {
  font-size: 1em;
  margin-right: 1em;
  width: 23px;
  text-align: center;
}
.page-sub-nav {
  background-color: #E8E7E4;
  border-bottom: 1px solid #fff;
  margin-bottom: 2em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.page-sub-nav a {
  text-decoration: none;
  margin-right: 1em;
  padding: 0.9em 1em;
  opacity: 0.5;
  font-weight: 600;
  font-size: 0.875em;
}
.page-sub-nav a:hover {
  opacity: 0.8;
}
.page-sub-nav a.active,
.page-sub-nav a.active:hover {
  border-bottom: 1px solid #396182;
  opacity: 1;
}
.page-sub-nav i {
  margin-right: 0.5em;
}
.page-sub-nav .nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  border-radius: 999px;
  background-color: #FF5B23;
  color: #fff;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0 0.4em;
}
#record-categories {
  background-color: white;
  padding: 1.5em;
  border-right: 1px solid #D9E2E9;
  overflow: scroll;
  height: 100%;
  width: 332px;
}
#record-categories h3 {
  font-size: 1.4em;
  border-bottom: 1px solid #D9E2E9;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}
#record-categories a {
  text-decoration: none;
  color: #8B8F92;
  font-size: 1em;
}
#record-categories i,
#record-categories .category-name {
  color: #396182;
}
#record {
  height: 100%;
}
#record-questions {
  padding: 1.5em;
  height: 100%;
  overflow: scroll;
  min-width: 0;
}
#record-questions #question,
#record-questions .card-body,
#record-questions group-column,
#record-questions flex-fill,
#record-questions .line-item .flex-fill,
#record-questions .question-box .input-container {
  min-width: 0;
}
#record-questions *:focus {
  outline: none;
}
#record-questions .hide-while-saving {
  display: block;
}
#record-questions .show-while-saving {
  display: none;
}
#record-questions .accordion-flush {
  border: 1px solid;
  border-bottom: 0;
  border-color: #D9E2E9;
  outline: none;
}
#record-questions .accordion-header {
  overflow: hidden;
  outline: none;
}
#record-questions .accordion-flush:first-of-type {
  border-radius: 8px 8px 0 0;
}
#record-questions .accordion-flush:last-of-type {
  border: 1px solid;
  border-top: 1px solid;
  border-radius: 0 0 8px 8px;
  border-color: #D9E2E9;
  outline: none;
}
#record-questions .accordion-button {
  background-color: #EEF2F4;
  border: 0 !important;
  box-shadow: 0 !important;
  outline: none;
  color: #396182;
}
#record-questions .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #396182;
  outline: none;
}
#record-questions .question {
  color: #396182;
  font-size: 0.9em;
}
#record-questions .question-box .input-group-text {
  background-color: #F7F9FA;
  color: #396182;
}
#record-questions .question-box input.form-control {
  background-color: #fff;
  color: #396182;
  padding: 0.7em;
  text-align: center;
  max-width: none;
}
#record-questions .question-box input.form-control:disabled {
  color: #92a6b7 !important;
}
#record-questions .question-box input.form-select:disabled {
  color: #92a6b7 !important;
}
#record-questions .question-box input.form-control[inputmode="decimal"],
#record-questions .question-box input.form-control[inputmode="numeric"] {
  min-width: 70px;
}
#record-questions .question-box .input-group select {
  background-color: #F7F9FA;
  color: #396182;
}
#record-questions .question-box .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: #396182;
}
#record-questions .question-box .accordion .input-group-text {
  background-color: #fff;
  color: #396182;
}
#record-questions .question-box .accordion .input-group select {
  background-color: #F7F9FA;
  color: #396182;
}
#record-questions .question-box .accordion input.form-control {
  background-color: #fff;
  color: #396182;
  padding: 0.4em;
  text-align: center;
}
#record-questions .question-box .accordion input.form-control[inputmode="decimal"],
#record-questions .question-box .accordion input.form-control[inputmode="numeric"] {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  flex-shrink: 0;
  flex-grow: 0;
}
#record-questions .card-footer .btn:disabled {
  color: #396182 !important;
  opacity: 1 !important;
}
#record-questions .card-footer .btn.btn-tz:disabled {
  background-color: #396182 !important;
  border: 1px solid #396182 !important;
  color: #fff !important;
}
#record-questions.saving .hide-while-saving {
  display: none;
}
#record-questions.saving .show-while-saving {
  display: block;
}
@media (min-width: 1200px) {
  .question-box input.form-control {
    max-width: 300px !important;
  }
  .question-box input.form-control.full-width {
    max-width: none !important;
  }
}
#supporting-info input[type="file"].form-control {
  padding: 7px 0.8em;
}
#supporting-info .tab-pane {
  border: 1px solid #D9E2E9;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
#supporting-info .nav-link {
  color: #396182;
  opacity: 0.5;
  font-size: 0.855em;
  border-radius: 0;
  position: relative;
}
#supporting-info .nav-link:after {
  position: absolute;
  content: "";
  background-color: #D9E2E9;
  width: 1px;
  margin-left: 15px;
  top: 8px;
  bottom: 8px;
  right: -2px;
}
#supporting-info .nav-link.active {
  opacity: 1;
  border-radius: 8px 8px 0 0;
  background-color: #f5f7f9;
  border-bottom: 1px solid #D9E2E9;
}
#supporting-info .nav-link.active:after {
  display: none;
}
#supporting-info textarea.form-control {
  border: 0;
  color: #8B8F92;
  font-size: 1em;
  outline: none;
}
.emissions-method-tabbed-content {
  margin-bottom: 1rem;
}
.emissions-method-tabbed-content > .form-group {
  margin-bottom: 0 !important;
}
.emissions-method-tab-body {
  border: 1px solid #D9E2E9;
  border-radius: 0 0 8px 8px;
  border-top: 0;
  padding: 1rem;
}
.ledger-activity-picker-scroll {
  max-height: min(420px, 55vh);
  overflow-y: auto;
  border-radius: 0.375rem;
}
.emissions-method-tabs {
  border-bottom-color: #D9E2E9;
  margin-bottom: 0;
}
.emissions-method-tabs .nav-link {
  border-radius: 8px 8px 0 0;
  color: #396182;
  font-size: 0.875em;
  font-weight: 600;
  opacity: 0.65;
}
.emissions-method-tabs .nav-link:hover {
  background-color: transparent;
  border-color: #D9E2E9 #D9E2E9 transparent;
  color: #396182;
  opacity: 1;
}
.emissions-method-tabs .nav-link.active {
  border-color: #D9E2E9 #D9E2E9 #fff;
  color: #396182;
  opacity: 1;
}
.line-item-edit-dialog {
  width: min(1100px, calc(100vw - 4rem));
}
.line-item-edit-layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.line-item-edit-layout--single {
  grid-template-columns: minmax(0, 1fr);
}
.line-item-edit-main,
.line-item-edit-side {
  min-width: 0;
}
.line-item-edit-side {
  border-left: 1px solid #D9E2E9;
  padding-left: 1.5rem;
}
.line-item-edit-layout--single .line-item-edit-side {
  border-left: 0;
  padding-left: 0;
}
.line-item-edit-side #replace-panel {
  margin-bottom: 0 !important;
}
@media (max-width: 900px) {
  .line-item-edit-dialog {
    width: min(600px, calc(100vw - 2rem));
  }
  .line-item-edit-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .line-item-edit-side {
    border-left: 0;
    padding-left: 0;
  }
  .line-item-edit-lower .line-item-edit-side {
    display: none;
  }
}
#record-questions textarea:disabled {
  background-color: #fff !important;
  color: #92a6b7 !important;
}
.scope-badge {
  border-color: #8B8F92;
  color: #8B8F92;
  padding: 0.5em 1em;
  border: 1px solid #8B8F92;
  border-radius: 20px;
  font-size: 0.9em;
  display: inline-block;
}
.dot {
  height: 24px;
  width: 24px;
  background-color: #D2D240;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5em;
}
.dot.dot-xs {
  height: 7px;
  width: 7px;
  line-height: 7px;
  font-size: 7px;
}
.dot.dot-sm {
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 13px;
}
.target {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  position: relative;
}
.target .dot {
  border: 1px solid #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.small-legend {
  margin-top: 2em;
  font-size: 0.9em;
  color: #396182;
}
.small-legend div.flex-fill {
  margin-right: 0.5em;
}
.small-legend div.flex-fill:last-of-type {
  margin: 0;
}
.small-legend .dot {
  height: 8px;
  width: 8px;
  margin-right: 0.4em;
  position: relative;
  top: -1px;
}
.scope1 {
  background-color: #E16F4B;
}
.scope2 {
  background-color: #DFBB52;
}
.scope3 {
  background-color: #D2D240;
}
.pie-total {
  width: 190px;
  height: 190px;
  position: absolute;
  background: #396182;
  border-radius: 500px;
  left: 50%;
  margin-left: -95px;
  top: 50%;
  margin-top: -95px;
  border: 16px solid #fff;
}
.legend {
  color: #396182;
}
.legend-title {
  font-weight: bold;
}
.legend-total {
  min-width: 90px;
}
.progress {
  border-radius: 10px;
  height: 10px;
}
.progress .progress-bar {
  background-color: #396182;
  border-radius: 10px;
}
#emission-breakdown-card .category-percentage {
  gap: 0.5rem !important;
  padding: 0.35rem 0.5rem;
}
#emission-breakdown-card .emission-breakdown-progress {
  flex: 1 1 auto;
  min-width: 4rem;
}
#emission-breakdown-card .emission-breakdown-total {
  flex: 0 0 8rem;
  white-space: nowrap;
}
#emission-breakdown-card .emission-breakdown-percentage {
  flex: 0 0 4.5rem;
  text-align: right;
  white-space: nowrap;
}
#emission-breakdown-card .emission-breakdown-link {
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
#emission-breakdown-card .emission-breakdown-link:hover {
  background-color: #f5f7f9;
}
#emission-breakdown-card .emission-breakdown-chevron {
  flex-shrink: 0;
  font-size: 0.85rem;
  width: 0.85rem;
}
#emission-breakdown-card.emission-breakdown-enter .card-body {
  opacity: 0;
  transform: translateY(6px);
}
#emission-breakdown-card.emission-breakdown-enter.is-visible .card-body {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.18s ease-out, transform 0.18s ease-out;
}
#emission-breakdown-card .emission-breakdown-scopes {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#emission-breakdown-card .emission-breakdown-scope-header {
  align-items: center;
  color: #8B8F92;
  display: flex;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0.35rem 0 0.1rem;
}
.line.debug > .line {
  background-color: red;
}
.line.debug i {
  color: #396182;
}
.sub-questions-td {
  padding-left: 20px !important;
}
.question-box {
  color: #396182;
}
.question-box select {
  border-radius: 8px;
}
#question-state.completed #incomplete-button {
  display: inline-block;
}
#question-state.completed #complete-button {
  display: none;
}
#question-state #incomplete-button {
  display: none;
}
#question-state #complete-button {
  display: inline-block;
}
.category-complete {
  padding-top: 0.1em;
}
.category-complete.complete .fa-circle-dashed,
.category-complete .fa-check-circle {
  display: none;
  font-size: 14px;
}
.category-complete .fa-circle-dashed {
  color: #8B8F92 !important;
}
.category-complete.complete .fa-check-circle,
.category-complete .fa-circle-dashed {
  display: inline-block;
  font-size: 14px;
}
.question-title {
  font-size: 1.8em;
  padding: 1em;
}
#question-tips {
  font-size: 0.9em;
  border-left: 6px solid #F8F9FB;
  padding-left: 1em;
}
#record-categories a {
  padding: 0.5em 0.5em 0.5em 1.5em;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
#record-categories a::-webkit-scrollbar {
  width: 0 !important;
}
#record-categories a.active {
  background-color: #f5f7f9;
  border-radius: 15px;
}
#record-categories a i {
  font-size: 0.9em;
  margin-right: 0.3em;
}
#record-categories a.active .category-icon .fa-regular,
#record-categories a .category-icon .fa-solid {
  display: none;
}
#record-categories a .category-icon .fa-regular,
#record-categories a.active .category-icon .fa-solid {
  display: inline-block;
}
.line-item {
  margin-bottom: 1.5em;
}
.line-item:last-of-type {
  margin-bottom: 0 !important;
}
button.badge {
  border: 0;
  padding: 0.5em 1em;
}
#inputs-list .badge {
  border: 0;
  padding: 0.5em 1em;
}
#meta-box {
  width: 100%;
  border: 0;
}
#meta-box hr {
  margin: 32px 0;
}
#meta-box > div {
  padding: 0 2em;
}
@media (min-width: 992px) {
  #meta-box {
    width: 320px;
    border-left: 1px solid #e5e5e5;
  }
}
.clickable {
  cursor: pointer;
}
.clickable:hover td:first-child:not(.table-select-col) {
  text-decoration: underline;
}
.clickable:hover td:first-child:not(.table-select-col) i {
  text-decoration: none !important;
}
.clickable:hover td:first-child:not(.table-select-col) span {
  text-decoration: none !important;
}
.table.table-striped-tz th {
  color: #396182;
  font-weight: 600;
}
.table.table-striped-tz td {
  color: #396182;
}
.table.table-striped-tz tr:nth-child(odd) td {
  background-color: #f5f7f9;
}
.table.table-striped-tz td.text-tz-red {
  color: #F52C31 !important;
}
td.action-column {
  padding-left: 15px;
  white-space: nowrap;
  width: 1%;
  position: relative;
}
td.action-column:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background-color: #e7ecf0;
}
.table.spreadsheed {
  border-collapse: collapse;
  border: 1px solid #D9E2E9;
}
.table.spreadsheed th {
  color: #396182;
  font-weight: 600;
  background-color: #F7F9FA;
  border: 1px solid #D9E2E9;
  padding: 0.75rem;
  white-space: nowrap;
}
.table.spreadsheed td {
  color: #396182;
  border: 1px solid #D9E2E9;
  padding: 0;
  background-color: #fff;
  vertical-align: middle;
}
.table.spreadsheed tr:hover td {
  background-color: #f5f7f9;
}
.table.spreadsheed input,
.table.spreadsheed select,
.table.spreadsheed textarea {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.4rem 0.5rem;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
}
.table.spreadsheed thead select.advanced-editor-header-select {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.table.spreadsheed thead .advanced-editor-header-with-sort {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.table.spreadsheed thead .advanced-editor-header-with-sort > select {
  flex: 1 1 auto;
  min-width: 0;
}
.table.spreadsheed thead a.advanced-editor-sort-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  flex: 0 0 28px;
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
.table.spreadsheed thead a.advanced-editor-sort-link:hover {
  opacity: 1;
}
.table.spreadsheed thead .advanced-editor-header-text {
  display: flex;
  align-items: center;
  padding: 0.75rem;
}
.table.spreadsheed thead .advanced-editor-plain-header {
  justify-content: space-between;
}
.table.spreadsheed thead th.advanced-editor-filter-th.is-filtered {
  background-color: rgba(57, 97, 130, 0.12);
}
.table.spreadsheed input[readonly],
.table.spreadsheed textarea[readonly] {
  cursor: pointer !important;
}
.table.spreadsheed .spreadsheed-text {
  display: block;
  padding: 0.4rem 0.75rem;
}
.table.spreadsheed input[type="checkbox"] {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.advanced-editor-page {
  padding-bottom: 96px;
}
.advanced-editor-bulk-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
}
.advanced-editor-bulk-panel .advanced-editor-bulk-pill {
  pointer-events: auto;
}
.advanced-editor-bulk-pill {
  background: #F8F9FB;
  border: 1px solid #DBE3EA;
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
}
.advanced-editor-table-card {
  overflow: hidden;
}
.advanced-editor-table-host {
  min-height: 240px;
}
.advanced-editor-table-initial-loading {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: #5C6B78;
}
.advanced-editor-table-initial-loading-icon {
  font-size: 1.75rem;
  color: #396182;
}
.advanced-editor-table-initial-loading-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.advanced-editor-table-initial-loading-text strong {
  color: #396182;
  font-size: 0.95rem;
  font-weight: 600;
}
.scope-3-summary-table-host {
  position: relative;
}
.advanced-editor-row-skipped {
  background-color: rgba(57, 97, 130, 0.06);
  color: #5c6b78;
}
.advanced-editor-row-skipped.clickable:hover {
  background-color: rgba(57, 97, 130, 0.12);
}
.tz-table-host-indicator {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s ease;
  border-radius: 0;
}
.tz-table-host-indicator.htmx-request {
  opacity: 1;
  pointer-events: auto;
  background: rgba(244, 243, 240, 0.72);
  backdrop-filter: blur(6px);
}
.tz-table-host-indicator .tz-table-host-indicator-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  color: #5c6b78;
  padding: 1rem;
}
.tz-table-host-indicator .tz-table-host-indicator-inner i {
  font-size: 1.5rem;
  color: #396182;
}
.tz-table-host-indicator .tz-table-host-indicator-inner strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: #396182;
}
#onboarding-form {
  max-width: 500px;
}
#onboarding-form-new .btn-outline-tz {
  padding: 0.7em 1.4em !important;
  border-radius: 50px;
}
#onboarding-form .site {
  border-bottom: 1px solid #D9E2E9;
}
#onboarding-form .site:last-of-type {
  border: 0;
}
.promo .partner-logo {
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#onboarding-form-new {
  width: 100%;
  min-width: 100%;
}
#promo {
  display: block;
}
.promo {
  background: red;
}
@media (min-width: 850px) {
  #onboarding-form-new {
    max-width: 800px;
    width: 50%;
    min-width: 50%;
  }
  #promo {
    display: none;
  }
}
@media (min-width: 2400px) {
  .promo #screen {
    margin: auto !important;
  }
}
.promo #screen {
  height: 686px;
  width: 1047px;
  background-repeat: no-repeat;
  background-position: center right;
  margin-left: 5em;
}
.promo img.promo-custom-image {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin: auto;
}
.promo {
  overflow: hidden;
  background-color: #e7e6e3;
}
.onboarding {
  border: 1px dashed #396182;
  padding: 0.3em;
  border-radius: 60px;
}
.onboarding span {
  background: #396182;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.onboarding-text {
  margin-left: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-left: 1px dashed #39618233;
  padding-left: 2.2em;
  height: 140px;
}
.onboarding-wrapper.complete .onboarding span {
  background: #3AB64B;
}
.onboarding-wrapper.complete .onboarding {
  border: 1px dashed #3AB64B;
}
.onboarding-wrapper.active .onboarding,
.onboarding-wrapper.complete .onboarding,
.onboarding-wrapper.active h2,
.onboarding-wrapper.complete h2 {
  opacity: 1;
}
.onboarding-wrapper h2,
.onboarding-wrapper .onboarding {
  opacity: 0.5;
}
.onboarding-wrapper:last-child .onboarding-text {
  border: 0;
  height: auto;
}
.onboarding-text p {
  position: relative;
  top: -0.5em;
}
#product-cards card-block {
  border-radius: 16px;
}
#product-carousel .product-carousel-indicators {
  position: absolute;
  top: 500px;
  width: 100%;
  z-index: 999999;
}
#product-carousel .product-carousel-indicators button {
  width: 8px !important;
  max-width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  display: inline-block;
  border-radius: 4px;
  border: 0;
  background-color: #BABABA;
}
#product-carousel .product-carousel-indicators button.active {
  background-color: #396182;
}
#product-carousel card-block {
  margin-bottom: 6em;
}
card-block.product {
  border-radius: 16px;
  border: 1px solid #CDCDCD;
}
card-block.product-large {
  background-color: #F5F7F9;
  border: 4px solid #396182;
}
.product .popular {
  position: absolute;
  top: -13px;
  transform: translateX(-50%);
}
.product.active {
  border: 4px solid #FF5B23;
}
.product.active .current {
  display: block;
  width: 100%;
  position: absolute;
  top: -13px;
  left: 0;
}
.product.active .popular {
  display: none;
}
.o_price {
  font-size: 0.5em;
  color: #F52C31;
  text-decoration: line-through;
}
.product .current {
  display: none;
}
.product-large {
  width: 413px;
  position: relative;
}
.product-small {
  width: 380px;
}
.product {
  padding: 2em;
  position: relative;
}
.plan-card {
  flex: 1 1 0;
  min-width: 230px;
  max-width: 320px;
}
.plan-card .plan-card-badges {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  text-align: center;
}
.plan-card.current {
  border: 2px solid #396182;
}
.plan-card.discounted {
  border: 2px solid #FF5B23;
}
.plan-card.product h1 {
  font-size: 2em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}
.plan-card.product .plan-card-description {
  color: #396182;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 16em;
}
.plan-card.product .price {
  font-size: 2.1em;
}
.plan-card.product .o_price {
  vertical-align: middle;
}
#plans .product .popular {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: inline-block;
  margin: 0 auto 0.75rem;
}
#plans .product .badge.bg-tz-green.popular {
  color: #fff !important;
}
.product-card-price-prefix,
.product-card-price-sub {
  font-size: 0.9rem;
  line-height: 1.3;
}
.product-card-price-prefix {
  margin-bottom: 0.15rem;
}
.btn-tz-grad,
.btn-tz-grad:visited,
.btn-tz-grad:hover,
.btn-tz-grad:focus,
.btn-tz-grad:active {
  background-image: linear-gradient(#436a89 0%, #396182 100%);
  border: 1px solid #396182;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 7px 0;
  border-radius: 9999px;
  color: #fff !important;
}
.btn-tz-grad:hover,
.btn-tz-grad:focus,
.btn-tz-grad:active {
  background-image: linear-gradient(#3d5e7c 0%, #35506a 100%);
  color: #fff !important;
}
.product h1 {
  font-size: 1.8em;
  font-weight: 600;
  color: #396182;
}
card-block.product-large {
  padding: 2.6em;
}
card-block.product-large h1 {
  font-size: 2em;
  padding-top: 0.15em;
}
.product .price {
  font-size: 2.9em;
  line-height: 100%;
  font-weight: 600;
  color: #396182;
  margin-top: 0.33em;
  margin-bottom: 0.1em;
}
.product-large .price {
  font-size: 2.9em;
  line-height: 100%;
}
#features {
  max-width: 1168px;
  overflow: visible;
}
#features .all {
  height: 0;
}
#features.show .all {
  height: auto;
  padding-bottom: 2em;
}
#feature-button .hide {
  display: none;
}
#feature-button.toggle .show {
  display: none   ;
}
#feature-button.toggle .hide {
  display: block   ;
}
#features .product-small,
#features .product-large {
  max-width: 324px;
}
#features .product-small {
  margin-right: 5em;
}
#features .product-large {
  margin-right: 5em;
}
#features div .product-small:last-child {
  margin-right: 0;
}
#features ul.list-unstyled {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .product.product-small {
    height: 470px;
    min-width: 380px;
  }
  .product.product-large {
    height: 470px;
    min-width: 380px;
  }
  #product-cards {
    overflow-x: scroll;
    overflow-y: visible;
  }
  #features .all .product-small,
  #features .all .product-large {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  #features .container {
    max-width: 430px;
  }
}
#plans li {
  border-bottom: 1px solid #D3D2CF;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #396182;
}
#plans li:last-child {
  margin-bottom: 0;
  border: 0;
}
#features li i {
  margin-right: 0.5em;
}
.dialog {
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  overflow: visible;
  min-width: 400px;
  width: fit-content;
  height: fit-content;
  padding: 1.8em;
  border: 1px solid #B2B2B2;
}
.page-dialog {
  overflow-y: scroll;
}
dialog.dialog-select2-open {
  overflow: visible;
}
dialog.dialog-select2-open.page-dialog {
  overflow-y: visible;
}
dialog .select2-container--open .select2-dropdown {
  z-index: 1060;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}
body#report {
  background-color: #fff;
  padding: 0;
  font-size: 0.9em;
  margin: 15px;
  -webkit-print-color-adjust: exact !important;
  /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact !important;
  /* Firefox 48 – 96 */
  print-color-adjust: exact !important;
}
body#report h2 {
  font-size: 18px;
}
body#report .card {
  padding: 20px;
}
body#report .dot {
  width: 8px;
  height: 8px;
}
body#report .container {
  width: 700px;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body#report .container .h1 {
  font-size: 2em;
}
body#report .container .card {
  border: 0;
  padding: 0 !important;
}
@media print {
  .pagebreak {
    clear: both;
    page-break-after: always;
  }
  .pageheader {
    margin-bottom: 50px;
  }
}
.card.card-report-sm {
  border-radius: 8px;
  overflow: hidden;
}
.report-image {
  padding: 24px 24px 0 24px;
  text-align: center;
  background-color: #F3F5F7;
  height: 157px;
  border-bottom: 1px solid #D7DFE6;
}
.report-image.report-image-lg {
  padding: 48px 48px 0 48px;
  height: 324px;
  border-radius: 6px;
  border: 1px solid #D7DFE6;
  margin-bottom: 2em;
}
.report-image-page {
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  border: 1px solid #D7DFE6;
  height: 133px;
}
.report-image-page.report-image-page--logo-only {
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-image-page.report-image-page--logo-only .report-logo {
  height: auto;
}
.report-logo {
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-logo img {
  max-height: 50px;
  max-width: 104px;
}
.report-line {
  padding: 0 24px;
}
.report-line div {
  height: 4px;
  background-color: #F8F8F8;
  margin-bottom: 4px;
}
.report-image-lg .report-image-page {
  height: 276px;
}
.report-image-lg .report-line {
  padding: 0 48px;
}
.report-image-lg .report-line div {
  margin-bottom: 8px;
  height: 8px;
}
.report-image-lg .report-logo {
  height: 213px;
}
.report-image-lg .report-logo img {
  max-height: 100px;
  max-width: 204px;
}
.processing .bg-tz {
  display: none;
}
.processing span.download-disabled {
  display: block;
}
.processing a.download-enabled {
  display: none;
}
span.download-disabled {
  display: none;
}
.processing .fast-spin {
  position: relative;
  top: -1px;
}
.draft a.download-enabled {
  display: none;
}
.explorer-body nav.navbar {
  background-color: #234561;
}
.data-request-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.row-flex-fill {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}
.row-flex-fill > .dr-col {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.row-flex-fill .card.h-100 {
  flex: 1 1 auto;
  min-height: 0;
}
.row-flex-fill .card.h-100 .card-body {
  min-height: 0;
}
.row-flex-fill .card.h-100 textarea.form-control {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
}
.row-flex-fill .card.h-100 form.d-flex {
  flex: 1 1 auto;
  min-height: 0;
}
.sales-feed-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.sales-feed-entry {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #D9E2E9;
}
.sales-feed-entry:last-child {
  border-bottom: none;
  padding-bottom: 0.5rem;
}
.sales-feed-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(217, 226, 233, 0.5);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #396182;
  flex-shrink: 0;
}
.sales-feed-icon-email {
  border-color: rgba(57, 97, 130, 0.4);
  background-color: rgba(57, 97, 130, 0.12);
  color: #396182;
}
.sales-feed-icon-meeting {
  border-color: rgba(58, 182, 75, 0.4);
  background-color: rgba(58, 182, 75, 0.12);
  color: #3AB64B;
}
.sales-feed-icon-conversation {
  border-color: rgba(255, 91, 35, 0.4);
  background-color: rgba(255, 91, 35, 0.12);
  color: #FF5B23;
}
.sales-feed-icon-task {
  border-color: rgba(245, 44, 49, 0.4);
  background-color: rgba(245, 44, 49, 0.12);
  color: #F52C31;
}
.sales-feed-meta span {
  display: inline-flex;
  align-items: center;
}
.sales-feed-meta span + span {
  margin-left: 0.75rem;
}
.sales-contact-card {
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.sales-contact-card:hover,
.sales-contact-card:focus-visible,
.sales-contact-card:focus-within {
  box-shadow: 0 0.75rem 1.5rem rgba(217, 226, 233, 0.2);
  border-color: rgba(57, 97, 130, 0.4);
  transform: translateY(-2px);
}
.sales-contact-card:focus-visible {
  outline: 2px solid rgba(57, 97, 130, 0.5);
  outline-offset: 2px;
}
.client-tab-pills {
  gap: 0.25rem;
}
.client-tab-pills .nav-item {
  margin: 0;
}
.client-tab-pills .nav-link {
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: #396182;
  background-color: #f5f7f9;
  border: 1px solid #D9E2E9;
}
.client-tab-pills .nav-link:hover {
  background-color: #ebeff3;
  border-color: #396182;
  color: #396182;
}
.client-tab-pills .nav-link.active {
  background-color: #396182;
  border-color: #396182;
  color: #fff;
}
.onboarding-image-preview {
  flex-shrink: 0;
  width: 240px;
  height: 157px;
  border: 1px solid #d9e2e9;
  border-radius: 8px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.onboarding-image-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
card-block {
  display: block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 2em;
  margin-bottom: 1em;
}
card-body {
  display: block;
}
group-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
group-column {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
flex-fill {
  flex: 1;
}
.bubble {
  background-color: #F0F3F6;
  border-radius: 8px;
  padding: 1.5em;
}
.from-user .bubble {
  background-color: #F6F6F6;
}
.message-author {
  font-size: 0.8em;
  color: #8B8F92;
}
.profile-org {
  position: relative;
}
.from-user .profile-org {
  margin-right: 10px;
}
.from-user .profile-org img {
  background-color: #fff;
}
.org-logo {
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.message-group {
  text-decoration: none;
  font-size: 0.9em;
  padding: 1em 0.8em 1em 1.5em;
}
.message-group .profiles img {
  border: 1px solid #00000010;
  background-color: #fff;
}
.message-group .profiles img:first-child {
  margin-right: -20px;
  z-index: 99999;
  position: relative;
}
.message-group .profiles img:last-child {
  z-index: 99;
  position: relative;
}
.message-group .dot {
  display: none;
}
.message-group.unread .title {
  font-weight: bold;
}
.message-group.unread .dot {
  display: block;
  background-color: #396182;
}
.message-group.open .title {
  font-weight: bold;
}
.message-group.open .dot {
  display: block;
  background-color: #FF0000;
}
.message-group.closed {
  opacity: 0.5;
}
.message-group.active {
  background-color: #F4F7F8;
}
.message-text p {
  color: #396182;
}
.promote-image img {
  margin: 0 auto;
}
.promote-image {
  height: 176px;
  background-color: #F3F6F8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#marketplace-body {
  background: #f4f3f0;
  margin: 0;
}
#marketplace.marketplace-shell {
  background: #f4f3f0;
  color: #17301f;
  min-height: 100vh;
  min-height: 100dvh;
}
html:has(#marketplace-body.marketplace-view-is-map) {
  height: 100%;
}
#marketplace-body.marketplace-view-is-map {
  background: #fff;
  height: 100%;
}
#marketplace-body.marketplace-view-is-map #marketplace.marketplace-shell {
  background: #fff;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
}
.marketplace-header,
.marketplace-footer {
  position: relative;
  z-index: 3;
  border: 0;
  color: #fff;
}
.marketplace-header {
  z-index: 8;
}
.marketplace-footer {
  color: rgba(255, 255, 255, 0.85);
}
.marketplace-header-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.85rem 0;
  gap: 1rem;
}
.marketplace-header .marketplace-header-inner {
  width: 100%;
  max-width: none;
  padding: 0.85rem 1.25rem;
}
.marketplace-brand {
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
}
.marketplace-nav-search {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.marketplace-nav-search.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.marketplace-nav-search.is-leaving {
  opacity: 0;
  transform: translateY(-4px);
}
.marketplace-header-cta {
  flex-shrink: 0;
  position: relative;
}
.marketplace-view-toggle {
  display: inline-flex;
  align-items: stretch;
  padding: 0.15rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}
.marketplace-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.35rem 0.75rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.marketplace-view-btn:hover,
.marketplace-view-btn:focus {
  color: #fff;
  outline: none;
}
.marketplace-view-btn.is-active {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.marketplace-view-btn:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.55);
}
.marketplace-debug {
  position: relative;
}
.marketplace-debug-toggle {
  border-color: rgba(214, 232, 216, 0.35) !important;
  color: #c9dbc9 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.marketplace-debug-toggle.is-active,
.marketplace-debug-toggle:hover,
.marketplace-debug-toggle:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(214, 232, 216, 0.5) !important;
  color: #fff !important;
}
.marketplace-debug-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  z-index: 30;
  min-width: 12rem;
  padding: 0.35rem;
  border: 1px solid rgba(214, 232, 216, 0.18);
  border-radius: 10px;
  background: rgba(16, 36, 24, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}
.marketplace-debug-menu[hidden] {
  display: none;
}
.marketplace-debug-action {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.7rem;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #e7f2e8;
  font-size: 0.88rem;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.marketplace-debug-action:hover,
.marketplace-debug-action:focus {
  background: rgba(58, 182, 75, 0.2);
  color: #fff;
  outline: none;
}
.marketplace-map-toolbar {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto 0.85rem;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.marketplace-map-toolbar.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.marketplace-map-toolbar.is-leaving {
  opacity: 0;
  transform: translateY(-4px);
}
.marketplace-brand:hover,
.marketplace-brand:focus {
  color: #fff;
}
.marketplace-powered {
  color: #c5d7c8;
  text-decoration: none;
}
.marketplace-powered:hover,
.marketplace-powered:focus {
  color: #fff;
}
.marketplace-main {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#marketplace-body.marketplace-view-is-map .marketplace-main {
  min-height: 0;
  overflow: hidden;
}
.marketplace-map {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  background: #1e3a28;
}
.marketplace-map[hidden] {
  display: none !important;
}
.marketplace-list {
  flex: 1 1 auto;
  width: 100%;
  overflow: visible;
  padding: 1.5rem 0 3rem;
  background: #f4f3f0;
  color: #17301f;
}
.marketplace-list[hidden] {
  display: none !important;
}
.marketplace-list-inner {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}
.marketplace-list-filters {
  padding: 1.25rem 1.25rem 1.5rem;
}
.marketplace-list-filters-title {
  margin: 0;
}
.marketplace-list-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.marketplace-list-title {
  margin: 0;
}
.marketplace-list-count {
  margin: 0;
  font-size: 0.9rem;
  color: #8B8F92;
}
.marketplace-vendor-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.marketplace-vendor-card .card-body {
  flex: 1 1 auto;
}
.marketplace-vendor-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.marketplace-vendor-card-heading .card-title,
.marketplace-vendor-card-heading h1 {
  margin-bottom: 0;
  min-width: 0;
  flex: 1 1 auto;
}
.marketplace-vendor-card-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  flex: 0 1 auto;
  min-width: 0;
}
.marketplace-vendor-card-heading .marketplace-service-tiles {
  margin: 0;
  justify-content: flex-end;
}
.marketplace-vendor-card-image {
  height: 160px;
  background-color: #F3F6F8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-bottom: 1px solid #D7DFE6;
}
.marketplace-vendor-card-image img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}
.marketplace-vendor-card-image--placeholder {
  font-size: 2.5rem;
  color: rgba(27, 94, 59, 0.4);
}
.marketplace-list-item-distance {
  margin: 0.2rem 0 0;
  font-size: 0.84rem;
  font-weight: 600;
  color: #1B5E3B;
}
.marketplace-list-item-description {
  margin: 0.85rem 0 0;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.marketplace-list-item-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}
.marketplace-list-item-contact a {
  font-size: 0.88rem;
  font-weight: 600;
}
.marketplace-list-item-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}
.marketplace-service-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.marketplace-service-tile {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  max-width: 100%;
  padding: 0.45em 0.75em;
  border: 1px solid #C9D6CE;
  background: #F2F6F3;
  color: #1B5E3B;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
.marketplace-service-tile i {
  margin: 0;
  font-size: 0.85rem;
  color: #1B5E3B;
}
.marketplace-service-tile span {
  overflow: hidden;
  text-overflow: ellipsis;
}
a.marketplace-service-tile:hover,
a.marketplace-service-tile:focus-visible {
  background: #e6eee9;
  border-color: #1B5E3B;
  color: #1B5E3B;
}
.marketplace-seo-page a.marketplace-service-tile {
  color: #1B5E3B;
}
.marketplace-service-tiles--compact .marketplace-service-tile {
  padding: 0.35em 0.65em;
  font-size: 0.72rem;
}
.marketplace-service-tiles--compact .marketplace-service-tile i {
  font-size: 0.8rem;
}
.marketplace-list-item-products {
  margin: 0.75rem 0 0;
  color: #5c7461;
  font-size: 0.78rem;
}
.marketplace-list-empty {
  margin: 1.5rem 0 0;
  padding: 1rem 1.15rem;
  border: 1px dashed rgba(23, 48, 31, 0.2);
  border-radius: 12px;
  background: #f7faf7;
  color: #5c7461;
}
.marketplace-list .btn-outline-light,
.marketplace-seo-page .marketplace-list-item .btn-outline-light {
  border-color: rgba(23, 48, 31, 0.28);
  color: #17301f;
}
.marketplace-list .btn-outline-light:hover,
.marketplace-list .btn-outline-light:focus,
.marketplace-seo-page .marketplace-list-item .btn-outline-light:hover,
.marketplace-seo-page .marketplace-list-item .btn-outline-light:focus {
  background: #eef6ef;
  border-color: #2f7a3f;
  color: #17301f;
}
.marketplace-map-embed .marketplace-map {
  flex: none;
  height: 32rem;
  min-height: 32rem;
  border-radius: 12px;
  border: 1px solid #dbe3ea;
}
.marketplace-map-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.marketplace-map-fallback {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(22rem, calc(100% - 2rem));
  background: rgba(16, 36, 24, 0.88);
  border: 1px solid rgba(214, 232, 216, 0.18);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  backdrop-filter: blur(10px);
}
.marketplace-map-fallback code {
  color: #dff5e2;
}
.marketplace-fog {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 42%, rgba(14, 30, 20, 0.45) 100%);
  pointer-events: none;
  z-index: 2;
}
.marketplace-search-overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(14, 30, 20, 0.28);
  pointer-events: none;
  transition: background 0.35s ease, opacity 0.32s ease;
}
.marketplace-search-overlay.marketplace-search-overlay--leaving {
  opacity: 0;
  pointer-events: none;
}
.marketplace-search-overlay.marketplace-search-overlay--entering {
  animation: marketplace-overlay-in 0.42s ease both;
}
.marketplace-search-overlay.marketplace-search-overlay--entering .marketplace-search-panel {
  animation: marketplace-hud-in 0.42s ease both;
}
.marketplace-search-overlay.marketplace-search-overlay--docked {
  align-items: flex-start;
  background: transparent;
  padding-top: 1rem;
}
.marketplace-search-primary {
  position: relative;
}
.marketplace-search-panel.marketplace-search-panel--nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  width: 100%;
  max-width: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
  animation: none;
  position: relative;
}
.marketplace-search-panel--nav .marketplace-search-heading {
  display: none;
}
.marketplace-search-panel--nav .marketplace-search-primary {
  flex: 1 1 24rem;
  min-width: 16rem;
  max-width: 34rem;
}
.marketplace-search-panel--nav .marketplace-search-actions {
  flex: 0 0 auto;
  gap: 0.4rem;
  margin-top: 0;
}
.marketplace-search-panel--nav .marketplace-search-input {
  padding: 0.4rem 0.85rem;
  font-size: 0.88rem;
}
.marketplace-search-panel--nav .marketplace-search-submit {
  flex: 0 0 auto;
  padding: 0.4rem 0.9rem;
  font-size: 0.82rem;
}
.marketplace-search-panel--nav .marketplace-filters-toggle {
  max-width: 9rem;
  padding: 0.4rem 0.9rem;
  font-size: 0.82rem;
}
.marketplace-search-panel {
  pointer-events: auto;
  width: min(34rem, 100%);
  background: rgba(16, 36, 24, 0.9);
  border: 1px solid rgba(214, 232, 216, 0.18);
  border-radius: 12px;
  padding: 1.15rem 1.2rem 1.5rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}
.marketplace-search-heading {
  display: block;
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #f4f8f4;
}
.marketplace-search-field {
  display: flex;
  gap: 0.6rem;
  align-items: stretch;
}
.marketplace-search-actions {
  display: flex;
  align-items: stretch;
  gap: 0.6rem;
  margin-top: 1rem;
}
.marketplace-search-input {
  flex: 1 1 12rem;
  min-width: 0;
  border: 1px solid rgba(143, 212, 154, 0.45);
  border-radius: 999px;
  background: #e4f3e6;
  color: #17301f;
  caret-color: #2f7a3f;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.marketplace-search-input::placeholder {
  color: rgba(30, 58, 40, 0.55);
}
.marketplace-search-input:hover {
  border-color: rgba(143, 212, 154, 0.7);
  background: #edf8ee;
}
.marketplace-search-input:focus {
  outline: none;
  border-color: #8fd49a;
  background: #f3fbf4;
  box-shadow: 0 0 0 3px rgba(58, 182, 75, 0.25);
}
.marketplace-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1 1 auto;
  border-radius: 999px;
  white-space: nowrap;
}
.marketplace-filters-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
  max-width: 12rem;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border-color: rgba(214, 232, 216, 0.35) !important;
  color: #dff5e2 !important;
}
.marketplace-filters-toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.marketplace-radius-slider {
  width: 100%;
  margin: 0;
  accent-color: #3ab64b;
  cursor: pointer;
}
.marketplace-filters-toggle i {
  opacity: 0.9;
}
.marketplace-filters-toggle.is-active,
.marketplace-filters-toggle:hover,
.marketplace-filters-toggle:focus {
  background: rgba(58, 182, 75, 0.22) !important;
  border-color: rgba(143, 212, 154, 0.55) !important;
  color: #fff !important;
}
.marketplace-filter-anchor {
  position: relative;
  flex: 0 0 auto;
}
.marketplace-filters-panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  z-index: 30;
  width: min(22rem, calc(100vw - 2rem));
  margin: 0;
  padding: 0.85rem;
  border: 1px solid rgba(214, 232, 216, 0.18);
  border-radius: 10px;
  background: rgba(16, 36, 24, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}
.marketplace-filters-panel[hidden] {
  display: none !important;
}
.marketplace-radius-panel {
  left: auto;
  right: 0;
  width: min(18rem, calc(100vw - 2rem));
}
.marketplace-view-is-list .marketplace-filter-anchor {
  display: none;
}
.marketplace-filters-panel--static {
  position: static;
  z-index: auto;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
}
.marketplace-filters-panel--static .marketplace-filters-heading,
.marketplace-filters-panel--static .marketplace-filters-subheading {
  color: #5a7260;
}
.marketplace-filters-panel--static .marketplace-feature-search,
.marketplace-filters-panel--static .marketplace-feature-empty {
  display: none !important;
}
.marketplace-filters-panel--static .marketplace-feature-picker:has(.marketplace-tag-section:not([hidden])) > .marketplace-feature-box,
.marketplace-filters-panel--static .marketplace-tag-section .marketplace-feature-box,
.marketplace-filters-panel--static .marketplace-feature-box {
  height: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.marketplace-filters-panel--static .marketplace-feature-list {
  height: auto;
  overflow: visible;
}
.marketplace-filters-panel--static .marketplace-feature-picker:focus-within .marketplace-feature-box {
  border-color: transparent;
}
.marketplace-filters-panel--static .marketplace-feature-option {
  color: #17301f;
  padding-left: 0;
  padding-right: 0;
}
.marketplace-filters-panel--static .marketplace-feature-option:nth-child(even) {
  background: transparent;
}
.marketplace-filters-panel--static .marketplace-feature-option:hover {
  background: rgba(58, 182, 75, 0.12);
}
.marketplace-filters-heading {
  display: block;
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9fc9a8;
}
.marketplace-filters-subheading {
  margin: 0.85rem 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9fc9a8;
}
.marketplace-feature-picker {
  position: relative;
}
.marketplace-feature-picker:has(.marketplace-tag-section:not([hidden])) > .marketplace-feature-box,
.marketplace-tag-section .marketplace-feature-box {
  height: 8rem;
}
.marketplace-tag-section .marketplace-feature-box {
  border-top: 1px solid rgba(143, 212, 154, 0.45);
  border-radius: 10px;
}
.marketplace-feature-search {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  padding: 0.5rem 0.9rem;
  font-size: 0.92rem;
  border-radius: 10px 10px 0 0;
}
.marketplace-feature-search:focus {
  box-shadow: none;
}
.marketplace-feature-picker:focus-within .marketplace-feature-box {
  border-color: #8fd49a;
}
.marketplace-feature-box {
  position: relative;
  height: 12rem;
  overflow: hidden;
  border: 1px solid rgba(143, 212, 154, 0.45);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #0e2116;
}
.marketplace-feature-list {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.marketplace-feature-empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 1rem;
  text-align: center;
  font-size: 0.88rem;
  color: #9fc9a8;
}
.marketplace-feature-empty[hidden] {
  display: none;
}
.marketplace-feature-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.4rem 0.75rem;
  color: #e7f2e8;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
}
.marketplace-feature-option:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}
.marketplace-feature-option:hover {
  background: rgba(58, 182, 75, 0.28);
}
.marketplace-feature-option input {
  width: 1rem;
  height: 1rem;
  accent-color: #3ab64b;
  flex-shrink: 0;
}
.marketplace-search-suggestions {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  z-index: 25;
  list-style: none;
  margin: 0;
  padding: 0.3rem;
  max-height: 16rem;
  overflow: auto;
  border-radius: 12px;
  border: 1px solid rgba(214, 232, 216, 0.18);
  background: rgba(10, 24, 16, 0.98);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}
.marketplace-search-suggestions[hidden] {
  display: none;
}
.marketplace-search-suggestion {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #e7f2e8;
  padding: 0.6rem 0.75rem;
  font-size: 0.92rem;
  font-family: inherit;
  cursor: pointer;
}
.marketplace-search-suggestion:hover,
.marketplace-search-suggestion:focus,
.marketplace-search-suggestion.is-active {
  background: rgba(58, 182, 75, 0.22);
  outline: none;
}
.marketplace-search-suggestion-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
  flex: 1 1 auto;
}
.marketplace-search-suggestion-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marketplace-search-suggestion-meta {
  font-size: 0.78rem;
  color: rgba(214, 232, 216, 0.72);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marketplace-search-suggestion-type {
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(143, 212, 154, 0.35);
  background: rgba(58, 182, 75, 0.14);
  color: #cfe9d3;
  padding: 0.1rem 0.5rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.marketplace-search-suggestion-icon {
  flex: 0 0 auto;
  width: 1rem;
  text-align: center;
  font-size: 0.9rem;
}
.marketplace-search-suggestion--vendor .marketplace-search-suggestion-icon {
  color: #a8ccf5;
}
.marketplace-search-suggestion--vendor .marketplace-search-suggestion-type {
  border-color: rgba(150, 200, 255, 0.4);
  background: rgba(96, 160, 235, 0.2);
  color: #d5e6ff;
}
.marketplace-search-suggestion--product .marketplace-search-suggestion-icon {
  color: #e8c68a;
}
.marketplace-search-suggestion--product .marketplace-search-suggestion-type {
  border-color: rgba(240, 205, 140, 0.4);
  background: rgba(214, 160, 60, 0.2);
  color: #f6e6c6;
}
.marketplace-search-suggestion--address .marketplace-search-suggestion-icon {
  color: rgba(214, 232, 216, 0.7);
}
.marketplace-search-suggestion--address .marketplace-search-suggestion-type {
  border-color: rgba(214, 232, 216, 0.28);
  background: rgba(214, 232, 216, 0.1);
  color: rgba(226, 240, 228, 0.78);
}
.marketplace-search-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.marketplace-pin {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.marketplace-pin-icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 28px;
  height: 34px;
  color: #2a5c3d;
  font-size: 1.85rem;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}
.marketplace-pin-icon i {
  display: block;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
}
.marketplace-pin-badge {
  position: relative;
  display: block;
  width: 34px;
  height: 42px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}
.marketplace-pin-badge-svg {
  display: block;
  width: 34px;
  height: 42px;
  overflow: visible;
}
.marketplace-pin-badge-body {
  fill: #2a5c3d;
  stroke: #fff;
  stroke-width: 3;
  stroke-linejoin: round;
  paint-order: stroke fill;
}
.marketplace-pin-badge-ring {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
}
.marketplace-hq {
  position: relative;
  width: 28px;
  height: 52px;
  cursor: pointer;
}
.marketplace-hq-crystal {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(45deg);
  background: linear-gradient(135deg, #8fd49a, #3ab64b);
  border: 2px solid #f4f0d8;
  box-shadow: 0 0 12px rgba(58, 182, 75, 0.55);
}
.marketplace-hq-crystal-core {
  position: absolute;
  inset: 4px;
  background: rgba(255, 255, 255, 0.55);
}
.marketplace-hq-ring {
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 28px;
  height: 10px;
  margin-left: -14px;
  border: 2px solid rgba(143, 212, 154, 0.55);
  border-radius: 50%;
  animation: marketplace-hq-ring 2.2s ease-out infinite;
}
.marketplace-hq-ring-delay {
  animation-delay: 0.7s;
}
.marketplace-hq-beam {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 2px;
  height: 18px;
  margin-left: -1px;
  background: linear-gradient(to top, rgba(143, 212, 154, 0.9), transparent);
}
.marketplace-hq-label {
  position: absolute;
  left: 34px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  white-space: nowrap;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: rgba(16, 36, 24, 0.88);
  color: #f4f8f4;
  font-size: 0.72rem;
  line-height: 1.2;
}
.marketplace-hq-label-tag {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9fc9a8;
  font-size: 0.58rem;
}
.marketplace-vendor-marker {
  position: relative;
  width: 28px;
  height: 34px;
  cursor: pointer;
}
.marketplace-vendor-marker--featured {
  width: 34px;
  height: 42px;
  overflow: visible;
}
.marketplace-vendor-marker .marketplace-pin-icon,
.marketplace-vendor-marker .marketplace-pin-badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.marketplace-vendor-label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.3rem);
  top: auto;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  white-space: nowrap;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  background: rgba(16, 36, 24, 0.92);
  color: #f4f8f4;
  font-size: 0.78rem;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.marketplace-vendor-label strong {
  font-weight: 700;
}
.marketplace-vendor-label-service {
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  color: #9fc9a8;
}
.marketplace-hud {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 22rem) 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 1rem;
}
.marketplace-hud-panel {
  pointer-events: auto;
  background: rgba(16, 36, 24, 0.78);
  border: 1px solid rgba(214, 232, 216, 0.18);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  animation: marketplace-hud-in 0.7s ease both;
}
.marketplace-hud-briefing {
  grid-column: 1;
  grid-row: 1;
  max-width: 22rem;
}
.marketplace-hud-label {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9fc9a8;
}
.marketplace-hud-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.1;
  color: #f4f8f4;
}
.marketplace-hud-copy {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #c9dbc9;
}
.marketplace-map .mapboxgl-ctrl-bottom-left,
.marketplace-map .mapboxgl-ctrl-bottom-right {
  z-index: 5;
}
.marketplace-map .mapboxgl-ctrl-attrib {
  background: rgba(16, 36, 24, 0.65);
  color: #c9dbc9;
}
.marketplace-map .mapboxgl-ctrl-attrib a {
  color: #dff5e2;
}
.marketplace-map .mapboxgl-popup-content {
  background: rgba(16, 36, 24, 0.95);
  color: #f4f8f4;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  font-family: inherit;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.marketplace-map .mapboxgl-popup-tip {
  border-top-color: rgba(16, 36, 24, 0.95);
}
.marketplace-vendor-popup-header img {
  display: block;
  width: 100%;
  height: 96px;
  object-fit: cover;
}
.marketplace-vendor-popup-body {
  padding: 0.85rem 1rem 1rem;
}
.marketplace-vendor-popup-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}
.marketplace-vendor-popup-logo {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 6px;
  background: #fff;
}
.marketplace-vendor-verified {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8fd49a;
  border: 1px solid rgba(143, 212, 154, 0.45);
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
}
.marketplace-vendor-meta,
.marketplace-vendor-links {
  margin: 0 0 0.55rem;
  font-size: 0.88rem;
  color: #c9dbc9;
}
.marketplace-vendor-links a {
  color: #dff5e2;
}
.marketplace-vendor-services-label {
  margin: 0.35rem 0 0.3rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9fc9a8;
}
.marketplace-vendor-services {
  margin: 0;
  padding-left: 1.1rem;
  color: #f4f8f4;
  font-size: 0.9rem;
}
@keyframes marketplace-pin-pulse {
  0% {
    transform: scale(0.55);
    opacity: 0.8;
  }
  70% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes marketplace-hq-ring {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes marketplace-hud-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes marketplace-overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .marketplace-header-inner {
    flex-wrap: wrap;
  }
  .marketplace-view-btn span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .marketplace-view-btn {
    position: relative;
    padding: 0.4rem 0.65rem;
  }
  .marketplace-nav-search {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }
  .marketplace-search-panel.marketplace-search-panel--nav {
    gap: 0.5rem;
  }
  .marketplace-search-panel--nav .marketplace-search-primary {
    flex: 1 1 100%;
    max-width: none;
  }
  .marketplace-search-input {
    flex: 1 1 100%;
  }
  .marketplace-search-actions {
    flex-wrap: wrap;
  }
  .marketplace-list-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
  }
  .marketplace-filters-toggle {
    flex: 1 1 auto;
    max-width: none;
    justify-content: center;
  }
  .marketplace-hud {
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }
  .marketplace-hud-briefing {
    max-width: none;
  }
  .marketplace-map-embed .marketplace-map {
    height: 28rem;
    min-height: 28rem;
    flex: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marketplace-pin-pulse,
  .marketplace-hq-ring,
  .marketplace-hud-panel {
    animation: none;
  }
}
.marketplace-landing-hero {
  position: relative;
  padding: 3.5rem 1.25rem 3rem;
  text-align: center;
  color: #fff;
}
.marketplace-landing-hero-inner {
  width: min(760px, 100%);
  margin: 0 auto;
}
.marketplace-landing-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
#marketplace-body .marketplace-landing-title {
  margin: 0 0 2rem;
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
}
.marketplace-landing-search-shell {
  display: flex;
  justify-content: center;
}
.marketplace-landing-search-shell .marketplace-search-panel {
  margin: 0 auto;
}
.marketplace-landing-featured {
  padding: 3rem 1.25rem 4rem;
}
.marketplace-seo-page {
  color: #17301f;
  padding-top: 1.5rem;
}
.marketplace-seo-page label,
.marketplace-seo-page .form-label,
.marketplace-seo-page .form-check-label {
  color: #1B5E3B;
}
.marketplace-seo-page .form-select {
  color: #1B5E3B;
}
#marketplace-body h1,
#marketplace-body h2,
#marketplace-body h3,
#marketplace-body h4,
#marketplace-body h5,
#marketplace-body h6,
.marketplace-seo-page h1 {
  color: #1B5E3B;
}
#marketplace-body .card-header :is(h1, h2, h3, h4, h5, h6),
#marketplace-body .card-header :is(h1, h2, h3, h4, h5, h6) i {
  color: #1B5E3B;
}
.marketplace-seo-page nav[aria-label="Breadcrumb"] {
  font-size: 0.88rem;
  color: #8B8F92;
}
.marketplace-seo-page nav[aria-label="Breadcrumb"] a,
.marketplace-seo-contact a,
.green-box a {
  color: #1B5E3B;
}
.marketplace-seo-description {
  max-width: 46rem;
  line-height: 1.65;
}
.marketplace-seo-vendor-list,
.marketplace-seo-product-list {
  margin: 0;
}
.marketplace-seo-list-page .marketplace-list-heading {
  margin-top: 0.5rem;
}
.marketplace-seo-list-page .marketplace-list-inner:not(:has(.marketplace-seo-browse)) {
  grid-template-columns: minmax(0, 1fr);
}
.marketplace-seo-list-page .marketplace-list-inner .marketplace-list-heading {
  margin-top: 0;
}
.marketplace-seo-browse-section + .marketplace-seo-browse-section {
  margin-top: 1.15rem;
}
.marketplace-seo-browse-heading {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5a7260;
}
.marketplace-seo-browse-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.marketplace-seo-browse-list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0;
  color: #1B5E3B;
  text-decoration: none;
}
.marketplace-seo-browse-list a i {
  width: 1.15em;
  flex-shrink: 0;
  text-align: center;
}
.marketplace-seo-browse-list a:hover,
.marketplace-seo-browse-list a:focus-visible {
  text-decoration: underline;
}
.marketplace-seo-browse-list a[aria-current="page"] {
  font-weight: 600;
}
.marketplace-seo-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.marketplace-seo-product-card {
  display: block;
  height: 100%;
  padding: 1rem;
  border: 1px solid rgba(23, 48, 31, 0.12);
  border-radius: 12px;
  background: #f7faf7;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.marketplace-seo-product-card:hover,
.marketplace-seo-product-card:focus-visible {
  border-color: rgba(47, 122, 63, 0.45);
  background: #eef6ef;
}
.marketplace-seo-product-card img {
  width: 100%;
  height: 9rem;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.marketplace-claim-panel {
  max-width: 34rem;
  padding: 1.25rem;
  border: 1px solid rgba(23, 48, 31, 0.12);
  border-radius: 12px;
  background: #f7faf7;
}
.marketplace-claim-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.marketplace-seo-page .btn-outline-light {
  border-color: rgba(23, 48, 31, 0.28);
  color: #17301f;
}
.marketplace-seo-page .btn-outline-light:hover,
.marketplace-seo-page .btn-outline-light:focus {
  background: #eef6ef;
  border-color: #2f7a3f;
  color: #17301f;
}
.marketplace-seo-vendor-header {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}
.marketplace-seo-vendor-titles {
  min-width: 12rem;
  flex: 1 1 18rem;
}
.marketplace-seo-vendor-logo {
  flex: 0 0 auto;
  width: 5.5rem;
  height: 5.5rem;
  object-fit: contain;
  padding: 0.5rem;
  border: 1px solid #C9D6CE;
  border-radius: 8px;
  background: #fff;
}
.marketplace-seo-vendor-logo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: rgba(23, 48, 31, 0.28);
}
.marketplace-seo-vendor-banner {
  display: block;
  width: 100%;
  max-height: 18rem;
  object-fit: cover;
  border-radius: 14px;
}
.marketplace-seo-muted {
  color: #5c7461;
}
.marketplace-seo-about {
  min-height: 6rem;
}
.marketplace-seo-empty {
  display: flex;
  align-items: center;
  min-height: 6rem;
  padding: 1rem 1.15rem;
  border: 1px dashed rgba(23, 48, 31, 0.2);
  border-radius: 12px;
  background: #f7faf7;
  color: #5c7461;
}
.marketplace-seo-empty--slim {
  min-height: 0;
}
.marketplace-seo-contact {
  margin: 0;
}
.marketplace-seo-contact dt {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c7461;
}
.marketplace-seo-contact dd {
  margin: 0 0 0.85rem;
  overflow-wrap: anywhere;
}
.marketplace-seo-contact dd:last-child {
  margin-bottom: 0;
}
.marketplace-seo-badge-featured {
  background: #ffe7b0;
  color: #5a4408;
}
.marketplace-seo-product-thumb {
  display: block;
  width: 100%;
  height: 9rem;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.marketplace-seo-product-thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 48, 31, 0.05);
  font-size: 1.75rem;
  color: rgba(23, 48, 31, 0.25);
}
.feed-container {
  max-width: 800px;
  margin: 0 auto;
}
.feed-item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.feed-item-wrapper-compact {
  margin-bottom: 0.75rem !important;
}
.feed-icon {
  flex-shrink: 0;
  margin-top: 0.5rem;
}
.feed-icon-with-overlay {
  position: relative;
}
.feed-item-wrapper .org-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e9ecef;
}
.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid #e9ecef;
}
.feed-item {
  flex-grow: 1;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  position: relative;
}
.feed-item-compact {
  border-radius: 10px;
  padding: 0.75rem 0.875rem !important;
}
/* Chat bubble tail effect */
.feed-item::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  z-index: 1;
}
.feed-item-compact::before {
  left: -6px;
  top: 14px;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-right-width: 6px;
}
.feed-item::after {
  content: '';
  position: absolute;
  left: -9px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #e9ecef;
  z-index: 0;
}
.feed-item-compact::after {
  left: -7px;
  top: 14px;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-right-width: 6px;
}
.feed-meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.feed-meta .badge {
  font-size: 0.75rem;
}
.bg-purple {
  background-color: #6f42c1 !important;
  color: white !important;
}
.bg-indigo {
  background-color: #6610f2 !important;
  color: white !important;
}
@media (max-width: 768px) {
  .feed-container {
    max-width: 100%;
  }
  .feed-item-wrapper {
    gap: 0.75rem;
  }
  .feed-item .card-body {
    padding: 1rem;
  }
  .feed-item-wrapper .org-logo,
  .feed-item-wrapper .icon-circle {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .feed-item::before {
    left: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
  }
  .feed-item::after {
    left: -7px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #e9ecef;
  }
}
.feed-login-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.35rem;
}
.feed-login-text {
  font-size: 0.95rem;
  line-height: 1.35;
}
.feed-login-timestamp {
  padding-left: 0;
}
.feed-item-overlay {
  position: absolute;
  right: -4px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  font-size: 0.65rem;
  line-height: 1;
}
.locked-overlay {
  position: absolute;
  top: 50px;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.dashboard-block {
  height: 235px;
}
.dashboard-card-row > [class*="col-"] {
  flex: 1 0 25%;
  width: auto;
}
@media (max-width: 1199.98px) {
  .dashboard-card-row > [class*="col-"] {
    flex-basis: 50%;
  }
}
@media (max-width: 575.98px) {
  .dashboard-card-row > [class*="col-"] {
    flex-basis: 100%;
  }
}
#feed {
  height: 100%;
}
.dashboard-feed {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.dashboard-feed .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.dashboard-feed-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.dashboard-feed .feed-container {
  max-width: 100%;
  margin: 0;
}
.dashboard-feed .feed-item-wrapper:last-child {
  margin-bottom: 0;
}
.explorer-dashboard-sidebar {
  height: 100vh;
}
.explorer-dashboard-feed {
  min-height: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .explorer-dashboard-sidebar {
    height: auto;
  }
}
#mk_upgrade_banner {
  background-color: #ecebe8;
}
/* Progress bar styles for multi-step forms */
.progress-container {
  color: #8B8F92;
}
.progress-container .active {
  color: #396182;
}
.progress-step {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #e9ecef;
  border-width: 1px;
  border-style: solid;
  color: #6c757d;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}
.progress-container .bg-tz {
  color: #fff;
}
.progress-step i {
  font-size: 12px;
}
.email-preview {
  color: #396182;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #D9E2E9;
  font-size: 14px;
}
.email-preview p {
  color: #396182;
}
.search-options {
  background-color: #ECF0F4;
  border-left: 1px solid #D9E2E9;
  border-right: 1px solid #D9E2E9;
  color: #8B8F92;
}
.search-options label {
  color: #8B8F92;
  font-weight: normal;
}
.search-options .form-check-input {
  margin-top: 0;
  margin-right: 0.6em;
}
.search-options .form-check-label {
  font-size: 0.9em;
}
.input-group.search-input-group span {
  border: 1px solid #D9E2E9;
  border-radius: 8px 0 0 0 !important;
}
.selection-list {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 0 0 8px 8px !important;
  border: 1px solid #D9E2E9;
}
.selection-list .form-check {
  margin-bottom: 0;
}
.selection-list .form-check-input {
  margin-right: 0.6em;
}
.selection-list .form-check-label {
  font-weight: normal;
}
.tz-rating-tooltip .tz-rating-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.tz-rating-tooltip .traffic-light.green {
  background: #3AB64B;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
  border: 1px solid #30A942;
  box-shadow: 0 0 8px 0 rgba(58, 182, 75, 0.59), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  box-shadow: none;
}
.tz-rating-tooltip .traffic-light.orange {
  background: #FF5923;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
  border: 1px solid #F8551F;
  box-shadow: 0 0 8px 0 rgba(255, 89, 35, 0.6), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  box-shadow: none;
}
.tz-rating-tooltip .traffic-light.red {
  background: #F52C31;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
  border: 1px solid #DD1C20;
  box-shadow: 0 0 8px 0 rgba(245, 44, 49, 0.6), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  box-shadow: none;
}
.tz-rating-tooltip .tz-rating-label {
  min-width: 60px;
  font-size: 12px;
}
.tz-rating-tooltip .tz-rating-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  border-right: 1px solid #61819b;
  height: 23px;
  padding-right: 8px;
}
.tz-rating-tooltip .dot.tz-rating-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
.tz-rating-tooltip .dot.tz-dot-on {
  background-color: #ffffff;
}
.tz-rating-tooltip .dot.tz-dot-off {
  background-color: #ffffff30;
}
.tz-rating-tooltip .tz-rating-traffic {
  margin-left: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
