html {
  scroll-behavior: smooth;
}

#top-account-no-login {
  -webkit-transition: margin 0.4s ease, opacity 0.3s ease;
  transition: margin 0.4s ease, opacity 0.3s ease;
  float: right;
  margin: 40px 0 40px 15px;
}

#top-account-no-login > a {
  color: #333;
}

#header.full-header #logo {
  border-right: 0;
  margin-right: 24px;
  padding-right: 0;
}

#logo {
  align-items: center;
  display: flex;
  max-width: none;
}

#logo a {
  align-items: center;
  display: flex;
}

#logo img,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
  height: 60px !important;
  max-width: min(22vw, 220px);
  object-fit: contain;
  width: auto;
}

#primary-menu > ul > li > a {
  align-items: center;
  display: flex;
}

#top-cart,
#header.sticky-header:not(.static-sticky) #top-cart {
  margin: 20px 0 20px 15px !important;
}

@media (max-width: 991.98px) {
  #header,
  #header-wrap {
    min-height: 84px;
  }

  #logo {
    display: block;
    height: 84px;
    float: none;
    margin: 0 auto 0 !important;
    max-width: none;
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
  }

  #logo a {
    height: 84px;
    justify-content: center;
  }

  #logo img {
    height: auto;
    max-height: 58px;
    max-width: min(70vw, 280px);
  }

  #primary-menu > ul > li > a {
    line-height: 1.5;
  }

  #primary-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    top: 10px;
    margin-top: 0;
    left: 0;
    z-index: 1;
  }
}

@media (max-width: 575.98px) {
  #top-account a.btn {
    display: none;
  }

  #header,
  #header-wrap {
    min-height: 78px;
  }

  #logo {
    height: 78px;
  }

  #logo a {
    height: 78px;
  }

  #logo img {
    max-height: 52px;
    max-width: min(74vw, 240px);
  }
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.card.team-member {
  background-color: unset;
}

.card.team-member img {
  clip-path: circle(50px at center);
  height: 100%;
}

.card.team-member .card-body {
  flex: 1 1 auto;
  padding: 1.25rem 0;
}

.member-table-wrap {
  margin: 0 auto;
  max-width: 560px;
}

.member-table {
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 14px;
  width: auto;
  min-width: 420px;
  box-shadow: 0 10px 28px rgba(19, 72, 143, 0.08);
}

.member-table thead th {
  background: #f1f6fc;
  border: 0;
  border-bottom: 1px solid #d9e5f2;
  color: #4a6486;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 12px 16px;
}

.member-table tbody td {
  background: #fff;
  border-top: 1px solid #e5edf8;
  color: #28496f;
  font-size: 15px;
  padding: 12px 16px;
  vertical-align: middle;
}

.member-table tbody tr:nth-child(even) td {
  background: #f8fbff;
}

.member-table tbody tr:hover td {
  background: #eef5ff;
}

.member-role {
  font-weight: 700;
  white-space: nowrap;
  width: 190px;
}

.member-person {
  color: #163a68;
  font-weight: 600;
  white-space: nowrap;
}

.member-empty-state {
  background: #f8f8f8;
  border: 1px dashed #d1d1d1;
  border-radius: 14px;
  color: #777;
  padding: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .hide-767 {
    display: none;
  }

  .member-table-wrap {
    max-width: 100%;
  }

  .member-table thead th,
  .member-table tbody td {
    font-size: 14px;
    padding: 10px 12px;
  }

  .member-table {
    min-width: 0;
    width: 100%;
  }

  .member-role,
  .member-person {
    white-space: normal;
  }

  .member-role {
    width: 44%;
  }
}

.process-steps li {
  width: 16% !important;
}
