.custom-form-wall {
  line-height: 1;
  padding-bottom: 0px;
}
.custom-form-panel {
  padding-right: 0;
  overflow: hidden;
  padding-bottom: 0;
  display: block;
  background: #fff;
  margin-top: 20px;
}
.custom-form-module {
  text-align: center;
  margin-top: 0;
}
.custom-form-content {
  display: flex;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  z-index: 7;
  align-items: flex-start;
}
.custom-form-left {
  width: 60%;
  /* padding: 6px 15px 20px 15px; */
  flex-shrink: 0;
  /* padding-left: 30px; */
  padding-right: 30px;
  padding-top: 6px;
  min-height: 578px;
}
@media only screen and (max-width: 480px) {
  .custom-form-left {
    width: 100% !important;
    padding: 0 !important;
  }
  .custom-form-right {
    width: 100% !important;
    padding: 5px 5px !important;
  }
  .custom-form-content {
    display: block;
  }
  .custom-form-block-title {
    margin: 5px !important;
  }
  .custom-form-block-item-co {
    width: auto !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    padding: 0px 5px !important;
  }
  .custom-form-block-item-cu {
    width: auto !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    padding: 0px 5px !important;
  }
  .custom-form-panel {
    margin: 0 !important;
  }
  .custom-form-item {
    margin-top: 5px !important;
  }
  .custom-checkbox {
    margin-right: 5px !important;
  }
  .custom-input {
    margin-right: 5px !important;
  }
  .custom-form-sub-input {
    width: 100% !important;
  }
  .custom-form-sub {
    margin-top: 5px !important;
  }
  .custom-form-sub-item {
    margin-top: 5px !important;
  }
  .custom-form-left {
    min-height: unset !important;
  }
  .custom-btn.custom-btn-default {
    width: 100% !important;
  }
  .custom-form-btn-wrap {
    margin-top: 10px !important;
  }
}
.custom-form-right {
  padding: 10px 15px;
  padding-top: 0;
  margin-top: 20px;
  border-radius: 10px;
  margin-right: 30px;
  background: #fff;
  width: 40%;
  flex: 1;
  border: 2px dashed #dedede;
}
.custom-form-require {
  padding-bottom: 0px;
  position: relative;
}
.custom-form-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.custom-checkbox {
  display: flex;
  margin-right: 5px;
  position: relative;
  align-self: flex-start;
  margin-top: 8.5px;
}
.custom-input-checkbox {
  pointer-events: none;
  overflow: visible;
  outline: 0;
  outline-offset: -2px;
  border-width: 2px;
  border-color: #a0a0a0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.custom-input-radio {
  pointer-events: none;
  overflow: visible;
  outline: 0;
  outline-offset: -2px;
  border-width: 2px;
  border-color: #a0a0a0;
  width: 18px;
  height: 18px;
  /* margin-right: 10px; */
  margin: 0 0 0 0 !important;
}
.custom-input-radio-text {
  font-size: 14px;
  color: #201f25;
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
  height: 20px;
  line-height: 20px;
}
.custom-input-textarea {
  height: 80px !important;
  resize: none;
  line-height: 1.625;
  overflow: auto;
}
.must-input {
  position: absolute;
  top: -5px;
  margin: 0 !important;
}
.custom-checkbox-text {
  font-size: 14px;
  color: #201f25;
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.custom-form-box {
  flex: 1;
}
.custom-form-box-line {
  align-items: center;
  display: flex;
}
.custom-form-box-line input {
  margin-right: 20px;
}
.custom-input {
  width: 100%;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #201f25;
  border: 1px solid #ddd;
  box-shadow: none;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background: #f7f9fa;
  outline: none;
}
.custom-input:focus {
  box-shadow: none;
  border-color: #428bca;
  background: #fff;
}
.custom-input.custom-input-disabled {
  border: none;
  background: inherit;
}
.custom-form-btn-wrap {
  margin-top: 50px;
  text-align: left;
}
.custom-btn {
  margin-right: 30px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  transition: all 0.2s ease;
}
.custom-btn.custom-btn-success {
  width: 140px;
  background: #428bca;
  color: #fff;
  border: none;
}
.custom-btn.custom-btn-default {
  width: 140px;
  background: transparent;
  color: #201f25;
  border: 1px solid #bbb;
}
.custom-form-sub {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
}
.custom-form-sub-title {
  font-size: 14px;
  color: #201f25;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.custom-form-sub-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom-form-sub-item {
  margin-top: 10px;
  position: relative;
  margin-right: 10px;
}
.custom-form-sub-add {
  margin-top: 10px;
  position: relative;
  margin-right: 10px;
}
.custom-form-sub-button {
  cursor: pointer;
  color: #428bca;
  font-size: 20px;
  /* width: 30px;
  height: 30px */
}
.custom-form-sub-input {
  width: 80px;
}
.custom-form-block-title {
  font-size: 16px;
  color: #303042;
  text-align: left;
  margin-bottom: 10px;
}
.custom-form-block-list {
  display: flex;
  flex-wrap: wrap;
}
.custom-form-block-item-co {
  width: 100px;
  height: 30px;
  line-height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #303042;
  border: 1px solid #dedede;
  margin-top: 10px;
  cursor: pointer;
  margin-right: 10px;
}
.custom-form-block-item-cu {
  height: 30px;
  line-height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #303042;
  border: 1px solid #dedede;
  margin-top: 10px;
  cursor: pointer;
  width: 150px;
  text-align: center;
  margin-right: 10px;
}
.custom-icon-del {
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
  font-size: 10px;
  color: #428bca;
}
.custom-form-tool {
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  color: #428bca;
  padding-bottom: 20px;
  cursor: pointer;
}
.custom-form-result {
  text-align: left;
}
/* 
 For Review
*/
.form-box {
  margin-top: 20px;
}
.preview-form-item {
  margin-top: 20px;
}
.form-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-small-title {
  margin-bottom: 5px;
  font-size: 12px;
  color: #9c9c9c;
}
.custom-require {
  font-size: 14px;
  color: #f3333c;
}
.p-0 {
  padding: 0;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-rt-10 {
  margin-right: 10px;
  margin-top: 10px;
}
.m-rb-10 {
  margin-right: 10px;
  margin-bottom: 5px;
}
.custom-select {
  width: 50%;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #201f25;
  border: 1px solid #ddd;
  box-shadow: none;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  background: #f7f9fa;
  outline: none;
}
.error-item {
  border: 1px solid red;
  padding: 5px;
  box-shadow: 0 5px 5px rgba(253, 204, 204, 0.6);
  border-radius: 5px;
}
.error-text {
  color: red;
  font-size: 10px;
}
.upButton {
  margin-left: 5px;
}
.downButton {
  /* margin-right: 5px; */
}

