@media (max-width: 991.98px) {
  .list-wrapper {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .list-wrapper::-webkit-scrollbar {
    display: none;
  }
  .list-wrapper > .col-xs-6 {
    flex: 0 0 auto;
    width: 60%;
  }
}

.shortcut-item {
  border: 1px solid #d7dde7;
  text-align: center;
  padding: 32px 28px;
  margin: 30px 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 2px;
  cursor: pointer;
  min-height: 215px;
}
.shortcut-item:hover {
  border-color: #298DE5;
}
.shortcut-item i {
  margin-bottom: 20px;
  font-size: 4rem;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shortcut-item span {
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

[data-theme=dark] .shortcut-item .text-blue-900 {
  color: #fff !important;
}

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