html .src-addons-FormComponent-Number--style--number--1pD4D .ant-input-number-handler-wrap {
  display: none;
}
.src-addons-FormComponent-Number--style--number--1pD4D{
  background-color: var(--backaground-color-1);
}
.src-addons-FormComponent-Option--style--option--mx6Av .ant-checkbox-wrapper, .src-addons-FormComponent-Option--style--option--mx6Av .ant-radio-wrapper, .src-addons-FormComponent-Option--style--option--mx6Av .ant-tag-checkable{
  float: left;
  line-height: 32px;
}

html .src-addons-FormComponent-Option--style--option--mx6Av .ant-radio-group {
  width: 100%;
}

html .src-addons-FormComponent-Option--style--option--mx6Av .ant-radio-group .ant-radio-wrapper .ant-radio {
}
html .src-addons-FormComponent-Option--style--option--mx6Av .ant-radio-group .ant-radio-wrapper span {

}
.src-addons-FormComponent-Option--style--button--3PzEE{
  float: left;
  line-height: 25px;
  height: 25px;
  padding:0 15px;
  border-radius: 4px;
  background: var(--backaground-color-2);
  font-size: 14px;
  margin:3px 8px;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
}
.src-addons-FormComponent-Option--style--checkbutton--1YUBO{
  float: left;
  line-height: 25px;
  height: 25px;
  font-size: 14px;
  margin:3px 8px;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
}
.src-addons-FormComponent-Option--style--hover--1mdfK{
  cursor: pointer;
}
.src-addons-FormComponent-Option--style--notAllowed--2KQ5m{
  cursor: not-allowed;
}
.src-addons-FormComponent-Option--style--hover--1mdfK:hover{
  background:#60b4f1;
  color:var(--backaground-color-1);
}
.src-addons-FormComponent-Option--style--checked--1wE1m{
  background:#108ee9;
  color:var(--backaground-color-1);
}

.src-addons-FormComponent-Option--style--hover--1mdfK:hover .src-addons-FormComponent-Option--style--multChecked--11arI{
  background:#60b4f1;
}
.src-addons-FormComponent-Option--style--multChecked--11arI {
  background:#108ee9;
  color:#108ee9;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-bottom: 20px solid var(--backaground-color-1);
  border-left: 20px solid transparent;
  transition: background 0.3s;
}

.src-addons-FormComponent-Option--style--multChecked--11arI:after {
  content: '\2714';
  position: absolute;
  top: 1px;
  left: -11px;
}

html .src-addons-FormComponent-OptionRadio--style--option--106-U .ant-checkbox-wrapper, .src-addons-FormComponent-OptionRadio--style--option--106-U .ant-radio-wrapper, .src-addons-FormComponent-OptionRadio--style--option--106-U .ant-tag-checkable{
  float: left;
  line-height: 32px;
}

html .src-addons-FormComponent-OptionRadio--style--option--106-U .ant-radio-group {
  width: 100%;
}

html .src-addons-FormComponent-OptionRadio--style--option--106-U .ant-radio-group .ant-radio-wrapper .ant-radio {
}
html .src-addons-FormComponent-OptionRadio--style--option--106-U .ant-radio-group .ant-radio-wrapper span {

}
.src-addons-FormComponent-OptionRadio--style--button--3bjQT{
  float: left;
  line-height: 25px;
  height: 25px;
  padding:0 15px;
  border-radius: 4px;
  background: var(--backaground-color-2);
  font-size: 14px;
  margin:3px 8px;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
}
.src-addons-FormComponent-OptionRadio--style--checkbutton--2A2Tx{
  float: left;
  line-height: 25px;
  height: 25px;
  font-size: 14px;
  margin:3px 8px;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
}
.src-addons-FormComponent-OptionRadio--style--hover--1JQdc{
  cursor: pointer;
}
.src-addons-FormComponent-OptionRadio--style--notAllowed--3pYio{
  cursor: not-allowed;
}
.src-addons-FormComponent-OptionRadio--style--hover--1JQdc:hover{
  background:#60b4f1;
  color:var(--backaground-color-1)
}
.src-addons-FormComponent-OptionRadio--style--checked--2bmjN{
  background:#108ee9;
  color:var(--backaground-color-1)
}

.src-addons-FormComponent-OptionRadio--style--hover--1JQdc:hover .src-addons-FormComponent-OptionRadio--style--multChecked--1R-zB{
  background:#60b4f1;
}
.src-addons-FormComponent-OptionRadio--style--multChecked--1R-zB {
  background:#108ee9;
  color:#108ee9;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-bottom: 20px solid var(--backaground-color-1);
  border-left: 20px solid transparent;
  transition: background 0.3s;
}

.src-addons-FormComponent-OptionRadio--style--multChecked--1R-zB:after {
  content: '\2714';
  position: absolute;
  top: 1px;
  left: -11px;
}

html .src-addons-FormComponent-NewDateTime--style--dateBox--8i4po .ant-popover-inner-content{
  width: 230px;
  padding:0;
}
.src-addons-FormComponent-NewDateTime--style--boxTitle--3-03j{
  width:100%;
  height:100%;
  display: flex;
  justify-content: space-around;
  flex: 1 1;
}
.src-addons-FormComponent-NewDateTime--style--boxTitle--3-03j span{
  cursor: pointer;
}
.src-addons-FormComponent-NewDateTime--style--boxContent--2UJH7{
  border-bottom:1px solid var(--color-5);
  width:100%;
  padding:10px 0;
}
.src-addons-FormComponent-NewDateTime--style--dateRadio--1rFKe{
  margin-left:20px;
  margin-top:10px;
}
.src-addons-FormComponent-NewDateTime--style--dateFixedSpan--19RW_{
  margin:6px auto;
  width:150px;
  height: 15px;
  display: flex;
  justify-content: space-around;
  flex: 1 1;
}
.src-addons-FormComponent-NewDateTime--style--dateFixedSpan--19RW_ span{
  cursor: pointer;
}
.src-addons-FormComponent-NewDateTime--style--disabledFixedValue--34MNJ{
  color:var(--color-6);
}
.src-addons-FormComponent-NewDateTime--style--dateFixedValue--25LkP{
  color:#108ee9;
}
.src-addons-FormComponent-NewDateTime--style--dateFooter--hMdvc{
  width:100%;
  height:40px;
  align-items: center;
  display: flex;
  justify-content: space-around;
  flex: 1 1;
}
.src-addons-FormComponent-NewDateTime--style--dateButton--2npHd{
  width: 120%;
  overflow: hidden;
  margin-top: 4px;
}

html .src-addons-FormComponent-NewDateTime--style--dateButton--2npHd.ant-btn{
  padding:0;
  width: 150%;
  visibility: visible;
}

.src-addons-FormComponent-NewDateTime--style--customInput--3qb0v {
  border: none;
  width: 100%;
  outline:none;
  background-color: transparent;
}
.src-addons-FormComponent-NewDateTime--style--customInput--3qb0v:disabled {
  color: var(--font-color-3);
  cursor: default;
  background-color: var(--backaground-color-1);
}
.src-addons-FormComponent-NewDateTime--style--customClose--1I_bx{
  right:30px;
  color:var(--box-shadow-color-5);
  display: none;
}
.src-addons-FormComponent-NewDateTime--style--dataInput--25-wM{
  position: relative;
}
.src-addons-FormComponent-NewDateTime--style--dataInput--25-wM:hover .src-addons-FormComponent-NewDateTime--style--customClose--1I_bx{
  display: inline-block;
}
.src-addons-FormComponent-NewDateTime--style--dataInput--25-wM .src-addons-FormComponent-NewDateTime--style--tools--Gg_bF{
  position: absolute;
  right: 4px;
  top: 6px;
}
.src-addons-FormComponent-NewDateTime--style--dataInputStyle--suMIO{
  left: 0;
  width: 100%;
}
.agz_compact_modal .src-addons-FormComponent-NewDateTime--style--dataInputStyle--suMIO{
  width: calc(100% - 100px);
  left: 100px;
}

.src-addons-FormComponent-OrgTree--styles--orgtoolWarp--3P45T{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
  height: 76px;
  align-items: center;
  background: var(--backaground-color-1);
  box-shadow: 1px 2px 2px 1px var(--box-shadow-color-1);
}
.src-addons-FormComponent-OrgTree--styles--orgtoolleft--3_2SA{
  width: 350px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.src-addons-FormComponent-OrgTree--styles--orgtoolright--37GOA{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 15px;
  -webkit-user-select: none;
          user-select: none;
}
.src-addons-FormComponent-OrgTree--styles--orgtoolorgtype--2ksNy{
  width: 100px;
  margin-left: 20px;
}
.src-addons-FormComponent-OrgTree--styles--orgthumbnail--aXOaj{
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
.src-addons-FormComponent-OrgTree--styles--selectdown--3G1uj{
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 12px;
  transition: all .2s;
  color: rgba(0, 0, 0, 0.25)
}
.src-addons-FormComponent-OrgTree--styles--selectdown--3G1uj.src-addons-FormComponent-OrgTree--styles--showtree--1Rkq0{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.src-addons-FormComponent-OrgTree--styles--orgthumbnailTree--8saah{
  position: absolute;
  top: 32px;
  width: 267px;
  height: 360px;
  background: var(--backaground-color-1);
  z-index: 999;
  box-shadow: 0px 3px 6px 0px rgba(15,15,15,0.10);
  overflow: auto;
  display: none;
  padding: 24px;
}
.src-addons-FormComponent-OrgTree--styles--orgthumbnailTree--8saah.src-addons-FormComponent-OrgTree--styles--showtree--1Rkq0{
  display: block;
}
.src-addons-FormComponent-OrgTree--styles--orgthumbnailtext--DDWo-{
  border: 1px solid var(--border-color-2);
  height: 32px;
  line-height: 32px;
  padding: 0 11px;
  padding-right: 30px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-addons-FormComponent-OrgTree--styles--orgthumbnailtext--DDWo-:hover{
  border: 1px solid #40a9ff;
}
.src-addons-FormComponent-OrgTree--styles--orgtoolright--37GOA>div{
  margin-left: 40px;
}
html .src-addons-FormComponent-OrgTree--styles--orgtoolright--37GOA>div .ant-checkbox-wrapper{
  margin-right: 8px;
}

.src-addons-FormComponent-NewSubform--style--subform--1JoAF {
  position: relative;
}
.agz-subform-tip {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 8px;
  color: var(--backaground-color-1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  opacity: 0;
  transition: opopacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.agz-subform-tip.show {
  opacity: 1;
  z-index: 9999;
}
.agz-subform-tip::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
.agz-subform-tip.hide {
  opacity: 0;
  left: 0 !important;
  bottom: 0 !important;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -100;
}
.agz-subform-header {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  color: var(--color-6);
}
.src-addons-FormComponent-NewSubform--style--tablecomponent--2kCaq {
  position: fixed;
  height: 50px;
  z-index: 999;
}
html .src-addons-FormComponent-NewSubform--style--tablecomponent--2kCaq .ant-select-selection--multiple,
html .src-addons-FormComponent-NewSubform--style--tablecomponent--2kCaq .ant-calendar-picker {
  height: 50px;
}
html .src-addons-FormComponent-NewSubform--style--tablecomponent--2kCaq .ant-select-selection__rendered {
  line-height: 50px;
  margin-left: 0;
}
.src-addons-FormComponent-NewSubform--style--darkline--1H-no {
}
html .src-addons-FormComponent-NewSubform--style--darkline--1H-no .src-addons-FormComponent-NewSubform--style--totalRowWarp--29zr8,
html .src-addons-FormComponent-NewSubform--style--darkline--1H-no.src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable th,
html .src-addons-FormComponent-NewSubform--style--darkline--1H-no.src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable td,
html .src-addons-FormComponent-NewSubform--style--darkline--1H-no.src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable tr:first-child th,
html .src-addons-FormComponent-NewSubform--style--darkline--1H-no.src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable tr:first-child td {
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.src-addons-FormComponent-NewSubform--style--tableHeader--18hoQ {
  height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: var(--backaground-color-1);
  border: 1px solid var(--color-5);
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition:
    opacity,
    -webkit-transform 0.3s;
  transition:
    opacity,
    transform 0.3s;
  transition:
    opacity,
    transform 0.3s,
    -webkit-transform 0.3s;
}
.src-addons-FormComponent-NewSubform--style--show--3M3f4.src-addons-FormComponent-NewSubform--style--tableHeader--18hoQ {
  z-index: 999;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.src-addons-FormComponent-NewSubform--style--toolsbtn--27pFR {
  position: absolute;
  z-index: 998;
  top: 4px;
  left: -4px;
}

.src-addons-FormComponent-NewSubform--style--darkline--1H-no .src-addons-FormComponent-NewSubform--style--tableHeader--18hoQ {
  border-color: rgba(0, 0, 0, 0.6);
}
.src-addons-FormComponent-NewSubform--style--tableHeader--18hoQ button {
  margin-left: 10px;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable th,
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable td {
  border-color: var(--color-5) !important;
  color: var(--font-color-6);
  height: 30px;
  line-height: 29px;
  padding: 0 8px;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontableInput {
  line-height: 29px;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable th {
  background: var(--backaground-color-1);
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .ht_master .wtHolder {
  z-index: 2;
  /* overflow-x: hidden; */
}
.src-addons-FormComponent-NewSubform--style--operatorwarp--2Eje2 {
  width: 154px;
  background: var(--backaground-color-1);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable span.colHeader {
  width: 100%;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .agz-subform-header {
  width: 100%;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  height: 12px;
}
.src-addons-FormComponent-NewSubform--style--subfrom_header_required--3tYbK {
  color: #ef6161;
  margin-right: 10px;
  font-size: 18px;
}
.src-addons-FormComponent-NewSubform--style--subfrom_header_setting--1BNJx {
  position: absolute;
  right: 0;
  color: #1890ff;
  font-size: 13px;
}
.src-addons-FormComponent-NewSubform--style--subfrom_header_setting--1BNJx span {
  visibility: hidden;
}
.src-addons-FormComponent-NewSubform--style--sortOper--2clRT {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  cursor: pointer;
  height: 24px;
  align-items: center;
  padding: 0 8px;
  position: relative;
}
.src-addons-FormComponent-NewSubform--style--sortOperIcon--1RAHv {
  position: absolute;
  right: 10px;
  top: 4px;
}
.src-addons-FormComponent-NewSubform--style--sortOper--2clRT:hover {
  /* background: rgba(24, 144, 255,0.1); */
  background: var(--backgournd-color-b-2);
}
html .agz-subfrom-header.ant-popover-inner-content {
  padding: 10px 0;
}
.src-addons-FormComponent-NewSubform--style--widhtInput--1WsZe,
.src-addons-FormComponent-NewSubform--style--align--3F5yA {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  cursor: pointer;
  height: 38px;
  align-items: center;
  padding: 0 8px;
  margin-top: 10px;
  border-top: 1px solid var(--box-shadow-color-2);
  border-bottom: 1px solid var(--box-shadow-color-2);
}
.src-addons-FormComponent-NewSubform--style--align--3F5yA {
  margin-top: 0;
  border-top: 0;
}
html .agz-subfrom-header .ant-input-number-input,
html .agz-subfrom-header .ant-input-number-handler-wrap,
html .agz-subfrom-header .ant-input-number {
  border-radius: 0;
}
.src-addons-FormComponent-NewSubform--style--subfrom_header_text--1pF-5 {
  color: var(--font-color-1);
}
.src-addons-FormComponent-NewSubform--style--subfrom_header_text--1pF-5.src-addons-FormComponent-NewSubform--style--htRight--3N2UR {
  position: absolute;
  right: 20px;
}
.src-addons-FormComponent-NewSubform--style--subfrom_header_text--1pF-5.src-addons-FormComponent-NewSubform--style--htCenter--27Jv5 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.src-addons-FormComponent-NewSubform--style--subformenabled--1zL5a {
  width: 100%;
  position: absolute;
  z-index: 300;
  background: rgba(255, 255, 255, 0.3);
}

.src-addons-FormComponent-NewSubform--style--headerwarp--xreC5 {
  width: 100%;
  display: flex;
  height: 12px;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.src-addons-FormComponent-NewSubform--style--headerwarp--xreC5:hover .src-addons-FormComponent-NewSubform--style--subfrom_header_setting--1BNJx span {
  visibility: visible;
}
.src-addons-FormComponent-NewSubform--style--totalRowWarp--29zr8 {
  position: absolute;
  left: 0;
  border: 1px solid var(--color-5);
  border-top: none;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 1;
}

.src-addons-FormComponent-NewSubform--style--totalItem--1HdA1 {
  height: 40px;
  line-height: 46px;
  padding-left: 5px;
}
.src-addons-FormComponent-NewSubform--style--totalItem--1HdA1.src-addons-FormComponent-NewSubform--style--isNum--3Gxe_ {
  text-align: right;
  padding-right: 5px;
  padding-left: 0px;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable tr:nth-child(odd) td {
  background-color: var(--backaground-color-1);
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .src-addons-FormComponent-NewSubform--style--totalRowWarp--29zr8,
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable tr th {
  background-color: var(--color-5);
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable tr:nth-child(even) td {
  background-color: var(--color-7);
}
.src-addons-FormComponent-NewSubform--style--tabletrhover--1-HhX,
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable tr:hover td {
  background-color: var(--color-b-8);
}

html .src-addons-FormComponent-NewSubform--style--tablecomponent--2kCaq .agzItemLabel {
  display: none;
}
html .src-addons-FormComponent-NewSubform--style--tablecomponent--2kCaq .ant-legacy-form-explain {
  min-height: 0;
}
html .src-addons-FormComponent-NewSubform--style--tablecomponent--2kCaq .ant-select .ant-select-selector {
  height: 50px;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color1--1ChKn {
  color: #a094ed;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color2--297Fh {
  color: #50dad5;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color3--2BJ8a {
  color: #fd8f60;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color4--2J_UM {
  color: #7dcf64;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color5--3w_19 {
  color: #7ad6fd;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color6--2LtwS {
  color: #fd90b5;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color7--36Kud {
  color: #20caa0;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color8--cBFUj {
  color: #8b9ae3;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color9--1me5O {
  color: #8199af;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color10--1Fnyh {
  color: #fab9a5;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color11--DPRG0 {
  color: #31b9f8;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color12--1q_gQ {
  color: #baac93;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color13--3nKA9 {
  color: #ef6e64;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color14--3f0dN {
  color: #fd9adb;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color15--1xYtx {
  color: #aa7845;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color16--3GGDO {
  color: #138e53;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color17--37MKu {
  color: #83cbc4;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--color18--24akn {
  color: #1279bd;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--tdright--Pl5li {
  text-align: right;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--tdrleft--23Ggl {
  text-align: left;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--tdrcenter--1e79v {
  text-align: center;
}
html .src-addons-FormComponent-NewSubform--style--subform--1JoAF .handsontable .src-addons-FormComponent-NewSubform--style--blod--18cPy {
  font-weight: bold;
}

