.couponBox {
    border-radius: 5px;
    background: #FFF;
    padding: 12px 21px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

.couponFormCard {
    position: relative;
    border-radius: 5px;
    margin-bottom: 32px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    max-width: 555px;
    margin: 0 auto 30px;
}

.couponBoxCard {
    position: relative;
    max-width: 524px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/passcard.png');
    padding: 20px 40px 20px 40px;
    color: #fff;
    margin-bottom: 25px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    margin: auto;
}

.couponBoxCard .details,
.couponFormCard .tile {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.couponBoxCard .details .temple {
    color: #FFF;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.19);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.couponBoxCard .details .coupon {
    border-radius: 5px;
    background: #BFB2F2;
    color: #363750;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 9px 8px;
}

.couponBoxCard .details .head {
    color: #FFF;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.19);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.couponBoxCard .details .headText {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.couponBoxCard .details .headName {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.couponBoxCard .details .subhead {
    color: #BABABA;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.couponBoxCard .details .count {
    display: inline-flex;
    padding: 5px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #FFF;
    color: #0F0F0F;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 5px;
    margin-right: 5px;
}

.couponBoxCard .details img {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 3px;
    top: -8px;
}

.couponBoxCard .details span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.couponFormCard .tile img {
    height: 34px;
}

.couponSwitch {
    border-radius: 47px;
    background: #F0F0F0;
    padding: 5px;
    width: 256px;
    height: 39px;
}

.couponSwitch .couponBtn {
    border-radius: 5px;
    padding: 7px 12px;
    width: 120px;
    background: #F0F0F0;
    color: #363750;
    font-family: 'Plus Jakarta Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    cursor: no-drop;
}

.couponSwitch .couponBtnActive {
    border-radius: 5px;
    padding: 7px 12px;
    width: 120px;
    background: #FFF;
    color: #363750;
    font-family: 'Plus Jakarta Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    cursor: pointer;
}

.cardPreview {
    color: #333E56;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px !important;
    margin-bottom: 21px;
}


.cardTitle {
    color: #333E56;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 13px;
}

.pastCouponCard {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../public/images/coupon-bg.png');
    padding: 0;
    color: #fff;
    margin-top: 11px;
    margin-bottom: 11px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12px 24px 12px 18px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 360px;
}

.pastCouponCardRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pastCouponCardRow .pastCouponFlex {
    max-width: 48%;
    margin-top: 20px;
}

.prasadam {
    border-radius: 4px;
    background: #F5F5FD;
    padding: 10px 22px;
    margin-bottom: 15px;
}

.prasadam .prasadampastrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}


.prasadam .pastrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}


.prasadam .title {
    color: #333E56;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
}

.prasadam .time {
    color: #333E56;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 8px;
}

.pastCouponCard .head {
    color: #252D38;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.pastCouponCard .pastrow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 30px;
    align-items: center;
    align-self: center;
    gap: 40px;
}

.pastrow img {
    height: 60px;
}

.time img {
    height: 17px;
    width: 17px;
    margin-right: 4px;
    margin-top: -2px;
}

.pastCouponCard .subhead {
    color: #252D38;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pastCouponCard .detail {
    color: #494949;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 7px;
}

.prasadBox {
    padding-left: 20px;
}

.direction {
    width: 105px;
    height: 37px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #866DCF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 8px 16px;
    text-decoration: none;
}

.direction:hover {
    background: #866DCF;
    color: #FFF;
}

.direction img {
    height: 14px;
    width: 14px;
    margin-top: -2px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {

    .pastCouponCard .subhead {
        font-size: 9px;
    }

    .pastCouponCard .head {
        font-size: 13px;
    }

    .pastCouponCard .detail {
        margin-top: 7px;
        margin-bottom: 5px;
    }

    .prasadam {
        padding: 10px 12px;
    }

    .prasadam .pastrow {
        gap: 20px;
    }

    .couponBoxCard {
        padding: 15px;
    }

    .couponBoxCard .details .temple {
        font-size: 24px;
    }

    .couponBoxCard .details .coupon {
        font-size: 11px;
    }
}


@media only screen and (max-width: 991px) {
    .prasadBox {
        padding-left: 0;
    }

    .prasadam .pastrow {
        gap: 10px;
    }

    .cardTitle {
        margin-top: 30px;
        margin-bottom: 13px;
    }

    .couponBoxCard {
        max-width: 350px;
    }

    .col-md-5.couponGrid,
    .col-md-7.couponGrid {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    .pastCouponCardRow .pastCouponFlex {
        max-width: 100%;
    }

    .couponBoxCard {
        padding: 20px;
    }

    .couponBoxCard .details {
        padding: 6px 0;
    }

    .couponBoxCard .details .temple {
        font-size: 16px;
    }

    .couponBoxCard .details .coupon {
        font-size: 10px;
        padding: 8px;
    }

    .couponBoxCard .details .headName {
        font-size: 15px;
    }

    .couponBoxCard .details .headText {
        font-size: 13px;
    }

    .couponBoxCard .details .subhead {
        font-size: 12px;
    }

    .couponBoxCard .details .count {
        padding: 3px 20px;
        font-size: 15px;
    }

    .couponBoxCard .details img {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 3px;
        top: -1px;
    }

    .couponBoxCard .details span {
        width: 40px;
        height: 40px;
    }
}


@media only screen and (max-width: 767px) {
    .couponBoxCard .details img {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 3px;
        top: -1px;
    }

    .prasadam .prasadampastrow {
        gap: 10px;
    }

    .pastCouponCard {
        padding: 12px;
    }

    .pastCouponCard .pastrow {
        gap: 20px;
    }

    .prasadam {
        padding: 10px;
    }

    .app-dwnld .coupon {
        left: 0;
    }

    .pastCouponCardRow {
        gap: 0;
    }

    .pastCouponCardRow .pastCouponFlex {
        max-width: 100%;
    }


    .pastCouponCard .subhead {
        font-size: 12px;
    }

    .pastCouponCard .head {
        font-size: 13px;
    }

    .pastCouponCard .detail {
        margin-top: 7px;
        margin-bottom: 5px;
    }
}


@media only screen and (max-width: 375px) {
    .pastrow img {
        height: 50px;
        padding-top: 6px;
    }
}