body {
  margin: 0 !important;
  font-family: "Abhaya Libre",Helvetica,Arial,sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

a {
  text-decoration: none;
}

.blur-helper-col {
  position: absolute;
  display: flex;
  width: 76%;
  height: 135px;
  background-color: #11312e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blur {
  box-shadow: inset 0 0 2px #fefefed1;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  background-color: #fffc !important;
}

.shadow-blur {
  box-shadow: inset 0 0 1px 1px #fefefee6, 0 20px 27px #0000000d !important;
}

.text-gradient.text-success {
  background-image: linear-gradient(195deg,#66bb6a,#43a047);
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.text-light-dark {
  color: #344767 !important;
}

.text-light-ash {
  color: #7B809A !important;
}

.price-status-title {
  margin-top: .85rem;
}

.bg-price-status-title {
  background-color: #e3e2da;
}

.bg-dark-green {
  background-color: #2f4f4f;
}

.text-price-status-down {
  color: red !important;
  -webkit-text-fill-color: initial;
}