.table-sortable th {
  cursor: pointer;
}

.table-sortable .th-sort-asc::after {
  content: "\25b4";
}

.table-sortable .th-sort-desc::after {
  content: "\25be";
}

.table-sortable .th-sort-asc::after,
.table-sortable .th-sort-desc::after {
  margin-left: 5px;
}

.table-sortable .th-sort-asc,
.table-sortable .th-sort-desc {
  background: rgba(255, 255, 255, 0.15);
}

.table>:not(caption)>*>* {
  border-bottom-width: 0px !important;
}

.table {
  width: 100%;
  font-size: 1.2em;
  line-height: 1.8em;
  /* border-spacing: revert; */
}
.table thead tr {
  padding: 0.4em 0;
  color: #e6b548;
  font-weight: bold;
  font-size: 1em;
  background: none !important;
  border-bottom: 2px solid #000;
}

.table tr {
  padding: 0.4em 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  border: 2px solid black;
}
.table td {
  border: none;
}

.table tr:nth-child(1) {
  background: rgba(255, 255, 255, 0.7);
}
.table tr:nth-child(2) {
  background: rgba(255, 255, 255, 0.6);
}
.table tr:nth-child(3) {
  background: rgba(255, 255, 255, 0.5);
}

.table {}
.table {}
.table .smile {
width: 70px;
margin: 2px 0px;
text-align: center;
}

.interest__td {
width: 260px;
}
.interest {
width: 240px;
line-height: 28px;
background: #333;
border-radius: 20px;
position: relative;
overflow: hidden;
}

.interest__line {
position: absolute;
height: 100%;
left: 0;
}
.interest__number {
position: relative;
text-shadow: 0 0 2px black;
}
.interest__line.color_5 {
background: green;
}
.interest__line.color_4 {
background: greenyellow;
}
.interest__line.color_3 {
background-color: yellow;
}
.interest__line.color_2 {
background: orangered;
}
.interest__line.color_1 {
background: red;
}




table.table {
  border-collapse: separate;
  border-spacing: 0;
}

.table td {
  border: solid 1px #000;
  border-style: none solid solid none;
  padding: 10px;
}

.table tr td:first-child { 
    border-top-left-radius: 12px; 
}
.table tr td:last-child { 
    border-top-right-radius: 12px; 
}

.table tr td:first-child { 
    border-bottom-left-radius: 12px; 
}
.table tr td:last-child { 
    border-bottom-right-radius: 12px; 
}

.table tr td { 
    border-top-style: solid; 
}
.table tr td { 
    border-left-style: solid; 
}

.td-index,
.td-name,
.td-deposit-m,
.td-deposit-d,
.td-target {
    font-size: 1.2em;
    font-weight: 600;
    text-shadow: 0px 0px 3px black;
}