.styles_offerText__eqCja p{
margin: 0;
}
.styles_menuList__GRUwb h3, .styles_menuList__GRUwb a{
color: #fff;
}
.gzWFeO a {
    color: rgb(24, 147, 255);
}
.BonusPopup {
    display: none;
    position: absolute;
    top: 50%;
    left: -70%;
    transform: translate(-50%, -50%);
    background: white;
   
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-width: 400px;
    text-align: center;
}
.BonusPopup_main{
    padding: 30px;
}
.BonusPopup_content {

}
.BonusPopup_header{
    background-color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 40px;
}

.BonusPopup_header img {
    width: 150px;
    margin-bottom: 10px;
}

.BonusPopup_button {
    background: #34B059;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 50px;
    display: flex
    ;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: auto;
        font-size: 1rem;
        width: 190px;
        height: 50px;
        font-weight: 700;
}
.BonusPopup_button svg{
    margin-left: 10px;
}

.BonusPopup_button:hover {
    background: #2b8a49;
}

.BonusPopup_terms {
    font-size: 12px;
    color: #777;
}
.bonusPopup_btext p {
    color: #34B059 ;
    font-size: 20px;
    margin: 0;
}
.Card_cardBonus__ccUrI {
    position: relative;
    cursor: pointer;
}
.Bonus_items{
    display: flex;
    align-items: center;

    justify-content: space-between;
}
.bonus_item_img img{
   max-width: 30px; 
   
}
.bpopup_text{
    font-weight: bold;
    font-size: 15px;
}