.ManageAccount__deleteBox{
         display:none
    }

/* Progress bar and branding */
.Readingprogress__progressBar {
  background: linear-gradient(90deg, #00618e, #0084c1);
}
.Icon__brand,
.commonStyle__zt3Brand {
  color: #00618e;
}
.commonStyle__zt3BrandBg,
.Button__footerBtn:hover,
.ListHeader__followCount:hover,
.KbCategory__followCount:hover {
  background: #909ea2;
}
.commonStyle__zt3BrandFill {
  fill: #909ea2;
}
.commonStyle__zt3BrandBorder {
  border-color: #909ea2;
}

/* Header styling */
.Header__searchTitle {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  -webkit-text-stroke: 1px #ffffff;
  text-shadow: none !important;
  outline: none !important;
}

/* Return link styling */
.Header__name a {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .Header__name a {
    font-size: 14px !important;
  }
}
.Header__name a:hover {
  color: #00618e !important;
  text-decoration: none;
}

/* Email links */
a[href^="mailto:"] {
  color: #00618e;
}
a[href^="mailto:"]:hover {
  color: #004e70;
}

/* General links — keep default blue for body text, not tabs/header */
a {
  color: #00618e;
  text-decoration: none;
}
a:hover {
  color: #004e70;
}

/* Override global link colors for tabs */
.Header__tabsTab,
.Header__tabsTab a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.Header__tabsTab:hover,
.Header__tabsTab a:hover {
  color: #00618e !important;
}

/* Sign In link */
a.signinLink,
.LoginDetail__tabLink.signinLink {
  color: #ffffff !important;
  text-decoration: none !important;
}
a.signinLink:hover,
.LoginDetail__tabLink.signinLink:hover {
  color: #00618e !important;
}

/* === Widget Container === */
.atlas-home-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  background-color: #ffffff;
  max-width: 1400px;
  margin: 0 auto 40px auto;
  box-sizing: border-box;
}

/* === Individual Widget === */
.atlas-widget {
  background-color: #ffffff;
  border: 1px solid #909ea2;
  border-radius: 10px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #464747;
  cursor: pointer;
  width: calc(50% - 20px);
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .atlas-home-widgets {
    flex-direction: column;
    align-items: center;
  }

  .atlas-widget {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}

/* === Hover Effect === */
.atlas-widget:hover {
  background-color: #f6f8f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  border-color: #464747;
}

/* === Icon === */
.atlas-widget img {
  width: 70px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

/* === Header Text === */
.atlas-widget h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  color: #464747;
  text-align: center;
}

/* === Paragraph Text === */
.atlas-widget p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  color: #464747;
  word-wrap: break-word;
}

/* General icon reset */
.atlas-widget img {
  height: auto !important;
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}

/* Resources icon (1st widget) - smaller */
.atlas-widget:first-child img {
  width: 50px !important;
}

/* Orders icon (2nd widget) - larger */
.atlas-widget:nth-child(2) img {
  width: 70px !important;
}

/* Consistent heading spacing */
.atlas-widget h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
  color: #464747;
}

/* Remove any wrapping div padding in the second widget */
.atlas-widget:nth-child(2) > div {
  padding: 0 !important;
  margin: 0 !important;
}

/* Default (desktop) behavior */
.Header__header {
  background-image: url(https://desk.zoho.com/portal/api/customThemes/1121589000001218145/images/392234000000061001?portalId=edbsnf63f4a6a743b4a4ca06c399856a464f57448818df3f4f848823b6d587cb1a21b);
  background-position: center; /* can stay as default or customize */
  background-repeat: no-repeat;
  background-size: cover;
}

/* Mobile adjustment: show right side of image */
@media only screen and (max-width: 767px) {
  .Header__header {
    background-position: right center !important; /* focus on right side */
  }
}

color: #ffffff !important;

