/* ME Xtream Server v3.1.1 Floating Top Button Footer Clearance Hotfix */
.main-footer,
.footer,
.me-v240-public footer {
  padding-right: 84px !important;
  min-height: 44px;
}
@media (max-width: 767.98px){
  .main-footer,
  .footer,
  .me-v240-public footer {
    padding-right: 88px !important;
    padding-bottom: 10px !important;
  }
}
/* Known/common class and id hooks if present */
#scrollUp,
.scrollUp,
.scroll-up,
.scrollup,
.go-top,
.goTop,
.back-to-top,
.backtop,
.to-top,
.btn-top,
[data-scroll-top],
[data-back-to-top] {
  bottom: 72px !important;
}
@media (max-width: 767.98px){
  #scrollUp,
  .scrollUp,
  .scroll-up,
  .scrollup,
  .go-top,
  .goTop,
  .back-to-top,
  .backtop,
  .to-top,
  .btn-top,
  [data-scroll-top],
  [data-back-to-top] {
    bottom: 78px !important;
  }
}
