﻿/* EDocuments Onboarding layout footer styles */
.edoc-footer {
  min-height: 360px;
  background-image: linear-gradient(172deg, #00A2E5 21%, #D32678 100%);
}

/* Module-scoped footer styles */
.edoc-footer {
  color: #fff;
  background-image: linear-gradient(172deg, #00A2E5 21%, #5c7ec2 60%, #D32678 100%);
}

.edoc-footer a {
  color: #ffffff;
  text-decoration: none;
}

.edoc-footer a:hover,
.edoc-footer a:focus {
  color: #e3f6ff;
  text-decoration: underline;
}

.edoc-footer .footer-title {
  font-weight: 700;
}

.edoc-footer .footer-list p {
  margin: 0;
}

.edoc-footer .logo img {
  max-width: 220px;
  height: auto;
}

.edoc-footer .cert-badge img {
  max-width: 260px;
  height: auto;
}

@media (max-width: 991.98px) {
  .edoc-footer {
    /* Let the footer height be fully content-driven on smaller screens */
    min-height: 0;
  }

  .edoc-footer .logo img {
    max-width: 180px;
  }

  .edoc-footer .cert-badge img {
    max-width: 220px;
  }
}

/* EDocuments Onboarding header styles */
.edoc-header {
  height: 100px;
  display: flex;
  align-items: center;
}

/* Ensure the header container fills the header and remove extra vertical padding */
.edoc-header .container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

/* Keep the logo at a reasonable size within the 100px header */
.edoc-header-logo {
  max-height: 60px;
  height: auto;
  width: auto;
}
