@charset "UTF-8";
/*
 * Backgound Function Collection
 * Oct 19: Largely rewrite to be more flexible
 *      - Before/After taking "Content" now
 *      - Ignore the rest of parameters if neither Image nor color exist
 *      - Able to handle Hover & Active BG
 */
/* Positioning & Sizing Function Collection
 * 
 * Oct 19: Enhanced dimen, if only one parameter, make it square size
 */
/*
 * Backgound Function Collection
 * Oct 19: Largely rewrite to be more flexible
 *      - Before/After taking "Content" now
 *      - Ignore the rest of parameters if neither Image nor color exist
 *      - Able to handle Hover & Active BG
 */
/* Positioning & Sizing Function Collection
 * 
 * Oct 19: Enhanced dimen, if only one parameter, make it square size
 */
.ant-calendar-picker {
  width: 180px;
}
label .ant-calendar-picker {
  padding-top: 10px;
}

label.forDatepicker {
  padding-bottom: 0 !important;
}

.ant-calendar-picker-container {
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif !important;
}
.ant-calendar-picker-container .ant-calendar {
  border-radius: 0px;
  margin-top: 3px;
}
.ant-calendar-picker-container .ant-calendar .ant-calendar-clear-btn:only-child,
.ant-calendar-picker-container .ant-calendar .ant-calendar-today-btn:only-child {
  color: #005b75;
}
.ant-calendar-picker-container .ant-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-bottom: none;
  font-size: 1.4rem;
}
.ant-calendar-picker-container table tr th, .ant-calendar-picker-container table tr td {
  width: 33px;
  padding: 8px 0 !important;
  background-color: #FFFFFF !important;
  border: 0px !important;
}
.ant-calendar-picker-container .ant-calendar-input-wrap {
  height: 44px;
}
.ant-calendar-picker-container .ant-calendar-header {
  color: #272727;
}
.ant-calendar-picker-container .ant-calendar-header a:hover {
  color: #272727;
}
.ant-calendar-picker-container .ant-calendar-column-header .ant-calendar-column-header-inner {
  font-weight: 500;
}
.ant-calendar-picker-container .ant-calendar-today .ant-calendar-date {
  color: #005b75;
  border-color: transparent;
}

.ant-calendar-picker-clear, .ant-calendar-picker-icon {
  width: 20px;
  height: 20px;
  margin-top: 0;
  top: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .ant-calendar-picker {
    width: 100%;
  }

  .ant-calendar-picker-container table {
    border-top: 0px !important;
    display: table !important;
  }
  .ant-calendar-picker-container table tr {
    display: table-row !important;
  }
  .ant-calendar-picker-container table thead {
    display: table-header-group !important;
  }
  .ant-calendar-picker-container table tbody {
    display: table-row-group !important;
  }
  .ant-calendar-picker-container table tr td,
.ant-calendar-picker-container table tr th {
    display: table-cell !important;
  }
}
.full-width-row-div {
  margin-bottom: 10px;
}

.size-xss {
  width: 120px;
  max-width: 100%;
}

.size-xs {
  width: 180px;
  max-width: 100%;
}

.size-s {
  width: 280px;
  max-width: 100%;
}

.size-m {
  width: 380px;
  max-width: 100%;
}

.size-l {
  width: 480px;
  max-width: 100%;
}

.size-xl {
  width: 675px;
  max-width: 100%;
}

.size-tooltip {
  display: flex;
  width: 100%;
  max-width: 675px;
}

@media screen and (max-width: 767px) {
  .size-s,
.size-m,
.size-l,
.size-xl {
    width: 100%;
  }
}

.size-full {
  width: 100%;
}

.size-auto {
  width: auto;
}
@media screen and (max-width: 767px) {
  .size-auto {
    width: 100%;
  }
}

.size-auto-imp {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .size-auto-imp {
    width: 100% !important;
  }
}

.rightGap {
  margin-right: 24px;
}

.bottomGapImp {
  margin-bottom: 24px !important;
}

.rowMarginTop {
  margin-top: 24px;
}

fieldset {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  fieldset {
    width: 100%;
  }
}
fieldset.withInlineGap {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  fieldset.withInlineGap {
    margin-left: 0;
  }
}
fieldset.inlineBlock {
  display: inline-block;
}
fieldset.vB {
  vertical-align: bottom;
}
fieldset.vM {
  vertical-align: middle;
}
fieldset.vT {
  vertical-align: top;
}
fieldset.w1 {
  width: 10%;
}
fieldset.w2 {
  width: 20%;
}
fieldset.w3 {
  width: 30%;
}
fieldset.w4 {
  width: 40%;
}
fieldset.w5 {
  width: 50%;
}
fieldset.w6 {
  width: 60%;
}
fieldset.w7 {
  width: 70%;
}
fieldset.w8 {
  width: 80%;
}
fieldset.w9 {
  width: 90%;
}
@media screen and (max-width: 767px) {
  fieldset.w1, fieldset.w2, fieldset.w3, fieldset.w4, fieldset.w5, fieldset.w6, fieldset.w7, fieldset.w8, fieldset,
fieldset w9 {
    width: 100%;
  }
}

.ant-form label {
  font-size: 1.6rem;
  font-weight: normal;
  color: #272727;
  margin-bottom: 0;
}
.ant-form .rowTitle {
  font-size: 1.6rem;
  color: #272727;
  margin-bottom: 0;
  font-weight: 600;
  border-bottom: unset;
  padding-bottom: 10px;
}
.ant-form .rowTitle + .ant-radio-group {
  margin-top: 18px;
}

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  top: calc((100% - 10px) * 0.5);
}
.ant-input-affix-wrapper .ant-input-prefix + .ant-input {
  padding-left: 34px;
}

.ant-radio-wrapper .ant-radio-inner, .ant-radio-wrapper.ant-radio-wrapper-checked .ant-radio-inner {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  background-image: url(../../public/images/common/icon-radiobutton.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.ant-radio-wrapper .ant-radio-inner:after, .ant-radio-wrapper.ant-radio-wrapper-checked .ant-radio-inner:after {
  display: none;
}
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  background-image: url(../../public/images/common/icon-radiobutton-on.svg);
}
.ant-radio-wrapper .ant-radio-disabled .ant-radio-inner {
  background-image: url(../../public/images/common/icon-radiobutton-disabled.svg);
}
.ant-radio-wrapper .ant-radio-disabled.ant-radio-checked .ant-radio-inner {
  background-image: url(../../public/images/common/icon-radiobutton-disabled-on.svg);
}

.ant-radio-group {
  margin-top: 0 !important;
}
.ant-radio-group > label {
  margin-bottom: 10px;
  font-weight: normal;
  margin-right: 16px;
  white-space: break-spaces;
  text-indent: -30px;
  padding-left: 30px;
}

.ant-radio + span {
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .radio-group-tablet-vertical {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

div.ant-upload {
  border: solid 1px #c91d20;
}
div.ant-upload .ant-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #c91d20;
  border: none;
}
div.ant-upload .ant-btn:hover {
  border-color: #ff2831 !important;
  background-color: #fff !important;
  color: #ff2831 !important;
}
div.ant-upload .ant-btn:active {
  border-color: #ff2831 !important;
  background-color: #ffebec !important;
  color: #ff2831 !important;
}
div.ant-upload .ant-btn:focus {
  color: #c91d20 !important;
  -webkit-box-shadow: inset 0px 0px 0px 2px #0056b3;
  -moz-box-shadow: inset 0px 0px 0px 2px #0056b3;
  box-shadow: inset 0px 0px 0px 2px #0056b3;
}
div.ant-upload .anticon.anticon-upload {
  width: 24px;
  height: 24px;
  background-image: url(../../public/images/common/icon-upload.svg);
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
}
div.ant-upload .anticon.anticon-upload svg {
  display: none;
}

.ant-upload-list .ant-upload-list-item {
  min-height: 36px;
}
.ant-upload-list .ant-upload-list-item .ant-upload-list-item-info {
  padding-top: 8px;
  padding-left: 0;
}
.ant-upload-list .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-name {
  padding-left: 32px;
  font-size: 1.6rem;
  color: #005b75;
}
.ant-upload-list .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-card-actions {
  top: calc(50% - 12px);
}
.ant-upload-list .ant-upload-list-item .anticon.anticon-paper-clip {
  top: calc(50% - 8px);
  left: 8px;
  width: 16px;
  height: 16px;
  background-image: url(../../public/images/common/icon-clip.svg);
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.ant-upload-list .ant-upload-list-item .anticon.anticon-paper-clip svg {
  display: none;
}
.ant-upload-list .ant-upload-list-item.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #c91d20;
}
.ant-upload-list .ant-upload-list-item.ant-upload-list-item-error .anticon.anticon-delete {
  width: 24px;
  height: 24px;
  background-image: url(../../public/images/common/icon-del-error.svg);
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
}
.ant-upload-list .ant-upload-list-item.ant-upload-list-item-error .anticon.anticon-delete svg {
  display: none;
}
.ant-upload-list .ant-upload-list-item.ant-upload-list-item-error .anticon.anticon-paper-clip {
  width: 16px;
  height: 16px;
  background-image: url(../../public/images/common/icon-clip-error.svg);
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.ant-upload-list .ant-upload-list-item.ant-upload-list-item-error .anticon.anticon-paper-clip svg {
  display: none;
}
.ant-upload-list .ant-upload-list-item.ant-upload-list-item-done .anticon.anticon-delete {
  width: 24px;
  height: 24px;
  background-image: url(../../public/images/common/icon-del.svg);
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
}
.ant-upload-list .ant-upload-list-item.ant-upload-list-item-done .anticon.anticon-delete svg {
  display: none;
}

form textarea.ant-input {
  margin-bottom: 10px;
  min-height: 44px !important;
  padding: 9px 5px 11px 5px;
}
form textarea.ant-input.withRemark {
  margin-bottom: 10px !important;
}

label.ant-checkbox-wrapper:not(.ant-checkbox-group-item) span {
  font-weight: 600;
}

label.ant-checkbox-wrapper:not(.ant-checkbox-group-item) span .ant-checkbox-group-item,
.ant-checkbox-wrapper {
  padding-left: 32px;
  text-indent: -27px;
  margin-right: 16px;
  margin-bottom: 10px !important;
}
label.ant-checkbox-wrapper:not(.ant-checkbox-group-item) span .ant-checkbox-group-item .ant-checkbox-inner,
.ant-checkbox-wrapper .ant-checkbox-inner {
  left: -5px;
  width: 20px;
  height: 20px;
  background-image: url(../../public/images/common/icon-checkbox.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
label.ant-checkbox-wrapper:not(.ant-checkbox-group-item) span .ant-checkbox-group-item .ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-image: url(../../public/images/common/icon-checkbox-on.svg);
}

.ant-checkbox-checked:after {
  border: none;
}

.ant-checkbox-wrapper.plain:not(.ant-checkbox-group-item) {
  margin: 0 0 10px 0 !important;
  padding: 0;
  text-indent: 0;
}
.ant-checkbox-wrapper.plain:not(.ant-checkbox-group-item) span {
  font-weight: 300;
}
.ant-checkbox-wrapper.plain:not(.ant-checkbox-group-item) .ant-checkbox-inner {
  left: unset;
}

.ant-checkbox-wrapper.noLabel:not(.ant-checkbox-group-item) {
  margin-bottom: 0 !important;
}
.ant-checkbox-wrapper.noLabel:not(.ant-checkbox-group-item) .ant-checkbox {
  width: 20px;
  height: 20px;
}
.ant-checkbox-wrapper.noLabel:not(.ant-checkbox-group-item) span:not(.ant-checkbox) {
  padding: 0;
}
.ant-checkbox-wrapper.noLabel:not(.ant-checkbox-group-item) span:not(.ant-checkbox).d-md-none, .ant-checkbox-wrapper.noLabel:not(.ant-checkbox-group-item) span:not(.ant-checkbox).d-lg-none {
  margin-left: 11px;
}

.items-with-full-width .ant-radio-wrapper,
.items-with-full-width .ant-checkbox-wrapper {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mobile-vertical-by-full-width .ant-radio-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .mobile-vertical-by-full-width .ant-checkbox-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .mobile-vertical-by-block .ant-checkbox-wrapper {
    display: block;
  }
}
select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  height: 44px;
  cursor: pointer;
  padding: 9px 30px 11px 12px !important;
  margin-bottom: 10px;
  border: 1px solid #6c757d;
  background-color: #fff;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  background-image: url(../../public/images/common/icon-dropdown.svg) !important;
  background-position: center right 15px;
  background-size: 9px 7px;
  background-repeat: no-repeat;
}

.ant-input {
  min-height: 44px;
  border: 1px solid #6c757d;
  font-size: 1.6rem;
  color: #272727;
  border-radius: 0;
  margin-bottom: 10px;
}
.ant-input.size-m {
  width: 305px;
}
@media screen and (max-width: 767px) {
  .ant-input.size-m {
    width: 100%;
  }
}

label:not(.rowTitle) + .ant-input {
  margin-top: 10px;
}

.ant-input-number {
  height: initial;
  margin-bottom: 10px;
  border: none;
}
.ant-input-number.ant-input-number-focused {
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
  border: unset;
}
.ant-input-number .ant-input-number-input-wrap .ant-input-number-input {
  padding: 9px 15px 11px 12px;
  min-height: 44px;
  border: 1px solid #6c757d;
  font-size: 1.6rem;
  color: #272727;
  border-radius: 0;
  margin-bottom: 10px;
}
.ant-input-number .ant-input-number-handler-wrap {
  top: 3px;
  right: 3px;
  height: 38px;
}
.ant-input-number.withoutArrow .ant-input-number-handler-wrap {
  display: none !important;
}

.ant-input-number.withoutArrow {
  background-color: transparent;
}

.strong.ant-input input {
  font-weight: 600;
}

.strong.ant-input-number input {
  font-weight: 600;
}

.HKID-input .code {
  width: 120px;
}
.HKID-input .partialInputCode {
  width: 80px;
}
.HKID-input .partialHiddenCode {
  width: 60px;
}
.HKID-input .checkdigit {
  width: 40px;
}

.userIDInputWrapper {
  width: 305px;
}
.userIDInputWrapper .lblRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.userIDInputWrapper .lblRow .checkingLink {
  font-size: 1.6rem;
  font-weight: normal;
  color: #005b75;
  text-decoration: underline;
}

.has-error.has-feedback .ant-form-item-children-icon,
.has-success.has-feedback .ant-form-item-children-icon {
  width: 20px;
  height: 20px;
  right: 12px;
  top: initial;
  bottom: 21px;
  color: transparent;
}

.has-success.has-feedback .ant-form-item-children-icon {
  background-image: url(../../public/images/common/icon-acknowledge.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.has-error.has-feedback .ant-form-item-children-icon {
  background-image: url(../../public/images/common/icon-alert.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

textarea {
  resize: none;
  border-radius: 0;
  border: 1px solid #6c757d;
}

.formWrapper h2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  background-color: #000;
  color: #fff;
  font-size: 2.4rem;
  padding: 6px 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .formWrapper h2 {
    padding: 8px 12px;
  }
}
.formWrapper h3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  color: #272727;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0;
  margin: 6px 0 15px;
  background-color: #f5f5f7;
}
.formWrapper h3 + .content {
  margin-top: 12px;
}
.formWrapper h4 {
  margin-top: 6px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #495057;
}
.formWrapper p {
  font-size: 1.6rem;
  font-weight: normal;
  color: #272727;
}
.formWrapper .remark {
  color: #707070;
  margin-top: -14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .formWrapper .MD-bold {
    font-weight: 600;
  }
}
.formWrapper .titleRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.formWrapper .titleRow h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.formWrapper .titleRow .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
}
.formWrapper .titleRow .editBtn,
.formWrapper .titleRow .cancelBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.6rem;
  color: #005b75;
  line-height: 1.69;
  font-weight: 500;
  padding: 4px 0 0 26px;
  margin-bottom: 15px;
  margin-left: 8px;
  background-image: url(../../public/images/common/icon-edit.svg);
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat;
}
.formWrapper .titleRow .cancelBtn {
  background-image: url(../../public/images/common/icon-cancel.svg);
}

.formSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.formSection .inputGroup.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .formSection .inputGroup.inline {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.formSection .inputGroup.inline .inline-cell + .inline-cell {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .formSection .inputGroup.inline .inline-cell + .inline-cell {
    margin-left: 0;
  }
}
.formSection .content {
  background-color: #f5f5f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 24px 24px 24px 24px;
}
@media screen and (max-width: 767px) {
  .formSection .content {
    padding: 20px 12px 6px;
  }
}
@media screen and (max-width: 991px) {
  .formSection .content .lg-vertical {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .formSection .content .md-vertical {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.formSection .content .wrapable {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.formSection .content .wrapable .ant-form-item {
  margin: 0 0 14px;
}
.inlineFlexFitRowWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .inlineFlexFitRowWrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.inlineFlexFitRowWrapper > * {
  margin-right: 20px;
}
.inlineFlexFitRowWrapper > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .inlineFlexFitRowWrapper > * {
    margin-right: 0;
  }
}
.inlineFlexFitRowWrapper .widthAuto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.inlineFlexFitRowWrapper .widthAutoImportant {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.inlineRowWrapper,
.inlineRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.inlineRowWrapper > *:not(fieldset),
.inlineRow > *:not(fieldset) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .inlineRowWrapper > *:not(fieldset),
.inlineRow > *:not(fieldset) {
    margin-right: 0;
  }
}
.inlineRowWrapper .btn,
.inlineRowWrapper button,
.inlineRowWrapper input,
.inlineRowWrapper select,
.inlineRowWrapper textarea,
.inlineRow .btn,
.inlineRow button,
.inlineRow input,
.inlineRow select,
.inlineRow textarea {
  margin-right: 20px;
  margin-bottom: 10px !important;
}
.inlineRowWrapper .btn:last-child,
.inlineRowWrapper button:last-child,
.inlineRowWrapper input:last-child,
.inlineRowWrapper select:last-child,
.inlineRowWrapper textarea:last-child,
.inlineRow .btn:last-child,
.inlineRow button:last-child,
.inlineRow input:last-child,
.inlineRow select:last-child,
.inlineRow textarea:last-child {
  margin-right: 0;
}
.inlineRowWrapper .btn:first-child,
.inlineRowWrapper button:first-child,
.inlineRowWrapper input:first-child,
.inlineRowWrapper select:first-child,
.inlineRowWrapper textarea:first-child,
.inlineRow .btn:first-child,
.inlineRow button:first-child,
.inlineRow input:first-child,
.inlineRow select:first-child,
.inlineRow textarea:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .inlineRowWrapper .btn,
.inlineRowWrapper button,
.inlineRowWrapper input,
.inlineRowWrapper select,
.inlineRowWrapper textarea,
.inlineRow .btn,
.inlineRow button,
.inlineRow input,
.inlineRow select,
.inlineRow textarea {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .inlineRowWrapper,
.inlineRow {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .inlineRowWrapper .btn,
.inlineRowWrapper button,
.inlineRowWrapper input[type=button],
.inlineRowWrapper input[type=submit],
.inlineRow .btn,
.inlineRow button,
.inlineRow input[type=button],
.inlineRow input[type=submit] {
    width: 100%;
  }
}

.formSection .content .inlineButtons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.formSection .content .inlineButtons button {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .formSection .content .inlineButtons button {
    margin-right: 0;
  }
  .formSection .content .inlineButtons button:first-child {
    margin-top: 0;
  }
}
.formSection .content .inlineButtons button + button {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .formSection .content .inlineButtons {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .formSection .content .inlineButtons button {
    margin-left: 0;
    margin-top: 12px;
  }
}
.inline-btn-wrapper {
  padding-top: 20px;
  margin-right: 0 !important;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .inline-btn-wrapper {
    margin-left: 0;
    width: 100%;
    padding-top: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .inline-btn-wrapper button,
.inline-btn-wrapper .btn,
.inline-btn-wrapper input {
    margin-top: 0;
  }
}
.inline-btn-wrapper button:last-child,
.inline-btn-wrapper .btn:last-child,
.inline-btn-wrapper input:last-child {
  margin-right: 0;
}

.formSection .content .singleLineByFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.formSection .content .singleLineByFlex input,
.formSection .content .singleLineByFlex select,
.formSection .content .singleLineByFlex textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.formSection .content .singleLineByFlex label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 12px;
}
.formSection .content .singleLineByFlex label:not(.rowTitle) + .ant-input {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .formSection .content .singleLineByFlex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.borderWrapper,
.followUpWrapper {
  background-color: #fff;
  padding: 20px 24px 6px;
  border: solid 1px #e1e1ea;
  margin: 5px 0 10px 30px;
  width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .borderWrapper,
.followUpWrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.borderWrapper.vertical,
.followUpWrapper.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.borderWrapper {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .borderWrapper {
    padding-bottom: 6px;
  }
}

.editorBorder {
  border: solid 1px #005b75;
}

.noticeContainer p,
.noticeContainer label,
.noticeSection p,
.noticeSection label {
  font-size: 1.6rem;
  font-weight: normal;
}
.noticeContainer p + p,
.noticeSection p + p {
  margin-top: 24px;
}
.noticeContainer .userSelectionRecap,
.noticeSection .userSelectionRecap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 1.6rem;
  font-weight: 600;
  color: #272727;
}
.noticeContainer .userSelectionRecap i.icn,
.noticeSection .userSelectionRecap i.icn {
  margin-right: 8px;
}

.noticeSection {
  margin-bottom: 30px;
}

.ant-row {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ant-row {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .infoRow {
    width: 100%;
  }
}

.infoRow,
.ant-form-item,
.ant-form-vertical .ant-form-item {
  padding-bottom: 0;
  margin-bottom: 14px;
}
.infoRow.fullW,
.ant-form-item.fullW,
.ant-form-vertical .ant-form-item.fullW {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .withFollowUpComponents-md {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .vertical-in-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .vertical-in-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.vertical-in-mobile label.ant-checkbox-wrapper {
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .followUpComponent {
    display: block;
    margin: 0 0 10px 30px;
    max-width: calc(100% - 30px);
  }
}

.indentComponent {
  margin-left: 30px;
  max-width: calc(100% - 30px) !important;
}

.withInlineFollowUp {
  margin-right: 0 !important;
}
.withInlineFollowUp span:last-child {
  padding-right: 4px;
}
.withInlineFollowUp + .tooltipsIcon {
  margin-left: 0;
}

.mandatoryStar {
  color: #c91d20;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.mandatoryRemark {
  margin-bottom: 14px;
}
.mandatoryRemark,
.mandatoryRemark .mandatoryStar {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71;
}

.captchaWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px auto;
  grid-template-columns: 180px auto;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  row-gap: 14px;
  grid-template-areas: "capImg aBtn" "capImg rBtn";
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  row-gap: 14px;
  margin-bottom: 30px;
}
.captchaWrapper .captchaImage {
  width: 180px;
  height: 70px;
  -ms-grid-rows: 1;
  grid-template-rows: 1;
  -ms-grid-row-span: 1;
  -ms-grid-columns: 1;
  grid-template-columns: 1;
  grid-area: capImg;
}
.captchaWrapper .audioBtn {
  grid-area: aBtn;
  -ms-grid-rows: 1;
  grid-template-rows: 1;
  -ms-grid-columns: 2;
  grid-template-columns: 2;
  -ms-grid-row-align: end;
  -webkit-align-self: end;
  -moz-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  background-image: url(../../public/images/common/icon-audio.svg);
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.captchaWrapper .refreshBtn {
  grid-area: rBtn;
  -ms-grid-rows: 2;
  grid-template-rows: 2;
  -ms-grid-columns: 2;
  grid-template-columns: 2;
  -ms-grid-row-align: start;
  -webkit-align-self: start;
  -moz-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
  background-image: url(../../public/images/common/icon-refresh.svg);
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.has-error .ant-input,
.has-error .ant-input:hover,
.has-error .ant-input-number-input,
.has-error .ant-input-number-input:hover {
  border-color: #c91d20 !important;
}
.has-error .ant-form-explain {
  font-weight: 400;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #c91d20;
}

.ant-form-vertical .ant-form-explain {
  margin-top: -5px;
  margin-bottom: 0;
}

.share-capital-input .ant-table-column-title {
  white-space: pre-line;
}
.share-capital-input .class-of-share {
  width: 130px;
}
.share-capital-input td:nth-child(2) .ant-input-number {
  width: 130px;
}
.share-capital-input :not(:nth-child(2)) .ant-input-number {
  width: 160px;
}
.share-capital-input select, .share-capital-input .ant-input-number-input {
  margin-bottom: 0;
}

.shareholder-share-capital th:first-child {
  width: 200px;
}
.shareholder-share-capital select, .shareholder-share-capital .ant-input-number-input {
  margin-bottom: 0;
}

.shtFormTable-number-size-m input {
  font-size: 90% !important;
  padding: 9px 2px 11px 2px !important;
}

.shtFormTable-number-size-s input {
  font-size: 85% !important;
  padding: 9px 2px 11px 2px !important;
}

.zero-margin .ant-row.ant-form-item {
  margin-bottom: 0px;
  line-height: 25px;
}

.nc-center .ant-table-thead > tr > th {
  text-align: center;
}

.es-form-component * > textarea.ant-input, .formSection * > textarea.ant-input {
  min-height: 44px !important;
  line-height: 1.5;
  margin-right: unset !important;
  padding: 9px 5px 11px 5px !important;
}

.details-table-data {
  white-space: break-spaces;
  word-break: break-word;
  overflow-wrap: break-word;
}

div.nowrap .ant-btn {
  white-space: nowrap;
}

.ant-modal-confirm-btns {
  display: flex;
}

.skip-link {
  font-size: 15px;
  font-style: italic;
  position: absolute;
  left: -5000px;
  top: -5000px;
  transition: 0.3s ease;
}

.skip-link:focus {
  max-height: 1920px;
  display: inline-block;
  padding: 15px;
  margin: 5px;
  outline: 3px solid #AA181B !important;
  text-decoration: underline;
  left: 20px;
  top: 20px;
  color: #FFF;
  background-color: #AA181B;
}

.uploadDeleteIcon {
  background-image: url(../../assets/img/delete.svg);
}

.formTable * > select,
.formTable * > input {
  margin-bottom: 10px !important;
}

.formTable * > textarea.ant-input {
  padding: 8px 5px 9px 5px !important;
  line-height: 1.5 !important;
}

.ant-input-number-input:disabled {
  background-color: #f5f5f5;
}

.ant-modal-confirm-body-wrapper button.ant-btn {
  min-width: 100px;
}

.ant-modal-confirm-body-wrapper button.ant-btn.ant-btn-primary {
  background-color: #c91d20;
  border-color: #c91d20;
  color: #fff;
}

table[name="shortFrmTable"].formTable td{
	vertical-align: baseline;
}
td.calculated{
  font-size: 1.6rem;
  text-align: center !important;
  vertical-align: inherit !important;
}
@media screen and (max-width: 767px) {
  td.calculated{
    font-size: 1.6rem;
    text-align:left !important;
    vertical-align: inherit !important;
  }
}

@media screen and (max-width: 767px) {
	.actionBtnDiv{
		display: flex; flex-direction: column-reverse;
	}
}
.tableColCenter .inlineRow {
  display: block;
}

