.sigmaweb-gift{
    background-image: linear-gradient(74deg, #ece3fe 0%, #d3c0ff 14%, #d8d5ff 32%, #b8c4ff 49%, #ddcbfb 66%, #dabaff 82%, #a5aefb 90%, #d6d0fe 100%);
}

/*دکمه بستن*/
.sigmaweb-close-gift-container .elementor-icon-wrapper{
    display: flex;
}
.sigmaweb-close-gift-container{
    cursor: pointer;
}

/*فرم*/
.sigmaweb-form, #sigmaweb-coupon-message .copy-coupon-button{
    font-family: "Vazirmatn", Sans-serif;
}

.sigmaweb-form .sigmaweb-button, #sigmaweb-coupon-message .copy-coupon-button{
    width: 100%;
    background-image: linear-gradient(270deg, #6834fb 0%, #8db8fd 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    margin-top: 6px;
}

.sigmaweb-form .sigmaweb-input{
        border-radius: 10px;
    border: 2px solid #dbdbdb !important;
    color: #212121;
    outline: none;
}


/*کد تخفیف*/
#sigmaweb-coupon-message .copy-coupon-text{
    background: #e8e8e8;
    width: 100%;
    display: inline-block;
    padding: 6px;
    text-align: center;
    border-radius: 10px;
}