/* color */
/* 默认颜色 */
/* 通用-icon */
/* 标签 */
/* 默认颜色 */
/* 其他颜色 */
/* 通用 */
/* 水平 */
/* 垂直 */
/* 序号水平 */
/* 序号垂直 */
.acud-card {
  text-align: left;
  color: #84868C;
  background-color: #FFFFFF;
  border-color: #E8E9EB;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  min-height: 80px;
  border-radius: 6px;
}
.acud-card:hover {
  color: #84868C;
}
.acud-card:focus,
.acud-card:active {
  color: #84868C;
}
.acud-card[disabled],
.acud-card[aria-disabled="true"],
.acud-card[disabled]:hover,
.acud-card[aria-disabled="true"]:hover,
.acud-card[disabled]:focus,
.acud-card[aria-disabled="true"]:focus,
.acud-card[disabled]:active,
.acud-card[aria-disabled="true"]:active {
  color: #B8BABF;
}
.acud-card:hover {
  background-color: #FFFFFF;
}
.acud-card:focus,
.acud-card:active {
  background-color: #FFFFFF;
}
.acud-card[disabled],
.acud-card[aria-disabled="true"],
.acud-card[disabled]:hover,
.acud-card[aria-disabled="true"]:hover,
.acud-card[disabled]:focus,
.acud-card[aria-disabled="true"]:focus,
.acud-card[disabled]:active,
.acud-card[aria-disabled="true"]:active {
  background-color: #F7F7F9;
}
.acud-card:hover {
  border-color: #E8E9EB;
}
.acud-card:focus,
.acud-card:active {
  border-color: #E8E9EB;
}
.acud-card[disabled],
.acud-card[aria-disabled="true"],
.acud-card[disabled]:hover,
.acud-card[aria-disabled="true"]:hover,
.acud-card[disabled]:focus,
.acud-card[aria-disabled="true"]:focus,
.acud-card[disabled]:active,
.acud-card[aria-disabled="true"]:active {
  border-color: #E8E9EB;
}
.acud-card:hover {
  box-shadow: 0px 2px 8px 0px rgba(7, 12, 20, 0.12);
}
.acud-card:focus,
.acud-card:active {
  box-shadow: 0px 2px 8px 0px rgba(7, 12, 20, 0.12);
}
.acud-card-selected {
  border-width: 1px;
  border-style: solid;
  border-color: #2468F2;
  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);
  transition: box-shadow 0.3s, border-color 0.3s;
}
.acud-card-selected:hover {
  border-color: #2468F2;
}
.acud-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.acud-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);
}
.acud-card-bordered {
  border-width: 1px;
  border-style: solid;
}
.acud-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: 6px;
  animation: card-loading 1.4s ease infinite;
}
.acud-card-head {
  padding: 0 16px;
  font-weight: 400;
  font-size: 12px;
  background: transparent;
  border-radius: 6px 6px 0 0;
}
.acud-card-head-wrapper {
  display: flex;
  align-items: center;
}
.acud-card-head-title {
  display: inline-block;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #151B26;
  padding-top: 16px;
}
.acud-card-head-title-with-tabs {
  font-size: 14px;
}
.acud-card-head-title > .acud-typography,
.acud-card-head-title > .acud-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.acud-card-head .acud-tabs {
  clear: both;
  margin-bottom: -17px;
  color: #151B26;
  font-weight: normal;
  font-size: 12px;
}
.acud-card-head .acud-tabs-bar {
  border-bottom: 1px solid #f0f0f0;
}
.acud-card-head-extra {
  float: right;
  margin-left: auto;
  padding-top: 16px;
  font-size: 12px;
  color: #2468F2;
  background-color: transparent;
  border-color: transparent;
}
.acud-card-head-extra:hover {
  color: #528EFF;
}
.acud-card-head-extra:focus,
.acud-card-head-extra:active {
  color: #144BCC;
}
.acud-card-head-extra[disabled],
.acud-card-head-extra[aria-disabled="true"],
.acud-card-head-extra[disabled]:hover,
.acud-card-head-extra[aria-disabled="true"]:hover,
.acud-card-head-extra[disabled]:focus,
.acud-card-head-extra[aria-disabled="true"]:focus,
.acud-card-head-extra[disabled]:active,
.acud-card-head-extra[aria-disabled="true"]:active {
  color: #B8BABF;
}
.acud-card-head-extra:hover {
  background-color: transparent;
}
.acud-card-head-extra:focus,
.acud-card-head-extra:active {
  background-color: transparent;
}
.acud-card-head-extra[disabled],
.acud-card-head-extra[aria-disabled="true"],
.acud-card-head-extra[disabled]:hover,
.acud-card-head-extra[aria-disabled="true"]:hover,
.acud-card-head-extra[disabled]:focus,
.acud-card-head-extra[aria-disabled="true"]:focus,
.acud-card-head-extra[disabled]:active,
.acud-card-head-extra[aria-disabled="true"]:active {
  background-color: transparent;
}
.acud-card-head-extra:hover {
  border-color: transparent;
}
.acud-card-head-extra:focus,
.acud-card-head-extra:active {
  border-color: transparent;
}
.acud-card-head-extra[disabled],
.acud-card-head-extra[aria-disabled="true"],
.acud-card-head-extra[disabled]:hover,
.acud-card-head-extra[aria-disabled="true"]:hover,
.acud-card-head-extra[disabled]:focus,
.acud-card-head-extra[aria-disabled="true"]:focus,
.acud-card-head-extra[disabled]:active,
.acud-card-head-extra[aria-disabled="true"]:active {
  border-color: transparent;
}
.acud-card-head-extra a {
  color: #2468F2;
  background-color: transparent;
  border-color: transparent;
}
.acud-card-head-extra a:not(:last-of-type) {
  margin-right: 16px;
}
.acud-card-head-extra a:hover {
  color: #528EFF;
}
.acud-card-head-extra a:focus,
.acud-card-head-extra a:active {
  color: #144BCC;
}
.acud-card-head-extra a[disabled],
.acud-card-head-extra a[aria-disabled="true"],
.acud-card-head-extra a[disabled]:hover,
.acud-card-head-extra a[aria-disabled="true"]:hover,
.acud-card-head-extra a[disabled]:focus,
.acud-card-head-extra a[aria-disabled="true"]:focus,
.acud-card-head-extra a[disabled]:active,
.acud-card-head-extra a[aria-disabled="true"]:active {
  color: #B8BABF;
}
.acud-card-head-extra a:hover {
  background-color: transparent;
}
.acud-card-head-extra a:focus,
.acud-card-head-extra a:active {
  background-color: transparent;
}
.acud-card-head-extra a[disabled],
.acud-card-head-extra a[aria-disabled="true"],
.acud-card-head-extra a[disabled]:hover,
.acud-card-head-extra a[aria-disabled="true"]:hover,
.acud-card-head-extra a[disabled]:focus,
.acud-card-head-extra a[aria-disabled="true"]:focus,
.acud-card-head-extra a[disabled]:active,
.acud-card-head-extra a[aria-disabled="true"]:active {
  background-color: transparent;
}
.acud-card-head-extra a:hover {
  border-color: transparent;
}
.acud-card-head-extra a:focus,
.acud-card-head-extra a:active {
  border-color: transparent;
}
.acud-card-head-extra a[disabled],
.acud-card-head-extra a[aria-disabled="true"],
.acud-card-head-extra a[disabled]:hover,
.acud-card-head-extra a[aria-disabled="true"]:hover,
.acud-card-head-extra a[disabled]:focus,
.acud-card-head-extra a[aria-disabled="true"]:focus,
.acud-card-head-extra a[disabled]:active,
.acud-card-head-extra a[aria-disabled="true"]:active {
  border-color: transparent;
}
.acud-card-rtl .acud-card-head-extra {
  margin-right: auto;
  margin-left: 0;
}
.acud-card-head-extra-with-tabs {
  color: #151B26;
  background-color: transparent;
  border-color: transparent;
}
.acud-card-head-extra-with-tabs:hover {
  color: #2468F2;
}
.acud-card-head-extra-with-tabs:focus,
.acud-card-head-extra-with-tabs:active {
  color: #144BCC;
}
.acud-card-head-extra-with-tabs[disabled],
.acud-card-head-extra-with-tabs[aria-disabled="true"],
.acud-card-head-extra-with-tabs[disabled]:hover,
.acud-card-head-extra-with-tabs[aria-disabled="true"]:hover,
.acud-card-head-extra-with-tabs[disabled]:focus,
.acud-card-head-extra-with-tabs[aria-disabled="true"]:focus,
.acud-card-head-extra-with-tabs[disabled]:active,
.acud-card-head-extra-with-tabs[aria-disabled="true"]:active {
  color: #B8BABF;
}
.acud-card-head-extra-with-tabs:hover {
  background-color: transparent;
}
.acud-card-head-extra-with-tabs:focus,
.acud-card-head-extra-with-tabs:active {
  background-color: transparent;
}
.acud-card-head-extra-with-tabs[disabled],
.acud-card-head-extra-with-tabs[aria-disabled="true"],
.acud-card-head-extra-with-tabs[disabled]:hover,
.acud-card-head-extra-with-tabs[aria-disabled="true"]:hover,
.acud-card-head-extra-with-tabs[disabled]:focus,
.acud-card-head-extra-with-tabs[aria-disabled="true"]:focus,
.acud-card-head-extra-with-tabs[disabled]:active,
.acud-card-head-extra-with-tabs[aria-disabled="true"]:active {
  background-color: transparent;
}
.acud-card-head-extra-with-tabs:hover {
  border-color: transparent;
}
.acud-card-head-extra-with-tabs:focus,
.acud-card-head-extra-with-tabs:active {
  border-color: transparent;
}
.acud-card-head-extra-with-tabs[disabled],
.acud-card-head-extra-with-tabs[aria-disabled="true"],
.acud-card-head-extra-with-tabs[disabled]:hover,
.acud-card-head-extra-with-tabs[aria-disabled="true"]:hover,
.acud-card-head-extra-with-tabs[disabled]:focus,
.acud-card-head-extra-with-tabs[aria-disabled="true"]:focus,
.acud-card-head-extra-with-tabs[disabled]:active,
.acud-card-head-extra-with-tabs[aria-disabled="true"]:active {
  border-color: transparent;
}
.acud-card-head-extra-with-tabs a {
  color: #151B26;
  background-color: transparent;
  border-color: transparent;
}
.acud-card-head-extra-with-tabs a:hover {
  color: #2468F2;
}
.acud-card-head-extra-with-tabs a:focus,
.acud-card-head-extra-with-tabs a:active {
  color: #144BCC;
}
.acud-card-head-extra-with-tabs a[disabled],
.acud-card-head-extra-with-tabs a[aria-disabled="true"],
.acud-card-head-extra-with-tabs a[disabled]:hover,
.acud-card-head-extra-with-tabs a[aria-disabled="true"]:hover,
.acud-card-head-extra-with-tabs a[disabled]:focus,
.acud-card-head-extra-with-tabs a[aria-disabled="true"]:focus,
.acud-card-head-extra-with-tabs a[disabled]:active,
.acud-card-head-extra-with-tabs a[aria-disabled="true"]:active {
  color: #B8BABF;
}
.acud-card-head-extra-with-tabs a:hover {
  background-color: transparent;
}
.acud-card-head-extra-with-tabs a:focus,
.acud-card-head-extra-with-tabs a:active {
  background-color: transparent;
}
.acud-card-head-extra-with-tabs a[disabled],
.acud-card-head-extra-with-tabs a[aria-disabled="true"],
.acud-card-head-extra-with-tabs a[disabled]:hover,
.acud-card-head-extra-with-tabs a[aria-disabled="true"]:hover,
.acud-card-head-extra-with-tabs a[disabled]:focus,
.acud-card-head-extra-with-tabs a[aria-disabled="true"]:focus,
.acud-card-head-extra-with-tabs a[disabled]:active,
.acud-card-head-extra-with-tabs a[aria-disabled="true"]:active {
  background-color: transparent;
}
.acud-card-head-extra-with-tabs a:hover {
  border-color: transparent;
}
.acud-card-head-extra-with-tabs a:focus,
.acud-card-head-extra-with-tabs a:active {
  border-color: transparent;
}
.acud-card-head-extra-with-tabs a[disabled],
.acud-card-head-extra-with-tabs a[aria-disabled="true"],
.acud-card-head-extra-with-tabs a[disabled]:hover,
.acud-card-head-extra-with-tabs a[aria-disabled="true"]:hover,
.acud-card-head-extra-with-tabs a[disabled]:focus,
.acud-card-head-extra-with-tabs a[aria-disabled="true"]:focus,
.acud-card-head-extra-with-tabs a[disabled]:active,
.acud-card-head-extra-with-tabs a[aria-disabled="true"]:active {
  border-color: transparent;
}
.acud-card-footer {
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 12px;
  background: transparent;
  width: 100%;
  padding: 0 16px;
  margin-bottom: 16px;
}
.acud-card-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acud-card-footer-description {
  color: #84868C;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.acud-card-footer-extra {
  font-weight: 400;
  font-size: 12px;
  color: #84868C;
  background-color: transparent;
  border-color: transparent;
  white-space: nowrap;
}
.acud-card-footer-extra:hover {
  color: #2468F2;
}
.acud-card-footer-extra:focus,
.acud-card-footer-extra:active {
  color: #144BCC;
}
.acud-card-footer-extra[disabled],
.acud-card-footer-extra[aria-disabled="true"],
.acud-card-footer-extra[disabled]:hover,
.acud-card-footer-extra[aria-disabled="true"]:hover,
.acud-card-footer-extra[disabled]:focus,
.acud-card-footer-extra[aria-disabled="true"]:focus,
.acud-card-footer-extra[disabled]:active,
.acud-card-footer-extra[aria-disabled="true"]:active {
  color: #B8BABF;
}
.acud-card-footer-extra:hover {
  background-color: transparent;
}
.acud-card-footer-extra:focus,
.acud-card-footer-extra:active {
  background-color: transparent;
}
.acud-card-footer-extra[disabled],
.acud-card-footer-extra[aria-disabled="true"],
.acud-card-footer-extra[disabled]:hover,
.acud-card-footer-extra[aria-disabled="true"]:hover,
.acud-card-footer-extra[disabled]:focus,
.acud-card-footer-extra[aria-disabled="true"]:focus,
.acud-card-footer-extra[disabled]:active,
.acud-card-footer-extra[aria-disabled="true"]:active {
  background-color: transparent;
}
.acud-card-footer-extra:hover {
  border-color: transparent;
}
.acud-card-footer-extra:focus,
.acud-card-footer-extra:active {
  border-color: transparent;
}
.acud-card-footer-extra[disabled],
.acud-card-footer-extra[aria-disabled="true"],
.acud-card-footer-extra[disabled]:hover,
.acud-card-footer-extra[aria-disabled="true"]:hover,
.acud-card-footer-extra[disabled]:focus,
.acud-card-footer-extra[aria-disabled="true"]:focus,
.acud-card-footer-extra[disabled]:active,
.acud-card-footer-extra[aria-disabled="true"]:active {
  border-color: transparent;
}
.acud-card-footer-extra a {
  color: #84868C;
  background-color: transparent;
  border-color: transparent;
}
.acud-card-footer-extra a:not(:last-child) {
  margin-right: 16px;
}
.acud-card-footer-extra a:hover {
  color: #2468F2;
}
.acud-card-footer-extra a:focus,
.acud-card-footer-extra a:active {
  color: #144BCC;
}
.acud-card-footer-extra a[disabled],
.acud-card-footer-extra a[aria-disabled="true"],
.acud-card-footer-extra a[disabled]:hover,
.acud-card-footer-extra a[aria-disabled="true"]:hover,
.acud-card-footer-extra a[disabled]:focus,
.acud-card-footer-extra a[aria-disabled="true"]:focus,
.acud-card-footer-extra a[disabled]:active,
.acud-card-footer-extra a[aria-disabled="true"]:active {
  color: #B8BABF;
}
.acud-card-footer-extra a:hover {
  background-color: transparent;
}
.acud-card-footer-extra a:focus,
.acud-card-footer-extra a:active {
  background-color: transparent;
}
.acud-card-footer-extra a[disabled],
.acud-card-footer-extra a[aria-disabled="true"],
.acud-card-footer-extra a[disabled]:hover,
.acud-card-footer-extra a[aria-disabled="true"]:hover,
.acud-card-footer-extra a[disabled]:focus,
.acud-card-footer-extra a[aria-disabled="true"]:focus,
.acud-card-footer-extra a[disabled]:active,
.acud-card-footer-extra a[aria-disabled="true"]:active {
  background-color: transparent;
}
.acud-card-footer-extra a:hover {
  border-color: transparent;
}
.acud-card-footer-extra a:focus,
.acud-card-footer-extra a:active {
  border-color: transparent;
}
.acud-card-footer-extra a[disabled],
.acud-card-footer-extra a[aria-disabled="true"],
.acud-card-footer-extra a[disabled]:hover,
.acud-card-footer-extra a[aria-disabled="true"]:hover,
.acud-card-footer-extra a[disabled]:focus,
.acud-card-footer-extra a[aria-disabled="true"]:focus,
.acud-card-footer-extra a[disabled]:active,
.acud-card-footer-extra a[aria-disabled="true"]:active {
  border-color: transparent;
}
.acud-card-rtl .acud-card-footer-extra {
  margin-right: auto;
  margin-left: 0;
}
.acud-card-con {
  height: 100%;
  box-sizing: border-box;
}
.acud-card-con.hasImage {
  display: flex;
  flex-flow: row nowrap;
  min-height: 48px;
  align-items: stretch;
  padding: 16px;
}
.acud-card-con.hasImage.left {
  flex-direction: row;
}
.acud-card-con.hasImage.right {
  flex-direction: row-reverse;
}
.acud-card-con.hasImage .acud-card-con-wrap {
  position: relative;
}
.acud-card-con.hasImage .acud-card-con-wrap .acud-card-head,
.acud-card-con.hasImage .acud-card-con-wrap .acud-card-body,
.acud-card-con.hasImage .acud-card-con-wrap .acud-card-footer {
  padding: 0;
}
.acud-card-con.hasImage .acud-card-con-wrap .acud-card-head {
  margin-bottom: 4px;
  padding-top: 0;
}
.acud-card-con.hasImage .acud-card-con-wrap .acud-card-head-title {
  padding-top: 0;
  font-size: 14px;
}
.acud-card-con.hasImage .acud-card-con-wrap .acud-card-footer {
  margin-bottom: 0px;
}
.acud-card-con.hasImage .acud-card-con-wrap .acud-card-footer {
  position: absolute;
  bottom: 0px;
}
.acud-card-con-title {
  font-size: 500;
  margin-bottom: 8px;
}
.acud-card-con-image {
  height: 100%;
  line-height: 0;
}
.acud-card-con-image .img {
  display: inline-block;
  border-radius: 4px;
}
.acud-card-con-image.left {
  margin: auto 16px auto 0;
}
.acud-card-con-image.right {
  margin: auto 0 auto 16px;
}
.acud-card-con-wrap {
  flex-grow: 1;
}
.acud-card-body {
  overflow: hidden;
  padding: 0px 16px 16px;
  margin-top: 8px;
  color: #5C5F66;
}
.acud-card-simple-con {
  padding: 40px 16px;
  text-align: center;
}
.acud-card-simple-con .acudicon {
  line-height: 0;
  color: #84868C;
  opacity: 0.5;
}
.acud-card-simple-con-description {
  margin-top: 4px;
}
.acud-card-simple-con .acud-card-body {
  margin-bottom: 0;
}
.acud-card-meta {
  margin-bottom: 16px;
}
.acud-card-meta::before {
  display: table;
  content: '';
}
.acud-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.acud-card-meta-content {
  padding: 8px 0 12px;
}
.acud-card-meta-content-detail {
  margin-top: 8px;
}
.acud-card-meta-detail {
  overflow: hidden;
}
.acud-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.acud-card-meta-title {
  overflow: hidden;
  color: #151B26;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.acud-card-meta-description {
  color: #B8BABF;
  margin-top: 2px;
}
.acud-card-meta-footer {
  display: flex;
  justify-content: space-between;
  height: 48px;
  line-height: 48px;
  border-top: 1px solid #f0f0f0;
  margin-bottom: -16px;
}
.acud-card-meta-footer-actions {
  display: flex;
  align-items: center;
}
.acud-card-meta-footer-actions > li {
  margin: 16px 0;
  color: #B8BABF;
  text-align: center;
  list-style: none !important;
  color: #84868C;
  background-color: transparent;
  border-color: transparent;
}
.acud-card-meta-footer-actions > li:hover {
  color: #2468F2;
}
.acud-card-meta-footer-actions > li:focus,
.acud-card-meta-footer-actions > li:active {
  color: #144BCC;
}
.acud-card-meta-footer-actions > li[disabled],
.acud-card-meta-footer-actions > li[aria-disabled="true"],
.acud-card-meta-footer-actions > li[disabled]:hover,
.acud-card-meta-footer-actions > li[aria-disabled="true"]:hover,
.acud-card-meta-footer-actions > li[disabled]:focus,
.acud-card-meta-footer-actions > li[aria-disabled="true"]:focus,
.acud-card-meta-footer-actions > li[disabled]:active,
.acud-card-meta-footer-actions > li[aria-disabled="true"]:active {
  color: #B8BABF;
}
.acud-card-meta-footer-actions > li:hover {
  background-color: transparent;
}
.acud-card-meta-footer-actions > li:focus,
.acud-card-meta-footer-actions > li:active {
  background-color: transparent;
}
.acud-card-meta-footer-actions > li[disabled],
.acud-card-meta-footer-actions > li[aria-disabled="true"],
.acud-card-meta-footer-actions > li[disabled]:hover,
.acud-card-meta-footer-actions > li[aria-disabled="true"]:hover,
.acud-card-meta-footer-actions > li[disabled]:focus,
.acud-card-meta-footer-actions > li[aria-disabled="true"]:focus,
.acud-card-meta-footer-actions > li[disabled]:active,
.acud-card-meta-footer-actions > li[aria-disabled="true"]:active {
  background-color: transparent;
}
.acud-card-meta-footer-actions > li:hover {
  border-color: transparent;
}
.acud-card-meta-footer-actions > li:focus,
.acud-card-meta-footer-actions > li:active {
  border-color: transparent;
}
.acud-card-meta-footer-actions > li[disabled],
.acud-card-meta-footer-actions > li[aria-disabled="true"],
.acud-card-meta-footer-actions > li[disabled]:hover,
.acud-card-meta-footer-actions > li[aria-disabled="true"]:hover,
.acud-card-meta-footer-actions > li[disabled]:focus,
.acud-card-meta-footer-actions > li[aria-disabled="true"]:focus,
.acud-card-meta-footer-actions > li[disabled]:active,
.acud-card-meta-footer-actions > li[aria-disabled="true"]:active {
  border-color: transparent;
}
.acud-card-meta-footer-actions > li:not(:last-of-type) {
  margin-right: 16px;
}
.acud-card-rtl .acud-card-meta-footer-actions > li {
  float: right;
}
.acud-card-meta-footer-actions > li > span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 1.6667;
  cursor: pointer;
}
.acud-card-meta-footer-actions > li > span:not(:last-of-type) {
  margin-right: 16px 0;
}
.acud-card-meta-footer-actions > li > span:hover {
  color: #D4E5FF;
  transition: color 0.3s;
}
.acud-card-meta-footer-actions > li > span a:not(.acud-btn),
.acud-card-meta-footer-actions > li > span > .acudicon {
  display: inline-block;
  width: 100%;
  line-height: 22px;
  transition: color 0.3s;
  color: #84868C;
  background-color: transparent;
  border-color: transparent;
}
.acud-card-meta-footer-actions > li > span a:not(.acud-btn):hover,
.acud-card-meta-footer-actions > li > span > .acudicon:hover {
  color: #2468F2;
}
.acud-card-meta-footer-actions > li > span a:not(.acud-btn):focus,
.acud-card-meta-footer-actions > li > span > .acudicon:focus,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn):active,
.acud-card-meta-footer-actions > li > span > .acudicon:active {
  color: #144BCC;
}
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled],
.acud-card-meta-footer-actions > li > span > .acudicon[disabled],
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"],
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"],
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:hover,
.acud-card-meta-footer-actions > li > span > .acudicon[disabled]:hover,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"]:hover,
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"]:hover,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:focus,
.acud-card-meta-footer-actions > li > span > .acudicon[disabled]:focus,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"]:focus,
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"]:focus,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:active,
.acud-card-meta-footer-actions > li > span > .acudicon[disabled]:active,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"]:active,
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"]:active {
  color: #B8BABF;
}
.acud-card-meta-footer-actions > li > span a:not(.acud-btn):hover,
.acud-card-meta-footer-actions > li > span > .acudicon:hover {
  background-color: transparent;
}
.acud-card-meta-footer-actions > li > span a:not(.acud-btn):focus,
.acud-card-meta-footer-actions > li > span > .acudicon:focus,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn):active,
.acud-card-meta-footer-actions > li > span > .acudicon:active {
  background-color: transparent;
}
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled],
.acud-card-meta-footer-actions > li > span > .acudicon[disabled],
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"],
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"],
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:hover,
.acud-card-meta-footer-actions > li > span > .acudicon[disabled]:hover,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"]:hover,
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"]:hover,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:focus,
.acud-card-meta-footer-actions > li > span > .acudicon[disabled]:focus,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"]:focus,
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"]:focus,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:active,
.acud-card-meta-footer-actions > li > span > .acudicon[disabled]:active,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"]:active,
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"]:active {
  background-color: transparent;
}
.acud-card-meta-footer-actions > li > span a:not(.acud-btn):hover,
.acud-card-meta-footer-actions > li > span > .acudicon:hover {
  border-color: transparent;
}
.acud-card-meta-footer-actions > li > span a:not(.acud-btn):focus,
.acud-card-meta-footer-actions > li > span > .acudicon:focus,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn):active,
.acud-card-meta-footer-actions > li > span > .acudicon:active {
  border-color: transparent;
}
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled],
.acud-card-meta-footer-actions > li > span > .acudicon[disabled],
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"],
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"],
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:hover,
.acud-card-meta-footer-actions > li > span > .acudicon[disabled]:hover,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"]:hover,
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"]:hover,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:focus,
.acud-card-meta-footer-actions > li > span > .acudicon[disabled]:focus,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"]:focus,
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"]:focus,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:active,
.acud-card-meta-footer-actions > li > span > .acudicon[disabled]:active,
.acud-card-meta-footer-actions > li > span a:not(.acud-btn)[aria-disabled="true"]:active,
.acud-card-meta-footer-actions > li > span > .acudicon[aria-disabled="true"]:active {
  border-color: transparent;
}
.acud-card-meta-footer-actions > li > span > .acudicon {
  font-size: 16px;
  line-height: 22px;
}
.acud-card-rtl .acud-card-meta-footer-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.acud-card-grid {
  float: left;
  width: 33.33%;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}
.acud-card-rtl .acud-card-grid {
  float: right;
}
.acud-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);
}
.acud-card-contain-tabs .acud-card-head {
  padding-top: 0;
}
.acud-card-contain-tabs .acud-card-body {
  margin: 16px 0 24px;
  padding-bottom: 0;
}
.acud-card-bordered .acud-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
  padding: 1px 1px 0 1px;
}
.acud-card-cover > * {
  display: block;
  width: 100%;
}
.acud-card-cover .img {
  border-radius: 6px 6px 0 0;
  line-height: 0;
}
.acud-card-actions-wrap {
  margin: 0 16px;
  background: #FFFFFF;
  border-top: 1px solid #f0f0f0;
}
.acud-card-actions-wrap::before {
  display: table;
  content: '';
}
.acud-card-actions-wrap::after {
  display: table;
  clear: both;
  content: '';
}
.acud-card-actions-wrap .acudicon {
  line-height: 0;
}
.acud-card-actions-wrap .acud-card-actions {
  float: left;
}
.acud-card-actions-wrap .acud-card-actions .acudicon {
  margin-right: 4px;
  font-size: 14px;
  line-height: 15px;
}
.acud-card-actions-wrap .acud-card-actionsExtra {
  float: right;
}
.acud-card-actions,
.acud-card-actionsExtra {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.acud-card-actions::before,
.acud-card-actionsExtra::before {
  display: table;
  content: '';
}
.acud-card-actions::after,
.acud-card-actionsExtra::after {
  display: table;
  clear: both;
  content: '';
}
.acud-card-actions > li,
.acud-card-actionsExtra > li {
  float: left;
  margin: 16px 0;
  color: #B8BABF;
  text-align: center;
  list-style: none !important;
}
.acud-card-actions > li:not(:last-of-type),
.acud-card-actionsExtra > li:not(:last-of-type) {
  margin-right: 16px;
}
.acud-card-rtl .acud-card-actions > li,
.acud-card-rtl .acud-card-actionsExtra > li {
  float: right;
}
.acud-card-actions > li > span,
.acud-card-actionsExtra > li > span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 1.6667;
  cursor: pointer;
}
.acud-card-actions > li > span:not(:last-of-type),
.acud-card-actionsExtra > li > span:not(:last-of-type) {
  margin-right: 16px 0;
}
.acud-card-actions > li > span:hover,
.acud-card-actionsExtra > li > span:hover {
  color: #D4E5FF;
  transition: color 0.3s;
}
.acud-card-actions > li > span a:not(.acud-btn),
.acud-card-actionsExtra > li > span a:not(.acud-btn),
.acud-card-actions > li > span > .acudicon,
.acud-card-actionsExtra > li > span > .acudicon {
  display: inline-block;
  width: 100%;
  color: #B8BABF;
  line-height: 22px;
  transition: color 0.3s;
}
.acud-card-actions > li > span a:not(.acud-btn):hover,
.acud-card-actionsExtra > li > span a:not(.acud-btn):hover,
.acud-card-actions > li > span > .acudicon:hover,
.acud-card-actionsExtra > li > span > .acudicon:hover {
  color: #D4E5FF;
}
.acud-card-actions > li > span > .acudicon,
.acud-card-actionsExtra > li > span > .acudicon {
  font-size: 16px;
  line-height: 22px;
}
.acud-card-rtl .acud-card-actions > li:not(:last-child),
.acud-card-rtl .acud-card-actionsExtra > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.acud-card-loading {
  overflow: hidden;
}
.acud-card-loading .acud-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.acud-card-loading-content p {
  margin: 0;
}
.acud-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: 6px;
  animation: card-loading 1.4s ease infinite;
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
