/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*********************************************************************************************************/
@charset "UTF-8";
/*
  Copy of @font-face from RDS Theme with fixed font-family name.
  If this is fixed in RDS then after removal of this @font-face Helvetica should still be rendered.
*/
@font-face {
  font-family: "Helvetica Now";
  font-weight: normal;
  src: url("https://mosaic02.ztat.net/nsg/dx-ui/fonts/HelveticaNowText-Regular.v1.woff2") format("woff2"), url("https://mosaic02.ztat.net/nsg/dx-ui/fonts/HelveticaNowText-Regular.v1.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Now";
  font-weight: bold;
  src: url("https://mosaic02.ztat.net/nsg/dx-ui/fonts/HelveticaNowText-Bold.v1.woff2") format("woff2"), url("https://mosaic02.ztat.net/nsg/dx-ui/fonts/HelveticaNowText-Bold.v1.woff") format("woff");
}
#app {
  margin: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.bas_body {
  display: flex;
  flex-direction: column;
  background-color: #fafbfc;
}

.bas_wrapper {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 48em) {
  .bas_wrapper {
    max-width: 1000px;
  }
}

.full-width {
  width: 100%;
}

.right {
  float: right;
}

.pointer {
  cursor: pointer;
}

.color-grey {
  color: #444444;
}

.color-red {
  color: #d32f2f;
}

.font-weight-normal {
  font-weight: 100;
}

.margin-top-bottom-m {
  margin: 16px 0;
}

.margin-top-bottom-xl {
  margin-top: 32px;
  margin-bottom: 32px;
}

.margin-top-m {
  margin-top: 16px;
}

.margin-bottom-m {
  margin-bottom: 16px;
}

.margin-right-m {
  margin-right: 16px;
}

.list-item {
  padding: 16px 0;
  border-bottom: 1px solid #eeeeee;
}

ul.list-bullet-inline li {
  display: inline-block;
}
ul.list-bullet-inline li:after {
  content: "·";
  margin: 0 10px;
}
ul.list-bullet-inline li:last-child:after {
  content: none;
}

.fixed-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.fixed-content-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.custom-notification {
  background-color: #005183;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 288px;
  max-width: 568px;
  border-radius: 4px;
  color: #fff;
  padding: 6px 24px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5rem;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.custom-notification.error {
  background-color: rgb(163, 18, 8);
}
.custom-notification.success {
  background-color: #43a047;
}
.custom-notification.warning {
  background-color: #ffa000;
}
.custom-notification button {
  min-width: auto;
  margin-left: 15px;
}

#kpi-table .ant-table-thead > tr > th:not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell)::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: #e3e5f3;
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: "";
}

.staging .custom-notification {
  background-color: #c43700;
}
.staging .custom-notification.error {
  background-color: rgb(163, 18, 8);
}
.staging .custom-notification.success {
  background-color: #43a047;
}
.staging .custom-notification.info {
  background-color: #005183;
}
.staging .custom-notification.warning {
  background-color: #ffa000;
}

.ant-select-override span {
  color: #d32f2f !important;
}
/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Darklaunch/index.scss ***!
  \*******************************************************************************************************************************/
.bas_darklaunch {
  height: 52px;
  position: fixed;
  z-index: 2;
  width: 100%;
}
.bas_darklaunch .wrapper {
  width: 100%;
  background: #ff6900;
  color: #000;
  padding: 8px;
  position: absolute;
  top: 0;
  z-index: 999;
  box-shadow: 0 1px 6px 1px rgba(117, 117, 117, 0.8117647059);
}
.bas_darklaunch .showmore {
  text-align: center;
}
.bas_darklaunch .close {
  text-align: right;
}
.bas_darklaunch .actions {
  text-align: right;
  padding-right: 8px;
  padding-bottom: 8px;
}
.bas_darklaunch .title {
  margin-right: 8px;
  /* 32 = calc(52px - 16px - 4px) 16px is padding and 52px is height, and 4px is consumed by a box-shadow in the wrapper */
  line-height: 32px;
  color: white;
  vertical-align: middle;
}

#darklaunch-menu a {
  display: block;
  width: 100%;
  height: 100%;
}
