#content {
    margin-top: 60px;
}
#benefit-active-rewards {
    padding: 20px 0px;
}
#benefit-active-rewards>.container>h3 {
    margin: 20px 0px 8px;
}
#benefit-active-rewards .btn-activate {
    bottom: 30px;
}
#benefit-active-rewards .front p {
    width: unset;
    text-align: center;
    padding-top: 153px;
    margin-right: 10px;
}
#benefit-active-rewards .front {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    /* background-position-y: -5px; */
    background-position-x: 0px;
    background-color: #FFFFFF;
    border-radius: 18px;
    /* background: unset; */
}
#benefit-active-rewards .front #amazon-amount{
    position: absolute; 
    bottom: 10px; 
    left: 14px;
}
#benefit-active-rewards .front #zalando-spotify-amount{
    position: absolute; 
    top: 10px; 
    right: 20px;
}
#benefit-active-rewards .back img {
    width: 106px;
}
#benefit-active-rewards .back .active_reward_ikea {
    width: 86px !important;
}
#benefit-active-rewards #voucher-duration p {
    font-size: 13px;
    letter-spacing: 0.11px;
}
#benefit-active-rewards a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}
#benefit-active-rewards .card{
    padding-left: 0px;
    padding-right: 0px;
}
#benefit-active-rewards .card, #clear {
    border-radius: 18px;
}
#benefit-active-rewards #clear {
    /* transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); */
    cursor: no-drop;
    background-color: #D8D8D8;
    box-shadow: none;
    /* z-index: 0;
    position: absolute; */
}
#benefit-active-rewards #clear button,
#benefit-active-rewards #clear p {
    padding: 210px 0px 12px;
}
#rotate {
    position: absolute;
    top: 0px;
    right: 0px;
}
#benefit-active-rewards .activated {
    /* margin-bottom: 50px; */
}
#availableCoupons .flip{
    min-height: 150px;
}
.delete-reward-bttn {
    cursor: pointer;
}

#benefit-active-rewards .voucher-delete {   
    width:100%;
    background-color: #D8D8D8;
    margin-top: -14px;
    padding: 22px 0px 12px 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#benefit-active-rewards .no-bot-margin {
    margin-bottom: 0px;
}
.active-reward {
    height: 176px;
    min-height: 150px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
#benefit-active-rewards #ar-shopping-link {
    margin: 32px 0;
}

#benefit-active-rewards .activation-styling {
    font-size: .8rem;
    /* margin-top: 30px !important; */
    margin-bottom: 10px;
}

.ar_voucher_button_con_larger{
    margin-top:15px;
}

.ar_barcode_con{
    margin-top: -10px;
}

#barcodeModalImage{
    width: 100%;
}

#barcode-close-button{
    position: absolute;
    top: 6px;
    right: 6px;
}

#benefit-active-rewards .ar-pdf-link {
    position: absolute;
    left: 24px;
    bottom: 17px;
    width: 54px;
    height: 24px;
}

#benefit-active-rewards .ar-pdf-link > img {
    height: 100%;
    width: 100%;
}

#benefit-active-rewards .ar-pin {
    position: absolute;
    right: 24px;
    bottom: 17px;
    text-align: left;
    line-height: 1.15 !important;
}

#benefit-active-rewards .ar-pin-val {
    font-size: 12px;
}

#benefit-active-rewards .ar-pin-drmax {
    position: absolute;
    left: 24px;
    bottom: 17px;
    text-align: left;
    line-height: 1.15 !important;
}

#benefit-active-rewards .ar-pin-drmax .ar-pin-val {
    font-size: 10px;
    font-weight: normal;
}

#benefit-active-rewards .ar-link-drmax {
    position: absolute;
    right: 24px;
    bottom: 17px;
    text-align: left;
    line-height: 1.15 !important;
}

#benefit-active-rewards .ar-link-drmax .ar-link-val {
    font-size: 10px;
    font-weight: normal;
}

#benefit-active-rewards .ar-pin-title {
    display: block;
    font-size: 10px;
    color: #AEB0B1;
    letter-spacing: 0.33px;
}

/*                               RESPONSIVE(M Phone)
   ************************************************************************** */

.ar-hidden-div{
    display: none;
}
@media (min-width:325px) and (max-width:374px) {
    #benefit-active-rewards .front.ar-bg-top {
        background-position-y: -3px;
    }
    #benefit-active-rewards .front p {
        padding-top: 170px;
    }
    .active-reward {
        height: 195px;
    }
}


/*                               RESPONSIVE(M Phone)
   ************************************************************************** */
   @media (min-width:375px){
    #benefit-active-rewards .front p {
        text-align: center;
    }
    #benefit-active-rewards .btn-activate {
        bottom: 40px;
    }
    #benefit-active-rewards .front #amazon-voucher-value {
        bottom: 5px;
    }
    .frontImage {
        min-width: 329px;
    }
    .active-reward {
        height: 215px;
        /* height: 211px; */
    }
    #benefit-active-rewards .front p{
        padding-top: 185px;
    }
    #benefit-active-rewards #clear button,
    #benefit-active-rewards #clear p {
        padding: 220px 0px 12px;
    }
    #benefit-active-rewards .voucher-delete {
        margin-right: 0px;
    }
    .voucher-card {
        min-width: 335px;
        margin-bottom: 15px;
    }
}
/*                               RESPONSIVE(L Phone)
   ************************************************************************** */
   @media (min-width:425px){
    .frontImage, .voucher-card  {
        width: 343px;
        margin-right: 15px;
    }
    #benefit-active-rewards .voucher-delete {
        margin-right: 0px;
    }
}
/*                               RESPONSIVE(Tablet)
   ************************************************************************** */
   @media (min-width:768px){
    #benefit-active-rewards {
        padding: 15px 0px 40px;
    }
    #benefit-active-rewards>.container>h3 {
        margin: 35px 0px 15px;
    }
    #benefit-active-rewards .voucher-delete {
        margin-right: 0px;
    }
}
/*                               RESPONSIVE(Laptop)
   ************************************************************************** */
   @media (min-width:1024px) {
    #content {
        margin-top: 90px;
    }
    #benefit-active-rewards {
        padding: 10px 0px 80px;
    }
    #benefit-active-rewards>.container>h3 {
        margin: 60px 0px 40px;
    }
    #benefit-active-rewards #voucher-duration {
        font-size: 15px;
    }
    #benefit-active-rewards .activated {
        /* margin-bottom: 60px; */
    }
    #see-more p {
        line-height: 36px;
   }
   #availableCoupons .flip{
        margin-right: 15px;
    }
    /* #benefit-active-rewards .voucher-delete {
        margin-right: 16px;
    } */
}

@media (max-width: 375px) {
    #benefit-active-rewards .flip {
        height: auto;
    }
    .voucher-card {
        width: 100%;
    }
}

@media(max-width: 320px) {
    #benefit-active-rewards .activation-styling {
        margin-top: 20px !important;
    }
}


@media (max-width: 294px) {
    #benefit-active-rewards .activation-styling {
        margin-top: 5px !important;
    }
}

@media (max-width: 768px) {
    #benefit-active-rewards #ar-shopping-link {
        margin: 24px 0 32px 0;
    }

    #barcodeModal{
        top:5%;
    }

    #barcodeModal .modal-content{
        height: 80vh;
        display:flex;
        align-items: center;
        justify-content: center;
    }

    #barcodeModal .modal-body{
        padding:20px;
    }

    #barcodeModalImageCon{
        transform: rotate(270deg);
        width: 75vh;
    }
}

