/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.b-design-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #474a52;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.b-design-card-rtl {
  direction: rtl;
}
.b-design-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.b-design-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.b-design-card-bordered {
  border: 1px solid #e6e8eb;
}
.b-design-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: #1f2024;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #e6e8eb;
  border-radius: 4px 4px 0 0;
}
.b-design-card-head::before {
  display: table;
  content: '';
}
.b-design-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-card-head::before {
  display: table;
  content: '';
}
.b-design-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-card-head-wrapper {
  display: flex;
  align-items: center;
}
.b-design-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-design-card-head-title > .b-design-typography,
.b-design-card-head-title > .b-design-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.b-design-card-head .b-design-tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: #474a52;
  font-weight: normal;
  font-size: 14px;
}
.b-design-card-head .b-design-tabs-top-bar {
  border-bottom: 1px solid #e6e8eb;
}
.b-design-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: #474a52;
  font-weight: normal;
  font-size: 14px;
}
.b-design-card-rtl .b-design-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.b-design-card-body {
  padding: 24px;
}
.b-design-card-body::before {
  display: table;
  content: '';
}
.b-design-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-card-body::before {
  display: table;
  content: '';
}
.b-design-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-card-contain-grid:not(.b-design-card-loading) .b-design-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.b-design-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #e6e8eb, 0 1px 0 0 #e6e8eb, 1px 1px 0 0 #e6e8eb, 1px 0 0 0 #e6e8eb inset, 0 1px 0 0 #e6e8eb inset;
  transition: all 0.3s;
}
.b-design-card-rtl .b-design-card-grid {
  float: right;
}
.b-design-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.b-design-card-contain-tabs > .b-design-card-head .b-design-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.b-design-card-contain-tabs > .b-design-card-head .b-design-card-extra {
  padding-bottom: 0;
}
.b-design-card-bordered .b-design-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.b-design-card-cover > * {
  display: block;
  width: 100%;
}
.b-design-card-cover img {
  border-radius: 4px 4px 0 0;
}
.b-design-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #e6e8eb;
}
.b-design-card-actions::before {
  display: table;
  content: '';
}
.b-design-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-card-actions::before {
  display: table;
  content: '';
}
.b-design-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-card-actions > li {
  float: left;
  margin: 12px 0;
  color: #474a52;
  text-align: center;
}
.b-design-card-rtl .b-design-card-actions > li {
  float: right;
}
.b-design-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}
.b-design-card-actions > li > span:hover {
  color: #1b58f4;
  transition: color 0.3s;
}
.b-design-card-actions > li > span a:not(.b-design-btn),
.b-design-card-actions > li > span > .b-design-icon {
  display: inline-block;
  width: 100%;
  color: #474a52;
  line-height: 22px;
  transition: color 0.3s;
}
.b-design-card-actions > li > span a:not(.b-design-btn):hover,
.b-design-card-actions > li > span > .b-design-icon:hover {
  color: #1b58f4;
}
.b-design-card-actions > li > span > .b-design-icon {
  font-size: 16px;
  line-height: 22px;
}
.b-design-card-actions > li:not(:last-child) {
  border-right: 1px solid #e6e8eb;
}
.b-design-card-rtl .b-design-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #e6e8eb;
}
.b-design-card-type-inner .b-design-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.b-design-card-type-inner .b-design-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.b-design-card-type-inner .b-design-card-body {
  padding: 16px 24px;
}
.b-design-card-type-inner .b-design-card-extra {
  padding: 13.5px 0;
}
.b-design-card-meta {
  margin: -4px 0;
}
.b-design-card-meta::before {
  display: table;
  content: '';
}
.b-design-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-card-meta::before {
  display: table;
  content: '';
}
.b-design-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.b-design-card-rtl .b-design-card-meta-avatar {
  float: right;
  padding-right: 0;
  padding-left: 16px;
}
.b-design-card-meta-detail {
  overflow: hidden;
}
.b-design-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.b-design-card-meta-title {
  overflow: hidden;
  color: #1f2024;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-design-card-meta-description {
  color: #474a52;
}
.b-design-card-loading {
  overflow: hidden;
}
.b-design-card-loading .b-design-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-card-loading-content p {
  margin: 0;
}
.b-design-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 4px;
  -webkit-animation: card-loading 1.4s ease infinite;
          animation: card-loading 1.4s ease infinite;
}
@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.b-design-card-small > .b-design-card-head {
  min-height: 36px;
  padding: 0 16px;
  font-size: 14px;
}
.b-design-card-small > .b-design-card-head > .b-design-card-head-wrapper > .b-design-card-head-title {
  padding: 8px 0;
}
.b-design-card-small > .b-design-card-head > .b-design-card-head-wrapper > .b-design-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.b-design-card-small > .b-design-card-body {
  padding: 16px;
}
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/components/style/theme/default.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/colorPalette.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable no-duplicate-selectors */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/bezierEasing.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/tinyColor.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@gradient-avatar-bg :linear-gradient (-45deg, #457aff, #1b58f4);
/** Antd Legacy  保留antd size tooken，但bdesign中不同尺寸都为12px */
/* End of legacy */
@rate-star-hover-scale : scale (1, 1);
.b-design-card {
  border-radius: 4px;
  box-shadow: 0 1px 8px 0 rgba(34, 34, 36, 0.05);
  overflow: hidden;
}
.b-design-card:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.b-design-card-secondary-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.b-design-card-secondary-shadow:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.b-design-card-none {
  box-shadow: none;
}
.b-design-card-none:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.b-design-card-nocover {
  padding-top: 12px;
}
.b-design-card-head {
  border-bottom: 0;
  padding: 12px 24px 0px 24px;
  position: relative;
  min-height: 36px;
}
.b-design-card-head-title,
.b-design-card-extra {
  padding: 0;
}
.b-design-card-head-title a,
.b-design-card-extra a {
  color: #1b58f4;
}
.b-design-card-head-title,
.b-design-card-meta-title {
  line-height: 24px;
  font-size: 14px;
}
.b-design-card-head-description,
.b-design-card-meta-description {
  margin-bottom: 0.4px;
  color: #474a52;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #81848f;
}
.b-design-card-body {
  padding: 12px 24px 16px 24px;
  position: relative;
}
.b-design-card-body p {
  line-height: calc(18px + 2px);
  font-size: 12px;
}
.b-design-card.b-design-card-noaction .b-design-card-body {
  padding-bottom: 24px;
}
.b-design-card.b-design-card-nobody .b-design-card-head {
  padding-top: 4px;
  padding-bottom: 16px;
}
.b-design-card.b-design-card-onlymeta .b-design-card-body {
  padding-top: 4px;
  padding-bottom: 4px;
}
.b-design-card.b-design-card-onlymeta .b-design-card-body .b-design-card-meta {
  margin-top: 0;
}
.b-design-card.b-design-card-contain-grid {
  padding-top: 0 !important;
}
.b-design-card.b-design-card-contain-grid .b-design-card-body {
  padding-bottom: 0 !important;
}
.b-design-card-actions {
  border-top: 0;
  padding: 0 24px;
  padding-bottom: 24px;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.b-design-card-actions > li {
  margin: 0;
}
.b-design-card-actions > li > span > .b-design-icon {
  font-size: 20px;
  color: #81848f;
}
.b-design-card-actions > li > span > .b-design-icon:hover {
  color: #1f2024;
}
.b-design-card-actions .card-action-slash {
  min-width: 16px;
  position: absolute;
  right: -16px;
  top: 2px;
  display: none;
  color: #d7d8db !important;
}
.b-design-card-actions > li:not(:last-child) {
  border-right: 0;
  position: relative;
}
.b-design-card-actions > li:not(:last-child) .card-action-slash {
  display: block;
}
.b-design-card-actions-right > li {
  width: unset !important;
  text-align: right;
  margin-left: 8px;
}
.b-design-card-actions-left > li {
  width: unset !important;
  text-align: left;
  margin-right: 8px;
}
.b-design-card-actions-justify > li:first-child .b-design-icon {
  text-align: left;
  padding-left: 8px;
}
.b-design-card-actions-justify > li:first-child .card-action-slash {
  right: 0;
}
.b-design-card-actions-justify > li:last-child .b-design-icon {
  text-align: right;
  padding-right: 8px;
}
.b-design-card-actions-center > li:not(:last-child) {
  border-right: 0;
}
.b-design-card-actions-center > li {
  width: calc(50% - 4px) !important;
}
.b-design-card-actions-center > li button {
  width: 100%;
}
.b-design-card-actions-center > li:last-child {
  margin-left: 8px;
}
.b-design-card .b-design-card-cover {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.b-design-card .b-design-card-cover.b-design-card-cover-square {
  padding-top: 100%;
}
.b-design-card .b-design-card-cover.b-design-card-cover-rectangle {
  padding-top: calc(100% * 3 / 4);
}
.b-design-card .b-design-card-cover.b-design-card-cover-longrectangle {
  padding-top: calc(100% * 9 / 16);
}
.b-design-card .b-design-card-cover .b-design-card-covercontant {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-design-card .b-design-card-cover .b-design-card-covercontant img,
.b-design-card .b-design-card-cover .b-design-card-covercontant video {
  width: 100%;
  height: 100%;
}
.b-design-card .b-design-card-cover-fill img {
  -o-object-fit: cover;
     object-fit: cover;
}
.b-design-card .b-design-card-cover-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.b-design-card-covercontant.b-design-card-bg-pattern {
  background: url(https://img.alicdn.com/imgextra/i1/O1CN01k8nKYN1lk614RXzlk_!!6000000004856-2-tps-320-180.png) repeat;
}
.b-design-card-bordered {
  box-sizing: border-box;
  box-shadow: none;
}
.b-design-card-bordered:hover {
  border-color: #b8bbc2;
  box-shadow: none;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.b-design-card-bordered:not(.b-design-card-horizontal) {
  overflow: visible;
}
.b-design-card-bordered:not(.b-design-card-horizontal) .b-design-card-cover {
  margin-bottom: 12px;
  margin-left: -1px;
  margin-top: -1px;
  margin-right: 0;
  width: calc(100% + 2px);
}
.b-design-card-meta {
  margin-bottom: 12px;
  position: relative;
}
.b-design-card-meta-avatar {
  margin-top: 6px;
}
.b-design-card-meta-avatar .b-design-avatar {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.b-design-card-meta.b-design-card-hasline {
  padding-bottom: 16px;
}
.b-design-card-meta.b-design-card-hasline:after {
  content: '';
  height: 1px;
  width: calc(100% + 48px);
  position: absolute;
  background-color: #d7d8db;
  bottom: 0;
  left: -24px;
}
.b-design-card-meta-extra {
  position: absolute;
  right: 0;
  top: 0;
}
.b-design-card-meta-extra .b-design-btn + .b-design-btn::after {
  content: '';
  width: 1px;
  height: 18px;
  background: #d7d8db;
  position: absolute;
  left: -8px;
}
.b-design-card-meta-description:not(.b-design-card-nocover .b-design-card-meta-description) {
  margin-top: 0;
}
.b-design-card-meta-detail .b-design-card-meta-title {
  margin-bottom: 0 !important;
}
.b-design-card-horizontal {
  display: flex;
  padding: 12px 0 24px;
  position: relative;
}
.b-design-card-horizontal .b-design-card-cover {
  padding: 0 !important;
  margin-left: 24px;
  margin-bottom: 0px;
  margin-top: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.b-design-card.b-design-card-horizontal .b-design-card-cover.b-design-card-cover-square {
  height: 180px;
  width: 180px;
}
.b-design-card.b-design-card-horizontal .b-design-card-cover.b-design-card-cover-rectangle {
  height: 180px;
  width: 240px;
}
.b-design-card.b-design-card-horizontal .b-design-card-cover.b-design-card-cover-longrectangle {
  height: 180px;
  width: 320px;
}
.b-design-card-horizontal .b-design-card-body {
  padding-bottom: 0;
}
.b-design-card-horizontal .b-design-card-actions {
  padding-bottom: 0;
  padding-left: 16px;
}
.b-design-card-horizontal .b-design-card-actions li {
  margin: 0;
}
.b-design-card-horizontal .b-design-card-content-right {
  flex: 1;
}
.b-design-card-horizontal .b-design-card-content-right .b-design-card-body {
  padding-left: 16px;
}
.b-design-card-with-bg {
  background: #1b58f4;
}
.b-design-card-with-bg .b-design-card-body,
.b-design-card-with-bg .b-design-card-body p,
.b-design-card-with-bg .b-design-card-meta-title,
.b-design-card-with-bg .b-design-card-meta-description,
.b-design-card-with-bg .b-design-card-actions .b-design-icon {
  color: #fff;
}
.b-design-card-with-bg .b-design-card-actions {
  background: transparent;
}
.b-design-card-with-bg .b-design-card-actions .b-design-icon {
  opacity: 0.8;
}
.b-design-card-with-bg .b-design-card-actions > li > span > .b-design-icon:hover {
  color: #fff;
  opacity: 1;
}
.b-design-card-bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.b-design-card-bg-cover img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}
.b-design-card-loading .b-design-card-cover {
  background-image: linear-gradient(-45deg, #edeef0 0%, #e6e7e8 100%);
}
.b-design-card-loading-block {
  background: linear-gradient(90deg, #edeef0 0%, #f1f2f3 100%);
  background-size: 600% 600%;
}
.b-design-card-small .b-design-card-body {
  padding-top: 8px;
}
.b-design-card-small .b-design-card-actions .b-design-icon {
  font-size: 16px;
}
