/* bh (9haging@gmail.com) */
/* bhatomy */
html {
  font-size: 10px !important;
  font-size: 62.5% !important;
}
.mobile_header_wrap, .header_wrap {
  display: none !important;
}
.bh .body, .bh #content {
  padding: 0 !important;
}
.body .content_wrap > .bh_wrap {
  padding: 0;
  box-shadow: 0 4px 4px rgba(0, 23, 80, 0.02), 0 1px 6px rgba(0, 23, 80, 0.03), 0 8px 8px rgba(0, 23, 80, 0.02), 0 16px 16px rgba(0, 23, 80, 0.02), 8px 32px 32px rgba(0, 23, 80, 0.04), 8px 64px 64px rgba(0, 23, 80, 0.04);
}
.scenario_wrap {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  min-height: 100vh;
  overflow: hidden;
}
/* scenario_content */
.scenario_wrap .scenario_content {
  position: relative;
  color: var(--bh_color_text);
}
.scenario_wrap .scenario_content .bh_form_btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: var(--bh_color_main);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 15px 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.scenario_wrap .scenario_content .bh_link_btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: var(--bh_color_main);
  background-image: linear-gradient(to bottom, var(--bh_color_main) 0%, var(--bh_color_main_700) 100%);
  border-radius: 10px;
  padding: 15px 10px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.scenario_wrap .scenario_content .bh_link_btn.outline {
  background-color: var(--bh_color_bg_sub);
  background-image: none;
  border: 1px solid var(--bh_color_gray_300);
  padding: 5px 10px 5px 10px;
}
.scenario_wrap .scenario_content .text_color_deco {
  background-image: linear-gradient(to right, var(--bh_color_main_400) 0%, var(--bh_color_main) 100%);
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* -scenario_content */
/* app_header_nav */
.bh .app_header_nav {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 15px 11px 15px;
  margin: 0 -15px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}
.bh .app_header_nav .act_btn_back {
  position: absolute;
  top: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2px 7px;
  padding-left: 0;
}
.bh .app_header_nav .bh_title {
  display: block;
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 47px;
}
.bh .app_header_nav .bh_title > img {
  max-height: 30px;
}
.bh .app_header_nav.style-t {
  background-color: transparent;
  border-color: transparent;
}
.bh .app_header_nav.style-t .act_btn_back {
  color: #ffffff;
  border-color: transparent;
  text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.17);
}
.bh .app_header_nav.style-t .bh_title {
  color: #ffffff;
  text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.17);
}
/* -app_header_nav */
/* form */
.scenario_wrap .scenario_content ul.bh_form_list {
  position: relative;
}
.scenario_wrap .scenario_content ul.bh_form_list > li {
  display: block;
  padding: 10px 0;
}
.scenario_wrap .scenario_content ul.bh_form_list > li label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.scenario_wrap .scenario_content ul.bh_form_list > li .desc {
  display: block;
  color: var(--bh_color_gray_500);
  font-size: 12px;
  font-weight: 500;
  margin-top: -2px;
  margin-bottom: 8px;
}
.scenario_wrap .scenario_content ul.bh_form_list > li input {
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 5px 0;
  padding-top: 0;
}
.scenario_wrap .scenario_content ul.bh_form_list > li input:focus {
  outline: none;
  border-color: var(--bh_color_gray_600);
}
.scenario_wrap .scenario_content ul.bh_form_list > li input::placeholder {
  color: var(--bh_color_gray_500);
  font-size: 12px;
  font-weight: 300;
}
.scenario_wrap .scenario_content ul.bh_form_list > li input.input_data_category {
  position: relative;
  background-image: url("../../../../modules/bhatomy/skins/default/img/btn_input_search.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 8px center;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 3px;
  padding: 3px 28px 3px 8px;
}
.scenario_wrap .scenario_content ul.bh_form_list > li select {
  color: var(--bh_color_gray_500);
  font-size: 14px;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 3px;
  padding: 3px 17px 3px 8px;
  margin-left: 15px;
  cursor: pointer;
}
.scenario_wrap .scenario_content ul.bh_form_list > li select:focus {
  color: var(--bh_color_text);
  outline: none;
}
.scenario_wrap .scenario_content ul.bh_form_list > li textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  color: var(--bh_color_gray_500);
  font-size: 14px;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 3px;
  padding: 10px;
}
.scenario_wrap .scenario_content ul.bh_form_list > li textarea:focus {
  color: var(--bh_color_text);
  border-color: var(--bh_color_gray_600);
  outline: none;
}
.scenario_wrap .scenario_content ul.bh_form_list > li > ul > li {
  display: inline-block;
  margin-right: 11px;
}
.scenario_wrap .scenario_content ul.bh_form_list > li > ul > li > input {
  display: inline-block;
  width: 11px;
  vertical-align: middle;
  margin-top: 0px;
}
.scenario_wrap .scenario_content ul.bh_form_list > li > ul > li > label {
  display: inline-block;
  color: var(--bh_color_gray_500);
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 5px;
  cursor: pointer;
}
.scenario_wrap .scenario_content ul.bh_form_list > li .search_catergory_wrap {
  position: relative;
}
.scenario_wrap .scenario_content ul.bh_form_list > li .search_catergory_wrap.active > input::placeholder {
  color: var(--bh_color_gray_600);
  font-size: 16px;
  font-weight: 500;
}
.scenario_wrap .scenario_content ul.bh_form_list > li .search_catergory_wrap ul.search_catergory_list {
  position: absolute;
  width: 100%;
  background-color: var(--bh_color_white);
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 3px;
  padding: 2px 4px;
  z-index: 10;
}
.scenario_wrap .scenario_content ul.bh_form_list > li .search_catergory_wrap ul.search_catergory_list > li {
  display: block;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--bh_color_gray_200);
  padding: 7px 5px 2px 5px;
  cursor: pointer;
}
.scenario_wrap .scenario_content ul.bh_form_list > li .search_catergory_wrap ul.search_catergory_list > li:hover {
  font-weight: 700;
  background-color: var(--bh_color_gray_100);
}
.scenario_wrap .scenario_content ul.bh_form_list > li .search_catergory_wrap ul.search_catergory_list > li:last-child {
  border: 0;
}
/* -form */
/* modal */
.bh_modal_toggle {
  text-decoration: underline;
  text-underline-position: under;
}
.bh_modal.bh_modal_full .bh_modal_content {
  max-width: 415px;
  height: 100%;
  overflow-y: hidden;
}
.bh_modal.bh_modal_full .bh_modal_content .bh_modal_header {
  position: absolute;
  width: 100%;
  border: 0;
  z-index: 99;
}
.bh_modal.bh_modal_full .bh_modal_content .bh_modal_body {
  max-height: 100%;
  overflow-y: scroll;
  background-color: var(--bh_color_bg_sub);
}
/* -modal */
/* scenario_content */
.scenario_wrap .scenario_content .guide_title {
  color: var(--bh_color_text);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 1px;
}
.scenario_wrap .scenario_content .guide_content {
  position: relative;
  background-color: rgba(255, 222, 217, 0.26);
  border-radius: 10px;
  padding: 25px 22px;
  margin-top: 15px;
}
.scenario_wrap .scenario_content .guide_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 20px;
  background-image: linear-gradient(to bottom, var(--bh_color_main_200) 0%, var(--bh_color_main) 100%);
  transform: translate(-50%, -50%);
}
.scenario_wrap .scenario_content .bh_progress_wrap {
  position: relative;
}
.scenario_wrap .scenario_content .bh_progress_wrap .progress_bar {
  display: flex;
  height: 18px;
  background-color: var(--bh_color_gray_200);
  border-radius: 50px;
  overflow: hidden;
}
.scenario_wrap .scenario_content .bh_progress_wrap .progress_bar .progress_value {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  text-align: center;
  background-image: linear-gradient(to right, var(--bh_color_main) 50%, transparent 0);
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  animation: progress 0.8s linear;
  animation-fill-mode: forwards;
  background-size: 200% 100%;
  background-position: right;
}
.scenario_wrap .scenario_content .bh_progress_wrap .progress_bar .progress_text {
  font-size: 10px;
  font-weight: 700;
}
@keyframes progress {
  from {
    color: transparent;
    background-position: right;
  }
  to {
    color: #ffffff;
    background-position: left;
  }
}
.scenario_wrap .scenario_content .bh_progress_wrap .progress_icon {
  position: absolute;
  right: 0;
  bottom: -13px;
}
/* -scenario_content */
/*# sourceMappingURL=34a0dc86b100bf57f421c5caf6c2181d425a4a8b.style.scss.map */
