﻿.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 20px 15px 0px;
    width: 100%;
    background-color: #fff;
}

#couponContent {
    padding: 57px 0px 0px;
}

ul.nav {
    padding: 8px 0px;
    border: 0;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.nav .nav-item {
    min-width: 65px;
}

.nav .nav-item:not(:first-child) {
    border-left: 1px solid #000;
}
.nav .nav-item .nav-link {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    font-weight: bold;
    line-height: 1rem;
}

.nav .nav-item .nav-link.active {
    color: #33A59A;
}

.card.coupon-item {
    border: 0;
    margin-bottom: 20px;
}

.coupon-item > a {
    padding: 0;
}

.coupon-caption {
    padding: 10px 0;
    padding-bottom: 20px;
    text-align: left;
}

    .coupon-caption .coupon-value {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: bold;
    }

    .coupon-caption .coupon-date {
        font-size: 0.8rem;
        line-height: 0.8rem;
        color: #727171;
    }


.coupon-used.coupon-item img.card-img-top {
    -webkit-filter: grayscale(80%);
    /* Chrome, Safari, Opera */
    filter: grayscale(80%);
}

.coupon-expired.coupon-item img.card-img-top {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.behind-info .small {
    color: #717071;
}



.barcode {
    height: 120px;
    margin-bottom: 0;
}

.coupon-code{
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
}