/*输入框颜色值*/
/* 单选多选标签风格样式 */
/*垂直布局*/
/* 输入框字体颜色 */
/* 输入框边框颜色 */
/* 输入框锁定字体颜色 */
/* 输入框锁定边框颜色 */
/*水平布局*/
/* 字段标题字体颜色 */
/* 按钮字体颜色 */
/* 按钮边框颜色 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.style_hidden_3fhg {
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: -99;
}
.style_inputbox_1EoQ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 20px;
}
.style_inputbox_1EoQ .style_close_205U {
  right: -2px;
  top: 0;
  bottom: 0;
  font-size: 14px;
  cursor: pointer;
  display: none;
  position: absolute;
}
.style_inputbox_1EoQ:hover .style_close_205U {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.style_inputbox_1EoQ:hover .style_close-padding_2dda {
  padding-right: 15px !important;
}
.style_close-padding-lock_1Qtu,
.style_close-padding_2dda {
  padding-right: 0px !important;
}
.style_input_xVQM {
  outline: 0;
  color: #333333;
  background-color: #fff;
  width: 100%;
}
.style_input_xVQM:focus {
  outline: 0;
  border-color: #2B87F3;
}
.style_input_xVQM:hover {
  border-color: #2B87F3;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999 !important;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
textarea::-ms-input-placeholder {
  color: #999;
}
textarea::placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999 !important;
}
::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
/*去掉数值类型输入框的箭头*/
.style_input_xVQM[type=number] {
  -moz-appearance: textfield;
}
.style_input_xVQM[type=number]::-webkit-inner-spin-button,
.style_input_xVQM[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea.style_input_xVQM {
  resize: none;
  width: 100%;
}
.style_input-flat_VR1i {
  height: 21px;
  padding: 0px;
  border: 0px solid #CCC;
  font-size: 14px;
}
.style_input-flat_VR1i.style_disabled_2TnC {
  color: #666666;
  border-color: #EBEBEB;
}
.style_input-flat_VR1i.style_disabled_2TnC:hover {
  border-color: #EBEBEB;
}
[data-border-all-disabled="true"] .style_input-default_2pxQ.style_disabled_2TnC,
[data-border-all-disabled="true"] .style_input-flat_VR1i.style_disabled_2TnC {
  color: #666666;
}
.style_input-default_2pxQ {
  height: 21px;
  border-radius: 0;
  border: none;
  font-size: 14px;
}
.style_textarea_QKYm.style_input-default_2pxQ {
  border: none;
}
.style_input-default_2pxQ.style_disabled_2TnC {
  color: #666666;
  border-color: #E5E5E5;
}
.style_input-default_2pxQ.style_disabled_2TnC:hover {
  border-color: #E5E5E5;
}
.style_placeholder-control_1haR {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1px;
  height: 1px;
}
.style_card-row-panel_SmsD {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  overflow: auto;
  border: 1px solid transparent;
  cursor: pointer;
}
.style_card-row-panel-content_3uaz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.style_empty-card-row-panel_ZKCL {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 14px;
  color: #3d76d3;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.style_empty-card-row-panel_ZKCL .style_textBox_8mXY {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
.style_panelHover_c8gZ:hover {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.style_pointer_3YU3 {
  cursor: pointer;
}
.style_triangle_993G {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAKCAMAAABsSeXqAAAASFBMVEUAAADPz8/R0dHX19fT09PPz8/Ozs7Pz8/Nzc3Pz8/Ozs7Ozs7Ozs7////Pz8/Pz8/Ozs7Pz8/////6+vr8/Pz19fX39/fMzMwo8pOwAAAAEnRSTlMA9vX09KWIemtfU0g+Ar+1l5YeLp06AAAAVklEQVQI113IVw6AIBQF0ftApVto7n+nEgMEOH8zsJT8LJEFDKVlGhSa8jAzafwUhT4DKVSShTaZRCdYqFNgcGyxzLgdmNw8+sgfLHbu+Y6Vu97TtfgA43QG8PMLzzQAAAAASUVORK5CYII=);
}
.style_selectstyel1_Qpam:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 6px;
  background-color: transparent;
  right: 3px;
  bottom: 5px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.style_textarea_QKYm {
  font-size: 14px;
  padding: 0px;
  line-height: 21px;
  -webkit-box-flex: 0!important;
  -webkit-flex-grow: 0!important;
      -ms-flex-positive: 0!important;
          flex-grow: 0!important;
}
.style_label_3vsK {
  padding: 5px 5px 5px 0px;
  margin: 2px;
  text-align: center;
  cursor: inherit;
  display: inline-block;
}
.style_btn_7faa {
  position: relative;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
  outline: 0;
  border: 1px solid #C8CCD4;
  background-color: #fff;
  margin: 2px;
}
.style_btn_7faa.style_btn-icon_1e8J {
  padding: 7px 9px;
}
.style_btn_7faa.style_btn-icon_1e8J .style_icon_OZ2m {
  font-size: 16px;
}
.style_btn-default_3fxr {
  position: relative;
  padding: 0px 12px;
  height: 28px;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
  outline: 0;
  border: 1px solid #C8CCD4;
  color: #333;
  background-color: #fff;
  margin: 2px;
  white-space: nowrap;
}
.style_btn-default_3fxr.style_has-min-width_2K0V {
  padding: 0 8px;
}
.style_btn-default_3fxr.style_min-width_tjE_ {
  min-width: 60px;
}
.style_masker_3QMy {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.style_masker_3QMy:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.style_masker_3QMy:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.style_btn-text_3CN7 {
  background-color: transparent !important;
}
.style_btn-border_3BaJ {
  border: 0px !important;
}
.style_btn-upimgdowntxt_uZYc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.style_btn-upimgdowntxt_uZYc .style_img-upimgdowntxt_zSXK {
  margin-bottom: 3px;
}
.style_btn-img_dcPh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  min-height: 0;
}
.style_btn-img_dcPh:not(.style_is-icon_3jTX) {
  color: #6384EB;
}
.style_btn-img_dcPh img {
  display: block;
}
.style_btn-img_dcPh .style_loading_3jgX {
  position: absolute;
  width: 100%;
  height: 100%;
}
.style_btn-img_dcPh .style_loading_3jgX .style_buttonLoading_2i6h {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.style_btn-leftimgrighttxt_1fDk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.style_btn-leftimgrighttxt_1fDk .style_img-leftimgrighttxt_3_qg {
  margin-right: 8px;
}
.style_text-upimgdowntxt_2HmG {
  margin-top: 3px;
}
.style_text-leftimgrighttxt_3LOl {
  margin-left: 8px;
}
.style_btn-text-overflow_34mO {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.style_radio_1zhP {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.style_radio_1zhP span {
  height: 16px;
  width: 16px;
  margin-right: 2px;
}
.style_radio_1zhP input {
  opacity: 0;
  position: absolute;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 0px;
}
.style_checkbox_1JKm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.style_checkbox_1JKm.style_checkbox-check_VXZ6 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.style_checkbox_1JKm.style_checkbox-check_VXZ6:focus .style_checkboxBtn_3FNz {
  color: var(--theme-color) !important;
}
.style_checkbox_1JKm input {
  opacity: 0;
  position: absolute;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 0px;
}
.style_checkbox_1JKm label {
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-left: 7px;
}
.style_checkbox_1JKm label.style_is-grid-no-label_2M24 {
  margin-left: 0;
}
.style_checkbox_1JKm label.style_ie-font_2dLc {
  font-family: "Microsoft YaHei", "PingFangSC-Regular", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif !important;
}
.style_checkbox_1JKm.style_disabled_2TnC {
  color: #666666;
  border-color: #CCCCCC;
}
.style_checkbox1_2iqX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  flex-grow: 0;
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 4px 8px;
  cursor: pointer;
}
.style_checkbox1_2iqX input {
  display: none;
}
.style_checkbox1_2iqX .style_ck1-label_7xCJ {
  font-size: 12px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
  line-height: 21px;
}
.style_checkbox1_2iqX.style_checked_CCN0:before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  border-radius: 2px;
  border-left: 12px solid transparent;
  border-top: 10px solid transparent;
}
.style_checkbox1_2iqX.style_checked_CCN0:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 6px;
  background-color: transparent;
  right: 3px;
  bottom: 4px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.style_checkbox1_2iqX.style_disabled_2TnC {
  color: #666666;
}
.style_checkbox2_1eds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.style_checkbox2_1eds:focus .style_switchBtn_2pcR {
  -webkit-box-shadow: 0 0 0 2px #0000001a;
          box-shadow: 0 0 0 2px #0000001a;
}
.style_checkbox2_1eds:focus .style_switchOpen_jNMa {
  -webkit-box-shadow: 0 0 0 3px var(--theme-color-level3);
          box-shadow: 0 0 0 3px var(--theme-color-level3);
}
.style_select_2U1I {
  min-height: 23px;
}
.style_image_yW_e {
  min-width: 1px;
  min-height: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.style_imgCursor_1I8I {
  cursor: pointer;
}
.style_hyperlink_1LOJ {
  text-decoration: none;
  color: #5E80EB;
  font-size: 14px;
  cursor: pointer;
}
.style_hyperlink_1LOJ:hover {
  text-decoration: underline;
}
.style_underline_AqYL {
  text-decoration: underline;
}
.style_input-number-div_1bF_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.style_symbol-class_uPoC {
  color: #999;
  border-color: #EBEBEB;
  height: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.style_input-p_3l11 {
  margin-right: 2px;
}
.style_checkbox-disabled_3RMR {
  color: #BBBBBB;
}
.style_checkbox-disabled_3RMR span {
  background-color: #F1F1F1;
  border-radius: 2px;
}
.style_radio-tag-style-default_3OOd {
  border: 1px solid #BBBBBB;
  padding: 8px 12px;
  height: 32px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666;
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.style_label-style-width_3wh5 {
  max-width: 320px;
  min-width: 66px;
}
.style_label-style-align_OJyn {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.style_radio-tag-style-checked_3Z9V {
  color: #333333;
}
.style_radio-tag-style-disabled_2NrA {
  background-color: #F1F1F1;
  border: 1px solid #CCCCCC;
  color: #BBBBBB;
  cursor: default;
}
.style_radio-tag-style-label_1kNY {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
}
.style_radio-default-style_hkea {
  cursor: pointer;
}
.style_radio-default-disabled-style_22_Y {
  color: #BBB;
  background-color: #F1F1F1;
  border-radius: 8px;
}
.style_radio-default-label-disabled_2bdJ {
  color: #BBB;
}
.style_check-tag-style_7hYF {
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.style_tag-checkbox_2ONF {
  position: absolute;
  right: -1px;
  bottom: -1px;
  height: 19px;
}
.style_svg-json-div_11ZD {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.style_svg-json-div_11ZD .react-bodymovin-container {
  width: 230px;
  height: 230px;
  background-color: transparent;
}
.style_mul-text_23WU {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3D4653;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.style_mul-text_23WU .style_text-mark_2Gkc {
  position: absolute;
  top: 100%;
  right: 0;
}
.style_mul-text_23WU .style_over-length_3zL0 {
  color: #e1453e;
}
.style_flex-field_2NBq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.style_dropdown_t9oj {
  max-height: 160px;
  overflow: auto;
  margin-top: 4px;
  padding-top: 10px;
  color: #3D4653;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.style_dropdown_t9oj .style_dropdown-item_3vsB {
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.style_field-disabled-no-value-color_1Ufe {
  color: #B2B2B2;
}
.style_loading_3jgX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.style_loading_3jgX .style_buttonLoading_2i6h {
  margin-right: 6px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.style_loadingType2_1EA3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.style_loadingType2_1EA3 .style_buttonLoading_2i6h {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.style_containerMask_1PAP {
  opacity: 0.8;
}
.style_imgContainer_3AZn {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  color: #6384EB;
}
.style_imgContainer_3AZn img {
  display: block;
}
.style_imgLoading_2uiz {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.style_imgLoading_2uiz .style_movinLoading_1XDV {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.style_textLoading_X1ZG {
  opacity: 0.2;
}
.style_maskLoading_3Lkq {
  -webkit-animation: style_changeOpactity_2xpb 0.2s ease-in 1 forwards;
          animation: style_changeOpactity_2xpb 0.2s ease-in 1 forwards;
}
@-webkit-keyframes style_changeOpactity_2xpb {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes style_changeOpactity_2xpb {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.style_btn-masker_2Cly:hover::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: hsla(0, 0%, 100%, 0.35);
  pointer-events: none;
}
.style_btn-masker_2Cly:active::before {
  display: none;
}
.style_btn-disabled_33h9 {
  background: #B2B2B2 !important;
  color: #fff !important;
  cursor: not-allowed;
}
.style_email-wrap_21rU {
  padding: 2px 0;
}
.theme.allBorder .style_input_xVQM.style_showEditButton_25nH {
  padding-right: 26px !important;
}
.lock-with-no-value {
  color: #b2b2b2 !important;
}
.style_checkbox-content_11UX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 207px;
}

.Switch_wrapper_v_J6 {
  height: 21px;
  border-radius: 21px;
  border: 1px solid #c6c6c6;
  background-color: #c6c6c6;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
.Switch_wrap-disabled_1kl9 {
  opacity: 0.5;
}
.Switch_wrap-disabled_1kl9 .Switch_inner_On-t {
  opacity: 0.5;
}
.Switch_bk-color_3DT_ {
  background-color: #18BC71 !important;
  border: 1px solid #18BC71 !important;
}
.Switch_pointer_1no1 {
  cursor: pointer;
}
.Switch_open_2Eln {
  border: 1px solid #2B87F3;
  background-color: #2B87F3;
}
.Switch_wrapper-1_3h9Q {
  width: 56px;
}
.Switch_wrapper-1_3h9Q.Switch_open_2Eln .Switch_inner_On-t {
  -webkit-transform: translate(200%, 0);
      -ms-transform: translate(200%, 0);
          transform: translate(200%, 0);
}
.Switch_wrapper-2_2V9I {
  width: 48px;
}
.Switch_wrapper-2_2V9I.Switch_open_2Eln .Switch_inner_On-t {
  -webkit-transform: translate(150%, 0);
      -ms-transform: translate(150%, 0);
          transform: translate(150%, 0);
}
.Switch_wrapper-3_o1Cp {
  width: 36px;
}
.Switch_wrapper-3_o1Cp.Switch_open_2Eln .Switch_inner_On-t {
  -webkit-transform: translate(85%, 0);
      -ms-transform: translate(85%, 0);
          transform: translate(85%, 0);
}
.Switch_wrapper-4_3saQ {
  width: 26px;
  height: 15px;
}
.Switch_wrapper-4_3saQ.Switch_open_2Eln .Switch_inner_On-t {
  -webkit-transform: translate(75%, 0);
      -ms-transform: translate(75%, 0);
          transform: translate(75%, 0);
}
.Switch_wrapper-5_1qWG {
  width: 32px;
  height: 16px;
}
.Switch_wrapper-5_1qWG.Switch_open_2Eln .Switch_inner_On-t {
  -webkit-transform: translate(110%, 0);
      -ms-transform: translate(110%, 0);
          transform: translate(110%, 0);
}
.Switch_inner_On-t {
  border-radius: 18px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.Switch_small-inner_3-eR {
  width: 14px;
  height: 14px;
}
.Switch_inner-disabled_sQ06 {
  opacity: 0.5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ImageLoupe_imgContent_n_lV {
  position: relative;
  overflow: hidden;
}
.ImageLoupe_imgContent_n_lV .ImageLoupe_loupe_9qsb {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 18px;
  background-color: #fff;
}
.ImageLoupe_imgContent_n_lV .ImageLoupe_Browser_1GYl {
  position: absolute;
  background: #000;
  opacity: 0.5;
}
.ImageLoupe_imgContentWH_3vSD {
  width: 100%;
  height: 100%;
}
.ImageLoupe_mag_10u3 {
  overflow: hidden;
  position: absolute;
  z-index: 1051;
}
.ImageLoupe_mag_10u3 .ImageLoupe_magnifierImg_87cV {
  position: absolute;
}

.Label_label_12VH {
  cursor: text;
  overflow: hidden;
  position: relative;
}
.Label_borderlabel_Ml_m {
  padding-left: 6px;
  padding-right: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  border-radius: 10px;
}
.Label_textnowrap_2OJF {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.Label_textwrap_3ldx {
  word-break: normal;
  word-wrap: break-word;
}
.Label_clickable_38SA {
  cursor: pointer;
}
.Label_disabled_2qCk {
  color: #999;
  cursor: auto;
}
.Label_loadingType3_1RqL {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Label_loadingType3_1RqL .Label_movinLoading_3wZ5 {
  margin-right: 6px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.Label_loadingType2_nqrB {
  position: absolute;
  width: 100%;
  height: 100%;
}
.Label_loadingType2_nqrB .Label_movinLoading_3wZ5 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 2;
}
.Label_textLoading_OjCx {
  opacity: 0.2;
}
.Label_maskLoading_DP-c {
  -webkit-animation: Label_changeOpactity_2pM9 0.2s ease-in 1 forwards;
          animation: Label_changeOpactity_2pM9 0.2s ease-in 1 forwards;
}
@-webkit-keyframes Label_changeOpactity_2pM9 {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Label_changeOpactity_2pM9 {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

