.text_danger{
    color: red !important;
  }
  .eye{
    color: aqua !important;
  }

p.text-body {
    color: #4a5565;
}
nav.bg-white.shadow-lg.sticky.top-0.z-40 {
    background: #ffffffb5 !important;
    backdrop-filter: blur(21px);
}
nav.bg-white.sticky.top-0.z-40.shadow-md{
background: #ffffffb5 !important;
    backdrop-filter: blur(21px);
}