body {
  margin: 0;
  font-size: clamp(14px, 4vw, 16px);
  /*font-size: clamp(16px, 4vw, 20px);*/
  font-family: 'Nunito Sans';
  background-color: #F5F5F5;
}

a {
  text-decoration: none;
  color: #008043;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008043;
  --bs-btn-border-color: #008043;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #02542D;
  --bs-btn-hover-border-color: #02542D;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #024023;
  --bs-btn-active-border-color: #024023;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #383838;
  --bs-btn-disabled-border-color: #383838;
  font-size: 1rem;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  /*--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);*/
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: #333333;
  --bs-nav-link-hover-color: #02542D;
  --bs-nav-link-disabled-color: #383838;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 15px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  color: transparent;
}

.link-primary {
  color: #008043;
}

.link-dark {
  color: rgba(72,72,74);
}

.link-secondary {
  color: #2c2c2c;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.2rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: rgba(72,72,74);
  --bs-dropdown-bg: #d9d9d9;
  /*--bs-dropdown-border-color: black;*/
  /*--bs-dropdown-border-radius: var(--bs-border-radius);*/
  /*--bs-dropdown-border-width: var(--bs-border-width);*/
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  --bs-dropdown-link-color: rgba(72,72,74);
  --bs-dropdown-link-hover-color: #008043;
  /*--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);*/
  /*--bs-dropdown-link-active-color: #008043;*/
  --bs-dropdown-link-active-bg: #0d6efd;
  /*--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);*/
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  /*--bs-dropdown-header-color: #6c757d;*/
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: 14px;
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  /*background-color: var(--bs-dropdown-bg);*/
  background-clip: padding-box;
  /*border: none;*/
  border-radius: 10px;
  background-color: #ffffff;
}

.dropdown-item {
  padding-left: 0px;
}

.search-main {
  /*min-width: 75%;*/
  /*width: 100%;*/
  /*min-height: 56px;*/
  background-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  /*border-width: 4px;*/
}

.text-primary {
  --bs-text-opacity: 1;
  color: #008043!important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: #008043!important;
}

input[type="text"].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-light {
  background: #d9d9d9;
}

.btn-outline {
  border-color: #1e1e1e;
  border-width: 1px;
  background: transparent;
  color: #333333;
  font-weight: 300;
}

.btn-outline:hover {
  background: #d9d9d9;
  border-width: 1px;
  color: #1e1e1e;
  border-color: #1e1e1e;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: #d9d9d9;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  /*height: 100%;*/
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  /*height: auto;*/
  display: flex;
  flex-direction: column;
}

.card-body {
  /*flex: 1 1 auto;*/
  padding: 0px;
  color: var(--bs-card-color);
  font-family: 'Nunito Sans';
}

.card-body h4 {
  font-family: 'Nunito';
  font-weight: 600;
  font-size: 16px;
}

.card-body h6 {
  font-family: 'Nunito';
  font-weight: 400;
  font-size: 16px;
}

.card-body span {
  font-size: 12px;
}

.card-body a {
  font-size: 12px;
  color: #008043;
}

.btn {
  font-size: 12px;
}

.hover-shadow {
  transition: box-shadow 0.3s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
  font-size: 0.75rem;
}

h6 {
  font-size: 0.875rem;
}

.hover-card {
  transition: all 0.3s ease;
}

.default-content, .hover-content {
  transition: opacity 0.3s ease;
}

.hover-card .hover-content {
  display: none;
}

.hover-card:hover .default-content {
  display: none;
}

.hover-card:hover .hover-content {
  display: block;
}

.badge {
  --bs-badge-padding-x: 0.85em;
  --bs-badge-padding-y: 1.0em;
  --bs-badge-font-size: 0.85em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  border-color: #1e1e1e;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: #1e1e1e;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  background-color: transparent;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #008043;
}

.position-sticky {
  position: sticky !important;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.btn-outline-primary {
  border-color: #008043;
  border-width: 1px;
  color: #008043;
}

.btn-outline-primary:hover {
  background-color: #008043;
  border: none;
}

input {
  border-color: #b3b3b3;
  border-width: 1px;
  padding: 8px;
  border-radius: 6px;
  box-shadow: none;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  /*box-shadow: 0 0 0 0.25rem rgba(13, 224, 163, 0.25);*/
}

.card-img {
  /*object-fit: cover;*/
  width: auto;
  height: 230px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .card-img {
    /*object-fit: cover;*/
    width: 230px;
    height: 230px;
    overflow: hidden;
  }
}

.form-check-input:checked {
  background-color: #383838;
  border-color: #383838;
  /*box-shadow: 0 0 0 0.25rem rgba(13, 224, 163, 0.25);*/
}

.form-check-input:focus {
  /*background-color: #383838;*/
  /*border-color: #383838;*/
  box-shadow: 0 0 0 0.25rem rgba(13, 224, 163, 0.25);
}

input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0,153,81,0.25);
}

input[type=range]::-webkit-slider-thumb {
  background: #383838;
}

.badge:hover {
  background: #f5f5f5;
}

.badge-reviews {
  background: #85e0a3;
  color: #1e1e1e;
  /*border: 1px solid #009951;*/
}

.badge-reviews:hover {
  background: #85e0a3;
  color: #1e1e1e;
  border-color: #009951;
}

.badge-property-type {
  background: transparent;
  color: #009951;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #009951;
}

.badge-property-type:hover {
  background: rgba(133,224,163,0.5);
  color: #009951;
  border: 1px solid #009951;
}

.btn-outline-primary:hover {
  background-color: #85e0a3;
}

.btn-outline-primary.active {
  background-color: #85e0a3;
}

.tooltip-inner {
  max-width: 280px;
  height: auto;
  font-size: 12px;
  padding: 12px;
  text-align: left;
  background: #cff7d3;
  color: #1e1e1e;
}

.bi-heart:hover {
  transition: color 0.3s;
  color: white;
}

.bi-heart {
  transition: color 0.3s;
  color: white;
}

.bi-heart:hover {
  color: #85e0a3;
}

.btn-apply {
  background: #2c2c2c;
  color: #cff7d3;
}

.btn-apply:hover {
  background: #444;
  color: #85e0a3;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.logo {
  max-width: 160px;
}

.card-content {
  /*width: 100%;*/
}

.card-economy {
  /*width: 100%;*/
  /*background-color: #f2f2f2;*/
  /*border-left: 1px solid red;*/
}

.card-sales {
  background: #f2f2f2;
  /*padding: 4px;*/
  border-radius: 6px;
  /*border: 1px solid #85e0a3;*/
  color: #008043;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  /*box-shadow: initial;*/
}

.badge-instantly {
  /*background: rgba(133,224,163,0.5);*/
  /*color: #F4776A;*/
  /*border: 1px solid #F4776A;*/
}

.badge-instantly:hover {
  background: rgba(244,119,106,0.25);
  color: #F4776A;
  border: 1px solid #F4776A;
}

.popover {
  max-width: none;
  width: auto;
  /*min-width: 400px;*/
  background: white;
  padding-top: 0px;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  /*border: 1px solid #1e1e1e;*/
  border-radius: 4px;
  padding-left: 8px;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.green-bar-container {
  position: relative;
  width: 100%;
  height: 20px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.green-bar {
  width: 0;
  background: #85e0a3;
  position: absolute;
  left: 0;
  top: 0;
  /*animation: fillBar 2s forwards;*/
  display: flex;
  align-items: center;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@keyframes fillBar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.bar-text {
  white-space: nowrap;
  /*padding-left: 24px;*/
}

@media (min-width: 768px) {
  .bar-text {
    white-space: nowrap;
  }
}

.bar-text-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.green-bar.animated {
  animation: fillBar 2s forwards;
}

.circle-heart {
  background: #b3b3b3;
  border: 1px solid #ffffff;
  margin-top: 8px;
  margin-left: 8px;
  z-index: 10;
  width: 32px;
  height: 32px;
}

.circle-heart:hover {
  background: #85E0A3;
  color: white;
}

.sales-tooltip-yours-dates-mob {
  background: #f2f2f2;
  color: #008043;
  font-size: 12px;
  border-radius: 4px;
}

.sales-tooltip-yours-dates {
  background: #f2f2f2;
  color: #008043;
  font-size: 12px;
  border-radius: 4px;
}

.sales-tooltip-economy {
  background: #85E0A3;
  font-size: 12px;
  /*color: #ffffff;*/
  border-radius: 4px;
}

.sales-tooltip-economy-mob {
  background: #85E0A3;
  font-size: 12px;
  /*color: #ffffff;*/
  border-radius: 4px;
}

.fs-12px {
  font-size: 12px;
}

.sales-div-mob-100 {
  width: 110px;
}

.sales-div-mob-80 {
  width: 90px;
}

