/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.teach-common-user-list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.teach-common-user-list-top {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.teach-common-user-list-items {
  flex: 1;
  overflow: auto;
}
.teach-common-user-list-item-container {
  padding-bottom: 2px;
}
.teach-common-user-list-item {
  position: relative;
  background-color: var(--bg-gray-light);
  padding: 0 10px;
  height: 50px;
  display: flex;
  align-items: center;
  border: solid 2px transparent;
  border-radius: 4px;
}
.teach-common-user-list-item-click {
  cursor: pointer;
}
.teach-common-user-list-item-select {
  background-color: #EEFDFF;
  border-color: #0EA9B8;
}
.teach-common-user-list-item-text {
  flex: 1;
  margin-left: 50px;
  padding: 0 20px;
}
.teach-common-user-list-item-icon {
  display: inline-block;
  background: var(--bg-gray);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top: 2px;
  font-size: 21px;
  cursor: pointer;
}
.teach-common-user-list-item-icon:before {
  color: var(--text-gray);
}
.teach-common-user-list-bottom {
  border-top: 1px solid var(--normal-border);
  padding-top: 10px;
}
.teach-common-user-list-link {
  margin-top: 6px;
}
.teach-common-user-list-link-line {
  border-left: 1px solid var(--normal-border);
  margin: 4px 6px;
  display: inline-block;
  height: 14px;
  vertical-align: top;
}
.teach-common-user-list-items-multicolumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teach-common-user-list-item-multicolumn {
  width: 49%;
}
.teach-common-user-list-drag {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-gray);
  margin-top: var(--margin-xs);
  border-radius: 16px;
  font-weight: var(--font-semibold);
  font-size: var(--font-m);
}
.teach-common-user-list-drag > span {
  font-size: 24px;
}
.teach-common-user-list-nosearchresult {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.teach-common-user-list-text-content {
  text-decoration: underline !important;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.teach-common-mapping-create-config {
  background-color: var(--table-header-bg);
  border: var(--border-m) none var(--table-header-bg);
  border-radius: var(--radius-s);
  box-shadow: var(--shadow-size-l) var(--shadow-color);
  padding-top: 10px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.teach-common-course-create {
  height: 100%;
}
.teach-common-course-create-icon-title {
  display: flex;
  align-items: center;
}
.teach-common-course-create-email-template-main {
  margin-left: 6px !important;
  margin-top: 8px !important;
}
.teach-common-course-create-email-template-check-container {
  display: flex;
  font-weight: var(--font-bold);
  margin-bottom: var(--margin-xs);
  white-space: pre-wrap;
}
.teach-common-course-create-email-template-send-option {
  margin-top: 16px;
}
.teach-common-course-create-email-template-check {
  margin-left: -8px !important;
  display: flex;
}
.teach-common-course-create-email-template .common-ui-formcol-content {
  align-items: normal;
}
.teach-common-course-create-upload-img {
  display: flex;
}
.teach-common-course-create-upload-img-left {
  margin-right: var(--margin-m);
  width: 250px;
  height: 141px;
  overflow: hidden;
  position: relative;
}
.teach-common-course-create-upload-img-left img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.teach-common-course-create-upload-img-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.teach-common-course-create-upload-img-content {
  display: flex;
  align-items: center;
}
.teach-common-course-create-upload-img-content-note {
  font-size: 12px;
  margin-left: var(--margin-m);
  max-width: 228px;
}
.teach-common-course-create-depend-padding {
  padding: 0 16px;
}
.teach-common-course-create-text-content {
  text-decoration: underline !important;
}
.teach-common-course-detail-text-content {
  text-decoration: underline !important;
}
.teach-common-course-detail-text-richEditer .aui-richeditor-echo {
  margin-left: -8px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.teach-common-upload-image-popup #img {
  width: 400px;
  height: 226px;
  background-size: cover;
  background-position: 50% 50%;
  cursor: move;
}
.teach-common-upload-image-popup-flex-content {
  display: flex;
  gap: 8px;
  color: #1170AB;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  margin-top: -8px;
  padding: var(--margin-s);
  width: fit-content;
}
.teach-common-upload-image-popup-flex-content:hover {
  background-color: var(--hover-bg-rgba);
}
.teach-common-upload-image-popup-flex-content:active {
  background-color: var(--active-bg);
}
.teach-common-upload-image-popup-flex-content .fia-plus-create::before {
  color: #1170AB;
}
.teach-common-upload-image-popup-container {
  padding-bottom: 0 !important;
}
.teach-common-upload-image-popup-upload-note {
  font-size: 14px;
  color: #5D6778;
  margin-bottom: var(--margin-m);
  margin-top: var(--margin-s);
}
.teach-common-upload-image-popup-upload-container {
  height: 274px;
  align-items: center;
  width: 400px;
  display: flex;
}
.teach-common-upload-image-popup-upload-image-input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 0;
}
.teach-common-upload-image-popup-upload-image-input-container {
  position: relative;
}
.teach-common-upload-image-popup-upload-area {
  background: #f2f7fc no-repeat;
  background-position: center;
  background-size: cover;
  cursor: move;
  border: 1px solid #7D848B;
  border-radius: 4px;
  position: relative;
}
.teach-common-upload-image-popup-upload-area-no-image {
  background: #f2f7fc no-repeat;
  background-position: center;
  position: relative;
  background-size: contain;
  border-radius: 4px;
  border: 1px solid #7D848B;
}
.teach-common-upload-image-popup-drag-image {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  transform: translate(-50%, -50%);
  background-color: #0000007A;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 46px;
  padding: 12px;
}
.teach-common-upload-image-popup-drag-image .drag-text {
  margin-left: 4px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.teach-common-lo-detail-lo-item-blended-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0px;
}
.teach-common-lo-detail-lo-item-title {
  margin-bottom: 20px;
}
.teach-common-lo-detail-lo-item-blended-footer {
  flex: 0 0 auto;
  float: left;
  font-style: italic;
  font-weight: lighter;
  padding-top: 12px;
  width: 75%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lo-common-container {
  background-color: var(--white);
  height: 100%;
}
.lo-common-container-header {
  display: none;
}
.lo-common-container-top {
  display: flex;
  padding: 0 20px;
  height: 58px;
}
.lo-common-container-top-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.lo-common-container-top-left {
  flex-grow: 1;
  min-width: 110px;
  line-height: 58px;
}
.lo-common-container-top-right {
  display: flex;
  flex-shrink: 0;
  max-width: calc(100% - 110px - var(--margin-l));
}
.lo-common-container-top-right .common-ui-icontext {
  min-width: 40px;
}
.lo-common-container-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: calc(100% - 58px);
  border-top: 1px solid var(--normal-border);
  overflow-y: auto;
  position: relative;
}
.lo-common-container-main-stamp {
  display: flex;
  position: absolute;
  inset-inline-end: var(--margin-l);
  inset-block-start: var(--margin-m);
  justify-content: center;
  align-items: center;
}
.lo-common-container-main-stamp-pass-text,
.lo-common-container-main-stamp-fail-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px 0px;
  border-style: solid;
  padding: 0 var(--padding-s);
  height: 40px;
  font-weight: var(--font-semibold);
}
.lo-common-container-main-stamp-pass-text {
  border-color: #28cc74;
  color: #007d4b;
  background-color: rgba(40, 204, 116, 0.08);
}
.lo-common-container-main-stamp-fail-text {
  border-color: #c91d1d;
  color: #c91d1d;
  background-color: rgba(201, 29, 29, 0.08);
}
.lo-common-container-main-default {
  width: 100%;
  flex-grow: 1;
  padding: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.lo-common-container-main-default-icon {
  font-size: 60px;
}
.lo-common-container-main-topbanner {
  width: 100%;
  padding: 5px 25px;
}
.lo-common-container-main-topbanner.warning {
  background-color: #f4c5c1;
  color: #DD4D40;
}
.lo-common-container-main-topbanner.warning .common-ui-icontext-text.text-overflow {
  overflow: unset;
  white-space: normal;
  text-overflow: unset;
}
.lo-common-container-main-topbanner.thunder {
  background-color: #fff0ae;
  color: #1D1D24;
}
.lo-common-container-main-topbanner.thunder .common-ui-icontext-text.text-overflow {
  overflow: unset;
  white-space: normal;
  text-overflow: unset;
}
.lo-common-container-main-title {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--padding-m);
  padding-top: 50px;
}
.lo-common-container-main-slot-title {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--padding-m);
  padding-top: 24px;
}
.lo-common-container-main-action {
  margin-top: var(--margin-l);
  margin-bottom: var(--margin-l);
  text-align: center;
}
.lo-common-container-main-action-button-bg-grey > button {
  background-color: grey;
}
.lo-common-container-main-action-button-bg-grey > .button-default:hover:not([disabled]) {
  background-color: grey;
}
.lo-common-container-main-material {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}
.lo-common-container-main-material-preview-content {
  padding: var(--padding-s);
  border: 1px solid #E6E7E8;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
.lo-common-container-main-material-preview-content .viewer-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  background-color: #e6e7e8;
}
.lo-common-container-main-material-preview-content .viewer-container .scroll-container {
  flex: 1;
  overflow: auto;
  box-sizing: border-box;
  text-align: center;
}
.lo-common-container-main-material-preview-content .viewer-container .scroll-container .zoom-wrapper {
  transform-origin: top left;
  display: inline-block;
  padding: var(--padding-m);
  background-color: #e6e7e8;
}
.lo-common-container-main-material-preview-content .viewer-container .scroll-container .zoom-wrapper .canvas-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lo-common-container-main-material-preview-content .viewer-container .scroll-container .zoom-wrapper .canvas-content canvas:not(:last-child) {
  margin-bottom: 8px;
}
.lo-common-container-main-material-preview-content .viewer-container:fullscreen {
  width: 100vw;
  height: 100vh;
  background: #000;
}
.lo-common-container-main-material-preview-content .viewer-container:fullscreen .scroll-container {
  height: 100%;
}
.lo-common-container-main-material-preview-content .preview-content {
  height: 100%;
  overflow: auto;
  text-align: center;
  background-color: #e6e7e8;
  padding: var(--padding-m);
}
.lo-common-container-main-material-preview-content .preview-content > canvas {
  margin-top: var(--margin-m);
  box-shadow: 0px 2px 6px #27313C29;
}
.lo-common-container-main-material-preview-content .preview-content > canvas:nth-child(1) {
  margin: 0;
}
.lo-common-container-main-material-preview-content-main {
  flex: 1;
  position: relative;
}
.lo-common-container-main-material-preview-content-main-embed {
  width: 100%;
  height: 100%;
  border: none;
}
.lo-common-container-main-material-preview-content-main iframe {
  z-index: 1;
}
.lo-common-container-main-material-preview-content-main.office-toolbar-coover::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 26px;
  background: transparent;
  cursor: not-allowed;
  z-index: 2;
}
.lo-common-container-main-material-preview-content.auto {
  min-height: auto;
  height: fit-content;
}
.lo-common-container-main-material-left {
  flex-grow: 1;
  display: grid;
  grid-template-rows: auto var(--rm-complete-height);
  overflow-x: auto;
  overflow-y: hidden;
}
.lo-common-container-main-material-left-file {
  flex-grow: 1;
  width: 100%;
  padding: var(--padding-m);
  overflow-y: auto;
  position: relative;
}
.lo-common-container-main-material-left-file.overflowhidden {
  overflow: hidden;
}
.lo-common-container-main-material-left-file.overflowhidden .lo-common-container-main-material-preview-content {
  display: none;
}
.lo-common-container-main-material-left-file > audio {
  width: 400px;
  max-width: 100%;
}
.lo-common-container-main-material-left-file audio::-webkit-media-controls-enclosure {
  border-radius: 5px;
}
.lo-common-container-main-material-left-file-download {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--padding-s) 0 0;
}
.lo-common-container-main-material-left-file-download-icon {
  flex-shrink: 0;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.lo-common-container-main-material-left-file-download-nameandsize {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 330px;
}
.lo-common-container-main-material-left-file-download-nameandsize > div {
  display: flex;
}
.lo-common-container-main-material-left-file-download-nameandsize > div > span:first-child {
  max-width: 295px;
  display: inline-block;
}
.lo-common-container-main-material-left-file-download-nameandsize > span {
  color: var(--text-gray);
}
.lo-common-container-main-material-left-file-download-nameandsize-button > a {
  display: flex;
}
.lo-common-container-main-material-left-file-download-nameandsize-button > a > span:first-child {
  max-width: 295px;
  display: inline-block;
}
.lo-common-container-main-material-left-file-download > button {
  margin-left: auto;
}
.lo-common-container-main-material-left-file-download .download-btn {
  border: 1px solid #C2C5C8;
  border-radius: 50%;
  padding: 8px;
  width: 34px;
  height: 34px;
}
.lo-common-container-main-material-left-file-download.no-padding {
  padding: 0;
}
.lo-common-container-main-material-left-file-video-content,
.lo-common-container-main-material-left-file-img {
  width: 590px;
  max-width: 100%;
}
.lo-common-container-main-material-left-file-video {
  position: relative;
}
.lo-common-container-main-material-left-file-video-hit {
  position: absolute;
  top: 50px;
  width: 590px;
  max-width: 100%;
  text-align: center;
}
.lo-common-container-main-material-left-file-video-hit > img {
  width: 120px;
}
.lo-common-container-main-material-left-file-video-hit-message {
  color: var(--gray-3);
}
.lo-common-container-main-material-left-file-video-hit-message > a {
  color: var(--gray-3);
  text-decoration: underline;
}
.lo-common-container-main-material-left-notes {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.lo-common-container-main-material-left-notes.hide {
  display: none;
}
.lo-common-container-main-material-left-notes.show {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: var(--white);
}
.lo-common-container-main-material-left-notes-content {
  overflow: auto;
  padding: var(--padding-m) var(--padding-l) 0;
  height: calc(100% - 170px);
}
.lo-common-container-main-material-left-notes-content .notes-list-item {
  margin-bottom: 12px;
  display: flex;
}
.lo-common-container-main-material-left-notes-content .notes-list-item:not(:first-child) {
  padding-top: 12px;
  border-top: 1px solid var(--normal-border);
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-user {
  width: 36px;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .name-time-container {
  display: flex;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .name-time-container .list-name {
  margin-right: 24px;
  font-weight: bold;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .name-time-container .list-time {
  margin-right: 8px;
  color: #5D6778;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .name-time-container .fia-lock::before,
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .name-time-container .fia-unlock::before,
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .name-time-container .fia-lock-user::before {
  color: #0D76B8;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .list-icon-container .fia-pen-edit,
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .list-icon-container .fia-trash-delete-solid {
  position: relative;
  top: 5px;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .list-icon-container .fia-pen-edit:hover,
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .list-icon-container .fia-trash-delete-solid:hover {
  cursor: pointer;
  opacity: 0.7;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-top .list-icon-container .fia-pen-edit {
  margin-right: 14px;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .list-content {
  color: #222;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .edit-item-error-message {
  color: red;
  margin-bottom: 8px;
}
.lo-common-container-main-material-left-notes-content .notes-list-item .list-right .note-list-edit-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lo-common-container-main-material-left-notes-edit {
  box-shadow: 0px 0px 50px -40px #000;
  display: flex;
  max-height: 170px;
}
.lo-common-container-main-material-left-notes-edit .edit-user {
  width: 60px;
}
.lo-common-container-main-material-left-notes-edit .edit-right {
  width: 100%;
  margin: 20px 16px 0 0;
}
.lo-common-container-main-material-left-notes-edit .edit-right .edit-error-message {
  color: red;
  margin-bottom: 8px;
}
.lo-common-container-main-material-left-notes-edit .edit-right .edit-bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.lo-common-container-main-material-left-notes .share-to {
  display: flex;
  align-items: center;
}
.lo-common-container-main-material-left-notes .share-to .aui-comboboxshell-mini .aui-comboboxshell-content {
  display: flex;
  align-items: center;
}
.lo-common-container-main-material-left-bottom {
  display: flex;
  border-top: 1px solid var(--normal-border);
}
.lo-common-container-main-material-left-bottom .open-status {
  background-color: rgba(var(--alt-rgb), 0.08);
}
.lo-common-container-main-material-left-bottom-takenotes {
  width: 67px;
  border-right: 1px solid var(--normal-border);
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lo-common-container-main-material-left-bottom-takenotes:hover {
  cursor: pointer;
}
.lo-common-container-main-material-left-bottom-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lo-common-container-main-material-left-bottom-left > span:first-child {
  font-weight: var(--font-semibold);
  margin-right: var(--margin-l);
}
.lo-common-container-main-material-left-bottom-buttons {
  min-width: fit-content;
}
.lo-common-container-main-material-left-bottom-right {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--normal-border);
}
.lo-common-container-main-material-right {
  width: 70px;
  flex-shrink: 0;
  border-left: 1px solid var(--normal-border);
  text-align: center;
}
.lo-common-container-main-material-right-top > .close-note-btn {
  display: none;
}
.lo-common-container-main-material-right-top .button {
  margin-left: 0px;
}
.lo-common-container-main-material-right-top .button-bald {
  font-size: var(--font-l);
  min-height: 40px;
}
.lo-common-container-main-material-right .open-note-btn {
  margin-left: 0;
  font-size: var(--font-l);
}
.lo-common-container-main-material-right-note {
  position: relative;
  display: flex;
  height: calc(100% - 50px);
  overflow-y: auto;
  margin-bottom: 5px;
}
.lo-common-container-main-material-right-note-top {
  position: absolute;
  right: 25px;
  z-index: 2;
  top: 26px;
}
.lo-common-container-main-material-right-note-top span + span {
  margin-left: 2px;
}
.lo-common-container-main-material-right-note-div {
  padding-left: 25px;
  padding-bottom: 5px;
}
.lo-common-container-main-material-right-note-form .common-ui-formcol-label,
.lo-common-container-main-material-right-note-form .aui-validation-message {
  text-align: left;
}
.lo-common-container-main-material-right-note-action {
  text-align: right;
}
.lo-common-container-main-material-right-note-container {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 20px;
  margin-right: -10px;
  padding-right: 10px;
}
.lo-common-container-main-material-right-edit {
  width: 275px;
}
.lo-common-container-main-material-right-edit > .right-top {
  height: 50px;
  border-bottom: 1px solid var(--normal-border);
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
}
.lo-common-container-main-material-right-edit > .right-top .close-note-btn {
  display: inline;
  margin-top: 0;
  width: 20px;
  height: 40px;
  border: 1px solid var(--normal-border) !important;
  padding: 0;
}
.lo-common-container-main-material-right-edit > .right-top .close-note-btn > .button {
  min-width: 20px;
  padding: 0;
}
.lo-common-container-main-material-right-edit > .right-top .close-note-btn > .button > span {
  font-size: 18px;
}
.lo-common-container-main-material-right-edit > .open-note-btn {
  display: none;
}
.lo-common-container-main-material-right-edit-mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  background: var(--white);
}
.lo-common-container-main-form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--padding-m);
}
.lo-common-container-main-slot-form {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
.lo-common-container-main-justify-content-center {
  display: flex;
  justify-content: center;
}
.lo-common-container-main-justify-content-center-calender {
  width: 320px;
}
.lo-common-container-main-justify-content-center-calender-main {
  border: 1px solid #E6E7E8;
  border-radius: 9px;
}
.lo-common-container-main-flex-wrap-wrap {
  height: 360px;
  width: 360px;
  overflow-y: auto;
}
.lo-common-container-main-flex-wrap-wrap-main {
  border-radius: 4px;
  width: 360px;
  height: 43px;
  padding-left: 8px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  color: #27313C;
}
.lo-common-container-main-flex-wrap-wrap-main-left {
  display: flex;
}
.lo-common-container-main-flex-wrap-wrap-main-left-content {
  width: 142px;
}
.lo-common-container-main-flex-wrap-wrap-main-right {
  width: 125px;
  margin-right: -10px;
}
.lo-common-container-main-flex-wrap-wrap-content {
  display: flex;
}
.lo-common-container-main-width-half {
  padding-right: 40px;
}
.lo-common-container-main-slot {
  height: 40px;
  width: 125px;
  margin: 2px;
  display: flex !important;
  align-items: center;
}
.lo-common-container-main-border {
  border: solid #E6E7E8 1px;
}
.lo-common-container-main-left-availiable-icon:before {
  color: #7D848B;
  font-size: 16px;
  margin-top: 2px;
}
.lo-common-container-main-left-selected-icon:before {
  color: #0D76B8;
  font-size: 16px;
  margin-top: 2px;
}
.lo-common-container-main-left-booked-icon:before {
  color: #C2C5C8;
  font-size: 16px;
  margin-top: 2px;
}
.lo-common-container .tracking-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
}
.lo-common-container-locked {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 75px);
  flex-direction: column;
  text-align: center;
  padding: 0 var(--padding-s);
}
.lo-common-container-locked-icon {
  font-size: 64px;
}
.lo-common-container-countdown {
  text-align: center;
  margin-top: 24px;
}
.lo-common-container-countdown-time {
  height: 24px;
  width: 20px;
  background: #ECF5FF;
  display: inline-block;
  margin-right: 4px;
  font-weight: var(--font-semibold);
}
.lo-common-container-countdown-colon {
  margin-right: 4px;
}
.lo-common-container-choosemeeting {
  padding: 24px;
}
.lo-common-container-text-content {
  text-decoration: underline !important;
}
.lo-common-container .btn-zooms-file {
  position: absolute;
  right: 33px;
  top: 30px;
  z-index: 1;
}
.lo-common-container .btn-zooms-file .btn-zoom-in {
  margin-left: 16px;
}
.lo-common-container .btn-zooms-file .btn-zoom-in,
.lo-common-container .btn-zooms-file .btn-zoom-out {
  cursor: pointer;
  transition: all 0.2s ease;
}
.lo-common-container-full-screen-btn {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1;
}
.lo-common-container-full-screen-btn button {
  min-width: 30px !important;
  min-height: 30px !important;
  width: 30px !important;
  height: 30px !important;
}
.lo-common-container-mobile-view-screen {
  z-index: 9999;
  position: fixed !important;
  top: 0;
  background-color: #000;
  left: 0;
  width: 100%;
  height: 100%;
}
.lo-common-container-mobile-view-full-screen {
  z-index: 9999;
  position: fixed !important;
  top: 0;
  background-color: #000;
  transform: rotate(90deg);
  transform-origin: 0% 0%;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 0% 0%;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 0% 0%;
  height: 100vw;
  left: 100vw;
}
.lo-common-container-mobile-view-full-screen.pdf-view {
  z-index: 9999;
  position: fixed !important;
  background-color: #000;
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  width: 100vh !important;
  left: 100vw;
}
@media (max-width: 991px) and (orientation: landscape) {
  .lo-common-container-mobile-view-full-screen,
  .lo-common-container-mobile-view-full-screen.pdf-view {
    z-index: 9999;
    position: fixed;
    top: 0;
    background-color: #000;
    transform: rotate(360deg) !important;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform: rotate(360deg);
    -moz-transform-origin: 0% 0%;
    -ms-transform: rotate(360deg);
    -ms-transform-origin: 0% 0%;
    height: 100%;
    width: 100vw !important;
    left: 0;
  }
}
.aui-mobile-view .touchable-d-xs-none {
  display: none;
}
.aui-mobile-view .lo-common-container-header {
  display: flex;
  flex-direction: column;
  padding: var(--padding-m) var(--padding-m) 0 var(--padding-m);
}
.aui-mobile-view .lo-common-container-main-material-preview-content-main {
  position: relative;
}
.aui-mobile-view .lo-common-container-main-material-preview-content-main iframe {
  z-index: 1;
}
.aui-mobile-view .lo-common-container-main-material-preview-content-main.office-toolbar-coover::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 26px;
  background: transparent;
}
.aui-mobile-view .lo-common-container-main-material-preview-content-main.office-toolbar-coover::after-preview-content {
  max-height: 500px;
}
.aui-mobile-view .lo-common-container-main-material-preview-content-main.office-toolbar-coover.full-screen::after {
  width: 30%;
}
.aui-mobile-view .lo-common-container-main-material-preview-content-main-iframe-padding {
  padding: 100px 0 0 0;
}
.aui-mobile-view .lo-common-container-main-material-preview-content-main-padding {
  padding: 50px 0 0;
}
.aui-mobile-view .lo-common-container-main-material-left {
  grid-template-rows: auto;
}
.aui-mobile-view .lo-common-container-main-material-left-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 68px;
  z-index: 3;
}
.aui-mobile-view .lo-common-container-main-material-left-bottom-left {
  line-height: initial !important;
}
.aui-mobile-view .lo-common-container-main-material-left-file-download {
  width: auto;
}
.aui-mobile-view .lo-common-container-main-material-left-notes {
  position: fixed;
  left: 0;
  right: 0;
  top: calc(var(--header-height-mobile) * 3 + 1px);
  bottom: 68px;
  background-color: #f7f7f7;
  z-index: 3;
  height: auto;
  min-height: auto;
  overflow: auto;
}
.aui-mobile-view .lo-common-container-main-material-left-notes.isVideo {
  bottom: 110px;
}
.aui-mobile-view .lo-common-container-main-material-left-notes-content {
  overflow-y: scroll;
}
.aui-mobile-view .lo-common-container-main-material-left-notes-content .list-top {
  white-space: nowrap !important;
}
.aui-mobile-view .lo-common-container-main-material-left-notes-content .list-top .list-name {
  margin-right: var(--margin-s) !important;
}
.aui-mobile-view .lo-common-container-main-material-left-notes-content .list-top .name-time-container {
  flex-direction: column;
}
.aui-mobile-view .lo-common-container-main-material-left-notes-edit {
  padding: var(--padding-m) var(--padding-m) var(--padding-m) 0;
  width: 100%;
}
.aui-mobile-view .lo-common-container-main-material-left-notes-edit .edit-right {
  margin-top: 0;
}
.aui-mobile-view .lo-common-container-main-material-left-notes-edit .edit-right .edit-bottom {
  margin-bottom: 0;
}
.aui-mobile-view .lo-common-container-main-material-left-notes textarea {
  height: calc(var(--widget-height-xxl) / 2);
}
.aui-mobile-view .task-view .lo-common-container-top {
  display: flex;
  flex-direction: column;
  height: auto;
  background: var(--body-bg);
  padding: 0 0 var(--padding-m);
}
.aui-mobile-view .task-view .lo-common-container-top-left {
  line-height: normal;
  margin-bottom: var(--margin-m);
}
.aui-mobile-view .task-view .lo-common-container-top-right {
  max-width: 100%;
}
.aui-mobile-view .task-view .lo-common-container-top-right .base-header {
  display: flex;
  flex-direction: column;
}
.aui-mobile-view .task-view .lo-common-container-top-right .base-header .common-ui-icontext {
  margin-left: var(--margin-s) !important;
  margin-bottom: var(--margin-s);
}
.aui-mobile-view .task-view .lo-common-container-main {
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-size-l) var(--shadow-color);
  padding-bottom: var(--padding-l);
}
.aui-mobile-view lo-common-container-main-slot-form {
  overflow-x: hidden;
}
.aui-mobile-view lo-common-container-main-selected-date {
  text-align: center;
}
.aui-mobile-view .lo-common-container-main-stamp {
  position: relative;
  inset-inline-end: 0;
}
.aui-mobile-view .lo-common-container-main-flex-wrap-wrap {
  flex-wrap: wrap;
  padding: var(--padding-l);
}
.aui-mobile-view .lo-common-container-main-material-left-file-download-nameandsize {
  width: 0;
}
.aui-mobile-view .lo-common-container-main-action {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 3;
  margin: 0;
  padding: var(--padding-m) var(--padding-m);
  text-align: right;
}
.aui-mobile-view .lo-common-container-body {
  box-shadow: none;
}
.aui-viewport-xs .lo-common-container-main-material-left-bottom-left,
.aui-viewport-xxs .lo-common-container-main-material-left-bottom-left {
  line-height: initial;
  display: flex;
  flex-direction: column;
}
.aui-viewport-xs .lo-common-container-main-material-left-bottom-left span,
.aui-viewport-xxs .lo-common-container-main-material-left-bottom-left span {
  line-height: initial;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lo-common-userinfo {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 8px 8px 12px 8px;
  border: 1px solid var(--normal-border);
  border-left-width: 3px;
  margin-top: 15px;
  max-width: 225px;
}
.lo-common-userinfo-btn {
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
}
.lo-common-userinfo-btn > .button {
  height: auto;
  border: none;
  min-width: 14px;
  padding-left: 2px;
  padding-right: 2px;
  background-color: transparent;
}
.lo-common-userinfo-btn .button + .button {
  margin-left: 5px;
}
.lo-common-userinfo-time {
  color: var(--text-gray-light);
}
.lo-common-userinfo-avatar {
  margin-right: 8px;
}
.lo-common-userinfo-avatar > img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.lo-common-userinfo-info {
  flex-grow: 1;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lo-common-icon {
  display: inline-block;
  flex: none;
  height: var(--size);
  width: var(--size);
  line-height: var(--size);
  text-align: center;
  background-color: var(--bg);
  border-radius: var(--radius-m);
}
.lo-common-icon::before {
  font-size: calc(var(--size) / 2);
  color: var(--iconcolor);
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lo-common-card-top {
  display: flex;
  padding: var(--padding-l) var(--padding-l);
}
.lo-common-card-top-info {
  flex: 1;
  margin-left: var(--margin-m);
  width: calc(100% - var(--margin-m) - 44px);
}
.lo-common-card-top-title {
  display: flex;
  color: var(--text-gray);
  font-size: var(--font-size-xs);
}
.lo-common-card-top-title > *:first-child {
  flex: 1;
  width: calc(100% - var(--margin-m) - 44px);
}
.lo-common-card-top-status {
  margin-left: var(--margin-l);
}
.lo-common-card-top-status::before {
  display: inline-block;
  content: '';
  margin-right: var(--margin-s);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--scolor);
}
.h3 + .lo-common-card-top-field {
  margin-top: var(--margin-m);
}
.lo-common-card-top-field {
  padding-bottom: var(--padding-xs);
  border-bottom: 1px solid transparent;
  min-height: 28px;
}
.lo-common-card-top-field-border {
  border-bottom-color: var(--bg-gray-light);
}
.lo-common-card-top-field > span {
  display: inline-block;
  vertical-align: middle;
}
.lo-common-card-top-field > span:first-child {
  width: 145px;
  margin-right: 4px;
  font-weight: var(--font-semibold);
}
.lo-common-card-top-field > span:last-child {
  width: calc(100% - 145px - 4px);
  color: var(--text-gray);
}
.lo-common-card-top-field + .lo-common-card-top-field {
  margin-top: var(--margin-xs);
}
.lo-common-card-top-field-student > span:first-child {
  width: 100px;
}
.lo-common-card-top-field-student > span:last-child {
  width: calc(100% - 100px - 4px);
}
.lo-common-card-bottom {
  display: flex;
  height: 50px;
  padding-right: var(--padding-l);
  padding-left: calc(var(--padding-l) - 3px);
  background-color: var(--bg-gray-light);
  border-bottom-left-radius: var(--radius-m);
  border-bottom-right-radius: var(--radius-m);
  align-items: center;
}
.lo-common-card-bottom > div,
.lo-common-card-bottom .common-ui-icontext {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  margin-right: 6px;
}
.lo-common-card-bottom.error,
.lo-common-card-bottom.warn {
  border-bottom-left-radius: var(--radius-s);
  border-bottom-right-radius: var(--radius-s);
}
.lo-common-card-bottom.error {
  border-left: 3px solid var(--error-6);
  background-color: var(--error-2);
}
.lo-common-card-bottom.warn {
  border-left: 3px solid var(--orange-6);
  background-color: var(--orange-2);
}
.lo-common-card-bottom.warn1 {
  background-color: var(--orange-2);
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lo-common-lo-taskcard {
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.lo-common-lo-taskcard-top {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lo-common-lo-taskcard-top-warn {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 0px 12px;
  background-color: #E5681F;
}
.lo-common-lo-taskcard-top-content {
  display: flex;
  align-items: center;
  padding-bottom: var(--padding-m);
  margin: var(--margin-m);
  border-bottom: 1px solid #E6E7E8;
}
.lo-common-lo-taskcard-top-info {
  flex: 1;
  padding: 0 16px 16px 16px;
}
.lo-common-lo-taskcard-top-title {
  display: flex;
  flex-direction: column;
  color: var(--text-gray);
  font-size: var(--font-size-xs);
  margin-left: 12px;
  padding-right: var(--titlepadding);
}
.lo-common-lo-taskcard-top-title > span {
  padding-right: var(--titlepadding);
}
.lo-common-lo-taskcard-top-status {
  width: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid var(--spointcolor);
  color: #27313C;
  padding: 2.5px 8px;
  border-radius: 2px;
  margin-top: 8px;
  background-color: var(--sbgcolor);
}
.lo-common-lo-taskcard-top-status .point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: var(--spointcolor);
}
.lo-common-lo-taskcard-top-field .common-ui-icontext-icon {
  margin-right: 8px;
}
.lo-common-lo-taskcard-top-field-hide {
  opacity: 0;
}
.lo-common-lo-taskcard-top-field-time {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 42px;
}
.lo-common-lo-taskcard-top-field-time-right {
  display: flex;
  flex-wrap: wrap;
}
.lo-common-lo-taskcard-top-field-time .common-ui-icontext-icon {
  margin-right: 8px;
}
.lo-common-lo-taskcard-top-field > div {
  max-width: 100%;
}
.lo-common-lo-taskcard-top-field + .lo-common-lo-taskcard-top-field {
  margin-top: var(--margin-s);
}
.lo-common-lo-taskcard-bottom {
  display: flex;
  height: 24px;
  font-size: 12px;
  padding-right: var(--padding-l);
  padding-left: calc(var(--padding-l) - 3px);
  background-color: #FFF4DF;
  border-bottom-left-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
  align-items: center;
  justify-content: space-around;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lo-common-meetingslotpreview-slots-class-blended-main {
  margin-top: -50px;
}
.lo-common-meetingslotpreview-slots-class-container {
  margin-bottom: var(--margin-m);
}
.lo-common-meetingslotpreview-slots-datetitle {
  font-weight: var(--font-semibold);
  margin-bottom: var(--margin-xs);
}
.lo-common-meetingslotpreview-slots-amandpm {
  display: flex;
  min-width: 50px;
  min-height: 40px;
  margin: var(--margin-xxs);
  justify-content: center;
  align-items: center;
  background-color: var(--theme-1);
}
.lo-common-meetingslotpreview-slots-container {
  display: flex;
  flex-flow: wrap;
}
.lo-common-meetingslotpreview-slots-item {
  display: flex;
  min-width: 125px;
  max-width: 150px;
  height: 40px;
  margin: var(--margin-xxs);
  padding-left: var(--padding-xs);
  padding-right: var(--padding-xs);
  align-items: center;
  background-color: var(--theme-2);
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lo-common-scormiframe-panel {
  height: 100%;
}
.lo-common-scormiframe-panel .aui-panel .aui-panel-content {
  border-top: none !important;
}
.lo-common-scormiframe-panel .aui-modal-header {
  padding: var(--padding-s) 0 !important;
}
.lo-common-scormiframe-panel .common-ui-tree {
  margin-left: 0 !important;
}
.lo-common-scormiframe-panel .aui-modal-header-action-left {
  position: absolute;
  right: 0;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lo-common-xapiiframe-panel {
  height: 100%;
}
.lo-common-xapiiframe-panel .aui-panel .aui-panel-content {
  border-top: none !important;
}
.lo-common-xapiiframe-panel .aui-modal-header {
  padding: var(--padding-s) 0 !important;
}
.lo-common-xapiiframe-panel .common-ui-tree {
  margin-left: 0 !important;
}
.lo-common-xapiiframe-panel .aui-modal-header-action-left {
  position: absolute;
  right: 0;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lo-common-ltiiframe-panel {
  height: 100%;
}
.lo-common-ltiiframe-panel .aui-panel .aui-panel-content {
  border-top: none !important;
}
.lo-common-ltiiframe-panel .aui-modal-header {
  padding: var(--padding-s) 0 !important;
}
.lo-common-ltiiframe-panel .common-ui-tree {
  margin-left: 0 !important;
}
.lo-common-ltiiframe-panel .aui-modal-header-action-left {
  position: absolute;
  right: 0;
}
.lo-common-container-dialog {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media screen and (max-width: 500px) {
  .lo-common-container-dialog {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
:root {
  --default-font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  --yellow-1: #fffbe6;
  --yellow-2: #fff3a3;
  --yellow-3: #fff27a;
  --yellow-4: #fff352;
  --yellow-5: #fff829;
  --yellow-6: #ffff00;
  --yellow-7: #d2d900;
  --yellow-8: #a7b300;
  --yellow-9: #7e8c00;
  --yellow-10: #586600;
  --orange-1: #fffbf3;
  --orange-2: #ffeecd;
  --orange-3: #ffe5ae;
  --orange-4: #ffdd8f;
  --orange-5: #ffd47a;
  --orange-6: #ffcb65;
  --orange-7: #d9a54c;
  --orange-8: #b38136;
  --orange-9: #8c5f23;
  --orange-10: #664218;
  --turquoise-1: #f0fffb;
  --turquoise-2: #edfffb;
  --turquoise-3: #c4fff3;
  --turquoise-4: #98faea;
  --turquoise-5: #6beddc;
  --turquoise-6: #40e0d0;
  --turquoise-7: #2dbab1;
  --turquoise-8: #1c9490;
  --turquoise-9: #0f6e6e;
  --turquoise-10: #094547;
  --tomato-1: #fef4f0;
  --tomato-2: #fbd3c3;
  --tomato-3: #fdc8ae;
  --tomato-4: #ffbd99;
  --tomato-5: #ff9d70;
  --tomato-6: #f37543;
  --tomato-7: #cc562f;
  --tomato-8: #a63b1e;
  --tomato-9: #802511;
  --tomato-10: #59160b;
  --text-gray-light: var(--gray-6);
  --text-gray: var(--gray-8);
  --bg-gray-light: var(--gray-1);
  --bg-gray: var(--gray-2);
  --bg-gray-dark: var(--gray-3);
  --status-blue: #3799D5;
  --status-yellow: #F7A100;
  --margin-xxs: var(--gap-xxs);
  --margin-xs: var(--gap-xs);
  --margin-s: var(--gap-s);
  --margin-m: var(--gap-m);
  --margin-l: var(--gap-l);
  --margin-xl: var(--gap-xl);
  --padding-xxs: var(--gap-xxs);
  --padding-xs: var(--gap-xs);
  --padding-s: var(--gap-s);
  --padding-m: var(--gap-m);
  --padding-l: var(--gap-l);
  --padding-xl: var(--gap-xl);
}
html,
body {
  overflow: hidden !important;
}
body {
  background-color: var(--bg-gray-light);
  height: 100%;
}
body .main-container {
  height: 100%;
}
.text-yellow,
[class].icon-yellow::before {
  color: var(--yellow-6);
}
.text-purple,
[class].icon-purple::before {
  color: var(--purple-6);
}
.text-turquoise,
[class].icon-turquoise::before {
  color: var(--turquoise-6);
}
.text-tomato,
[class].icon-tomato::before {
  color: var(--tomato-6);
}
.text-gray-light,
[class].icon-gray-light::before {
  color: var(--text-gray-light);
}
.text-gray,
[class].icon-gray::before {
  color: var(--text-gray);
}
.bg-yellow {
  background-color: var(--yellow-6);
}
.bg-purple {
  background-color: var(--purple-6);
}
.bg-turquoise {
  background-color: var(--turquoise-6);
}
.bg-tomato {
  background-color: var(--tomato-6);
}
.bg-gray-light {
  background-color: var(--bg-gray-light);
}
.bg-gray {
  background-color: var(--bg-gray);
}
.bg-gray-dark {
  background-color: var(--bg-gray-dark);
}
.text-status-blue,
[class].icon-status-blue::before {
  color: var(--status-blue);
}
.text-status-yellow,
[class].icon-status-yellow::before {
  color: var(--status-yellow);
}
a:disabled,
a[disabled] {
  pointer-events: none;
}
.button [class^="fia-"],
.button [class*=" fia-"] {
  vertical-align: inherit;
}
.button-link [class^="faui-"],
.button-link [class^="fia-"],
.button-link [class*=" fia-"] {
  vertical-align: middle;
}
[class^="fia-"],
[class*="fia-"] {
  vertical-align: top;
}
[class^="fia-"]::before,
[class*="fia-"]::before {
  display: inline-block;
}
.aui-breadcrumb-link-icon[class^="faui-"],
.aui-breadcrumb-link-icon[class^="fia-"],
.aui-breadcrumb-link-icon[class*=" fia-"] {
  vertical-align: middle;
}
.box-shadow {
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-size-l) var(--shadow-color);
}
.flex-inline-row {
  display: inline-flex !important;
  flex-direction: row;
}
.flex-inline-column {
  display: inline-flex !important;
  flex-direction: column;
}
.flex-align-center {
  align-items: center;
}
.height-100 {
  height: 100%;
}
.flex-justify-center {
  justify-content: center;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-wrap-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.border-bottom {
  border-bottom: solid 1px var(--normal-border);
}
.border-top {
  border-top: solid 1px var(--normal-border);
}
.border-left {
  border-left: solid 1px var(--normal-border);
}
.border-right {
  border-right: solid 1px var(--normal-border);
}
.border {
  border: solid 1px var(--normal-border);
}
.border-radius-m {
  border-radius: var(--radius-m);
}
[class^="fi-page-"]::before,
[class*=" fi-page-"]::before {
  content: "\ea6c";
}
.require::after {
  color: var(--red-6);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--body-color);
  margin: 0;
  padding: 0;
  font-weight: var(--font-bold);
}
.h1 {
  font-size: var(--font-xxl);
}
.h2 {
  font-size: var(--font-xl);
}
.h3 {
  font-size: var(--font-l);
}
.h4 {
  font-size: var(--font-m);
}
.h5 {
  font-size: var(--font-s);
}
.h6 {
  font-size: var(--font-xs);
}
/*.aui-popover-popup {
    z-index: 99999 !important;
}*/
.overview-wrap {
  overflow: inherit;
  text-overflow: inherit;
  white-space: pre-wrap;
}
.style-email-warn {
  position: absolute;
  left: 180px;
  top: -48px;
  margin-left: 4px;
}
.style-share-warn {
  position: absolute;
  left: 110px;
  top: 36px;
  margin-left: 4px;
}
.style-sharecurapp-warn {
  position: absolute;
  left: 120px;
  top: 37px;
  margin-left: 4px;
}
.common-warning {
  margin-left: -5px;
  vertical-align: middle;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
p {
  margin: 0 0 10px;
}
.disabled-btn {
  opacity: 0.32;
  text-decoration: none !important;
  cursor: not-allowed !important;
}
.margin-top--l {
  margin-top: -24px;
}
.margin-top--m {
  margin-top: -16px;
}
.margin-top--s {
  margin-top: -8px;
}
.padding-left--m {
  padding-left: -16px;
}
.cursor-default {
  cursor: default !important;
}
.newpassword-row .common-ui-formcol-label {
  float: left;
}
.newpassword-row .tool-infolabel-icon::before {
  margin-top: 4px;
}
.disabled-folder {
  opacity: 0.5;
  pointer-events: none;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-icontext {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.common-ui-icontext-icon {
  margin-right: 5px;
  vertical-align: middle;
}
.common-ui-icontext-icon:before {
  color: var(--icon-color);
}
.common-ui-icontext-dot {
  width: 10px;
  height: 10px;
  background-color: var(--alt-6);
  border-radius: 5px;
  margin-top: 6px;
}
.common-ui-icontext + .common-ui-icontext {
  margin-left: 20px;
}
.aui-table .aui-table-row-cell-content > .common-ui-icontext {
  max-width: calc(100% + 8px);
}
.common-ui-radiopanel {
  display: block;
}
.common-ui-radiopanel-container {
  margin-bottom: var(--margin-s);
}
.common-ui-radiopanel-container-last {
  margin-bottom: 0;
}
.common-ui-radiopanel-content {
  margin: 5px 0 0 28px;
}
.common-ui-radiopanel-content-last {
  margin-bottom: 0;
}
.common-ui-radiopanel-normal .aui-radio {
  font-weight: var(--font-regular);
}
.common-ui-radiopanel-radio-label {
  display: inline-flex;
  align-items: center;
}
.common-ui-switchpanel {
  background-color: var(--bg-gray-light);
  border-radius: 4px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-ui-noitems {
  background-color: var(--white);
  border-radius: 6px;
  padding: var(--padding-xl);
}
.common-ui-tag {
  display: inline-block;
  background-color: transparent;
  border: solid 1px transparent;
  border-radius: 16px;
  text-align: center;
  padding: var(--padding-xs) var(--padding-s);
  min-width: 60px;
}
.common-ui-tag + .common-ui-tag {
  margin-left: var(--margin-m);
}
.common-ui-qa {
  background-color: var(--bg-gray);
  border-radius: 8px;
  padding: var(--padding-m);
}
.common-ui-qa-icon {
  margin-top: 4px;
  margin-right: var(--margin-s);
}
.common-ui-qa + .common-ui-qa {
  margin-top: var(--margin-m);
}
.row-stream-overview .common-ui-formrow-overview {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-stream-overview .common-ui-formcol-overview:nth-of-type(n+3) {
  margin-top: calc(2px / var(--dpr));
}
.row-stream-overview.row-col-2 .common-ui-formcol-overview {
  width: 50%;
}
.group-user-popup-list,
.group-user-list {
  background-color: var(--gray-1);
  border-radius: 15px;
}
.group-user-popup-list dd,
.group-user-list dd {
  padding-right: 15px;
}
.group-user-list {
  margin-right: 8px;
  width: 60%;
}
.group-user-list dd > div {
  max-width: 70px;
}
.one-user {
  width: 100% !important;
}
.group-user-popup-list dd > div {
  max-width: 150px;
}
.group-user-popup-list:not(:last-of-type) {
  margin-bottom: 8px;
}
#showPopup {
  border: 1px solid #C2C5C8;
  vertical-align: middle;
  padding: 3px 5px 3px 4px;
  border-radius: 18px;
  font-size: var(--font-s);
  font-weight: 600;
  color: var(--link-color);
}
@keyframes loadingicon {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(140deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.common-ui-loadingicon {
  position: relative;
  display: inline-flex;
  height: 34px;
  vertical-align: middle;
  align-items: center;
}
.common-ui-loadingicon-wrap {
  width: 34px;
}
.common-ui-loadingicon-wrap img {
  display: block;
  margin: 0 auto;
  max-width: 34px;
  height: auto;
  animation: 1s linear infinite loadingicon;
}
.common-ui-loadingicon-text {
  padding-right: 8px;
}
.aui-mobile-view .touchable-d-xs-none {
  display: none;
}
.aui-mobile-view .common-ui-icontext {
  margin-left: 0;
  padding: 0 0 var(--padding-s) 0;
}
.aui-mobile-view .group-user-list dd > div {
  max-width: 22px;
}
.aui-mobile-view .one-user dd > div {
  max-width: 70px !important;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-user {
  cursor: default;
}
.common-ui-user-popup-container {
  padding: 16px;
  display: flex;
  flex-direction: column;
  max-height: inherit;
}
.common-ui-user-popup-info {
  display: flex;
  align-items: stretch;
}
.common-ui-user-avatar {
  box-sizing: border-box;
  width: 40px;
  margin-right: 8px;
}
.common-ui-user-user-name {
  font-weight: 600;
  width: calc(100% + 1px);
}
.common-ui-user-container-signature {
  display: inline-flex;
  align-items: center;
  height: 24px;
  white-space: nowrap;
}
.common-ui-user-name-signature {
  font-weight: 600;
}
.common-ui-user-name {
  color: #0866CA;
}
.common-ui-user-name:visited {
  color: #0866CA;
}
.common-ui-user-name:hover {
  text-decoration: none;
}
.common-ui-user-title {
  color: #7D848B;
}
.common-ui-user-popup-email {
  display: flex;
  align-items: center;
}
.common-ui-user-userID {
  margin-right: 12px;
}
.common-ui-user-email {
  display: inline-block;
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-ui-user-popup-userid {
  color: #5D6778;
}
.common-ui-user-popup-list {
  max-height: 300px;
  overflow: auto;
}
.common-ui-user-popup-item + .common-ui-user-popup-item {
  margin-top: var(--margin-m);
}
.common-ui-user-popup-line {
  border-top: solid 1px var(--normal-border);
}
.common-ui-user-text-content {
  text-decoration: underline !important;
}
.common-ui-user-link {
  cursor: pointer;
  color: #0866CA;
}
.common-ui-user-link:visited {
  color: #0866CA;
}
.common-ui-user-link .aui-profile-name:hover {
  text-decoration: underline !important;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-table-top {
  margin-bottom: var(--margin-m);
}
.common-ui-table-flex {
  overflow: hidden;
  flex: 1 1 auto;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
}
.common-ui-table .aui-pager {
  margin-top: var(--margin-m);
}
.common-ui-table-search {
  display: flex;
  align-items: center;
}
.common-ui-table-search-left {
  flex: 1;
  width: calc(100% - 240px);
}
.common-ui-table .multiple-tabs {
  position: absolute;
  top: 0;
  right: 0;
}
.common-ui-table-cell-bg {
  display: inline-block;
  padding: 0 5px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  text-align: center;
}
.common-ui-table-cell-wrap {
  white-space: pre-wrap;
}
.common-ui-table-cell-border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
.common-ui-table-cell-text-content {
  text-decoration: underline !important;
}
.common-ui-table-pager {
  margin-top: var(--margin-m);
  height: 34px;
}
.common-ui-table-pager-left {
  font-style: italic;
  font-size: var(--font-xs);
  color: var(--text-gray-light);
  margin-top: var(--margin-s);
}
.common-ui-table .aui-buttongroup + .aui-buttongroup {
  margin-inline-start: 0;
}
.common-ui-table .aui-buttongroup {
  margin-inline-end: var(--margin-s);
}
.common-ui-table #breadcrumb-method {
  height: 100%;
  margin-bottom: 16px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-lazypager {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.common-ui-lazypager-search {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.common-ui-lazypager-search-left {
  flex: 1;
}
.common-ui-lazypager-search-bottom {
  margin-top: var(--margin-s);
}
.common-ui-lazypager-filter {
  margin-bottom: 16px;
}
.common-ui-lazypager-items {
  flex: 1;
}
.common-ui-lazypager-nomore {
  text-align: center;
  position: relative;
}
.common-ui-lazypager-nomore > span {
  padding: 0 24px;
  color: #69647D;
  background-color: var(--bg-gray-light);
}
.common-ui-lazypager-nomore > div {
  border-top: 1px solid #E6E7E8;
  position: absolute;
  width: 100%;
  top: 9px;
  z-index: -1;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.common-ui-filter-left {
  flex: 1;
  min-width: 0;
}
.common-ui-filter-left .aui-comboboxshell {
  max-width: calc(100%/var(--filter-count) - 8px);
  margin: 0 8px 8px 0 !important;
}
.common-ui-filter-left .aui-comboboxshell .aui-comboboxshell-content::after {
  content: "\0000a0";
  display: inline-block;
}
.common-ui-filter-panelfilter-and-search {
  display: flex;
  align-items: center;
}
.aui-mobile-view .common-ui-filter {
  display: block;
  flex-direction: column;
  align-items: flex-start;
}
.aui-mobile-view.aui-viewport-s .common-ui-filter-left {
  margin-bottom: 8px;
}
.common-ui-manage-colums-popup-container .common-ui-manage-colums-popup-body .aui-selection-listbox-container {
  width: 240px;
}
.common-ui-manage-colums-popup-container .common-ui-manage-colums-popup-body .common-ui-manage-colums-popup-footer {
  display: flex !important;
  justify-content: flex-end;
  width: 256px;
  height: 50px;
  gap: 8px;
  padding: 8px;
  border-top: 1px solid var(--Color-Stroke-Default, #E6E7E8);
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-cards {
  --gap: 24px;
}
.common-ui-cards.row {
  margin-left: calc(0px - (var(--gap))/2);
  margin-right: calc(0px - (var(--gap))/2);
}
.common-ui-cards.row > [class*="col-xs-"] {
  padding-left: calc(var(--gap)/2);
  padding-right: calc(var(--gap)/2);
}
.common-ui-cards-title {
  font-size: var(--font-l);
  font-weight: var(--font-semibold);
  margin-top: 8px;
  margin-bottom: 8px;
}
.common-ui-cards-item {
  display: inline-block;
  margin-bottom: var(--gap);
}
.common-ui-cards-item-content {
  width: 100%;
  background-color: var(--white);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-size-l) var(--shadow-color);
  display: flex;
  flex-direction: column;
}
.common-ui-cards.row-flex {
  margin-bottom: var(--gap);
}
.common-ui-cards.row-flex .common-ui-cards-item {
  margin-bottom: 0;
}
.common-ui-landing-cards {
  margin: 0 auto;
}
.common-ui-landing-cards-item {
  display: inline-block;
  height: 153px;
  padding: 16px;
  width: 100%;
}
.common-ui-landing-cards-item-higher {
  height: 180px;
}
.common-ui-landing-cards-item-bg {
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-position: center;
}
.common-ui-landing-cards-item,
.common-ui-landing-cards-item:visited,
.common-ui-landing-cards-item:hover {
  text-decoration: none;
  color: var(--body-color);
}
.common-ui-landing-cards-item-top {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: solid 1px var(--normal-border);
}
.common-ui-landing-cards-item-top-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 8px;
  border-radius: 6px;
  flex-shrink: 0;
}
.common-ui-landing-cards-item-top-icon > span {
  font-size: var(--font-xl);
}
.common-ui-landing-cards-item-top-title {
  font-weight: var(--font-bold);
}
.common-ui-landing-cards-item-bottom {
  padding: 8px 0;
  font-size: var(--font-s);
  color: var(--alt-5);
}
.common-ui-landing-cards-item-other-bottom {
  height: 50px;
  background-color: var(--gray-1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.common-ui-landing-cards-item-other-bottom-content {
  margin: 0 20px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.common-ui-landing-cards-item-other-bottom-content .common-ui-icontext {
  overflow: hidden;
}
.common-ui-landing-cards-item-other-bottom-content .icon-loading {
  font-size: 16px;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-taskcards {
  --gap: 24px;
}
.common-ui-taskcards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(244px, 1fr));
  gap: var(--margin-l);
  align-items: stretch;
  overflow: visible !important;
  padding: var(--padding-l) 0 0 !important;
}
.common-ui-taskcards-item {
  display: flex;
  margin-bottom: var(--gap);
}
.common-ui-taskcards-item-content {
  width: 100%;
  background-color: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-size-l) var(--shadow-color);
  display: flex;
  flex-direction: column;
}
.common-ui-taskcards.row-flex {
  margin-bottom: var(--gap);
}
.common-ui-taskcards.row-flex .common-ui-taskcards-item {
  margin-bottom: 0;
}
.aui-viewport-s .common-ui-taskcards-container,
.aui-viewport-xs .common-ui-taskcards-container,
.aui-viewport-xxs .common-ui-taskcards-container {
  display: grid;
  padding: var(--padding-s) 0 var(--padding-l) !important;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-form .aui-datepicker {
  min-width: 0;
}
.common-ui-form-title {
  font-size: var(--font-l);
  font-weight: var(--font-bold);
  padding-bottom: 15px;
}
.common-ui-formrow + .common-ui-formrow {
  margin-top: var(--margin-l);
}
.common-ui-formrow-overview + .common-ui-formrow-overview {
  margin-top: var(--margin-l);
}
.common-ui-formrow-overview-nowrap + .common-ui-formrow-overview-nowrap {
  margin-top: 2px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.common-ui-formrow-overview-flexRow {
  display: flex;
}
.common-ui-formrow-overview-flexRow + .common-ui-formrow-overview-flexRow {
  margin-top: 2px;
}
.common-ui-formcol {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.common-ui-formcol-label {
  font-weight: var(--font-bold);
  margin-bottom: var(--margin-xs);
  white-space: pre-wrap;
}
.common-ui-formcol-label-required {
  position: relative;
}
.common-ui-formcol-label-required:after {
  content: '*';
  color: var(--red-6);
  margin-left: var(--margin-xs);
}
.common-ui-formcol-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 40px;
}
.common-ui-formcol-inners,
.common-ui-formcol-outers {
  display: flex;
}
.common-ui-formcol-inners .button.button-bald,
.common-ui-formcol-outers .button.button-bald {
  height: 34px;
  margin-top: 2px;
  margin-left: 0;
}
.common-ui-formcol-outers {
  float: left;
  margin-top: 28px;
  margin-left: -10px;
}
.common-ui-formcol-desc {
  font-size: var(--font-xs);
  margin-top: 1px;
  color: var(--alt-5);
}
.common-ui-formcol-overview {
  font-size: var(--font-s);
  font-weight: var(--font-regular);
  display: flex;
}
.common-ui-formcol-overview + .common-ui-formcol-overview {
  margin-top: 2px;
}
.common-ui-formcol-overview-label {
  width: 50%;
  min-height: 34px;
  max-width: var(--label-width);
  background-color: var(--bg-gray-light);
  font-size: var(--font-s);
  font-weight: var(--font-semibold);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.common-ui-formcol-overview-label-wrap {
  margin-bottom: var(--margin-s);
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}
.common-ui-formcol-overview-content {
  width: calc(100% - var(--label-width));
  min-width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.common-ui-formcol-overview-content-wrap {
  overflow: inherit;
  text-overflow: inherit;
  white-space: pre-wrap;
}
.common-ui-formcol-overview-content-multipleLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.common-ui-formcol-overview-label,
.common-ui-formcol-overview-content {
  padding: 0 var(--margin-m);
}
.common-ui-formcol-overview-label-wrap,
.common-ui-formcol-overview-content-wrap {
  float: none;
  width: auto;
  height: auto;
  background-color: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  display: block;
}
.common-ui-formcol-overview-wrap {
  display: block;
}
.common-ui-formcol-background {
  background-color: var(--bg-gray-light);
  padding: 10px;
  border-radius: 4px;
}
.common-ui-formcol-validation-checkbox {
  opacity: 0;
  height: 0;
  width: 0;
}
.common-ui-formcol-validation-checkbox .aui-checkbox,
.common-ui-formcol-validation-checkbox .aui-checkbox .aui-choice-label,
.common-ui-formcol-validation-checkbox .aui-checkbox .aui-choice-input {
  height: 0;
  width: 0;
  border: none;
}
.email-template-detail .common-ui-formcol-overview-label,
.email-template-detail .common-ui-formcol-overview-content {
  height: 50px !important;
}
.email-template-detail-task-reminder .common-ui-formcol-overview-label,
.email-template-detail-task-reminder .common-ui-formcol-overview-content {
  height: 75px !important;
}
.email-template-detail-task-reminder .common-ui-formcol-overview-label .text-overflow {
  white-space: initial;
}
.email-template-detail-left {
  height: 20px;
  line-height: 20px;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-template-detail-right {
  height: 20px;
  line-height: 20px;
}
.email-template-detail-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.score-left-top {
  display: flex;
  justify-content: flex-end;
}
.score-left-top .score-left-top-tag {
  height: 37px;
  padding: 8px 12px;
}
.sft-label-stages {
  padding: 16px;
  background-color: #F7F7F7;
  border-radius: 8px;
}
.marking-question-title .common-ui-formcol-label span {
  font-weight: 600;
}
.marker {
  cursor: default;
}
.marker-user-info {
  display: grid;
  grid-template-columns: max-content auto;
  row-gap: 12px;
  column-gap: 8px;
  font-size: 14px;
}
.marker-label,
.marker-value {
  align-self: center;
  font-weight: 400;
  color: #415364;
  height: 21px;
}
.marker-info-right,
.marker-info-left {
  display: grid;
  row-gap: 10px;
}
.marker-popup-container {
  padding: 16px;
  display: flex;
  flex-direction: column;
  max-height: inherit;
}
.marker-popup-info {
  display: flex;
  align-items: stretch;
}
.marker-avatar {
  box-sizing: border-box;
  width: 40px;
  margin-right: 8px;
}
.marker-user-name {
  font-weight: 600;
  width: calc(100% + 1px);
}
.marker-name {
  color: #0866CA;
}
.marker-name:visited {
  color: #0866CA;
}
.marker-name:hover {
  text-decoration: none;
}
.marker-title {
  color: #7D848B;
}
.marker-popup-email {
  display: flex;
  align-items: center;
}
.marker-userID {
  margin-right: 12px;
}
.marker-email {
  display: inline-block;
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marker-popup-userid {
  color: #5D6778;
}
.marker-popup-list {
  max-height: 300px;
  overflow: auto;
}
.marker-popup-item + .marker-popup-item {
  margin-top: var(--margin-m);
}
.marker-popup-line {
  border-top: solid 1px var(--normal-border);
}
.marker-text-content {
  text-decoration: underline !important;
}
.marker-link {
  cursor: pointer;
  color: #0866CA;
}
.marker-link:visited {
  color: #0866CA;
}
.marker-link .aui-profile-name:hover {
  text-decoration: underline !important;
}
.common-marker-signature {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: normal;
  flex-wrap: wrap;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.student-option-list {
  background-color: #F5F5F5;
}
.student-option-list .user-item {
  position: relative;
}
.student-option-list .user-item .user-photo img {
  height: 40px;
  width: 40px;
  border-radius: 40px;
}
.student-option-list .user-item .user-photo .user-text {
  margin-left: 50px;
}
.student-option-list .user-item .user-photo .user-text div {
  word-break: break-all;
}
.student-option-list .user-item .user-checkbox {
  position: absolute;
  top: 10px;
  right: 0;
}
.student-option-list .split-line {
  border-top: 1px solid #E6E7E8;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-main-layout {
  --header-height-mobile: 48px;
  --header-height: 68px;
  --breadcrumbs-height: 50px;
  --scroll-min-width: 1280px;
  --navs-width: 90px;
  display: flex;
  flex-grow: 1;
  height: 100vh;
}
.common-ui-main-layout-link-skip-content {
  display: block;
  position: fixed;
  left: -99999px;
  top: -99999px;
  z-index: 1;
  font-size: 16px;
  color: #0066dd;
}
.common-ui-main-layout-link-skip-content:focus {
  left: 0;
  top: 0;
  padding: var(--padding-s);
  background: #fff;
  border: 1px solid var(--focus-outline);
  z-index: 9999999999;
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navigation-main {
  display: none;
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navigation-main .aui-backdrop {
  display: block;
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navigation-main .aui-backdrop {
  z-index: 99;
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navigation-main .aui-layout-navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navbar {
  padding: 0 var(--padding-m);
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navbar .aui-breadcrumb {
  margin-left: var(--margin-s);
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navbar .aui-layout-navbar-bottom > .aui-button {
  display: flex;
}
.common-ui-main-layout[data-teamsapp=true] .common-ui-module-navs {
  position: inherit;
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navpanel {
  display: none;
  position: absolute;
  left: var(--navs-width);
  top: 0;
  bottom: 0;
  z-index: 200;
  max-width: none;
  perspective: 1em;
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navpanel .aui-navpanel {
  z-index: var(--z-global);
  position: relative;
  left: 0;
  top: 0;
  perspective: 1em;
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navpanel .aui-navpanel .aui-backdrop {
  display: block;
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navpanel {
  display: none;
}
.common-ui-main-layout[data-teamsapp=true] .aui-layout-navpanel.navpanel-show {
  display: flex;
}
.common-ui-main-layout .aui-layout-navigation {
  background-color: var(--layout-bg);
  overflow: hidden;
  width: var(--navs-width);
  height: 100%;
  flex: 0 0 auto;
}
.common-ui-main-layout .aui-layout-navigation[data-mode='classic'] {
  --layout-bg: #31334b;
  --layout-logo-bg: #212231;
  --layout-text: #a6a8bc;
  --layout-hover-text: var(--white);
  --layout-hover-bg: rgba(16, 20, 25, 0.5);
  --layout-selected-bg: rgba(16, 20, 25, 0.64);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='classic'] .layout-icon-purple:before {
  color: #7981e6;
}
.common-ui-main-layout .aui-layout-navigation[data-mode='classic'] .layout-icon-pink:before {
  color: #ef4dd1;
}
.common-ui-main-layout .aui-layout-navigation[data-mode='classic'] .layout-icon-success:before {
  color: var(--green-6);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='classic'] .layout-icon-messaging:before {
  color: #41aee8;
}
.common-ui-main-layout .aui-layout-navigation[data-mode='classic'] .layout-icon-teal:before {
  color: var(--classify-teal);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='classic'] .layout-icon-warning:before {
  color: #f7a100;
}
.common-ui-main-layout .aui-layout-navigation[data-mode='classic'] .layout-icon-fail:before {
  color: #e63d2e;
}
.common-ui-main-layout .aui-layout-navigation[data-mode='classic'] .layout-icon-blue:before {
  color: #2c8bff;
}
.common-ui-main-layout .aui-layout-navigation[data-mode='classic'] .layout-icon-critical:before {
  color: #ff763e;
}
.common-ui-main-layout .aui-layout-navigation[data-mode='light'] {
  border-right: 1px solid #e6e7e8;
  --layout-bg: #f2f7f6;
  --layout-logo-bg: transparent;
  --layout-text: #415364;
  --layout-hover-text: var(--theme-6);
  --layout-hover-bg: var(--white);
  --layout-selected-bg: var(--white);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='light'] .aui-layout-navigation-item > div[class*='fia-']:before {
  color: #415364;
}
.common-ui-main-layout .aui-layout-navigation[data-mode='light'] .aui-layout-navigation-item:hover > div[class*='fia-']:before,
.common-ui-main-layout .aui-layout-navigation[data-mode='light'] .aui-layout-navigation-item:focus > div[class*='fia-']:before {
  color: var(--theme-6);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='light'] .aui-layout-navigation-item.active > div[class*='fia-']:before {
  color: var(--theme-6);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='dark'] {
  --layout-bg: #31334b;
  --layout-logo-bg: transparent;
  --layout-text: #a6a8bc;
  --layout-hover-text: var(--white);
  --layout-hover-bg: rgba(16, 20, 25, 0.5);
  --layout-selected-bg: rgba(16, 20, 25, 0.64);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='dark'] .aui-layout-navigation-item > div[class*='fia-']:before {
  color: #a6a8bc;
}
.common-ui-main-layout .aui-layout-navigation[data-mode='dark'] .aui-layout-navigation-item:hover > div[class*='fia-']:before,
.common-ui-main-layout .aui-layout-navigation[data-mode='dark'] .aui-layout-navigation-item:focus > div[class*='fia-']:before {
  color: var(--theme-4);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='dark'] .aui-layout-navigation-item.active > div[class*='fia-']:before {
  color: var(--theme-4);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='theme'] {
  --layout-bg: var(--theme-6);
  --layout-logo-bg: transparent;
  --layout-text: var(--white);
  --layout-hover-text: var(--white);
  --layout-hover-bg: rgba(16, 20, 25, 0.5);
  --layout-selected-bg: rgba(16, 20, 25, 0.64);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='theme'] .aui-layout-navigation-item > div[class*='fia-']:before {
  color: var(--theme-2);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='theme'] .aui-layout-navigation-item:hover > div[class*='fia-']:before,
.common-ui-main-layout .aui-layout-navigation[data-mode='theme'] .aui-layout-navigation-item:focus > div[class*='fia-']:before {
  color: var(--theme-2);
}
.common-ui-main-layout .aui-layout-navigation[data-mode='theme'] .aui-layout-navigation-item.active > div[class*='fia-']:before {
  color: var(--white);
}
.common-ui-main-layout .aui-layout-navigation > :first-child {
  background-color: var(--layout-logo-bg);
}
.common-ui-main-layout .aui-layout-navigation-main[data-hide=true] {
  display: none;
}
.common-ui-main-layout .aui-layout-navigation img {
  width: 28px;
  height: 28px;
}
.common-ui-main-layout .aui-layout-navigation-lists {
  padding-top: var(--padding-s);
  padding-left: var(--padding-s);
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: var(--padding-xs);
  height: calc(100% - var(--header-height));
  scrollbar-gutter: stable;
}
.common-ui-main-layout .aui-layout-navigation-lists .aui-layout-navigation-item {
  border-radius: var(--radius-l);
}
.common-ui-main-layout .aui-layout-navigation-lists .aui-layout-navigation-item:hover,
.common-ui-main-layout .aui-layout-navigation-lists .aui-layout-navigation-item:focus,
.common-ui-main-layout .aui-layout-navigation-lists .aui-layout-navigation-item.active {
  text-decoration: none;
  color: var(--layout-hover-text);
}
.common-ui-main-layout .aui-layout-navigation-lists .aui-layout-navigation-item:hover,
.common-ui-main-layout .aui-layout-navigation-lists .aui-layout-navigation-item:focus {
  background-color: var(--layout-hover-bg);
  font-weight: var(--font-regular);
}
.common-ui-main-layout .aui-layout-navigation-lists .aui-layout-navigation-item.active {
  font-weight: var(--font-semibold);
  background-color: var(--layout-selected-bg);
}
.common-ui-main-layout .aui-layout-navigation-ios {
  padding-right: var(--padding-s);
}
.common-ui-main-layout .aui-layout-navigation-item {
  min-height: var(--header-height);
  font-size: var(--font-xs);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--margin-xs);
  flex: 0 0 auto;
  color: var(--layout-text);
  text-align: center;
  padding: var(--padding-s) 0;
  margin: 0 var(--margin-xxs);
  text-decoration: none;
}
.common-ui-main-layout .aui-layout-navigation-item-icon {
  font-size: var(--font-xl);
}
.common-ui-main-layout .aui-layout-navigation-item-text {
  width: 100%;
}
.common-ui-main-layout .aui-layout-navbar {
  height: var(--header-height);
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--padding-xl);
  background-color: var(--white);
  border-bottom: 1px solid var(--normal-border);
  background-image: url(../../resources/images/header-bg-4e34aa24.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.common-ui-main-layout .aui-layout-navbar-list {
  display: flex;
  gap: var(--margin-xl);
  align-items: center;
  overflow-x: auto;
}
.common-ui-main-layout .aui-layout-navbar-list .button-icon-part {
  font-size: var(--font-xxxl);
}
.common-ui-main-layout .aui-layout-navbar-list .button-icon-part:before {
  color: #646E87;
}
.common-ui-main-layout .aui-layout-navbar-bottom {
  display: flex;
  width: calc(100% - 550px);
  flex: 1 1 auto;
}
.common-ui-main-layout .aui-layout-navbar-top {
  max-width: 550px;
  flex: 0 0 auto;
}
.common-ui-main-layout .aui-layout-navbar .fia-secondary-bars {
  display: flex;
  justify-content: space-between;
  gap: 1px;
  width: 1em;
  height: 1em;
}
.common-ui-main-layout .aui-layout-navbar .fia-secondary-bars:before {
  content: '';
  width: 30%;
  background-color: #415364;
  border-radius: 1px;
}
.common-ui-main-layout .aui-layout-navbar .fia-secondary-bars:after {
  content: '';
  width: 70%;
  background-color: rgba(65, 83, 100, 0.7);
  border-radius: 1px;
}
.common-ui-main-layout-navs {
  background-color: #454868;
  flex-shrink: 0;
  overflow: auto;
  width: var(--navs-width);
  height: 100%;
}
.common-ui-main-layout-navs-header {
  height: var(--header-height);
  line-height: var(--header-height);
  margin-bottom: var(--margin-m);
  text-align: center;
  display: block;
}
.common-ui-main-layout-navs-header > img {
  width: 28px;
  height: 28px;
}
.common-ui-main-layout-item {
  display: block;
  text-align: center;
  padding-bottom: var(--margin-xs);
}
.common-ui-main-layout-item-link {
  display: inline-block;
  width: 64px;
  height: 67px;
  padding-top: 12px;
  border-radius: 8px;
  font-size: var(--font-xs);
}
.common-ui-main-layout-item-link,
.common-ui-main-layout-item-link:visited {
  text-decoration: none;
  color: #a6a8bc;
}
.common-ui-main-layout-item-link:hover,
.common-ui-main-layout-item-link:focus {
  text-decoration: none;
  background-color: rgba(33, 34, 49, 0.5);
  color: #a6a8bc;
}
.common-ui-main-layout-item-link.active {
  text-decoration: none;
  background-color: #212231;
  color: var(--white);
}
.common-ui-main-layout-item-link-icon {
  margin-bottom: 5px;
  font-size: var(--font-xl);
}
.common-ui-main-layout-right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.common-ui-main-layout-right .show-nav-mobile {
  display: none;
}
.common-ui-main-layout-header {
  height: var(--header-height);
  display: flex;
  align-items: center;
  padding: 0 30px;
  background-color: var(--white);
  border-bottom: 1px solid var(--normal-border);
  flex-shrink: 0;
  background-image: url(../../resources/images/header-bg-4e34aa24.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.common-ui-main-layout-header > div {
  display: inline-flex;
}
.common-ui-main-layout-header > div:first-of-type {
  align-items: center;
  flex-grow: 1;
  font-weight: var(--font-semibold);
  font-size: var(--font-m);
}
.common-ui-main-layout-header > div:last-of-type .button {
  padding: 0;
  min-width: 0;
}
.common-ui-main-layout-header > div:last-of-type .button > .button-icon-part {
  font-size: 24px;
}
.common-ui-main-layout-header > div:last-of-type > div + div {
  margin-left: 32px;
}
.common-ui-main-layout-header > div:last-of-type .preview-button .button {
  min-width: 56px;
}
.common-ui-main-layout-header > div .lmso-root-layout-top-nav > button {
  background-color: transparent !important;
  border: none;
}
.common-ui-main-layout-header > div .lmso-root-layout-top-nav > button > .button-icon-part:before {
  color: #646E87;
}
.common-ui-main-layout-header > div .lmso-root-layout-top-nav:hover > button > .button-icon-part:before {
  color: #768492;
}
.common-ui-main-layout-header > div .lmso-root-layout-top-nav[disabled] {
  opacity: 1;
}
.common-ui-main-layout-header > div .lmso-root-layout-top-nav[disabled] > button > .button-icon-part:before {
  color: #DADFE3;
}
.common-ui-main-layout-header > div .lmso-root-layout-top-nav:hover:not([disabled]),
.common-ui-main-layout-header > div .lmso-root-layout-top-nav:hover:not([disabled]) {
  background-color: transparent;
}
.common-ui-main-layout-header-breadcrumbs {
  display: none;
}
.common-ui-main-layout-header-menu-toggle {
  display: none;
}
.common-ui-main-layout-content {
  overflow: auto;
  height: calc(100dvh - var(--header-height));
}
.common-ui-main-layout-content.in-teams {
  height: calc(100vh - var(--header-height));
}
html:not(.aui-mobile-view, .aui-viewport-xs, .aui-viewport-xxs) .aui-layout-navbar-bottom > .aui-button,
html:not(.aui-mobile-view, .aui-viewport-xs, .aui-viewport-xxs) .aui-layout-navbar-top > .aui-button,
html:not(.aui-mobile-view, .aui-viewport-xs, .aui-viewport-xxs) .aui-layout-navbar-bottom-separator {
  display: none;
}
@media screen and (max-width: 991px) {
  html:not(.aui-mobile-view) .aui-layout-navbar {
    flex-direction: column-reverse;
    height: auto;
    align-items: flex-start;
  }
  html:not(.aui-mobile-view) .aui-layout-navbar-top,
  html:not(.aui-mobile-view) .aui-layout-navbar-bottom {
    display: flex;
    align-items: center;
    width: 100%;
    height: var(--header-height-mobile);
  }
  html:not(.aui-mobile-view) .aui-layout-navbar-bottom:has(nav:only-child) {
    padding: 0 0 0 var(--padding-s);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html:not(.aui-mobile-view) .aui-layout-navbar-top {
    justify-content: right;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-layout-navigation-main {
    display: none;
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-layout-navigation-main .aui-backdrop {
    z-index: 99;
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-layout-navigation-main .aui-layout-navigation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-layout-navpanel {
    display: none;
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-layout-navpanel.navpanel-show {
    display: flex;
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-navpanel-groups {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-navpanel-groups .aui-navpanel {
    position: relative;
    z-index: 200;
    perspective: 1em;
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-backdrop {
    display: block;
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-layout-navbar {
    padding: 0 var(--padding-m) 0 var(--padding-s);
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-layout-navbar-top {
    justify-content: space-between;
    max-width: 100%;
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-layout-navbar-bottom-separator {
    color: var(--gray-2);
    margin: 0 var(--margin-s);
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-layout-navbar-bottom-separator {
    margin: 0 var(--margin-m) 0 var(--margin-s);
  }
  html:not(.aui-mobile-view) .common-ui-main-layout .aui-layout-navbar-bottom .aui-breadcrumb {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .common-ui-main-layout .show-nav-mobile {
    display: block;
  }
}
.aui-mobile-view .aui-layout-navbar {
  flex-direction: column-reverse;
  height: auto;
  padding: 0 var(--padding-m) 0 0;
}
.aui-mobile-view .aui-layout-navbar-list {
  gap: inherit;
  flex: 1 1 auto;
  justify-content: right;
  overflow-x: auto;
}
.aui-mobile-view .aui-layout-navbar-list .button-icon-part {
  font-size: var(--font-l);
}
.aui-mobile-view .aui-layout-navbar-list .mobile-view-hide {
  display: none;
}
.aui-mobile-view .aui-layout-navbar-top,
.aui-mobile-view .aui-layout-navbar-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--header-height-mobile);
}
.aui-mobile-view .aui-layout-navbar-bottom {
  justify-content: space-between;
}
.aui-mobile-view .aui-layout-navbar-bottom-separator {
  color: var(--gray-2);
  margin: 0 var(--margin-s);
}
.aui-mobile-view .aui-layout-navbar-bottom .aui-breadcrumb {
  margin: 0 0 0 12px;
  display: flex;
  align-items: center;
}
.aui-mobile-view .aui-layout-navigation-main {
  display: none;
}
.aui-mobile-view .aui-layout-navigation-main .aui-backdrop {
  z-index: 99;
}
.aui-mobile-view .aui-layout-navigation-main .aui-layout-navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.aui-mobile-view .aui-layout-navpanel {
  display: none;
}
.aui-mobile-view .aui-layout-navpanel.navpanel-show {
  display: flex;
}
.aui-mobile-view .aui-layout-navigation-lists {
  padding-left: var(--padding-s);
  padding-right: var(--padding-s);
}
.aui-mobile-view .common-ui-main-layout-content {
  overflow: auto;
  height: calc(100dvh - var(--header-height-mobile) * 2);
}
.aui-mobile-view .common-ui-main-layout-content.in-teams {
  height: calc(100vh - var(--header-height-mobile) * 2);
}
.common-ui-module-navs {
  display: flex;
  flex-grow: 1;
  height: 100%;
  position: relative;
}
.common-ui-module-navs .aui-navpanel {
  flex-shrink: 0;
}
.common-ui-module-navs-center {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.common-ui-module-navs-content {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  height: 100%;
}
.common-ui-module-navs-content-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.common-ui-module-navs-content-main-scroll {
  flex-grow: 1;
  position: relative;
  padding: 20px 30px 20px 30px;
}
.common-ui-module-navs-left-nav {
  display: flex;
}
.common-ui-module-navs-bottom-panel {
  display: none;
}
.common-ui-module-navs-bottom-panel-show {
  display: block;
  border-top: 1px solid var(--normal-border);
}
.common-ui-module-navs-bottom-panel-container {
  height: 70px;
  background-color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.common-ui-module-navs-bottom-panel-container-left {
  flex: 1;
  display: flex;
  align-items: center;
}
.common-ui-module-navs-bottom-panel-container-text {
  color: #5D6778;
  font-style: italic;
}
.common-ui-module-navs-left-panel,
.common-ui-module-navs-content-left-panel {
  display: none;
}
.common-ui-module-navs-left-panel-show,
.common-ui-module-navs-content-left-panel-show {
  display: block;
  border-right: solid 1px var(--normal-border);
}
.common-ui-module-navs-left-panel-header,
.common-ui-module-navs-content-left-panel-header {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: solid 1px var(--normal-border);
}
.common-ui-module-navs-left-panel-header > button,
.common-ui-module-navs-content-left-panel-header > button {
  margin: 0 var(--margin-xs);
}
.common-ui-module-navs-left-nav-panel-show,
.common-ui-module-navs-left-panel-show,
.common-ui-module-navs-right-panel-show {
  display: block;
  flex-shrink: 0;
  overflow: auto;
  min-width: 49px;
}
@media screen and (max-width: 540px) {
  .common-ui-module-navs-content-main-scroll {
    padding: 16px;
  }
}
.tms-nav-pop-up-box-wrap {
  padding: var(--padding-m);
}
.tms-nav-pop-up-box-wrap .tms-nav-pop-up-box {
  padding: var(--padding-s);
  border: 1px solid #E6E7E8;
  text-align: center;
  width: 156px;
  cursor: pointer;
  border-radius: 2px;
}
.tms-nav-pop-up-box-wrap .tms-nav-pop-up-box img {
  padding-top: var(--padding-s);
}
.tms-nav-pop-up-box-wrap .tms-nav-pop-up-box-title {
  padding-top: var(--padding-xs);
  font-weight: var(--font-semibold);
}
.tms-nav-pop-up-box-wrap .tms-nav-pop-up-box:hover,
.tms-nav-pop-up-box-wrap .tms-nav-pop-up-box:focus-visible {
  border-color: var(--theme-color);
  background-color: var(--theme-bg);
}
.aui-layout-navbar-list .no-margin {
  margin: 0 !important;
}
html:not(.aui-mobile-view, .aui-viewport-xs, .aui-viewport-xxs) .common-ui-navbar-layout-button-show {
  display: none;
}
html:not(.aui-mobile-view, .aui-viewport-xs, .aui-viewport-xxs) .aui-layout-navbar-bottom .button-image {
  display: none;
}
.aui-mobile-view .aui-layout-navbar-top,
.aui-viewport-xs .aui-layout-navbar-top,
.aui-viewport-xxs .aui-layout-navbar-top {
  max-width: 100%;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-topic {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.common-ui-topic .button.button-bald {
  height: 34px;
  margin-left: 0;
}
.common-ui-topic-container {
  width: 100%;
}
.common-ui-topic-buttons {
  position: absolute;
  right: -77px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.aui-table-row-cell-content .aui-richcombobox-readonly {
  background-color: transparent;
}
.common-ui-peoplepicker-addressbook .aui-table {
  box-shadow: none;
}
.common-ui-peoplepicker-addressbook .aui-table .aui-table-row-cell-content .common-ui-user {
  margin: -6px 0;
}
.common-ui-peoplepicker-addressbook .aui-table .aui-table-compact .aui-table-cell-content {
  padding: var(--padding-s) var(--padding-m) var(--padding-s) var(--padding-s);
}
.common-ui-peoplepicker-addressbook .aui-table .aui-table-box {
  height: calc(90vh - 445px);
}
.common-ui-peoplepicker-addressbook-single .aui-table .aui-table-box {
  height: calc(90vh - 273px);
}
.common-ui-peoplepicker-addressbook .aui-richcombobox-selected-item-content .aui-richcombobox-selected-item::after {
  content: "\0000a0";
  display: inline-block;
}
.common-ui-peoplepicker-addressbook .aui-richcombobox-selected-item {
  height: 30px;
}
.common-ui-peoplepicker-addressbook-text-content {
  text-decoration: underline !important;
}
.common-ui-peoplepicker .aui-richcombobox-selected-item-content .aui-richcombobox-selected-item::after {
  content: "\0000a0";
  display: inline-block;
}
.common-ui-peoplepicker .aui-richcombobox-selected-item {
  height: 30px;
}
.common-ui-peoplepicker .aui-richcombobox-selected-item-content {
  margin: 1px;
  max-width: 200px;
}
.common-ui-peoplepicker-table-view .aui-richcombobox-selected-area {
  padding: 0;
}
.common-ui-peoplepicker-table-view-plusbtn {
  min-width: 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--theme-color);
  border-radius: 14px;
  border-color: var(--gray-2);
}
.common-ui-peoplepicker-table-view-plusbtn.button-default {
  min-width: 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--theme-color);
  border-radius: 14px;
  border-color: var(--gray-2);
}
.common-ui-peoplepicker-table-view-popup-container {
  padding: 4px 0;
}
.aui-mobile-view .common-ui-peoplepicker-addressbook .aui-filter-group {
  flex: inherit;
}
.aui-mobile-view .common-ui-peoplepicker-addressbook .aui-filter-group .aui-multicombobox {
  margin-bottom: 0 !important;
  width: 140px !important;
}
.aui-mobile-view .common-ui-peoplepicker-addressbook .aui-searchbox {
  flex: 1;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-newinput-desc {
  font: italic normal normal 12px/18px Open Sans, sans-serif;
  letter-spacing: 0px;
  color: #5D6778;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-revenuelabel-label {
  height: 18px;
  border-left: transparent solid 4px;
  padding-left: 8px;
  font-weight: 600;
}
.common-ui-revenuelabel-text {
  padding-left: 12px;
  margin-top: var(--margin-s);
  color: #171D24;
  font: normal normal bold 24px/16px Open Sans, sans-serif;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-tree {
  display: inline-block;
  position: relative;
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
}
.common-ui-tree-node-content {
  cursor: pointer;
}
.common-ui-tree-node-content-name {
  word-break: break-all;
}
.common-ui-tree-node-content:not(.common-ui-tree-node-content-disabled):hover {
  background-color: var(--bg-gray-light);
  color: var(--alt-6);
}
.common-ui-tree-node-content-selected {
  background-color: var(--bg-gray-light);
  color: var(--alt-6);
  font-weight: var(--font-semibold);
}
.common-ui-tree-node-content-root {
  border-left: solid 4px transparent;
}
.common-ui-tree-node-content-selected:is(.common-ui-tree-node-content-root) {
  border-left: solid 4px var(--theme-6);
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-landing-rows-content {
  display: flex;
  align-items: center;
  width: 1012px;
  height: 220px;
  margin: 0 auto;
  padding-top: var(--padding-xl);
  padding-bottom: var(--padding-xl);
}
.common-ui-landing-rows-content > img {
  height: 194px;
  width: 180px;
}
.common-ui-landing-rows-title-div {
  margin-left: 60px;
  width: 256px;
}
.common-ui-landing-rows-title-div-title {
  font-size: var(--font-l);
  font-weight: var(--font-semibold);
  margin-top: 8px;
  margin-bottom: 8px;
}
.common-ui-landing-rows-whiteblock {
  display: flex;
  margin-left: 60px;
}
.common-ui-landing-rows-whiteblock-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 178px;
  height: 130px;
  box-shadow: 0px 2px 5px #00000029;
  border-radius: 4px;
  padding: var(--padding-s);
  background-color: var(--white);
}
.common-ui-landing-rows-whiteblock-cards,
.common-ui-landing-rows-whiteblock-cards:visited,
.common-ui-landing-rows-whiteblock-cards:hover {
  text-decoration: none;
  color: var(--body-color);
}
.common-ui-landing-rows-whiteblock-cards-title {
  font-size: var(--font-m);
  font-weight: var(--font-semibold);
  text-align: center;
}
.common-ui-landing-rows-whiteblock-cards + .common-ui-landing-rows-whiteblock-cards {
  margin-left: var(--margin-l);
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-course-card-home-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
  gap: var(--margin-l);
}
.common-ui-course-card-course-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
  gap: var(--margin-l);
}
@media (min-width: 2632px) {
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(6) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(7) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(8) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(6) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(7) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(8) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(9) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(10) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(11) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(12) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(13) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(14) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(15) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(16) {
    display: flex;
  }
}
@media (min-width: 2365px) and (max-width: 2631px) {
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(6) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(7) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(6) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(7) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(8) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(9) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(10) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(11) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(12) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(13) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(14) {
    display: flex;
  }
}
@media (min-width: 2094px) and (max-width: 2364px) {
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(6) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(6) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(7) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(8) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(9) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(10) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(11) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(12) {
    display: flex;
  }
}
@media (min-width: 1822px) and (max-width: 2093px) {
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(6) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(7) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(8) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(9) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(10) {
    display: flex;
  }
}
@media (min-width: 1550px) and (max-width: 1821px) {
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(6) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(7) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(8) {
    display: flex;
  }
}
@media (min-width: 1272px) and (max-width: 1549px) {
  .common-ui-course-card-home-container {
    grid-template-columns: repeat(auto-fill, minmax(244px, 1fr));
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(6) {
    display: flex;
  }
}
@media (min-width: 824px) and (max-width: 1271px) {
  .common-ui-course-card-home-container {
    grid-template-columns: repeat(auto-fill, minmax(244px, 1fr));
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(4) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(5) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(6) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(7) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(8) {
    display: flex;
  }
}
@media (min-width: 552px) and (max-width: 823px) {
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(2) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(3) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(4) {
    display: flex;
  }
}
@media (max-width: 551px) {
  .common-ui-course-card-home-container .common-ui-course-card-box:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(1) {
    display: flex;
  }
  .common-ui-course-card-home-container .common-ui-course-card-box.showTwoRow:nth-child(2) {
    display: flex;
  }
}
.common-ui-course-card-home-container .common-ui-course-card-box {
  display: none;
}
.common-ui-course-card-course-container .common-ui-course-card-box {
  display: flex;
}
.common-ui-course-card-box {
  flex: 1;
  flex-direction: column;
  background: #ffffff;
  cursor: pointer;
  box-shadow: var(--shadow-size-l) var(--shadow-color);
  border-radius: 12px;
}
.common-ui-course-card.shadow {
  box-shadow: var(--shadow-size-l) var(--shadow-color);
  border-radius: 12px;
}
.common-ui-course-card.just-between {
  justify-content: space-between;
}
.common-ui-course-card.aline-center {
  align-items: center;
}
.common-ui-course-card.no-margin {
  margin: 0;
}
.common-ui-course-card-top {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px 12px 0px 0px;
}
@media (max-width: 450px) {
  .common-ui-course-card-top {
    height: calc((100vw - 56px) * 9 / 16);
  }
}
.common-ui-course-card-top-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px 12px 0px 0px;
}
.common-ui-course-card-top-wrap-flex {
  display: flex;
  justify-content: space-between;
}
.common-ui-course-card-tags-item {
  max-width: 100px;
  height: 24px;
  line-height: 24px;
  padding: 0 var(--padding-s);
  background: #27313C;
  border-radius: 2px;
  margin-right: 4px;
  color: white;
}
.common-ui-course-card-tags-item:last-child {
  margin-right: 0;
}
.common-ui-course-card-tags-item.count {
  cursor: pointer;
}
.common-ui-course-card-tags-more {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.common-ui-course-card-tags-more-item {
  padding: 8px 12px;
  border-radius: 18px;
  width: fit-content;
}
.common-ui-course-card-card-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.common-ui-course-card-status {
  width: fit-content;
  display: flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  color: #27313C;
  padding: 2.5px 8px;
  border-radius: 2px;
}
.common-ui-course-card-status .point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.common-ui-course-card-status.not-started,
.common-ui-course-card-status.not-released {
  background: #EAECEF;
  border-color: #7D848B;
}
.common-ui-course-card-status.not-started .point,
.common-ui-course-card-status.not-released .point {
  background: #7D848B;
}
.common-ui-course-card-status.ongoing {
  background: var(--tag-teal-bg);
  border-color: var(--tag-teal-border);
}
.common-ui-course-card-status.ongoing .point {
  background: var(--tag-teal-border);
}
.common-ui-course-card-status.configuring {
  background: #E4FEFC;
  border-color: #0E9F98;
}
.common-ui-course-card-status.configuring .point {
  background: #0E9F98;
}
.common-ui-course-card-status.completed,
.common-ui-course-card-status.released,
.common-ui-course-card-status.paid {
  background: #D4FAE5;
  border-color: #31996C;
}
.common-ui-course-card-status.completed .point,
.common-ui-course-card-status.released .point,
.common-ui-course-card-status.paid .point {
  background: #31996C;
}
.common-ui-course-card-status.overdue {
  background: #FEF0D6;
  border-color: #C76E20;
}
.common-ui-course-card-status.overdue .point {
  background: #C76E20;
}
.common-ui-course-card-status.unpaid,
.common-ui-course-card-status.retired {
  background: #FCE8E6;
  border-color: #C91D1D;
}
.common-ui-course-card-status.unpaid .point,
.common-ui-course-card-status.retired .point {
  background: #C91D1D;
}
.common-ui-course-card-status.waitlisted {
  background: #E6E6F2;
  border-color: #636ABC;
}
.common-ui-course-card-status.waitlisted .point {
  background: #636ABC;
}
.common-ui-course-card-status.pending-errol {
  background: #FFF4DF;
  border-color: #E5681F;
}
.common-ui-course-card-status.pending-errol .point {
  background: #E5681F;
}
.common-ui-course-card-top-actions {
  display: flex;
}
.common-ui-course-card .button-circle span::before {
  color: var(--white);
}
.common-ui-course-card-action-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(39, 49, 60, 0.8);
  margin-left: 8px;
  cursor: pointer;
  border-width: 0px;
}
.common-ui-course-card-action-item .button [class^="fia-"]::before,
.common-ui-course-card-action-item .button [class*="fia-"]::before {
  color: var(--white);
}
.common-ui-course-card-action-item:hover {
  background: rgba(60, 67, 74, 0.8);
}
.common-ui-course-card-action-item:active {
  background: rgba(14, 18, 23, 0.8);
}
.common-ui-course-card-action-item.disabled {
  background: rgba(39, 49, 60, 0.8);
  cursor: not-allowed;
}
.common-ui-course-card-action-item.disabled .common-ui-icontext-icon {
  --icon-color: rgba(255, 255, 255, 0.32) !important;
}
.common-ui-course-card-action-item:first-child {
  margin-left: 0;
}
.common-ui-course-card-action-item .fia-step-bullet::before {
  margin-left: 5px;
}
.common-ui-course-card-action-item .common-ui-icontext-icon {
  margin-right: 0;
}
.common-ui-course-card-action-item.step .common-ui-icontext-icon {
  margin-right: -4px;
}
.common-ui-course-card-action-item.bg-white {
  background: white;
  flex-shrink: 0;
}
.common-ui-course-card-action-item .collect-icon .common-ui-icontext {
  margin-top: 5px;
  margin-right: 2px;
}
.common-ui-course-card-action-item .collect-icon .fia-share-alt::before {
  color: var(--white);
}
.common-ui-course-card-menu-item {
  cursor: pointer;
  padding: var(--padding-xs);
  display: block !important;
}
.common-ui-course-card-menu-item:hover {
  background: var(--gray-2);
}
.common-ui-course-card-info {
  padding: var(--padding-m);
  background: #ffffff;
  border-radius: 0px 0px 12px 12px;
  flex: 1;
}
.common-ui-course-card-info-fcb {
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.common-ui-course-card-info-item {
  display: flex;
  margin-top: var(--margin-s);
}
.common-ui-course-card-info-item.pointer {
  cursor: pointer;
}
.common-ui-course-card-info-item.final-grade {
  justify-content: space-between;
  align-items: center;
}
.common-ui-course-card-info-item .one-line-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.common-ui-course-card-course-name {
  display: -webkit-box;
  font-weight: var(--font-bold);
  font-size: var(--font-l);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  height: 40px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-ui-course-card-grade-status {
  border-width: 1px;
  border-radius: 16px;
  border-style: solid;
  font-weight: var(--font-semibold);
  padding: 2px 8px;
}
.common-ui-course-card-grade-status.pass {
  background: #D4FAE5;
  border-color: #31996C;
}
.common-ui-course-card-grade-status.failed {
  background: #F8DFDC;
  border-color: #C91D1D;
}
.common-ui-course-card-task-progress {
  display: flex;
  justify-content: space-between;
  margin-top: var(--margin-m);
  align-items: flex-end;
}
.common-ui-course-card-task-progress .font-semibold {
  white-space: nowrap;
}
.common-ui-course-card-task-progress-bar {
  background: #D6D7D8;
  border-radius: 2px;
  height: 4px;
  margin-top: 4px;
}
.common-ui-course-card-bar {
  border-radius: 2px;
  height: 4px;
  margin-top: 4px;
}
.common-ui-course-card-share-title {
  margin-bottom: var(--margin-s);
}
.common-ui-course-card-section-switch,
.common-ui-course-card-class-overview {
  background-color: #ffffff;
  padding: var(--padding-m);
  border-radius: 0 0 12px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.common-ui-course-card-switch-content {
  max-height: 108px;
  overflow: hidden;
  margin-top: var(--margin-s);
}
.common-ui-course-card-switch-content.more {
  overflow-y: scroll;
}
.common-ui-course-card-switch-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--gray-1);
  border-radius: 8px;
  padding: var(--padding-s);
  max-height: 50px;
  margin-bottom: var(--margin-s);
}
.common-ui-course-card-switch-item:last-child {
  margin-bottom: 0;
}
.common-ui-course-card-steps {
  display: flex;
}
.common-ui-course-card-step-item {
  width: 24px;
  height: 8px;
  background: var(--gray-4);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-ui-course-card-step-item.done,
.common-ui-course-card-step-item.completed,
.common-ui-course-card-step-item.pending {
  background: #2C8BFF;
}
.common-ui-course-card-step-item.self-paced-done,
.common-ui-course-card-step-item.self-paced-completed,
.common-ui-course-card-step-item.self-paced-pending {
  background: #AC6BE6;
}
.common-ui-course-card-step-item .common-ui-icontext-icon {
  margin-right: 0;
}
.common-ui-course-card-config-icon {
  width: 28px;
  height: 28px;
  background: #2C8BFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.common-ui-course-card-config-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  background: rgba(44, 139, 255, 0.16);
  border-radius: 50%;
}
.common-ui-course-card-config-icon.self-paced {
  background: #AC6BE6;
}
.common-ui-course-card-config-icon.self-paced:before {
  background: rgba(172, 107, 230, 0.16);
}
.common-ui-course-card-config-icon .common-ui-icontext-icon {
  margin-right: 0;
}
.common-ui-course-card-text-content {
  text-decoration: underline !important;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-dialog-playlist-main {
  margin-right: 0;
  width: 100%;
}
.common-ui-dialog-playlist-main .common-ui-formcol {
  padding-left: 12px;
  padding-right: 0px;
}
.common-ui-dialog-playlist-main .common-ui-formcol-content {
  align-items: normal;
}
.common-ui-dialog-playlist-main .flex-item {
  flex: none;
  flex-basis: unset;
  width: 345px;
}
@media (max-width: 460px) {
  .common-ui-dialog-playlist-main .flex-item {
    padding-right: 8px;
    width: 240px;
    flex: 1 auto;
  }
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-panelfilter-expander-border {
  border: none;
  border-top: none;
}
.common-ui-panelfilter-expander-border .aui-optionlist {
  padding: var(--padding-s);
}
.common-ui-panelfilter-expander-border .background-radio-group {
  background-color: var(--section-bg);
}
.common-ui-panelfilter-search-checkgroup {
  padding-right: var(--padding-m);
  margin-bottom: var(--margin-s);
}
.common-ui-panelfilter-expander-checkgroup {
  max-height: calc(var(--filter-expander-count)*1.5*1rem + var(--margin-s)*var(--filter-expander-count));
  min-height: 1.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  text-decoration: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: var(--padding-m);
  margin-bottom: calc(var(--padding-m) - var(--padding-s));
}
.common-ui-panelfilter-expander-checkgroup .aui-choice-content {
  align-items: center;
  text-decoration: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 500px;
}
.common-ui-panelfilter-expander-select-item-color {
  color: #ffffff;
  padding: 0 var(--padding-s);
  background-color: #0D76B8;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
}
.common-ui-panelfilter-expander-select-rang-time {
  min-width: 92px;
  align-self: center;
}
.common-ui-panelfilter-clear-button {
  color: #0866CA;
  position: absolute;
  left: 12px;
  min-width: fit-content;
}
.aui-expander[level='2'] .aui-expander-panel > .common-ui-panelfilter-expander-scroll {
  padding-right: 0;
  padding-bottom: 0;
}
.common-ui-panelfilter .common-ui-expander-filter-search {
  width: 100%;
  margin-bottom: var(--margin-m);
}
.common-ui-panelfilter .aui-expander {
  box-shadow: none;
  margin-bottom: var(--margin-s);
}
.common-ui-panelfilter .aui-expander-title,
.common-ui-panelfilter .aui-expander {
  background-color: #e6e7e8;
}
.common-ui-panelfilter .aui-expander-panel > div {
  padding: 0 var(--padding-s) var(--padding-s);
}
.common-ui-panelfilter .aui-expander-title {
  padding: 0;
  padding-inline-start: var(--padding-l) !important;
}
.common-ui-panelfilter .date-content {
  padding: 16px;
  background-color: #fff;
}
.common-ui-panelfilter .date-content .data-picker {
  margin: 5px 0 0 28px;
}
.common-ui-panelfilter .date-content .date-item {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.common-ui-panelfilter .date-content .date-item .date-item-day {
  display: flex;
}
.common-ui-panelfilter .date-content .margin-top-8 {
  margin-top: 8px;
}
.aui-mobile-view .common-ui-panelfilter-clear-button .button-text-part {
  white-space: nowrap;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-cancelfullscreen-main {
  position: absolute;
  height: 50px;
  background: #36393d;
  color: #ffffff;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
}
.common-ui-cancelfullscreen-main .button-bald:hover {
  background-color: #000 !important;
}
.common-ui-cancelfullscreen-main .fia-close::before {
  color: #A8A9AB;
}
.common-ui-cancelfullscreen-wrap {
  position: absolute;
  height: 50px;
  top: 0px;
  left: 0px;
  width: 100%;
}
.common-ui-cancelfullscreen-main-padding {
  height: 100px !important;
  padding-top: 50px !important;
}
.common-ui-cancelfullscreen-title {
  width: 40%;
  word-break: break-all;
  margin: 0 auto;
  text-align: center;
  padding-left: 53px;
}
.common-ui-cancelfullscreen-button {
  margin-right: 19px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.preview-breadcrumbs-container {
  display: flex;
  align-items: center;
}
.preview-breadcrumbs-container .preview-breadcrumbs-lv1 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #415364;
  font-weight: 400;
}
.preview-breadcrumbs-container .preview-breadcrumbs-lv1.focus-breadcrumbs {
  font-weight: 600;
}
.preview-breadcrumbs-container .preview-breadcrumbs-lv2 .button-text-part {
  font-weight: 400 !important;
}
.preview-breadcrumbs-container .preview-breadcrumbs-lv2.focus-breadcrumbs .button-text-part {
  font-weight: 600 !important;
}
.preview-breadcrumbs-container .preview-breadcrumbs-lv3 {
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: calc(100vw - 400px);
}
.preview-breadcrumbs-container .preview-breadcrumbs-lv3.focus-breadcrumbs {
  font-weight: 600;
}
.preview-breadcrumbs-container .preview-breadcrumbs-lv3::before {
  margin: 0 var(--margin-m);
  color: var(--gray-2);
  content: "/";
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-main-layout-footer {
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: transparent;
  border-top: 1px solid #E6E7E8;
}
.common-ui-main-layout-footer-right a {
  color: #415364;
  line-height: 19px;
  text-decoration: none;
}
.common-ui-main-layout-footer-right a:hover {
  color: #415364;
  text-decoration: underline;
}
.common-ui-main-layout-footer-right a:first-of-type {
  padding-right: 8px;
  border-right: 1px solid #E6E7E8;
}
.common-ui-main-layout-footer-right a:last-of-type {
  padding-left: 8px;
}
.aui-mobile-view .common-ui-main-layout-footer {
  padding: 12px 16px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-sortandgroup-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common-ui-sortandgroup-footer {
  display: flex;
  justify-content: space-between;
  padding: var(--padding-s);
}
.common-ui-sortandgroup-group-title {
  color: #5D6778;
  padding: var(--padding-m) var(--padding-m) var(--padding-s);
  font-weight: 600;
}
.common-ui-sortandgroup-group-list {
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: var(--padding-s);
}
.common-ui-sortandgroup-group-list-item {
  display: flex;
  justify-content: space-between;
  padding: var(--padding-s) var(--padding-m);
  cursor: pointer;
}
.common-ui-sortandgroup-group-list-item-text {
  width: calc(100% - 19px);
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-shimmer {
  overflow: hidden;
  position: relative;
  display: block;
  visibility: hidden;
  color: transparent;
}
.common-ui-shimmer::before {
  content: '';
  display: block;
  background-color: var(--alt-bg);
  background-repeat: no-repeat;
  border-radius: var(--radius-s);
  visibility: visible;
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(to right, var(--alt-bg) 0, var(--alt-bg) 34%, var(--body-bg) 45%, var(--body-bg) 55%, var(--alt-bg) 66%, var(--alt-bg) 100%);
  background-size: 300% 100%;
  background-position: 0px 0px;
  animation: 2s ease-in-out 0s infinite normal both running animate-suspense-shimmer;
  color: transparent;
}
@keyframes animate-suspense-shimmer {
  0% {
    background-position: 100% 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-congratulat-dialog {
  text-align: center;
}
.common-ui-congratulat-dialog-content {
  width: 343px;
  height: 95px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
}
.common-ui-congratulat-dialog-content .fia-success {
  font-size: 80px;
  border: 1px solid #30996c;
  padding: 2px;
  border-radius: 50%;
}
.common-ui-congratulat-dialog-content .fia-success::before {
  color: #30996c;
}
.common-ui-congratulat-dialog-content-font {
  margin-top: var(--margin-l);
  text-align: left;
}
.common-ui-congratulat-dialog-content-font-name {
  font-weight: bold;
}
.aui-mobile-view .common-ui-congratulat-dialog-content {
  width: 100%;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-cert-preview-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #DFF2F7;
  height: 100%;
  padding: 24px 30px;
  position: relative;
}
.common-ui-cert-preview-container-header {
  width: 100%;
  position: absolute;
  top: 10px;
  height: 24px;
  display: flex !important;
  justify-content: space-between;
  padding: 0px 12px;
}
.common-ui-cert-preview-container-header-status {
  height: 24px;
  width: 79px;
  border-radius: 2px;
  padding: 0px 8px;
}
.common-ui-cert-preview-container-header .earnedStatus {
  background-color: #D4FAE5;
  border: 1px solid #31996C;
}
.common-ui-cert-preview-container-header .expStatus {
  background-color: #FCE8E6;
  border: 1px solid #C91D1D;
}
.common-ui-cert-preview-container-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 119px;
}
.common-ui-cert-preview-container-info-cert-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: 220px;
}
.common-ui-cert-preview-container .expand-img {
  position: absolute;
  top: 20px;
  right: 13px;
}
.common-ui-cert-preview-containerMuilti {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 30px;
  position: relative;
}
.common-ui-cert-preview-containerMuilti .expand-img {
  position: absolute;
  top: 20px;
  right: 13px;
}
.common-ui-cert-preview-selected-cert {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.common-ui-cert-preview-selected-cert-content {
  width: 163px !important;
}
.common-ui-cert-preview-content-wrapper {
  width: 230px;
  height: 300px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 8px #00000029;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-ui-cert-preview-content-wrapper > h3 {
  font-size: 29px;
  width: 108px;
  height: 38px;
  text-align: center;
  letter-spacing: 0px;
  color: #E6E7E8;
}
.common-ui-cert-preview-overdue-message {
  position: absolute;
  height: 24px;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #FFF4DF 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 12px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.common-ui-cert-preview-popover {
  position: absolute;
  top: 45px;
  right: 8px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-teamsshare-menu-item {
  cursor: pointer;
  padding: var(--padding-xs);
}
.common-ui-teamsshare-menu-item:hover {
  background: var(--gray-2);
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-divbutton {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.common-ui-divbutton-link {
  display: inline;
  text-decoration: none;
  vertical-align: initial;
  color: var(--link-color);
}
@media (hover: hover) {
  .common-ui-divbutton-link:hover {
    color: var(--link-hover-color);
    text-decoration: underline;
  }
}
.common-ui-divbutton-link:active {
  color: var(--link-active-color);
}
.common-ui-divbutton-flex-content {
  display: flex;
  margin-top: var(--margin-s);
}
.common-ui-divbutton[disabled] {
  cursor: not-allowed !important;
  color: var(--disabled-color);
  text-decoration: none !important;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-mkplayer-team-app .bmpui-ui-uicontainer .bmpui-container-wrapper .bmpui-ui-titlebar {
  padding-top: 35px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-sharecourse-panel-header {
  display: flex;
  align-items: center;
}
.common-ui-sharecourse-panel-header .style-share-warn {
  position: unset;
}

.billcontent-container {
  max-width: 700px;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}
.billcontent-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.billcontent-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 30px;
}
.billcontent-info .billcontent-left {
  width: 49%;
}
.billcontent-info .billcontent-left p {
  margin: 6px 0;
}
.billcontent-info .billcontent-right {
  width: 49%;
}
.billcontent-info .billcontent-right p {
  margin: 6px 0;
}
.billcontent-order-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.billcontent-order-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.billcontent-order-item img {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}
.billcontent-order-item .billcontent-course-info {
  flex-grow: 1;
  font-weight: 600;
}
.billcontent-order-item .billcontent-course-price {
  font-weight: 500;
}
.billcontent-summary {
  margin-top: 20px;
  padding-top: 16px;
  font-size: 14px;
  width: 50%;
  margin-left: 50%;
}
.billcontent-summary .billcontent-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-weight: 600;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-badge-slider-container {
  margin: 0 auto;
  text-align: center;
  width: 387px;
  height: 276px;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common-ui-badge-slider-container-content-body {
  width: 387px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.common-ui-badge-slider-container-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -2%;
  text-align: center;
}
.common-ui-badge-slider-container-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.common-ui-badge-slider-container-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  width: 387px;
  height: 26px;
  gap: 10px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-folder-path-breadcrumb {
  overflow: hidden;
  width: 100%;
  height: var(--widget-height-m);
}
.common-ui-folder-path-breadcrumb-box {
  display: inline-flex;
  margin: 0;
  padding-left: 0;
  height: 100%;
  white-space: nowrap;
  list-style: none;
  gap: 8px;
}
.common-ui-folder-path-breadcrumb-item-container {
  display: flex;
  gap: 8px;
}
.common-ui-folder-path-breadcrumb-item {
  display: flex;
  overflow: hidden;
  flex: none;
  padding: 0 var(--gap-xxs);
  align-items: center;
  justify-content: center;
  color: var(--body-color);
}
.common-ui-folder-path-breadcrumb-link {
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: var(--alt-color);
}
.common-ui-folder-path-breadcrumb-link:hover,
.common-ui-folder-path-breadcrumb-link:focus,
.common-ui-folder-path-breadcrumb-link:active {
  color: var(--alt-color);
}
.common-ui-folder-path-breadcrumb .no-link-style,
.common-ui-folder-path-breadcrumb .no-link-style:hover,
.common-ui-folder-path-breadcrumb .no-link-style:focus,
.common-ui-folder-path-breadcrumb .no-link-style:active {
  text-decoration: none;
  cursor: default;
}
.common-ui-folder-path-breadcrumb-link-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: normal;
  color: #5D6778;
}
.common-ui-folder-path-breadcrumb .isActive {
  color: #27313C;
  font-weight: 600;
}
.common-ui-folder-path-breadcrumb .link-path {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 6%;
  color: #0866CA;
  cursor: pointer;
}
.common-ui-folder-path-breadcrumb-space {
  color: #5D6778;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.marker-assign .text-overflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-popover .content {
  padding: 8px !important;
}
.custom-popover .button-group-custom-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: -8px;
}
.custom-popover .button-group-custom-popup button {
  width: 100%;
  justify-content: flex-start !important;
}
.common-ui-resultcard-container {
  height: 137px;
  border: 1px solid #00000014;
  box-shadow: 0px 2px 4px #00000014;
  margin-bottom: 16px;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  cursor: pointer;
}
.common-ui-resultcard-containerbadge {
  height: 137px;
  border: 1px solid #E6E7E8;
  margin-bottom: 16px;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  cursor: pointer;
}
.common-ui-resultcard-left,
.common-ui-resultcard-leftbadge {
  margin-right: 16px;
}
.common-ui-resultcard-left-card-wrap,
.common-ui-resultcard-leftbadge-card-wrap {
  width: 213px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
}
.common-ui-resultcard-left-img,
.common-ui-resultcard-leftbadge-img {
  height: 120px;
  border-radius: 12px;
  background-repeat: no-repeat;
  padding: 16px;
  background-size: cover;
}
.common-ui-resultcard-container .common-ui-resultcard-button {
  visibility: hidden;
}
.common-ui-resultcard-container:hover .common-ui-resultcard-button {
  visibility: visible;
}
.common-ui-resultcard-container-button,
.common-ui-resultcard-container-visible {
  visibility: visible;
}
.common-ui-resultcard-right {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.common-ui-resultcard-skillBadge-name {
  font-size: 16px;
  font-weight: bold;
  color: #27313C;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
  white-space: pre-wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}
.common-ui-resultcard-skillBadge-name.isDeleted {
  color: #C2C5C8 !important;
}
.common-ui-resultcard-core {
  width: 55px;
  height: 24px;
  background-color: #F6D7D4;
  margin-left: 16px;
  margin-right: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 3px;
  border-radius: 2px;
}
.common-ui-resultcard-elective {
  width: 65px;
  height: 24px;
  margin-top: 3px;
  background-color: #FDECCC;
  margin-left: 16px;
  margin-right: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 2px;
}
.common-ui-resultcard-status-course .fia-remove-times {
  --icon-color: #fff!important;
  background: var(--error-6);
  border-radius: 7px;
}
.common-ui-resultcard-status-course.Not {
  margin-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #7D848B;
  background: #EAECEF;
  border-radius: 2px;
}
.common-ui-resultcard-status-course.Not .point {
  background: #7D848B;
}
.common-ui-resultcard-status-course.In {
  margin-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #0E9F98;
  background: var(--tag-teal-bg);
  border-radius: 2px;
}
.common-ui-resultcard-status-course.In .point {
  background: #0E9F98;
}
.common-ui-resultcard-status-course.Failed {
  margin-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #D7392B;
  background: #f08187;
  border-radius: 2px;
}
.common-ui-resultcard-status-course.Failed .point {
  background: #D7392B;
}
.common-ui-resultcard-status-course.Passed,
.common-ui-resultcard-status-course.Completed {
  margin-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #31996C;
  background: var(--success-1);
  border-radius: 2px;
}
.common-ui-resultcard-status-course.Passed .point,
.common-ui-resultcard-status-course.Completed .point {
  background: #31996C;
}
.common-ui-resultcard-status-course.Overdue {
  margin-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #C76E20;
  background: #FEF0D6;
  border-radius: 2px;
}
.common-ui-resultcard-status-course.Overdue .point {
  background: #C76E20;
}
.common-ui-resultcard-status-course.Exempt,
.common-ui-resultcard-status-course.NA {
  margin-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #7D848B;
  background: #FFFFFF;
  border-radius: 2px;
}
.common-ui-resultcard-status-course.Exempt .point,
.common-ui-resultcard-status-course.NA .point {
  background: #7D848B;
}
.common-ui-resultcard-status-course {
  display: flex;
  align-items: center;
  height: 24px;
}
.common-ui-resultcard-status-course .point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.common-ui-resultcard-rightplay {
  overflow: hidden;
  white-space: nowrap;
  width: 85%;
  padding-right: 24px;
}
.common-ui-resultcard-top-name {
  font-size: 16px;
  font-weight: bold;
  color: #27313C;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
}
.common-ui-resultcard-estimatied {
  margin-bottom: 8px;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
}
.common-ui-resultcard-desc {
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
  margin-bottom: 8px;
}
.common-ui-resultcard-topic {
  background-color: #27313C;
  color: #FFF;
  display: inline-block;
  padding: 0 10px;
  margin: 0 8px 8px 0;
  border-radius: 2px;
}
.common-ui-resultcard-topic-popup {
  font-size: var(--font-l);
  display: inline-block;
  border: 1px solid #C2C5C8;
  padding: 5px 10px;
  border-radius: 18px;
  margin: 0 8px 8px 0;
  color: #5D6778;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-ui-resultcard-button {
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 36px;
  max-height: 36px;
  margin-right: 10px;
  margin-top: 40px;
}
.common-ui-resultcard-button .button.button-bald:hover {
  border-radius: 50%;
  background: none;
}
.common-ui-resultcard-button .button.button-bald[aria-expanded="true"] {
  border-radius: 50%;
  background: none;
}
.common-ui-resultcard-badge {
  display: flex;
  margin-right: 16px;
  justify-content: space-between;
}
.common-ui-resultcard-badge-item {
  display: flex;
}
.common-ui-resultcard-box-badge {
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 8px;
  justify-content: space-between;
}
.aui-mobile-view .common-ui-resultcard-container {
  height: 165px;
}
.aui-mobile-view .common-ui-resultcard-left-card-wrap {
  width: 100px;
  height: 147px;
}
.aui-mobile-view .common-ui-resultcard-left-img {
  height: 147px;
  width: 100px;
  padding: 5px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.aui-mobile-view .common-ui-resultcard-leftbadge {
  margin-right: 0px;
  margin-bottom: 8px;
}
.aui-mobile-view .common-ui-resultcard-leftbadge-card-wrap {
  width: 100%;
  height: 136px;
}
.aui-mobile-view .common-ui-resultcard-leftbadge-img {
  height: 136px;
  width: 100%;
  padding: 5px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.aui-mobile-view .common-ui-resultcard-badge-item {
  flex-direction: column;
}
.aui-mobile-view .common-ui-resultcard-core,
.aui-mobile-view .common-ui-resultcard-elective {
  margin-left: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.aui-mobile-view .common-ui-resultcard-skillBadge-name {
  -webkit-line-clamp: 2;
}
.aui-mobile-view .common-ui-resultcard-top-name {
  white-space: pre-wrap;
  display: -webkit-box;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  margin-bottom: 4px;
}
.aui-mobile-view .common-ui-resultcard-estimatied {
  margin-bottom: 4px;
}
.aui-mobile-view .common-ui-resultcard-estimatied .text-overflow {
  font-size: 12px;
}
.aui-mobile-view .common-ui-resultcard-desc {
  white-space: pre-wrap;
  display: -webkit-box;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.aui-mobile-view .common-ui-resultcard-topic {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aui-mobile-view .common-ui-resultcard-button {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 0;
}
.aui-mobile-view .common-ui-resultcard-containerbadge {
  height: 370px;
  padding: 16px;
  flex-direction: column;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lp-common-btn {
  display: inline-block;
  width: 231px;
  height: 95px;
  margin: 0 10px 10px 0;
  padding: 16px;
  border: solid 1px var(--normal-border);
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: var(--shadow-size-m) var(--normal-border);
  color: var(--body-color);
}
.lp-common-btn > div {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.lp-common-btn > div > div {
  width: 100%;
}
.lp-common-btn-icon {
  font-size: var(--font-xl);
}
.lp-common-btn-icon::before {
  color: var(--theme-6);
}
.lp-common-btn:visited,
.lp-common-btn:hover {
  text-decoration: none !important;
  color: var(--body-color);
}
.lp-common-btn-disabled {
  color: var(--disabled-color);
  background-color: var(--alt-bg);
  border-color: var(--disabled-border);
  opacity: 0.5;
}
.lp-common-btn-disabled-icon::before {
  color: var(--disabled-color);
}
.lp-common-btn-disabled:visited,
.lp-common-btn-disabled:hover {
  cursor: default;
  text-decoration: none;
  color: var(--disabled-color);
}
.lp-common-btn-text-content {
  text-decoration: underline !important;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lp-common-container-head {
  position: relative;
  display: flex;
  align-items: center;
}
.lp-common-container-head-left {
  flex-grow: 1;
  width: 0;
}
.lp-common-container-head-left > div {
  display: flex;
  align-items: flex-end;
}
.lp-common-container-head-right > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lp-common-container-head-gray-text {
  font-weight: normal;
  color: var(--text-gray-light);
  margin-left: var(--margin-s);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-right: var(--margin-s);
}
.lp-common-container-head-status-icon {
  font-weight: normal;
}
.lp-common-container-error .aui-expander-title {
  background-color: var(--red-1);
  border-top: 1px solid var(--red-3);
  border-right: 1px solid var(--red-3);
  border-bottom: 1px solid var(--red-3);
  border-left: 1px solid var(--red-3);
}
.lp-common-container-error.expanded .aui-expander-title {
  border-left: none;
}
.lp-common-container.expanded {
  border-left: 4px solid var(--theme-6);
  border-radius: 4px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lp-common-contentlibrary-title-content {
  font-weight: bold;
  align-items: center;
  display: flex;
  padding: 3px 16px 8px 0px;
  margin-left: -4px;
}
.lp-common-contentlibrary-title-content-border {
  color: #e8e8e9ea;
  margin: 0 0 -2px 0;
}
.lp-common-locard {
  width: 308px;
  height: 158px;
  background-color: white;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}
.lp-common-locard-top-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  padding: 6px;
  box-shadow: 0px 3px 6px #00000029;
}
.lp-common-locard-top-icon > span::before {
  color: white;
}
.lp-common-locard-top-title {
  font-size: 13px;
}
.lp-common-locard-top-action .button-bald + .button-bald {
  margin-left: 0;
}
.lp-common-locard-content {
  font-size: 12px;
}
.lp-common-locard-content-border {
  border-top: 1px solid var(--normal-border);
}
.lp-common-locard-content-info {
  color: #A19DAE;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.lp-common-locard-content-info-item {
  display: flex;
  align-items: center;
}
.lp-common-locard-content-info-line {
  max-width: 135px;
  min-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lp-common-locard-content .lo-tag {
  height: 25px;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lp-common-locard-content .lo-task {
  border: 1px solid var(--purple-5);
  background-color: var(--purple-1);
}
.lp-common-locard-content .lo-submission {
  border: 1px solid var(--orange-5);
  background-color: var(--orange-1);
}
.lp-common-locard-content .lo-component {
  border: 1px solid var(--green-5);
  background-color: var(--green-1);
}
.lp-common-locard-view {
  cursor: pointer;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lp-common-panel {
  padding: 0;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.tool-infolabel-wrap {
  white-space: nowrap;
}
.tool-infolabel-right {
  font-size: 14px;
}
.tool-infolabel span.tool-infolabel-icon {
  line-height: var(--line-spacing);
}
.lp-common-type-btn {
  display: inline-block;
  width: 180px;
  height: 40px;
  background-color: var(--white);
  padding: 0px var(--padding-s);
  color: var(--body-color);
}
.lp-common-type-btn-popover {
  display: inline-block;
  vertical-align: top;
}
.lp-common-type-btn > div {
  display: flex;
  align-items: center;
  height: 100%;
}
.lp-common-type-btn-icon {
  width: 34px;
  height: 34px;
  display: flex;
  font-size: var(--font-xl);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.lp-common-type-btn-icon-plus {
  display: inline-block;
  margin-left: auto;
}
.lp-common-type-btn-text {
  margin-left: var(--margin-s);
  flex-grow: 1;
  width: 0;
  white-space: normal;
}
.lp-common-type-btn:visited,
.lp-common-type-btn:hover {
  text-decoration: none;
  color: var(--body-color);
}
.lp-common-type-btn-disabled {
  color: var(--disabled-color);
  border-color: transparent;
  text-decoration: none;
  opacity: 0.5;
}
.lp-common-type-btn-disabled:visited,
.lp-common-type-btn-disabled:hover {
  color: var(--disabled-color);
  cursor: default;
}
.lp-common-type-btn-text-content {
  text-decoration: underline !important;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.fd-designer {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 470px;
}
.fd-designer-left {
  width: 240px;
  flex: none;
}
.fd-designer-left-title {
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-bottom: 1px solid var(--normal-border);
}
.fd-designer-left-tool {
  padding: 0 var(--padding-s);
}
.fd-designer-left-tool > .aui-popover {
  width: 100%;
}
.fd-designer-left-tool-item {
  display: flex;
  align-items: center;
  height: 42px;
  padding-left: 12px;
  padding-right: 9px;
  margin-top: var(--margin-s);
  color: #69647d;
  background-color: var(--white);
  border-radius: var(--radius-s);
  box-shadow: 0 2px 2px var(--shadow-color);
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fd-designer-left-tool-item-left {
  flex: 1;
}
.fd-designer-left-tool-item-left-icon {
  margin-right: var(--margin-s);
  vertical-align: middle;
}
.fd-designer-left-tool-item-left-text {
  display: inline-block;
  width: calc(100% - var(--font-m) - var(--margin-s));
  vertical-align: middle;
}
.fd-designer-left-tool-item-right {
  flex: none;
  margin-left: var(--margin-s);
}
.fd-designer-left-tool-item span::before {
  color: inherit;
}
.fd-designer-left-tool-item.dragging {
  color: #1d1d24;
  background-color: var(--blue-2);
}
.fd-designer-left-tool-item.disabled {
  cursor: not-allowed;
  opacity: var(--disabled-opacity);
}
.fd-designer-footer {
  padding: var(--padding-m) var(--padding-l);
  text-align: right;
  background-color: var(--white);
}
.fd-designer-container {
  flex-grow: 1;
  margin-bottom: var(--margin-m);
  padding: 0;
  justify-content: center;
}
.fd-designer-add-section {
  margin-top: var(--margin-m);
}
.fd-designer-add-section-has-section {
  display: flex;
  align-items: center;
}
.fd-designer-add-section-has-section > div {
  flex-grow: 1;
  display: inline-flex;
  justify-content: flex-end;
}
.fd-designer-add-section-has-section > div > span {
  background-color: var(--white);
  padding: var(--padding-s);
  border-radius: var(--radius-m);
}
.fd-designer-add-section-has-section > div > span::before {
  margin-right: var(--margin-xs);
}
.fd-designer-add-section-no-section {
  display: flex;
  flex-direction: column;
  padding: var(--padding-m);
  justify-content: center;
  align-items: center;
  background-color: var(--bg-gray);
  border-radius: var(--radius-m);
  cursor: pointer;
}
.fd-designer-add-section-no-section > span {
  margin-top: var(--margin-s);
}
.fd-designer-add-section-no-section > span:first-child {
  font-size: var(--font-xl);
}
.fd-designer-section {
  counter-reset: field;
  padding: 0;
}
.fd-designer-section + .fd-designer-section {
  margin-top: var(--margin-m);
}
.fd-designer-section > .aui-expander.aui-expander-mini > .aui-expander-title {
  padding: var(--padding-s) 0;
  border-bottom: 1px solid var(--normal-border);
}
.fd-designer-section > .aui-expander.aui-expander-mini > .aui-expander-title > .aui-expander-title-template {
  padding-left: 0;
}
.fd-designer-section > .aui-expander.aui-expander-mini > .aui-expander-panel > div {
  padding: 0 0 var(--padding-m);
}
.fd-designer-section > .aui-expander.aui-expander-mini > .aui-expander-mini-title {
  padding: 0 0 var(--padding-s);
  border-bottom: 1px solid #d6d7d8;
}
.fd-designer-section > .aui-expander.aui-expander-mini > .aui-expander-mini-title > .aui-expander-title-template {
  padding-left: 0;
}
.fd-designer-section > .aui-expander.aui-expander-mini > .aui-expander-mini-title > .aui-expander-title-template + .aui-expander-action-end.aui-expander-action {
  align-self: flex-start;
}
.fd-designer-section-title {
  display: flex;
  width: 100%;
}
.fd-designer-section-title > div {
  align-items: center;
}
.fd-designer-section-title > div:first-of-type {
  flex: 1;
  display: inline-flex;
  width: 0;
}
.fd-designer-section-title > div:first-of-type > div.aui-combobox {
  flex: none;
}
.fd-designer-section-title > div:first-of-type > .h3 {
  margin-left: var(--margin-s);
  max-width: calc(100% - 120px);
}
.fd-designer-section-title > div:last-of-type {
  flex: none;
  display: inline-flex;
}
.fd-designer-section-desc {
  margin-left: 70px;
}
.fd-designer-section-desc > div {
  margin-left: var(--margin-s);
}
.fd-designer-section-vertical-align {
  vertical-align: middle !important;
}
.fd-designer-field {
  margin-top: var(--margin-l);
}
.fd-designer-field-title {
  display: flex;
  padding: var(--padding-s);
  align-items: center;
}
.fd-designer-field-title::before {
  counter-increment: field;
}
.fd-designer-field-title > div {
  align-items: center;
}
.fd-designer-field-title > div:first-of-type {
  flex: 1;
  display: inline-flex;
  width: calc(100% - 350px);
}
.fd-designer-field-title > div:first-of-type > div.aui-combobox {
  flex: none;
}
.fd-designer-field-title > div:first-of-type > .h3 {
  margin-left: var(--margin-s);
  max-width: calc(100% - 120px);
}
.fd-designer-field-title > div:first-of-type > .h3.single {
  margin-left: 0;
}
.fd-designer-field-title > div:last-of-type {
  flex-grow: 1;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.fd-designer-field-title + div {
  padding: var(--padding-m);
  border-top: 1px solid var(--normal-border);
}
.fd-designer-field-content {
  border-top: 1px solid var(--normal-border);
}
.fd-designer-drop {
  height: 122px;
  padding: var(--padding-l);
  margin-top: var(--margin-l);
  background-color: var(--bg-gray);
  border-radius: var(--radius-l);
  text-align: center;
}
.fd-designer-drop-nofield {
  font-size: var(--font-m);
}
.fd-designer-drop-here {
  font-size: var(--font-m);
  font-weight: var(--font-semibold);
}
.fd-designer-drop-here > span.fia-hand {
  font-size: 24px;
}
.fd-designer-drop-here-active {
  line-height: calc(122px - 2 * var(--padding-l));
  font-size: var(--font-m);
  color: var(--text-gray-light);
  display: none;
}
.fd-designer-drop.active {
  background-color: var(--blue-2);
}
.fd-designer-drop.active .fd-designer-drop-here,
.fd-designer-drop.active .fd-designer-drop-btns {
  display: none;
}
.fd-designer-drop.active .fd-designer-drop-here-active {
  display: block;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.fd-render-section {
  margin-top: var(--margin-l);
}
.fd-render-section-inline-center {
  display: inline-flex;
  align-items: center;
}
.fd-render-section > .aui-expander > .aui-expander-title {
  font-weight: var(--font-regular);
}
.fd-render-section > .aui-expander.aui-expander-mini > .aui-expander-title {
  padding: var(--padding-m) 0;
  border-bottom: 1px solid var(--normal-border);
}
.fd-render-section > .aui-expander.aui-expander-mini > .aui-expander-title > .aui-expander-title-template {
  padding-left: 0;
}
.fd-render-section > .aui-expander.aui-expander-mini > .aui-expander-panel > div {
  padding: var(--padding-l) 0 0;
}
.fd-render-section > .aui-expander.aui-expander-mini > .aui-expander-mini-title {
  padding: 0 0 var(--padding-s);
  border-bottom: 1px solid #d6d7d8;
}
.fd-render-section > .aui-expander.aui-expander-mini > .aui-expander-mini-title > .aui-expander-title-template {
  padding-left: 0;
}
.fd-render-section > .aui-expander.aui-expander-mini > .aui-expander-mini-title > .aui-expander-title-template + .aui-expander-action-end.aui-expander-action {
  align-self: flex-start;
  margin-top: var(--margin-xxs);
  height: var(--margin-l);
  width: var(--margin-xl);
}
.fd-render-section-title {
  width: 100%;
}
.fd-render-section-title-detail {
  display: flex;
  align-items: center;
  width: 100%;
}
.fd-render-section-title-detail > *:first-child {
  flex: 1;
}
.fd-render-section-title-desc {
  font-weight: var(--font-regular);
  color: var(--gray-6);
}
.fd-render-vertical-align {
  vertical-align: middle !important;
}
.fd-render-field > div + div {
  margin-top: var(--margin-l);
}
.fd-render .error-icon::before {
  color: #dd4d40;
}
.fd-preview-choice-radio > div {
  background-color: var(--alt-1);
  padding: var(--padding-s) var(--padding-m) !important;
  margin-bottom: var(--margin-s);
}
.fd-preview-choice-radio > div:nth-last-child(1) {
  margin-bottom: 0;
}
.fd-preview-choice-checkbox > div {
  background-color: var(--alt-1);
  padding: var(--padding-s) var(--padding-m) !important;
  margin-bottom: var(--margin-s);
}
.fd-preview-choice-checkbox > div:nth-last-child(1) {
  margin-bottom: 0;
}
.fd-question-preview-blank {
  height: 25px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.fd-question-preview-blankborder {
  border-bottom: var(--border-m) solid var(--normal-border);
  min-width: 140px;
}
.fd-question-preview-mark {
  display: flex;
}
.fd-question-preview-mark-left {
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  padding-right: 5px;
}
.fd-question-preview-mark-left .common-ui-form .a-container {
  overflow: hidden !important;
}
.fd-question-preview-mark-border {
  padding: var(--padding-m);
  border: 1px solid #e5ebef;
}
.fd-question-preview-mark-right {
  margin-left: 32px;
  width: 320px;
  min-width: 320px;
  position: relative;
}
.fd-question-preview-mark-plagiarism {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #e6e7e8;
  font-size: 14px;
  color: #27313C;
}
.fd-question-preview-mark-plagiarism-score {
  font-size: 16px;
  font-weight: bold;
  color: #0866CA;
  margin: 0 8px;
  cursor: pointer;
}
.fd-question-preview-mark-plagiarism-checking {
  font-size: 14px;
  color: #454868;
  margin-left: 8px;
}
.fd-question-preview-mark-plagiarism-failed {
  font-size: 14px;
  color: #454868;
  margin: 0 8px;
  line-height: 1;
}
.fd-question-preview-mark-plagiarism-flexcontrol {
  display: flex;
  align-items: center;
}
.fd-question-preview-mark-plagiarism .fia-external::before {
  color: #0866CA;
  cursor: pointer;
}
.fd-question-preview-mark-plagiarism .fia-spinner-loading::before {
  color: #0D76B8;
}
.fd-question-preview-mark-plagiarism .fia-close-circle-solid::before {
  color: #C91D1D;
}
.fd-question-preview-mark-plagiarism .fia-info-circle::before {
  color: #415364;
}
.fd-question-preview-mark-plagiarism .rotate {
  animation: rotate 2s linear infinite;
  -webkit-animation: rotate 2s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fd-question-preview-textarea-div {
  overflow: auto;
  padding: 25px 20px;
  border: 1px solid #D4D6D8;
  border-radius: 2px;
  opacity: 1;
  min-height: 340px;
}
.fd-question-preview-textarea-div-bg {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  display: flex;
}
.fd-question-preview-textarea-div-bg-richeditor {
  background: #F5F5F5 0% 0% no-repeat padding-box;
}
.fd-question-preview-textarea-div-fileupload {
  min-height: 200px;
}
.fd-question-preview-fillinblank-questionblank {
  border-radius: 4px;
  padding: 0 2px;
  border: 1px solid #D4D6D8;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  white-space: nowrap;
}
.fd-question-preview-fillinblank-span {
  font: normal normal bold 14px/19px Open Sans, sans-serif;
  letter-spacing: 0px;
  color: #1D1D24;
}
.fd-question-preview-fillinblank-nofilled {
  background: #F7F7F7 0% 0% no-repeat padding-box;
}
.fd-question-preview-fillinblank-filling {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border: 1px solid #68C8C5;
}
.fd-question-preview-fillinblank-filled {
  background: #B7E5E3 0% 0% no-repeat padding-box;
  border: 1px solid #68C8C5;
}
.fd-question-preview-fillinblank-line {
  width: 100%;
  margin: 24px auto;
  border-bottom: 1px solid var(--gray-1);
}
.fd-question-preview-fillinblank-spanblank {
  font: normal normal 600 13px/18px Open Sans, sans-serif;
  letter-spacing: 0px;
  color: #1D1D24;
  margin-right: var(--margin-l);
  display: block;
  overflow: hidden;
  word-wrap: normal;
  text-overflow: ellipsis;
}
.fd-question-preview-fillinblank-active {
  height: 40px;
  border-left: solid 2px #68C8C5;
}
.fd-question-preview-fillinblank-triangle {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #68C8C5;
  border-right: 4px solid transparent;
}
.fd-question-preview-fillinblank-activeborder {
  align-items: center;
  width: 10px;
}
.fd-question-preview-fillinblank-right {
  flex-grow: 1;
}
.fd-question-preview-feedback {
  display: flex;
  padding-top: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.fd-question-preview-feedback-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.fd-question-preview-feedback-content {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 2px;
  border: 1px solid var(--Semantic-Light-Warning-yellow, #C76E20);
  background: var(--Semantic-Light-Warning-yellow-bg, #FEF0D6);
}
.fd-question-preview-feedback-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.fd-mark-form {
  width: 320px;
  border: 1px solid #e5ebef;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
}
.fd-mark-form-title {
  height: 40px;
  line-height: 40px;
  padding-left: var(--padding-l);
  padding-right: var(--padding-s);
  color: #27313c;
  font-weight: 600;
  background-color: #e6e7e8;
}
.fd-mark-form-title-automark-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fd-mark-form-main {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: var(--padding-m) var(--padding-s) var(--padding-m) var(--padding-l);
}
.aui-mobile-view .aui-expander-panel > div {
  padding: var(--padding-s);
}
.aui-mobile-view .fd-question-preview-mark {
  flex-wrap: wrap;
}
.aui-mobile-view .fd-question-preview-mark-left {
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  padding: 0;
}
.aui-mobile-view .fd-question-preview-mark-right {
  width: 100%;
  min-width: 0;
  position: relative;
  margin-left: 0;
  padding-top: var(--padding-xs);
}
.aui-mobile-view .fd-question-preview .hotspot-container {
  display: block;
}
.aui-mobile-view .fd-question-preview .hotspot-container .hotspot-tips {
  width: 100%;
  margin: 0;
  margin-top: var(--margin-l);
}
.aui-mobile-view .fd-mark-form {
  width: 100%;
  position: relative;
}
.fd-section-mark-sftForm {
  background-color: #FFFFFF;
  padding: 0px 0px 24px 0px !important;
  margin-top: 24px;
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.lb-common-lb-lb-popup {
  background-color: #E8E8E8;
  width: 90.2%;
  height: 90%;
  position: fixed;
  border-radius: 8px 8px 2px 2px;
  top: 50px;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.lb-common-lb-lb-popup .aui-tab-content,
.lb-common-lb-lb-popup .aui-tabs-body,
.lb-common-lb-lb-popup .lb-common-lb-content {
  height: 100%;
}
.lb-common-lb-lb-popup .aui-tabs-bars {
  padding: 10px 50px 0 155px;
}
@media (max-width: 1290px) {
  .lb-common-lb-lb-popup .aui-tabs-bars {
    padding-left: 50px;
  }
}
@media (max-width: 1290px) {
  .lb-common-lb-lb-popup .lb-common-tbcontent-table {
    padding: 0 41px;
  }
}
.lb-common-lb-lb-screen {
  width: 100vw;
  height: 100vh;
  background: #a4abac;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.lb-common-lb-close-btn {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
}
.lb-common-lb-close-btn span {
  cursor: pointer;
}
.lb-common-lb-close-btn div {
  height: 14px;
}
.lb-common-lb-header {
  background-image: url(../../resources/images/header-bg-4e34aa24.svg);
  background-repeat: no-repeat;
  height: 67px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  background-position-x: right;
}
.lb-common-lb-header-title {
  color: #27313C;
  font-weight: 600;
  font-size: 18px;
}
.lb-common-lb-header-icon {
  width: 40px;
  height: 32px;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjggMjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4IDI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9CgkKCQkuc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMDM2OTMwMjM2NDkxMjEyNjY1NzcwMDAwMDExMzI0MzU0NjA1NTMzMDU3MTY3Xyk7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDp1cmwoI1NWR0lEXzAwMDAwMDQ5OTA0Nzg0NzM0NDY4NTk1OTIwMDAwMDAxMzgzNTQ1NTEyNzU1ODM0NTI0Xyk7fQoJLnN0MntvcGFjaXR5OjA7ZmlsbDojMTYxNjE2O30KCS5zdDN7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojNjE3OEI2O30KCQoJCS5zdDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAwNzU4NDgxOTkzNzE0MTgzNTcwMTAwMDAwMDE3NjY4MzI3MzEwMjg3MzYxNjNfKTtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOnVybCgjU1ZHSURfMDAwMDAxNDcxOTAyNDA2MDQyMjQyMTY3NjAwMDAwMTA5NDA5NDI5ODg2NTgyNzI5MjFfKTt9CgkKCQkuc3Q1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTI4NDQ3MzgzMzI0MzU3NDkwOTMwMDAwMDA5OTc5NzA1NDEzMTk2NjAwOTYyXyk7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDp1cmwoI1NWR0lEXzAwMDAwMDc2NTkyOTgwNDU5MTc2MzU2NjkwMDAwMDA0MjE4NjA4MzQyMTM5MDU1NzcyXyk7fQoJLnN0NntmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNy44NywxMy42MmMtMC4yMi0zLjc1LTMuNDUtNi42MS03LjItNi4zOWMtMC4zNSwwLjAyLTAuNjgsMC4wNy0xLjAxLDAuMTRjLTEuMjYtMi4xMi0zLjYzLTMuNDctNi4yNi0zLjMyCgkJCWMtMi42MywwLjE2LTQuODIsMS43OS01LjgyLDQuMDRDNy4zNCw4LjY1LDcuMTcsOS4yNCw3LjA4LDkuODVjLTAuMDcsMC40NS0wLjA5LDAuOTItMC4wNiwxLjRjMC4wNSwwLjc5LDAuMjMsMS41NCwwLjUyLDIuMjMKCQkJYzAuMzYtMC42NSwwLjgxLTEuMjQsMS4zMy0xLjc1Yy0wLjAzLTAuMTktMC4wNi0wLjM5LTAuMDctMC41OWMtMC4wMi0wLjMyLTAuMDEtMC42MywwLjAzLTAuOTRDOC45MSw5LjYsOS4xLDkuMDMsOS4zNyw4LjUKCQkJYzAuNzktMS41LDIuMzItMi41Niw0LjE0LTIuNjdjMS44MS0wLjExLDMuNDYsMC43Niw0LjQzLDIuMTVjMC4zNCwwLjQ5LDAuNTksMS4wNCwwLjc0LDEuNjNjMC41Mi0wLjI4LDEuMDktMC40OCwxLjctMC41NgoJCQljMC4xMy0wLjAyLDAuMjctMC4wMywwLjQtMC4wNGMyLjc3LTAuMTcsNS4xNCwxLjk0LDUuMzEsNC43MWMwLjE2LDIuNjctMS44LDQuOTctNC40Miw1LjI4Yy0wLjE2LDAuNjQtMC4zOSwxLjI2LTAuNjksMS44MwoJCQljMC4xNywwLDAuMzQsMCwwLjUxLTAuMDFDMjUuMjQsMjAuNiwyOC4xLDE3LjM3LDI3Ljg3LDEzLjYyeiIvPgoJCTxnPgoJCQk8ZGVmcz4KCQkJCTxwYXRoIGlkPSJTVkdJRF8wMDAwMDE3Mzg2MTU4Mzc2MDc0MDM3MDIyMDAwMDAxMTQxNzkyMjI4NDczMDcyODgzMl8iIGQ9Ik0yMC45OCwxNi43NWMtMC4wNS0wLjgzLTAuMjQtMS42MS0wLjU2LTIuMzMKCQkJCQljLTAuMTktMC40My0wLjQyLTAuODQtMC42OS0xLjIxYy0wLjM3LTAuNTItMC44Mi0wLjk5LTEuMzItMS4zOWMtMC41NS0wLjQzLTEuMTYtMC43OS0xLjgzLTEuMDQKCQkJCQljLTAuMjMtMC4wOS0wLjQ3LTAuMTYtMC43MS0wLjIyYy0wLjEyLTEuMDQtMC45OS0xLjg2LTIuMDctMS44NmMtMS4xNiwwLTIuMDksMC45NC0yLjA5LDIuMDljMCwxLjE2LDAuOTQsMi4wOSwyLjA5LDIuMDkKCQkJCQljMC41OCwwLDEuMTEtMC4yNCwxLjQ5LTAuNjNjMC4yNiwwLjA2LDAuNTEsMC4xMywwLjc1LDAuMjNjMC41MSwwLjIxLDAuOTksMC40OSwxLjQsMC44NWMwLjQ2LDAuMzksMC44NCwwLjg2LDEuMTQsMS40CgkJCQkJYzAuMjMsMC40MiwwLjM5LDAuODcsMC41LDEuMzZjMC4wNSwwLjI1LDAuMDksMC41LDAuMTEsMC43NmMwLjAyLDAuMzIsMC4wMSwwLjYzLTAuMDMsMC45NGMtMC4wOCwwLjYxLTAuMjYsMS4xOC0wLjU0LDEuNzEKCQkJCQljLTAuNzksMS41LTIuMzIsMi41Ni00LjE0LDIuNjdjLTEuODEsMC4xMS0zLjQ2LTAuNzYtNC40My0yLjE1Yy0wLjM0LTAuNDktMC41OS0xLjA0LTAuNzQtMS42M2MtMC41MiwwLjI4LTEuMDksMC40OC0xLjcsMC41NgoJCQkJCWMtMC4xMywwLjAyLTAuMjcsMC4wMy0wLjQsMC4wNGMtMi43NywwLjE3LTUuMTQtMS45NC01LjMxLTQuNzFDMS43NSwxMS42LDMuNzEsOS4zLDYuMzMsOC45OWMwLjEzLTAuNjQsMC4zNS0xLjI1LDAuNjMtMS44MwoJCQkJCWMtMC4xNSwwLTAuMywwLTAuNDUsMC4wMWMtMy43NSwwLjIyLTYuNjEsMy40NS02LjM5LDcuMmMwLjIyLDMuNzUsMy40NSw2LjYxLDcuMiw2LjM5YzAuMzUtMC4wMiwwLjY4LTAuMDcsMS4wMS0wLjE0CgkJCQkJYzEuMjYsMi4xMiwzLjYzLDMuNDcsNi4yNiwzLjMyYzIuNjMtMC4xNiw0LjgyLTEuNzksNS44Mi00LjA0YzAuMjUtMC41NSwwLjQyLTEuMTQsMC41MS0xLjc2CgkJCQkJQzIwLjk5LDE3LjY5LDIxLjAxLDE3LjIyLDIwLjk4LDE2Ljc1eiIvPgoJCQk8L2RlZnM+CgkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMDAwMDAwODc0MTI3MjkxODU1NzcyMTY5MTAwMDAwMTY1NTI0Mjc3NDA1OTc4NjA0OTlfIj4KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzAwMDAwMTczODYxNTgzNzYwNzQwMzcwMjIwMDAwMDExNDE3OTIyMjg0NzMwNzI4ODMyXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPgoJCQk8L2NsaXBQYXRoPgoJCQkKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMDAwMDAwODU5NjYzMTk2NDc2NDc5Mzg0NDAwMDAwMDkwODAxNjYxNjQ4MDIzNzAyMzBfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjIwLjg0MTIiIHkxPSIxNy4xNzQ5IiB4Mj0iLTIuNzYzMyIgeTI9IjEwLjc0NTMiPgoJCQkJPHN0b3AgIG9mZnNldD0iMC4yNzUxIiBzdHlsZT0ic3RvcC1jb2xvcjojN0VEREQyIi8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIwLjMzMzEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3Q0Q3RDAiLz4KCQkJCTxzdG9wICBvZmZzZXQ9IjAuNDA3OSIgc3R5bGU9InN0b3AtY29sb3I6Izc4QzdDQyIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMC40OTE4IiBzdHlsZT0ic3RvcC1jb2xvcjojNzBBREM1Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIwLjU4MTkiIHN0eWxlPSJzdG9wLWNvbG9yOiM2Njg4QkEiLz4KCQkJCTxzdG9wICBvZmZzZXQ9IjAuNjE2NCIgc3R5bGU9InN0b3AtY29sb3I6IzYxNzhCNiIvPgoJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkKCQkJCTxyZWN0IHg9Ii0yLjQ2IiB5PSIzLjExIiBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAwODc0MTI3MjkxODU1NzcyMTY5MTAwMDAwMTY1NTI0Mjc3NDA1OTc4NjA0OTlfKTtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOnVybCgjU1ZHSURfMDAwMDAwODU5NjYzMTk2NDc2NDc5Mzg0NDAwMDAwMDkwODAxNjYxNjQ4MDIzNzAyMzBfKTsiIHdpZHRoPSIyMy44MSIgaGVpZ2h0PSIyMS45MyIvPgoJCTwvZz4KCTwvZz4KCTxyZWN0IGNsYXNzPSJzdDIiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIvPgo8L2c+Cjwvc3ZnPgo=);
  margin-left: 32px;
  margin-right: 12px;
  background-repeat: no-repeat;
}
.lb-common-lb-content {
  height: calc(100% - 101px);
}
.lb-common-lb-lb-dialog-GO1 .aui-tabs {
  height: 83%;
}
.lb-common-lb-lb-dialog-CK .aui-tabs {
  height: 89%;
}
.lb-common-lb-lb-dialog .aui-dialog-modal {
  background-color: #E8E8E8;
}
.lb-common-lb-lb-dialog .aui-dialog-modal .aui-tab-content,
.lb-common-lb-lb-dialog .aui-dialog-modal .aui-tabs-body,
.lb-common-lb-lb-dialog .aui-dialog-modal .lb-common-lb-content {
  height: 100%;
}
.lb-common-lb-lb-dialog .aui-dialog-modal .aui-tabs-bars {
  padding: 10px 50px 0 155px;
}
@media (max-width: 1290px) {
  .lb-common-lb-lb-dialog .aui-dialog-modal .aui-tabs-bars {
    padding-left: 50px;
  }
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.lb-common-tbcontent-table {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 148px 8px;
  margin-bottom: 8px;
}
.lb-common-tbcontent-no-item-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lb-common-tbcontent-no-item {
  width: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJEAAAA8CAYAAABmWlgTAAAABHNCSVQICAgIfAhkiAAABQVJREFUeF7tXc1uUkEUHugv0NhautCNtInRLjQl+gB2ZVxoonHlqn0EfQIbn0CfQLpzY2IXrlzYxheg0cTETS+pEhcVi4GWFqGeQ7hXfga4zD1z71x6bkK4hZkzZ77z8Z2ZgZxGBF+MgEcEIh77c3dGQDCJmASeEWASeYaQDRhDor29vUwkElkLU0jOzs6eLC0tvQmTzzp8NYZE+/v7sVqt9gkmeVvHRDXZLADxr6ZSqd+a7IfCrDEkQrTy+fyV09PTXbid8xO98fFxAaqiOuTH6enpF6qde/UbGxurzc/P44fK+MsoEiFauVzuPgR0C26jfqA3MTEhpqam/Bhq2DFeLSwsPB22UxDtjSMRggDrow1IE891AwJjiHg8LvDZsOt7MplcBr/Khvkldcc49NBLUKKIZVlbAOIDnSDGYjEBaUPnEKq2H4EKvVPt7Hc/I0mEIBQKhdlisbgLRErpAMXgNLYFBHqoY866bBpLIpwwqNEteMLFZZwagEQiYVwaAwUuwYdmGUj0g3q+Ou0ZTaLm+mgdgH1NCQLspgTuyEy7YJ7PYC300jS/BvljPIlwAgcHB9L999vPyb7ze3zzl/T9ctnM9SqcN4UiHp2ghsJpJtEgLQj2fSZRsPi3jc5KpDEYrEQawSUwzUpEACKVCVYiKiQldliJNIJLYJqViABEKhOsRFRIshJpRFKPaVYiPbgqWWUlUoLNXSdeE7nDKahWrERBIS8Zl5VIYzBYiTSCS2CalYgARCoTrERUSPLuTCOSekyzEunBVckqK5ESbO468ZrIHU5BtWIlCgp53p35izwrkb94DzsaK9GwiGlsz2sijeCyEmkEl8A0KxEBiFQmWImokFQ4J8If5Ns/2u+8l7nFP9SnDVaolej914ui8jcqZCRKTNbFvevyYh1MIiaRg0D+z6T48jMu7l47bFOiD9/mxI1LZXH5QlWKFpOISeQZASaRZwjbDIQ6nalCwSRSRU7ej0lEi6cna7w78wRf/869zolUh2QlUkWOlchBgEnEJPKMAJPIM4S8sGYSjTCJSqVSGsrfzbZOsV6vzx0fH5OWnjOVRFDcakMS3mw0Gj1sfR1KNRdnZmaytFRQt0a+O4OA37HdAQKs2vdQBQzLCqftv6Gg0yLc42PgBTYHthmmgcEkGmYanW0twNhqeTELGDfIh8/wcEgHtSp3vAzU2dc1iZAElUplBT4Fi0iADlKk4TVttaeZRJQh/28LYogks8nVIB0SEbKBBdXksF5mmwL28qKLRDZZmiqCyoFq4SiInun0t8okCgJ1Z0wkGT4sSKvbMnI1SIRrEXhaA+atBk0YGVyggF4q3neZPDo6IrVHEWIIkIAK+hSm/LCRBbHZhoE2cW0WgfUBFtVc92Nk1TEghYpqtUoWeLR3cnJCZk91XnY/LMaO1WyxIGkIrwySKIMqFELn2WUzENhsTWdY6hfT2YoZvrEXBiOw20xnmUY663S0ubBONxfWuAvD3ZizbTd4YuyaBgQg/jsQfwtM2wtr5+jAScdux7XJ1WeL33ZI6NYutwsOAYhpEUbvtcXvIksvT12fE7mdKmzHMSU2LnAy3TxPwnvZYaOW/9vh1tcRa5cb4rBxm3Lu5CTy4lzza4+uQ8vWk29J+nVI22/sIFIypgI3eIBvPYOKZzOdNiAbHI701x5uQOM2o4WAUUo0WtCen9kwic5PrLXNlEmkDdrzY/gfGAx5WEXLO5wAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  height: 10%;
  background-position: center;
}
.lb-common-tbcontent-no-item-text {
  margin-top: var(--margin-m);
}
.lb-common-tbcontent-lb-popup {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background-color: #F7F7F7;
  width: 100%;
  height: 100%;
  position: relative;
}
.lb-common-tbcontent-lb-popup-close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.lb-common-tbcontent-table-search {
  margin-bottom: 16px;
}
.lb-common-tbcontent-table-search .aui-searchbox {
  border: none;
  border-radius: 24px;
}
.lb-common-tbcontent-table-search input {
  border-radius: 24px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #9aa2aa;
  padding: 13px 24px;
  outline: none;
}
.lb-common-tbcontent-filter {
  padding-bottom: 8px;
  display: flex;
}
.lb-common-tbcontent-filter-item {
  margin-right: 8px;
  display: inline-block;
}
.lb-common-tbcontent-pager {
  margin-top: 8px;
}
.lb-common-tbcontent-content {
  overflow-y: auto;
  height: calc(100% - 156px);
}
.lb-common-tbcontent-lb-item {
  padding: 10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #27313c29;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 4px;
  height: 131px;
  display: flex;
  cursor: pointer;
}
.lb-common-tbcontent-lb-item-info {
  width: 77%;
}
.lb-common-tbcontent-lb-item-info-contentType {
  margin-bottom: 2px;
  color: #5D6778;
  max-height: 21px;
  font-style: italic;
}
.lb-common-tbcontent-lb-item-info-title {
  margin-bottom: 8px;
  max-height: 21px;
  color: #27313C;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lb-common-tbcontent-lb-item-info-time {
  color: #5D6778;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.lb-common-tbcontent-lb-item-info-time > span {
  margin-right: 8px;
}
.lb-common-tbcontent-lb-item-info-time > span::before {
  color: #7D848B;
}
.lb-common-tbcontent-lb-item-topics {
  height: 24px;
  display: flex;
  align-items: center;
}
.lb-common-tbcontent-lb-topic-item {
  height: 24px;
  background-color: #E6E7E8;
  color: #5D6778;
  margin-right: 8px;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
}
@media (max-width: 1290px) {
  .lb-common-tbcontent-table {
    padding: 0 41px 24px;
  }
}

/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
/********************************************************************
 *
 *  PROPRIETARY and CONFIDENTIAL
 *
 *  This file is licensed from, and is a trade secret of:
 *
 *                   MaivenPoint Pte. Ltd.
 *                   1 FUSIONOPOLIS PLACE,
 *                   #05-20/21/22/23
 *                   SINGAPORE 138522
 *                   Telephone: +65 6692 9028
 *                   WWW: www.maivenpoint.com
 *
 *  Refer to your Software-as-a-Service Agreement for restrictions on use,
 *  duplication, or disclosure.
 *
 *  RESTRICTED RIGHTS LEGEND
 *
 *  Copyright © 2021-2024 MaivenPoint® Pte. Ltd. All Rights Reserved.
 *
 *  Unpublished - All rights reserved under the copyright laws of Singapore.
 */
.lb-common-lb-detail-main-page {
  overflow-y: auto;
  max-height: calc(100% - 69px);
}
.lb-common-lb-detail-container {
  width: 80%;
  display: flex;
  margin: auto;
  position: relative;
}
.lb-common-lb-detail-container-nav {
  padding-top: var(--padding-m);
  width: 80%;
  display: flex;
  margin: auto;
  position: relative;
}
.lb-common-lb-detail-breadcrumb-container {
  width: 80%;
  margin: auto;
  position: relative;
  padding-top: var(--padding-m);
}
.lb-common-lb-detail-inline {
  display: flex;
  gap: var(--margin-s);
  padding-bottom: var(--padding-m);
  align-items: center;
}
.lb-common-lb-detail-inline .fia-home::before {
  color: #868F96;
}
.lb-common-lb-detail-inline-active-link {
  font-weight: 600;
  margin-left: 20px;
}
.lb-common-lb-detail-detail-active-link {
  font-weight: 600;
}
.lb-common-lb-detail-header {
  background: transparent linear-gradient(276deg, #F6F8FA 0%, #DAE7F5 100%) 0% 0% no-repeat padding-box;
  padding: 0;
}
.lb-common-lb-detail-header-image {
  border-radius: 15px;
}
.lb-common-lb-detail-header-container {
  display: flex;
  padding-bottom: var(--padding-s);
}
.lb-common-lb-detail-header-blank {
  width: 202px;
  height: 113px;
}
.lb-common-lb-detail-header-description {
  margin-left: var(--margin-l);
  display: flex;
  flex-direction: column;
  padding-top: var(--padding-m);
  padding-bottom: var(--padding-m);
}
.lb-common-lb-detail-header-description-title {
  color: #27313C;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 11px;
  line-height: 1;
  word-break: break-all;
}
.lb-common-lb-detail-header-description-content .fia-clock::before {
  color: #868F96;
}
.lb-common-lb-detail-header-description-duration {
  color: #5D6778;
}
.lb-common-lb-detail-header-description-tag {
  background: white;
  padding: 3px 8px 4px 8px;
  box-sizing: border-box;
  color: #5D6778;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 9px;
}
.lb-common-lb-detail-header-add-button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 22px;
}
@media (max-width: 950px) {
  .lb-common-lb-detail-header-add-button {
    margin-bottom: 0;
  }
}
.lb-common-lb-detail-body {
  position: relative;
  width: 100%;
  overflow-y: auto;
}
.lb-common-lb-detail-body-home-link {
  cursor: pointer;
}
.lb-common-lb-detail-body-detail-link {
  cursor: pointer;
  color: #27313C;
  font-weight: 600;
}
.lb-common-lb-detail-body-tab {
  display: flex;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  list-style: none;
}
.lb-common-lb-detail-body-tab-ul {
  display: inline-block;
  list-style: none;
  text-decoration: none;
  color: #27313C;
  margin: 0;
  left: -3rem;
  position: relative;
}
.lb-common-lb-detail-body-tab-li {
  display: inline-block;
  list-style: none;
  text-decoration: none;
  color: #27313C;
  transition: 0.3s;
  margin: 0 31px 0 0;
}
.lb-common-lb-detail-body-tab-li :hover {
  text-decoration: none;
  color: #27313C;
  font-weight: 600;
  background-color: var(--gray-4);
}
.lb-common-lb-detail-body-tab-a {
  display: inline-block;
  list-style: none;
  text-decoration: none;
  color: #27313C;
  cursor: pointer;
  border-bottom: 3px solid;
  border-bottom-color: transparent;
}
.lb-common-lb-detail-body-tab-a :hover {
  text-decoration: none;
  color: #27313C;
  border-bottom-color: var(--theme-color);
}
.lb-common-lb-detail-body-tab-a :visited,
.lb-common-lb-detail-body-tab-a :active {
  font-weight: 600;
  color: #27313C;
  text-decoration: none;
  border-bottom-color: var(--theme-color);
}
.lb-common-lb-detail-body-full-width {
  width: 100%;
}
.lb-common-lb-detail-body-section-container {
  background: white;
  width: 100%;
  box-shadow: 0px 2px 6px #00000014;
  border-radius: 12px;
}
.lb-common-lb-detail-body-section-title {
  margin: var(--margin-l);
  color: #27313C;
  font-size: 20px;
  padding-top: var(--padding-l);
  font-weight: bold;
}
.lb-common-lb-detail-body-section-content {
  text-align: justify;
  margin: var(--margin-l);
  padding-bottom: var(--padding-l);
}
.lb-common-lb-detail-body-view-body-material-button {
  right: 0;
  margin: var(--margin-l) 0 var(--margin-l) 0;
}
.lb-common-lb-detail-tab-li-active {
  display: inline-block;
  list-style: none;
  text-decoration: none;
  color: #27313C;
  cursor: pointer;
  border-bottom: 3px solid;
  font-weight: 600;
  border-bottom-color: var(--theme-color);
}
.lb-common-lb-detail-active-link {
  cursor: pointer;
  align-items: center;
  gap: 10px;
  display: inherit;
  font-weight: 600;
}
.lb-common-lb-detail-item-container {
  background-color: #00000014;
}
.lb-common-lb-detail-label {
  cursor: pointer;
  align-items: center;
  display: flex;
  padding: var(--padding-s);
  border-bottom: 1px solid #F1F1F2;
}
.lb-common-lb-detail-item-title {
  cursor: pointer;
  color: #27313C;
  font-weight: 600;
}
.lb-common-lb-detail-item-content-close {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height: 0;
  padding-left: var(--padding-s);
}
.lb-common-lb-detail-item-content-open {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height: auto;
  opacity: 1;
  margin-bottom: 2px;
  padding: 1px;
}
.lb-common-lb-detail-item-content-container {
  display: flex;
  height: auto;
  box-shadow: 0px 2px 6px #00000014;
  border-radius: 12px;
}
.lb-common-lb-detail-item-content-container-right {
  margin-left: var(--margin-m);
  display: block;
}
.lb-common-lb-detail-item-content-container-right-title {
  font-weight: 600;
}
.lb-common-lb-detail-item-content-container-right-content-type {
  font-style: italic;
}
.lb-common-lb-detail-learning-material-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: var(--margin-l);
}
.lb-common-lb-detail-item-ck-container {
  padding: 0 20px 10px 20px;
  margin-top: -21px;
}
.lb-common-lb-detail-item-ck-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lb-common-lb-detail-item-ck-details {
  display: flex;
  align-items: center;
}
.lb-common-lb-detail-item-ck-details-info {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  background: #f7f7f7;
  padding: 0 20px;
}
.lb-common-lb-detail-item-ck-details-info-preview {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #415364;
  font-weight: 600;
  cursor: pointer;
}
.lb-common-lb-detail-item-ck-details-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 50px;
  background: #DFF2F7;
  padding: 12px 16px;
  color: #0D76B8;
  font-weight: 600;
  cursor: pointer;
  width: 163px;
}
@media (max-width: 1290px) {
  .lb-common-lb-detail-container {
    width: 92%;
  }
  .lb-common-lb-detail-container-nav {
    width: 92%;
  }
  .lb-common-lb-detail-breadcrumb-container {
    width: 92%;
  }
}

