.landscape__logo{
    text-align: center;
    display: none;
}
.landscape__logo img{
    max-width: 150px;
    padding:10px
}
@media only screen and (max-height:601px) and (orientation: landscape) {
    .landscape__logo{
        display: block;
    }
}
.betHistoryTable .status__m img{
    margin:0 5px 0 0!important;
}
.status_m_successful{
    color: #1fe941!important;
}
.status_m_cancelled{
    color: #c51a1b!important;
}
@media only screen and (max-width:420px){
    .download-bar p{
        font-size: 20px!important;
    }
}
@media only screen and (max-width:600px){
.right_side_loyal
{
    padding:15px!important
}
.loy_italic {
    margin: 15px 0 10px 0!important;
}
.loy_Remaining{
    font-size: 15px!important;
    margin-bottom: 10px!important;
}
.currancy_rupay{
    bottom: 15px!important;
    font-size: 18px!important;
}
.right_side_loyal input.loy_rs{
    margin-top: 10px!important;
    font-size: 18px!important;
    padding-left: 40px!important;
    margin-bottom: 15px!important
}.right_side_loyal p.redeem{
    margin-bottom: 0!important;
    font-size: 16px!important;
}
.loyalty_tier .loyal_rank p {
    font-size: 13px!important;
}
.bg_third_white p{
    font-size: 16px!important;
}
}

@media only screen and (max-width:319px){
    .left_side_loyal table tr td{
        font-size: 13px!important;
    }
}