#multi-step-form {
  width: 786px;
  /*<!--  radio  -->*/
  /*  checkbox  */
  /* 10032023*/
}
#multi-step-form p,
#multi-step-form label {
  margin-bottom: 0px;
  color: black;
  font-family: "kanit";
}
#multi-step-form p span,
#multi-step-form label span {
  font-size: 16px;
}
#multi-step-form .progress-container {
  width: 100%;
  margin: 2em auto;
}
#multi-step-form .progress-steps {
  counter-reset: step;
}
#multi-step-form .progress-steps li:after {
  width: 2.5em;
  height: 2.5em;
  content: counter(step);
  counter-increment: step;
  line-height: 2.2em;
  border: 2px solid #999;
  display: block;
  text-align: center;
  margin: 6px auto 0.7em auto;
  border-radius: 50%;
  background-color: white;
}
#multi-step-form .progress-steps li:before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #999;
  top: 3.1em;
  left: -50%;
  z-index: -1;
}
#multi-step-form .progress-steps li:first-child:before {
  content: none;
}
#multi-step-form .progress-steps li.active {
  color: black;
}
#multi-step-form .progress-steps li.active:after {
  border-color: #0066FE;
  background: #0066FE;
  color: white;
}
#multi-step-form .progress-steps li.active + li:before {
  background-color: #0066FE;
}
#multi-step-form hr {
  width: 786px;
  height: 1.5px;
  left: 328px;
  top: 946px;
  border: 1px solid #B7B7B7;
}
#multi-step-form p.des-title {
  color: #0071BC !important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.3em !important;
}
#multi-step-form .prev-button {
  width: 114px;
  height: 37px;
  left: 869px;
  top: 1690px;
  background: #FFFFFF;
  border: 1.5px solid rgba(201, 201, 201, 0.35);
  border-radius: 3px;
  cursor: pointer;
}
#multi-step-form .next-button {
  width: 115px;
  height: 37px;
  left: 999px;
  top: 1690px;
  background: #3369BD;
  border-radius: 3px;
  color: white;
  border-color: #3369BD;
  box-shadow: unset;
  cursor: pointer;
}
#multi-step-form .field label {
  margin-bottom: 15px;
}
#multi-step-form .field label p {
  margin-bottom: 0;
}
#multi-step-form .field > label {
  font-size: 18px;
}
#multi-step-form .field > label > p {
  font-size: 18px;
}
#multi-step-form .field > label > p > span {
  font-size: 18px;
}
#multi-step-form .field .field-image {
  max-width: 682px;
}
#multi-step-form .field > label > p {
  font-weight: bold;
}
#multi-step-form .field input#email,
#multi-step-form .field input[type=text] {
  width: 290px;
  height: 39px;
  left: 328px;
  top: 1141px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 6px;
  padding-left: 20px;
}
#multi-step-form .field input.datepickers {
  width: 150px;
  height: 38px;
  left: 346px;
  top: 1572px;
  border: 1px solid #CDCDCD;
  border-radius: 6px;
}
#multi-step-form .field .other input[type=text] {
  width: 196px;
  height: 35px;
  left: 494px;
  top: 1307px;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  border-radius: 6px;
}
#multi-step-form .field input[type=radio],
#multi-step-form .field input[type=checkbox] {
  display: none;
}
#multi-step-form .field input[type=radio] + label,
#multi-step-form .field input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 2rem;
}
#multi-step-form .field input[type=radio] + label .radio-button {
  height: 26px;
  width: 26px;
  border: 1px solid #C9C9C9;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
#multi-step-form .field input[type=radio]:checked + label .radio-button {
  border: 1px solid #0066FE;
}
#multi-step-form .field input[type=radio] + label .radio-button::after {
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0066FE;
  opacity: 0;
  transition: opacity 0.2s;
}
#multi-step-form .field input[type=radio]:checked ~ label .radio-button::after {
  opacity: 1;
}
#multi-step-form .field input[type=checkbox] + label .checkbox-button {
  height: 24px;
  width: 24px;
  border: 1px solid #C9C9C9;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
#multi-step-form .field input[type=checkbox]:checked + label .checkbox-button {
  border: 1px solid #0066FE;
}
#multi-step-form .field input[type=checkbox] + label .checkbox-button::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0066FE;
  opacity: 0;
  transition: opacity 0.2s;
}
#multi-step-form .field input[type=checkbox]:checked ~ label .checkbox-button::after {
  opacity: 1;
}
#multi-step-form .field .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
#multi-step-form .field .btn-upload-file {
  width: 130px;
  height: 39px;
  border: 1px solid #0066FE;
  border-radius: 6px;
  background-color: transparent;
  color: #0068FE;
  min-width: 130px;
  cursor: pointer;
}
#multi-step-form .field.required input,
#multi-step-form .field.required textarea,
#multi-step-form .field.required select,
#multi-step-form .field.required .btn.dropdown-toggle {
  border: 1px solid red !important;
}
#multi-step-form .field.required input[type=checkbox] + label .checkbox-button {
  border: 1px solid red !important;
}
#multi-step-form .field .dropdown.bootstrap-select {
  width: auto;
  min-width: 200px;
}
#multi-step-form .step {
  display: none;
}
#multi-step-form .step input.individual[type=text],
#multi-step-form .step select.individual {
  padding: 6px 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: solid 1px #DFDFDF;
  width: calc(100% - 2rem);
}
#multi-step-form .step select:disabled {
  background-color: unset;
}
#multi-step-form .step input[type=radio]:checked + i:before {
  content: "\f287";
  outline: 2px solid #1877F2;
  color: #1877F2;
  padding: 3px;
}
#multi-step-form .step input[type=radio] + i:before {
  color: transparent;
  font-size: 17px;
  outline: 1px solid #6F6B6B;
  border-radius: 30px;
  padding: 3px;
}
#multi-step-form .step input[type=checkbox]:checked + i:before {
  content: "\f272";
  border: 1px solid #1877F2;
  border-radius: 3px;
  font-size: 18px;
  background: #1877F2;
  color: white;
}
#multi-step-form .step .field-email .email:after {
  content: "*";
  color: red;
}
#multi-step-form .step .summary-section .field-content {
  width: 100%;
  max-width: 698px;
}
#multi-step-form .step .field-dropdown .dropdown-menu.show {
  height: 290px !important;
  z-index: 999;
}
#multi-step-form .step-1 {
  display: block;
}
#multi-step-form .progress-steps li:after {
  width: 2.5em;
  height: 2.5em;
  content: counter(step);
  counter-increment: step;
  line-height: 2.2em;
  border: 2px solid #999;
  display: block;
  text-align: center;
  margin: 10px auto 0.7em auto;
  border-radius: 50%;
  background-color: white;
}
#multi-step-form .progress-steps li:before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #999;
  top: 3.7em;
  left: -50%;
  z-index: -1;
}
#multi-step-form .progress-steps li:first-child:before {
  content: none;
}
#multi-step-form .progress-steps li.active {
  color: black;
}
#multi-step-form .progress-steps li.active:after {
  border-color: #0066FE;
  background: #0066FE;
  color: white;
}
#multi-step-form .progress-steps li.active + li:before {
  background-color: #0066FE;
}
#multi-step-form form#multi-step-form {
  width: 786px;
}
#multi-step-form .next-button,
#multi-step-form .submit,
#multi-step-form .close-form,
#multi-step-form .btn-close {
  width: 115px;
  height: 37px;
  left: 999px;
  top: 1690px;
  background: #3369BD;
  border-radius: 3px;
  color: white;
  border-color: #3369BD;
  box-shadow: unset;
  cursor: pointer;
}
#multi-step-form .next-button a,
#multi-step-form .submit a,
#multi-step-form .close-form a,
#multi-step-form .btn-close a {
  text-decoration: unset !important;
}
#multi-step-form .field label p {
  margin-bottom: 0;
}
#multi-step-form .field label.field-required:after {
  content: "*";
  color: red;
}
#multi-step-form .field > label > p {
  font-weight: bold;
}
#multi-step-form form#multi-step-form p,
#multi-step-form form#multi-step-form label {
  margin-bottom: 0px;
  color: black;
}
#multi-step-form input#email {
  width: 290px;
  height: 39px;
  left: 328px;
  top: 1141px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 6px;
  padding-left: 20px;
}
#multi-step-form input.datepickers {
  width: 150px;
  height: 38px;
  left: 346px;
  top: 1572px;
  border: 1px solid #CDCDCD;
  border-radius: 6px;
}
#multi-step-form .other input[type=text] {
  width: 196px;
  height: 35px;
  left: 494px;
  top: 1307px;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  border-radius: 6px;
}
#multi-step-form textarea {
  width: 688px;
  height: 118px;
  left: 349px;
  top: 1654px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 6px;
  padding: 0.5rem;
}
#multi-step-form input[type=radio],
#multi-step-form input[type=checkbox] {
  display: none;
}
#multi-step-form input[type=radio] + label,
#multi-step-form input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 2rem;
}
#multi-step-form input[type=radio] + label .radio-button {
  height: 26px;
  width: 26px;
  border: 1px solid #C9C9C9;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
#multi-step-form input[type=radio]:checked + label .radio-button {
  border: 1px solid #0066FE;
}
#multi-step-form input[type=radio] + label .radio-button::after {
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0066FE;
  opacity: 0;
  transition: opacity 0.2s;
}
#multi-step-form input[type=radio]:checked ~ label .radio-button::after {
  opacity: 1;
}
#multi-step-form .field input[type=checkbox] + label .checkbox-button {
  height: 24px;
  width: 24px;
  border: 1px solid #C9C9C9;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
#multi-step-form .field input[type=checkbox]:checked + label .checkbox-button {
  border: 1px solid #0066FE;
}
#multi-step-form .field input[type=checkbox] + label .checkbox-button::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0066FE;
  opacity: 0;
  transition: opacity 0.2s;
}
#multi-step-form .field input[type=checkbox]:checked ~ label .checkbox-button::after {
  opacity: 1;
}
#multi-step-form .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
#multi-step-form select {
  width: 290px;
  height: 39px;
  left: 328px;
  top: 1141px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 6px;
  padding-left: 20px;
}
#multi-step-form select + .dropdown-toggle {
  max-width: 100%;
}
#multi-step-form select + .dropdown-toggle .filter-option {
  white-space: normal;
}
#multi-step-form .step {
  display: none;
}
#multi-step-form .step.step-survey {
  background-color: white;
  border-radius: 10px;
}
#multi-step-form .step.step-survey .menu-survey .menu {
  width: fit-content;
  margin: 0 10px;
}
#multi-step-form .step.step-survey .menu-survey .menu a,
#multi-step-form .step.step-survey .menu-survey .menu button {
  text-decoration: unset !important;
  opacity: 0.5;
  background: unset;
  border: unset;
}
#multi-step-form .step.step-survey .menu-survey .menu a:hover,
#multi-step-form .step.step-survey .menu-survey .menu button:hover {
  opacity: 1;
}
#multi-step-form .step.step-survey .menu-survey .menu a.active,
#multi-step-form .step.step-survey .menu-survey .menu button.active {
  opacity: 1;
}
#multi-step-form .step.step-survey .menu-survey .menu a i,
#multi-step-form .step.step-survey .menu-survey .menu button i {
  color: #0071BC;
}
#multi-step-form .step.step-survey .menu-survey .menu a span,
#multi-step-form .step.step-survey .menu-survey .menu button span {
  color: #0071BC;
}
#multi-step-form .step .content.content-survey .graph-spider {
  height: 100%;
}
#multi-step-form .step .content.content-survey .graph-spider #container-survey {
  height: 100%;
  padding-bottom: 5em;
}
#multi-step-form .step .content.content-survey .graph-spider #container-survey .highcharts-container {
  border-radius: 10px;
  height: 100%;
  min-height: 600px;
}
#multi-step-form .step .content.content-survey .graph-spider #container-survey .highcharts-title {
  opacity: 0; /* Set the desired opacity value */
}
#multi-step-form .step .content.content-survey .graph-spider #container-survey .spider-label {
  cursor: pointer !important;
  color: #4e73de;
  font-family: "kanit" !important;
  font-size: 14px;
}
#multi-step-form .step .content.content-survey .graph-spider #container-survey .spider-label.active {
  color: #e91414;
}
#multi-step-form .step .content.content-survey .graph-spider #container-survey text[text-anchor=start],
#multi-step-form .step .content.content-survey .graph-spider #container-survey text[text-anchor=middle],
#multi-step-form .step .content.content-survey .graph-spider #container-survey text[text-anchor=end] {
  cursor: pointer !important;
}
#multi-step-form .step .content.content-survey .survey-list-select .survey_item {
  display: none;
  text-align: start;
}
#multi-step-form .step .content.content-survey .survey-list-select .survey_item.active {
  display: block;
}
#multi-step-form .step .content.content-survey .survey-list-select .survey_item > div {
  background-color: #f7f8fc;
  padding: 13px;
  border-radius: 6px;
  margin-bottom: 10px;
}
#multi-step-form .step .content.content-survey .survey-list-select .survey_item > div.url_link:hover {
  box-shadow: 1px 2px 5px #888888;
}
#multi-step-form .step .content.content-survey .survey-list-select .survey_item > div a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#multi-step-form .step .content.collapse {
  display: none;
}
#multi-step-form .step .content.collapse.show {
  display: block;
}
#multi-step-form .step .content.content-conclude #container-conclude {
  width: 90%;
  margin: 0 auto;
}
#multi-step-form .step-1 {
  display: block;
}
#multi-step-form .progress-container {
  width: 100%;
  margin: 2em auto;
}
#multi-step-form .progress-steps {
  counter-reset: step;
}
#multi-step-form input[type=radio].focus:not(:checked) + label span {
  outline: 1px solid red;
}
#multi-step-form .stepper-wrapper {
  font-family: Arial;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#multi-step-form .stepper-wrapper .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
#multi-step-form .stepper-wrapper .stepper-item:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 124px;
  left: -50%;
  z-index: 2;
}
#multi-step-form .stepper-wrapper .stepper-item:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 124px;
  left: 50%;
  z-index: 2;
}
#multi-step-form .stepper-wrapper .stepper-item.active {
  font-weight: bold;
}
#multi-step-form .stepper-wrapper .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #999;
  background: #fff;
  margin-bottom: 6px;
  color: white;
  margin-top: 1.5em;
}
#multi-step-form .stepper-wrapper .stepper-item .step-name {
  margin-bottom: 10px;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
  text-align: center;
  font-family: "kanit";
}
#multi-step-form .stepper-wrapper .stepper-item:not(.completed) .step-counter {
  color: black;
}
#multi-step-form .stepper-wrapper .stepper-item.completed .step-counter {
  background-color: #0066FE;
  border: 2px solid #0066FE;
  color: white;
}
#multi-step-form .stepper-wrapper .stepper-item.completed:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #0066FE;
  width: 100%;
  top: 124px;
  left: 50%;
  z-index: 3;
}
#multi-step-form .stepper-wrapper .stepper-item:first-child::before {
  content: none;
}
#multi-step-form .stepper-wrapper .stepper-item:last-child::after {
  content: none;
}
@media (max-width: 768px) {
  #multi-step-form .stepper-wrapper .stepper-item {
    font-size: 12px;
  }
}
#multi-step-form .cur-step-name {
  display: none;
}
#multi-step-form a > .individual.file-upload {
  padding: 6px 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: solid 1px #DFDFDF;
  width: calc(100% - 2rem);
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  #multi-step-form,
#multi-step-form hr,
#multi-step-form textarea,
.image-form-people img {
    width: 100%;
  }
  #multi-step-form .cur-step-name {
    display: block;
  }
  #multi-step-form .stepper-wrapper {
    margin-top: 25px;
  }
  #multi-step-form .stepper-wrapper .stepper-item .step-name {
    display: none;
  }
  #multi-step-form .stepper-wrapper .stepper-item:before {
    top: 18px;
  }
  #multi-step-form .stepper-wrapper .stepper-item:after {
    top: 18px !important;
  }
  #multi-step-form .stepper-wrapper .stepper-item.completed :after {
    top: 18px;
  }
}
@media screen and (min-width: 576px) {
  #multi-step-form {
    width: 100%;
    max-width: 1200px;
  }
  #multi-step-form .stepper-wrapper,
#multi-step-form hr,
#multi-step-form .step:not(.step-survey) {
    max-width: 786px;
    margin: 0 auto;
  }
  #multi-step-form hr {
    width: 100%;
  }
  #multi-step-form textarea {
    width: 100%;
    max-width: 688px;
  }
  #multi-step-form img {
    width: 100%;
  }
  .image-form-people img {
    width: unset;
  }
  #multi-step-form .field input[type=text] {
    width: 100%;
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  #multi-step-form .cur-step-name {
    display: block;
  }
  #multi-step-form .stepper-wrapper {
    margin-top: 25px;
  }
  #multi-step-form .stepper-wrapper .stepper-item .step-name {
    display: none;
  }
  #multi-step-form .stepper-wrapper .stepper-item:before {
    top: 18px;
  }
  #multi-step-form .stepper-wrapper .stepper-item:after {
    top: 18px !important;
  }
  #multi-step-form .stepper-wrapper .stepper-item.completed :after {
    top: 18px;
  }
}
@media (min-width: 1200px) {
  #multi-step-form .stepper-wrapper .stepper-item .step-name {
    width: 95%;
  }
}

/*# sourceMappingURL=style.css.map */
