#elementor .mf-btn-wraper a.metform-btn {
    background: #337ab7;
    color: #ffffff;
    border-radius: 5px;
    height: 20%;
    font-size: 16px;
    padding: 10px;
}

.mf-input-switch-control {
    position: relative;
    display: inline-block;
}

.mf-input-control {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.mf-input-switch .mf-input-control-label::before {
    content: attr(data-disable);
    width: 55px;
    height: 25px;
    background-color: #EDEDED;
    left: 0;
    border-radius: 15px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    float: right;
    line-height: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.metform-msg {
    margin: 0;
    padding: 10px;
    max-width: 100%;
}
.elementor-editor-active.single-metform-form .metform-msg {
    display: block;
}
.mf-input-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mf-input-control-label::after {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    background-color: #adb5bd;
    border-radius: 100px;
    transition: all .4s;
    cursor: pointer;
}

.mf-input-switch label.mf-input-control-label {
    display: inline-block;
    position: relative;
}

.mf-input-control:checked~.mf-input-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
    content: attr(data-enable);
    text-align: left;
    padding-left: 10px;
    justify-content: flex-start;
}
.mf-input-switch .mf-input-control:checked~.mf-input-control-label::after {
    background-color: #fff;
    /* right: 2px;
    left: inherit; */
}
.metform-msg{
    display: none;
    margin: 0 auto;
}
.mf-input-wrapper .mf-input-help{
    display: block;
    font-size: 0.9em;
    margin-top: 5px;
    opacity: 0.7;
    clear: both;
    font-weight: 400;
}
.mf-input-wrapper .mf-input{
    width: 100%;
    padding: 12px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: none;
    background-color: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    font-size: 14px;
}

.mf-input-wrapper.mf-field-error .mf-input,
.mf-input-wrapper.mf-field-error .mf-input:focus,
.mf-input-wrapper .mf-input:focus{
    outline: none;
}
.mf-input-wrapper .mf-input:focus{
    border-color: #4285f478
}
.mf-input-wrapper .mf-input::placeholder {
    color: #c9c1c1;
    font-weight: 400;
    font-size: 14px;
}
.mf-input-wrapper .mf-input::-webkit-input-placeholder {  
    color: #c9c1c1;
    font-weight: 400;
    font-size: 14px;
}
.mf-input-wrapper .mf-input:-moz-placeholder { 
    color: #c9c1c1;
    font-weight: 400;
    font-size: 14px;
 }
.mf-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
}
.mf-input-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    line-height: 29px;
}
.mf-input-wrapper .select2-container--default .select2-search--inline .select2-search__field{
    line-height: inherit;
}
.mf-input-wrapper .mf-input-label{
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
.mf-input-wrapper .mf-input-label,
.mf-input-wrapper .mf-input{
    vertical-align: middle;
}
.mf-input-required-indicator{
    color: #FF0000;
}

div.mf-input-wrapper > textarea.mf-input {
    padding: 15px;
}

.irs--round .irs-min, .irs--round .irs-max{
    display: none;
}
.irs--round .irs-handle{
    cursor: pointer;
}
.mf-checkbox-option input[type="checkbox"]{
    display: none;
}
.mf-checkbox-option input[type="checkbox"] + span:before {
    content: "\f096";
    font-family: fontawesome !important;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #5F7BFF;
    font-weight: normal;
    width: 25px;
    line-height: 1;
    top: 2px;
    position: relative;
}
.mf-checkbox-option input[type="checkbox"] + span{
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
.mf-checkbox-option input[type="checkbox"]:checked + span:before {
    content: "\f14a";
    font-family: fontawesome !important;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #5F7BFF;
}

.mf-radio-option input[type="radio"]{
    display: none;
}
.mf-radio-option,
.mf-checkbox-option {
    padding-right: 15px;
}

.mf-radio-option input[type="radio"] + span:before {
    content: "\f10c";
    font-family: fontawesome !important;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #5F7BFF;
    font-weight: normal;
    width: 25px;
    line-height: 1;
    top: 2px;
    position: relative;
}
.mf-radio-option input[type="radio"] + span{
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
.mf-radio-option input[type="radio"]:checked + span:before {
    content: "\f058";
    font-family: fontawesome !important;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #5F7BFF;
}

/* Select */
.mf-input-wrapper select.mf-input-dropdown  {
    border: none;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 500 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
}
.mf-input-wrapper select.mf-input-dropdown  option {
    background-color: #fff;
    color: #222222;
    font-size: 15px;
}

.mf-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.8;
}
.mf-input-wrapper .span.selection{
    overflow: hidden;
}
.mf-input-wrapper .select2-container--default .select2-selection--single {
    display: inline-block;
    width: 100%;
    height: auto;
    border-color: #eaeaea;
    padding: 8px;
    border-radius: 0;
    background-color: #FAFAFA;
}
.mf-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    transform: translateY(-50%);
}
.mf-input-wrapper ul.select2-results__options .select2-results__option {
    background-color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    border-top: none !important;
    border-left: none;
    border: none;
    border-color: transparent;
    border: 1px solid #eaeaea;
}

.mf-input-wrapper .select2-container--default ul.select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #F0F0F0;
    color: #333
}
.mf-input-wrapper .select2-search--dropdown{
    padding: 0;
}
.mf-input-wrapper .select2-container--default .select2-selection--multiple,
.mf-input-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    padding: 0;
    background: transparent;
}
.mf-input-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #eaeaea;
    padding: 5px !important;
    background-color:#FAFAFA
}
.mf-input-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    margin: 0;
    margin-right: 5px;
}
.mf-input-wrapper .select2-dropdown{
    border: none;
}
.mf-input-wrapper .select2-container .select2-selection--multiple{
    min-height: inherit;
    line-height: inherit;
}
.mf-input-wrapper .select2-container{
    box-shadow: none !important;
}
.select2-container--default .select2-results>.select2-results__options {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}
.mf-input-switch-control.mf-input-switch.mf-input {
    box-shadow: none !important;
    vertical-align: -webkit-baseline-middle;
    border: none;
    padding: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #eaeaea;
}
.mf-input-wrapper ul.select2-results__options .select2-results__option:hover {
    background-color: #F0F0F0;
}
.select2-results__options{
    border-top: 1px solid #eaeaea;
}
.mf-input-wrapper .range-slider {
    display: inline-block;
    width: 100%;
}
.mf-input-wrapper .flatpickr-calendar {
    bottom: -288px !important;
    top: inherit !important;
    left: 0 !important;
}
.mf-input-wrapper .flatpickr-calendar.hasTime.noCalendar {
    bottom: -50px !important;
    top: inherit !important;
    left: 0 !important;
}
.mf-input-wrapper .asRange {
    width: 100%;
    background-color: #F1F4F9;
}
.mf-input-wrapper .asRange .asRange-pointer:before,
.mf-input-wrapper .asRange .asRange-pointer .asRange-tip:before,
.mf-input-wrapper .asRange .asRange-selected {
    background-color: #1FB787;
}
.mf-input-wrapper .asRange .asRange-pointer .asRange-tip {
    background-color: #1FB787;
    border: 1px solid #1FB787;
    top: inherit;
    bottom: 18px;
    left: -50%;
    margin-left: 8px;
    transform: translateX(-50%);
}
.metform-btn {
    background-color: #4285f4;
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0px 5px 5px 0px rgba(66,133,244,0.3);
    line-height: 18px;
    transition: all .4s;
    font-weight: 500;
    text-decoration: none;
}
.metform-btn:hover,
.metform-btn:focus {
    background-color: #4285f4;
    outline: none;
}

.mf-input-wrapper ul.mf-input-rating {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
    min-height: 28px;
    display: inline-block;
    vertical-align: middle;
  }
 .mf-input-wrapper ul.mf-input-rating li.star{
    display: inline-block;
    line-height: 17px;
    cursor: pointer;
  }
  .mf-input-wrapper .iti{
      display: block;
  }
  .mf-input-wrapper > .iti{
    display: inline-block;
    width: 100%;
  }

.mf-input-wrapper .iti .mf-input{
    width: 100% !important;
}
.mf-input-wrapper .iti--separate-dial-code .iti__selected-flag {
    background-color: #f7f6f6;
}
.mf-input-wrapper .iti .iti__flag-container{
display: none;
}
.mf-input-wrapper .iti > .iti__flag-container{
    display: block;
}

.flatpickr-calendar {
    margin-bottom: -8px;
}

.flatpickr-month {
    margin-top: 3px;
    margin-bottom: 5px;
}

ul.mf-input.mf-input-rating{
    border: none;
}
.mf-input-file-upload{
    width: .1px;
    height: .1px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.mf-input-file-upload-label {
    color: #fff;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
}
.mf-input-file-upload-label i{
    font-size: 18px;
}
.mf-input-file-upload-label svg {
    max-width: 18px;
    height: auto;
    vertical-align: middle;
}
.mf-file-name span{
    display: inline-block;
    font-size: 15px;
}

.mf-input-wrapper .error {
    display: block;
    font-size: 14px;
}
.mf-input-multiselect,
.mf-input-select{
    display: none;
}

.metform-entry-data table.mf-entry-data {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaf2fa;
}
.metform-entry-data table.mf-entry-data tbody tr.mf-data-label {
    background-color: #eaf2fa;
}
.metform-entry-data table.mf-entry-data tbody tr.mf-data-value {
    background-color: #fff;
}
.metform-entry-data table.mf-entry-data tbody tr.mf-data-value td.mf-value-space {
    width: 20px;
}
.elementor-widget-mf-range .mf-field-error .error {
    display: none !important;
}
.mf-input-wrapper .select2 {
    width: 100% !important;
}

/* summary table css */
td.mf-value-space {
    border: none;
    border-width: 0;
}
.mf-input.metform-entry-data.container {
    border: none;
    padding: 0;
}
tr.mf-data-value > td {
    border-width: 0;
}


.mf-captcha-input-wrapper.mf-captcha-block > i {
    padding-left: 25px;
}

img.mf-input.mf-captcha-image{
    max-width: 200px;
    border: none;
    box-sizing: unset;
    background: transparent;
    padding: 0;
    display: inline-block; 
}

.mf-captcha-block > img.mf-input.mf-captcha-image {
    margin: 5px 0 5px 0;
}
.mf-captcha-inline > img.mf-input.mf-captcha-image {
    margin: 0 5px 0 0;
}
.mf-captcha-input-wrapper.mf-captcha-inline {
    display: inline-flex !important;
    align-items: center;
    width: 100%;
}

.mf-captcha-input-wrapper.mf-captcha-inline > i {
    margin-left: 25px !important;
    order: 1;
}