﻿.discount_var2 {
    display: flex;
    justify-content: center;
}

.discount-modal-blurred {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: none;
}

.leavepop_all2 {
    top: 0;
    position: fixed;
}

.leavepop_all2 {
    height: auto;
    z-index: 100000;
    background: #fff;
    background-clip: border-box;
    border: 3px solid #dd1d44;
    border-radius: 20px;
    padding: 5px 20px 10px;
    max-width: 543px;
    -webkit-overflow-scrolling: touch;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 53%;
    top: 35%;
    left: 32%;
    margin: 0 auto;
}

.leaveX_all2 {
    z-index: 1005;
    position: absolute;
    right: 8px;
    top: 2px;
    cursor: pointer;
    line-height: 30px;
    padding: 0;
}

.innerButton_all {
    width: 327px;
    padding: 12px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #dd1d44;
    border-radius: 4px;
    border: 1px solid #dd1d44;
    cursor: pointer;
}

.leavePop2 #innerB1 {
    text-align: left;
    color: black;
    font-size: 1.5em;
    font-weight: bold;
}

.confirm p {
    font-size: 1.2em;
}

#thankyoubtn {
    background: transparent;
    color: #dd1d44;
    border: 2px solid #dd1d44;
}

#activateCoupon {
    margin-top: 20px;
}

#innerD1 {
    width: 70%;
    float: left;
}

#innerD1 {
    font-size: 15px;
}

#innerD2 {
    width: 30%;
    float: left;
}



@media screen and (max-width: 900px) and (min-width: 240px) {
    .innerButton_all
    {
        width: 92%;
        font-size: 14px;
        margin: 10px auto;
    }

    .leavepop_all2 {
        left:  0;
    }

    .leavepop_all2 {
        width: 93%;
        top: 35%;
        margin: auto 4%;
        padding: 5px 21px 10px;
    }

    #leavePop2 #innerB1 {
        font-size: 1.3em;
    }

    #activateCoupon {
        margin-top: 5px;
    }

    .leavePop2 #innerB1 {
        font-size: 1.4em !important;
    }
}

/*.animated {
    animation-duration: 2s;
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}*/
