html .formcraft-css .fc-pagination {
    display: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0;
    position: relative;
    text-align: center;
    transition: background 0.3s ease 0s;
    white-space: nowrap;
}


.formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child .customText-cover, html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child .heading-cover {
    border-radius: 3px 3px 0 0;
    padding-bottom: 0.0em;
    padding-top: 0.75em;
    margin-top: -2px;
}

html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child .customText-cover, html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child .heading-cover .heading-cover field-cover {
    border-radius: 2px;
    margin-top: -3px;
    padding-bottom: 9px;
    padding-top: 6px;
}

.heading-cover {
    color: #ffffff!important;
}

html .formcraft-css .prev-next {
    background: white none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: none;
    letter-spacing: 0px;
    overflow: hidden;
    width: 100%;
}

.formcraft-css .fc-form.fc-form-7 .form-element .stripe-amount-show, .formcraft-css .fc-form.fc-form-7 .form-element .submit-cover .submit-button .text, .formcraft-css .fc-form.fc-form-7 .form-element .field-cover .button {
    color: #fff;
    text-shadow: 1px 0 3px #44af36;
}

.formcraft-css .fc-form.fc-form-5 .form-element .stripe-amount-show, .formcraft-css .fc-form.fc-form-5 .form-element .submit-cover .submit-button .text, .formcraft-css .fc-form.fc-form-5 .form-element .field-cover .button {
    color: #fff;
    text-shadow: 1px 0 3px #44af36;
}

.formcraft-css .fc-form.fc-form-6 .form-element .stripe-amount-show, .formcraft-css .fc-form.fc-form-6 .form-element .submit-cover .submit-button .text, .formcraft-css .fc-form.fc-form-6 .form-element .field-cover .button {
    color: #fff;
    text-shadow: 1px 0 3px #44af36;
}

.formcraft-css .fc-form.fc-form-1 .form-element .stripe-amount-show, .formcraft-css .fc-form.fc-form-1 .form-element .submit-cover .submit-button .text, .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button {
    color: #fff;
    text-shadow: 1px 0 3px #44af36;
}

html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child .customText-cover, html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child .heading-cover {
    border-radius: 2px 2px 0 0;
    padding-bottom: 0.0em;
    padding-top: 0.75em;
}

html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle-nos {
    animation: 15.0s ease 0s normal none 1 running tooltipTop;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    display: none !important;
    font-size: 0.85em;
    font-weight: bold;
    height: 26px;
    left: 0;
    line-height: 26px;
    min-width: 30px;
    padding: 0 6px;
    position: absolute;
    text-align: center;
    top: -36px;
    white-space: nowrap;
}

html .formcraft-css .powered-by {
    color: #888;
    display: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin: 13px auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 999;
}

.formcraft-css input[type="text"], .formcraft-css input[type="password"], .formcraft-css input[type="checkbox"], .formcraft-css input[type="color"], .formcraft-css input[type="date"], .formcraft-css input[type="datetime"], .formcraft-css input[type="datetime-local"], .formcraft-css input[type="email"], .formcraft-css input[type="month"], .formcraft-css input[type="number"], .formcraft-css input[type="password"], .formcraft-css input[type="search"], .formcraft-css input[type="radio"], .formcraft-css input[type="tel"], .formcraft-css input[type="text"], .formcraft-css input[type="time"], .formcraft-css input[type="url"], .formcraft-css input[type="week"], .formcraft-css select, .formcraft-css textarea {
    border: 1px solid #ddd;
    border-top-color: #c6c6c6;
    /* border-left-color: #c9c9c9; */
    border-radius: 2px;
    box-shadow: 1px 1px 0 #eee inset;
    -webkit-box-shadow: 1px 1px 0 #eee inset;
    padding: 9px 12px 8px 12px;
    font-size: 1em;
    font-family: inherit;
    line-height: normal;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: border-color .2s;
    -webkit-transition: border-color .2s;
    float: none;
    color: #444444;
}