html,
body{
width:100%;
overflow-x:hidden;
}

select {
    min-height: 35px;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 18px  !important;
    padding-right: 20px !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbD0iIzYyNjI2MiIgZD0iTTE1IDhsLTQgNi00LTZoOHoiLz48L3N2Zz4=)  !important;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
   width: 50%;
    height: auto;
    line-height: normal;
    text-align: center;
    background: var(--e-global-color-ee2df75 );
    border-width: 2px;
    border-color: var(--e-global-color-ee2df75 );
    border-style: solid;
    color: white;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 0 auto;
    vertical-align: middle;
    display: block;
    padding: 10px;
    font-family: "Futura", Sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 15px !important;
}

.with_frm_style .frm_primary_label {
    max-width: 100%;
    font-family: Futura !important;
    font-size: var(--font-size);
    color: #3f4b5b;
    color: var(--label-color);
    font-weight: 600 !important;
    font-weight: var(--weight);
    text-align: left;
    text-align: var(--align);
    padding: 0 0 3px 0;
    padding: var(--label-padding);
    margin: 0;
    width: auto;
    display: block;
    var(--e-global-typography-text-font-family ), font-family: sans-serif;
    var(--e-global-typography-text-font-family ), font-family: sans-serif;
}