.scroll-top-btn {
  bottom: 130px !important;
}
.autocomplete-suggestions {
    height: auto;
    background: #fff;
    padding: 1rem;
    overflow-x: auto; 
    cursor: pointer;
}
.alert {
  border-radius: 10px;
  padding: 1.4rem 2rem;
  border: none;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 10px;
  color: #fff;
}

.alert::before {
  display: none;
}

.alert__icon {
  font-size: 2rem;
  margin-right: 1.2rem;
  line-height: 1;
}

.alert-dark {
  background-color: #323232;
}

.alert-danger {
  background-color: #eb5757;
}

.alert-success {
  background-color: #27ae60;
}

.alert em {
  font-style: normal;
}

.alert a {
  color: #fff;
}
.alert hr{
  display: block;
}

/* @media (max-width: 767px) {
  .haptik-xdk {
    display: none; 
  } 
} */