/**
* @description Iterates over the $space-gap values and creates a class for each one.
* @param {list} $space-gap - A list of space gap values.
*/
.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.menu-link-container {
  border-bottom: 1px solid #d9d9d9;
}
.menu-link-container .menu-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: normal 600 0.875rem/1.5rem "FinalSix-medium", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none !important;
  /* stylelint-disable-next-line */
}
.menu-link-container .menu-link.active {
  color: #76232f !important;
}
.menu-link-container .menu-link.active::after {
  background: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1235 7.07203L14.5714 2.76258C14.0959 2.39378 13.3508 2.41564 12.9096 2.81448C12.4669 3.21196 12.4946 3.83345 12.9717 4.20361L16.5958 7.01602H1.67468C1.02601 7.01602 0.499878 7.45721 0.499878 7.99948C0.499878 8.54311 1.02601 8.98293 1.67468 8.98293H16.354L13.1155 11.8404C12.6695 12.2352 12.6891 12.858 13.1613 13.2309C13.3884 13.4112 13.6792 13.5 13.9684 13.5C14.2805 13.5 14.5926 13.3976 14.823 13.1927L20.1774 8.46935C20.3931 8.27812 20.5091 8.02406 20.4993 7.76044C20.4895 7.49819 20.3539 7.25096 20.1235 7.07203Z' fill='%2376232F'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
}
.menu-link-container .menu-link::after {
  background: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.123 7.072-5.552-4.31c-.475-.368-1.22-.346-1.661.052-.443.398-.415 1.02.062 1.39l3.624 2.812H1.675c-.649 0-1.175.441-1.175.983 0 .544.526.984 1.175.984h14.679l-3.238 2.857c-.447.395-.427 1.018.045 1.39.227.181.518.27.807.27.313 0 .625-.102.855-.307l5.354-4.724a.902.902 0 0 0 .322-.709.921.921 0 0 0-.375-.688Z' fill='%23e4002b'/%3E%3C/svg%3E") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 0.5rem;
  vertical-align: middle;
  width: 16px;
}

/*# sourceMappingURL=conveniosSideMenu.css.map*/