.popup-button-submit {
    background: #008dee;
    width: 120px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    font-weight: 500;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 8px 8px rgba(3, 155, 229, 0.32);
    -moz-box-shadow: 0 8px 8px rgba(3, 155, 229, 0.32);
    -webkit-box-shadow: 0 8px 8px rgba(3, 155, 229, 0.32);
    transition: all 300ms;
    margin: 0 16px;
    display: block;
}
.popup-button-submit:hover {
    position: relative;
    box-shadow: 0 4px 6px rgba(3, 155, 229, 0.32);
    -webkit-box-shadow: 0 4px 6px rgba(3, 155, 229, 0.32);
    transition: 200ms;
    text-decoration: none;
    color: #fff;
}
#popup-vote-product-accept .flip-header {
    padding: 16px;
}
#popup-vote-product-accept .flip-footer {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
#popup-vote-product-accept .flip-content {
    padding: 0 16px;
    margin-top: 0;
}
#popup-vote-product-accept .flip-footer a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 197px;
    height: 48px;
    position: relative;
    background: linear-gradient(260.15deg, #008DEE 0%, #1976D2 100%);
    background: -webkit-linear-gradient(260.15deg, #008DEE 0%, #1976D2 100%);
    background: -moz-linear-gradient(260.15deg, #008DEE 0%, #1976D2 100%);
    background: -o-linear-gradient(260.15deg, #008DEE 0%, #1976D2 100%);
    background: -ms-linear-gradient(260.15deg, #008DEE 0%, #1976D2 100%);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    padding: 18px 0;
    text-transform: uppercase;
    color: #E1F5FE;
}
#popup-vote-product-accept .flip-footer a:hover {
    opacity: 0.9;
}
#popup-vote-product-accept .flip-result-success:before {
    top: calc(50% - 105px);
}
#popup-vote-product-accept .flip-result-success:after {
    top: calc(50% - 41px);
}


@media (min-width: 768px) {
    #popup-vote-product-accept .flip-front {
        height: 500px;
    }
    #popup-vote-product-accept .flip-container {
        width: 375px;
    }
}