.wppb-form-field > span.select2-container .selection .select2-selection {
  height: auto !important;
}

.wppb-user-forms ul li {
  margin: 0;
}

.ce-shortcode {
  color: #000;
}
.ce-shortcode a:hover {
  color: var(--primary-1);
}
.ce-shortcode label {
  color: #000;
}
.ce-shortcode input, .ce-shortcode select, .ce-shortcode textarea {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .ce-shortcode input, .ce-shortcode select, .ce-shortcode textarea {
    line-height: 26px;
  }
}
.ce-shortcode .title {
  margin-bottom: 42px;
  font-size: 25px;
  line-height: 33px;
}
@media screen and (min-width: 992px) {
  .ce-shortcode .title {
    font-size: 55px;
    line-height: 60px;
  }
}
.ce-shortcode .wppb-user-forms input:not([type=button]):not([type=reset]):not([type=submit]):not([type=file]):not([value=agree]):not([type=checkbox]):not([type=radio]), .ce-shortcode .wppb-user-forms select, .ce-shortcode .wppb-user-forms textarea {
  border: 1px solid #000;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.ce-shortcode input[type=file] {
  border-style: none;
  border-width: 0;
  margin-bottom: 40px;
  padding: 0;
}
.ce-shortcode .wppb-send-credentials-checkbox {
  display: none;
}
.ce-shortcode .wppb-checkboxes li:not(.wppb-hidden) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 16px 20px 16px 30px;
  margin-bottom: 20px;
}
.ce-shortcode .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.ce-shortcode input[type=submit] {
  min-width: 272px;
  background-color: #c7017f;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: transparent;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  padding: 18px 36px 21px;
  display: block;
}
.ce-shortcode .wppb-user-forms input[type=checkbox] {
  min-width: 0;
  float: none;
  padding: 0;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  accent-color: #dbdbdb;
  background-color: #dbdbdb;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
.ce-shortcode .wppb-form-field.pbpl-class .wppb-checkboxes li label, .ce-shortcode .wppb-form-field.wppb-checkbox.pbpl-class label {
  min-height: 1px;
  display: inline-block;
  min-width: 0;
  padding-left: 5px;
  text-indent: 0;
  position: relative;
  left: 0;
  width: auto;
  margin: 0;
}
.ce-shortcode p {
  margin-bottom: 40px;
}
.ce-shortcode ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  magin-top: 0;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  max-width: none;
}
.ce-shortcode ul li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .ce-shortcode ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.ce-shortcode .wppb-user-forms .wppb-checkboxes li.wppb-hidden {
  width: 0 !important;
  flex-basis: 0 !important;
  height: 0;
}
.ce-shortcode #pass-strength-result {
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  float: left;
  background-color: #eee;
  border: 1px solid #ddd;
  margin: 10px 0 30px;
  height: auto;
  display: block;
}
.ce-shortcode.ce-login {
  padding-top: 53px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .ce-shortcode.ce-login {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.ce-shortcode.ce-login .login-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .ce-shortcode.ce-login .login-top {
    margin-bottom: 24px;
  }
}
.ce-shortcode.ce-login .login-top .title {
  margin-bottom: 0;
}
.ce-shortcode.ce-login .register-link a {
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .ce-shortcode.ce-login .register-link a {
    font-size: 16px;
  }
}
.ce-shortcode.ce-register {
  padding-top: 45px;
}
.ce-shortcode.ce-register .title {
  margin-bottom: 42px;
  font-size: 25px;
  line-height: 33px;
}
@media screen and (min-width: 992px) {
  .ce-shortcode.ce-register .title {
    font-size: 55px;
    line-height: 60px;
  }
}
.ce-shortcode.ce-register #wppb_register_pre_form_message {
  padding-left: 30px;
  position: relative;
}
.ce-shortcode.ce-register #wppb_register_pre_form_message img {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
}
.ce-shortcode.ce-register #wppb-form-element-59 label:not(.wppb-checkboxes label), .ce-shortcode.ce-register #wppb-form-element-58 label:not(.wppb-checkboxes label) {
  text-indent: -99999px;
  position: absolute;
  left: -99999px;
}
.ce-shortcode.ce-register #wppb-form-element-58, .ce-shortcode.ce-register #wppb-form-element-50, .ce-shortcode.ce-register #wppb-form-element-17 {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  position: relative;
  flex-basis: 100%;
}
.ce-shortcode.ce-register #wppb-form-element-58 li:not(.wppb-hidden), .ce-shortcode.ce-register #wppb-form-element-50 li:not(.wppb-hidden), .ce-shortcode.ce-register #wppb-form-element-17 li:not(.wppb-hidden) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 !important;
  margin-bottom: 0;
  flex-basis: 100%;
}
.ce-shortcode.ce-register #wppb-form-element-58 label, .ce-shortcode.ce-register #wppb-form-element-50 label, .ce-shortcode.ce-register #wppb-form-element-17 label {
  min-height: 1px;
  width: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-indent: unset;
  position: relative;
  padding-left: 30px;
}
.ce-shortcode.ce-newsletter_form {
  padding-top: 45px;
  padding-bottom: 50px;
}
.ce-shortcode.ce-newsletter_form input[type=text], .ce-shortcode.ce-newsletter_form input[type=email] {
  border: 1px solid #000;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.ce-shortcode.ce-newsletter_form input[type=checkbox] {
  min-width: 23px;
  min-height: 23px;
  width: 23px;
  height: 23px;
  position: relative;
  top: 6px;
  accent-color: #dbdbdb;
  background-color: #dbdbdb;
}
.ce-shortcode.ce-newsletter_form .sib-default-btn {
  margin: 30px auto;
}
.ce-shortcode.ce-edit-form {
  padding-top: 45px;
}
.ce-shortcode.ce-edit-form h4 {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 27px;
}
@media screen and (min-width: 992px) {
  .ce-shortcode.ce-edit-form h4 {
    font-size: 35px;
    line-height: 40px;
  }
}
.ce-shortcode.ce-edit-form .title {
  margin-right: auto;
}
.ce-shortcode.ce-edit-form #wppb-edit-user-profile-edit label {
  display: none;
}
.ce-shortcode.ce-edit-form #select_user_to_edit_form {
  width: 100%;
}
.ce-shortcode.ce-edit-form #select_user_to_edit_form .wppb-form-field {
  max-width: 100%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.ce-shortcode.ce-edit-form #wppb-edit-user-profile-edit ul #wppb-form-element-18 {
  flex-basis: 100%;
}
.ce-shortcode.ce-edit-form li.wppb-form-field#wppb-form-element-1 {
  width: 100%;
  flex-basis: 100%;
}
.ce-shortcode.ce-edit-form li.wppb-form-field#wppb-form-element-1 input#titel {
  width: calc(50% - 15px);
}
.ce-shortcode.ce-edit-form #wppb-form-element-20 {
  flex-basis: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.ce-shortcode.ce-edit-form #wppb-form-element-21 {
  flex-basis: 100%;
}
.ce-shortcode.ce-edit-form #wppb-form-element-25 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 70px;
}
.ce-shortcode.ce-edit-form #wppb-form-element-32 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 38px;
}
.ce-shortcode.ce-edit-form #wppb-form-element-33 {
  flex-basis: 100%;
}
.ce-shortcode.ce-edit-form #wppb-form-element-34 {
  flex-basis: 100%;
}
.ce-shortcode.ce-edit-form #wppb-form-element-35 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 38px;
}
.ce-shortcode.ce-edit-form #wppb-form-element-38 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 38px;
}
.ce-shortcode.ce-edit-form .wppb-repeater {
  border: 1px solid #ddd;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.ce-shortcode.ce-edit-form .wppb-repeater > ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 1200px) {
  .ce-shortcode.ce-edit-form .wppb-rpf-add {
    right: 0 !important;
  }
}
.ce-shortcode.ce-edit-form .wppb-repeater#wppb-form-element-39 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border: none;
}
.ce-shortcode.ce-edit-form .wppb-repeater#wppb-form-element-39 ul {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: none;
}
.ce-shortcode.ce-edit-form .wppb-repeater#wppb-form-element-39 ul li.wppb-rpf-action-wrap {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 !important;
}
.ce-shortcode.ce-edit-form .wppb-repeater#wppb-form-element-39 ul li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.ce-shortcode.ce-edit-form #wppb-form-element-36 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.ce-shortcode.ce-edit-form #wppb-form-element-37 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.ce-shortcode.ce-edit-form ul li.wppb-form-field#wppb-form-element-59 .wppb-checkboxes li:not(.wppb-hidden) label {
  display: inline-block;
}
