
/*----  wheel history ----*/
.button-wrapper-whealhistory {
 display: flex;
justify-content: space-around;
  padding: 20px;
    gap: 1rem;
    background: linear-gradient(180deg, #26305C 0%, #34447C 108.57%);
    border-radius: 16px;
    margin-bottom: 30px;
}



.section_header-wheal-history {
    display: flex;
    justify-content: center;

}

.wheal_history_link {
    text-decoration: none;
   border-radius: 16px;
    display: flex;
      font-size: 1.2rem;
      font-weight: 700px;
    background-color: #5d7ef2;
    padding: 30px 5px;

    width: 40%;
    justify-content: center;


     color: #fff !important;
}
  @media (max-width: 768px) {
      .button-wrapper-whealhistory {
        flex-direction: column;
      }
      .wheal_history_link {
          width:100%;

      }
}
.spinner-history-table
{ border-collapse: separate;
    border-spacing: 0px 10px;
    color: rgba(205, 219, 255, 1);
    font-size: 0.8rem;
    font-weight: 600;
    width: 100%;
    background-color: rgba(33, 41, 79, 0.4);
    border-radius: 16px;

}
.spinner-history-table > thead{
   background-color: rgba(40, 49, 90, 0.4);

}

.spinner-history-table th {
  padding-top: 20px;
   padding-bottom: 20px;


}


.bets-history{
    background-color: rgba(36, 42, 84, 1);

}
 .bets-history td {
           padding: .5rem ;
       vertical-align: middle;

}


.bets-history td:first-child {
    width: 50%;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.user-table-wrapper {
  display: flex;
    align-items: center;
}
.bets-history td:last-child {
    text-align: right;
    width: 30%;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;

}
.bet-information {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 7px;
}

.win {

    background-image: linear-gradient(to left, rgba(0, 255, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);

}
.lose {

    background-image: linear-gradient(to left, rgba( 255,0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}


.blue
 {
     background: linear-gradient(180deg, rgba(90, 96, 228, .119) 0%,  rgba(88, 103, 236, .34) 100%);
        border-color:  rgba(139, 157, 254, .18);
}
.blue  .color-bet::before {
    content: 'X2';
    color: #769CFF;
     font-size: 30px;
    font-weight: 700;
}

.green {
       background: linear-gradient(180deg, rgba(43, 172, 71, .119) 0%, rgba(5, 237, 71, 0.50) 100%);
        border-color:  rgba(139, 254, 185, .18);
}
.green  .color-bet::before {
    content: 'X3';
    color: #6FCF95;
     font-size: 30px;
    font-weight: 700;
}

.violet{

        background: linear-gradient(180deg, rgba(109, 74, 208, .119) 0%, rgba(116, 80, 217, .34) 100%);
        border-color: rgba(184, 151, 255, .18);
}
.violet  .color-bet::before {
    content: 'X5';
    color: #9887FF;
     font-size: 30px;
    font-weight: 700;
}

.gold {
    background: rgb(234, 125, 43);
    background: linear-gradient(0deg, rgba(234, 125, 43, 1) 0%, rgba(239, 176, 86, 1) 100%);
}

.gold .color-bet::before {
    content: 'X34';
    color: #F3D28F;
     font-size: 30px;
    font-weight: 700;
}

.red
 {
    background: linear-gradient(180deg, rgba(216, 87, 87, 0.119) 0%,  rgba(218, 87, 87, 0.34) 100%);
    border-color:  rgba(254, 139, 139, 0.18);
}

.red .color-bet::before {
    content: 'халява';
    color: #DC143C;
     font-size: 30px;
    font-weight: 700;

}
/*---- wheel history END ---*/
