.ccpw_table.table > tbody > tr > td,
.ccpw_table.table > thead > tr > th {
  text-align: center;
  vertical-align: middle;
}

.ccpw_table.table {
  border-collapse: inherit;
  font-size: 15px;
  border-spacing: 0;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: inset 0 0 0 3px rgba(11, 11, 11, 0.15);
  padding: 1.5px 3px 3px 1.5px;
}

.ccpw_table,
.ccpw_table tr {
  border: 0 !important;
}

.ccpw_table.table > tbody > tr > td {
  border: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.ccpw_table.style-4.table > thead > tr > th{
  border-right: 0;
}

.ccpw_table.style-1.table > tbody > tr > td:nth-of-type(1),
.ccpw_table.style-1.table > thead > tr > th:nth-of-type(1),
.ccpw_table.style-2.table > tbody > tr > td:nth-of-type(1),
.ccpw_table.style-2.table > thead > tr > th:nth-of-type(1),
.ccpw_table.style-3.table > tbody > tr > td:nth-of-type(1),
.ccpw_table.style-3.table > thead > tr > th:nth-of-type(1),
.ccpw_table.style-4.table > tbody > tr > td:nth-of-type(1),
.ccpw_table.style-4.table > thead > tr > th:nth-of-type(1),
.ccpw_table.style-5.table > tbody > tr > td:nth-of-type(1),
.ccpw_table.style-5.table > thead > tr > th:nth-of-type(1) {
  text-align: left;
}
.ccpw_table.style-1.table > tbody > tr span.ccpw_list_style1_name {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.ccpw_table.style-1.table thead tr th,
.ccpw_table.style-1.table > tbody tr td {
  border: 0;
}
.ccpw_table.style-1.table thead tr th:nth-of-type(2),
.ccpw_table.style-1.table > tbody tr td:nth-of-type(2) {
  text-align: left;
  max-width: 80px;
}
.ccpw_table.style-1.table > tbody tr td:first-child{
text-align: right;
}

.ccpw_table.style-1.table > tbody tr td:nth-of-type(3) .ccpw-changes {
  text-align: center;
}
.ccpw_table.style-1 td.price span.ccpw-changes,
.ccpw_table.style-1.table > tbody tr .price,
.ccpw_table.style-1.table > thead tr .price  {
  text-align: right!important;
     display: block !important;
}

.ccpw_table.style-1.table thead tr th:nth-of-type(4),
.ccpw_table.style-1.table > tbody tr td:nth-of-type(4),
.ccpw_table.style-1.table
  > tbody
  tr
  td:nth-of-type(1)
  .ccpw_table.table
  > tbody
  > tr:last-child
  > td {
  border-bottom: 0 !important;
}

.ccpw_table.table > thead > tr > th:last-child {
  border-right: 0;
}

.ccpw_table.table > thead > tr > th:first-child {
  border-left: 0;
}

.ccpw_table .ccpw_icon {
  display: inline-block;
  vertical-align: middle;
  /* display: flex;
  align-items: center;
  justify-content:flex-end;
  height: 100%; */
}

.ccpw_table .ccpw_icon img {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px !important;
  margin-right: 6px;
}

.ccpw_table .list-vol,
.ccpw_table .market_cap,
.ccpw_table .supply,
.ccpw_table span.name {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.ccpw_table span.symbol {
  font-size: 11px;
}

.ccpw_table .ccpw-changes,
.ccpw_table .changes {
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.ccpw_table .ccpw-changes svg,
.ccpw_table .changes svg{
  vertical-align: middle;

}

.ccpw_table td.price {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}

.ccpw_table td.ccpw-multi-price-text {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
}
table.ccpw_table.ccpw-container.table.style-1 {
    max-width: 500px;
}
table.ccpw_table.ccpw-container.table.style-1 .ccpw_icon {
  /* display: inline-block;
  vertical-align: middle; */
  display: flex;
  align-items: center;
  justify-content:flex-end;
  height: 100%;
}

.ccpw_table .ccpw-card-chart {
   /* width: 350px;  */
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  height: 48px;
   max-width: 70%; 
}

.ccpw_table .ccpw-card-chart .ccpw-chart-container {
  height: 100%;
  width: auto;
}

.ccpw_table.table.style-4 span.up,
.ccpw_table.table.style-4 td.ccpw-changes.up {
  color: green !important;
}

.ccpw_table.table.style-4 span.down,
.ccpw_table.table.style-4 td.ccpw-changes.down {
  color: red !important;
}

.ccpw_table.table.style-4 > tbody > tr > td:nth-of-type(3) {
  line-height: 25px;
}
/* .ccpw_table.table.style-4 > tbody > tr > td:nth-of-type(3) span.ccpw-changes,
.ccpw_table.table.style-4 > tbody > tr > td:nth-of-type(3) ,
.ccpw_table.table.style-4 > thead > tr > th:nth-of-type(3) {
 text-align: start;
  
} 
.ccpw_table.table.style-4 > thead > tr > th:nth-of-type(2){
   text-align: end;
}
.ccpw_table.table.style-4 > tbody > tr > td:nth-of-type(2) span.live_p,
.ccpw_table.table.style-4 > tbody > tr > td:nth-of-type(2) span.ticker-price{
  display: grid;
  justify-content: end;
   transition: color 0.5s ease-in-out; 
}*/
.ccpw_table.table> tbody > tr > td span.live_p [class^="price-"]{
  padding: 3px 3px;
  border-radius: 5px;
}

.ccpw_table.table.style-4 > tbody > tr > td:nth-of-type(3) {
    width: 13%;
    min-width: 83px;
}
.ccpw_table.table > tbody > tr >td span.live_p span.price-plus{
  animation-name: liveup;
  animation-duration: 1s;

}
.ccpw_table.table > tbody > tr>td span.live_p span.price-minus { 
  animation-name: livedown;
 animation-duration: 1s;
}

@keyframes liveup {
0%  { background:rgba(0,255,0,0.3);}
50%  { background:rgba(0,255,0,0.6);}
100%  { background:rgba(0,255,0,0.3);}
}

@keyframes livedown {
0%  { background:rgba(255,0,0,0.3);}
50%  { background:rgba(255,0,0,0.6);}
100%  { background:rgba(255,0,0,0.3);}
}
.ccpwp_Widget .ccpw_table.table {
  font-size: 13px;
  padding: 0;
  margin: 0;
}

.ccpwp_Widget .ccpw_table.table > tbody > tr > td {
  padding: 6px;
}

.ccpwp_Widget .ccpw_table .ccpw_icon img {
  height: 16px;
  width: 16px !important;
  vertical-align: top;
}

.ccpwp_Widget .ccpw_table span.name {
  font-size: 12px;
  font-weight: 700;
  width: 100%;
}

.ccpwp_Widget .ccpw_table .list-vol,
.ccpwp_Widget .ccpw_table .market_cap,
.ccpwp_Widget .ccpw_table .supply {
  font-size: 12px;
}

.ccpwp_Widget .ccpw_table span.symbol {
  font-size: 10px;
  position: absolute;
  top: 12px;
  left: 28px;
}

.ccpwp_Widget .ccpw_table .ccpw-changes,
.ccpwp_Widget .ccpw_table td.price {
  font-size: 12px;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .ccpw_table.table {
    font-size: 14px;
  }

  .ccpw_table span.name {
    font-size: 12px;
    font-weight: 700;
    width: 100%;
  }

  .ccpw_table span.symbol {
    font-size: 10px;
    position: absolute;
    top: 12px;
    left: 34px;
  }

  .ccpw-widget .ccpw_table.table tr th:nth-child(n + 4),
  .ccpw-widget .table tr td:nth-child(n + 4) {
    display: none !important;
  }

  .ccpw_table.table > thead > tr > th:nth-child(n + 3) {
    border-right: 0;
  }

  .ccpw_table .ccpw_icon {
    width: 100%;
  }

  .ccpw_table .ccpw_icon img {
    max-width: 24px;
    height: auto;
  }
  .ccpw_table.ccpw-container.table.style-1 {
    overflow: scroll;
  }
 
  /* .ccpw_table.ccpw-container.table.style-1 .ccpw-card-chart {
    max-width: 90px;
  } */
   .ccpw_table.ccpw-container.table.style-1 tbody{
    display: flex;
    flex-direction: column;
  }
  .ccpw_table.ccpw-container.table.style-1 thead{
    display: none;
  }
   .ccpw_table.style-1  > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
 .ccpw_table.style-1  > tbody > tr .chart{
  order: 2;
 }
  .ccpw-widget .ccpw_table.style-1  > tbody > tr .price{
   display: flex!important;
   flex-direction: column;
   margin-left: auto;
  }
  .ccpw-widget .ccpw_table.style-1  > tbody > tr .chart{
    display: flex!important;
  }
  .ccpw_table .ccpw-card-chart {
   max-width:max-content;
}
}

.ccpw-widget .ccpw_table.ccpw-container.table.style-1 {
  padding: 0;
  box-shadow: none;
}

.ccpw_table.ccpw-container.table.style-1 tr td:first-child {
  padding-right: 0px;
  width: 40px;
}

