.footer-title{
  color: #fff;
}
.footer-policy a{
  color: #fff;
}
.footer-policy a:hover{
  color: #0c63e4;
}
.footer{
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 5 !important;
  border-top: solid 1px var(--bs_define-bg);
  min-height:50px;
  background-color: var(--bs_define-bg);
}

#footer_copyright_new_modules a {
  color: #fff;
  text-decoration: underline;
}
#footer_copyright_new_modules a:hover {
  font-weight: bold;
}