.push-notification-popup{
    position: fixed;
    width: 320px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 35%);
    border-radius: 20px;
    top: 140px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999999;
    padding-top: 20px;
    box-sizing: border-box;
}
.push-notification-desc{
    margin-top: 30px;
    font-family: 'Heltvetica Neue Ltd Geo';
    font-feature-settings: 'case' on;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    width: 280px;
    margin: 30px auto 0 auto;
}
.cb-banner-bg{
    /*background-image: url('cb-banner-bg.png');*/
    width: 280px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    background: #1A1A1A;
    border-radius: 16px;
}

.cb-banner-logo{
    /*background-image: url('cb-banner-logo.png');*/
    background-image: url(../crystalbet.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 200px;
    height: 36px;
    box-sizing: border-box;
    position: relative;
    top: 27px;
    margin: 0 auto;
}
.push-btns{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.push-btn{
    width: 135px;
    height: 51px;
    border-radius: 10px;
    font-family: 'CrystalBetUni-Medium';
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.push-btn.push-btn-confirm{
    background: #FFCC00;
}
.push-btn.push-btn-reject{
    background: #CCCCCC;
    margin-left: 10px;
}