html,
body {
  background: #f7f7f7;
}
.breadcrumb-location {
  padding: 24px 0 0 19px;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  line-height: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  background: url(../../../images/center/addr.png) no-repeat 0 24px;
  background-size: 14px;
}
.breadcrumb-location .breadcrumb {
  margin: 0;
}
.breadcrumb-location .breadcrumb .pointer {
  cursor: pointer;
}
.breadcrumb-location .breadcrumb-item.active {
  color: #2d3139;
}
.modal-header {
  padding: 24px 0 16px;
  justify-content: flex-start;
}
.modal-header .form-list-checkbox {
  margin-left: 14px;
  font-weight: 400;
  font-size: 12px;
  color: #0066ff;
}
.modal-header .modal-tit {
  font-weight: bold;
  font-size: 16px;
  color: #121418;
  line-height: 19px;
}
.modal-header .modal-tit small {
  font-size: 12px;
  color: #515762;
  font-weight: 400;
}
.modal-header .modal-more {
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  line-height: 15px;
  cursor: pointer;
  padding-right: 10px;
  background: url(../../../images/center/arr-rb.png) no-repeat right center;
  background-size: 10px;
}
.modal-header .modal-header-desc {
  padding-top: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  line-height: 15px;
  text-align: left;
}
.modal-table {
  padding: 2px;
}
.modal-table table {
  table-layout: fixed;
  border: none;
}
.modal-table thead {
  position: relative;
  background: rgba(209, 209, 209, 0.2);
  /* &::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
			width: 100%;
			height: 100%;
			border-radius: 8px 8px 0 0;
			background: rgba(209, 209, 209, 0.2);
		} */
}
.modal-table thead th {
  font-weight: bold;
  font-size: 14px;
  color: #2d3139;
  line-height: 50px;
  text-align: left;
  font-style: normal;
}
.modal-table th,
.modal-table td {
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #898f98;
  line-height: 50px;
  padding: 0 24px;
  border: none;
  position: relative;
  z-index: 1;
}
.modal-table th small,
.modal-table td small {
  font-weight: normal;
}
.modal-table th .hight,
.modal-table td .hight {
  color: #0066ff !important;
  font-size: 14px;
  font-weight: inherit;
}
.modal-table th .disable,
.modal-table td .disable {
  color: #07c160 !important;
  font-weight: inherit;
}
.modal-table th .success,
.modal-table td .success {
  color: #07c160 !important;
  font-weight: inherit;
}
.modal-table th .warning,
.modal-table td .warning {
  color: #ff4d00 !important;
  font-weight: inherit;
}
.modal-table th .text-operate,
.modal-table td .text-operate {
  color: #0066ff !important;
  cursor: pointer;
  font-weight: inherit;
}
.modal-table th .pointer,
.modal-table td .pointer {
  cursor: pointer;
}
.modal-table th .form-control,
.modal-table td .form-control {
  height: 38px;
  list-style: 38px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  padding: 0 14px;
  font-size: 14px;
  position: relative;
  top: 6px;
}
.modal-table th .text-tooltips,
.modal-table td .text-tooltips {
  position: relative;
  display: flex;
  align-items: center;
}
.modal-table th .text-tooltips .tips,
.modal-table td .text-tooltips .tips {
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 0 0 8px;
}
.modal-table tbody tr:nth-child(even) {
  background: rgba(209, 209, 209, 0.1);
}
.modal-table tbody tr.text-active td {
  color: #515762;
}
.modal-pricing {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 74px;
}
.modal-pricing .text-group {
  display: flex;
  align-items: center;
}
.modal-pricing .text-group .img-circle {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  display: block;
}
