body a {
  color: #3d3d3d;
  text-decoration: none;
}

body a:hover:not(.btn) {
  text-decoration: underline;
}

#Secondary_Navbar-Account {
  padding: 10px 30px;
  border: 1px solid #d7d7d7 !important;
  border-radius: 6px;
}

#Secondary_Navbar-Account:hover {
  background-color: #f0f0f0;
  transition: 200ms;
  cursor: pointer;
}

#Secondary_Navbar-Account a:hover {
  text-decoration: none;
}

main p:has(a[href*="whmcs.com"]) {
  display: none !important;
}

div[style*="background-color:#ffffd2"] {
  display: none !important;
}

#main-body {
  background: url("../../../../assets/img/bati-bg.webp") no-repeat center fixed;
  background-size: cover;
  overflow: hidden;
  min-height: 80svh;
}

@media only screen and (max-width: 1024px) {
  #form-wrap div:first-child {
    min-width: 100%;
  }
}

.main-services:hover {
  background-color: #fffbfb !important;
}

.tile:hover {
  text-decoration: none !important;
}

.box-prouduct i.fas {
  color: #2f316e;
}

.account-sidebar {
  background: #2f316e;
  background: linear-gradient(
    150deg,
    rgba(47, 49, 110, 1) 20%,
    rgba(218, 0, 0, 0.71) 100%
  );
}
