.btn-primary {
    background-color: #3a86ff;
    border-color: #3a86ff;
}

.footer-powered {
    display: none;
}

#footer-subscribe-button {
    display: none;
}

#footer-subscribe-email {
    display: none;
}

.dropdown-help {
    display: none!important;
}

.btn-primary:hover {
    background-color: #004ECC;
    border-color: #004ECC;  
}

.web-footer {
    padding: 0;
    min-height: 100px;
}

#page-login {
    background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/funky-lines.png");
    background-position: center; /* Center the image */
    background-repeat: repeat; /* Repeat the image */
}

.page-card-head {
    display: none;
}

@media (max-width:991.98px)
{.hidden-md,{
    display:flex!important
    }
}
.custom-actions{
    display:flex!important;
}
.ce-header {
    display: none;
}
#launcher-frame{
    display: none;
}
.my-help-btn {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background: #007a99;
  border-radius: 50%;
  border-bottom-right-radius: 6px;
  border: 1px solid #0c50a7;
  box-shadow: 0px 5px 20px #81a4f1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  z-index: 2147483647;
  user-select: none;
  transition: background-color 0.3s ease;
  outline: none;
}

.my-help-btn:hover {
  background: #2c87e8;
}
.my-help-btn:hover {
  background: #007a99;
  box-shadow: 0px 5px 15px 5px #007a99;
  transition: all 0.3s ease;
}
