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

    .coupons-area {
        padding: 15px 12px;
        background: $bg_f5f5f5;
        flex: 1;

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

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