/* set whatsapp logo statically in footer   */
.whatsapp-logo{
    position: fixed;
    left: 10px;
    bottom: 10px;
}
.bg-btn-color{
    background-color: #89CDAC;
}
.footer {
  background: #89cdac;
}
.location-icon-color{
  color: #89cdac;
}
button:focus,input:focus{
    outline: none;
}
.hide-scroll-bar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hide-scroll-bar::-webkit-scrollbar {
    display: none;
}
/* custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: #3f7058;
}
::-webkit-scrollbar-thumb {
  background: #89CDAC;
}
/* custom text selection */
::selection {
  color: black;
  background: #89CDAC;
}