@font-face {
  font-family: "evlo";
  src: url("../fonts/evlo.woff2") format("woff2"), url("../fonts/evlo.ttf") format("truetype"), url("../fonts/evlo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.e-icon, .e-icon:before, [class^="e-icon-"], [class*=" e-icon-"] {
  /* Use !important to prevent extensions from overriding this font. */
  font-family: "evlo" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.e-icon-impersonated-user:before {
  content: "\f00a";
}

.e-icon-logout:before {
  content: "\f00b";
}

.e-icon-chevron-left:before {
  content: "\f009";
}

.e-icon-chevron-right:before {
  content: "\f008";
}

.e-icon-truck-think:before {
  content: "\f007";
}

.e-icon-chart-line:before {
  content: "\f004";
}

.e-icon-gear:before {
  content: "\f005";
}

.e-icon-table:before {
  content: "\f006";
}

.e-icon-list:before {
  content: "\f000";
}

.e-icon-bars:before {
  content: "\f001";
}

.e-icon-cart-shopping:before {
  content: "\f002";
}

.e-icon-users:before {
  content: "\f003";
}

/* Navigation */
.block-account-navigation .diore-account a::before {
  font-family: "evlo" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f007";
}

.block-account-navigation a {
  line-height: 20px;
}

/* Master account overview page */
.diore-master-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.diore-master-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 150px;
  padding: 18px 16px;
  background: #f1f1f1;
}

  .diore-master-link .icon {
    color: #3f4f5f;
    font-size: 24px;
    text-align: center;
    margin-right: 10px;
  }

  .diore-master-link .information {
    text-align: left;
  }

  .diore-master-link .title {
    margin: 0 0 6px;
    color: #3f4f5f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
  }

  .diore-master-link .description {
    margin: 0;
    color: #526273;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .diore-master-link .button-1 {
    white-space: nowrap;
    min-width: 150px;
    margin-left: auto;
    text-align: center;
    padding: 10px 20px;
    margin-top: auto;
    height: 40px
  }

  .diore-master-link .content {
    width: 100%;
    display: flex;
  }

@media (max-width: 768px) {
  .diore-master-links {
    grid-template-columns: 1fr;
  }

  .diore-master-link {
    grid-template-columns: 32px minmax(0, 1fr);
  }

    .diore-master-link .button-1 {
      grid-column: 2;
      justify-self: start;
      margin-top: 4px;
    }
}

@media (max-width: 1260px) {
  .html-account-page .block.block-account-navigation {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
