.webform-share-submission-form .input-cm,
.webform-share-submission-form .cm2-wapper .js-webform-select-other-input input {
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    background-color: #ffffff;
    height: 40px;
    line-height: 1.42857;
    min-height:initial;
    padding: 0 20px;
    font-size: 14px;
    color: #b0b0b0;
    box-shadow: none !important;
    outline: none;
}
.webform-share-submission-form .input-cm:hover,.input-cm:focus,.input-cm:focus-visible {
    border: 1px solid #c7c7c7 !important;
}
.webform-share-submission-form .btn-cm {
    width: 100%;
    position: relative;
    height: 48px;
    display:flex;
    align-items: center;
    justify-content:center;
    border-radius: 44px;
    padding: 0px 30px;
    background: #00cbc8;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    box-shadow: none;
    font-family: "Raleway",Helvetica,Arial,sans-serif;
    white-space: nowrap;
    margin: 10px 0 0;
}
.webform-share-submission-form .btn-cm:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    background-color: #33D5D3;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
}

.webform-share-submission-form .btn-cm:hover {
    color: #fff;
    background: #00cbc8;
}

.webform-share-submission-form .btn-cm {
  margin: 0;
}

.webform-share-submission-form .btn-cm:hover:after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.webform-share-submission-form .form-item__label,
.webform-share-submission-form .cm2-wapper label,
.webform-share-submission-form .cm2-wapper.form-group.has-error label,
.webform-share-submission-form  .form-item__label.has-error {
    color: #30305e;
}

.webform-share-submission-form  .messages-list {
    display: none;
}
.webform-share-submission-form .webform-confirmation__back {
    display:none;
}
.webform-share-submission-form .input-cm.error {
  border-width: 1px;
  border-color: #d36a5d;
}
.webform-share-submission-form .form-item__error-message {
  color: #d52110;
}
.webform-share-submission-form {
  margin: -1rem;
}
.webform-share-submission-form .iti--allow-dropdown {
  width: 100%;
}
.webform-share-submission-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.webform-share-submission-form .webform-confirmation__message {
  text-align: center
}
.js-webform-select-other .form-type-select {
  margin-top: 0;
}

.webform-share-submission-form .textarea-cm {
    line-height: 40px;
    border-radius: 4px;
    border: solid 1px #c7c7c7 !important;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #9d9d9d;
    box-shadow: none !important;
    width: 100%;
    outline: none;
}

.webform-share-submission-form .input-cm.form-control.required {
  border-bottom-color: #c7c7c7;
}

.webform-share-submission-form .cm2-wapper.form-item.required .select2-container--default .select2-selection--single {
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    background-color: #ffffff;
    height: 40px;
    line-height: 1.42857;
    min-height: initial;
    font-size: 14px;
    color: #b0b0b0;
    box-shadow: none !important;
    outline: none;
    padding-top: 10px;
    padding-left: 20px;
}
.webform-share-submission-form .cm2-wapper.form-item.required .select2-container--default .select2-selection__rendered {
  color: #b0b0b0;
}

.webform-share-submission-form .cm2-wapper .webform-element-description {
  display: none;
}

.input-cm.webform-webform-telephone-international {
  padding-left: 6em!important;
}

.webform-share-submission-form .input-cm.form-control.required.error {
  border-bottom-color: #dd4b39;
}

.webform-share-submission-form .cm2-wapper .help-block {
  color: #333;
}

.webform-share-page-body .nav-tabs-custom {
  border-radius: unset;
  box-shadow: initial;
  font-size: 15px;
  color: #232429;
}

.webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form {
  padding: 18px 15px;
  background: linear-gradient(92.94deg, #d9f7f7 0%, rgba(255, 255, 255, 0.45) 100%);
  box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
  backdrop-filter: blur(25px);
  border-radius: 30px;
  max-width: 860px;
  margin-top: 5rem;
  position: relative;
  z-index: 9;
  display: inline-flex;
}

.webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .wrapper-cm {
  max-width: 24.1%;
  margin-right: 1rem;
}

.webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .wrapper-select_2 {
  width: 100%;
  max-width: 150px;
}

.webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .wrapper-select_2 .select2-selection--single {
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  height: 40px;
}

.webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .submit-cm button.btn {
  flex: 1;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 44px;
  padding: 0px 30px;
  background: #00cbc8;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  box-shadow: none;
  white-space: nowrap;
  margin-top: 20px;
  margin-left: 15px;
  width: 150px;
}

.webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .form-item.required .select2-container--default .select2-selection--single {
  border-bottom-color: #c7c7c7;
}

.webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .messages__wrapper,
.webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .form-item--error-message {
  display: none;
}

.webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .form-item--error-message {
 margin-top: 10px;
}

.webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .wrapper-select_2 .select2-container .select2-selection--single .select2-selection__rendered {
  color: #b0b0b0;
  margin-top: 0;
}

@media only screen and (max-width: 600px) {

  .webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form {
    flex-direction: column;
  }

  .webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .wrapper-cm {
    max-width: initial;
    margin-right: 0;
  }

  .webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .wrapper-select_2 {
    width: 100%;
    max-width: initial;
  }

  .webform-share-submission-form .webform-submission-xuebanjihuacmwangzhan-form .submit-cm button.btn {
    width: 100%;
    margin-left: 0;
  }

}
.webform-share-page-body .register-card {
    background: #33B2C7;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%), inset 0px 0px 5px #e4e4e4;
    backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 4px solid rgba(255,255,255,0.79);
}

.webform-share-page-body .register-card__title {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin: auto;
    text-align: center;
}

.webform-share-page-body .register-card__caption {
    color: #fff !important;
    max-width: 380px;
    margin: 0 auto 3rem !important;
    text-align: center;
}

.webform-share-page-body .nav-tabs-custom {
    background: transparent !important;
}

.webform-share-page-body .register-card__contents {
    --spacing: 15px;
    --columns: 2;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--spacing));
    margin-bottom: 20px;
}

.webform-share-page-body .register-card__contents > * {
    width: calc(calc(100% / var(--columns)) - var(--spacing));
    margin-left: var(--spacing);
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.webform-share-page-body .register-card__contents > div:first-child {
  justify-content: inherit;
}

.webform-share-page-body .register-card__contents label {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.webform-share-page-body .register-card__contents input, 
.webform-share-page-body .register-card__contents .form-control.required {
    border-bottom-color: transparent !important;
    height: 44px;
    background: #FFFFFF;
    border: none;
    box-shadow: inset 0px 2px 4px rgb(0 0 0 / 25%) !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    color: #444;
}

.webform-share-page-body .register-card__contents span.select2-selection {
  border-bottom-color: transparent !important;
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: inset 0px 2px 4px rgb(0 0 0 / 25%) !important;
  border-radius: 30px;
}

.webform-share-page-body .register-card__contents .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.webform-share-page-body .register-card__contents .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.webform-share-page-body .register-card__contents .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, 
.webform-share-page-body .register-card__contents .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 30px !important;
}

.webform-share-page-body .register-card__contents span.select2-selection .select2-selection__rendered {
  height: 44px;
  display: flex;
  align-items: center;
  margin-top: -7px;
}

.webform-share-page-body .register-card__contents .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 5px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.webform-share-page-body .register-card__contents .form-group.has-error .form-control {
  border-color: #dd4b39 !important;
}

.webform-share-page-body .register-card .iot-bt.-pink {
    background: #C86478;
    border-color: #C86478;
    height: 48px;
    margin: 10px auto;
    display: block;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 25%), inset -2px -2px 4px rgb(0 0 0 / 25%), inset 2px 2px 4px rgb(223 227 232 / 50%);
    border-radius: 30px;
    padding: 0 24px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    min-width: 160px;
}

.webform-share-page-body .register-card .iot-bt.-pink:hover {
  opacity: 0.8;
}

.webform-share-page-body .register-card .iot-bt.-pink:focus, 
.webform-share-page-body .register-card .iot-bt.-pink.active, 
.webform-share-page-body .register-card .btn-primary[disabled]:focus, 
.webform-share-page-body .register-card .btn-primary[disabled]:hover{
  outline: none;
  background-color: #C86478;
  border-color: #C86478;
}

@media screen and (max-width: 480px) {
  .webform-share-page-body .register-card__contents {
    --columns: 1;
  }
}
.webform-share-page-body .register-card .form-group.has-error .help-block {
display: none;
}

.webform-share-page-body .register-card .form-group.has-error label {
color: #fff;
}
.webform-share-page-body .form-item-date-of-birth {
    position: relative;
}
.webform-share-page-body .ui-datepicker-trigger {
    position: absolute;
    right: 10px;
    top: 58%;
}
.webform-share-page-body .page-header {
  display: none !important;
}