/*
 * 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
 */
.text-normal {
  white-space: normal !important;
}

textarea:disabled, select:disabled {
  color: black !important;
  opacity: 0.7 !important;
}

.ant-fair-margin-l {
  margin-left: 10px;
}
.ant-fair-margin-r {
  margin-right: 10px;
}
.ant-fair-margin-t {
  margin-top: 10px;
}
.ant-fair-margin-b {
  margin-bottom: 10px;
}

[v-cloak] {
  display: none;
}

body.theme-g .ant-spin {
  color: #51943D;
}

body.theme-o .ant-spin {
  color: #EA7400;
}

/* make label break space */
.ant-form-item-label {
  white-space: break-spaces;
}

.ant-form label {
  white-space: break-spaces;
}

@media screen and (max-width: 768px) {
  .ant-form-item-label {
    display: block;
    width: 100%;
  }
}
/* Message UL */
.messageListStyleNumber {
  list-style-type: upper-greek;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.ant-input-number {
  margin-bottom: 0px;
}

/* ant form item hkid */
.ant-form-item-hkid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ant-form-item-hkid-wrapper .hkIdChkDgt {
  margin-left: 14px;
  width: 56px;
}
.ant-form-item-hkid-wrapper .hkIdChkDgt input {
  margin-bottom: 0px;
  width: 40px;
}
.ant-form-item-hkid-wrapper .hkIdChkDgt .ant-form-item-children {
  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;
}
.ant-form-item-hkid-wrapper .hkIdChkDgt .ant-form-item-children:before {
  content: "(";
  padding-right: 5px;
}
.ant-form-item-hkid-wrapper .hkIdChkDgt .ant-form-item-children:after {
  content: ")";
  padding-left: 5px;
}

/* ant form item hkid */
/* ant upload loading */
.ant-upload-list .ant-upload-list-item .anticon.anticon-loading {
  top: calc(50% - 8px);
  left: 8px;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
}

/* ant upload loading */
/* upload button class */
.ant-btn.icris3-upload-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: solid 1px #c91d20;
  margin-bottom: 10px;
}
.ant-btn.icris3-upload-btn:hover {
  border-color: #ff2831 !important;
  background-color: #fff !important;
  color: #ff2831 !important;
}
.ant-btn.icris3-upload-btn:active {
  border-color: #ff2831 !important;
  background-color: #ffebec !important;
  color: #ff2831 !important;
}
.ant-btn.icris3-upload-btn:focus {
  color: #c91d20 !important;
  box-shadow: inset 0px 0px 0px 2px #0056b3 !important;
}
.ant-btn.icris3-upload-btn .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;
}
.ant-btn.icris3-upload-btn .anticon.anticon-upload svg {
  display: none;
}

.ant-upload-list.icris3-upload-list .ant-upload-list-item {
  min-height: 36px;
}
.ant-upload-list.icris3-upload-list .ant-upload-list-item .ant-upload-list-item-info {
  padding-top: 8px;
  padding-left: 0;
}
.ant-upload-list.icris3-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.icris3-upload-list .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-card-actions {
  top: calc(50% - 12px);
}
.ant-upload-list.icris3-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.icris3-upload-list .ant-upload-list-item .anticon.anticon-paper-clip svg {
  display: none;
}
.ant-upload-list.icris3-upload-list .ant-upload-list-item.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #c91d20;
}
.ant-upload-list.icris3-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.icris3-upload-list .ant-upload-list-item.ant-upload-list-item-error .anticon.anticon-delete svg {
  display: none;
}
.ant-upload-list.icris3-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.icris3-upload-list .ant-upload-list-item.ant-upload-list-item-error .anticon.anticon-paper-clip svg {
  display: none;
}
.ant-upload-list.icris3-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.icris3-upload-list .ant-upload-list-item.ant-upload-list-item-done .anticon.anticon-delete svg {
  display: none;
}

/* upload button class */
@media screen and (max-width: 768px) {
  .full-width-ant-upload-wrapper .ant-upload {
    width: 100%;
  }
}

body.theme-g .ant-spin {
  color: #51943D;
}

body.theme-o .ant-spin {
  color: #EA7400;
}

.has-error .ant-form-item-children select {
  border-color: #c91d20;
}

.width-fit {
  width: fit-content;
}

.h6-size {
  font-size: 1.6rem;
  font-weight: normal;
}

.span-with-antd-input {
  display: block;
  border: 1px solid #6c757d;
  border-radius: 0;
  padding: 9px 15px 11px 12px;
}
.span-with-antd-input.disabled {
  color: black !important;
  opacity: 0.7 !important;
  cursor: not-allowed;
}

.ant-radio-group.radio-full-size .ant-radio-input {
  width: 100%;
  height: 100%;
}

td .ant-input,
td .ant-input-number,
td .ant-form-item {
  margin: 0;
}

.code-s {
  width: 150px !important;
}

.ant-checkbox-group label.ant-checkbox-wrapper span {
  font-weight: normal;
}

.ant-form .inside-wrapper-font-weight-normal label.rowTitle {
  font-weight: normal;
}

.a11ySlick .slick-card button, .whatsnew-wrapper #whats-news-detail-btn {
  min-width: 130px;
  width: 130px;
  padding: 0.375rem 0.75rem;
}

.carouselGrid.annoucement-grid {
  display: flex;
  padding-top: 15px;
}

.a11ySlick.announcementSlick .slick-card .desc.withBtn .content {
  min-height: 9.6rem;
  text-align: justify;
}
.a11ySlick.announcementSlick .slick-card .desc.withBtn button {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .a11ySlick.announcementSlick:not(.narrowAnnouncement) {
    width: 100% !important;
  }
}
.a11ySlick.announcementSlick:not(.narrowAnnouncement) .slick-card .desc.withBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.a11ySlick.announcementSlick:not(.narrowAnnouncement) .slick-card .desc.withBtn .content.slick-card-content {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .a11ySlick.announcementSlick:not(.narrowAnnouncement) .slick-card .desc.withBtn .content.slick-card-content {
    padding-right: 0px;
  }
}
.a11ySlick.what-news-grid-wrapper .slick-control-wrapper, .a11ySlick.announcementSlick:not(.narrowAnnouncement) .slick-control-wrapper {
  margin-top: 30px;
  position: initial;
  right: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.a11ySlick.what-news-grid-wrapper .slick-control-wrapper .slick-dots, .a11ySlick.announcementSlick:not(.narrowAnnouncement) .slick-control-wrapper .slick-dots {
  width: auto;
}
.a11ySlick.narrowAnnouncement .slick-control-wrapper {
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .a11ySlick.narrowAnnouncement .slick-control-wrapper {
    position: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.a11ySlick .slick-control-wrapper .slick-autoplay-toggle-button {
  position: initial;
  padding: 0px;
  height: 18px;
  width: 18px;
}
.a11ySlick .slick-control-wrapper .slick-autoplay-toggle-button .slick-pause-icon, .a11ySlick .slick-control-wrapper .slick-autoplay-toggle-button .slick-play-icon {
  height: 18px;
  width: 18px;
  display: inline-block;
}
.a11ySlick .slick-control-wrapper .slick-dots {
  position: initial !important;
  line-height: 0;
  margin-top: 0px;
  margin-left: 5px;
}

.slick-autoplay-toggle-button {
  z-index: 1 !important;
}

@media screen and (max-width: 767px) {
  .announcement-grid-wrapper .a11ySlick {
    width: 100% !important;
  }
}
.announcement-grid-wrapper .a11ySlick.announcementSlick.narrowAnnouncement .slick-slide .slick-card h2 {
  padding-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .announcement-grid-wrapper .a11ySlick.announcementSlick.narrowAnnouncement .slick-slide .slick-card {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  header nav.mainNav > ul > li {
    flex-grow: 1;
  }
}
@media screen and (min-width: 992px) {
  header nav.mainNav > ul > li > a {
    text-align: center;
  }
}

.nested-list-reviewer.card-body {
  padding: 3.5rem;
}
.nested-list-reviewer h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 24px;
}
.nested-list-reviewer h3:first-of-type {
  margin-top: 0px;
}
.nested-list-reviewer ol {
  padding-left: 24px;
}
.nested-list-reviewer ol li {
  padding-left: 8px;
}
.nested-list-reviewer ol li + li {
  padding-top: 8px;
}
.nested-list-reviewer ol li ol {
  counter-reset: list;
  margin: 0;
  padding-left: 18px;
}
.nested-list-reviewer ol li ol li {
  padding-left: 20px;
  padding-top: 8px;
  list-style: none;
  position: relative;
}
.nested-list-reviewer ol li ol[type=a] > li:before {
  content: "(" counter(list, lower-alpha) ") ";
  counter-increment: list;
  position: absolute;
  left: -1.5rem;
}
.nested-list-reviewer ol li ol[type=i] > li:before {
  content: "(" counter(list, lower-roman) ") ";
  counter-increment: list;
  position: absolute;
  left: -1.5rem;
}
.nested-list-reviewer ol li ol[type=R] > li:before {
  content: counter(list, upper-roman) ". ";
  counter-increment: list;
  position: absolute;
  left: -1.5rem;
}

body.onsite header {
  padding-top: 92px;
}
@media screen and (max-width: 991px) {
  body.onsite header .topBar {
    min-height: 63px;
  }
}

.announcement-grid-wrapper .a11ySlick .slick-arrow.slick-prev, .announcement-grid-wrapper .a11ySlick .slick-arrow.slick-next, .announcement-grid-wrapper.a11ySlick .slick-arrow.slick-prev, .announcement-grid-wrapper.a11ySlick .slick-arrow.slick-next {
  top: 50%;
}

.filename-wrapper {
  max-width: 90%;
}
@media screen and (max-width: 575px) {
  .filename-wrapper {
    max-width: inherit;
  }
}

.ant-upload-list-item-error .ant-upload-list-item-info .ant-upload-list-item-name {
  padding-right: 8px;
}

.inlineButtons > .act-btn {
  margin-bottom: 10px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .inlineButtons > .act-btn {
    margin-left: 0px;
  }
}

.ant-upload-file-list-with-spacing span.ant-upload-list-item-name {
  padding-right: 15px;
}

.responsive-hscroll-desktop-only-table table tr td.d-inline-with-tooltip .tooltipsIcon,
:not(.responsive-hscroll-table):not(.non-responsive-table-container) > table tr td.d-inline-with-tooltip .tooltipsIcon {
  display: none;
}
@media screen and (max-width: 767px) {
  .responsive-hscroll-desktop-only-table table tr td.d-inline-with-tooltip .tooltipsIcon,
  :not(.responsive-hscroll-table):not(.non-responsive-table-container) > table tr td.d-inline-with-tooltip .tooltipsIcon {
    display: inline-block;
  }
  .responsive-hscroll-desktop-only-table table tr td.d-inline-with-tooltip[data-title]::before,
  :not(.responsive-hscroll-table):not(.non-responsive-table-container) > table tr td.d-inline-with-tooltip[data-title]::before {
    display: inline-block;
  }
  .responsive-hscroll-desktop-only-table table tr td.d-inline-with-tooltip > span,
  :not(.responsive-hscroll-table):not(.non-responsive-table-container) > table tr td.d-inline-with-tooltip > span {
    display: block;
    width: 100%;
  }
}

.ant-checkbox-group.vertical-layout, .ant-radio-group.vertical-layout {
  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: 991px) {
  body.mobileOpen, body.header-overlay-cover {
    position: fixed;
    overflow-y: hidden;
  }
  body.menu-level-2 header nav.mainNav.mobileOpen .firstLevelMenu {
    height: auto;
    min-height: calc(100vh - 90px);
    min-height: calc(var(--vh, 1vh) * 100 - 90px);
    overflow-y: hidden;
  }
  body.menu-level-2 header nav.mainNav.mobileOpen .secondLevelMenuWrapper {
    overflow-y: auto;
  }
  body.menu-level-3 header nav.mainNav.mobileOpen .firstLevelMenu, body.menu-level-3 header nav.mainNav.mobileOpen .secondLevelMenuWrapper {
    min-height: calc(100vh - 90px);
    min-height: calc(var(--vh, 1vh) * 100 - 90px);
    overflow-y: hidden;
  }
  body.menu-level-3 header nav.mainNav.mobileOpen .thirdLevelMenu {
    overflow-y: auto;
  }
}

@media screen and (max-width: 991px) {
  header nav.mainNav.mobileOpen .secondLevelMenuWrapper .thirdLevelMenu {
    position: fixed;
    top: 90px;
  }
  header nav.mainNav.mobileOpen .secondLevelMenuWrapper.withThirdLevelOpened .thirdLevelMenu[aria-expanded=true], header nav.mainNav.mobileOpen .secondLevelMenuWrapper.withThirdLevelOpened .thirdLevelMenu.expanded {
    height: calc(100vh - 90px);
    height: calc(var(--vh, 1vh) * 100 - 90px);
    overflow-y: auto;
  }
  header nav.mainNav.mobileOpen .secondLevelMenuWrapper ul.thirdLevelMenu {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}

body .ant-upload-list .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: initial;
}
body .ant-upload-list .ant-upload-list-item .anticon.anticon-paper-clip {
  display: none;
}
body .ant-upload-list .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-name {
  padding-left: 0px;
  padding-right: 20px;
  width: initial;
  max-width: calc(100% - 44px);
  cursor: pointer;
  text-decoration: underline;
}
body .ant-upload-list .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-card-actions {
  position: initial;
  opacity: initial;
}
body .ant-upload-list .ant-upload-list-item.ant-upload-list-item-error .anticon.anticon-delete {
  background-image: url(../../assets/img/delete-error.svg);
}
body .ant-upload-list .ant-upload-list-item.ant-upload-list-item-done .anticon.anticon-delete {
  background-image: url(../../assets/img/delete.svg);
}
body .ant-upload-list .ant-upload-list-item.ant-upload-list-item-uploading .ant-upload-list-item-info .ant-upload-list-item-name {
  padding-left: 40px;
}
body .ant-upload-list .ant-upload-list-item.ant-upload-list-item-uploading .ant-upload-list-item-card-actions .anticon.anticon-delete {
  height: 24px;
  width: 24px;
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/delete.svg);
}
body .ant-upload-list .ant-upload-list-item.ant-upload-list-item-uploading .ant-upload-list-item-card-actions .anticon.anticon-delete svg {
  display: none;
}

.has-error .ant-input[disabled] {
  background-color: initial;
}

.iamsmart-opener > .card-header {
  background-color: #E9E3CD;
  font-weight: 600;
}
.iamsmart-opener ol.instruction-list {
  list-style: decimal;
  padding-left: 1.25rem;
}
.iamsmart-opener ol.instruction-list li {
  color: #272727;
}
.iamsmart-opener ol.instruction-list li:first-child {
  color: #2B7366;
}
.iamsmart-opener ol.linkage-instruction-list {
  padding-left: 1.25rem;
}
.iamsmart-opener ol.linkage-instruction-list li {
  color: #272727;
}
.iamsmart-opener img.iamsmart-tap {
  height: 80px;
  width: 80px;
}

.iamsmart-btn.dark {
  background-color: #2B7366;
  border: none;
  color: #FFFFFF;
  padding: 4.375px 8.75px 4.375px 8.75px;
  cursor: pointer;
  outline: none;
  border-radius: 10px;
  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-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-family: "Noto Sans SC", Arial, Helvetica, sans-serif;
}
.iamsmart-btn.dark img {
  width: 26px;
  height: 35px;
}
.iamsmart-btn .button-text {
  font-size: 16.2px;
  padding-left: 8.75px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}

.es-form-component .ant-radio-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.es-form-component.indent .ant-form-explain {
  margin-left: 30px;
  max-width: calc(100% - 30px);
}

.items-with-full-width {
  width: 100%;
}

.text-pre-line {
  white-space: pre-line;
}

@media screen and (max-width: 767px) {
  body .welcome-wrapper .welcome {
    padding-bottom: 20px;
  }
}

#icris3-cookie-policy {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background-color: rgba(63, 63, 63, 0.95);
  padding: 20px;
  color: white;
}
#icris3-cookie-policy #policy-content {
  border-right: 1px solid white;
}
@media screen and (max-width: 767px) {
  #icris3-cookie-policy #policy-content {
    border-right: initial;
  }
}

.ant-radio-group > div.inlineRow {
  padding-bottom: 10px;
}
.ant-radio-group > div.inlineRow .ant-radio-wrapper label.rowTitle {
  display: inline;
}

@media screen and (max-width: 991px) {
  @supports (-webkit-touch-callout: none) {
    header .topBar .profileDropDown .listbox#account-menu-dropdown {
      max-height: calc(100vh - 170px);
    }
  }
}
.ant-form-item-hkid-wrapper .hkIdChkDgtPW {
  margin-left: 14px;
  width: 80px;
}

.ant-form-item-hkid-wrapper .hkIdChkDgtPW input {
  margin-bottom: 0px;
  width: 65px;
}

.ant-form-item-hkid-wrapper .hkIdChkDgtPW .ant-form-item-children {
  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;
}

.ant-form-item-hkid-wrapper .hkIdChkDgtPW .ant-form-item-children:before {
  content: "(";
  padding-right: 5px;
}

.ant-form-item-hkid-wrapper .hkIdChkDgtPW .ant-form-item-children:after {
  content: ")";
  padding-left: 5px;
}

.ant-checkbox-disabled + span, .ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.55);
}

p.icris3-row-title {
  font-weight: 600 !important;
  font-size: 1.6rem !important;
  margin-bottom: 10px;
}

.content-with-aside {
  width: 825px;
}
@media screen and (max-width: 991px) {
  .content-with-aside {
    width: 100%;
  }
}

.ant-table-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}

.dark-red {
  color: rgb(220, 0, 0) !important;
}

.bg-gray {
  background-color: #f5f5f7;
}

.nc-pdf-viewer {
  height: 80vh;
}

#account-menu-name, #account-menu-name-dropdown {
  display: block;
}
@media screen and (max-width: 1140px) {
  #account-menu-name, #account-menu-name-dropdown {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .iamsmart-ant-radio {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .iamsmart-ant-radio .ant-radio {
    vertical-align: super;
  }
}
.iamsmart-ant-radio .ant-radio + span {
  display: inline-block;
  padding-right: 0px;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .iamsmart-ant-radio .ant-radio + span {
    position: initial;
    top: initial;
  }
}
.iamsmart-ant-radio #iamsmart-view-only-more-info {
  position: absolute;
  top: 50px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .iamsmart-ant-radio #iamsmart-view-only-more-info {
    left: 57px;
  }
}
.iamsmart-ant-radio .button-text {
  display: inline-block;
  text-indent: 0px;
  padding-right: 10px;
  padding-left: 8.75px;
  text-overflow: initial;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.ant-table-content:has(.responsive-hscroll-table).has-shadow-left::before, .ant-table-content:has(.responsive-hscroll-table).has-shadow-right::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 2em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: radial-gradient(at 0 50%, rgba(0, 0, 0, 0.25), transparent 70%), linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent 50%);
  background-size: 2em 100%;
  background-repeat: no-repeat;
}
.ant-table-content:has(.responsive-hscroll-table).has-shadow-right::after {
  right: 0;
  transform: rotate(180deg);
}
.ant-table-content:has(.responsive-hscroll-table).has-shadow-left::before {
  left: 0;
}
.ant-table-content #resultTable thead tr th{
  min-width: 110px;
}
.ant-table-content #resultTable tbody tr td:nth-child(4){
  white-space: nowrap;
}
.ant-form legend.sr-only {
  width: initial !important;
}

.ant-radio-group.disabled-radio-toggleable .disabled-radio-input {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  opacity: 1;
  cursor: pointer;
}

.modal-content .actionBtnDiv:has(.primary) button:not(.primary){
  min-width: 130px;
}