html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.navbar-l1-private {
  flex-direction: row !important;
  justify-content: space-between;
  height: 56px;
  padding-right: 24px;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.navbar-l1-private .title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
}
.navbar-l1-private .title-wrapper .title-l1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 56px;
  height: 56px;
  padding-left: 24px;
}
.navbar-l1-private .title-wrapper .title-l1-empty {
  padding-left: 0;
}
.navbar-l1-private .title-wrapper .title-l2 {
  padding-left: 24px;
  font-weight: 600;
  opacity: 1;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navbar-l1-private .title-wrapper .title-l2-hidden {
  opacity: 0;
}
.navbar-l2 {
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 24px;
  box-shadow: none !important;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.navbar-l3 {
  flex-direction: row !important;
  height: 44px;
  padding-left: 0 !important;
  line-height: normal;
  box-shadow: none !important;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.navbar-l3 .tab {
  width: fit-content;
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: none;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navbar-l3 .tab svg {
  width: 20px !important;
  height: 20px !important;
  padding-right: 4px;
  padding-bottom: 2px;
  color: rgba(255, 255, 255, 0.67) !important;
  vertical-align: middle;
}
.navbar-l3 .tab:hover {
  background: rgba(255, 255, 255, 0.15);
}
.navbar-l3 .tab:active {
  background: rgba(255, 255, 255, 0.5);
}
.navbar-l3 .tab-selected {
  border-bottom: 4px solid #fff;
  color: #fff;
}
.navbar-l3 .tab-selected svg {
  color: #fff !important;
}
.navbar-l3 .tab-disabled {
  color: rgba(255, 255, 255, 0.33);
  cursor: not-allowed;
}
.navbar-l3 .tab-error {
  color: #b51535;
}
.navbar-l3 .tab-error svg {
  color: #b51535 !important;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.left-menu-private {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #262f3d;
  z-index: 1200;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.left-menu-private a {
  text-decoration: none;
}
.left-menu-private.lmp-expanded {
  width: 256px;
}
.left-menu-private.lmp-shrunk {
  width: 64px;
}
.left-menu-private .border-bottom {
  border-bottom: 1px solid #404854;
}
.left-menu-private .border-top {
  border-top: 1px solid #404854;
}
.left-menu-private .logo {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  height: 56px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.left-menu-private .logo .logo-img {
  width: auto;
  height: 32px;
  margin-left: 20px;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.left-menu-private .logo .logo-icon {
  margin-left: 16px;
}
.left-menu-private .items {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.left-menu-private .item {
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 8px 0 8px 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1rem;
  line-height: 24px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.left-menu-private .item span {
  vertical-align: middle;
}
.left-menu-private .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.left-menu-private .item .icon-item {
  width: 24px !important;
  height: 24px !important;
  margin-right: 24px;
  vertical-align: middle;
}
.left-menu-private .sub-item {
  height: 40px;
  min-height: 40px;
  padding: 8px 0 8px 24px;
  background-color: #19212b;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
}
.left-menu-private .sub-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.left-menu-private .sub-item .icon-item {
  width: 20px !important;
  height: 20px !important;
}
.left-menu-private .item-hidden {
  min-height: 0;
  height: 0;
  max-height: 0;
  padding: 0 0 0 24px;
  border: none;
}
.left-menu-private .item-selected {
  color: #fd8e00;
}
.left-menu-private .item-not-selected {
  color: rgba(255, 255, 255, 0.9);
}
.left-menu-private .item-disabled {
  cursor: default;
}
.left-menu-private .btn-toggle {
  padding: 5px 22px;
  text-align: right;
  line-height: 48px;
  vertical-align: middle;
}
.left-menu-private .btn-toggle svg {
  color: rgba(255, 255, 255, 0.6) !important;
  cursor: pointer;
}
.left-menu-private .btn-toggle svg:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.left-menu-private .btn-toggle:hover {
  background-color: transparent;
}
.left-menu-private .item-with-right-icon {
  display: flex;
  justify-content: space-between;
}
.left-menu-private .item-with-right-icon .item-left {
  width: 211px;
}
.left-menu-private .item-with-right-icon .item-right-icon {
  height: 40px;
  min-height: 40px;
  padding: 8px 0;
}
.left-menu-private .item-with-right-icon .item-right-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.left-menu-private .item-with-right-icon .item-right-icon .icon-right-svg {
  padding: 0 10px;
  border-left: 1px solid #404854;
}
.left-menu-private .item-with-right-icon-column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.left-menu-private .item-with-right-icon-column .item-right-icon {
  height: 40px;
  min-height: 40px;
  padding: 8px 0 8px 20px;
}
.left-menu-private .item-with-right-icon-column .item-right-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.app-footer {
  display: flex;
  display: -ms-flexbox;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  background-color: #00567d;
  border-color: #00567d;
  bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  color: white;
  font-size: 80%;
}
.app-footer a {
  color: white !important;
  font-weight: 600;
  text-decoration: none;
}
.app-footer .footer-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.app-root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.app-root .stage {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-items: stretch;
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-width: 310px;
  background: #eceff1;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.app-root .stage-bgnd-dark {
  background: #cfd8dc;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.acc-ul-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 1900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.acc-ul-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.acc-ul-item .right-icon {
  opacity: 0;
  pointer-events: none;
}
.acc-ul-item:hover .right-icon {
  opacity: 1;
  pointer-events: auto;
}
.acc-ul-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.acc-ul-item .content .user {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  overflow: hidden;
  text-align: left;
}
.acc-ul-item .content .role {
  width: 100%;
  min-width: 120px;
  overflow: hidden;
  text-align: left;
}
.acc-ul-item .content .status {
  width: 100%;
  min-width: 120px;
  overflow: hidden;
  text-align: left;
}
.acc-ul-item .content .type {
  width: 100%;
  min-width: 120px;
  overflow: hidden;
  text-align: left;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.environment-ul-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 1900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.environment-ul-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.environment-ul-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.environment-ul-item .content .col-1 {
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}
.environment-ul-item .content .col-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 250px;
  padding: 0 4px;
  overflow: hidden;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.user-environment-permissions-h1-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 24px;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.user-environment-permissions-h1-content .content-left-side {
  margin-top: -16px;
}
.user-environment-permissions-h1-content .content-right-side {
  display: flex;
  flex-direction: row;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.sorting-icon {
  height: 16px !important;
  width: 16px !important;
  margin-left: 4px;
  vertical-align: bottom;
  opacity: 1;
  cursor: pointer;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sorting-icon.hidden {
  cursor: default;
  opacity: 0;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.user-environment-permissions-h2-content {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: auto;
  padding: 0;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.user-environment-permissions-h2-content .col-1 {
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}
.user-environment-permissions-h2-content .col-2 {
  width: 250px;
  padding: 0 4px;
  overflow: hidden;
  text-align: center;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.acc-ul-h1-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 24px;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0.5;
  position: relative;
  top: 4px;
}
.acc-ul-h1-content .content-right-side {
  display: flex;
  flex-direction: row;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.acc-ul-h2-content {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 56px 0 56px;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.acc-ul-h2-content .user {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  overflow: hidden;
  text-align: left;
}
.acc-ul-h2-content .role {
  width: 100%;
  min-width: 120px;
  overflow: hidden;
  text-align: left;
}
.acc-ul-h2-content .status {
  width: 100%;
  min-width: 120px;
  overflow: hidden;
  text-align: left;
}
.acc-ul-h2-content .type {
  width: 100%;
  min-width: 120px;
  overflow: hidden;
  text-align: left;
}

.sso-expander-content {
  margin: 0 !important;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  width: 296px;
  min-width: 296px;
  min-height: 296px;
  margin: 0 20px 20px 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 1px 0 rgba(0, 0, 0, 0.14), 0 6px 1px -1px rgba(0, 0, 0, 0.12);
}
.card-wrapper .card-image {
  display: block;
  width: 100%;
  cursor: pointer;
}
.card-wrapper .card-image img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.card-wrapper .card-menu-image {
  display: block;
  width: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 308px 145px;
}
.card-wrapper .card-menu-image .image-menu {
  text-align: right;
  text-align: end;
}
.card-wrapper .card-menu-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
}
.card-wrapper .card-menu-bar .bar-title {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}
.card-wrapper .card-menu-bar .bar-title.single-line {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-wrapper .card-menu-bar .bar-menu > * > button {
  padding: 0 !important;
  width: 24px !important;
  height: 24px !important;
}
.card-wrapper .card-body {
  display: block;
  width: 100%;
  min-height: 120px;
  padding: 16px;
  cursor: pointer;
}
.card-wrapper .card-body .body-title {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.card-wrapper .card-body .body-text {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
}
.card-wrapper .card-body-add-new {
  display: block;
  width: 100%;
  min-height: 120px;
  padding: 65px 48px;
  cursor: pointer;
}
.card-wrapper .card-body-add-new .body-icon {
  margin: 0;
  text-align: center;
}
.card-wrapper .card-body-add-new .body-icon svg {
  width: 48px !important;
  height: 48px !important;
  fill: #00567d !important;
}
.card-wrapper .card-body-add-new .body-text {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #00567d;
  text-transform: uppercase;
}
.card-wrapper .card-custom-content {
  display: block;
  width: 100%;
  padding: 16px;
  cursor: pointer;
}
.card-wrapper .card-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  padding: 4px 4px 4px 16px;
}
.card-wrapper .card-footer .footer-link {
  max-width: 100%;
  padding: 8px 0;
  line-height: 20px;
  word-wrap: break-word;
}
.card-wrapper .card-footer .footer-link.disabled {
  color: #9b9fa5;
}
.card-wrapper .card-footer-add-new {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  padding: 4px 4px 4px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.card-wrapper .card-footer-add-new .footer-link {
  width: 100%;
  max-width: 100%;
  padding: 8px 0;
  line-height: 20px;
  word-wrap: break-word;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
.card-wrapper .card-footer-add-new .footer-link.disabled {
  color: #9b9fa5;
}
.card-image-menu-popover {
  border-radius: 8px !important;
  padding: 5px 0;
  width: 100px;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.environments {
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 360px, rgba(0, 0, 0, 0) 360px, rgba(0, 0, 0, 0) 100%);
}

.table-header-cell {
  display: flex;
  align-items: center;
  user-select: none;
  font-size: 13px;
}
.table-header-cell.active {
  cursor: pointer;
}
.table-header-cell.centered {
  justify-content: center;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.IO-chip-popover-menu {
  padding: 0 !important;
}
.IO-chip-popover-menu .title {
  display: flex;
  width: 100%;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.IO-chip-popover-menu .text {
  flex-grow: 1;
  padding: 5px;
  font-size: 26px;
}
.IO-chip-popover-menu .icon {
  margin: 3px;
  cursor: pointer;
}
.IO-chip-popover div[role=presentation] {
  width: auto !important;
}

.table-filter-popup {
  margin: 8px 16px;
}

.table-header {
  box-sizing: border-box;
  height: 48px;
  padding: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-header .table-header-first-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.table-header .table-header-first-line > * {
  display: inline-block;
}
.table-header .table-header-first-line .content-left-side {
  padding-left: 72px;
  line-height: 48px;
  display: flex;
  align-items: center;
}
.table-header .table-header-first-line .content-left-side > * {
  margin-right: 16px;
}
.table-header .table-header-first-line .content-right-side {
  display: flex;
  align-items: center;
  height: 48px;
}
.table-header .table-header-first-line .content-right-side > * {
  margin-right: 16px;
}
.table-header .table-header-first-line .content-right-side .header-button {
  top: 5px;
  margin-right: 16px;
}
.table-header .table-header-first-line .table-header-search {
  height: 46px;
  border-radius: 2px;
}
.table-header-two {
  display: flex !important;
  padding: 0 !important;
  height: 32px !important;
  justify-content: space-around;
}
.table-header-two > *:first-child {
  padding-left: 32px;
}

#paginaton-button {
  padding: 10px 8px;
  font-size: 1em;
  height: 23px !important;
}
#paginaton-button > div {
  position: relative;
  top: -6px;
}
.pagination-menu-container {
  flex-direction: column;
  display: flex;
  width: 300px;
  padding: 5px;
}
.pagination-menu-container .pagination-size {
  display: flex;
}
.pagination-menu-container .pagination-size .pagination-menu-page-text {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.pagination-menu-container .pagination-size .pagination-menu-page-text .pagination-select-additional button {
  padding-right: 0 !important;
}
.pagination-menu-container .pagination-size .pagination-menu-page-text .pagination-select-additional .MuiSvgIcon-root.MuiSelect-icon {
  width: 22px;
}
.pagination-menu-container .pagination-size .pagination-menu-page-text .pagination-select-additional .MuiSelect-select.MuiSelect-select {
  margin-left: 3px;
  margin-right: 3px;
}
.pagination-menu-container .pagination-size .pagination-menu-page-size-selector {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.pagination-menu-container .pagination-size .pagination-menu-page-size-selector > div {
  width: auto !important;
}
.pagination-menu-container .pagination-size .pagination-menu-page-size-selector label {
  white-space: nowrap;
}
.pagination-menu-container .pagination-menu-page-selector-container {
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.pagination-menu-container .pagination-menu-page-selector-container .pagination-dots {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 5px;
}
.pagination-menu-container .pagination-menu-page-selector-container .pagination-select-button {
  font-size: 0.7em;
  padding: 5px;
  width: 28px;
  flex-grow: 1;
  flex-basis: 1% !important;
  min-width: 30px !important;
  margin: 0 4px;
}

.table-wrapper {
  margin-top: 48px;
}

.login-item {
  display: flex;
  flex-direction: row;
  line-height: 45px;
}
.login-item:hover {
  background-color: whitesmoke;
  cursor: pointer;
}
.login-item > * {
  flex: 1;
}
.login-item > *:first-child {
  padding-left: 32px;
}

.container-get-started {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  background: #fff;
}

.container-legal {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  background: #fff;
  overflow-y: auto;
}
.legal-content a {
  font-size: 12px !important;
}
.legal-content p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
}
.legal-content h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 27px;
}
.legal-content h1 {
  font-size: 18px;
  font-weight: 500;
}
.legal-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #757575;
}
.legal-content h5 {
  font-size: 12px;
  font-weight: 700;
  color: #757575;
}
.legal-content ol {
  padding-left: 0;
  list-style: inside upper-roman;
}
.legal-content ol p {
  margin-bottom: 10px;
  font-weight: 400;
}
.legal-content ol li {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 500;
}
.legal-content ol ul {
  padding-left: 1rem;
  list-style: outside;
}
.legal-content ol ul li {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 10px !important;
}
.legal-content ul {
  padding-left: 1rem;
  list-style: outside;
}
.legal-content ul p {
  margin-left: -1rem;
  margin-bottom: 15px;
  font-weight: 400;
}
.legal-content ul li {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 10px !important;
}
.legal-content .contacting-interopion h5 {
  margin-bottom: 10px;
}
.legal-content .contacting-interopion p {
  margin-bottom: 10px;
}
.legal-content .contacting-interopion .contacting-interopion-spacing {
  margin-bottom: 30px;
}
.legal-content .sla-table {
  text-align: center;
}
.legal-content .archive-heading {
  font-size: 24px;
  font-weight: 500;
  margin: 12px 0;
}
.legal-content .archive-content a {
  font-size: 14px !important;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.account-create {
  width: 100%;
}
.account-create input::-webkit-outer-spin-button,
.account-create input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.account-create .account-id-wrapper {
  display: block;
  position: relative;
}
.account-create .account-id-wrapper .text-field {
  position: relative;
}
.account-create .account-id-wrapper .suffix {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-weight: 600;
}
.account-create .account-id-wrapper .suffix.error {
  bottom: 40px;
}

.account-create-request {
  width: 100%;
  display: flex;
  justify-content: center;
}
.account-create-request input::-webkit-outer-spin-button,
.account-create-request input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.account-create-request .account-id-wrapper {
  display: block;
  position: relative;
}
.account-create-request .account-id-wrapper .text-field {
  position: relative;
}
.account-create-request .account-id-wrapper .suffix {
  position: absolute;
  right: 0;
  bottom: 12px;
  font-weight: 600;
}
.account-create-request .account-id-wrapper .suffix.error {
  bottom: 40px;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.environment-dashboard {
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #00567d 0%, #00567d 360px, rgba(0, 0, 0, 0) 360px, rgba(0, 0, 0, 0) 100%);
}
.environment-dashboard .titleSmall {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.environment-dashboard .titleLarge {
  margin: 0;
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 72px;
}
.environment-dashboard .sub {
  margin: 48px 0 24px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.ehr-listings {
  margin-top: 16px;
  margin-bottom: 16px;
}
.ehr-listings .new-ehr-listing {
  padding: 10px 20px 20px 20px;
  margin-top: 10px;
}
.ehr-listings .new-ehr-listing .new-ehr-listing-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ehr-listings .new-ehr-listing .new-ehr-listing-header h5 {
  font-size: 1rem;
  color: #888;
  margin: 0;
}
.ehr-listings .table-wrapper {
  margin-top: 8px;
}
.ehr-listings .table-wrapper .table-header-two > *:first-child {
  padding-left: 0;
}
.ehr-listings .table-wrapper li {
  display: flex;
}
.ehr-listings .table-wrapper li:nth-child(even) {
  background: #f5f5f5;
}
.ehr-listings .ehr-listing-ul-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ehr-listings .ehr-listing-ul-item .content .col-1 {
  width: calc(50% + 48px);
  max-width: 50%;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}
.ehr-listings .ehr-listing-ul-item .content .col-2 {
  width: 50%;
  max-width: 50%;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.apps {
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 360px, rgba(0, 0, 0, 0) 360px, rgba(0, 0, 0, 0) 100%);
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.custom-link-component {
  text-decoration: none;
}
.custom-link-component:hover {
  font-weight: 800;
  cursor: pointer;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.activation-ul-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 1900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.activation-ul-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.activation-ul-item .right-icon {
  opacity: 0;
  pointer-events: none;
}
.activation-ul-item:hover .right-icon {
  opacity: 1;
  pointer-events: auto;
}
.activation-ul-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.activation-ul-item .content .col-1 {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  padding: 0 4px 0 16px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}
.activation-ul-item .content .col-1 .ehr-auth-type-chip {
  background-color: #4fabe0;
  margin: 4px 8px 4px -4px;
  height: 20px;
}
.activation-ul-item .content .col-1 .ehr-auth-type-chip.disabled {
  background-color: #9e9e9e;
}
.activation-ul-item .content .col-1 .ehr-auth-type-chip.disabled .chip-label {
  cursor: default;
}
.activation-ul-item .content .col-1 .ehr-auth-type-chip .chip-label {
  padding: 2px 8px;
  line-height: 16px;
  color: white;
}
.activation-ul-item .content .col-1 .smart-version-chip {
  background-color: #4fabe0;
  margin: 4px 8px 4px -4px;
  height: 20px;
}
.activation-ul-item .content .col-1 .smart-version-chip.disabled {
  background-color: #9e9e9e;
}
.activation-ul-item .content .col-1 .smart-version-chip.disabled .chip-label {
  cursor: default;
}
.activation-ul-item .content .col-1 .smart-version-chip .chip-label {
  padding: 2px 8px;
  line-height: 16px;
  color: white;
}
.activation-ul-item .content .col-1 .disable-chip {
  background-color: #9e9e9e;
  margin: 4px 0px 4px -4px;
  height: 20px;
}
.activation-ul-item .content .col-1 .disable-chip .chip-label {
  padding: 2px 8px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
}
.activation-ul-item .content .col-2 {
  width: 100%;
  min-width: 132px;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}
.activation-ul-item .content .col-3 {
  width: 132px;
  min-width: 132px;
  max-width: 132px;
  padding: 0 4px;
  overflow: hidden;
  text-align: right;
}

.app-edit-card {
  margin-top: 48px;
}
.app-edit-card .right-edit-button {
  margin: 12px !important;
}
.app-edit-card .input-margin-bottom {
  margin-bottom: 16px;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.practice-container {
  margin-top: 20px;
}
.practice-listings {
  margin-top: 16px;
  margin-bottom: 16px;
}
.practice-listings .new-practice-listing {
  padding: 10px 20px 20px 20px;
  margin-top: 10px;
}
.practice-listings .new-practice-listing .new-practice-listing-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.practice-listings .new-practice-listing .new-practice-listing-header h5 {
  font-size: 1rem;
  color: #888;
  margin: 0;
}
.practice-listings .table-wrapper {
  margin-top: 8px;
}
.practice-listings .table-wrapper .table-header-two > *:first-child {
  padding-left: 0;
}
.practice-listings .table-wrapper li {
  display: flex;
}
.practice-listings .table-wrapper li:nth-child(even) {
  background: #f5f5f5;
}
.practice-listings .practice-listing-ul-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.practice-listings .practice-listing-ul-item .content .col-1 {
  width: calc(50% + 48px);
  max-width: 50%;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}
.practice-listings .practice-listing-ul-item .content .col-2 {
  width: 50%;
  max-width: 50%;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.app-chart-card {
  margin-top: 10px !important;
}
.analytics-toolbar {
  margin: 25px 5px 0;
  width: 100%;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.app-chart-card {
  margin-top: 10px !important;
}
.analytics-toolbar {
  margin: 25px 5px 0;
  width: 100%;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.app-chart-card {
  margin-top: 10px !important;
}
.analytics-toolbar {
  margin: 25px 5px 0;
  width: 100%;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.app-chart-card {
  margin: 10px 5px !important;
  width: 100%;
  padding-bottom: 20px;
}
.chart-card-text {
  min-height: 200px;
  width: 99%;
}
.loading {
  text-align: center;
  margin-top: 80px;
}
.analytics-toolbar {
  margin: 25px 5px 0;
  width: 100%;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.logs-h2-header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.logs-h2-header .no-data-returned {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.logs-h2-header .log-time {
  flex: 2.2;
  padding-left: 32px;
}
.logs-h2-header .log-type {
  flex: 0.9;
}
.logs-h2-header .log-session-id {
  flex: 1.3;
}
.logs-h2-header .log-gateway-id {
  flex: 1.3;
}
.logs-h2-header .log-metadata {
  flex: 1.3;
}
.logs-h2-header .log-system-event {
  flex: 2;
}
.logs-h2-header .log-message {
  flex: 7.5;
}
.logs-h2-header .log-item-clickable {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.logs-h2-header.log-item {
  max-height: 43px;
  transition: max-height 0.1s;
  border-top: 1px solid #AAA;
  box-sizing: border-box;
  overflow: hidden;
  padding: 13px 0;
}
.logs-h2-header.log-item > div {
  margin: 0 3px;
}
.logs-h2-header.log-item:not(.active) > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logs-h2-header.log-item.active {
  max-height: 600px;
  transition: max-height 0.5s;
  word-break: break-word;
  word-wrap: break-word;
}
.logs-h2-header.log-item:hover {
  background-color: rgba(80, 80, 80, 0.05);
}
/* Customize the search field display for the logging tab.
Ensure that it fills whatever space remains between it and the
content in the right side of the header. */
.table-header .table-header-first-line {
  /* The Search block is the last item contained in the left side of the header */
}
.table-header .table-header-first-line .content-left-side {
  flex-grow: 1;
}
.table-header .table-header-first-line .content-left-side > div:last-child {
  flex-grow: 1;
  display: flex;
  min-width: 5rem;
}
.table-header .table-header-first-line .content-left-side > div:last-child .MuiFormControl-root {
  flex-grow: 1;
}

.session-inspector-log-item-wrapper :hover {
  background-color: #f5f5f5;
}


html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.cds-service-sets {
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 360px, rgba(0, 0, 0, 0) 360px, rgba(0, 0, 0, 0) 100%);
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.cds-service-set-activation-ul-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 1900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cds-service-set-activation-ul-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.cds-service-set-activation-ul-item:hover .right-icon {
  opacity: 1;
  pointer-events: auto;
}
.cds-service-set-activation-ul-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cds-service-set-activation-ul-item .content .col-1 {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}
.cds-service-set-activation-ul-item .content .col-2 {
  width: 100%;
  min-width: 200px;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}
.cds-service-set-activation-ul-item .content .col-3 {
  width: 48px;
  min-width: 48px;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.app-chart-card {
  margin: 10px 5px !important;
  width: 100%;
  padding-bottom: 20px;
}
.analytics-toolbar-cds {
  margin: 25px 5px 0;
  width: 100%;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.app-chart-card {
  margin: 10px 5px !important;
  width: 100%;
  padding-bottom: 20px;
}
.analytics-toolbar {
  margin: 25px 5px 0;
  width: 100%;
}

.new-portal-dialog {
  padding: 0 !important;
  z-index: 10000;
}
.new-portal-dialog .new-portal-dialog-title {
  color: #fff !important;
  line-height: 48px !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.new-portal-dialog .new-portal-dialog-body {
  background: #fafafa;
  padding: 20px 34px 48px 34px !important;
}
.new-portal-dialog .create-portal-btn {
  margin-top: 34px;
}
.new-portal-dialog .portals-loader {
  padding: 24px;
}
.new-portal-dialog .new-portal-dialog-content {
  width: 100% !important;
  overflow: hidden;
  box-sizing: border-box;
}
.new-portal-dialog .new-portal-close-button {
  position: absolute !important;
  top: 16px;
  right: 24px;
}
.new-portal-dialog .new-portal-close-button svg {
  color: rgba(255, 255, 255, 0.85) !important;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.portals {
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 360px, rgba(0, 0, 0, 0) 360px, rgba(0, 0, 0, 0) 100%);
}
.portals .portals-page-title {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
.portals .container {
  padding-top: 48px;
}
.portals .container .portal-card-wrapper {
  width: 320px;
  height: 244px;
  min-height: 200px;
  align-content: inherit;
  padding-top: 8px;
}
.portals .container .portal-card-wrapper .bar-title {
  font-weight: bold;
}
.portals .container .portal-card-wrapper .card-footer {
  padding-top: 0;
}
.portals .container .portal-card-wrapper .portal-pill-icon {
  position: relative;
  top: 5px;
  left: 6px;
  color: #fff;
}
.portals .container .portal-card-wrapper.portal-add-new-card > div {
  height: 100%;
}
.portals .container .portal-card-wrapper.portal-add-new-card .body-icon {
  padding-top: 35px;
}
.portals .container .title-line1 {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.portals .container .title-line2 {
  width: 350px;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.portals .container .title-link {
  margin: 0 0 60px 0;
}
.portals .container .title-link a {
  margin: 0 15px 0 0;
}

.portal-icon-copy {
  width: 26px !important;
  height: 26px !important;
  position: absolute;
  top: 8px;
  opacity: 0.7;
}
.portal-logo-card:hover .logo-edit-button {
  display: block !important;
}
.portal-logo-card .logo-edit-button {
  position: absolute !important;
  right: 0 !important;
  top: 5px !important;
  margin-right: 0 !important;
  display: none !important;
}
.portal-gateway-link-title {
  margin-top: 24px;
  position: relative;
  line-height: 22px;
  top: 30px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  z-index: 1;
  transform: scale(0.75) translate(0px, -28px);
  transform-origin: left top;
  pointer-events: none;
  user-select: none;
  color: rgba(0, 0, 0, 0.3);
}
.portal-type {
  margin-top: 24px;
}
.portal-type .portal-type-descr {
  color: rgba(0, 0, 0, 0.4);
}

.custom-contexts {
  margin-top: 16px;
  margin-bottom: 16px;
}
.custom-contexts .MuiInputLabel-shrink {
  transform: translate(0, 8px) scale(0.75);
  z-index: 1;
}
.custom-contexts .MuiFab-sizeSmall {
  width: 35px;
  height: 35px;
}
.custom-contexts .edit-custom-context {
  width: 100%;
}
.custom-contexts .new-custom-context {
  padding: 10px 20px 20px 20px;
  margin-top: 10px;
}
.custom-contexts .new-custom-context .new-custom-context-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -13px;
  /* pull the input immediately following this header up closer to it to reduce the gap */
}
.custom-contexts .new-custom-context .new-custom-context-header h5 {
  font-size: 1rem;
  color: #888;
  margin: 0;
}
.custom-contexts li {
  display: flex;
}
.custom-contexts li:nth-child(even) {
  background: #f5f5f5;
}
.custom-contexts .table-wrapper {
  margin-top: 8px;
}
.custom-contexts .table-wrapper .table-header-two > *:first-child {
  padding-left: 20px;
}
.custom-contexts .table-wrapper .table-header-two > .table-header-cell {
  color: rgba(0, 0, 0, 0.5) !important;
}
.custom-contexts .table-wrapper .custom-context-list-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.custom-contexts .table-wrapper .custom-context-list-item .content > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-contexts .table-wrapper .custom-context-list-item .content > div:hover {
  overflow: visible;
  overflow-wrap: break-word;
  display: block;
}
.custom-contexts .table-wrapper .custom-context-list-item .content .col-1 {
  width: 48%;
  max-width: 48%;
  padding: 0 4px;
  text-align: left;
}
.custom-contexts .table-wrapper .custom-context-list-item .content .col-2 {
  width: 48%;
  max-width: 48%;
  padding: 0 4px;
  text-align: left;
}

.new-portal-dialog {
  padding: 0 !important;
  z-index: 10000;
}
.new-portal-dialog .new-portal-dialog-title {
  color: #fff !important;
  line-height: 48px !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.new-portal-dialog .new-portal-dialog-body {
  background: #fafafa;
  padding: 20px 34px 0 34px !important;
}
.new-portal-dialog .create-portal-btn {
  margin-top: 34px;
}
.new-portal-dialog .portals-loader {
  padding: 24px;
}
.new-portal-dialog .new-portal-dialog-content {
  width: 100% !important;
  box-sizing: border-box;
  overflow: hidden;
}
.new-portal-dialog .new-portal-close-button {
  position: absolute !important;
  top: 16px;
  right: 24px;
}
.new-portal-dialog .new-portal-close-button svg {
  color: rgba(255, 255, 255, 0.85) !important;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.gateways {
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 360px, rgba(0, 0, 0, 0) 360px, rgba(0, 0, 0, 0) 100%);
}

.gateway-table-item {
  display: flex;
  flex-direction: row;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid whitesmoke;
}
.gateway-table-item:hover {
  cursor: pointer;
  background-color: whitesmoke;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.gw-mapping-rl-h1-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 15px;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gw-mapping-rl-h1-content .content-left-side {
  margin-top: -4px;
}
.gw-mapping-rl-h1-content .content-left-side .icon-button {
  width: auto !important;
  height: auto !important;
  padding: 0 8px !important;
  vertical-align: middle;
}
.gw-mapping-rl-h1-content .content-right-side {
  display: flex;
  flex-direction: row;
}
.gw-mapping-rl-h1-content .content-right-side .header-dropdown {
  padding-right: 14px;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.gw-mapping-rl-h2-content {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 56px 0 53px;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gw-mapping-rl-h2-content .type {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  overflow: hidden;
  text-align: left;
}
.gw-mapping-rl-h2-content .operations {
  width: 100%;
  min-width: 180px;
  overflow: hidden;
  text-align: center;
}
.gw-mapping-rl-h2-content .source {
  width: 450px;
  min-width: 450px;
  max-width: 450px;
  overflow: hidden;
  text-align: center;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.gw-mapping-rl-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 1900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gw-mapping-rl-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.gw-mapping-rl-item .left-icon {
  opacity: 0;
}
.gw-mapping-rl-item:hover .left-icon {
  opacity: 1;
}
.gw-mapping-rl-item .right-icon {
  opacity: 0;
  pointer-events: none;
}
.gw-mapping-rl-item:hover .right-icon {
  opacity: 1;
  pointer-events: auto;
}
.gw-mapping-rl-item.is-checked {
  background-color: #4fabe0;
}
.gw-mapping-rl-item.is-checked .left-icon {
  opacity: 1;
}
.gw-mapping-rl-item.is-checked .right-icon {
  opacity: 0;
  pointer-events: none;
}
.gw-mapping-rl-item .any-checked.right-icon {
  opacity: 0;
  pointer-events: none;
}
.gw-mapping-rl-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.gw-mapping-rl-item .content .type {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  overflow: hidden;
}
.gw-mapping-rl-item .content .operations {
  width: 100%;
  min-width: 180px;
  overflow: hidden;
  text-align: center;
}
.gw-mapping-rl-item .content .operations .operation-icon {
  margin-right: 8px;
}
.gw-mapping-rl-item .content .source {
  width: 450px;
  min-width: 450px;
  max-width: 450px;
  overflow: hidden;
  text-align: center;
}
.gw-mapping-rl-item .content .source .chip {
  display: inline-block !important;
  max-width: 450px !important;
  overflow: hidden;
}

.sub-tabs {
  display: flex;
  flex-direction: row;
  height: 44px;
  margin-top: 56px;
  background-color: #00567d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sub-tabs .tab {
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sub-tabs .tab:hover {
  background: rgba(255, 255, 255, 0.15);
}
.sub-tabs .selected {
  border-bottom: 4px solid #fff;
  color: #fff;
}
.gateway-logging-content .table-wrapper {
  margin-top: 0;
}
.req-res-logging {
  padding: 0 24px 24px 24px;
}
.req-res-logging .en-dis-req-res-logging {
  width: 732px;
  margin: 24px auto 0 auto;
}
.req-res-logging .add-new-session {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin: 24px auto 0 auto;
}
.req-res-logging .sessions {
  margin: 24px 0 0 0;
}
.req-res-logging .sessions .items-wrapper {
  width: fit-content;
  margin: auto;
}
.req-res-logging .sessions .items-wrapper .items {
  width: auto;
  max-width: 1068px;
  margin: auto;
}
.req-res-logging .sessions .items-wrapper .items .item {
  transition: all 450ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.req-res-logging .sessions .items-wrapper .items .item .id-cell {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.req-res-logging .sessions .items-wrapper .items .item .date-cell {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}
.req-res-logging .sessions .items-wrapper .items .item .actions-cell {
  width: 87px;
  min-width: 87px;
  max-width: 87px;
}
.req-res-logging .sessions .items-wrapper .items .item .fade {
  opacity: 0;
  transition: all 450ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.req-res-logging .sessions .items-wrapper .items .item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.req-res-logging .sessions .items-wrapper .items .item:hover .fade {
  opacity: 1;
}
.req-res-logging .sessions .items-wrapper .items .item-head {
  background-color: #f5f5f5;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.gw-subscriptions-tt-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 1900ms cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.gw-subscriptions-tt-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.gw-subscriptions-tt-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.gw-subscriptions-tt-item .content .notificationEndpoint {
  flex: 1.5;
  overflow: hidden;
  word-break: break-word;
}
.gw-subscriptions-tt-item .content .tokenEndpoint {
  flex: 1.5;
  overflow: hidden;
  word-break: break-word;
}
.gw-subscriptions-tt-item .content .authType {
  flex: 1;
  overflow: hidden;
  word-break: break-word;
}
.gw-subscriptions-tt-item .content .kafkaTopic {
  flex: 1.5;
  overflow: hidden;
  word-break: break-word;
}

.app-chart-card {
  margin: 10px 5px !important;
  width: 100%;
  padding-bottom: 20px;
}
.transactions-toolbar {
  margin: 25px 5px 0;
  width: 100%;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.gw-transactions-tt-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 1900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gw-transactions-tt-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.gw-transactions-tt-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.gw-transactions-tt-item .content .time {
  flex: 0.9;
  padding-left: 32px;
  overflow: hidden;
  word-break: break-word;
}
.gw-transactions-tt-item .content .client {
  flex: 0.9;
  overflow: hidden;
  word-break: break-word;
}
.gw-transactions-tt-item .content .user {
  flex: 1;
  overflow: hidden;
  word-break: break-word;
}
.gw-transactions-tt-item .content .resourceType {
  flex: 0.9;
  overflow: hidden;
  word-break: break-word;
}
.gw-transactions-tt-item .content .operationType {
  flex: 0.5;
  overflow: hidden;
  word-break: break-word;
}
.gw-transactions-tt-item .content .latency {
  flex: 0.4;
  overflow: hidden;
  word-break: break-word;
}
.gw-transactions-tt-item .content .queryString {
  flex: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gw-transactions-tt-item.active .queryString {
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
}
.transactionUserTooltip {
  padding: 0 !important;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.gw-transactions-tt-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 1900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gw-transactions-tt-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.gw-transactions-tt-item .content-aggregated {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.gw-transactions-tt-item .content-aggregated .medianTime {
  flex: 1;
  overflow: hidden;
  word-break: break-word;
}
.gw-transactions-tt-item .content-aggregated .avgTime {
  flex: 1;
  overflow: hidden;
  word-break: break-word;
}
.gw-transactions-tt-item .content-aggregated .resourceType {
  flex: 1;
  overflow: hidden;
  word-break: break-word;
  padding-left: 22px;
}
.gw-transactions-tt-item .content-aggregated .operationType {
  flex: 1;
  overflow: hidden;
  word-break: break-word;
}
.gw-transactions-tt-item .content-aggregated .count {
  flex: 1;
  overflow: hidden;
  word-break: break-word;
}
.transactionUserTooltip {
  padding: 0 !important;
}

.app-chart-card {
  margin: 10px 5px !important;
  width: 100%;
  padding-bottom: 20px;
}
.transactions-toolbar {
  margin: 25px 5px 0;
  width: 100%;
}
.gtw-transactions-container {
  margin-top: 48px;
}

.app-chart-card {
  margin: 10px 5px !important;
  width: 100%;
  padding-bottom: 20px;
}
.analytics-toolbar {
  margin: 25px 5px 0;
  width: 100%;
  background-color: #e8e8e8;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.data-sources {
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 360px, rgba(0, 0, 0, 0) 360px, rgba(0, 0, 0, 0) 100%);
}

.data-adapters-table-item {
  display: flex;
  flex-direction: row;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid whitesmoke;
}
.data-adapters-table-item:hover {
  cursor: pointer;
  background-color: whitesmoke;
}

.operation-table-row {
  display: flex;
  justify-content: space-around;
  height: 51px;
  line-height: 51px;
  border-bottom: 1px solid #e0e0e0;
}
.operation-table-row:hover {
  background: #f5f5f5;
}
.operation-table-row > * {
  flex: 1;
}
.operation-table-row > *:first-child {
  flex: 2;
  padding-left: 32px;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.ds-transactions-tt-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 1900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ds-transactions-tt-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.ds-transactions-tt-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ds-transactions-tt-item .content .time {
  flex: 0.9;
  padding-left: 32px;
  overflow: hidden;
  word-break: break-word;
}
.ds-transactions-tt-item .content .client {
  flex: 0.9;
  overflow: hidden;
  word-break: break-word;
}
.ds-transactions-tt-item .content .user {
  flex: 1;
  overflow: hidden;
  word-break: break-word;
}
.ds-transactions-tt-item .content .resourceType {
  flex: 0.9;
  overflow: hidden;
  word-break: break-word;
}
.ds-transactions-tt-item .content .operationType {
  flex: 0.5;
  overflow: hidden;
  word-break: break-word;
}
.ds-transactions-tt-item .content .latencyType {
  flex: 0.4;
  overflow: hidden;
  word-break: break-word;
}
.ds-transactions-tt-item .content .queryString {
  flex: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ds-transactions-tt-item.active .queryString {
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
}

.app-chart-card {
  margin: 10px 5px !important;
  width: 100%;
  padding-bottom: 20px;
}
.transactions-toolbar {
  margin: 25px 5px 0;
  width: 100%;
}
.da-transactions-container {
  margin-top: 48px;
}

.app-chart-card {
  margin: 10px 5px !important;
  width: 100%;
  padding-bottom: 20px;
}
.analytics-toolbar {
  margin: 25px 5px 0;
  width: 100%;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.cdrs {
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 360px, rgba(0, 0, 0, 0) 360px, rgba(0, 0, 0, 0) 100%);
}

.operation-table-row {
  display: flex;
  justify-content: space-around;
  height: 51px;
  line-height: 51px;
  border-bottom: 1px solid #e0e0e0;
}
.operation-table-row:hover {
  background: #f5f5f5;
}
.operation-table-row > * {
  flex: 1;
}
.operation-table-row > *:first-child {
  flex: 2;
  padding-left: 32px;
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.user-dirs {
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 360px, rgba(0, 0, 0, 0) 360px, rgba(0, 0, 0, 0) 100%);
}

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", Arial, sans-serif;
}
.app-wrapper {
  width: 100%;
  height: 100%;
}
.app-wrapper .navbar-l3 .tab {
  white-space: nowrap;
}
.app-wrapper a {
  color: #00567d;
  font-size: 14px;
}
.app-wrapper div {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container.mid {
  max-width: 1551px;
}
.container.full {
  max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.io-tooltip-root {
  z-index: 15000 !important;
}
.io-tooltip {
  font-size: 14px !important;
  text-align: center !important;
}
.io-icon-button {
  padding: 0 !important;
}
.disabled-text-field .MuiInput-underline {
  color: rgba(0, 0, 0, 0.87) !important;
}
.disabled-text-field .MuiInput-underline::before {
  border: none !important;
}
.disabled-text-field .MuiInput-underline::after {
  border: none !important;
}
.io-modal-wrapper {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  min-width: 750px !important;
  max-width: 800px !important;
}
.full-width-chip-label {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.app-user-ul-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 1900ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.app-user-ul-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.app-user-ul-item .right-icon {
  opacity: 0;
  pointer-events: none;
}
.app-user-ul-item:hover .right-icon {
  opacity: 1;
  pointer-events: auto;
}
.app-user-ul-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.app-user-ul-item .content .col-1 {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}
.app-user-ul-item .content .col-2 {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}
.app-user-ul-item .content .col-3 {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  padding: 0 4px;
  overflow: hidden;
  text-align: left;
}
.app-user-ul-item .content .col-4 {
  width: 100%;
  min-width: 120px;
  padding: 0 4px;
  overflow: hidden;
  text-align: center;
}

.app-monitoring-wrapper {
  border: 3px solid lightgray;
  padding: 16px;
  margin: 10px 0;
  border-radius: 3px;
  background-color: #FEFEFE;
}
.app-monitoring-wrapper .first-line-app-monitoring {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}
.app-monitoring-wrapper .first-line-app-monitoring > *:first-child {
  flex: 2;
}
.app-monitoring-wrapper .first-line-app-monitoring > *:not(:first-child) {
  flex: 1;
}
.app-monitoring-wrapper .first-line-app-monitoring .monitoring-duration {
  display: inline-block;
  text-align: right;
  padding-right: 40px;
  position: relative;
}
.app-monitoring-wrapper .first-line-app-monitoring .monitoring-duration .export-button {
  position: absolute !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  top: -5px;
  right: 0;
}
.app-monitoring-wrapper .first-line-app-monitoring .monitoring-duration .export-button > * {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.app-monitoring-wrapper .app-status-history {
  border: 3px solid lightgray;
  padding: 16px;
  border-radius: 3px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: whitesmoke;
}
.app-monitoring-wrapper .app-status-history .line,
.app-monitoring-wrapper .app-status-history .dot {
  line-height: 20px !important;
}
.app-monitoring-wrapper .app-status-history .line {
  display: inline-block !important;
  width: 3px !important;
  height: 25px !important;
  background-color: red !important;
  padding: 0 !important;
}
.app-monitoring-wrapper .app-status-history .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 10px;
}
.app-monitoring-wrapper .app-status-history .no-app-data-available {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: darkgray;
}

.data-adapters .data-adapter .adapter-content {
  padding-left: 10px;
  padding-bottom: 5px;
}
.data-adapters .data-adapter .adapter-content .status {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
}
.data-adapters .data-adapter .adapter-content .status svg {
  width: 30px !important;
  height: 30px !important;
  position: relative;
  top: 3px;
}
.data-adapters .data-adapter .adapter-content .status.hidden {
  opacity: 0;
}
.data-adapters .data-adapter .adapter-content .status.healthy svg {
  fill: #689f38 !important;
}
.data-adapters .data-adapter .adapter-content .status.unhealthy svg {
  fill: #b51535 !important;
  transform: rotate(45deg);
}
.data-adapters .data-adapter .adapter-content .totals-sub {
  text-align: center;
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}
.data-adapters .data-adapter .adapter-content .totals-sub .postfix {
  font-size: 12px;
}
.data-adapters .data-adapter .adapter-content .totals-sub hr {
  width: 20% !important;
}
.data-adapters .data-adapter .adapter-content .totals-sub .percent {
  margin: 20px 0 auto;
  width: 100%;
  font-size: 18px;
  color: #00567d;
}
.data-adapters .data-adapter .adapter-content .section-title {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 640px);
}

.data-adapters .data-adapter .adapter-content {
  padding-left: 10px;
  padding-bottom: 5px;
}
.data-adapters .data-adapter .adapter-content .status {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
}
.data-adapters .data-adapter .adapter-content .status svg {
  width: 30px !important;
  height: 30px !important;
  position: relative;
  top: 3px;
}
.data-adapters .data-adapter .adapter-content .status.hidden {
  opacity: 0;
}
.data-adapters .data-adapter .adapter-content .status.healthy svg {
  fill: #689f38 !important;
}
.data-adapters .data-adapter .adapter-content .status.unhealthy svg {
  fill: #b51535 !important;
  transform: rotate(45deg);
}
.data-adapters .data-adapter .adapter-content .totals-sub {
  text-align: center;
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}
.data-adapters .data-adapter .adapter-content .totals-sub .postfix {
  font-size: 12px;
}
.data-adapters .data-adapter .adapter-content .totals-sub hr {
  width: 20% !important;
}
.data-adapters .data-adapter .adapter-content .totals-sub .percent {
  margin: 20px 0 auto;
  width: 100%;
  font-size: 18px;
  color: #00567d;
}
.data-adapters .data-adapter .adapter-content .section-title {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 640px);
}


/*# sourceMappingURL=main.51ed.css.map*/