.use-coupon {
    display: flex;
    flex-flow: column;
    height: 100%;

    .coupons-area {
        padding: 72px 12px 0px;
        //background: $bg_f5f5f5;
        flex: 1 1 auto;

        .empty {
            min-height: 211px;
            line-height: 211px;
            font-size: $font_12;
            color: $color_666;
            text-align: center;
        }

        .invalid-title{
            text-align: center;
            font-size: $font_12;
            line-height: 52px;
            color: $color_999;
        }
    }
}