/*sign*/
.sign {
}
.sign-bet {
  display: flex;
  margin: 20px 0;
}
.sign-bet li {
  display: flex;
  align-items: center;
  flex: 1;
  background-color: var(--block);
  padding: 40px 20px;
  border-radius: 10px;
}
.sign-bet li h6 {
  flex: 1;
  color: white;
}
.sign-bet li b {
  color: white;
  font-size: 24px;
}
.sign-bet li:first-child {
  margin-right: 20px;
  background-color: var(--color);
}
.sign-bet li:first-child b {
  color: var(--yellow);
}

.sign-list {
  display: flex;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}
.sign-list li {
  flex: 1;
  background-color: var(--block);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.sign-list h6 {
  color: white;
  text-transform: uppercase;
}
.sign-list i {
  width: 65%;
  height: 60px;
  display: block;
  margin: 10px 0;
}
.sign-list li:nth-child(1) i {
  background-image: url(../images/bonus/sign/1.png);
}
.sign-list li:nth-child(2) i {
  background-image: url(../images/bonus/sign/2.png);
}
.sign-list li:nth-child(3) i {
  background-image: url(../images/bonus/sign/3.png);
}
.sign-list li:nth-child(4) i {
  background-image: url(../images/bonus/sign/4.png);
}
.sign-list li:nth-child(5) i {
  background-image: url(../images/bonus/sign/5.png);
}
.sign-list li:nth-child(6) i {
  background-image: url(../images/bonus/sign/6.png);
}
.sign-list li:nth-child(7) i {
  background-image: url(../images/bonus/sign/7.png);
}
.sign-list a {
  font-size: 0.1rem;
  line-height: 16px;
  width: 100%;
  height: 30px;
  padding: 0;
  font-weight: normal;
}
.sign-list a.timeout,
.sign-list a.done {
  background-color: var(--deep);
  color: var(--txt);
  pointer-events: none;
}
.sign-list a.wait {
  background-color: var(--txt);
  color: var(--deep);
  pointer-events: none;
}.sign-list .text-p2{
  text-align: center;
  color: var(--yellow);
  font-size: 15px;
  padding: 5px 0;
}.sign-bet li{
  padding: 10px 20px;
  height: 135px;
}.sign-bet li h6{
  font-size: 13px;
  padding: 0 13px;
}.sign-list h6{
  font-size: 13px;
}.toggle_text{
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Show only 2 lines */
  -webkit-box-orient: vertical;
}.expanded {
  -webkit-line-clamp: unset; /* Remove line limit */
}#toggleBtn{
  float: right;
  position: relative;
  right: 6px;
  bottom: 19px;
  color: #fff;
}.tip article .new-term li{
  list-style: disc !important;
}
.tip article .new-term{
padding-left: 50px !important;
}
.amount-table table {
  border-collapse: collapse;
  width: 100%;
  background-color:var(--lg);
  color: white;
  font-family: Arial, sans-serif;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2c2e50;
}
.amount-table th,
.amount-table td {
border: 1px solid #8385ae;
padding: 10px;
text-align: center;
}

.amount-table th {
border:none !important;
font-weight: bold;
background-color: var(--block);
color: #fff;
font-weight: bold;
font-size: 16px;
}

.table-cell td{
color: #fff !important;
background-color: #8385ae;
  border-color: #fff;
  font-weight: bold;
  font-size: 16px;
}.text-table-bonus{
font-size: 24px;
color: #fff;
padding: 10px;
}