
.pesquisa-menu-card[data-v-c9b698b6] {
  min-width: 720px;
  max-width: 1100px;
}
.menus-grid[data-v-c9b698b6] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.menus-list[data-v-c9b698b6] {
  border-radius: 12px;
  overflow: hidden;
}
.menu-list-avatar[data-v-c9b698b6] {
  background: #512da8;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-list-title[data-v-c9b698b6] {
  font-weight: 700;
  color: #512da8;
}
.menu-list-main[data-v-c9b698b6] {
  min-width: 0;
}
.menu-list-code[data-v-c9b698b6] {
  min-width: 80px;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.menu-card[data-v-c9b698b6] {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  color: #512da8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.menu-card[data-v-c9b698b6]:hover {
  -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.menu-card-body[data-v-c9b698b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  width: 100%;
  gap: 6px;
}
.menu-logo[data-v-c9b698b6] {
  background: #512da8;
  color: white;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  margin-bottom: 6px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.menu-logo-letter[data-v-c9b698b6] {
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.menu-nome[data-v-c9b698b6] {
  font-weight: 700;
  font-size: 14px;
  color: #512da8;
}
.menu-path[data-v-c9b698b6] {
  font-size: 12px;
  color: #666;
  min-height: 18px;
}


/*# sourceMappingURL=chunk-707d4e50.a9e3e720.css.map*/