#dvd-cupon{
    background: linear-gradient(114.22deg, #0EA9EC 6.94%, #D24DFF 88.36%);
    background-image: url(img/infograf-bg.png);
    background-repeat: no-repeat;

    border-radius: 30px 0px 0px 30px;

    max-width: 612px;
    width: 90%;

    position: fixed;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 4.2rem 7.8rem;
    transition: all .3s;
    z-index: 777;
}

#dvd-cupon-logo{
    width: 120px;
    margin-top: 10px;
}

#dvd-cupon-logo + h6{
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 110%;
    color: #FFFFFF;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 4.4rem;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

#dvd-cupon-logo + h6
.icon-premium{
    width: 128px;
    height: 31px;
    background-size: 100%;
    margin: 5px 0 0 11px !important;
    display: inline-flex;
    background-repeat: no-repeat; 
}

#dvd-cupon.closed{
    right: -555px;
}

#dvd-cupon-logo + h6 + p {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 110%;
}

#dvd-cupon-close{
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(7.5px);
    /* Note: backdrop-filter has minimal browser support */
    width: 4rem !important;
    height: 4rem;
    border-radius: 10px;
    right: 3rem;
    top: 4.4rem;
}

#dvd-cupon-close:before{
    content: '';
    position: absolute;
    width: 2.06px;
    height: 20.57px;
    left: 19px;
    top: 9px;

    background: #FFFFFF;
    border-radius: 26px;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

#dvd-cupon-close:after{
    content: '';
    position: absolute;
    width: 2.06px;
    height: 20.57px;
    left: 19px;
    top: 9px;

    background: #FFFFFF;
    border-radius: 26px;
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}

#dvd-cupon-baloon {
    position: absolute;
    right: -270px;
    top: -4px;
    width: 320px !important;
    height: 120px !important;
}

#dvd-cupon-leo{
    margin: 7px 0 0 19px;
}

#dvd-cupon-code{
    position: relative;
    width: 100%;
    margin-top: 3rem;
    max-width: 298px;
}

#dvd-cupon-code .btn{
    background: #FF5689;
    border-radius: 15px;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    transition: all .3s;
    height: 60px;
}

#dvd-cupon-code .btn:hover{
    background: #ff5689bf;

}


#dvd-cupon-code:before{
    content: '';
    width: 26px;
    height: 58px;
    display: inline-block;
    position: absolute;
    right: -40px;
    top: -30px;
    background-image: url(img/infograf-arrow.svg);
}

#dvd-cupon-code small{
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-top: 10px;
}


.dvd-cupon-hr{
    width: 100%;
    margin: 20px 0 0;
    border-top: 1px solid var(--color-white);    
}

.chaport-container{
    display: none !important;
}


#dvd-cupon-timer a{
    display: block;
    margin-bottom: 1em;
    color: #E7F7F5;
    text-decoration: none !important;
}
#dvd-cupon-timer a:last-of-type{
     font-size: 0.9em;
}

#dvd-cupon-timer{
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 140%;
    position: relative;
    top: -12px;
}

.closed #dvd-cupon-close{
    display: none;
}

#welcome{
    display: none;
}

.cupon-input{
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.cupon-input .cupon-input-code{
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 0.8em 1.2em;
    margin-right: 1em;
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    line-height: 100%;
    height: 2.7em;
    width: 100%;
    max-width: 264px;
    text-align: center;
}

.cupon-input .copylink{
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(7.5px);
    border-radius: 10px 12px 12px 12px;
    width: 5.4em;
    height: 5.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

.copylink span{
    font-size: 4em;
    transform: scale(0.85);
}

.cupon-input + p{
    margin-top: 1.6em;
    color: #fff;
    opacity: .5;
    margin-bottom: 0;
    font-size: 2em;
}

@media (max-width: 575px) {
    #dvd-cupon{
        width: 100%;
        padding: 2rem 3rem;
        background-position: -131px 0;

    }
    #dvd-cupon-logo + h6{
        font-size: 2rem;
        margin-top: 2.4rem;
    }

    #dvd-cupon user-label {
        transform: scale(1.1);
        margin-left: 10px;
    }

    #dvd-cupon-logo + h6 + p {
        font-size: 1.4rem;
    }

    #dvd-cupon-code small {
        font-size: 10px;
    }    

    #dvd-cupon-code .btn {
        font-size: 13px;
        height: 40px;
        padding: 21px 0;
    }
    #dvd-cupon-code {
        max-width: 220px
    }    

    #dvd-cupon-close{
        right: 1rem;
        top: 1rem;
        transform: scale(.75);
    }

}
