.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: #DBE2E7;
  border: 0;
  height: 1px;
  margin: 1.5em 0;
  opacity: 1;
}
hr.dashed {
  border: 0;
  border-top: 1px dashed #dbe2e7;
  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 #dbe2e7;
  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 .blue-box,
.orange-box .blue-box {
  z-index: 99;
  background-color: transparent;
}
.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;
}
.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 #dbe2e7;
  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;
}
.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 {
  opacity: 1 !important;
}
.custom-tooltip .tooltip-inner {
  background-color: #396182 !important;
  border: 1px solid #183A56 !important;
  opacity: 1 !important;
}
.custom-tooltip .tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #396182 !important;
  opacity: 1 !important;
}
.custom-tooltip .tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #396182 !important;
  opacity: 1 !important;
}
.custom-tooltip .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #396182 !important;
  opacity: 1 !important;
}
.custom-tooltip .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;
}
p strong {
  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;
}
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.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-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;
}
.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;
}
.select2-container {
  display: block !important;
}
label {
  font-weight: 600;
  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-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;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
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;
}
.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 #DBE2E7;
  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: #f5f7f9;
}
.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.active {
  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 #DBE2E7;
  overflow: scroll;
  height: 100%;
  width: 332px;
}
#record-categories h3 {
  font-size: 1.4em;
  border-bottom: 1px solid #DBE2E7;
  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;
}
#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[type="number"] {
  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[type="number"] {
  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;
}
#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;
}
.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 {
  text-decoration: underline;
}
.clickable:hover td:first-child i {
  text-decoration: none!important;
}
.clickable:hover td:first-child 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;
}
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;
}
#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 {
  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;
}
.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;
  padding: 1.8em;
  border: 1px solid #B2B2B2;
}
.page-dialog {
  overflow-y: scroll;
}
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-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;
}
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;
}
.feed-container {
  max-width: 800px;
  margin: 0 auto;
}
.feed-item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.feed-icon {
  flex-shrink: 0;
  margin-top: 0.5rem;
}
.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;
}
/* 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::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-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;
  }
}
.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;
}
#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;
}
/* 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%;
}
