#anim-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@keyframes C1 {
  0% {
    left: 10%; }
  50% {
    left: 5%; }
  100% {
    left: 10%; } }
  #anim-background .cloud1 {
    width: 120px;
    height: 50px;
    background-image: url(/cloud.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 400px;
    left: 30%;
    animation-name: C1;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }

@keyframes C2 {
  0% {
    left: 30%; }
  50% {
    left: 45%; }
  100% {
    left: 30%; } }
  #anim-background .cloud2 {
    width: 170px;
    height: 55px;
    background-image: url(/doublecloud.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 80%;
    animation-name: C2;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }

@keyframes C3 {
  0% {
    left: -100px; }
  100% {
    left: 110%; } }
  #anim-background .cloud3 {
    width: 170px;
    height: 60px;
    background-image: url(/cloud.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 60px;
    left: -100px;
    animation-name: C3;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -1; }

@keyframes C4 {
  0% {
    left: 90%; }
  100% {
    left: -90px; } }
  #anim-background .cloud4 {
    width: 180px;
    height: 65px;
    background-image: url(/cloud.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 500px;
    left: 0px;
    animation-name: C4;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.mathOps-container {
  display: inline-block; }
  .mathOps-container .mathOpts-selected-btn {
    width: 30px;
    height: 28px;
    background-color: #7aa966;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    border-radius: 2px; }

.mathOps-btn-container {
  display: flex;
  flex-direction: column;
  background-color: #7aa966;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 2px; }
  .mathOps-btn-container .mathOps-btn {
    width: 30px;
    height: 28px;
    background-color: #7aa966;
    cursor: pointer; }
    .mathOps-btn-container .mathOps-btn.active {
      background-color: #8abe74;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
      border-radius: 2px; }

.mathOps-btn-add {
  background: url(/sum.svg) center no-repeat; }

.mathOps-btn-subtract {
  background: url(/minus.svg) center no-repeat; }

.mathOps-btn-multiply {
  background: url(/multiply.svg) center no-repeat; }

.mathOps-btn-divide {
  background: url(/divide.svg) center no-repeat; }

.cp-input-container {
  display: flex;
  width: 100%;
  height: 28px;
  margin: 10px 0; }
  .cp-input-container .cp-math-ops {
    margin-right: 12px; }
  .cp-input-container .cp-input {
    display: flex;
    flex: 1; }
    .cp-input-container .cp-input .cp-input-price-icon-btn {
      display: grid;
      place-content: center;
      height: 29px;
      width: 29px;
      background-color: #5e1cb5;
      cursor: pointer;
      color: #fff;
      border-radius: 2px 0 0 2px;
      font-weight: 600; }

.expandable-row-container {
  background-color: #f9f9f9;
  border-left: 6px solid #5e1cb5;
  padding: 25px 0px; }
  .expandable-row-container .expandable-row-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: 25px; }
  .expandable-row-container .expandable-row-body {
    width: 100%;
    display: flex; }
    .expandable-row-container .expandable-row-body .expandable-component {
      padding: 0 15px;
      border-left: 1px solid #e1e1e1; }
      .expandable-row-container .expandable-row-body .expandable-component:first-child {
        border-left: none; }
      .expandable-row-container .expandable-row-body .expandable-component.rowDatatable {
        flex: 1;
        overflow-x: auto; }
      .expandable-row-container .expandable-row-body .expandable-component .info-container .info-title {
        height: 30px;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px; }
      .expandable-row-container .expandable-row-body .expandable-component .info-container .info-data {
        font-size: 14px;
        line-height: 24px; }
      .expandable-row-container .expandable-row-body .expandable-component .form-container .form-title-wrapper {
        padding-left: 10px;
        height: 30px;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px; }
  .expandable-row-container .expandable-action-buttons {
    display: flex;
    justify-content: flex-end;
    padding: 10px 24px; }
    .expandable-row-container .expandable-action-buttons .btn {
      margin-left: 20px; }

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 408px);
  grid-gap: 15px;
  justify-content: left; }

.drillDownLink {
  float: "left"; }

.title-barGraph {
  background: white; }

.loading-spinner-bar {
  padding-left: 46%;
  padding-top: 18%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

a {
  color: black !important; }

.amcharts-amexport-menu {
  top: -22px !important; }

.pigraph-container.pigraph-card .pigraph ul {
  position: absolute;
  top: -18px !important;
  right: 0px;
  background: url(/print.svg) center no-repeat; }
  .pigraph-container.pigraph-card .pigraph ul li {
    cursor: pointer; }
    .pigraph-container.pigraph-card .pigraph ul li a.amcharts-amexport-label.amcharts-amexport-label-level-0 {
      opacity: 0; }
  .pigraph-container.pigraph-card .pigraph ul .amcharts-amexport-item.amcharts-amexport-item-level-0 {
    width: 17px;
    min-height: 17px;
    background-color: transparent; }

.multi-input-add {
  height: 15px;
  font-size: 14px;
  line-height: 14px;
  color: #5e1cb5;
  cursor: pointer; }

.multi-input-delete {
  cursor: pointer;
  margin-top: 1.1rem; }

.validation-error {
  color: #D34A46; }

.back-nav-title {
  color: #5e1cb5;
  font-size: 14px;
  cursor: pointer; }

.amount-summary-card-header-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1; }

.bookmark-container {
  width: 350px; }
  .bookmark-container .drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px; }
    .bookmark-container .drawer-header .bookmark-drawer-header-title {
      font-size: 24px;
      line-height: 34px;
      font-weight: 600;
      font-family: "ProximaNova", sans-serif; }
    .bookmark-container .drawer-header .drawer-close-button {
      cursor: pointer;
      font-size: 24px;
      line-height: 34px;
      font-weight: 600;
      font-family: "ProximaNova", sans-serif; }
  .bookmark-container .drawer-main-contain-area .list-items .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .bookmark-container .drawer-main-contain-area .list-items .list-item .list-contain {
      font-size: 16px;
      line-height: 36px;
      font-weight: 400;
      font-family: "ProximaNova", sans-serif;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 235px; }
    .bookmark-container .drawer-main-contain-area .list-items .list-item .list-action-icons .edit-icon {
      cursor: pointer; }
    .bookmark-container .drawer-main-contain-area .list-items .list-item .list-action-icons .delete-icon {
      cursor: pointer; }
  .bookmark-container .drawer-main-contain-area .list-item-view-more {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 300;
    font-family: "ProximaNova", sans-serif;
    color: #5e1cb5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .bookmark-container .drawer-footer .add-more-button {
    font-size: 16px;
    font-weight: 400;
    font-family: "ProximaNova", sans-serif;
    color: #5e1cb5;
    cursor: pointer;
    margin-top: 15px; }
  .bookmark-container .bookmark-overview-drawer-hawkDatatable-container .my-3 {
    padding-left: 0px;
    padding-right: 0px; }
  .bookmark-container .bookmark-overview-drawer-hawkDatatable-container thead {
    display: none; }
  .bookmark-container .bookmark-overview-drawer-hawkDatatable-container tbody tr {
    height: 35px; }
    .bookmark-container .bookmark-overview-drawer-hawkDatatable-container tbody tr td {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 265px; }
      .bookmark-container .bookmark-overview-drawer-hawkDatatable-container tbody tr td .open-bookmark-url-button {
        padding: 0px !important;
        width: unset !important;
        height: unset !important;
        min-width: 256px !important;
        line-height: 20px !important;
        justify-content: flex-start; }
      .bookmark-container .bookmark-overview-drawer-hawkDatatable-container tbody tr td .label-wrap {
        max-width: unset;
        min-width: 215px; }
      .bookmark-container .bookmark-overview-drawer-hawkDatatable-container tbody tr td .dt-cell-wrapper {
        white-space: unset; }
        .bookmark-container .bookmark-overview-drawer-hawkDatatable-container tbody tr td .dt-cell-wrapper .drill-with-value-col .drill-with-value-col-text {
          line-height: normal; }
        .bookmark-container .bookmark-overview-drawer-hawkDatatable-container tbody tr td .dt-cell-wrapper button {
          padding: 2px;
          width: 20px;
          height: 20px;
          min-width: 20px; }
  .bookmark-container .bookmark-overview-drawer-hawkDatatable-container tfoot tr td {
    padding: 0px 0px 0px 0px; }
    .bookmark-container .bookmark-overview-drawer-hawkDatatable-container tfoot tr td > div > div div:nth-child(1) {
      padding-left: 0px; }

.dir-tree-select {
  border: 1px solid #e8e8e8;
  padding-top: 10px; }

.dir-tree-select-root-lable {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  font-weight: 600;
  font-size: 14px;
  padding-left: 33px;
  line-height: 52px;
  color: #141312; }

.breadcrum-container {
  margin: 15px;
  font-size: 14px; }
  .breadcrum-container .parent-navs {
    color: #555555;
    margin-right: 24px;
    position: relative; }
    .breadcrum-container .parent-navs.clickable {
      cursor: pointer; }
      .breadcrum-container .parent-navs.clickable:hover {
        text-decoration: underline; }
    .breadcrum-container .parent-navs .parent-divider {
      background: url(/breadcrum-divider.svg) center no-repeat;
      width: 24px;
      height: 10px;
      position: absolute;
      top: 2px; }
  .breadcrum-container .dropdown {
    cursor: pointer; }
    .breadcrum-container .dropdown .dropdown-arrow {
      background: url(/dropdown-arr.svg) center no-repeat;
      width: 24px;
      height: 10px;
      position: absolute;
      top: 2px; }

.hawk-component-screen-lite {
  width: 100%;
  height: 100%;
  display: flex; }

.components-container-lite {
  padding: 20px;
  overflow-y: auto; }
  .components-container-lite.slider-view {
    width: 90%; }
  .components-container-lite.overlay-view {
    width: 100%; }
  .components-container-lite-action {
    padding-left: 15px; }

.overlay-title-bar {
  display: flex;
  float: right; }


/*# sourceMappingURL=45.74d35b2f0960b9c6df4a.css.map*/