.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: #28a745; }

.popoverbody-warning {
  background: #ffc107; }

.row-datatable-container .row-datatable-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px; }

.row-datatable-container .row-datatable {
  display: table;
  width: 100%; }
  .row-datatable-container .row-datatable .datatable-header {
    display: table-header-group;
    background-color: #f1f1f1;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px; }
    .row-datatable-container .row-datatable .datatable-header .datatable-col {
      display: table-cell;
      height: 48px;
      vertical-align: middle;
      padding: 2px 2px 2px 10px; }
      .row-datatable-container .row-datatable .datatable-header .datatable-col.amount-header {
        text-align: right; }
  .row-datatable-container .row-datatable .datatable-body {
    display: table-row-group;
    background-color: #f9f9f9; }
    .row-datatable-container .row-datatable .datatable-body .datatable-row {
      display: table-row;
      font-size: 14px;
      line-height: 18px; }
      .row-datatable-container .row-datatable .datatable-body .datatable-row .datatable-cell {
        display: table-cell;
        height: 48px;
        vertical-align: middle;
        padding: 2px 2px 2px 10px; }
        .row-datatable-container .row-datatable .datatable-body .datatable-row .datatable-cell .pill {
          min-height: 20px;
          line-height: 20px;
          text-align: center;
          background-color: #ffeccf;
          border-radius: 10px; }
          .row-datatable-container .row-datatable .datatable-body .datatable-row .datatable-cell .pill.primary {
            background-color: #dbf2f7; }
          .row-datatable-container .row-datatable .datatable-body .datatable-row .datatable-cell .pill.secondary {
            background-color: #facfb3;
            width: max-content;
            padding-left: 10px;
            padding-right: 10px; }
        .row-datatable-container .row-datatable .datatable-body .datatable-row .datatable-cell .amount {
          text-align: right; }

.row-datatable-container .no-data {
  height: 60px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center; }

.service-card-container {
  height: 480px;
  width: 408px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 2px; }
  .service-card-container:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); }
  .service-card-container .service-img-container {
    height: 320px;
    width: 100%;
    background: #F7F4FB;
    display: flex;
    justify-content: center;
    align-items: center; }
    .service-card-container .service-img-container .service-img {
      width: 300px;
      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; }

.comp-data-table {
  overflow: auto;
  position: relative;
  height: 100%;
  width: 100%; }

.custom-col-info {
  float: left;
  margin-right: 5px; }

.critical,
.danger,
.error {
  color: #d34a46; }

.overthreshold {
  color: #ff9d00; }

.warning {
  color: #ffeb3b; }

.ok,
.success {
  color: #64b640; }

.normal {
  color: #817b7b; }

.info {
  color: #0089d6; }

.label-ellipsis {
  text-overflow: ellipsis;
  width: 250px;
  white-space: nowrap;
  overflow: hidden; }

.label-wrap {
  max-width: 200px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  font-size: 14px;
  cursor: text; }
  .label-wrap.Status {
    text-transform: capitalize; }
  .label-wrap.description-column {
    max-width: 470px;
    max-height: 80px;
    overflow: auto; }
  .label-wrap.description-column::-webkit-scrollbar {
    width: 6px;
    /* Adjust the width of the scrollbar */ }
  .label-wrap.description-column::-webkit-scrollbar-thumb {
    background-color: "#ebebeb";
    /* Set the background color of the scrollbar thumb */ }
  .label-wrap.description-column:hover::-webkit-scrollbar-thumb {
    background-color: "#5E1CB5";
    /* Set the background color when hovering over the scrollbar thumb */ }
  .label-wrap.description-column::-webkit-scrollbar-track {
    background-color: "#dddddd";
    /* Set the background color of the scrollbar track */ }
  .label-wrap.description-column::-webkit-scrollbar-button {
    display: none;
    /* Hide the scrollbar buttons (up and down arrows) */ }
  .label-wrap.description-column:hover {
    cursor: pointer;
    /* Change cursor to a hand when hovering over the scrollable area */ }
  .label-wrap.description-column:active {
    cursor: grabbing;
    /* Change cursor to a grabbing hand when the scrollbar is being dragged */ }

.table-download-button {
  display: flex;
  justify-content: center; }

.custom-filters {
  float: left;
  display: flex;
  width: 71%; }

.ant-badge-status-dot {
  height: 9px;
  width: 9px; }

.toolbar-row-download {
  float: right;
  margin-right: 15px; }

.toolbar-row-action-refresh {
  float: right;
  margin-right: 15px; }

.toolbar-row-action-refresh-progress {
  float: right;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px; }
  .toolbar-row-action-refresh-progress.checkOption {
    display: flex;
    align-items: center;
    line-height: 27px; }
    .toolbar-row-action-refresh-progress.checkOption .ant-checkbox-wrapper {
      margin-right: 10px; }
      .toolbar-row-action-refresh-progress.checkOption .ant-checkbox-wrapper .ant-checkbox {
        border: 2px solid #5e1cb5;
        border-radius: 4px; }

.toolbar-row-label {
  font-weight: 600;
  font-size: 24px;
  line-height: 45px;
  line-height: normal;
  float: left;
  color: #141312; }

.toolbar-row-save-or-reset {
  margin-right: 10px; }
  .toolbar-row-save-or-reset .save-or-reset-text {
    line-height: 32px; }

.amount-column {
  border-bottom: none;
  padding-right: 5%; }
  .amount-column span {
    justify-content: flex-end;
    padding-right: 5px; }

.action-column {
  text-align: center; }
  .action-column span,
  .action-column div {
    text-align: center;
    justify-content: center; }

.action-column-cell {
  text-align: center; }

.prim-group-column-cell {
  display: none; }

.amount-column-cell,
.number-column-cell {
  text-align: right;
  padding-right: 6%;
  cursor: text; }

.view-chart {
  color: #5e1cb5; }

.dual-label {
  font-style: normal;
  font-size: 16px;
  list-style: none;
  margin-top: 5px;
  margin-left: -40px; }
  .dual-label-title {
    font-weight: bold;
    color: #141312; }
  .dual-label-subtitle {
    color: #c8c5c5; }

.inline-select-input {
  max-width: 700px;
  hyphens: auto;
  font-size: 14px;
  margin-top: -17px; }

.row-hover:hover {
  box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.12);
  background-color: unset !important; }

.row-open {
  position: absolute;
  padding: 0px 50% 0px 69%;
  top: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 52px;
  height: 32px;
  background-color: white;
  cursor: pointer;
  user-select: none; }

.amount-trend {
  margin-left: 5px; }

.amount-trend-icon {
  display: flex; }

.PushToErpIcon {
  transform: rotate(180deg); }

.text-drill-down-link {
  color: #5e1cb5; }

.toolbar-row-action-refresh .textDisable {
  color: rgba(0, 0, 0, 0.5); }

.toolbar-row-label {
  line-height: 45px; }
  .toolbar-row-label.toolbar-row-action-refresh-progress {
    padding-top: 0px; }
    .toolbar-row-label.toolbar-row-action-refresh-progress.checkOption {
      line-height: 45px;
      font-size: 16px;
      font-weight: 400; }

.erp-save-btn {
  height: 30px;
  width: 90px;
  line-height: normal !important;
  text-transform: capitalize !important;
  letter-spacing: 1px !important;
  font-size: 14px !important; }
  .erp-save-btn .image-with-text-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .erp-save-btn .image-with-text-container .save-icon-image {
      margin-right: 10px; }

.required-field-validation-message {
  color: red; }

.mini-tab-container {
  margin: 0 15px;
  width: 100%; }
  .mini-tab-container .mini-tabs {
    display: flex; }
    .mini-tab-container .mini-tabs .tab {
      height: 24px;
      width: 24px;
      background-color: #EFE5FE;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .mini-tab-container .mini-tabs .tab.activeTab {
        background-color: #FCFAFF;
        box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1); }
    .mini-tab-container .mini-tabs .tab-add {
      border-radius: 2px;
      background: url(/plus.svg) center no-repeat;
      background-color: #5E1CB5; }
    .mini-tab-container .mini-tabs .tab-delete {
      border-radius: 2px;
      background: url(/close.svg) center no-repeat;
      background-color: #FFFFFF;
      box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1); }
  .mini-tab-container .mini-tab-content {
    padding: 0 15px 15px;
    background-color: #FCFAFF; }

.image-logo-container {
  display: flex;
  align-items: center;
  margin: 5px 0; }
  .image-logo-container .image-default {
    height: 40px;
    width: 40px; }
    .image-logo-container .image-default.azure {
      background: url(/azure.svg) no-repeat center;
      background-size: contain; }
    .image-logo-container .image-default.aws {
      background: url(/aws.svg) no-repeat center;
      background-size: contain; }
    .image-logo-container .image-default.okta {
      background: url(/okta.svg) no-repeat center;
      background-size: contain; }
    .image-logo-container .image-default.connectwisemanage {
      background: url(/connectwisemanage.svg) no-repeat left;
      background-size: unset;
      width: 100% !important; }
    .image-logo-container .image-default.keycloak {
      background: url(/keycloak.svg) no-repeat center;
      background-size: contain; }
    .image-logo-container .image-default.pagerDuty {
      background: url(/pager-duty.svg) no-repeat center;
      background-size: contain; }
    .image-logo-container .image-default.serviceNow {
      background: url(/service-now.svg) no-repeat center;
      background-size: contain; }
    .image-logo-container .image-default.kubernetes {
      background: url(/kubernetes.svg) no-repeat center;
      background-size: contain; }
    .image-logo-container .image-default.googleCloud {
      background: url(/google-cloud.svg) no-repeat center;
      background-size: contain; }
    .image-logo-container .image-default.azureStack {
      background: url(/azure-stack-hub.svg) no-repeat center;
      background-size: contain; }
    .image-logo-container .image-default.oracleCloud {
      background: url(/oracle-cloud.svg) no-repeat center;
      background-size: contain; }
  .image-logo-container .image-label {
    font-size: 18px;
    line-height: 18px;
    flex: 1;
    margin-left: 8px; }

.stacked-bar-container.stacked-bar-chart-card {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }
  .stacked-bar-container.stacked-bar-chart-card .title {
    font-weight: 600;
    font-size: 18px;
    padding: 24px; }

.stacked-bar-container .divider {
  border: 1px solid #e8e8e8; }

.stacked-bar-container .nav-link {
  margin-left: 25px;
  padding: 12px 0; }
  .stacked-bar-container .nav-link .link {
    color: #5e1cb5;
    cursor: pointer; }

.stacked-bar-container .chart-div ul {
  position: absolute;
  top: -40px;
  right: 24px;
  background: url(/print.svg) center no-repeat; }
  .stacked-bar-container .chart-div ul li {
    cursor: pointer; }
    .stacked-bar-container .chart-div ul li a.amcharts-amexport-label.amcharts-amexport-label-level-0 {
      opacity: 0; }
  .stacked-bar-container .chart-div ul .amcharts-amexport-item.amcharts-amexport-item-level-0 {
    width: 17px;
    min-height: 17px;
    background-color: transparent; }

.aquilaService {
  background: #5e1cb5; }

.sifyService {
  background: #556677; }

.peratonService {
  background: #000000; }

.vm-container {
  width: 310px;
  height: 100%;
  transition: all 0.2s;
  display: inline-flex;
  flex-direction: column;
  position: fixed;
  overflow-x: hidden;
  left: 0;
  top: 0;
  z-index: 1001; }
  .vm-container.peratonService .vm-sub-items .vm-sub-item-body .vm-sub-item.menu-header {
    background-color: #2c5697;
    color: #fff; }
    .vm-container.peratonService .vm-sub-items .vm-sub-item-body .vm-sub-item.menu-header .exp-icon {
      background: url(/subNavActiveWhite.svg) no-repeat center; }
  .vm-container.peratonService .vm-sub-items .vm-sub-item-body .inline-item-elements {
    background: rgba(44, 86, 151, 0.7); }
    .vm-container.peratonService .vm-sub-items .vm-sub-item-body .inline-item-elements .node {
      line-height: unset; }
      .vm-container.peratonService .vm-sub-items .vm-sub-item-body .inline-item-elements .node .sub-nav-row-link {
        color: #fff; }
  .vm-container .vm-header {
    margin-bottom: 10px; }
  .vm-container .vm-items {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden; }
  .vm-container.collapsed {
    width: 80px; }
  .vm-container .vm-sub-items {
    position: absolute;
    top: 78px;
    left: 80px;
    cursor: pointer; }
    .vm-container .vm-sub-items .vm-sub-item-header {
      height: 50px;
      width: 230px;
      background: #bfa4e1;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #ffffff;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      padding-left: 33px;
      transition: all 0.2s;
      position: relative; }
      .vm-container .vm-sub-items .vm-sub-item-header::before {
        background: url(/primaryNavBackIcon.svg) no-repeat center;
        position: absolute;
        content: "";
        height: 15px;
        width: 10px;
        top: 18px;
        left: 10px; }
    .vm-container .vm-sub-items .vm-sub-item-header-sify {
      height: 50px;
      width: 230px;
      background: #778592;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #ffffff;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      padding-left: 33px;
      transition: all 0.2s;
      position: relative; }
      .vm-container .vm-sub-items .vm-sub-item-header-sify::before {
        background: url(/primaryNavBackIcon.svg) no-repeat center;
        position: absolute;
        content: "";
        height: 15px;
        width: 10px;
        top: 18px;
        left: 10px; }
    .vm-container .vm-sub-items .vm-sub-item-header-peraton {
      height: 50px;
      width: 230px;
      background: #2c5697;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #ffffff;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      padding-left: 33px;
      transition: all 0.2s;
      position: relative; }
      .vm-container .vm-sub-items .vm-sub-item-header-peraton::before {
        background: url(/primaryNavBackIcon.svg) no-repeat center;
        position: absolute;
        content: "";
        height: 15px;
        width: 10px;
        top: 18px;
        left: 10px; }
    .vm-container .vm-sub-items .vm-sub-item {
      height: 50px;
      width: 230px;
      background-color: #dacdea;
      color: #141312;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      display: flex;
      align-items: center;
      padding-left: 33px;
      transition: all 0.2s;
      position: relative;
      padding-right: 10px; }
      .vm-container .vm-sub-items .vm-sub-item.active {
        background-color: #F7F4FB; }
        .vm-container .vm-sub-items .vm-sub-item.active:after {
          background: url(/subNavActive.svg) no-repeat center;
          position: absolute;
          right: 20px;
          content: "";
          height: 15px;
          width: 10px;
          top: 18px; }
    .vm-container .vm-sub-items .vm-sub-item-sify {
      height: 50px;
      width: 230px;
      background-color: #aab2bb;
      color: #141312;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      display: flex;
      align-items: center;
      padding-left: 33px;
      transition: all 0.2s;
      position: relative;
      padding-right: 10px; }
      .vm-container .vm-sub-items .vm-sub-item-sify.active {
        background-color: #f7f4fb; }
        .vm-container .vm-sub-items .vm-sub-item-sify.active:after {
          background: url(/subNavActiveSify.svg) no-repeat center;
          position: absolute;
          right: 10px;
          content: "";
          height: 15px;
          width: 10px; }
    .vm-container .vm-sub-items .vm-sub-item-peraton {
      height: 50px;
      width: 230px;
      background-color: #0e264a;
      color: #ffffff;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      display: flex;
      align-items: center;
      padding-left: 33px;
      transition: all 0.2s;
      position: relative;
      padding-right: 10px; }
      .vm-container .vm-sub-items .vm-sub-item-peraton.active {
        background-color: #f7f4fb;
        color: #000000; }
        .vm-container .vm-sub-items .vm-sub-item-peraton.active:after {
          background: url(/subNavActive.svg) no-repeat center;
          position: absolute;
          right: 10px;
          content: "";
          height: 15px;
          width: 10px;
          top: 18px; }
  .vm-container .inline-submenu {
    list-style: none; }
  .vm-container .inline-item-elements {
    overflow-x: auto;
    overflow-y: auto;
    background: #bfa4e1;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #141312;
    display: list-item;
    text-transform: uppercase;
    padding-left: 0px;
    transition: all 0.2s;
    position: relative;
    list-style: none;
    margin-bottom: 0px; }
    .vm-container .inline-item-elements .node {
      width: 100%;
      text-transform: capitalize; }
      .vm-container .inline-item-elements .node :hover {
        color: #5e1cb5; }
      .vm-container .inline-item-elements .node .sub-nav-row-link {
        line-height: 15px !important;
        padding-left: 40px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-right: 15px !important;
        display: block; }
        .vm-container .inline-item-elements .node .sub-nav-row-link.active {
          background: #ebebeb;
          color: #5e1cb5 !important; }
    .vm-container .inline-item-elements .node-lable {
      color: #141312; }
    .vm-container .inline-item-elements .node-lable .selected {
      color: #5e1cb5; }
    .vm-container .inline-item-elements .link-node {
      width: 100%; }
      .vm-container .inline-item-elements .link-node a {
        padding-left: 0px; }
  .vm-container .user-selected {
    background-color: #f7f4fb; }
  .vm-container .sub-nav-row-link.active:after {
    background: url(/subNavActiveSify.svg) no-repeat center;
    position: absolute;
    right: 10px;
    content: "";
    height: 15px;
    width: 10px; }
  .vm-container .exp-icon {
    background: url(/subNavActive.svg) no-repeat center;
    transform: rotate(90deg);
    height: 14px;
    width: 10px;
    margin-right: 20px;
    margin-top: 12px;
    float: right; }
  .vm-container .header {
    margin-top: 5px; }
  .vm-container .menu-header {
    display: list-item !important;
    line-height: 24px;
    list-style-type: none;
    padding-top: 12px; }
  .vm-container .rotate-toggle {
    transform: rotate(-90deg);
    right: 15px; }
  .vm-container .nested {
    display: none; }
  .vm-container .active {
    padding-left: 10px;
    list-style-type: none;
    color: #141312; }

.vmi-container {
  height: 68px;
  width: 310px;
  display: flex;
  transition: all 0.2s;
  position: relative;
  cursor: pointer; }
  .vmi-container .aquilaService {
    background: #5e1cb5; }
  .vmi-container .sifyService {
    background: #556677; }
  .vmi-container .peratonService {
    background: #000000; }
  .vmi-container .vmi-icon {
    width: 80px;
    height: 68px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center; }
    .vmi-container .vmi-icon .vmi-image {
      object-fit: contain; }
    .vmi-container .vmi-icon.home-icon {
      background: url(/home-icon.svg) no-repeat center; }
    .vmi-container .vmi-icon.menu-icon {
      background: url(/menu-icon.svg) no-repeat center; }
    .vmi-container .vmi-icon.customer-setting-icon {
      background: url(/customer-setting-icon.svg) no-repeat center; }
    .vmi-container .vmi-icon.admin-icon {
      background: url(/admin-icon.svg) no-repeat center; }
    .vmi-container .vmi-icon.policy-icon {
      background: url(/policy.svg) no-repeat center; }
    .vmi-container .vmi-icon.analytics-icon {
      background: url(/analytics-icon.svg) no-repeat center; }
    .vmi-container .vmi-icon.audit-trail-icon {
      background: url(/audit-trail-icon.svg) no-repeat center; }
    .vmi-container .vmi-icon.settings {
      background: url(/settings.svg) no-repeat center; }
    .vmi-container .vmi-icon.logOut {
      background: url(/logout.svg) no-repeat center; }
    .vmi-container .vmi-icon.avatar {
      background: url(/avatar.svg) no-repeat center; }
    .vmi-container .vmi-icon.aquilaService {
      background: url(/acqCloudsLogo.svg) no-repeat center;
      background-size: 30px; }
    .vmi-container .vmi-icon.sifyService {
      background-size: 45px; }
    .vmi-container .vmi-icon.peratonService {
      background: url(/peraton_logo.svg) no-repeat center;
      background-size: 30px; }
    .vmi-container .vmi-icon.aquila-select {
      background-color: #bfa4e1; }
    .vmi-container .vmi-icon.sify-select {
      background-color: #aab2bb; }
    .vmi-container .vmi-icon.peraton-select {
      background-color: #2c5697; }
  .vmi-container .vmi-label {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    left: 80px;
    top: 22px; }
    .vmi-container .vmi-label.selected {
      background: #bfa4e1; }
  .vmi-container.selected {
    background: #aab2bb; }
  .vmi-container.collapsed {
    width: 80px; }

.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; }

.customer-overview-drawer-heading {
  background: #5E1CB5;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 28px; }

.drawer-toolbar-container {
  margin-bottom: 10px;
  justify-content: flex-end;
  display: flex; }

.drawer-toolbar-buttons {
  margin-left: 10px; }

.overview-content {
  padding: 0px 20px 20px 20px;
  overflow: auto;
  height: calc(100vh - 53px); }

.slider-modal-container {
  width: 60%;
  position: fixed;
  top: 0px;
  left: 100%;
  z-index: 1000;
  transition: 0.3s all; }
  .slider-modal-container.expanded {
    left: 40%; }
  .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 .slider-body {
    width: 100%;
    height: calc(100vh - 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=34.ec51c07dbbece1ebcef6.css.map*/