.ut-cf7-designer-page #ut-admin-wrap {
    min-height: calc(100vh - 32px);
    display: flex;
    flex-direction: column;
}
.ut-cf7-designer-page #ut-admin-wrap .ut-option-holder {
    flex: 2;
    display: flex;
    align-items: stretch;
    padding: 40px;
}
.ut-cf7-designer-page #ut-admin-wrap .ut-option-holder > div {
    display: flex;
    align-items: stretch;
}
.ut-cf7-designer-page #ut-admin-wrap .ut-option-holder > div > div {
    width: 100%;
}
.ut-cf7-designer-page #ut-admin-wrap .ut-option-holder > div:first-child {
    flex: 2;
    margin-right: 40px;
}
.ut-cf7-designer-page #ut-admin-wrap .ut-option-holder > div:nth-child(2) {
    flex: 1;
}
.ut-cf7-designer-page #ut-admin-wrap .ut-widget-hero h3 {
    display: flex;
    align-items: center;
}
.ut-cf7-designer-page #ut-admin-wrap .ut-single-options-wrap-full {
    margin-bottom: 0;
}
.ut-cf7-designer-page #ut-admin-wrap .ut-single-options-group {
    border: 1px solid #07f;
    clear: left;
    padding: 40px 30px 20px 30px;
    margin: 0 10px 40px;
}
.ut-cf7-designer-page #ut-admin-wrap .ut-single-options-group:last-child {
    margin-bottom: 0;
}



.unite-form-designer-controls {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.unite-form-designer-controls .ut-ui-select-field {
    min-width: 300px;
}
.unite-form-designer-controls .ut-ui-select-field::after {
    line-height: 1;
}
.unite-form-designer-controls .ut-ui-button {
    padding: 5px 10px;
    margin-left: 20px;
}


.ut-button-builder .ut-button-builder {
    margin: 0 10px 0 10px;
}

.ut-button-builder .ut-section-title {
    padding: 10px 0 !important;
    line-height: inherit;
}

#unite-form-settings .ut-button-builder-tabs {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
}
#unite-form-settings .ut-button-builder-tabs li {
    float: none;
    width: 100%;
    margin-bottom: 0;
}
#unite-form-settings .ut-button-builder-tabgroup {
  padding: 40px 30px 40px;
}
#unite-form-settings > .ut-panel-section {
    padding: 10px 0;
}
#unite-form-settings > .ut-panel-section > label sup {
    background: #0077ff;
    color: #FFF;
    padding: 2px;
    border-radius: 2px;
    margin-left: 5px;
}









#unite-demo-form span.wpcf7-list-item {
    margin: 0 10px 0 0;
    display: inline-block;
}

#unite-demo-form span.wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

#unite-demo-form span.wpcf7-form-control-wrap {
    line-height: 1.2;
}

#unite-demo-form {
    padding: 40px;
    background: #FFF;
}

#unite-demo-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
#unite-demo-form textarea,
#unite-demo-form select {
    padding: 10px;
    outline: none;
    width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: baseline;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#unite-demo-form input[type="submit"] {
    font-family: sans-serif;
    font-weight: 400;
    border: none !important;
    vertical-align: baseline;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
    line-height: 24px;
    background: #151515;
    color: #FFFFFF;
    padding: 8px 12px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    width: auto;
    outline: none !important;
}

#unite-demo-form input:not([type="submit"]):focus,
#unite-demo-form textarea:focus,
#unite-demo-form select:focus {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
    border-color: #dddddd;
    background: transparent;
    color: #151515;
}

#unite-demo-form select option {
    color: #FFF;
}

#unite-demo-form input[type="checkbox"],
#unite-demo-form input[type="radio"] {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#unite-demo-form .wpcf7-not-valid-tip {
    color: #dc3232;
}

#unite-demo-form .wpcf7-response-output {
	border: 2px solid #00a0d2;
}

#unite-demo-form .sent .wpcf7-response-output {
	border-color: #46b450;
}

#unite-demo-form .failed .wpcf7-response-output,
#unite-demo-form .aborted .wpcf7-response-output {
	border-color: #dc3232;
}

#unite-demo-form .spam .wpcf7-response-output {
	border-color: #f56e28;
}

#unite-demo-form .invalid .wpcf7-response-output,
#unite-demo-form .unaccepted .wpcf7-response-output,
#unite-demo-form .payment-required .wpcf7-response-output {
	border-color: #ffb900;
}