/* початок бонусної системи */

.my_acount_history_balls_desct {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 15px;
    display: none;
}


.my_acount_history_balls_desct > div {
    display: grid !important;
    grid-template-columns: 150px 120px 1fr 130px;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #f1f1f1;
}


.my_acount_history_balls_desct > div:last-child {
    border-bottom: none;
}


.my_acount_history_balls_desct > div:first-child {
    background: #fafafa;
    font-size: 14px;
    font-weight: 600;
    color: #A2A2A2;
    font-family: "montserrat-semibold", "sans-serif";
}

.my_acount_history_balls_desct > div:first-child div{
    font-family: "montserrat-semibold", "sans-serif" !important;
    font-size: 14px !important;
    color: #A2A2A2;
}


.my_acount_history_balls_desct > div > div:nth-child(1) {
   color: #A2A2A2;
   font-size: 14px;
   font-family: "montserrat-regular", "sans-serif";
}


.my_acount_history_balls_desct > div > div:nth-child(2) {
    font-weight: 600;
    font-family: "montserrat-semibold", "sans-serif";
    font-size: 16px;
}


.my_acount_history_balls_desct > div > div:nth-child(3) {
   color: #A2A2A2;
   font-size: 14px;
   font-family: "montserrat-regular", "sans-serif";
}


.my_acount_history_balls_desct > div > div:nth-child(4) a {
    color: #E74430;
    text-decoration: underline;
    font-family: "montserrat-semibold", "sans-serif";
    font-weight: 600;
    font-size: 14px;
}


.my_acount_history_balls_desct > div > div:nth-child(5) {
    text-align: right;
    
}


.my_acount_history_balls_desct > div:not(:first-child):hover {
    background: #fafafa;
}

.my_acount_history_balls_desct>div>div:last-child{
    text-align: right;
}


.paginate-bonus{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #A2A2A2;
    font-size: 14px;
    font-family: "montserrat-regular", "sans-serif";
}

.paginate-bonus div{
    font-size: 14px;
}

.paginate-bonus .arrows-wrap{
    display: flex;
    column-gap: 5px;
}

.paginate-bonus .arrows-wrap .disabled path{
    opacity: .5;
}


.my_acount_history_balls_moby {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 15px;
}

.my_acount_history_balls_moby > div {
    background: #fff;
    border-radius: 12px;
    padding: 20px 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    position: relative;
}

.my_acount_history_balls_moby > div > div:first-child span,
.my_acount_history_balls_moby > div > div:first-child {
    font-size: 24px;
    font-weight: 600;
    font-family: "montserrat-semibold", "sans-serif";
    position: relative;
    padding-bottom: 20px;
    line-height: 1;
}


.my_acount_history_balls_moby > div > div:first-child::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #E6E6E6;
    bottom: 0;
    width: 100%;
    left: 0;
}


.my_acount_history_balls_moby > div > div:nth-child(2) {
    font-size: 14px;
    color: #A2A2A2;
    line-height: 1.4;
    padding-top: 20px;
    font-weight: 400;
    font-family: "montserrat-regular", "sans-serif";
}

.my_acount_history_balls_moby > div > div:nth-child(2) span a {
    color: #E74430;
    text-decoration: underline;
    font-weight: 600;
    font-family: "montserrat-semibold", "sans-serif";
    margin-left: 4px;
}


.my_acount_history_balls_moby > div > div:nth-child(3) {
    padding-top: 15px;
    color: #A2A2A2;
    font-family: "montserrat-regular", "sans-serif";
    font-size: 14px;
}



.my_acount_history_balls_moby > div > div:nth-child(4) {
    color: #A2A2A2;
    font-family: "montserrat-regular", "sans-serif";
    font-size: 14px;
    text-align: right;
}


@media only screen and (min-width:1024px){
    .my_acount_history_balls_desct{
        display: block;
    }
    .my_acount_history_balls_moby{
        display: none;
    }
}
