/******** OVERVIEW WIDGET SCSS ************/
.crp-overview-table {
  border: 1px solid #e8e8e8;
  border-bottom: 6px solid #e8e8e8;
  display: inline-block;
  padding: 20px;
}
.crp-overview-table .crp-body-row {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}
.crp-overview-table .crp-body-row:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}
.crp-overview-table .crp-body-row.crp-no-border {
  border: none;
  margin-bottom: 15px;
}
.crp-overview-table .crp-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px;
  display: flex;
  font-weight: 700;
  font-size: 19px;
}
.crp-overview-table .crp-title {
  width: 350px;
  font-size: 17px;
  font-weight: 400;
}
.crp-overview-table .crp-value {
  width: 130px;
  font-size: 17px;
  font-weight: 700;
}
.crp-overview-table .crp-updated {
  font-size: 12px;
  color: #808080;
  text-align: right;
  height: 25px;
  margin-top: 10px;
}
@media all and (max-width: 768px) {
  .crp-overview-table .crp-title {
    width: 280px;
    padding-right: 10px;
  }
}
@media all and (max-width: 500px) {
  .crp-overview-table .crp-title {
    width: 190px;
  }
  .crp-overview-table .crp-overview-table .crp-value {
    width: 100px;
  }
}
/******** TOP 10 WIDGET SCSS ************/
.crp-top-10-table {
  border: 1px solid #e8e8e8;
  border-bottom: 6px solid #e8e8e8;
  display: inline-block;
  padding: 20px;
}
.crp-top-10-table .crp-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px;
  display: flex;
}
.crp-top-10-table .crp-header .crp-sender,
.crp-top-10-table .crp-header .crp-wallet,
.crp-top-10-table .crp-header .crp-value {
  font-weight: 700;
  font-size: 19px;
}
.crp-top-10-table .crp-sender {
  width: 210px;
  padding-right: 10px;
  display: flex;
  gap: 10px;
  font-weight: 400;
}
.crp-top-10-table .crp-sender .crp-address {
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
}
.crp-top-10-table .crp-sender .crp-copy {
  cursor: pointer;
}
.crp-top-10-table .crp-sender .crp-copy svg {
  width: 20px;
  height: 20px;
  fill: #bbb;
}
.crp-top-10-table .crp-wallet {
  width: 190px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  font-weight: 400;
}
.crp-top-10-table .crp-value {
  width: 140px;
  padding-left: 10px;
}
.crp-top-10-table .crp-body {
  display: flex;
  flex-direction: column;
}
.crp-top-10-table .crp-body .crp-body-row {
  display: flex;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 17px;
}
.crp-top-10-table .crp-body .crp-body-row .crp-value {
  font-weight: 700;
}
.crp-top-10-table .crp-body .crp-body-row:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}
.crp-top-10-table .crp-updated {
  font-size: 12px;
  color: #808080;
  text-align: right;
  height: 25px;
  margin-top: 10px;
}
@media all and (max-width: 768px) {
  .crp-top-10-table .crp-sender {
    width: 150px;
  }
}
@media all and (max-width: 600px) {
  .crp-top-10-table .crp-sender {
    width: 110px;
  }
  .crp-top-10-table .crp-wallet {
    width: 120px;
  }
  .crp-top-10-table .crp-value {
    width: 110px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/***** SCSS MIXINS FOR PLUGIN **********/
/* Responsive */