.card-content[data-v-e473e354] {
  height: 150px;
  padding: 24px 28px;
}
.card-app[data-v-e473e354] {
  cursor: pointer;
}
.card-app .card-body[data-v-e473e354] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 102px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-app .card-body .card-icon[data-v-e473e354] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.card-app .card-body .card-title[data-v-e473e354] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}

