@charset "UTF-8";

/*
Theme Name: mamahagiang
*/
#gform_submit_button_1{
    font-family: "Rubik", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 16px 37px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    border-radius: 30px;
    display: inline-block;
}