.popoverbody {
  font-size: 12px;
  line-height: 15px;
  color: #1e2029; }
  .popoverbody-title {
    font-weight: 600; }
  .popoverbody-splitter {
    height: 3px;
    margin: 5px 0px 5px 0px;
    border-radius: 0.346247px; }
  .popoverbody-desc {
    font-weight: normal; }

.popoverbody-primary {
  background: #5e1cb5; }

.popoverbody-info {
  background: #17a2b8; }

.popoverbody-danger {
  background: #d34a46; }

.popoverbody-success {
  background: #7AA966; }

.popoverbody-warning {
  background: #ffc107; }

.service-card-container {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.1)); }
  .service-card-container:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); }
  .service-card-container .service-img-container {
    background: #f7f4fb;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .service-card-container .service-img-container .service-img {
      width: 100%;
      height: 300px; }
  .service-card-container .service-content {
    padding: 0 40px; }
    .service-card-container .service-content .service-title {
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
      margin-top: 18px;
      color: #141312; }
    .service-card-container .service-content .service-desc {
      font-size: 18px;
      line-height: 18px;
      color: #545252;
      margin-top: 8px; }
    .service-card-container .service-content .open-btn {
      margin-top: 16px;
      text-align: right;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      cursor: pointer; }

.small-card {
  height: 310px; }

.small-img {
  height: 150px; }

.large-card {
  height: 480px; }

.large-img {
  height: 320px; }

.tree-select-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0px; }

.tree-select-paginator {
  float: right;
  display: flex; }

.tree-select-paginator-footer {
  cursor: pointer;
  font-weight: 600;
  padding-left: 8px;
  padding-right: 8px; }
  .tree-select-paginator-footer-disabled {
    pointer-events: none;
    opacity: 0.7;
    padding-left: 8px;
    padding-right: 8px; }

.tree-select-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #141312;
  display: inline-block;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  flex: 1; }

.tree-select-custom .dropdown-trigger > span:after {
  font-size: 14px;
  color: #555; }

.tree-select-custom .tag-list {
  display: none; }

.tree-select-custom .node-label {
  font-size: 14px; }

.tree-select-custom .root {
  padding-inline-start: 0px; }

.tree-select-custom li {
  line-height: 38px;
  vertical-align: middle;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8; }

.tree-select-custom li:not([aria-level="1"]) {
  background: #f7f4fb;
  border-left: 2px solid #5e1cb5; }

.tree-select-custom label {
  margin-top: 0.5rem; }

.tree-select-root-lable {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  font-weight: 600;
  font-size: 14px;
  line-height: 52px;
  color: #141312; }

.tree-header {
  padding-left: 15px; }

.tree-select-root-checkbox {
  margin-left: 33px;
  margin-right: 20px;
  vertical-align: middle; }

.tree-select-custom .react-dropdown-tree-select {
  border: 1px solid #e8e8e8;
  padding-top: 10px; }

.tree-select-custom .toggle {
  color: #5e1cb5;
  margin-right: 10px;
  margin-left: 15px;
  font-size: 1.6rem;
  vertical-align: middle; }

.tree-select-custom .toggle.collapsed::after {
  font-family: "Font Awesome 5 Pro";
  cursor: pointer;
  font-weight: 900;
  content: "\f0da";
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  display: none; }

.tree-select-custom .toggle.expanded::after {
  font-family: "Font Awesome 5 Pro";
  cursor: pointer;
  font-weight: 900;
  content: "\f0dd";
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  display: none; }

/* checkbox styles */
.tree-select-custom .checkbox-item {
  margin-right: 0.75rem;
  cursor: pointer;
  border: 1px solid #5e1cb5;
  color: #5e1cb5;
  font-size: 1.6rem; }

.tree-select-custom .checkbox-item:after {
  border: 1px solid #5e1cb5;
  font-family: "Font Awesome 5 Pro";
  cursor: pointer;
  font-weight: 900;
  content: "\f14a";
  display: none; }

.tree-select-custom .search {
  border: 1px solid #e8e8e8; }

.tree-select-custom .infinite-scroll-component {
  max-height: 400px; }

.no-matches {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center; }

.tabs-view-component {
  min-height: 80px;
  width: 100%;
  display: flex; }
  .tabs-view-component .ant-tabs {
    flex-grow: 1;
    display: block !important; }
    .tabs-view-component .ant-tabs .ant-tabs-nav {
      margin: 0px !important; }
  .tabs-view-component .ant-tabs-tab {
    padding: 2px 20px;
    margin: 0px;
    height: 100%;
    min-width: 202px;
    height: 100px;
    align-items: baseline; }
  .tabs-view-component .ant-tabs-tab-active {
    border-top: 4px solid #5e1cb5;
    border-bottom: 0px;
    background: #f4f4f4; }
  .tabs-view-component .ant-tabs-tab-btn {
    color: #000000;
    padding-top: 0px; }
  .tabs-view-component .ant-tabs-ink-bar {
    background: none; }
  .tabs-view-component .tab-title-wrapper {
    font-style: normal; }
    .tabs-view-component .tab-title-wrapper .title-name {
      font-size: 16px;
      line-height: 14px;
      font-weight: bold;
      color: #141312; }
    .tabs-view-component .tab-title-wrapper .title-sub-name {
      font-size: 14px;
      line-height: 20px;
      color: #141312; }
    .tabs-view-component .tab-title-wrapper .title-value {
      font-size: 20px;
      line-height: 24px;
      color: #7AA966; }
    .tabs-view-component .tab-title-wrapper .title-sec-value {
      font-size: 14px;
      line-height: 16px;
      height: 16px;
      color: #5e1cb5; }
    .tabs-view-component .tab-title-wrapper .title-trend {
      font-size: 12px; }
  .tabs-view-component .tab-wrapper .tab-content-wrapper .panel {
    box-shadow: none; }
    .tabs-view-component .tab-wrapper .tab-content-wrapper .panel .panel__title {
      display: none; }

.alert-container {
  background: #FFFFFF;
  border: 1px solid #C8C5C5;
  border-radius: 2px;
  margin-bottom: 15px; }
  .alert-container .alert-border-top {
    height: 14px; }
  .alert-container .alert-content {
    height: 100%;
    padding: 10px 16px; }
    .alert-container .alert-content .no-data-text {
      height: calc(100% - 98px);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px; }
  .alert-container .alert-title-holder {
    border-bottom: 1px solid #C8C5C5;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px; }
  .alert-container .alert-text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
  .alert-container .alert-buttons {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    justify-content: flex-end; }
  .alert-container .more-toggle {
    font-weight: 600;
    margin-right: 10px; }
  .alert-container ul.overview-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .alert-container ul.overview-list > li {
      margin-bottom: 10px; }
    .alert-container ul.overview-list > li > div {
      display: flex;
      font-size: 18px;
      line-height: 22px; }
      .alert-container ul.overview-list > li > div .list-item-text-label {
        font-weight: 600;
        margin-right: 10px; }
  .alert-container .overview-table-view, .alert-container .overview-list-view {
    display: flex;
    flex-direction: column; }
  .alert-container ul.overview-text-tableview-list {
    padding: 10px;
    list-style: none;
    width: 100%; }
  .alert-container ul.overview-text-tableview-list li {
    display: flex;
    max-width: 600px;
    justify-content: space-between;
    margin-bottom: 6px; }
  .alert-container ul.overview-text-tableview-list li > div {
    flex: 1; }
  .alert-container .table-view-label {
    flex: 2 !important; }
  .alert-container .list-item-list-value {
    padding: 10px; }
  .alert-container .list-item-list-value > div {
    margin-bottom: 10px; }
  .alert-container .list-view-text {
    font-size: 16px;
    color: #929292; }

.slider-modal-container {
  position: fixed;
  top: 0px;
  left: 100%;
  z-index: 1000;
  transition: 0.3s all; }
  .slider-modal-container.slider-initiate {
    left: 40%;
    width: 60%; }
  .slider-modal-container.overlay-initiate {
    left: 5%;
    width: 95%; }
  .slider-modal-container .slider-header {
    height: 52px;
    width: calc(100% + 52px);
    margin-left: -46px;
    background: #5e1cb5;
    color: #ffffff;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12); }
    .slider-modal-container .slider-header .slider-toggle {
      height: 52px;
      width: 52px;
      background: url(/menu-icon.svg) center no-repeat;
      cursor: pointer; }
    .slider-modal-container .slider-header .slider-heading {
      padding: 0 9px 0 25px;
      font-weight: 600;
      font-size: 24px;
      display: flex;
      align-items: center; }
      .slider-modal-container .slider-header .slider-heading a {
        color: #fff !important; }
      .slider-modal-container .slider-header .slider-heading .slider-fullscreen-link {
        position: absolute;
        right: 10px;
        top: 20px;
        font-size: 16px;
        cursor: pointer; }
        .slider-modal-container .slider-header .slider-heading .slider-fullscreen-link::before {
          content: "";
          width: 16px;
          height: 16px;
          background: url(/open-link.svg) center no-repeat;
          position: absolute;
          left: -24px; }
  .slider-modal-container .overlay-header {
    width: 100%;
    padding-top: 10px;
    background: #ffffff;
    display: inline-flex;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    align-items: center; }
    .slider-modal-container .overlay-header .overlay-title-bar .components-container-action {
      align-items: flex-end; }
      .slider-modal-container .overlay-header .overlay-title-bar .components-container-action .page-action-button {
        margin-bottom: 2px; }
    .slider-modal-container .overlay-header .overlay-toggle {
      height: 52px;
      width: 52px;
      background: url(/arrow_back_ios.svg) center no-repeat;
      cursor: pointer; }
    .slider-modal-container .overlay-header .overlay-heading {
      font-weight: 600;
      font-size: 36px;
      line-height: 54px;
      display: flex;
      align-items: center;
      color: #141312;
      flex: 1; }
  .slider-modal-container .slider-body {
    width: 100%;
    height: calc(91vh - 0px);
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12); }
    .slider-modal-container .slider-body .vm-sub-items {
      background: #5e1cb5; }
      .slider-modal-container .slider-body .vm-sub-items .vm-sub-item {
        height: 44px;
        width: 132px;
        background-color: #dacdea;
        color: #141312;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        padding-left: 16px;
        cursor: pointer;
        position: relative; }
        .slider-modal-container .slider-body .vm-sub-items .vm-sub-item.active:after {
          background: url(/subNavActive.svg) no-repeat center;
          position: absolute;
          right: 10px;
          content: "";
          height: 15px;
          width: 10px;
          top: 14px; }
    .slider-modal-container .slider-body .slider-content {
      flex: 1;
      overflow: auto; }


/*# sourceMappingURL=43.74d35b2f0960b9c6df4a.css.map*/