@font-face {
  font-family: "iconfont";
  src: url("../iconfont/iconfont.eot");
  src: url("../iconfont/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../iconfont/iconfont.woff") format("woff"),
    url("../iconfont/iconfont.ttf") format("truetype"),
    url("../iconfont/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --white-color: #fff;
  --main-theme-color: #0256ff;
  --main-border-color: #e7ecef;
  --main-font-size: 14px;
  --main-hover-bg: #e2e9f5;
  --main-font-weight: 500;
  --main-bold-text: #202d3f;
  --main-bold-weight: 500;
  --main-body-bg: #f6f8fa;
  --main-split-color: #d3dce6;
  --main-placeholder-color: #76879f;
  --min-content-width: 500px;
}

.iconpark-icon {
  width: 20px;
  height: 20px;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: AlibabaPuHuiTi;
  color: var(--main-bold-text);
  font-size: var(--main-font-size);
  box-sizing: border-box;
}

a,
a:hover {
  /* color: var(--main-theme-color-size);
  font-weight: var(--main-font-weight);
  font-size: var(--main-font-size); */
}

.mrb-18 {
  margin-bottom: 18px;
}
.mrl-12 {
  margin-left: 12px;
}
.mrr-30 {
  margin-right: 30px;
}
.border-bottom {
  border-bottom: 1px solid var(--main-split-color);
}
.border-top {
  border-top: 1px solid var(--main-split-color);
}
.border-right {
  border-right: 1px solid var(--main-split-color);
}
.border-left {
  border-left: 1px solid var(--main-split-color);
}
.border {
  border: 1px solid var(--main-split-color);
}
.border-radius-half {
  border-radius: 50% !important;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row-center {
  display: flex;
  align-items: center;
}

.layout-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* header */

.layout-header {
  position: relative;
  display: flex;
  padding: 0 30px 0 20px;
  height: 54px;
  border-bottom: 1px solid var(--main-border-color);
  background: var(--white-color);
}

.layout-header .header-left {
  display: flex;
  align-items: center;
}

.layout-header .header-left .logo-img {
  margin-right: 8px;
  width: 30px;
  height: 30px;
}

.layout-header .header-left .logo-text {
  margin-right: 8px;
  font-family: AlibabaPuHuiTi;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0px;
  color: #0072bf;
}

.layout-header .header-left .logo-text-img {
  margin-right: 8px;
  width: 63px;
  height: 26px;
}

.layout-header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.layout-header .header-right .alert-img {
  position: relative;
  top: 1px;
  margin-right: 16px;
  width: 16px;
  height: 16px;
}

.layout-header .header-right .avatar-dropdown {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
}

.layout-header .header-right .avatar-dropdown .dropdown-menu {
  right: -20px;
}

.layout-header .header-right .avatar-img {
  margin-right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.layout-header .header-right .avatar-arrow {
  margin-left: 5px;
  color: var(--main-bold-text);
}

/* content */

.layout-content {
  display: flex;
  flex: 1;
  overflow: hidden;
  background: var(--main-body-bg);
}

.layout-side-menu {
  min-width: 64px;
  width: 64px;
  background: var(--white-color);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.layout-page-content-header {
  min-width: var(--min-content-width);
  padding: 18px 26px 15px;
  border-bottom: 1px solid var(--main-border-color);
  box-sizing: border-box;
}

.layout-page-crumb {
  display: flex;
  align-items: center;
}
.layout-page-crumb .title-text {
  font-size: 12px;
  color: #76879f;
  cursor: pointer;
}

.layout-page-crumb .title-text.active {
  color: var(--main-bold-text);
}

.layout-page-crumb .title-icon {
  margin-right: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/common/icon-breadcrumb.svg");
}

.layout-page-content-main {
  min-width: var(--min-content-width);
  padding: 18px 26px 20px;
  box-sizing: border-box;
}

.layout-page-add-content {
  min-width: var(--min-content-width);
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: hidden;
}
.layout-page-add-content .layui-form .layui-row {
  margin: 0;
}

.layout-page-add-content .layui-form {
  padding: 26px 26px 18px 58px;
  flex: 1;
  overflow-y: auto;
}
.layout-page-add-content .add-section-title {
  position: relative;
  margin-bottom: 26px;
  padding-left: 11px;
  font-family: AlibabaPuHuiTi;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--main-bold-text);
}
.layout-page-add-content .add-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  width: 3px;
  border-radius: 2px;
  background: var(--main-theme-color);
}
.layout-page-add-content .layout-page-add-buttons {
  padding-right: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 64px;
  border-radius: 0px 0px 6px 6px;
  background: #ffffff;
  border-top: 1px solid #e7ecef;
}

.layout-page-add-buttons .layui-btn {
  margin-left: 16px;
  display: flex;
  align-items: center;
  height: 32px;
}

.layout-page-add-buttons .layui-btn.cancel,
.common-popup-wrapper .popup-buttons .layui-btn.cancel {
  border: 1px solid #d0d3d6 !important;
  color: #51565d !important;
}

.layout-page-table-wrapper {
  /* margin-top: 18px; */
}

.layout-page-title {
  margin-top: 8px;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.layout-page-title .title-text {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-bold-text);
}

.layout-page-title .layui-btn {
  height: 32px;
  line-height: 32px;
}

.layout-sub-menu {
  display: flex;
  flex-direction: column;
  width: 154px;
  height: 100%;
}

.layout-sub-menu .top-title {
  padding: 22px 34px;
  font-family: AlibabaPuHuiTi;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: var(--main-bold-text);
}

.layout-sub-menu .menu-list {
  flex: 1;
  overflow: hidden;
}

.layout-sub-menu .menu-list .menu-item {
  margin: 0 14px 6px;
  padding: 8px 20px;
  font-family: AlibabaPuHuiTi;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--main-bold-text);
  border-radius: 4px;
  cursor: pointer;
}

.layout-sub-menu .menu-list .menu-item.active,
.layout-sub-menu .menu-list .menu-item:hover {
  background: var(--main-hover-bg);
  color: var(--main-theme-color);
}

.layout-page-container {
  /* padding: 24px; */
  flex: 1;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}

.layout-page-inner {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: var(--white-color);
}

/* dropdown */
.dropdown-container {
  position: relative;
}

.dropdown-container .dropdown-toggle {
  cursor: pointer;
}

.dropdown-container .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 90%;
  border: 1px solid #eee;
  background-color: var(--white-color);
  z-index: 10;
  border-radius: 2px;
  overflow: hidden;
}

.dropdown-container .dropdown-menu .dropdown-menu-item {
  padding: 11px 22px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 44px;
  word-break: keep-all;
  white-space: nowrap;
  cursor: pointer;
}

.dropdown-container .dropdown-menu .dropdown-menu-item:hover,
.dropdown-container .dropdown-menu .dropdown-menu-item.active {
  background-color: var(--main-hover-bg);
  color: var(--main-theme-color);
}

.layout-header .header-right .dropdown-menu {
  top: 106%;
  padding: 22px 0 11px;
  width: 317px;
  min-height: 194px;
  box-sizing: border-box;
  border-radius: 8px;
}

.dropdown-menu .dropdown-menu-item.user-card {
  margin: 0 22px 11px;
  display: flex;
  align-items: center;
  padding: 18px 14px;
  box-sizing: border-box;
  width: 273px;
  height: 74px;
  border-radius: 8px;
  background-image: url("../images/common/header-user-card-bg.png");
  background-repeat: no-repeat;
  cursor: default;
}
.dropdown-menu .dropdown-menu-item.user-card:hover {
  background-color: transparent;
}

.dropdown-menu .dropdown-menu-item.user-card .username {
  font-size: 20px;
  font-weight: 500;
  color: #223c56;
}

.dropdown-menu .dropdown-menu-item.user-card .avatar-img {
  margin-right: 12px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

/* table自定义样式 */

.table-content {
  display: flex;
  flex-direction: column;
  min-height: 300px !important;
  flex: 1;
}

.table-wrapper-flex-1 {
  flex: 1;
}

.table-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.table-tr-blue {
  background: #eff8ff;
}

.table-tr-yellow {
  background: #fffaef;
}

.table-empty .table-empty-image {
  width: 180px;
  height: 180px;
}

.table-empty .table-empty-text {
  padding-bottom: 20px;
  margin-top: 18px;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: var(--main-bold-text);
  text-align: center;
}

.table-avatar {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.table-tag-info {
  display: flex;
  align-items: center;
}

.table-tag-info .icon {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
.table-tag-info .text {
  font-size: 13px;
  font-weight: normal;
  color: #495276;
}

.table-underline-text,
.table-underline-text:hover {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: var(--main-theme-color);
}

.table-operate-text {
  margin-right: 10px;
  font-family: AlibabaPuHuiTi;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  word-break: break-all;
}
.table-operate-text:last-child {
  margin-right: 0;
}
.table-operate-text:hover {
  opacity: 0.7;
}
.table-operate-text.primary {
  color: var(--main-theme-color);
}
.table-operate-text.warning {
  color: #f99f18;
}

.table-tag-status {
  display: inline-block;
  align-items: center;
  padding: 2px 8px;
  box-sizing: border-box;
  line-height: 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
  word-break: keep-all;
}

.table-tag-status.gray {
  background: #e2e9f7;
  color: #202d3f;
}

.table-tag-status.blue {
  color: #24618d;
  background: #cdeaff;
}

.table-tag-status.green {
  color: #377855;
  background: #cdffe3;
}

.table-tag-status.red {
  color: #f25b44;
  background: #ffecea;
}

.table-tag-status.orange {
  color: #f99f18;
  background: #fff1e8;
}

/* css样式 */

.cursor-pointer {
  cursor: pointer !important;
}

.word-break-break-all {
  word-break: break-all !important;
}

.word-break-keep-all {
  word-break: keep-all !important;
}

/* layui-ui */
.layui-nav .layui-nav-item a {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}
.layui-nav .layui-nav-item .nav-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--main-bold-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}
.layui-nav .layui-nav-item .iconpark-icon {
  margin-bottom: 3px;
}
.layui-nav .layui-nav-item.layui-this .nav-item-wrapper,
.layui-nav .layui-nav-item:hover .nav-item-wrapper {
  color: var(--main-theme-color) !important;
}
.layui-form-label {
  color: var(--main-bold-text);
}
.layui-form-label.vertical {
  display: block;
  margin-bottom: 8px;
  padding: 0 !important;
  height: 22px;
  line-height: 22px;
  text-align: left;
  width: auto;
}
.layui-input-tip {
  margin-left: 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #495276;
  height: 38px;
}
.layui-input-unit {
  position: relative;
  padding-right: 40px;
}
.layui-input-unit-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 14px;
  color: var(--main-bold-text);
}
.layui-input {
  border: 1px solid var(--main-split-color);
  border-radius: 6px;
}
.layui-input.disabled {
  background: #f2f4f6;
  border: 1px solid #d3dce6;
}
.layui-textarea {
  border: 1px solid var(--main-split-color);
  border-radius: 6px;
}
.layui-input.layui-input-search {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-image: url("../images/common/icon-search.svg");
  background-size: 14px 14px;
  background-position: 10px center;
}
.layui-form-switch {
  margin-top: 0;
}
.layui-btn {
  border-radius: 6px;
  /* color: var(--white-color); */
}
.layui-form .layui-row {
  margin: 0 -9px;
}
/* .layui-form .layui-row::after,
.layui-form .layui-row::before {
  display: none;
} */
.layui-form .layui-row .layui-col {
  margin: 0 9px 12px;
}
.layui-form .layui-row .layui-col.layui-col-btn {
  margin-left: 3px;
  font-size: 0;
  display: flex;
}
.layui-form .layui-row .layui-col .layui-btn {
  margin: 0 6px 0;
}
.layui-table {
  margin: 0;
}
.layui-table thead {
  background: #f6f8fa;
}
.layui-table thead th {
  color: var(--main-bold-text);
  background: #f6f8fa;
  font-size: 13px;
  font-weight: 500;
}
.layui-table tr td {
  font-size: 13px;
  color: #495276;
  word-break: break-all;
}
.layui-table tr td .table-icon {
  margin-right: 10px;
  cursor: pointer;
}
.layui-table tr td .table-icon:last-child {
  margin-right: 0;
}

/* 分页 */
.table-pagination-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.table-pagination-wrapper .table-pagination {
  display: flex;
  align-items: center;
}
.table-pagination-item {
  margin-left: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #e4e5e7;
  cursor: pointer;
}
.table-pagination span:last-child {
  margin-left: 8px;
}
.table-pagination-item:hover {
  opacity: 0.7;
}
/* .table-pagination-item.prev,
.table-pagination-item.next {
  width: 82px;
} */
.table-pagination-item.next {
  transform: rotate(180deg);
}
.table-pagination-item.active,
.table-pagination-item:hover {
  color: var(--main-theme-color);
  border-color: var(--main-theme-color);
}

/* tab切换样式 */
.common-page-tab {
  margin-bottom: 18px;
  display: flex;
  border-bottom: 1px solid #dce4f4;
}

.common-page-tab-item {
  margin-right: 16px;
  position: relative;
  padding-bottom: 18px;
  font-family: AlibabaPuHuiTi;
  font-size: 12px;
  font-weight: normal;
  color: var(--main-bold-text);
  cursor: pointer;
}

.common-page-tab-item.active {
  color: var(--main-bold-text);
}

.common-page-tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 100px;
  background: var(--main-theme-color);
}

/* 页面卡片展示 */

.common-info-card {
  padding: 18px 0;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  border-bottom: 1px solid #dce4f4;
}

.common-info-card .card-item {
  flex: 1;
  margin-right: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #f6f8fa;
  border: 1px solid var(--main-split-color);
}

.common-info-card .card-item:last-child {
  margin-right: 0;
}

.common-info-card .card-item .card-img {
  margin-right: 12px;
  width: 32px;
  height: 32px;
}

.common-info-card .card-item .card-detail {
  flex: 1;
  /* overflow: hidden; */
  word-break: break-all;
}

.common-info-card .card-item .card-detail .card-title {
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: var(--main-bold-text);
}

.common-info-card .card-item .card-detail .card-count {
  margin-top: 4px;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: var(--main-bold-text);
}

/* popup样式 */
.common-popup-shade {
  display: none;
  z-index: 19891020;
  background-color: rgb(0, 0, 0);
  opacity: 0.8;
}

.common-popup-wrapper {
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 19891021;
  display: none;
}

.common-popup-wrapper.show {
  display: flex;
}

.common-popup-wrapper .common-popup-inner {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
}

.common-popup-wrapper .common-popup-inner .layui-input-block {
  margin-left: 130px;
}

.common-popup-wrapper .common-popup-inner .layui-input-tips {
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  color: #76879f;
}

/* 解决select下拉 看不到问题 */
.common-popup-wrapper.overflow-none .common-popup-inner,
.common-popup-wrapper.overflow-none .popup-content {
  overflow: visible !important;
}

.common-popup-wrapper textarea {
  resize: none;
}

.common-popup-wrapper .layui-form-item-select {
  display: flex;
  margin-bottom: 15px;
}

.common-popup-wrapper .layui-form-item-select .layui-form-label {
  float: none;
}

.common-popup-wrapper .layui-form-item-select .layui-form-select {
  flex: 1;
}

.common-popup-wrapper .popup-content {
  box-sizing: border-box;
}
.common-popup-wrapper .common-popup-inner .popup-title {
  position: relative;
  padding: 0 50px 0 30px;
  display: flex;
  align-items: center;
  height: 62px;
  min-height: 62px;
  border-bottom: 1px solid #dce4f4;
  font-size: 16px;
  font-weight: 500;
  color: #0f1114;
}

.common-popup-wrapper .popup-close-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  cursor: pointer;
}

.common-popup-wrapper .popup-close-icon:hover {
  opacity: 0.7;
}

.popup-content {
  padding: 0 30px;
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
}

.common-popup-wrapper .common-popup-inner .popup-buttons {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 64px;
}

.common-popup-wrapper .common-popup-inner .popup-buttons .layui-btn {
  margin-left: 16px;
  height: 30px;
  line-height: 30px;
}

/* 大图预览 */
.common-popup-wrapper.preview-image {
  width: 100%;
  height: 100%;
}

.common-popup-wrapper.preview-image .popup-close-icon {
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
}

.common-popup-wrapper.preview-image .image-preview {
  max-width: 100%;
  max-height: 80%;
}

/* 必须输入框 */
.form-label-required {
  margin-right: 3px;
  color: #f53f3f;
  font-style: normal;
  vertical-align: middle;
}

/* 详情显示 */
.common-detail-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--main-bold-text);
}

.common-detail-row {
  padding-top: 18px;
  display: flex;
  align-items: center;
}

.common-detail-row .common-detail-label {
  width: 170px;
  font-size: 14px;
  font-weight: normal;
  color: var(--main-bold-text);
}

.common-detail-row .common-detail-img-wrapper,
.common-detail-row .common-detail-value {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  word-break: break-all;
}

.common-detail-row .common-detail-img-wrapper {
  font-size: 0;
}

.common-detail-row .common-detail-img-wrapper .common-detail-img {
  margin-top: 18px;
  margin-right: 10px;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  cursor: pointer;
}

.common-progress-wrapper {
  margin: 0 26px;
  display: flex;
  align-items: center;
  height: 94px;
  border-bottom: 1px solid #e7ecef;
}

.common-progress-wrapper .common-progress-item {
  margin-right: 14px;
  display: flex;
  align-items: center;
  flex: 1;
}

.common-progress-wrapper .common-progress-item .step {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-family: AlibabaPuHuiTi;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0em;
  background: #e7e8ea;
  color: #8b9199;
}

.common-progress-wrapper .common-progress-item .name {
  font-family: AlibabaPuHuiTi;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  color: #0f1114;
}

.common-progress-wrapper .common-progress-item .line {
  margin-left: 14px;
  flex: 1;
  height: 2px;
  border-radius: 3px;
  background: #e7e8ea;
}

.common-progress-wrapper .common-progress-item:last-child {
  margin-right: 0;
  flex: none;
}

.common-progress-wrapper .common-progress-item.done .step {
  background: #e8f4ff;
  color: var(--main-theme-color);
}

.common-progress-wrapper .common-progress-item.active .step {
  background: var(--main-theme-color);
  color: #fff;
}

.common-progress-wrapper .common-progress-item.done .line {
  background: var(--main-theme-color);
}

/* 小图片展示 */

.image-upload-button {
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #eef4ff;
  box-sizing: border-box;
  border: 1px dashed var(--main-theme-color);
  cursor: pointer;
  border-radius: 6px;
}

.image-upload-button:hover {
  opacity: 0.7;
}

.image-upload-button .add-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.image-card {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  box-sizing: border-box;
}

.image-card .delete-icon {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
}

.image-card .delete-icon:hover {
  opacity: 0.85;
}

/* icon */
.common-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.common-icon:hover {
  opacity: 0.7;
}
.icon-delete {
  background-image: url("../images/common/icon-delete.svg");
}
.icon-setting {
  background-image: url("../images/common/icon-setting.svg");
}
.icon-detail {
  background-image: url("../images/common/icon-detail.svg");
}
.icon-pause {
  background-image: url("../images/common/icon-pause.svg");
}
.icon-play {
  background-image: url("../images/common/icon-play.svg");
}
.icon-send {
  background-image: url("../images/common/icon-send.svg");
}
.icon-upload {
  background-image: url("../images/common/icon-upload.svg");
}
.icon-download {
  background-image: url("../images/common/icon-download.svg");
}
.icon-date {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/common/icon-date.svg");
}
.icon-copy {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/common/icon-copy.svg");
  cursor: pointer;
}
