/*------WPforms-----*/
.cc-wpforms-custom-container fieldset .wpforms-field-label-inline{
  padding-left: 30px !important;
}

.cc-wpforms-custom-container .wpforms-field label, 
.cc-wpforms-custom-container .wpforms-field input,
.cc-wpforms-custom-container .wpforms-field legend{
  text-align: left !important;
  font-size: 16px !important;
}

.cc-wpforms-custom-container .wpforms-field ul{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.cc-wpforms-custom-container .wpforms-field ul li{
  padding: 15px 0 5px 0 !important;
}
.cc-wpforms-custom-container .wpforms-field ul li:last-child{
  padding-bottom: 15px !important;
}

.cc-wpforms-custom-container .wpforms-field ul li label{
  padding-bottom: 0 !important;
}

.cc-wpforms-custom-container .wpforms-field ul li label::before{
  top: 8px !important;
  left: 9px !important;
  margin: 0 !important;
  bottom: initial !important;
  border-color: #fff !important;
  border-radius: 0 !important;
}

.wpforms-lead-forms-container .wpforms-form input[type=radio]+label:before{
  top: 8px !important;
  left: 10px !important;
  border-color: #5360ED !important;
  border-radius: 100% !important;
}

.cc-wpforms-custom-container .wpforms-field ul li label::after{
  top: 5px !important;
  left: 10px !important;
  border-color: #5360ED !important;
}

.cc-wpforms-custom-container .wpforms-field ul .wpforms-selected label::after{
  background-color: #5360ED !important;
}

.cc-wpforms-custom-container .wpforms-field ul .wpforms-selected input[type=radio] + label::after{
  background-color: initial !important;
}

.cc-wpforms-custom-container .choices__list .choices__item{
  text-align: left !important;
}

.cc-wpforms-custom-container .choices__inner .choices__list .choices__item{
  padding-left: 0 !important;
}

.cc-wpforms-custom-container .choices__item--choice{
  text-align: left !important;
}

.cc-wpforms-custom-container .choices__item--choice:hover{
  background-color: #EEEFFE !important;
}

.cc-wpforms-custom-container .choices__item--choice.is-selected,
.cc-wpforms-custom-container .choices__item--choice.is-highlighted{
  background-color: #EEEFFE !important;
  color: #000 !important;
}

.cc-wpforms-custom-container .wpforms-field-row .wpforms-one-half{
  padding: 0 !important;
  margin-bottom: 15px !important;
}

.cc-wpforms-custom-container .wpforms-field-row .wpforms-one-half:last-child,
.cc-wpforms-custom-container .wpforms-field-row .wpforms-one-half:last-child{
  margin-bottom: 0 !important;
}

.cc-wpforms-custom-container .wpforms-field-row .wpforms-one-half ,
.cc-wpforms-custom-container .wpforms-field-row .wpforms-one-half input{
  width: 100% !important;
}

.cc-wpforms-custom-container .wpforms-field-row .wpforms-one-half input::placeholder{
  font-size: 16px !important;
}

/*----------Fix multiple dropdown arrow in wpforms----*/
/*---issue arises because of a css class name conflict between Wpforms and Qwuery Theme------*/

.wpforms-field-container .select_container:after {
    display: none;
}
