﻿

.loyalty_txt {
    color: #666;
    font-size: 19px;
    text-align: center;
    margin: 10px 0 25px 0;
}

.lyl_para {
    font-size: 14px;
    text-align: left;
    margin-bottom: 3px;
}

.red_box {
    border: 4px solid #e51c20;
    width: 100%;
    height: 315px;
    padding: 20px 10px;
    margin-top: 25px;
}

.logo_nk {
    width: 40px;
    margin-bottom: 25px;
}

.red_txt {
    margin-bottom: 20px;
    font-family: 'Roboto-Bold';
}

.red_box p {
    margin-bottom: 5px;
    color: #211915;
    font-size: 14px;
}

.spend_txt {
    color: #211915;
    font-family: 'Roboto-bold';
}

.ticket_section {
    margin-top: 20px;
}

.ticket_inner {
    margin-top: 10px;
}

.loyalty_icon {
    width: 20px;
    margin-top: 0;
    float: left;
    margin-right: 10px;
}

.ticket_inner p {
    font-size: 13px !important;
    font-family: Roboto-Bold;
}

.ticket_inner {
    margin-top: 10px;
}

.unlock_icon {
    width: 20px;
    margin-top: 0;
    float: left;
    margin-right: 10px;
}

.silver_box {
    border: 4px solid #c6c6c6 !important;
}

.gold_box {
    border: 4px solid #a87e42 !important;
}

.status_txt {
    color: #666;
    margin-top: 30px;
    margin-bottom: 27px;
    text-align: center;
}

.status_txt {
    font-size: 19px !important;
}

.mb27 {
    margin-bottom: 27px;
}

.font16 {
    font-size: 16px;
}

.current_level {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Roboto-Bold';
}


.ticket_gift_icon {
    width: 20px;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
}


@media screen and (max-width: 900px) {

    .red_box p {
        font-size: 11px;
    }
}


@media screen and (max-width: 480px) {

    .reward_section {
        padding-top: 5rem;
    }
    .mobile_scroller {
        width: 1000px;
        overflow: scroll;
    }
    .dk_section {
        width: 100%;
        overflow: scroll;
        padding-bottom: 15px;
    }
    .dk_section > .row .col-4 {
        display: inline-flex;
        float: left;
        max-width: 30.333333%;
    }
    .red_box {
        height: auto;
     
        overflow: hidden;
    }
    .red_box {
        max-height: 320px;
    }
}