.primary-icon {
  filter: invert(42%) sepia(61%) saturate(2620%) hue-rotate(348deg) brightness(101%) contrast(101%);
}
.grey-icon {
  filter: invert(45%) sepia(0%) saturate(1%) hue-rotate(263deg) brightness(95%) contrast(90%);
}
.white-icon {
  filter: brightness(0) invert(1);
}
.black-icon {
  filter: invert(100%);
}
.red-icon {
  filter: invert(31%) sepia(12%) saturate(7098%) hue-rotate(328deg) brightness(95%) contrast(97%);
}
.green-icon {
  filter: invert(65%) sepia(35%) saturate(786%) hue-rotate(46deg) brightness(96%) contrast(96%);
}
#bo-dashboard .newsily-bo-table {
  background-color: transparent;
  border: 1px solid #DDE0ED;
  border-radius: 10px;
}
#bo-dashboard .newsily-bo-table .el-table__header-wrapper * {
  background: #F3F5FA 0% 0% no-repeat padding-box;
}
#bo-dashboard .newsily-bo-table .el-table__header-wrapper .el-table__cell {
  letter-spacing: 0px;
  color: #253858;
}
#bo-dashboard .newsily-bo-table .cell {
  word-break: break-word;
}
#bo-dashboard .newsily-bo-table .small-padding {
  padding: 0.3rem 0;
}
#bo-dashboard .newsily-bo-table.row-clickable .el-table__row {
  cursor: pointer;
}
#bo-dashboard > .el-row > .el-col > div {
  border-radius: 10px;
  padding: 1rem 1.5rem;
}
#bo-dashboard h4 {
  margin: 1rem 0;
}
#bo-dashboard .image-container {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  border: 3px dashed #FF5B1C;
}
#bo-dashboard .image-container img {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  margin-left: 2px;
  margin-top: 2px;
}
#bo-dashboard .member-info-header {
  margin: 1rem 1.5rem;
}
#bo-dashboard .member-detail,
#bo-dashboard .coin-detail {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 15px;
  background-color: #F3F5FA;
  padding: 1rem 0;
  margin: 0 auto 1rem;
}
#bo-dashboard .coin-container h3 + div {
  margin-top: 3rem;
}
#bo-dashboard .member-detail {
  padding: 1.5rem;
}
#bo-dashboard .member-detail * {
  font-family: inherit;
}
#bo-dashboard .member-detail .level-icon {
  margin-left: 10px;
}
#bo-dashboard .member-detail .access-icon,
#bo-dashboard .member-detail .icon-lock {
  margin-right: 10px;
}
#bo-dashboard .member-detail .access-row + .access-row {
  margin-top: 10px;
}
#bo-dashboard .member-detail > .el-row + .el-row {
  margin-top: 2rem;
}
#bo-dashboard .coin-detail {
  width: 100%;
}
#bo-dashboard .coin-detail .custom-icon {
  background-color: #ffffff;
  margin-right: 1rem;
  border-radius: 11px;
  width: 62px;
  height: 62px;
}
#bo-dashboard .coin-detail .custom-icon > i {
  margin: auto;
}
#bo-dashboard .coin-detail > div:first-child {
  border-right: 1px solid #BCC1DA;
}
#bo-dashboard .coin-detail > div {
  width: 100%;
  margin-left: 2rem;
  line-height: 35px;
  height: 70%;
}
#bo-dashboard .ads-detail {
  margin-top: 1rem;
}
#bo-dashboard .view-profile-btn {
  margin-top: 1rem;
}
#bo-dashboard .icon-coin-on-sale,
#bo-dashboard .icon-trade {
  background-size: 100px;
}
.mobile #bo-dashboard > .el-row > .el-col {
  margin-bottom: 1rem;
}
.mobile #bo-dashboard > .el-row > .el-col .member-detail > .el-row + .el-row {
  margin-top: 0;
}
.mobile #bo-dashboard > .el-row > .el-col .member-detail .accessible-row .el-col {
  margin-top: 10px;
}
.mobile #bo-dashboard > .el-row > .el-col .coin-detail {
  font-size: 0.8rem;
  padding: 10px 0;
}
.mobile #bo-dashboard > .el-row > .el-col .coin-detail > div {
  margin-left: 10px;
  margin-right: 5px;
}
.pagination-container {
  background: #F3F5FA 0% 0% no-repeat padding-box;
}
.pagination-container.hidden {
  display: none;
}
.pagination-container .el-pagination {
  margin: 10px 0;
  width: 100%;
  display: flex;
}
.pagination-container .el-pagination .el-pagination__sizes {
  flex-grow: 2;
}
.pagination-container .el-pagination > button,
.pagination-container .el-pagination > ul * {
  background-color: transparent;
}
.mobile .pagination-container {
  overflow-x: scroll;
}
.primary-icon {
  filter: invert(42%) sepia(61%) saturate(2620%) hue-rotate(348deg) brightness(101%) contrast(101%);
}
.grey-icon {
  filter: invert(45%) sepia(0%) saturate(1%) hue-rotate(263deg) brightness(95%) contrast(90%);
}
.white-icon {
  filter: brightness(0) invert(1);
}
.black-icon {
  filter: invert(100%);
}
.red-icon {
  filter: invert(31%) sepia(12%) saturate(7098%) hue-rotate(328deg) brightness(95%) contrast(97%);
}
.green-icon {
  filter: invert(65%) sepia(35%) saturate(786%) hue-rotate(46deg) brightness(96%) contrast(96%);
}
#member-report .newsily-bo-table {
  background-color: transparent;
  border: 1px solid #DDE0ED;
  border-radius: 10px;
}
#member-report .newsily-bo-table .el-table__header-wrapper * {
  background: #F3F5FA 0% 0% no-repeat padding-box;
}
#member-report .newsily-bo-table .el-table__header-wrapper .el-table__cell {
  letter-spacing: 0px;
  color: #253858;
}
#member-report .newsily-bo-table .cell {
  word-break: break-word;
}
#member-report .newsily-bo-table .small-padding {
  padding: 0.3rem 0;
}
#member-report .newsily-bo-table.row-clickable .el-table__row {
  cursor: pointer;
}
#member-report .icon-edit {
  float: right;
}
.primary-icon {
  filter: invert(42%) sepia(61%) saturate(2620%) hue-rotate(348deg) brightness(101%) contrast(101%);
}
.grey-icon {
  filter: invert(45%) sepia(0%) saturate(1%) hue-rotate(263deg) brightness(95%) contrast(90%);
}
.white-icon {
  filter: brightness(0) invert(1);
}
.black-icon {
  filter: invert(100%);
}
.red-icon {
  filter: invert(31%) sepia(12%) saturate(7098%) hue-rotate(328deg) brightness(95%) contrast(97%);
}
.green-icon {
  filter: invert(65%) sepia(35%) saturate(786%) hue-rotate(46deg) brightness(96%) contrast(96%);
}
#coin-report .newsily-bo-table {
  background-color: transparent;
  border: 1px solid #DDE0ED;
  border-radius: 10px;
}
#coin-report .newsily-bo-table .el-table__header-wrapper * {
  background: #F3F5FA 0% 0% no-repeat padding-box;
}
#coin-report .newsily-bo-table .el-table__header-wrapper .el-table__cell {
  letter-spacing: 0px;
  color: #253858;
}
#coin-report .newsily-bo-table .cell {
  word-break: break-word;
}
#coin-report .newsily-bo-table .small-padding {
  padding: 0.3rem 0;
}
#coin-report .newsily-bo-table.row-clickable .el-table__row {
  cursor: pointer;
}
#coin-report .icon-edit {
  float: right;
}
.coin-report__filter-popover-inner-form .el-input-group__prepend {
  padding: 0;
}
.coin-report__filter-popover-inner-form .el-input-group__prepend .is-transaction-from-system-select.el-select {
  margin-left: 0;
  margin-right: 0;
}
.coin-report__filter-popover-inner-form .el-input-group__prepend .is-transaction-from-system-select.el-select * {
  cursor: pointer;
}
.coin-report__filter-popover-inner-form .el-input-group__prepend .is-transaction-from-system-select.el-select .el-input {
  width: 6rem;
}
.primary-icon {
  filter: invert(42%) sepia(61%) saturate(2620%) hue-rotate(348deg) brightness(101%) contrast(101%);
}
.grey-icon {
  filter: invert(45%) sepia(0%) saturate(1%) hue-rotate(263deg) brightness(95%) contrast(90%);
}
.white-icon {
  filter: brightness(0) invert(1);
}
.black-icon {
  filter: invert(100%);
}
.red-icon {
  filter: invert(31%) sepia(12%) saturate(7098%) hue-rotate(328deg) brightness(95%) contrast(97%);
}
.green-icon {
  filter: invert(65%) sepia(35%) saturate(786%) hue-rotate(46deg) brightness(96%) contrast(96%);
}
#dashboard {
  position: relative;
}
#dashboard.mobile .el-tabs__header {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
}
#dashboard.mobile .el-tabs__header .el-tabs__item {
  font-size: 13px;
  line-height: 40px;
}
#dashboard.mobile .content {
  margin-top: 3rem;
}
#dashboard .el-tabs__header {
  position: absolute;
  top: -4rem;
  left: 25rem;
}
#dashboard .el-tabs__header .el-tabs__item {
  font-size: 15px;
  line-height: 32px;
}
