.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}
.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
/*
        /*rtl:begin:ignore*/
/*
        */
  left: 0;
/*
        /*rtl:end:ignore*/
/*
        */
}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
/*
        /*rtl:begin:ignore*/
/*
        */
  right: 0;
/*
        /*rtl:end:ignore*/
/*
        */
}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.05);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
          transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 315px;
  display: flex;
  align-items: center;
  height: 28px;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 315px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  min-width: 315px;
  max-width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px);
}
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
}
.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-grid-row-align: center;
align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
            transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
}
@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
            transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
}
@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-Light-Pi.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-Light-Pi.woff") format("woff");
  unicode-range: 'U+03C0, U+0E3F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1, U+EBE3-EBE4, U+EBE6-EBE7, U+ECE0, U+EFCC'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-Light-Latin3.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-Light-Latin3.woff") format("woff");
  unicode-range: 'U+0102-0103, U+1EA0-1EF9, U+20AB'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-Light-Latin2.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-Light-Latin2.woff") format("woff");
  unicode-range: 'U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-Light-Latin1.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-Light-Latin1.woff") format("woff");
  unicode-range: 'U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FB01-FB02'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-Regular-Pi.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-Regular-Pi.woff") format("woff");
  unicode-range: 'U+03C0, U+0E3F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1, U+EBE3-EBE4, U+EBE6-EBE7, U+ECE0, U+EFCC'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-Regular-Latin3.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-Regular-Latin3.woff") format("woff");
  unicode-range: 'U+0102-0103, U+1EA0-1EF9, U+20AB'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-Regular-Latin2.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-Regular-Latin2.woff") format("woff");
  unicode-range: 'U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-Regular-Latin1.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-Regular-Latin1.woff") format("woff");
  unicode-range: 'U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FB01-FB02'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Pi.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-SemiBold-Pi.woff") format("woff");
  unicode-range: 'U+03C0, U+0E3F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1, U+EBE3-EBE4, U+EBE6-EBE7, U+ECE0, U+EFCC'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-SemiBold-Latin3.woff") format("woff");
  unicode-range: 'U+0102-0103, U+1EA0-1EF9, U+20AB'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-SemiBold-Latin2.woff") format("woff");
  unicode-range: 'U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02'; }
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2"), url("/rxn/assets/fonts/ibm-plex/fonts/Sans/web/woff/IBMPlexSans-SemiBold-Latin1.woff") format("woff");
  unicode-range: 'U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FB01-FB02'; }
body {
  font-size: 16px; }
.ibm-type-a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  max-width: 26.5rem;
  letter-spacing: 0.02rem;
  margin-bottom: 1rem; }
@media (min-width: 1056px) {
    .ibm-type-a {
      font-size: calc( 12px + 0.00673401 * (100vw - 1056px));
      line-height: calc( 16px + 0.01010101 * (100vw - 1056px));
      max-width: calc( 424px + 0.22895623 * (100vw - 1056px));
      letter-spacing: calc( 0.32px + -0.00053872 * (100vw - 1056px));
      margin-bottom: calc( 16px + 0.01346801 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-a {
      font-size: 1rem;
      line-height: 1.375rem;
      max-width: 35rem;
      letter-spacing: 0;
      margin-bottom: 1.5rem; } }
.ibm-type-b {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: 30rem;
  letter-spacing: 0.01rem;
  margin-bottom: 1.25rem; }
@media (min-width: 1056px) {
    .ibm-type-b {
      font-size: calc( 14px + 0.00673401 * (100vw - 1056px));
      line-height: calc( 20px + 0.00673401 * (100vw - 1056px));
      max-width: calc( 480px + 0.2020202 * (100vw - 1056px));
      letter-spacing: calc( 0.16px + -0.00026936 * (100vw - 1056px));
      margin-bottom: calc( 20px + 0.00673401 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-b {
      font-size: 1.125rem;
      line-height: 1.5rem;
      max-width: 37.5rem;
      letter-spacing: 0;
      margin-bottom: 1.5rem; } }
.ibm-type-c {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  max-width: 35rem;
  margin-bottom: 1.5rem; }
@media (min-width: 1056px) {
    .ibm-type-c {
      font-size: calc( 16px + 0.00673401 * (100vw - 1056px));
      line-height: calc( 22px + 0.00673401 * (100vw - 1056px));
      max-width: calc( 560px + 0.21548822 * (100vw - 1056px));
      margin-bottom: calc( 24px + 0.01346801 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-c {
      font-size: 1.25rem;
      line-height: 1.625rem;
      max-width: 43rem;
      margin-bottom: 2rem; } }
.ibm-type-d {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  max-width: 35rem;
  margin-bottom: 1rem; }
@media (min-width: 1056px) {
    .ibm-type-d {
      font-size: calc( 16px + 0.00673401 * (100vw - 1056px));
      line-height: calc( 22px + 0.00673401 * (100vw - 1056px));
      max-width: calc( 560px + 0.21548822 * (100vw - 1056px));
      margin-bottom: calc( 16px + 0.02693603 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-d {
      font-size: 1.25rem;
      line-height: 1.625rem;
      max-width: 43rem;
      margin-bottom: 2rem; } }
.ibm-type-e {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  max-width: 37.5rem;
  margin-bottom: 1.5rem; }
@media (min-width: 320px) {
    .ibm-type-e {
      font-size: calc( 18px + 0.00625 * (100vw - 320px));
      line-height: calc( 24px + 0.00625 * (100vw - 320px));
      max-width: calc( 600px + 0.275 * (100vw - 320px));
      margin-bottom: calc( 24px + 0.025 * (100vw - 320px)); } }
@media (min-width: 640px) {
    .ibm-type-e {
      font-size: 1.25rem;
      line-height: 1.625rem;
      max-width: 43rem;
      margin-bottom: 2rem; } }
@media (min-width: 640px) and (min-width: 1056px) {
    .ibm-type-e {
      font-size: calc( 20px + 0.00673401 * (100vw - 1056px));
      line-height: calc( 26px + 0.00673401 * (100vw - 1056px));
      max-width: calc( 688px + -0.24242424 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-e {
      font-size: 1.5rem;
      line-height: 1.875rem;
      max-width: 34rem; } }
.ibm-type-f {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  max-width: 43rem;
  margin-bottom: 1.5rem; }
@media (min-width: 320px) {
    .ibm-type-f {
      font-size: calc( 20px + 0.0125 * (100vw - 320px));
      line-height: calc( 26px + 0.0125 * (100vw - 320px));
      max-width: calc( 688px + -0.45 * (100vw - 320px));
      margin-bottom: calc( 24px + 0.025 * (100vw - 320px)); } }
@media (min-width: 640px) {
    .ibm-type-f {
      font-size: 1.5rem;
      line-height: 1.875rem;
      max-width: 34rem;
      margin-bottom: 2rem; } }
@media (min-width: 640px) and (min-width: 1056px) {
    .ibm-type-f {
      font-size: calc( 24px + 0.01346801 * (100vw - 1056px));
      line-height: calc( 30px + 0.01683502 * (100vw - 1056px));
      max-width: calc( 544px + 0.2962963 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-f {
      font-size: 2rem;
      line-height: 2.5rem;
      max-width: 45rem; } }
.ibm-type-g {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  max-width: 34rem;
  margin-bottom: 2rem; }
@media (min-width: 640px) {
    .ibm-type-g {
      font-size: calc( 24px + 0.00961538 * (100vw - 640px));
      line-height: calc( 30px + 0.01442308 * (100vw - 640px));
      max-width: calc( 544px + 0.21153846 * (100vw - 640px)); } }
@media (min-width: 1056px) {
    .ibm-type-g {
      font-size: 1.75rem;
      line-height: 2.25rem;
      max-width: 39.5rem;
      font-size: calc( 28px + 0.00673401 * (100vw - 1056px));
      line-height: calc( 36px + 0.00673401 * (100vw - 1056px));
      max-width: calc( 632px + 0.14814815 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-g {
      font-size: 2rem;
      line-height: 2.5rem;
      max-width: 45rem; } }
.ibm-type-h {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.25rem;
  max-width: 39.5rem;
  margin-bottom: 2rem; }
@media (min-width: 320px) {
    .ibm-type-h {
      font-size: calc( 28px + 0.0125 * (100vw - 320px));
      line-height: calc( 36px + 0.0125 * (100vw - 320px));
      max-width: calc( 632px + 0.275 * (100vw - 320px)); } }
@media (min-width: 640px) {
    .ibm-type-h {
      font-size: 2rem;
      line-height: 2.5rem;
      max-width: 45rem;
      font-size: calc( 32px + 0.00961538 * (100vw - 640px));
      line-height: calc( 40px + 0.00961538 * (100vw - 640px));
      max-width: calc( 720px + 0.21153846 * (100vw - 640px)); } }
@media (min-width: 1056px) {
    .ibm-type-h {
      font-size: 2.25rem;
      line-height: 2.75rem;
      max-width: 50.5rem;
      font-size: calc( 36px + 0.01010101 * (100vw - 1056px));
      line-height: calc( 44px + 0.01010101 * (100vw - 1056px));
      max-width: calc( 808px + 0.22895623 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-h {
      font-size: 2.625rem;
      line-height: 3.125rem;
      max-width: 59rem; } }
.ibm-type-i {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.25rem;
  max-width: 39.5rem;
  margin-bottom: 2rem; }
@media (min-width: 320px) {
    .ibm-type-i {
      font-size: calc( 28px + 0.025 * (100vw - 320px));
      line-height: calc( 36px + 0.025 * (100vw - 320px));
      max-width: calc( 632px + 0.55 * (100vw - 320px)); } }
@media (min-width: 640px) {
    .ibm-type-i {
      font-size: 2.25rem;
      line-height: 2.75rem;
      max-width: 50.5rem;
      font-size: calc( 36px + 0.01442308 * (100vw - 640px));
      line-height: calc( 44px + 0.01442308 * (100vw - 640px));
      max-width: calc( 808px + 0.32692308 * (100vw - 640px)); } }
@media (min-width: 1056px) {
    .ibm-type-i {
      font-size: 2.625rem;
      line-height: 3.125rem;
      max-width: 59rem;
      font-size: calc( 42px + 0.03030303 * (100vw - 1056px));
      line-height: calc( 50px + 0.03367003 * (100vw - 1056px));
      max-width: calc( 944px + 0.67340067 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-i {
      font-size: 3.75rem;
      line-height: 4.375rem;
      max-width: 84rem; } }
.ibm-type-j {
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 3.125rem;
  max-width: 59rem;
  margin-bottom: 2rem; }
@media (min-width: 320px) {
    .ibm-type-j {
      font-size: calc( 42px + 0.08125 * (100vw - 320px));
      line-height: calc( 50px + 0.0875 * (100vw - 320px));
      max-width: calc( 944px + 1.825 * (100vw - 320px)); } }
@media (min-width: 640px) {
    .ibm-type-j {
      font-size: 4.25rem;
      line-height: 4.875rem;
      max-width: 95.5rem;
      font-size: calc( 68px + 0.21153846 * (100vw - 640px));
      line-height: calc( 78px + 0.20673077 * (100vw - 640px));
      max-width: calc( 1528px + 4.61538462 * (100vw - 640px)); } }
@media (min-width: 1056px) {
    .ibm-type-j {
      font-size: 9.75rem;
      line-height: 10.25rem;
      max-width: 215.5rem;
      letter-spacing: -0.06rem;
      font-size: calc( 156px + 0.02020202 * (100vw - 1056px));
      line-height: calc( 164px + 0.01683502 * (100vw - 1056px));
      max-width: calc( 3448px + 0.45791246 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-j {
      font-size: 10.5rem;
      line-height: 10.875rem;
      max-width: 232.5rem; } }
.ibm-type-k {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 3.125rem;
  max-width: 59rem;
  margin-bottom: 2rem; }
@media (min-width: 320px) {
    .ibm-type-k {
      font-size: calc( 42px + 0.08125 * (100vw - 320px));
      line-height: calc( 50px + 0.0875 * (100vw - 320px));
      max-width: calc( 944px + 1.825 * (100vw - 320px)); } }
@media (min-width: 640px) {
    .ibm-type-k {
      font-size: 4.25rem;
      line-height: 4.875rem;
      max-width: 95.5rem;
      font-size: calc( 68px + 0.21153846 * (100vw - 640px));
      line-height: calc( 78px + 0.20673077 * (100vw - 640px));
      max-width: calc( 1528px + 4.61538462 * (100vw - 640px)); } }
@media (min-width: 1056px) {
    .ibm-type-k {
      font-size: 9.75rem;
      line-height: 10.25rem;
      max-width: 215.5rem;
      letter-spacing: -0.04rem;
      font-size: calc( 156px + 0.02020202 * (100vw - 1056px));
      line-height: calc( 164px + 0.01683502 * (100vw - 1056px));
      max-width: calc( 3448px + 0.45791246 * (100vw - 1056px)); } }
@media (min-width: 1650px) {
    .ibm-type-k {
      font-size: 10.5rem;
      line-height: 10.875rem;
      max-width: 232.5rem; } }
.ibm,
[class*='ibm-type'] {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif; }
[class*='ibm-type'] {
  margin-top: 0; }
.ibm-type-italic {
  font-style: italic; }
.ibm-type-light {
  font-weight: 300; }
code,
.ibm-type-mono,
.ibm-type-mono * {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }
.ibm-type-regular {
  font-weight: 400; }
strong,
.ibm-type-semibold {
  font-weight: 600; }
.ibm-type-serif,
.ibm-type-serif * {
  font-family: 'IBM Plex Serif', 'Georgia', Times, serif; }
.debug-box {
  border: solid 1px blue;
  padding: 10px;
  background-color: #eee; }
.ibm-bg-blue-100 {
  background-color: #e2e8f2; }
.ibm-bg-grey-400 {
  background-color: #f5f7fa; }
.ibm-bg-white {
  background-color: #fff; }
.ibm-blue-500-fill {
  fill: #3d70b2; }
.ibm-blue-500 {
  color: #3d70b2; }
.ibm-red-700-fill {
  fill: #e0182d; }
.ibm-red-700-bkg {
  background-color: #e0182d; }
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
button,
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='file'] {
  border-radius: 0; }
input[type='text']::-ms-clear {
  display: none; }
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }
body {
  line-height: 1; }
sup {
  vertical-align: super; }
sub {
  vertical-align: sub; }
ol,
ul {
  list-style: none; }
blockquote,
q {
  quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
* {
  box-sizing: border-box; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@-webkit-keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 300;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-Light.woff") format("woff"); }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 300;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-Light-Pi.woff2") format("woff2");
  unicode-range: "U+03C0, U+0E3F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1, U+EBE3-EBE4, U+EBE6-EBE7, U+ECE0, U+EFCC"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 300;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-Light-Latin3.woff2") format("woff2");
  unicode-range: "U+0102-0103, U+1EA0-1EF9, U+20AB"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 300;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-Light-Latin2.woff2") format("woff2");
  unicode-range: "U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 300;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-Light-Latin1.woff2") format("woff2");
  unicode-range: "U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 400;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-Regular.woff") format("woff"); }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 400;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-Regular-Pi.woff2") format("woff2");
  unicode-range: "U+03C0, U+0E3F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1, U+EBE3-EBE4, U+EBE6-EBE7, U+ECE0, U+EFCC"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 400;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-Regular-Latin3.woff2") format("woff2");
  unicode-range: "U+0102-0103, U+1EA0-1EF9, U+20AB"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 400;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-Regular-Latin2.woff2") format("woff2");
  unicode-range: "U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 400;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-Regular-Latin1.woff2") format("woff2");
  unicode-range: "U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 600;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-SemiBold.woff") format("woff"); }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 600;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-SemiBold-Pi.woff2") format("woff2");
  unicode-range: "U+03C0, U+0E3F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1, U+EBE3-EBE4, U+EBE6-EBE7, U+ECE0, U+EFCC"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 600;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-SemiBold-Latin3.woff2") format("woff2");
  unicode-range: "U+0102-0103, U+1EA0-1EF9, U+20AB"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 600;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-SemiBold-Latin2.woff2") format("woff2");
  unicode-range: "U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-mono';
  font-style: normal;
  font-weight: 600;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2");
  unicode-range: "U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 300;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-Light.woff") format("woff"); }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 300;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-Light-Pi.woff2") format("woff2");
  unicode-range: "U+03C0, U+0E3F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1, U+EBE3-EBE4, U+EBE6-EBE7, U+ECE0, U+EFCC"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 300;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-Light-Latin3.woff2") format("woff2");
  unicode-range: "U+0102-0103, U+1EA0-1EF9, U+20AB"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 300;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-Light-Latin2.woff2") format("woff2");
  unicode-range: "U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 300;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-Light-Latin1.woff2") format("woff2");
  unicode-range: "U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 400;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-Regular.woff") format("woff"); }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 400;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-Regular-Pi.woff2") format("woff2");
  unicode-range: "U+03C0, U+0E3F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1, U+EBE3-EBE4, U+EBE6-EBE7, U+ECE0, U+EFCC"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 400;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-Regular-Latin3.woff2") format("woff2");
  unicode-range: "U+0102-0103, U+1EA0-1EF9, U+20AB"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 400;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-Regular-Latin2.woff2") format("woff2");
  unicode-range: "U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 400;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-Regular-Latin1.woff2") format("woff2");
  unicode-range: "U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 600;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-SemiBold.woff") format("woff"); }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 600;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-SemiBold-Pi.woff2") format("woff2");
  unicode-range: "U+03C0, U+0E3F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1, U+EBE3-EBE4, U+EBE6-EBE7, U+ECE0, U+EFCC"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 600;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2");
  unicode-range: "U+0102-0103, U+1EA0-1EF9, U+20AB"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 600;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2");
  unicode-range: "U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02"; }
@font-face {
  font-family: 'ibm-plex-sans';
  font-style: normal;
  font-weight: 600;
  src: url("https://unpkg.com/carbon-components@latest/src/globals/fonts/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2");
  unicode-range: "U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FB01-FB02"; }
.bx--visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap; }
.bx--body {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  color: #152935;
  background-color: #f5f7fa;
  line-height: 1; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  color: #152935;
  background-color: #f5f7fa;
  line-height: 1; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--type-giga {
  font-size: 4.75rem;
  line-height: 1.25;
  font-weight: 300; }
.bx--type-mega {
  font-size: 3.375rem;
  line-height: 1.25;
  font-weight: 300; }
.bx--type-omega {
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 600; }
.bx--type-caption {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400; }
.bx--type-legal {
  font-size: 0.6875rem;
  line-height: 1.5;
  font-weight: 400; }
.bx--type-caps {
  text-transform: uppercase; }
strong,
.bx--type-strong {
  font-weight: 700; }
p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400; }
em {
  font-style: italic; }
a {
  color: #3d70b2; }
h1,
.bx--type-alpha {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 300; }
h2,
.bx--type-beta {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 300; }
h3,
.bx--type-gamma {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 300; }
h4,
.bx--type-delta {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600; }
h5,
.bx--type-epsilon {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600; }
h6,
.bx--type-zeta {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600; }
.bx--grid {
  margin-left: 3%;
  margin-right: 3%;
  padding-left: 5px;
  padding-right: 5px; }
@media (min-width: 576px) {
    .bx--grid {
      margin-left: 5%;
      margin-right: 5%;
      padding-left: 10px;
      padding-right: 10px; } }
@media (min-width: 1600px) {
    .bx--grid {
      margin: 0 auto; } }
.bx--grid.max {
    max-width: 1600px; }
.bx--row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
@media (min-width: 576px) {
    .bx--row {
      margin: 0 -10px; } }
[class*='bx--col'] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 5px; }
@media (min-width: 576px) {
    [class*='bx--col'] {
      padding: 0 10px; } }
.bx--col-xs-1 {
  flex-basis: 8.33333333%; }
.bx--col-xs-2 {
  flex-basis: 16.66666667%; }
.bx--col-xs-3 {
  flex-basis: 25%; }
.bx--col-xs-4 {
  flex-basis: 33.33333333%; }
.bx--col-xs-5 {
  flex-basis: 41.66666667%; }
.bx--col-xs-6 {
  flex-basis: 50%; }
.bx--col-xs-7 {
  flex-basis: 58.33333333%; }
.bx--col-xs-8 {
  flex-basis: 66.66666667%; }
.bx--col-xs-9 {
  flex-basis: 75%; }
.bx--col-xs-10 {
  flex-basis: 83.33333333%; }
.bx--col-xs-11 {
  flex-basis: 91.66666667%; }
.bx--col-xs-12 {
  flex-basis: 100%; }
@media (min-width: 576px) {
  .bx--col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .bx--col-sm-1 {
    flex-basis: 8.33333333%; }
  .bx--col-sm-2 {
    flex-basis: 16.66666667%; }
  .bx--col-sm-3 {
    flex-basis: 25%; }
  .bx--col-sm-4 {
    flex-basis: 33.33333333%; }
  .bx--col-sm-5 {
    flex-basis: 41.66666667%; }
  .bx--col-sm-6 {
    flex-basis: 50%; }
  .bx--col-sm-7 {
    flex-basis: 58.33333333%; }
  .bx--col-sm-8 {
    flex-basis: 66.66666667%; }
  .bx--col-sm-9 {
    flex-basis: 75%; }
  .bx--col-sm-10 {
    flex-basis: 83.33333333%; }
  .bx--col-sm-11 {
    flex-basis: 91.66666667%; }
  .bx--col-sm-12 {
    flex-basis: 100%; } }
@media (min-width: 768px) {
  .bx--col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .bx--col-md-1 {
    flex-basis: 8.33333333%; }
  .bx--col-md-2 {
    flex-basis: 16.66666667%; }
  .bx--col-md-3 {
    flex-basis: 25%; }
  .bx--col-md-4 {
    flex-basis: 33.33333333%; }
  .bx--col-md-5 {
    flex-basis: 41.66666667%; }
  .bx--col-md-6 {
    flex-basis: 50%; }
  .bx--col-md-7 {
    flex-basis: 58.33333333%; }
  .bx--col-md-8 {
    flex-basis: 66.66666667%; }
  .bx--col-md-9 {
    flex-basis: 75%; }
  .bx--col-md-10 {
    flex-basis: 83.33333333%; }
  .bx--col-md-11 {
    flex-basis: 91.66666667%; }
  .bx--col-md-12 {
    flex-basis: 100%; } }
@media (min-width: 992px) {
  .bx--col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .bx--col-lg-1 {
    flex-basis: 8.33333333%; }
  .bx--col-lg-2 {
    flex-basis: 16.66666667%; }
  .bx--col-lg-3 {
    flex-basis: 25%; }
  .bx--col-lg-4 {
    flex-basis: 33.33333333%; }
  .bx--col-lg-5 {
    flex-basis: 41.66666667%; }
  .bx--col-lg-6 {
    flex-basis: 50%; }
  .bx--col-lg-7 {
    flex-basis: 58.33333333%; }
  .bx--col-lg-8 {
    flex-basis: 66.66666667%; }
  .bx--col-lg-9 {
    flex-basis: 75%; }
  .bx--col-lg-10 {
    flex-basis: 83.33333333%; }
  .bx--col-lg-11 {
    flex-basis: 91.66666667%; }
  .bx--col-lg-12 {
    flex-basis: 100%; } }
@media (min-width: 1200px) {
  .bx--col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .bx--col-xl-1 {
    flex-basis: 8.33333333%; }
  .bx--col-xl-2 {
    flex-basis: 16.66666667%; }
  .bx--col-xl-3 {
    flex-basis: 25%; }
  .bx--col-xl-4 {
    flex-basis: 33.33333333%; }
  .bx--col-xl-5 {
    flex-basis: 41.66666667%; }
  .bx--col-xl-6 {
    flex-basis: 50%; }
  .bx--col-xl-7 {
    flex-basis: 58.33333333%; }
  .bx--col-xl-8 {
    flex-basis: 66.66666667%; }
  .bx--col-xl-9 {
    flex-basis: 75%; }
  .bx--col-xl-10 {
    flex-basis: 83.33333333%; }
  .bx--col-xl-11 {
    flex-basis: 91.66666667%; }
  .bx--col-xl-12 {
    flex-basis: 100%; } }
@media (min-width: 1600px) {
  .bx--col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .bx--col-xxl-1 {
    flex-basis: 8.33333333%; }
  .bx--col-xxl-2 {
    flex-basis: 16.66666667%; }
  .bx--col-xxl-3 {
    flex-basis: 25%; }
  .bx--col-xxl-4 {
    flex-basis: 33.33333333%; }
  .bx--col-xxl-5 {
    flex-basis: 41.66666667%; }
  .bx--col-xxl-6 {
    flex-basis: 50%; }
  .bx--col-xxl-7 {
    flex-basis: 58.33333333%; }
  .bx--col-xxl-8 {
    flex-basis: 66.66666667%; }
  .bx--col-xxl-9 {
    flex-basis: 75%; }
  .bx--col-xxl-10 {
    flex-basis: 83.33333333%; }
  .bx--col-xxl-11 {
    flex-basis: 91.66666667%; }
  .bx--col-xxl-12 {
    flex-basis: 100%; } }
.bx--col-xs,
.bx--col-sm,
.bx--col-md,
.bx--col-lg {
  flex-basis: 0;
  flex: 1;
  flex-grow: 1;
  max-width: 100%; }
/**
 * We flag this variable as true if someone uses the globals/scss/styles.scss
 * entry-point. This allows us to collect all the messages and display them at
 * the end of the file instead of bringing it up per-component.
 *
 * If a consumer instead gets the components by importing the partial directly,
 * this variable _will not_ be set to true, so the deprecation message will be
 * displayed after the @import.
 */
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
button.bx--btn {
  display: inline-block; }
button.bx--btn::-moz-focus-inner {
  padding: 0;
  border: 0; }
button.bx--btn .bx--btn__icon {
  position: relative;
  vertical-align: middle;
  top: -1px; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    button.bx--btn .bx--btn__icon {
      top: 0; } }
.bx--btn {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 600;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  transition-duration: 250ms;
  transition-timing-function: ease-in;
  white-space: nowrap;
  line-height: 16px; }
.bx--btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
.bx--btn .bx--btn__icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    transition-duration: 250ms;
    transition-timing-function: ease-in; }
.bx--btn--primary {
  background-color: #3d70b2;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  color: #fff; }
.bx--btn--primary:focus, .bx--btn--primary:hover {
    background-color: #5596e6; }
.bx--btn--primary:focus {
    border: 2px solid #f5f7fa;
    outline: 2px solid #5596e6; }
.bx--btn--primary:disabled:hover, .bx--btn--primary:disabled:focus {
    background-color: #3d70b2; }
.bx--btn--primary:active {
    background-color: #234066; }
.bx--btn--primary .bx--btn__icon {
    fill: #fff; }
.bx--btn--secondary {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #3d70b2;
  color: #3d70b2; }
.bx--btn--secondary:focus, .bx--btn--secondary:hover {
    background-color: #3d70b2; }
.bx--btn--secondary:focus {
    border: 2px solid #f5f7fa;
    outline: 2px solid #3d70b2; }
.bx--btn--secondary:disabled:hover, .bx--btn--secondary:disabled:focus {
    background-color: transparent; }
.bx--btn--secondary:active {
    background-color: rgba(0, 0, 0, 0); }
.bx--btn--secondary .bx--btn__icon {
    fill: #3d70b2; }
.bx--btn--secondary:hover, .bx--btn--secondary:focus {
    color: #fff; }
.bx--btn--secondary:active {
    color: #3d70b2; }
.bx--btn--secondary:hover > .bx--btn__icon,
  .bx--btn--secondary:focus > .bx--btn__icon {
    fill: #fff; }
.bx--btn--secondary:hover:disabled, .bx--btn--secondary:focus:disabled {
    color: #3d70b2; }
.bx--btn--tertiary {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #8c9ba5;
  color: #8c9ba5; }
.bx--btn--tertiary:focus, .bx--btn--tertiary:hover {
    background-color: #8c9ba5; }
.bx--btn--tertiary:focus {
    border: 2px solid #f5f7fa;
    outline: 2px solid #8c9ba5; }
.bx--btn--tertiary:disabled:hover, .bx--btn--tertiary:disabled:focus {
    background-color: transparent; }
.bx--btn--tertiary:active {
    background-color: rgba(0, 0, 0, 0); }
.bx--btn--tertiary .bx--btn__icon {
    fill: #8c9ba5; }
.bx--btn--tertiary:hover, .bx--btn--tertiary:focus {
    color: #fff; }
.bx--btn--tertiary:active {
    color: #8c9ba5; }
.bx--btn--tertiary:hover:disabled, .bx--btn--tertiary:focus:disabled {
    color: #8c9ba5; }
.bx--btn--ghost {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  color: #3d70b2; }
.bx--btn--ghost:focus, .bx--btn--ghost:hover {
    background-color: #3d70b2; }
.bx--btn--ghost:focus {
    border: 2px solid #f5f7fa;
    outline: 2px solid #3d70b2; }
.bx--btn--ghost:disabled:hover, .bx--btn--ghost:disabled:focus {
    background-color: transparent; }
.bx--btn--ghost:active {
    background-color: rgba(0, 0, 0, 0); }
.bx--btn--ghost .bx--btn__icon {
    fill: #3d70b2; }
.bx--btn--ghost:hover, .bx--btn--ghost:focus {
    color: #fff; }
.bx--btn--ghost:hover .bx--btn__icon, .bx--btn--ghost:focus .bx--btn__icon {
      fill: #fff; }
.bx--btn--ghost .bx--btn__icon {
    margin-left: 0.5rem; }
.bx--btn--ghost:hover:disabled, .bx--btn--ghost:focus:disabled {
    color: #3d70b2; }
.bx--btn--ghost:hover:disabled .bx--btn__icon, .bx--btn--ghost:focus:disabled .bx--btn__icon {
      fill: #3d70b2; }
.bx--btn--danger {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #e0182d;
  color: #e0182d; }
.bx--btn--danger:focus, .bx--btn--danger:hover {
    background-color: #e0182d; }
.bx--btn--danger:focus {
    border: 2px solid #f5f7fa;
    outline: 2px solid #e0182d; }
.bx--btn--danger:disabled:hover, .bx--btn--danger:disabled:focus {
    background-color: transparent; }
.bx--btn--danger:active {
    background-color: rgba(0, 0, 0, 0); }
.bx--btn--danger .bx--btn__icon {
    fill: #e0182d; }
.bx--btn--danger:hover {
    color: #fff;
    border: 2px solid transparent; }
.bx--btn--danger:focus {
    color: #fff; }
.bx--btn--danger:hover:disabled, .bx--btn--danger:focus:disabled {
    color: #e0182d;
    border: 2px solid #e0182d; }
.bx--btn--danger:hover > .bx--btn__icon,
  .bx--btn--danger:focus > .bx--btn__icon {
    fill: #fff; }
.bx--btn--danger--primary {
  background-color: #e0182d;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  color: #fff; }
.bx--btn--danger--primary:focus, .bx--btn--danger--primary:hover {
    background-color: #b21324; }
.bx--btn--danger--primary:focus {
    border: 2px solid #f5f7fa;
    outline: 2px solid #b21324; }
.bx--btn--danger--primary:disabled:hover, .bx--btn--danger--primary:disabled:focus {
    background-color: #e0182d; }
.bx--btn--danger--primary:active {
    background-color: #840e1a; }
.bx--btn--danger--primary .bx--btn__icon {
    fill: #fff; }
.bx--btn--danger--primary:hover:disabled, .bx--btn--danger--primary:focus:disabled {
    color: #fff;
    border: 2px solid #e0182d; }
.bx--btn--sm {
  letter-spacing: 0;
  height: 2rem;
  padding: 0 0.5rem; }
.bx--btn--secondary + .bx--btn--primary,
.bx--btn--tertiary + .bx--btn--danger--primary {
  margin-left: 1rem; }
.bx--btn.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 9.375rem; }
.bx--btn.bx--skeleton:hover, .bx--btn.bx--skeleton:focus, .bx--btn.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--btn.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--btn--copy {
  position: relative;
  overflow: visible; }
.bx--btn--copy .bx--btn__icon {
    margin-left: 0.3125rem; }
.bx--btn--copy__feedback {
  position: absolute;
  display: none;
  top: 1.2rem;
  left: 50%; }
.bx--btn--copy__feedback:before {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    font-size: 0.75rem;
    top: 1.1rem;
    padding: 0.5rem 1rem;
    border: 1px solid #dfe3e6;
    color: #152935;
    content: attr(data-feedback);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none; }
.bx--btn--copy__feedback:after {
    top: 0.85rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 1px solid #dfe3e6;
    border-bottom: 1px solid #dfe3e6;
    content: '';
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
.bx--btn--copy__feedback:before, .bx--btn--copy__feedback:after {
    position: absolute;
    display: block;
    background: #fff; }
.bx--btn--copy__feedback--displayed {
    display: inline-flex; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--fieldset {
  margin-bottom: 2rem; }
.bx--form-item {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  flex: 1;
  margin-right: 1rem;
  margin-bottom: 1.5rem; }
.bx--form-item:last-of-type {
    margin-right: 0;
    margin-bottom: 0; }
.bx--label {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0.5rem; }
.bx--label .bx--tooltip__trigger {
  font-size: 0.875rem; }
.bx--label--disabled {
  opacity: 0.5; }
.bx--label.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 4.6875rem;
  height: 0.875rem; }
.bx--label.bx--skeleton:hover, .bx--label.bx--skeleton:focus, .bx--label.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--label.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
input[data-invalid],
textarea[data-invalid],
select[data-invalid] {
  box-shadow: 0 2px 0px 0px #e0182d; }
input[data-invalid] ~ .bx--form-requirement,
  textarea[data-invalid] ~ .bx--form-requirement,
  select[data-invalid] ~ .bx--form-requirement {
    max-height: 12.5rem;
    display: block; }
input:not(output):not([data-invalid]):-moz-ui-invalid {
  box-shadow: none; }
.bx--form-requirement {
  font-size: 0.75rem;
  margin: 0.75rem 0 0;
  max-height: 0;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.5;
  display: none; }
.bx--form-requirement::before {
    content: '*';
    display: inline-block;
    color: #e0182d; }
.bx--form-item.bx--checkbox-wrapper {
  margin-bottom: 1rem; }
.bx--form-item.bx--checkbox-wrapper:first-of-type {
    margin-top: 0.5rem; }
.bx--form-item.bx--checkbox-wrapper:last-of-type {
    margin-bottom: 0; }
.bx--checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap; }
.bx--checkbox-label {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5rem;
  min-height: 1rem; }
.bx--checkbox-label::before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  height: 1.125rem;
  width: 1.125rem;
  border: 2px solid #8c9ba5;
  background-color: #fff; }
.bx--checkbox-label::after {
  content: '';
  width: 10px;
  height: 5px;
  background: none;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  position: absolute;
  left: 0.1875rem;
  top: 50%;
  margin-top: -0.3125rem; }
.bx--checkbox:checked + .bx--checkbox-label::before,
.bx--checkbox:indeterminate + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state='true']::before,
.bx--checkbox-label[data-contained-checkbox-state='mixed']::before {
  background-color: #3d70b2;
  border-color: #3d70b2; }
.bx--checkbox:checked + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state='true']::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg); }
.bx--checkbox:not(:checked) + .bx--checkbox-label::after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg); }
.bx--checkbox:focus + .bx--checkbox-label::before,
.bx--checkbox-label__focus::before {
  box-shadow: 0 0 0 3px #7cc7ff;
  outline: 1px solid transparent; }
.bx--checkbox:indeterminate + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state='mixed']::after {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  border-left: 0 solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 1;
  width: 0.75rem;
  margin-top: -0.375rem; }
.bx--checkbox:disabled + .bx--checkbox-label,
.bx--checkbox:disabled ~ .bx--checkbox-label-text,
.bx--checkbox-label[data-contained-checkbox-disabled='true'] {
  opacity: 0.5;
  cursor: not-allowed; }
.bx--checkbox-appearance {
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  margin-right: 0.5rem;
  background-color: #fff;
  border: 2px solid #8c9ba5;
  min-width: 1.125rem; }
.bx--checkbox:checked + .bx--checkbox-label .bx--checkbox-appearance {
  top: -0.0625rem; }
.bx--checkbox:checked + .bx--checkbox-appearance,
.bx--checkbox:checked + .bx--checkbox-label .bx--checkbox-appearance {
  display: flex;
  align-items: baseline;
  background-color: #3d70b2;
  border-color: #3d70b2; }
.bx--checkbox:focus + .bx--checkbox-label .bx--checkbox-appearance,
.bx--checkbox:focus + .bx--checkbox-appearance {
  box-shadow: 0 0 0 3px #7cc7ff;
  outline: 1px solid transparent; }
.bx--checkbox:disabled + .bx--checkbox-appearance {
  opacity: 0.5;
  cursor: not-allowed; }
.bx--checkbox-checkmark {
  display: none;
  fill: #fff;
  width: 100%;
  height: 100%; }
.bx--checkbox:checked + .bx--checkbox-appearance .bx--checkbox-checkmark,
.bx--checkbox:checked + .bx--checkbox-label .bx--checkbox-appearance .bx--checkbox-checkmark {
  display: block; }
@-moz-document url-prefix() {
  .bx--checkbox:checked + .bx--checkbox-appearance .bx--checkbox-checkmark,
  .bx--checkbox:checked + .bx--checkbox-label .bx--checkbox-appearance .bx--checkbox-checkmark {
    stroke: #3d70b2; } }
.bx--checkbox-label.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 6.25rem;
  height: 1.125rem; }
.bx--checkbox-label.bx--skeleton:hover, .bx--checkbox-label.bx--skeleton:focus, .bx--checkbox-label.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--checkbox-label.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
.bx--checkbox-label.bx--skeleton:after, .bx--checkbox-label.bx--skeleton:before {
    border: none; }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--list-box {
  position: relative;
  width: 100%;
  height: 2.5rem;
  max-height: 2.5rem;
  background-color: rgba(61, 112, 178, 0.1); }
.bx--list-box--disabled {
  opacity: 0.5; }
.bx--list-box--disabled,
.bx--list-box--disabled .bx--list-box__field,
.bx--list-box--disabled .bx--list-box__menu-icon {
  cursor: not-allowed; }
.bx--list-box--inline {
  background-color: inherit;
  width: auto;
  height: 2rem; }
.bx--list-box--inline .bx--list-box__label {
  color: #3d70b2; }
.bx--list-box--inline .bx--list-box__field {
  padding: 0 0 0 0.625rem; }
.bx--list-box--inline .bx--list-box__menu-icon {
  position: static;
  padding: 0 0.625rem 0 0.75rem; }
.bx--list-box--inline > .bx--list-box__menu {
  top: 2rem;
  width: 18.75rem; }
.bx--list-box--inline > .bx--list-box__field[aria-expanded='true'] ~ .bx--list-box__menu {
  outline: 1px solid #3d70b2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
.bx--list-box--inline > .bx--list-box__field[aria-expanded='true'] {
  outline: none; }
.bx--list-box__field {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: inline-block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
  cursor: pointer; }
.bx--list-box__field::-moz-focus-inner {
    border: 0; }
.bx--list-box__field:focus,
.bx--list-box__field[aria-expanded='true'] {
  outline: 1px solid #3d70b2; }
.bx--list-box__field[disabled] {
  outline: none; }
.bx--list-box__field[aria-expanded='true'] ~ .bx--list-box__menu {
  box-shadow: 0 1px 0 0 #3d70b2, 1px 0 0 0 #3d70b2, -1px 0 0 0 #3d70b2, 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
.bx--list-box__label {
  font-size: 0.875rem;
  color: #152935;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.bx--list-box__menu-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 0 1rem;
  transition: -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  cursor: pointer; }
.bx--list-box__menu-icon > svg {
  fill: #3d70b2;
  height: 100%; }
.bx--list-box__menu-icon--open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.bx--list-box__selection {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.625rem;
  bottom: 0;
  height: 2.5rem;
  padding: 0 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 200ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--list-box__selection > svg {
  fill: #8c9ba5;
  height: 100%; }
.bx--list-box__selection:focus {
  outline: 1px solid #3d70b2; }
.bx--list-box__selection--multi {
  font-size: 0.75rem;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #3d70b2;
  height: 1.125rem;
  color: white;
  line-height: 0;
  padding: 0.3125rem;
  margin-right: 0.625rem;
  border-radius: 0.8125rem; }
.bx--list-box__selection--multi > svg {
  fill: white;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.3125rem; }
.bx--list-box__selection--multi:focus,
.bx--list-box__selection--multi:hover {
  background-color: #5596e6;
  outline: none; }
.bx--list-box__menu {
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 2.5rem;
  width: 100%;
  background-color: #fff;
  max-height: 7.5rem;
  overflow-y: auto;
  z-index: 7000; }
.bx--list-box__menu-item {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.bx--list-box__menu-item:hover,
.bx--list-box__menu-item--highlighted {
  background-color: rgba(61, 112, 178, 0.1);
  color: #152935; }
.bx--list-box__menu-item > .bx--form-item.bx--checkbox-wrapper {
  margin: 0; }
.bx--list-box input[role='combobox'] {
  background-color: inherit;
  font-weight: 600;
  outline-offset: 0; }
.bx--list-box input[role='combobox']::-webkit-input-placeholder {
  font-weight: 400; }
.bx--list-box input[role='combobox']:-ms-input-placeholder {
  font-weight: 400; }
.bx--list-box input[role='combobox']::-ms-input-placeholder {
  font-weight: 400; }
.bx--list-box input[role='combobox']::placeholder {
  font-weight: 400; }
.bx--list-box--disabled input[role='combobox'] {
  opacity: 1; }
.bx--combo-box > .bx--list-box__field {
  padding: 0; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--radio-button-group {
  display: flex;
  align-items: center;
  margin-top: 0.5rem; }
.bx--radio-button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap; }
.bx--radio-button__label {
  font-size: 0.875rem;
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 1rem; }
.bx--radio-button__appearance {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #8c9ba5;
  flex-shrink: 0;
  height: 1.125rem;
  width: 1.125rem;
  margin-right: 0.5rem; }
.bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #3d70b2; }
.bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #3d70b2; }
.bx--radio-button:disabled + .bx--radio-button__label {
  opacity: 0.5;
  cursor: not-allowed; }
.bx--radio-button:focus + .bx--radio-button__label .bx--radio-button__appearance {
  box-shadow: 0 0 0 3px #7cc7ff;
  outline: 1px solid transparent; }
.bx--radio-button__label.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 6.25rem;
  height: 1.125rem; }
.bx--radio-button__label.bx--skeleton:hover, .bx--radio-button__label.bx--skeleton:focus, .bx--radio-button__label.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--radio-button__label.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
.bx--radio-button__label.bx--skeleton .bx--radio-button__appearance {
  display: none; }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--search {
  display: flex;
  position: relative;
  width: 100%; }
.bx--search .bx--label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap; }
.bx--search-input {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: rgba(61, 112, 178, 0.1);
  color: #152935;
  font-weight: 600;
  padding: 0 2.5rem;
  text-overflow: ellipsis;
  width: 100%; }
.bx--search-input:focus {
    outline: 1px solid #3d70b2; }
.bx--search-input::-webkit-input-placeholder {
    color: #5a6872;
    font-weight: 400; }
.bx--search-input:-ms-input-placeholder {
    color: #5a6872;
    font-weight: 400; }
.bx--search-input::-ms-input-placeholder {
    color: #5a6872;
    font-weight: 400; }
.bx--search-input::placeholder {
    color: #5a6872;
    font-weight: 400; }
.bx--search-input::-ms-clear {
    display: none; }
.bx--search--sm .bx--search-input {
  font-size: 0.875rem;
  height: 2rem; }
.bx--search--lg .bx--search-input {
  font-size: 0.875rem;
  height: 2.5rem; }
.bx--search-magnifier,
.bx--search-close {
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: calc(50% - 0.5rem); }
.bx--search-magnifier {
  left: 0.75rem;
  fill: #8c9ba5; }
.bx--search-close {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: inline-block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 250ms;
  fill: #8c9ba5;
  cursor: pointer;
  visibility: visible;
  opacity: 1; }
.bx--search-close::-moz-focus-inner {
    border: 0; }
.bx--search-close:focus {
  outline: 1px solid #3d70b2;
  outline-offset: 2px; }
.bx--search--sm .bx--search-close {
  right: 0.75rem; }
.bx--search--lg .bx--search-close {
  right: 6.25rem; }
.bx--search--lg .bx--search-close:last-child {
  right: 0.75rem; }
.bx--search-button {
  border: 0;
  transition: 250ms;
  height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  margin-left: 0.25rem;
  background-color: #fff;
  position: relative;
  padding: 0; }
.bx--search-button svg {
  position: relative;
  top: -1px;
  box-sizing: border-box;
  vertical-align: middle;
  transition: 250ms;
  fill: #3d70b2;
  height: 1rem;
  width: 1rem; }
.bx--search-button:hover,
.bx--search-button:focus {
  cursor: pointer;
  background-color: #3d70b2;
  outline: 1px solid transparent; }
.bx--search-button:hover svg,
.bx--search-button:focus svg {
  fill: #fff; }
.bx--search-close--hidden {
  visibility: hidden;
  opacity: 0; }
.bx--search-view--hidden {
  display: none; }
.bx--search--lg.bx--skeleton .bx--search-input,
.bx--search--sm.bx--skeleton .bx--search-input {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 100%; }
.bx--search--lg.bx--skeleton .bx--search-input:hover, .bx--search--lg.bx--skeleton .bx--search-input:focus, .bx--search--lg.bx--skeleton .bx--search-input:active,
  .bx--search--sm.bx--skeleton .bx--search-input:hover,
  .bx--search--sm.bx--skeleton .bx--search-input:focus,
  .bx--search--sm.bx--skeleton .bx--search-input:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--search--lg.bx--skeleton .bx--search-input:before,
  .bx--search--sm.bx--skeleton .bx--search-input:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
.bx--search--lg.bx--skeleton .bx--search-input::-webkit-input-placeholder,
  .bx--search--sm.bx--skeleton .bx--search-input::-webkit-input-placeholder {
    color: transparent; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--select {
  position: relative;
  display: block; }
.bx--select-input {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  height: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0 2.5rem 0 1rem;
  color: #152935;
  background-color: rgba(61, 112, 178, 0.1);
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer; }
.bx--select-input::-ms-expand {
    display: none; }
.bx--select-input:focus {
    outline: 1px solid #3d70b2; }
.bx--select-input:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
.bx--select__arrow {
  fill: #3d70b2;
  position: absolute;
  right: 1rem;
  top: 1.175rem;
  width: 0.625rem;
  height: 0.3125rem;
  pointer-events: none; }
.bx--select-optgroup,
.bx--select-option {
  color: #152935; }
.bx--select-option[disabled] {
  opacity: 0.5;
  cursor: not-allowed; }
@-moz-document url-prefix() {
  .bx--select-option {
    background-color: #fff;
    color: #152935; }
  .bx--select-optgroup {
    color: #152935; } }
.bx--select--inline {
  display: flex;
  align-items: center; }
.bx--select--inline .bx--label {
    white-space: nowrap;
    margin: 0 0.5rem 0 0;
    font-weight: 400; }
.bx--select--inline .bx--select-input {
    background-color: transparent;
    color: #3d70b2;
    font-weight: 600; }
.bx--select--inline .bx--select-input:disabled ~ * {
      opacity: 0.5;
      cursor: not-allowed; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-input {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  height: 2.5rem;
  min-width: 10rem;
  padding: 0 1rem;
  color: #152935;
  background-color: rgba(61, 112, 178, 0.1);
  border: 1px solid transparent; }
.bx--text-input::-webkit-input-placeholder {
    color: #5a6872; }
.bx--text-input:focus {
    outline: none;
    border: 1px solid #3d70b2; }
.bx--text-input:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
.bx--text-input:disabled:hover {
    border: 1px solid transparent; }
.bx--text-input.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 100%; }
.bx--text-input.bx--skeleton:hover, .bx--text-input.bx--skeleton:focus, .bx--text-input.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--text-input.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
.bx--text-input.bx--skeleton::-webkit-input-placeholder {
    color: transparent; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-area {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  width: 100%;
  min-width: 10rem;
  padding: 1rem;
  color: #152935;
  background-color: rgba(61, 112, 178, 0.1);
  border: 1px solid transparent;
  resize: vertical; }
.bx--text-area:focus {
    outline: 1px solid #3d70b2; }
.bx--text-area::-webkit-input-placeholder {
    color: #5a6872; }
.bx--text-area:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
.bx--text-area:disabled:hover {
    border: 1px solid transparent; }
bx--text-area.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  height: 6.25rem; }
bx--text-area.bx--skeleton:hover, bx--text-area.bx--skeleton:focus, bx--text-area.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
bx--text-area.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
bx--text-area.bx--skeleton::-webkit-input-placeholder {
    color: transparent; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--number {
  display: flex; }
.bx--number input[type='number'] {
  font-size: 0.875rem;
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  min-width: 9.375rem;
  padding-left: 1rem;
  padding-right: 2rem;
  font-weight: 300;
  height: 2.5rem;
  color: #152935;
  background-color: rgba(61, 112, 178, 0.1);
  border: 1px solid transparent;
  border-radius: 0; }
.bx--number input[type='number']:focus {
    outline: 1px solid #3d70b2; }
.bx--number input[type='number']:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
.bx--number input[type='number']:disabled ~ .bx--number__controls {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none; }
.bx--number input[type='number'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }
.bx--number input[type='number']::-ms-clear {
    display: none; }
.bx--number input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none; }
.bx--number__controls {
  position: relative;
  display: block;
  left: -1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.bx--number__control-btn {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: inline-block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  bottom: 0;
  width: 1.25rem;
  height: 0.625rem; }
.bx--number__control-btn::-moz-focus-inner {
    border: 0; }
.bx--number__control-btn:focus {
    outline: 1px solid #3d70b2; }
.bx--number__control-btn:hover {
    cursor: pointer; }
.bx--number__control-btn:hover svg {
    fill: #5596e6; }
.bx--number__controls svg {
  fill: #3d70b2;
  width: 0.5625rem;
  height: 0.5625rem; }
.bx--number__controls svg:hover {
    cursor: pointer;
    fill: #5596e6; }
.bx--number[data-invalid] input[type='number'] {
  box-shadow: 0 2px 0px 0px #e0182d; }
.bx--number[data-invalid] ~ .bx--form-requirement {
  max-height: 12.5rem; }
.bx--number.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 100%;
  height: 2.5rem; }
.bx--number.bx--skeleton:hover, .bx--number.bx--skeleton:focus, .bx--number.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--number.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
.bx--number.bx--skeleton input[type='number'] {
    display: none; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--link {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  color: #3d70b2;
  text-decoration: underline;
  transition: 250ms; }
.bx--link:visited {
    color: #3d70b2; }
.bx--link:active, .bx--link:hover, .bx--link:focus {
    color: #5596e6; }
.bx--link:focus {
    outline: 1px solid #3d70b2; }
.bx--link[aria-disabled="true"] {
    opacity: .5;
    pointer-events: none; }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--list--nested,
.bx--list--unordered,
.bx--list--ordered {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2rem;
  line-height: 1.5; }
.bx--list--unordered,
.bx--list--ordered {
  padding: 1rem; }
.bx--list__item {
  font-weight: 600;
  padding-left: 0.25rem; }
.bx--list--unordered > .bx--list__item {
  list-style-type: disc; }
.bx--list--ordered > .bx--list__item {
  list-style-type: decimal; }
.bx--list--nested {
  margin-left: 0.5rem; }
.bx--list--nested > .bx--list__item {
  list-style-type: none;
  font-weight: 400; }
.bx--list--nested > .bx--list__item:before {
  content: '-';
  padding-right: 0.25rem; }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--overflow-menu {
  position: relative;
  width: 1.25rem;
  height: 2.375rem;
  cursor: pointer; }
.bx--overflow-menu:focus {
    outline: 1px solid transparent;
    box-shadow: 0 0 0 1px #3d70b2; }
.bx--overflow-menu__icon {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  fill: #8c9ba5; }
.bx--overflow-menu__icon:hover, .bx--overflow-menu__icon:focus {
    fill: #3d70b2; }
.bx--overflow-menu-options {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 10000;
  background-color: #fff;
  border: 1px solid #dfe3e6;
  width: 11.25rem;
  list-style: none;
  margin-top: 0.25rem;
  padding: 0.25rem 0 0.5rem;
  left: -20px; }
.bx--overflow-menu-options--open {
  display: flex; }
.bx--overflow-menu-options:before {
  content: '';
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  border-top: 1px solid #dfe3e6;
  border-left: 1px solid #dfe3e6;
  top: -5px;
  left: 24px; }
.bx--overflow-menu-options__option {
  display: flex;
  background-color: transparent;
  align-items: center;
  width: 100%;
  padding: 0; }
.bx--overflow-menu--divider {
  border-top: 1px solid #dfe3e6; }
.bx--overflow-menu-options__btn {
  font-size: 0.875rem;
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  border: none;
  display: inline-block;
  background-color: transparent;
  text-align: left;
  padding: 0.5rem 1rem;
  cursor: pointer; }
.bx--overflow-menu-options__btn:focus {
    outline: 1px solid transparent;
    text-decoration: underline; }
.bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus {
    outline: 1px solid transparent;
    text-decoration: underline; }
.bx--overflow-menu-options__option:hover {
  background-color: #3d70b2; }
.bx--overflow-menu-options__option:hover .bx--overflow-menu-options__btn {
  color: #fff;
  text-decoration: none; }
.bx--overflow-menu-options__option--danger {
  border-top: 1px solid #dfe3e6; }
.bx--overflow-menu-options__option--danger:hover {
  background-color: #e0182d; }
.bx--overflow-menu-options__option--disabled:hover {
  background-color: #fff; }
.bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn {
  color: #152935;
  cursor: not-allowed;
  opacity: 0.5; }
.bx--overflow-menu-options__option--disabled:hover .bx--overflow-menu-options__btn {
  color: #152935;
  opacity: 0.5; }
.bx--overflow-menu-options__option--disabled:hover .bx--overflow-menu-options__btn:active, .bx--overflow-menu-options__option--disabled:hover .bx--overflow-menu-options__btn:focus {
    background-color: #fff;
    pointer-events: none; }
.bx--overflow-menu--flip {
  left: -140px; }
.bx--overflow-menu--flip:before {
    left: 145px; }
.bx--responsive-table-container {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  overflow-x: auto;
  overflow-y: hidden;
  width: 99.9%; }
.bx--responsive-table {
  background-color: #fff;
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #dfe3e6; }
.bx--responsive-table td {
    font-size: 0.875rem;
    padding: 0 0.375rem;
    vertical-align: middle; }
.bx--responsive-table td p {
    font-size: 0.875rem; }
.bx--responsive-table th {
    font-size: 0.75rem;
    padding: 0.5625rem 0.375rem;
    vertical-align: middle;
    font-weight: 600; }
.bx--responsive-table th:focus {
      outline: 1px solid transparent; }
.bx--responsive-table th:focus span {
        outline: 1px solid #3d70b2; }
.bx--responsive-table--tall td,
  .bx--responsive-table--tall th {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
.bx--responsive-table--static-size {
    border-collapse: collapse;
    width: auto;
    border: 2px solid #dfe3e6; }
.bx--responsive-table--static-size tr td:first-child,
    .bx--responsive-table--static-size tr th:first-child {
      padding-left: 1.5rem; }
.bx--responsive-table--tall td,
.bx--responsive-table--tall th {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
.bx--table-row {
  height: 2rem;
  padding-left: 1rem; }
.bx--table-head .bx--table-row {
  border-bottom: 1px solid #3d70b2;
  height: 2rem; }
.bx--table-header {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  height: 2.5rem; }
.bx--table-body > .bx--parent-row,
.bx--table-body > .bx--parent-row {
  background-color: #fff; }
.bx--table-body > .bx--parent-row + .bx--expandable-row,
  .bx--table-body > .bx--parent-row + .bx--expandable-row {
    background-color: #fff; }
.bx--table-body > .bx--parent-row--even,
  .bx--table-body > .bx--parent-row--even {
    background-color: #f0f3f6; }
.bx--table-body > .bx--parent-row--even + .bx--expandable-row,
    .bx--table-body > .bx--parent-row--even + .bx--expandable-row {
      background-color: #f0f3f6; }
.bx--table-body .bx--table-row {
  border: 1px solid transparent; }
.bx--table-body .bx--table-row:first-child:hover, .bx--table-body .bx--table-row:first-child:focus {
    border-left: 2px solid #5596e6;
    outline: 1px solid #5596e6; }
.bx--table-body .bx--table-row:not(:first-child):hover, .bx--table-body .bx--table-row:not(:first-child):focus {
    border-left: 2px solid #5596e6;
    outline: 1px solid #5596e6; }
.bx--expandable-row > td {
  border-left: 4px solid #3d70b2;
  padding: 2rem; }
.bx--expandable-row--hidden {
  visibility: hidden; }
.bx--table-expand {
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  text-align: center;
  width: 1.25rem;
  cursor: pointer; }
.bx--table-expand:focus {
    outline: 1px solid transparent; }
.bx--table-expand:focus svg {
      outline: 1px solid #3d70b2; }
.bx--table-expand__svg {
  fill: #8c9ba5;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  width: 12px;
  height: 12px;
  margin-left: 0.4375rem;
  margin-right: 0.125rem; }
@media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .bx--table-expand__svg {
      margin-top: 2px; } }
.bx--table-expand[data-previous-value='collapsed'] .bx--table-expand__svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1); }
[data-event='sort'] {
  cursor: pointer; }
.bx--table-sort__svg {
  fill: #8c9ba5;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--table-sort--ascending .bx--table-sort__svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--table-select {
  width: 1.875rem;
  text-align: center;
  padding-left: 0;
  padding-right: 0; }
.bx--table-select .bx--checkbox-label {
    display: inline-flex;
    margin: 0; }
@media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
      .bx--table-select .bx--checkbox-label {
        margin-top: 2px; } }
.bx--table-select .bx--checkbox-appearance {
    margin: 0; }
.bx--table-overflow {
  width: 2.5rem;
  text-align: center; }
.bx--table-overflow .bx--overflow-menu {
    padding: 0; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--table-toolbar {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  position: relative; }
.bx--table-toolbar .bx--search-input {
    position: relative; }
.bx--table-toolbar .bx--search-input:focus {
      box-shadow: inset 0px 0px 0px 1px #3d70b2;
      outline: 0; }
.bx--toolbar-content {
  display: flex;
  margin-left: auto; }
.bx--toolbar-action {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: inline-block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  cursor: pointer;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
.bx--toolbar-action::-moz-focus-inner {
    border: 0; }
.bx--toolbar-action:hover > .bx--toolbar-action__icon {
    fill: #3d70b2; }
.bx--toolbar-action:focus {
    outline: 1px solid #3d70b2; }
.bx--toolbar-action:focus > .bx--toolbar-action__icon {
      fill: #3d70b2; }
.bx--toolbar-action:active > .bx--toolbar-action__icon {
    fill: #36649f; }
.bx--toolbar-action:last-of-type {
    padding-right: 0; }
.bx--toolbar-action ~ .bx--btn {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
.bx--toolbar-action__icon {
  height: 1rem;
  width: auto;
  max-width: 16px;
  fill: #8c9ba5;
  transition: 250ms; }
.bx--batch-actions {
  display: flex;
  align-items: center;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  height: 100%;
  z-index: 6000;
  background-color: transparent;
  transition: opacity 200ms cubic-bezier(0.5, 0, 0.1, 1), background-color 200ms cubic-bezier(0.5, 0, 0.1, 1);
  pointer-events: none;
  visibility: hidden; }
.bx--batch-actions:focus {
    outline: 1px solid #3d70b2; }
.bx--batch-actions .bx--btn {
    color: #fff; }
.bx--batch-actions .bx--btn__icon {
    fill: #fff; }
.bx--batch-actions .bx--btn--ghost:hover, .bx--batch-actions .bx--btn--ghost:focus {
    background-color: #fff;
    color: #3d70b2; }
.bx--batch-actions .bx--btn--ghost:hover .bx--btn__icon, .bx--batch-actions .bx--btn--ghost:focus .bx--btn__icon {
      fill: #3d70b2; }
.bx--batch-actions .bx--btn--ghost:focus {
    border: 2px solid #3d70b2;
    outline: 2px solid #f5f7fa; }
.bx--batch-actions--active {
  visibility: visible;
  background-color: #3d70b2;
  pointer-events: all;
  transition: opacity 200ms cubic-bezier(0.5, 0, 0.1, 1), background-color 200ms cubic-bezier(0.5, 0, 0.1, 1);
  opacity: 1; }
.bx--action-list {
  margin-left: -0.5rem; }
.bx--action-icons {
  margin-left: auto; }
.bx--action-icons svg {
    padding: 0 0.75rem;
    fill: #fff;
    height: 1rem;
    width: auto; }
.bx--batch-summary {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #fff; }
.bx--batch-summary__para {
  font-size: 0.875rem;
  margin-right: 1.5rem; }
.bx--batch-summary__cancel {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: inline-block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 0.875rem;
  color: #fff;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  transition: border 250ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--batch-summary__cancel::-moz-focus-inner {
    border: 0; }
.bx--batch-summary__cancel:hover, .bx--batch-summary__cancel:focus {
    border-bottom: 1px solid #fff; }
.bx--batch-actions ~ .bx--toolbar-search-container,
.bx--batch-actions ~ .bx--toolbar-content {
  opacity: 1;
  transition: opacity 250ms; }
.bx--batch-actions--active ~ .bx--toolbar-search-container,
.bx--batch-actions--active ~ .bx--toolbar-content {
  opacity: 0; }
.bx--data-table-v2-container {
  width: 100%;
  min-width: 31.25rem;
  overflow-x: auto;
  padding-top: 0.125rem; }
.bx--data-table-v2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-bottom: 1px solid #dfe3e6; }
.bx--data-table-v2 thead {
    font-size: 0.875rem;
    background-color: #f5f7fa;
    font-weight: 700; }
.bx--data-table-v2 tbody {
    font-size: 0.875rem;
    background-color: #fff; }
.bx--data-table-v2 tr {
    height: 3rem; }
.bx--data-table-v2 tr:hover td {
      background-color: rgba(85, 150, 230, 0.1);
      border-top: 1px solid #3d70b2;
      border-bottom: 1px solid #3d70b2; }
.bx--data-table-v2 tr:hover td:first-of-type {
        border-left: 1px solid #3d70b2; }
.bx--data-table-v2 tr:hover td:last-of-type {
        border-right: 1px solid #3d70b2; }
.bx--data-table-v2 tr:hover .bx--overflow-menu {
      opacity: 1; }
.bx--data-table-v2 th {
    border-top: 1px solid #dfe3e6; }
.bx--data-table-v2 th,
  .bx--data-table-v2 td {
    border-top: 1px solid #dfe3e6;
    padding-left: 0.75rem;
    vertical-align: middle;
    text-align: left; }
.bx--data-table-v2 th:first-of-type,
    .bx--data-table-v2 td:first-of-type {
      padding-left: 1.5rem;
      border-left: 1px solid #dfe3e6; }
.bx--data-table-v2 th:last-of-type,
    .bx--data-table-v2 td:last-of-type {
      padding-right: 1.5rem;
      border-right: 1px solid #dfe3e6; }
.bx--data-table-v2 .bx--checkbox-label {
    padding-left: 1.75rem; }
.bx--data-table-v2 .bx--overflow-menu {
    opacity: 0; }
.bx--data-table-v2 .bx--overflow-menu:focus {
      outline: 0;
      opacity: 1;
      box-shadow: none; }
.bx--data-table-v2 .bx--overflow-menu:focus .bx--overflow-menu__icon {
        box-shadow: inset 0px 0px 0px 1px #3d70b2; }
.bx--data-table-v2 .bx--overflow-menu__icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.bx--data-table-v2-header {
  margin-bottom: 0.5rem; }
.bx--data-table-v2--zebra tbody tr:nth-child(even) {
  background-color: #f5f7fa; }
.bx--data-table-v2--no-border tr:last-of-type td {
  border-bottom-color: transparent; }
.bx--data-table-v2--no-border th:first-of-type,
.bx--data-table-v2--no-border td:first-of-type {
  border-left-color: transparent; }
.bx--data-table-v2--no-border th:last-of-type,
.bx--data-table-v2--no-border td:last-of-type {
  border-right-color: #dfe3e6; }
.bx--data-table-v2--compact tbody tr {
  height: 1.5rem; }
.bx--data-table-v2--short tbody tr {
  height: 2rem; }
.bx--data-table-v2--tall tbody tr {
  height: 4rem; }
.bx--data-table-v2--static {
  width: auto; }
.bx--data-table-v2--zebra tbody tr.bx--data-table-v2--selected,
tbody tr.bx--data-table-v2--selected {
  background-color: rgba(85, 150, 230, 0.1); }
tr.bx--expandable-row-v2.bx--expandable-row--hidden-v2 {
  display: none; }
tr.bx--expandable-row-v2 > td:first-of-type {
  position: relative; }
tr.bx--expandable-row-v2 > td:first-of-type:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #3d70b2; }
tr.bx--expandable-row-v2 + tr[data-child-row] td {
  border-top: 0;
  padding-bottom: 0.5rem; }
tr.bx--expandable-row-v2:hover > td {
  background-color: rgba(85, 150, 230, 0.1); }
tr.bx--expandable-row-v2:hover > td:first-of-type {
  border-left: 1px solid transparent; }
tr.bx--expandable-row-v2:hover > td:last-of-type {
  border-right: 1px solid #3d70b2; }
tr.bx--expandable-row-v2:hover[data-parent-row] > td {
  border-bottom: 0; }
tr.bx--expandable-row-v2:hover + tr[data-child-row] > td {
  background-color: rgba(85, 150, 230, 0.1);
  border-bottom: 1px solid #3d70b2;
  border-right: 1px solid #3d70b2; }
tr.bx--expandable-row--hover-v2 > td {
  background-color: rgba(85, 150, 230, 0.1);
  border-top: 1px solid #3d70b2; }
tr.bx--expandable-row--hover-v2 > td:last-of-type {
  border-right: 1px solid #3d70b2; }
.bx--table-expand-v2[data-previous-value='collapsed'] .bx--table-expand-v2__svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--table-expand-v2__button {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: inline-block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer; }
.bx--table-expand-v2__button::-moz-focus-inner {
    border: 0; }
.bx--table-expand-v2__button:focus {
    outline: 1px solid transparent; }
.bx--table-expand-v2__button:focus svg {
      box-shadow: inset 0px 0px 0px 1px #3d70b2; }
.bx--table-expand-v2__svg {
  fill: #8c9ba5;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  height: 16px;
  width: auto;
  max-width: 16px;
  padding: 0.125rem; }
.bx--table-sort-v2--ascending .bx--table-sort-v2__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--table-sort-v2--active .bx--table-sort-v2__icon {
  opacity: 1; }
.bx--data-table-v2 th:hover .bx--table-sort-v2__icon {
  opacity: 1; }
.bx--table-sort-v2 {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: inline-block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  font: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%; }
.bx--table-sort-v2::-moz-focus-inner {
    border: 0; }
.bx--table-sort-v2:focus {
    outline: 0; }
.bx--table-sort-v2:focus svg {
      opacity: 1;
      outline: 1px solid #3d70b2;
      fill: #3d70b2;
      outline-offset: -0.5px; }
.bx--table-sort-v2__icon {
  position: relative;
  left: 2px;
  transition: -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 0;
  fill: #8c9ba5;
  height: 0.5625rem;
  padding: 0.125rem;
  width: auto;
  min-width: 14px; }
.bx--inline-edit-label {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.bx--inline-edit-label:hover .bx--inline-edit-label__icon {
    opacity: 1; }
.bx--inline-edit-label--inactive {
  display: none; }
.bx--inline-edit-label__action {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: inline-block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer; }
.bx--inline-edit-label__action::-moz-focus-inner {
    border: 0; }
.bx--inline-edit-label__action:hover {
    cursor: pointer; }
.bx--inline-edit-label__action:focus {
    outline: 1px solid #3d70b2;
    padding: 0.125rem; }
.bx--inline-edit-label__action:focus .bx--inline-edit-label__icon {
      width: auto;
      opacity: 1; }
.bx--inline-edit-label__icon {
  fill: #8c9ba5;
  opacity: 0; }
.bx--inline-edit-input {
  display: none; }
.bx--inline-edit-input--active {
  display: block;
  margin-left: -0.75rem; }
.bx--inline-edit-input--active input {
    padding-left: 0.75rem; }
.bx--data-table-v2--short input {
  height: 2rem; }
.bx--data-table-v2--short select {
  padding: 0.45rem 2.75rem 0.45rem 1rem; }
.bx--data-table-v2--short .bx--select__arrow {
  top: 0.875rem; }
.bx--data-table-v2.bx--skeleton th {
  border-bottom: 1px solid #3d70b2; }
.bx--data-table-v2.bx--skeleton th:nth-child(3n + 1) {
    width: 10%; }
.bx--data-table-v2.bx--skeleton th:nth-child(3n + 2) {
    width: 30%; }
.bx--data-table-v2.bx--skeleton th:nth-child(3n + 3) {
    width: 15%; }
.bx--data-table-v2.bx--skeleton th span,
.bx--data-table-v2.bx--skeleton td span {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 75%;
  height: 1rem;
  display: block; }
.bx--data-table-v2.bx--skeleton th span:hover, .bx--data-table-v2.bx--skeleton th span:focus, .bx--data-table-v2.bx--skeleton th span:active,
  .bx--data-table-v2.bx--skeleton td span:hover,
  .bx--data-table-v2.bx--skeleton td span:focus,
  .bx--data-table-v2.bx--skeleton td span:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--data-table-v2.bx--skeleton th span:before,
  .bx--data-table-v2.bx--skeleton td span:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
.bx--data-table-v2.bx--skeleton tr:hover td {
  border-color: #dfe3e6;
  background: transparent; }
.bx--data-table-v2.bx--skeleton tr:hover td:first-of-type, .bx--data-table-v2.bx--skeleton tr:hover td:last-of-type {
    border-color: #dfe3e6; }
.bx--data-table-v2.bx--skeleton .bx--table-sort-v2 {
  pointer-events: none; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--structured-list--selection .bx--structured-list-td,
.bx--structured-list--selection .bx--structured-list-th {
  padding-left: 1rem;
  padding-right: 1rem; }
.bx--structured-list--selection .bx--structured-list-td:first-child,
  .bx--structured-list--selection .bx--structured-list-th:first-child {
    padding-left: 1rem;
    padding-right: 0.5rem; }
.bx--structured-list--selection .bx--structured-list-td:last-child,
  .bx--structured-list--selection .bx--structured-list-th:last-child {
    padding-right: 2rem; }
[data-structured-list] .bx--structured-list-td,
[data-structured-list] .bx--structured-list-th {
  padding-left: 1rem;
  padding-right: 1rem; }
[data-structured-list] .bx--structured-list-td:first-child,
  [data-structured-list] .bx--structured-list-th:first-child {
    padding-left: 1rem;
    padding-right: 0.5rem; }
[data-structured-list] .bx--structured-list-td:last-child,
  [data-structured-list] .bx--structured-list-th:last-child {
    padding-right: 2rem; }
.bx--structured-list-input {
  display: none; }
.bx--structured-list {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  display: table;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 5rem;
  background-color: transparent; }
.bx--structured-list.bx--structured-list--border {
    border: 1px solid #dfe3e6;
    background-color: #fff; }
.bx--structured-list.bx--structured-list--condensed .bx--structured-list-td,
  .bx--structured-list.bx--structured-list--condensed .bx--structured-list-th {
    padding: 0.5rem;
    padding-left: 0; }
.bx--structured-list-row {
  display: table-row;
  border-bottom: 1px solid #dfe3e6;
  transition: 250ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row) {
    background-color: rgba(85, 150, 230, 0.1);
    cursor: pointer; }
[data-structured-list] .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row) {
    background-color: rgba(85, 150, 230, 0.1);
    cursor: pointer; }
.bx--structured-list-row.bx--structured-list-row--selected {
    background-color: rgba(85, 150, 230, 0.1); }
.bx--structured-list-row.bx--structured-list-row--header-row {
    border-bottom: 2px solid #3d70b2;
    cursor: inherit; }
.bx--structured-list-row:focus:not(.bx--structured-list-row--header-row) {
    outline: 1px solid #3d70b2; }
.bx--structured-list-thead {
  display: table-header-group;
  vertical-align: middle; }
.bx--structured-list-th {
  padding-left: 0;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  display: table-cell;
  font-weight: 600;
  height: 2.5rem;
  text-align: left;
  text-transform: none;
  vertical-align: bottom; }
.bx--structured-list-th:last-child {
    padding-right: 0; }
.bx--structured-list-tbody {
  display: table-row-group;
  vertical-align: middle; }
.bx--structured-list-td {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 0;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  display: table-cell; }
.bx--structured-list-td:last-child {
    padding-right: 2rem; }
.bx--structured-list-content--nowrap {
  white-space: nowrap; }
.bx--structured-list-svg {
  display: inline-block;
  fill: transparent;
  vertical-align: middle;
  transition: 250ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--structured-list-row:hover .bx--structured-list-svg {
    fill: rgba(85, 150, 230, 0.1); }
.bx--structured-list-input:checked + .bx--structured-list-row .bx--structured-list-svg,
  .bx--structured-list-input:checked + .bx--structured-list-td .bx--structured-list-svg {
    fill: #5596e6; }
.bx--structured-list.bx--skeleton .bx--structured-list-th:first-child {
  width: 8%; }
.bx--structured-list.bx--skeleton .bx--structured-list-th:nth-child(3n + 2) {
  width: 30%; }
.bx--structured-list.bx--skeleton .bx--structured-list-th:nth-child(3n + 3) {
  width: 15%; }
.bx--structured-list.bx--skeleton .bx--structured-list-th span {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 75%;
  height: 1rem;
  display: block; }
.bx--structured-list.bx--skeleton .bx--structured-list-th span:hover, .bx--structured-list.bx--skeleton .bx--structured-list-th span:focus, .bx--structured-list.bx--skeleton .bx--structured-list-th span:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--structured-list.bx--skeleton .bx--structured-list-th span:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
.bx--structured-list.bx--structured-list--border.bx--skeleton .bx--structured-list-th:first-child {
  width: 5%; }
.bx--structured-list.bx--structured-list--border.bx--skeleton .bx--structured-list-th:first-child span {
    display: none; }
.bx--structured-list-content {
  font-size: 0.875rem; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--card {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  width: 12.5rem;
  height: 15rem;
  background-color: #fff;
  border: 1px solid #dfe3e6; }
.bx--card:focus {
    outline: 1px solid #3d70b2; }
.bx--card__card-overview {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-right: 1rem;
  height: 12rem; }
.bx--card__card-overview .bx--overflow-menu {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10000;
    margin: 0; }
.bx--card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
  background-color: #f0f3f6;
  padding-left: 1rem;
  padding-right: 1rem; }
.bx--card-footer > .bx--btn {
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.25rem;
    flex: 1; }
.bx--card-footer__link {
  font-size: 0.875rem; }
.bx--card-footer__link:focus {
    outline: 1px solid #3d70b2; }
.bx--card-overview__about {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  width: 100%; }
.bx--about__title {
  font-weight: 400;
  padding-top: 1.5rem;
  width: 100%; }
.bx--about__title--name {
  font-size: 1.125rem;
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  overflow: hidden; }
.bx--about__title--link {
  font-size: 0.75rem;
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  text-align: center; }
.bx--about__title--additional-info {
  font-size: 0.75rem;
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #5a6872; }
.bx--about__title--additional-info:first-child {
    padding-top: 0.25rem; }
.bx--about__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #fff;
  border: 1px solid #dfe3e6;
  border-radius: 100%; }
.bx--about__icon .bx--about__icon--img {
    width: 2rem;
    height: 2rem;
    overflow: hidden; }
.bx--card-footer__app-status .active {
  display: flex; }
.bx--card-footer__app-status--running {
  font-size: 0.75rem;
  display: none;
  align-items: center; }
.bx--card-footer__app-status--running::before {
    content: ' ';
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    margin-right: 0.25rem; }
.bx--card-footer__app-status--running::before {
    background-color: #5aa700; }
.bx--card-footer__app-status--not-running {
  font-size: 0.75rem;
  display: none;
  align-items: center; }
.bx--card-footer__app-status--not-running::before {
    content: ' ';
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    margin-right: 0.25rem; }
.bx--card-footer__app-status--not-running::before {
    background-color: #e0182d; }
.bx--card-footer__app-status--stopped {
  font-size: 0.75rem;
  display: none;
  align-items: center; }
.bx--card-footer__app-status--stopped::before {
    content: ' ';
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    margin-right: 0.25rem; }
.bx--card-footer__app-status--limited {
  font-size: 0.75rem;
  display: none;
  align-items: center; }
.bx--card-footer__app-status--limited::before {
    content: ' ';
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    margin-right: 0.25rem; }
.bx--card-footer__app-actions {
  display: flex; }
.bx--app-actions__button {
  font-size: 1rem;
  display: inline-block;
  padding: 0.125rem 0 0;
  margin: 0 0.175rem;
  cursor: pointer;
  background: none;
  border: none; }
.bx--app-actions__button:hover .bx--app-actions__button--icon, .bx--app-actions__button:focus .bx--app-actions__button--icon {
    fill: #3d70b2; }
.bx--app-actions__button:focus {
    outline: 1px solid #3d70b2; }
.bx--app-actions__button--icon {
  width: 1rem;
  height: 1rem;
  margin: 0 0.125rem;
  transition: 200ms;
  fill: #8c9ba5;
  cursor: pointer; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--dropdown {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  position: relative;
  list-style: none;
  display: block;
  background-color: rgba(61, 112, 178, 0.1);
  width: 100%;
  height: 2.5rem;
  cursor: pointer;
  color: #152935; }
.bx--dropdown:focus {
    outline: 1px solid #3d70b2; }
.bx--dropdown.bx--dropdown--open:focus {
    outline: 1px solid transparent;
    box-shadow: 0 -1px 0 0 #3d70b2, 1px 0 0 0 #3d70b2, -1px 0 0 0 #3d70b2; }
.bx--dropdown--up.bx--dropdown--open:focus {
  box-shadow: 0 1px 0 0 #3d70b2, 1px 0 0 0 #3d70b2, -1px 0 0 0 #3d70b2; }
.bx--dropdown--up.bx--dropdown--open:focus .bx--dropdown-list {
    box-shadow: 0 -1px 0 0 #3d70b2, 1px 0 0 0 #3d70b2, -1px 0 0 0 #3d70b2; }
.bx--dropdown--up .bx--dropdown-list {
  bottom: 2.5rem; }
.bx--dropdown__arrow {
  fill: #3d70b2;
  position: absolute;
  right: 1rem;
  top: 1.175rem;
  width: 0.625rem;
  height: 0.3125rem;
  pointer-events: none;
  transition: -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transform-origin: 50% 45%;
          transform-origin: 50% 45%; }
.bx--dropdown[data-value=''] .bx--dropdown-text {
  color: #152935; }
.bx--dropdown-text {
  height: 2.5rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid transparent; }
.bx--dropdown-list {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 7000;
  max-height: 0;
  transition: max-height 300ms cubic-bezier(0, 0, 0.25, 1);
  overflow: hidden; }
.bx--dropdown-item {
  transition: opacity 300ms cubic-bezier(0, 0, 0.25, 1);
  opacity: 0; }
.bx--dropdown-link {
  display: block;
  color: currentColor;
  text-decoration: none;
  font-weight: normal;
  padding: 1rem 1.5rem 1rem 1rem;
  text-overflow: ellipsis;
  overflow: hidden; }
.bx--dropdown-link:hover, .bx--dropdown-link:focus {
    background-color: rgba(61, 112, 178, 0.1);
    color: #152935;
    outline: 1px solid transparent;
    text-decoration: underline;
    color: #152935; }
.bx--dropdown--selected {
  display: none; }
.bx--dropdown--open .bx--dropdown__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
.bx--dropdown--open .bx--dropdown-list {
  max-height: 15rem; }
.bx--dropdown--open .bx--dropdown-list:hover {
    overflow: auto; }
.bx--dropdown--open:focus .bx--dropdown-list {
  box-shadow: 0 1px 0 0 #3d70b2, 1px 0 0 0 #3d70b2, -1px 0 0 0 #3d70b2; }
.bx--dropdown--open .bx--dropdown-item {
  opacity: 1; }
.bx--dropdown--disabled {
  opacity: 0.5;
  cursor: not-allowed; }
.bx--dropdown--disabled:focus {
    outline: none; }
.bx--dropdown--inline {
  background-color: transparent; }
.bx--dropdown--inline:focus {
    outline: none; }
.bx--dropdown--inline:focus .bx--dropdown-text {
    outline: 1px solid #3d70b2; }
.bx--dropdown--inline[data-value=''] .bx--dropdown-text {
    color: #3d70b2; }
.bx--dropdown--inline .bx--dropdown-text {
    display: inline-block;
    padding-right: 1.5rem;
    overflow: visible;
    color: #3d70b2; }
.bx--dropdown--inline .bx--dropdown-text:hover {
    background-color: rgba(61, 112, 178, 0.1); }
.bx--dropdown--inline.bx--dropdown--open:focus {
    box-shadow: none; }
.bx--dropdown--inline.bx--dropdown--open:focus .bx--dropdown-list {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
.bx--dropdown--inline.bx--dropdown--open:focus .bx--dropdown-text {
    outline: none; }
.bx--dropdown--inline .bx--dropdown__arrow {
    position: relative;
    top: -2px;
    left: 8px;
    right: 0;
    bottom: 0; }
.bx--dropdown--inline .bx--dropdown-link {
    font-weight: normal; }
.bx--dropdown--inline .bx--dropdown-link:hover {
    background-color: rgba(61, 112, 178, 0.1);
    color: #152935; }
.bx--dropdown-v2.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1); }
.bx--dropdown-v2.bx--skeleton:hover, .bx--dropdown-v2.bx--skeleton:focus, .bx--dropdown-v2.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--dropdown-v2.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes rotate-end-p1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate-end-p1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes rotate-end-p2 {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@keyframes rotate-end-p2 {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
/* Stroke animations */
@-webkit-keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 40; } }
@keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 40; } }
@-webkit-keyframes stroke-end {
  0% {
    stroke-dashoffset: 40; }
  100% {
    stroke-dashoffset: 240; } }
@keyframes stroke-end {
  0% {
    stroke-dashoffset: 40; }
  100% {
    stroke-dashoffset: 240; } }
.bx--loading {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 10.5rem;
  height: 10.5rem; }
.bx--loading svg circle {
    -webkit-animation-name: init-stroke;
            animation-name: init-stroke;
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.5, 0, 0.1, 1); }
.bx--loading__svg {
  fill: transparent;
  stroke: #6eedd8;
  stroke-width: 7;
  stroke-linecap: butt;
  stroke-dasharray: 240;
  stroke-dashoffset: 40; }
.bx--loading--stop {
  -webkit-animation: rotate-end-p1 700ms cubic-bezier(0, 0, 0.25, 1) forwards, rotate-end-p2 700ms cubic-bezier(0, 0, 0.25, 1) 700ms forwards;
          animation: rotate-end-p1 700ms cubic-bezier(0, 0, 0.25, 1) forwards, rotate-end-p2 700ms cubic-bezier(0, 0, 0.25, 1) 700ms forwards; }
.bx--loading--stop svg circle {
    -webkit-animation-name: stroke-end;
            animation-name: stroke-end;
    -webkit-animation-duration: 700ms;
            animation-duration: 700ms;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
.bx--loading--small {
  width: 2rem;
  height: 2rem; }
.bx--loading--small .bx--loading__svg {
    stroke: #8c9ba5; }
.bx--loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 2000ms cubic-bezier(0.5, 0, 0.1, 1);
  z-index: 8000; }
.bx--loading-overlay--stop {
  display: none; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--modal {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  opacity: 0;
  background-color: rgba(240, 243, 246, 0.5);
  transition: opacity 200ms, z-index 0s 200ms, visibility 0s 200ms;
  visibility: hidden; }
.bx--modal.is-visible {
    z-index: 9000;
    opacity: 1;
    transition: opacity 200ms;
    visibility: visible; }
.bx--modal--danger .bx--modal-container {
  border-top-color: #e0182d; }
.bx--modal-container {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-top: #3d70b2 4px solid;
  min-width: 100%;
  max-height: 100%;
  height: 100%;
  padding: 2rem 3% 0rem 3%; }
@media (min-width: 600px) {
    .bx--modal-container {
      height: auto;
      min-width: 500px;
      max-width: 75%;
      max-height: 90%;
      padding: 2.5rem 3rem 0 3rem; } }
@media (min-width: 1024px) {
    .bx--modal-container {
      max-width: 50%;
      max-height: 80%; } }
.bx--modal-header {
  margin-bottom: 1.5rem; }
.bx--modal-header__label {
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #152935;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem; }
.bx--modal-header__heading {
  font-size: 1.75rem;
  font-weight: 300;
  color: #5a6872; }
.bx--modal-content {
  overflow-y: auto;
  margin-bottom: 3rem; }
.bx--modal-footer {
  margin-top: auto;
  text-align: right;
  background-color: #f0f3f6;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 2rem 2rem; }
@media (min-width: 600px) {
    .bx--modal-footer {
      margin-left: -3rem;
      margin-right: -3rem;
      padding: 2rem 3rem; } }
.bx--modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0.25rem 0.25rem 0.125rem; }
.bx--modal-close:focus {
    outline: 1px solid #3d70b2; }
.bx--modal-close__icon {
  transition: 200ms;
  fill: #8c9ba5;
  width: 0.75rem;
  height: 0.75rem; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--module {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  padding: 0.625rem;
  flex: 1 0 auto;
  margin: 0; }
.bx--module .bx--module__inner {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid transparent; }
.bx--module .bx--module__header {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dfe3e6; }
.bx--module .bx--module__title {
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    font-weight: 600;
    color: #152935; }
.bx--module .bx--module__content {
    display: flex;
    flex-direction: column;
    flex: 3;
    padding: 1.5rem; }
.bx--module .bx--module__content p {
      font-size: 0.875rem; }
.bx--module .bx--module__content--centered {
    align-items: center;
    justify-content: center;
    padding: 5rem; }
.bx--module .bx--module__content--scrollable {
    max-height: 18.75rem;
    overflow-y: scroll;
    margin-bottom: 2rem; }
.bx--module.bx--module--single {
    max-width: 31.25rem; }
.bx--module.bx--module--double {
    max-width: 62.5rem; }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--multi-select.bx--combo-box > .bx--list-box__field {
  padding: 0 1rem; }
.bx--multi-select.bx--combo-box input[role='combobox'] {
  padding: 0;
  outline: none; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--toast-notification {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  width: 16.875rem;
  padding: 1rem 1rem 0.5rem 1rem;
  background-color: #fff;
  color: #152935;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem; }
.bx--toast-notification:first-child {
    margin-top: 1rem; }
.bx--toast-notification--error {
  border-left: 6px solid #e0182d; }
.bx--toast-notification--success {
  border-left: 6px solid #5aa700; }
.bx--toast-notification--info {
  border-left: 6px solid #5aaafa; }
.bx--toast-notification--warning {
  border-left: 6px solid #efc100; }
.bx--toast-notification__close-button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  margin: 0;
  width: 12px;
  height: 12px;
  position: relative; }
.bx--toast-notification__close-button:focus {
    outline: 1px solid #3d70b2; }
.bx--toast-notification__icon {
  height: 10px;
  width: 10px;
  fill: #5a6872;
  position: absolute;
  top: 1px;
  right: 1px; }
.bx--toast-notification__title {
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.125rem; }
.bx--toast-notification__subtitle {
  font-size: 0.75rem;
  color: #5a6872;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2; }
.bx--toast-notification__caption {
  font-size: 0.75rem;
  color: #5a6872;
  line-height: 1; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--tooltip--simple {
  display: flex;
  align-items: center; }
.bx--tooltip__trigger {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  color: #152935;
  font-weight: 600; }
.bx--tooltip__trigger svg {
    fill: #3d70b2;
    margin-left: 0.5rem;
    cursor: pointer; }
.bx--tooltip__trigger svg:focus {
      outline: 1px solid #3d70b2;
      fill: #5596e6; }
.bx--tooltip__trigger:hover svg, .bx--tooltip__trigger:focus svg {
    fill: #5596e6; }
.bx--tooltip {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  max-width: 15rem;
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #dfe3e6;
  z-index: 10000;
  word-wrap: break-word; }
.bx--tooltip p {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    font-size: 0.875rem; }
.bx--tooltip .bx--tooltip__label {
    font-weight: 600;
    margin-bottom: 0.5rem; }
.bx--tooltip:before {
    position: absolute;
    background: #fff;
    left: 0;
    top: -0.375rem;
    right: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    width: 0.6rem;
    height: 0.6rem;
    border-right: 1px solid #dfe3e6;
    border-bottom: 1px solid #dfe3e6;
    margin: 0 auto;
    content: ''; }
.bx--tooltip[data-floating-menu-direction='left'] {
    margin-left: -0.75rem; }
.bx--tooltip[data-floating-menu-direction='left']:before {
      left: auto;
      top: 44.7%;
      right: -0.375rem;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.bx--tooltip[data-floating-menu-direction='top']:before {
    top: auto;
    bottom: -0.375rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.bx--tooltip[data-floating-menu-direction='right'] {
    margin-left: 0.75rem; }
.bx--tooltip[data-floating-menu-direction='right']:before {
      left: -0.375rem;
      top: 44.7%;
      right: auto;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
.bx--tooltip--shown {
  display: block; }
.bx--tooltip--simple__top,
.bx--tooltip--simple__bottom {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 1.125rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer; }
.bx--tooltip--simple__top svg,
  .bx--tooltip--simple__bottom svg {
    fill: #3d70b2;
    margin-left: 0.5rem; }
.bx--tooltip--simple__top:before, .bx--tooltip--simple__top:after,
  .bx--tooltip--simple__bottom:before,
  .bx--tooltip--simple__bottom:after {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    position: absolute;
    display: none;
    background: #fff; }
.bx--tooltip--simple__top:before,
  .bx--tooltip--simple__bottom:before {
    font-size: 0.875rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    max-width: 15rem;
    padding: 1.5rem;
    border: 1px solid #dfe3e6;
    margin-left: 50%;
    color: #152935;
    content: attr(data-tooltip-text);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none; }
.bx--tooltip--simple__top:after,
  .bx--tooltip--simple__bottom:after {
    right: 0;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 1px solid #dfe3e6;
    border-bottom: 1px solid #dfe3e6;
    margin: 0 auto;
    content: ''; }
.bx--tooltip--simple__top:hover svg, .bx--tooltip--simple__top:focus svg,
  .bx--tooltip--simple__bottom:hover svg,
  .bx--tooltip--simple__bottom:focus svg {
    fill: #5596e6; }
.bx--tooltip--simple__top:hover:before, .bx--tooltip--simple__top:hover:after, .bx--tooltip--simple__top:focus:before, .bx--tooltip--simple__top:focus:after,
  .bx--tooltip--simple__bottom:hover:before,
  .bx--tooltip--simple__bottom:hover:after,
  .bx--tooltip--simple__bottom:focus:before,
  .bx--tooltip--simple__bottom:focus:after {
    position: absolute;
    display: block; }
.bx--tooltip--simple__top:focus,
  .bx--tooltip--simple__bottom:focus {
    outline: 1px solid transparent; }
.bx--tooltip--simple__top:focus svg,
    .bx--tooltip--simple__bottom:focus svg {
      outline: 1px solid #3d70b2; }
.bx--tooltip--simple__top:before {
  bottom: 1.8rem; }
.bx--tooltip--simple__top:after {
  bottom: 1.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.bx--tooltip--simple__bottom:before {
  top: 1.8rem; }
.bx--tooltip--simple__bottom:after {
  top: 1.5rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--tag {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  height: 1.25rem;
  margin: 0.125rem;
  border-radius: 0.9375rem; }
.bx--tag:not(:first-child) {
    margin-left: 0; }
.bx--tag--ibm {
  background-color: #c0e6ff;
  color: #325c80; }
.bx--tag--beta {
  background-color: #dfe3e6;
  color: #394b54; }
.bx--tag--third-party {
  background-color: #a7fae6;
  color: #006d5d; }
.bx--tag--local,
.bx--tag--dedicated,
.bx--tag--custom {
  background-color: #eed2ff;
  color: #734098; }
.bx--tag--experimental {
  background-color: #ffd4a0;
  color: #a53725; }
.bx--tag--community {
  background-color: #c8f08f;
  color: #2d660a; }
.bx--tag--private {
  background-color: #fde876;
  color: #735f00; }
.bx--tag.bx--skeleton {
  background-color: #dfe3e6;
  color: #394b54;
  width: 3.75rem; }
.bx--tag.bx--skeleton:after {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: rgba(61, 112, 178, 0.1);
    content: '';
    height: 0.375rem;
    width: 100%; }
.bx--tag.bx--skeleton:after:hover, .bx--tag.bx--skeleton:after:focus, .bx--tag.bx--skeleton:after:active {
      border: none;
      outline: none;
      cursor: default; }
.bx--tag.bx--skeleton:after:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
      background: rgba(61, 112, 178, 0.1);
      -webkit-animation: 3000ms ease-in-out skeleton infinite;
              animation: 3000ms ease-in-out skeleton infinite; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--select--inline {
  display: flex;
  align-items: center; }
.bx--select--inline .bx--label {
    white-space: nowrap;
    margin: 0 0.5rem 0 0;
    font-weight: 400; }
.bx--select--inline .bx--select-input {
    background-color: transparent;
    color: #3d70b2;
    font-weight: 600; }
.bx--select--inline .bx--select-input:disabled ~ * {
      opacity: 0.5;
      cursor: not-allowed; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--data-table-v2-container + .bx--pagination {
  border-top: 0; }
.bx--pagination {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  width: 100%;
  background-color: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  border: 1px solid #dfe3e6; }
.bx--pagination .bx--form-item {
    flex: auto; }
.bx--pagination__left {
  display: flex;
  align-items: center; }
.bx--pagination__right {
  display: flex;
  align-items: center;
  margin-left: auto; }
.bx--pagination__text {
  font-size: 0.75rem;
  color: #5a6872;
  display: none; }
@media (min-width: 530px) {
    .bx--pagination__text {
      display: block; } }
.bx--pagination__button-icon {
  height: 0.75rem;
  width: 0.75rem;
  fill: #8c9ba5;
  pointer-events: none;
  transition: 250ms; }
.bx--pagination__button {
  border: none;
  background: none;
  cursor: pointer; }
.bx--pagination__button:hover .bx--pagination__button-icon {
    fill: #3d70b2; }
.bx--pagination__button:focus {
    outline: 1px solid #3d70b2; }
.bx--pagination__button:disabled:hover {
    cursor: default; }
.bx--pagination__button:disabled:hover .bx--pagination__button-icon {
      fill: #8c9ba5; }
.bx--pagination__button--backward {
  margin-left: 1rem;
  margin-right: 1.5rem; }
.bx--pagination__button--forward {
  margin-left: 1.5rem; }
.bx--pagination__button--no-index {
  border-right: 0;
  margin-right: 1px; }
.bx--pagination .bx--select {
  margin-right: 0.5rem; }
.bx--pagination .bx--select--inline {
  margin-right: 0;
  width: auto; }
.bx--pagination .bx--select-input {
  height: 1.5rem;
  width: auto;
  padding: 0 1rem;
  margin: 0;
  font-weight: 600;
  text-align-last: center; }
.bx--pagination .bx--select-input:focus {
    outline: 1px solid #3d70b2; }
.bx--pagination .bx--select__arrow {
  right: 0.3rem;
  top: 0.625rem; }
.bx--pagination .bx--text-input {
  height: 1.5rem;
  min-width: 1.5rem;
  width: 1.5rem;
  padding: 0;
  margin: 0;
  font-weight: 600;
  text-align: center; }
.bx--pagination .bx--text-input:focus {
    outline: 1px solid #3d70b2; }
.bx--pagination--inline {
  height: 42px;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-right: -1rem; }
.bx--pagination--inline .bx--pagination__button {
    height: 100%;
    border-left: 1px solid #dfe3e6;
    border-right: 1px solid #dfe3e6;
    width: 2.625rem;
    margin: 0; }
.bx--pagination--inline .bx--pagination__button--forward {
    border-right: 0; }
.bx--pagination--inline .bx--pagination__button--backward {
    margin-left: 1rem; }
.bx--pagination--inline .bx--select--inline {
    position: relative;
    top: -1.5px; }
.bx--pagination--inline .bx--select-input {
    padding-left: 1rem; }
.bx--pagination--inline .bx--select__arrow {
    right: 0.3rem; }
.bx--pagination.bx--skeleton .bx--skeleton__text {
  margin-right: 1rem;
  margin-bottom: 0; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--accordion {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  list-style: none;
  width: 100%; }
.bx--accordion__item {
  transition: all 250ms cubic-bezier(0.5, 0, 0.1, 1);
  border-top: 1px solid #dfe3e6;
  overflow: hidden; }
.bx--accordion__item:focus {
    outline: none; }
.bx--accordion__item:focus .bx--accordion__arrow {
      outline: 1px solid #3d70b2;
      overflow: visible;
      outline-offset: -0.5px; }
.bx--accordion__item:last-child {
    border-bottom: 1px solid #dfe3e6; }
.bx--accordion__heading {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: inline-block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  color: #152935;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  cursor: pointer;
  padding: 0.5rem 0; }
.bx--accordion__heading::-moz-focus-inner {
    border: 0; }
.bx--accordion__heading:focus {
    outline: none; }
.bx--accordion__heading:focus .bx--accordion__arrow {
      outline: 1px solid #3d70b2;
      overflow: visible;
      outline-offset: -0.5px; }
.bx--accordion__arrow {
  transition: all 250ms cubic-bezier(0.5, 0, 0.1, 1);
  height: 1.25rem;
  width: 1.25rem;
  padding: 0.25rem 0.125rem 0.25rem 0.25rem;
  margin: 0 0 0 0.25rem;
  fill: #8c9ba5; }
.bx--accordion__title {
  margin: 0 0 0 1rem; }
.bx--accordion__content {
  transition: all 300ms cubic-bezier(0, 0, 0.25, 1);
  padding: 0 1rem 0 2.5rem;
  height: 0;
  visibility: hidden;
  opacity: 0; }
.bx--accordion__content p {
    font-size: 0.875rem; }
.bx--accordion__item--active {
  overflow: visible; }
.bx--accordion__item--active .bx--accordion__content {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: all 300ms cubic-bezier(0.25, 0, 1, 1); }
.bx--accordion__item--active .bx--accordion__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    fill: #3d70b2; }
.bx--accordion.bx--skeleton .bx--accordion__heading,
.bx--accordion.bx--skeleton .bx--accordion__button {
  cursor: default; }
.bx--accordion.bx--skeleton .bx--accordion__arrow {
  pointer-events: none;
  fill: #8c9ba5;
  cursor: default; }
.bx--accordion.bx--skeleton .bx--accordion__arrow:hover, .bx--accordion.bx--skeleton .bx--accordion__arrow:focus, .bx--accordion.bx--skeleton .bx--accordion__arrow:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--skeleton .bx--accordion__heading:focus .bx--accordion__arrow {
  border: none;
  outline: none;
  cursor: default; }
.bx--accordion__title.bx--skeleton__text {
  margin-bottom: 0; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--breadcrumb {
  font-size: 0.875rem;
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  display: inline; }
@media screen and (min-width: 500px) {
    .bx--breadcrumb {
      display: flex;
      flex-wrap: wrap; } }
.bx--breadcrumb-item {
  margin-right: 1rem;
  display: flex;
  align-items: center; }
.bx--breadcrumb-item::after {
  content: '/';
  margin-left: 1rem;
  color: #5a6872; }
.bx--breadcrumb--no-trailing-slash .bx--breadcrumb-item:last-child::after {
  content: ''; }
.bx--breadcrumb-item:last-child {
  margin-right: 0; }
.bx--breadcrumb-item:last-child::after {
    margin-right: 0; }
.bx--breadcrumb .bx--link {
  white-space: nowrap;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid transparent; }
.bx--breadcrumb .bx--link:hover, .bx--breadcrumb .bx--link:focus {
    outline: none;
    color: #3d70b2;
    border-bottom: 1px solid #3d70b2; }
@-moz-document url-prefix() {
  .bx--breadcrumb .bx--link {
    border-bottom: none; } }
.bx--breadcrumb.bx--skeleton .bx--link {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 6.25rem;
  height: 1rem; }
.bx--breadcrumb.bx--skeleton .bx--link:hover, .bx--breadcrumb.bx--skeleton .bx--link:focus, .bx--breadcrumb.bx--skeleton .bx--link:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--breadcrumb.bx--skeleton .bx--link:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--toolbar {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 1rem 0; }
.bx--toolbar > div {
    margin: 0 0.25rem; }
.bx--toolbar .bx--search-input {
    height: 2rem;
    background-color: transparent;
    outline: none; }
.bx--toolbar .bx--search-close {
    display: none; }
.bx--toolbar .bx--overflow-menu__icon {
    fill: #5a6872;
    transition: fill 50ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--toolbar .bx--search-magnifier {
    fill: #5a6872;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    transition: all 175ms cubic-bezier(0.5, 0, 0.1, 1);
    top: 0.5rem;
    left: 0.375rem;
    cursor: pointer; }
.bx--toolbar fieldset {
    border: 0;
    padding: 0; }
.bx--toolbar .bx--toolbar-search--active {
    width: 15.625rem; }
.bx--toolbar .bx--toolbar-search--active .bx--search-magnifier {
      -webkit-transform: scale(1);
              transform: scale(1);
      top: 0.5625rem; }
.bx--toolbar .bx--toolbar-search--active .bx--search-input {
      background-color: rgba(61, 112, 178, 0.1); }
.bx--toolbar .bx--toolbar-search--active .bx--search-close {
      display: block; }
.bx--toolbar .bx--checkbox-label {
    margin-bottom: 0; }
.bx--toolbar .bx--overflow-menu--open > .bx--overflow-menu__icon {
    fill: #3d70b2; }
.bx--toolbar-search {
  width: 1.8rem;
  transition: all 175ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--toolbar-search__btn {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border: 0;
  height: 2rem;
  width: 2rem; }
.bx--toolbar-search__btn:focus {
    outline: 1px solid #3d70b2; }
.bx--toolbar-filter-icon {
  padding-left: 0;
  padding-right: 0; }
.bx--toolbar-menu__title {
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 600;
  padding: 0.5rem 1.25rem; }
.bx--toolbar-menu__option {
  padding: 0.5rem 1.25rem; }
.bx--toolbar-menu__divider {
  width: 100%;
  border: 0;
  border-top: 1px solid #dfe3e6; }
.bx--radio-button-group {
  border: none; }
.bx--time-picker {
  display: flex;
  align-items: flex-start; }
.bx--time-picker .bx--select-input {
  padding-right: 2rem; }
.bx--time-picker .bx--select__arrow {
  right: 0.875rem; }
.bx--time-picker__input-field {
  font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  background-color: rgba(61, 112, 178, 0.1);
  border: 1px solid transparent;
  width: 4.875rem;
  color: #152935;
  height: 2.5rem;
  padding: 0 1rem; }
.bx--time-picker__input-field:focus {
    outline: 1px solid #3d70b2; }
.bx--time-picker__input-field:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
/**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
.bx--slider-container {
  max-width: 37.5rem;
  min-width: 12.5rem;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
@media screen and (min-width: 768px) {
    .bx--slider-container {
      min-width: 21.875rem; } }
.bx--slider {
  position: relative;
  width: 100%;
  margin: 0 1rem; }
.bx--slider--disabled {
  opacity: 0.5; }
.bx--slider--disabled .bx--slider__thumb:hover {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.bx--slider--disabled .bx--slider__thumb:focus {
  box-shadow: none;
  outline: none; }
.bx--slider--disabled .bx--slider__thumb:active {
  background: #3d70b2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.bx--slider__range-label {
  font-size: 0.875rem;
  color: #5a6872; }
.bx--slider__range-label:last-of-type {
    margin-right: 1rem; }
.bx--slider__track {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  background: #8c9ba5;
  cursor: pointer;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
.bx--slider__filled-track {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  background: #3d70b2;
  -webkit-transform-origin: left;
          transform-origin: left;
  pointer-events: none;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
.bx--slider__thumb {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  background: #3d70b2;
  border-radius: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: background 100ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 100ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 100ms cubic-bezier(0.5, 0, 0.1, 1), background 100ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 100ms cubic-bezier(0.5, 0, 0.1, 1), background 100ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 100ms cubic-bezier(0.5, 0, 0.1, 1);
  cursor: pointer;
  outline: none; }
.bx--slider__thumb--clicked {
    transition: left 250ms cubic-bezier(0.5, 0, 0.1, 1); }
.bx--slider__thumb:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05); }
.bx--slider__thumb:focus {
    box-shadow: 0 0 0 3px #7cc7ff;
    outline: 1px solid transparent; }
.bx--slider__thumb:active {
    background: #36649f;
    -webkit-transform: translate(-50%, -50%) scale(1.25);
            transform: translate(-50%, -50%) scale(1.25); }
.bx--slider__input {
  display: none; }
.bx--slider-text-input,
.bx-slider-text-input {
  width: 3.75rem;
  min-width: 0;
  height: 2rem;
  padding: 0;
  text-align: center;
  font-weight: 600;
  -moz-appearance: textfield; }
.bx--slider-text-input::-webkit-outer-spin-button, .bx--slider-text-input::-webkit-inner-spin-button,
  .bx-slider-text-input::-webkit-outer-spin-button,
  .bx-slider-text-input::-webkit-inner-spin-button {
    display: none; }
.bx--slider-container.bx--skeleton .bx--slider__range-label {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: rgba(61, 112, 178, 0.1);
  width: 1.25rem;
  height: 0.75rem; }
.bx--slider-container.bx--skeleton .bx--slider__range-label:hover, .bx--slider-container.bx--skeleton .bx--slider__range-label:focus, .bx--slider-container.bx--skeleton .bx--slider__range-label:active {
    border: none;
    outline: none;
    cursor: default; }
.bx--slider-container.bx--skeleton .bx--slider__range-label:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(61, 112, 178, 0.1);
    -webkit-animation: 3000ms ease-in-out skeleton infinite;
            animation: 3000ms ease-in-out skeleton infinite; }
.bx--slider-container.bx--skeleton .bx--slider__track {
  cursor: default;
  pointer-events: none; }
.bx--slider-container.bx--skeleton .bx--slider__thumb {
  left: 50%;
  cursor: default;
  pointer-events: none; }
.bx--pagination {
  font-weight: 600;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
.bx--pagination .bx--pagination--inline .bx--select__arrow {
    right: 0.5rem; }
.bx--pagination .bx--select-input {
    padding: 0 1.25rem 0 0.5rem; }
.ibm--header__user-nav {
  margin-right: 0.5rem;
  height: 50px;
  align-items: center;
  display: flex; }
.ibm--header__user-nav svg {
    fill: #3d70b2; }
.ibm--header__user-name {
  color: #3d70b2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px; }
.ibm--header__nav.bx--overflow-menu-options {
  left: inherit !important;
  right: 1px !important;
  top: 45px !important; }
.ibm--header__nav.bx--overflow-menu-options--open {
    outline: transparent;
    box-shadow: transparent; }
.ibm--header .bx--overflow-menu:focus {
  box-shadow: -1px -1px 2px #7cc7ff; }
.bx--overflow-menu-options-hidden-arrow:before {
  content: none; }
.bx--modal-content-scroll {
  overflow-y: auto;
  max-height: 350px;
  overflow-x: hidden; }
.bx--modal-content-scroll .bx--structured-list-td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px; }
.bx--modal-content-scroll::-webkit-scrollbar-track {
    background-color: #eff2f5; }
.bx--modal-content-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #eff2f5; }
.bx--modal-content-scroll::-webkit-scrollbar-thumb {
    background-color: #8c9ba5; }
.bx--modal-container {
  max-width: 100%; }
.bx--breadcrumb {
  margin-left: 0.5rem; }
.bx--breadcrumb .bx--link {
    padding: 16px 0;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent; }
.bx--breadcrumb .bx--link:hover, .bx--breadcrumb .bx--link:focus {
      border-bottom: 2px solid #3d70b2;
      border-top: 2px solid transparent; }
.bx--structured-list {
  margin-bottom: 0; }
.bx--structured-list-content--nowrap {
    white-space: normal; }
.bx--structured-list-td-display-on-selected {
    display: none; }
.bx--structured-list-row--selected .bx--structured-list-td-display-on-selected {
    display: block; }
#ketcher-frame {
  min-height: calc(100vh - 144px) !important; }
body.ibm {
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * We flag this variable as true if someone uses the globals/scss/styles.scss
 * entry-point. This allows us to collect all the messages and display them at
 * the end of the file instead of bringing it up per-component.
 *
 * If a consumer instead gets the components by importing the partial directly,
 * this variable _will not_ be set to true, so the deprecation message will be
 * displayed after the @import.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /* Stroke animations */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /*
        /*rtl:begin:ignore*/
  /*
        /*rtl:end:ignore*/
  /*
        /*rtl:begin:ignore*/
  /*
        /*rtl:end:ignore*/
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /* Stroke animations */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */
  /**
 * Generic `deprecate` mixin that is being used to indicate that a component is
 * no longer going to be present in the next major release of Carbon.
 */ }
body.ibm .btn--clean {
    background: transparent;
    position: relative;
    border: 0;
    padding: 0.625rem;
    display: flex;
    align-items: center;
    cursor: pointer; }
body.ibm .btn--clean svg {
      fill: #5a6872; }
body.ibm .btn--clean--sm {
      padding: 0.3125rem; }
body.ibm .btn--clean--sm svg {
        height: 15px; }
body.ibm .btn--clean[disabled] {
      opacity: 0.5; }
body.ibm .btn--social {
    padding: 10px;
    border: 2px solid #000;
    background: transparent;
    font-weight: 600;
    position: relative;
    padding: 10px 10px 10px 45px; }
body.ibm .btn--social__icons {
      position: absolute;
      left: 15px;
      top: 7px; }
body.ibm .btn--social__facebook {
      color: #3d70b2;
      border: 2px solid #3d70b2;
      padding-left: 35px; }
body.ibm .btn--social__google-plus {
      color: #ea4335;
      border: 2px solid #ea4335; }
body.ibm .btn--disabled {
    opacity: 0.5; }
body.ibm .show-filters-button {
    cursor: pointer;
    border: none;
    background: white;
    padding: 0.4rem 0.65rem; }
body.ibm .show-filters-button svg {
      width: 20px;
      fill: #3d70b2; }
body.ibm .show-filters-button:focus {
      outline: 0; }
body.ibm .bx--btn.bx--btn--single-icon .bx--btn__icon {
    margin-left: 0rem; }
body.ibm .avatar {
    display: inline-block;
    background-color: #3d70b2;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
body.ibm .avatar--xs {
      height: 24px;
      width: 24px; }
body.ibm .avatar--sm {
      height: 30px;
      width: 30px; }
body.ibm .avatar--md {
      height: 50px;
      width: 50px; }
body.ibm .avatar--xl {
      height: 174px;
      width: 174px; }
body.ibm .ibm--select-input-transparent {
    background: transparent;
    color: #5a6872; }
body.ibm .ibm--select__arrow {
    top: 1rem; }
body.ibm .ibm--textarea {
    background: #e2e8f2;
    border: 0;
    padding: 1rem; }
body.ibm .ibm--dropdown {
    border: 2px solid #3d70b2;
    background: transparent;
    width: auto; }
body.ibm .ibm--dropdown__arrow {
      top: 1rem; }
body.ibm .ibm--dropdown-text {
      padding-top: 0.625rem;
      color: #3d70b2; }
body.ibm .ibm-bx-input-number.is-invalid input {
    box-shadow: 0 2px 0 0 #e0182d; }
body.ibm .ibm-label-align {
    padding-top: 2px; }
body.ibm .badge--notification {
    background: #e71d32;
    display: inline-block;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    color: #fff;
    font-size: 0.625rem; }
body.ibm .badge--notification--absolute {
      position: absolute;
      right: 7px;
      top: 7px; }
body.ibm .info-box {
    display: flex;
    align-items: center;
    padding: 0.3rem 0.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    background-color: #e0e5ec; }
body.ibm .status-dot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    margin: 0px 5px; }
body.ibm .ibm-bg-blue-100 {
    background-color: #e2e8f2; }
body.ibm .ibm-bg-grey-400 {
    background-color: #f5f7fa; }
body.ibm .ibm-bg-white {
    background-color: #fff; }
body.ibm .ibm-blue-500-fill {
    fill: #3d70b2; }
body.ibm .ibm-blue-500 {
    color: #3d70b2; }
body.ibm .ibm-red-700-fill {
    fill: #e0182d; }
body.ibm .ibm-red-700-bkg {
    background-color: #e0182d; }
body.ibm .bx--btn--blue:hover, body.ibm .bx--btn--blue:focus {
    background-color: #e2e8f2; }
body.ibm .bx--tag--done {
    background-color: #c8f08f;
    color: #2d660a; }
body.ibm .bx--tag--success {
    background-color: #c8f08f;
    color: #2d660a; }
body.ibm .bx--tag--retrosynthesis_ready {
    background-color: #dfe3e6;
    color: #394b54; }
body.ibm .bx--tag--error {
    background-color: #ffd6e8;
    color: #9f1853; }
body.ibm .bx--tag--pending {
    background-color: #fde876;
    color: #735f00; }
body.ibm .bx--tag--processing {
    background-color: #d0e2ff;
    color: #0043ce; }
body.ibm .bx--tag--new {
    background-color: #dfe3e6;
    color: #394b54; }
body.ibm .bx--tag--running {
    background-color: #9cffbe;
    color: #152935; }
body.ibm .bx--tag--stopped {
    background-color: #ffd7d9;
    color: #a2191f; }
body.ibm .bx--tag--paused {
    background-color: #ffd4a0;
    color: #a53725; }
body.ibm .ibm--header {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    align-items: center;
    min-height: 52px; }
body.ibm .ibm--header.ibm--header-without-shadow {
      box-shadow: none; }
body.ibm .ibm--header__fixed {
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 999;
      left: 0; }
body.ibm .ibm--header__fixed_second_row {
        top: 52px; }
body.ibm .ibm--header__logo {
      padding: 10px;
      border-right: 1px solid #eff2f5;
      padding: 10px 20px 10px 15px;
      text-decoration: none; }
body.ibm .ibm--header__menu-overflow-options-attempts {
      margin: -7px 0 0 -5px;
      outline: transparent; }
body.ibm .ibm--header__menu-overflow-options-collections {
      margin: -7px 0 0 -10px;
      outline: transparent; }
body.ibm .ibm--header__menu li {
      list-style: none;
      display: inline; }
body.ibm .ibm--header__menu li a {
        padding: 0 0.4rem;
        display: inline-block;
        font-size: 0.875rem;
        text-decoration: none;
        font-weight: 600;
        color: #5a6872; }
body.ibm .ibm--header__menu li a:hover {
          color: #3d70b2; }
body.ibm .ibm--header__menu li a span {
          padding: 16px 0;
          display: inline-block;
          border-top: 2px solid transparent;
          border-bottom: 2px solid transparent; }
body.ibm .ibm--header__menu li.active a {
        color: #3d70b2; }
body.ibm .ibm--header__menu li.active a span {
          border-top: 2px solid transparent;
          border-bottom: 2px solid #3d70b2; }
body.ibm .ibm--header__account {
      display: flex; }
body.ibm .ibm--header__account > .btn--clean {
        min-height: 50px;
        min-width: 50px; }
body.ibm .ibm--header__user-name {
      padding: 0 0.5rem; }
body.ibm .ibm--header__logo {
    padding-left: 0;
    margin-left: 35px; }
body.ibm .header-separator {
    height: 34px;
    width: 1px;
    background-color: #eaeaea;
    display: inline-block; }
body.ibm html,
  body.ibm body {
    height: 100%;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif; }
body.ibm hr {
    border: 0;
    border-top: solid 1px #dfe3e6;
    background: transparent; }
body.ibm .ibm--body__fixed {
    padding-top: 55px;
    width: 100%;
    display: block; }
@media (min-width: 1600px) {
    body.ibm .bx--grid {
      margin-left: 5%;
      margin-right: 5%; } }
@media (max-width: 992px) {
    body.ibm .ibm--hidden-on-sm {
      display: none; } }
@media (min-width: 992px) {
    body.ibm .ibm--hidden-on-lg {
      display: none; } }
body.ibm a {
    cursor: pointer; }
body.ibm .m-0 {
    margin: 0; }
body.ibm .m-auto {
    margin: 0 auto !important; }
body.ibm .ml-auto {
    margin-left: auto; }
body.ibm .mb-0 {
    margin-bottom: 0; }
body.ibm .mb-1 {
    margin-bottom: 1rem; }
body.ibm .mb-2 {
    margin-bottom: 1.5rem; }
body.ibm .mb-3 {
    margin-bottom: 2rem; }
body.ibm .ml-0 {
    margin-left: 0; }
body.ibm .ml-05 {
    margin-left: 0.5rem; }
body.ibm .ml-1 {
    margin-left: 1rem; }
body.ibm .ml-2 {
    margin-left: 1.5rem; }
body.ibm .ml-3 {
    margin-left: 2rem; }
body.ibm .mr-0 {
    margin-right: 0 !important; }
body.ibm .mr-1 {
    margin-right: 1rem !important; }
body.ibm .mr-2 {
    margin-right: 1.5rem !important; }
body.ibm .mr-3 {
    margin-right: 2rem !important; }
body.ibm .mt-0 {
    margin-top: 0 !important; }
body.ibm .mt-05 {
    margin-top: 0.5rem !important; }
body.ibm .mt-1 {
    margin-top: 1rem !important; }
body.ibm .mt-2 {
    margin-top: 1.5rem !important; }
body.ibm .mt-3 {
    margin-top: 2rem !important; }
body.ibm .my-05 {
    margin: 0.5rem 0; }
body.ibm .my-1 {
    margin: 1rem 0; }
body.ibm .my-2 {
    margin: 1.5rem 0; }
body.ibm .my-3 {
    margin: 2rem 0; }
body.ibm .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
body.ibm .mx-1 {
    margin: 0 1rem; }
body.ibm .mx-2 {
    margin: 0 1.5rem; }
body.ibm .mx-3 {
    margin: 0 2rem; }
body.ibm .py-0 {
    padding-top: 0;
    padding-bottom: 0; }
body.ibm .py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
body.ibm .py-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
body.ibm .py-3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
body.ibm .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
body.ibm .px-1 {
    padding-right: 1rem;
    padding-left: 1rem; }
body.ibm .px-2 {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
body.ibm .px-3 {
    padding-right: 2rem;
    padding-left: 2rem; }
body.ibm .p-0 {
    padding: 0; }
body.ibm .p-1 {
    padding: 1rem; }
body.ibm .p-2 {
    padding: 1.5rem; }
body.ibm .p-3 {
    padding: 2rem; }
body.ibm .pt-0 {
    padding-top: 0; }
body.ibm .pt-1 {
    padding-top: 1rem; }
body.ibm .pt-2 {
    padding-top: 1.5rem; }
body.ibm .pt-3 {
    padding-top: 2rem; }
body.ibm .pb-0 {
    padding-bottom: 0; }
body.ibm .pb-1 {
    padding-bottom: 1rem; }
body.ibm .pb-2 {
    padding-bottom: 1.5rem; }
body.ibm .pb-3 {
    padding-bottom: 2rem; }
body.ibm .pr-0 {
    padding-right: 0; }
body.ibm .pr-05 {
    padding-right: 0.5rem; }
body.ibm .pr-1 {
    padding-right: 1rem; }
body.ibm .pr-2 {
    padding-right: 1.5rem; }
body.ibm .pr-3 {
    padding-right: 2rem; }
body.ibm .align {
    display: flex;
    align-items: center; }
body.ibm .align-right {
      justify-content: flex-end; }
body.ibm .align-left {
      justify-content: flex-start; }
body.ibm .align-center {
      align-items: center;
      justify-content: space-between; }
body.ibm .float-right {
    float: right; }
body.ibm .flex-grow-none {
    flex-grow: unset; }
body.ibm .muted {
    color: #8c9ba5 !important; }
body.ibm .d-inline-block {
    display: inline-block; }
body.ibm .d-inline {
    display: inline; }
body.ibm .d-block {
    display: block; }
body.ibm .font-weight-light {
    font-weight: 300; }
body.ibm .font-weight-normal {
    font-weight: 400; }
body.ibm .font-weight-semibold {
    font-weight: 600; }
body.ibm .text-uppercase {
    text-transform: uppercase; }
body.ibm .text-lowercase {
    text-transform: lowercase; }
body.ibm .text-decoration-none {
    text-decoration: none; }
body.ibm .text-center {
    text-align: center; }
body.ibm .text-left {
    text-align: left; }
body.ibm .small--xs {
    font-size: 0.75rem; }
body.ibm .small--sm {
    font-size: 0.875rem; }
body.ibm .small--md {
    font-size: 1rem; }
body.ibm .break-all {
    word-break: break-all; }
body.ibm .w-50 {
    width: 50%; }
body.ibm .w-100 {
    width: 100%; }
body.ibm .h-100 {
    height: 100%; }
body.ibm .clear-both {
    clear: both; }
body.ibm .hidden {
    display: none; }
body.ibm .text-danger {
    color: #e0182d; }
body.ibm .d-block {
    display: block; }
body.ibm .d-flex {
    display: flex; }
body.ibm .align-items-center {
    align-items: center; }
body.ibm .align-items-stretch {
    align-items: stretch; }
body.ibm .align-items-baseline {
    align-items: baseline; }
body.ibm .align-items-end {
    align-items: flex-end; }
body.ibm .align-items-start {
    align-items: flex-start; }
body.ibm .justify-content-center {
    justify-content: center; }
body.ibm .justify-content-end {
    justify-content: flex-end; }
body.ibm .justify-content-start {
    justify-content: flex-start; }
body.ibm .justify-content-between {
    justify-content: space-between; }
body.ibm .flex-grow-1 {
    flex-grow: 1; }
body.ibm .flex-column {
    flex-direction: column; }
body.ibm .align-items-center {
    align-items: center; }
body.ibm .font-weight-bold {
    font-weight: bold; }
body.ibm .justify-content-between {
    justify-content: space-between; }
body.ibm .position-static {
    position: static !important; }
body.ibm .position-relative {
    position: relative; }
body.ibm .position-absolute {
    position: absolute; }
body.ibm .header-separator {
    height: 34px;
    width: 1px;
    background-color: #eaeaea;
    display: inline-block; }
body.ibm .h-divider {
    border-bottom: 1px solid #eaeaea;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
body.ibm .border-bottom {
    border-bottom: 1px solid #eaeaea; }
body.ibm .border-left-2 {
    border-right: 2px solid #eaeaea; }
body.ibm .overflow-auto {
    overflow: auto; }
body.ibm .min-h-0 {
    min-height: 0; }
body.ibm .text-right {
    text-align: right; }
body.ibm .invisible {
    visibility: hidden; }
body.ibm .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
body.ibm .text-nowrap {
    white-space: nowrap !important; }
body.ibm .text-pre-line {
    white-space: pre-line !important; }
body.ibm .ibm--welcome-sidebar {
    min-height: 100vh;
    background: #000;
    background: #3c6eb0;
    background: linear-gradient(to bottom, #3c6eb0 0%, #123681 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
body.ibm .ibm--welcome-sidebar--title {
      color: #fff;
      font-size: 5rem;
      padding: 1rem;
      text-align: center;
      z-index: 999; }
body.ibm .ibm--welcome-sidebar--title a {
        color: #fff;
        text-decoration: none; }
body.ibm .ibm--welcome-sidebar--subtitle {
      font-size: 2rem;
      display: block; }
body.ibm .ibm--welcome-sidebar__logo {
      min-height: 100px; }
body.ibm .ibm--welcome-sidebar::after {
      content: '';
      width: 100%;
      height: 100vh;
      background: url("/rxn/assets/img/login/login-pattern.png") no-repeat bottom left;
      background-size: cover;
      position: absolute;
      display: inline-block;
      left: 0; }
body.ibm .ibm--loginForm {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff; }
body.ibm .ibm--loginForm--terms {
      padding: 5px;
      position: absolute;
      right: 1.225rem;
      bottom: 0.15rem;
      display: block;
      font-size: 0.8rem;
      font-weight: bold; }
body.ibm .ibm--loginForm--terms a {
        padding: 1rem 0.5rem;
        display: inline-block;
        color: #000;
        text-decoration: none; }
body.ibm .ibm--loginForm--terms a:hover {
          color: #3c6eb0; }
body.ibm .ibm--loginForm--wrap {
      text-align: center; }
body.ibm .ibm--loginForm--logo {
      display: block;
      margin: 0 auto;
      max-height: 300px;
      margin-top: 30%; }
body.ibm .ibm--loginForm--privacy {
      font-size: 0.875rem;
      padding: 2rem 4rem;
      text-align: left;
      max-width: 700px;
      color: #8c9ba5; }
body.ibm .ibm--loginForm__sign-up, body.ibm .ibm--loginForm__sign-in, body.ibm .ibm--loginForm__password-recovery, body.ibm .ibm--loginForm__change-password {
      width: 100%;
      max-width: 520px;
      margin: 0 auto;
      padding: 1rem; }
body.ibm .or-separator {
    display: block;
    color: #8c9ba5;
    position: relative;
    z-index: 1;
    text-align: center; }
body.ibm .or-separator span {
      background: #fff; }
body.ibm .or-separator:before {
      border-top: 1px solid #dfe3e6;
      content: '';
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      width: 70%;
      z-index: -1; }
body.ibm .or-separator-100:before {
      width: 100%; }
body.ibm .ibm--card {
    width: 100%;
    height: 100%;
    position: relative; }
body.ibm .ibm--card .reaction-image {
      max-width: 100%; }
body.ibm .ibm--card__overview {
      padding: 1rem 1rem 80px 1rem;
      height: auto; }
body.ibm .ibm--card__about {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border-bottom: 1px solid #e0e5ec;
      padding-bottom: 8px; }
body.ibm .ibm--card__footer {
      height: auto;
      min-height: 65px;
      position: absolute;
      width: 100%;
      bottom: 0; }
body.ibm .ibm--card__molecule--name .bx--checkbox-label {
      padding-left: 1.1rem; }
body.ibm .ibm--card__molecule-preview img {
      max-width: 100%; }
body.ibm .ibm--card__molecule-preview--reaction {
      max-width: 100%; }
body.ibm .ibm--card__molecule-formula {
      word-break: break-all;
      padding: 1rem 0; }
body.ibm .ibm--layer_raised {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate-end-p1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate-end-p2 {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 40; } }
@keyframes stroke-end {
  0% {
    stroke-dashoffset: 40; }
  100% {
    stroke-dashoffset: 240; } }
body.ibm .bx--file {
    width: 100%; }
body.ibm .bx--file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    visibility: visible;
    white-space: nowrap; }
body.ibm .bx--file-btn {
    display: inline-flex;
    margin: 0; }
body.ibm .bx--label-description {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #5a6872;
    margin-bottom: 1.5rem; }
body.ibm .bx--file-container {
    display: block;
    width: 100%;
    margin-top: 1.5rem; }
body.ibm .bx--file__selected-file {
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.875rem;
    background-color: rgba(61, 112, 178, 0.1);
    padding: 0 1rem;
    margin-bottom: 1rem; }
body.ibm .bx--file__selected-file:last-child {
      margin-bottom: 0; }
body.ibm .bx--file-filename {
    font-size: 0.75rem;
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-flex;
    align-items: center;
    color: #152935;
    margin-right: 1rem;
    height: 1.875rem; }
body.ibm .bx--file__state-container {
    display: flex;
    align-items: center; }
body.ibm .bx--file__state-container .bx--loading {
      width: 1.125rem;
      height: 1.125rem;
      margin-right: 0.5rem; }
body.ibm .bx--file__state-container .bx--loading__svg {
      stroke: #8c9ba5; }
body.ibm .bx--file__state-container .bx--file-close,
  body.ibm .bx--file__state-container .bx--file-complete {
    width: 1rem;
    height: 1rem;
    fill: #152935;
    cursor: pointer; }
body.ibm .bx--file__state-container .bx--file-close:focus,
    body.ibm .bx--file__state-container .bx--file-complete:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--file__state-container .bx--file-close {
    fill: #8c9ba5; }
body.ibm .bx--file__state-container .bx--file-complete {
    fill: #5aa700; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    visibility: visible;
    white-space: nowrap; }
body.ibm .bx--toggle__label {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
    cursor: pointer;
    margin: 1rem 0; }
body.ibm .bx--toggle__appearance {
    position: relative;
    width: 3rem; }
body.ibm .bx--toggle__appearance:before {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 0.25rem;
      top: -2px;
      background-color: #8c9ba5;
      transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
      cursor: pointer; }
body.ibm .bx--toggle__appearance:after {
      box-sizing: border-box;
      position: absolute;
      display: block;
      border: 2px solid #8c9ba5;
      cursor: pointer;
      top: -12px;
      width: 1.5rem;
      height: 1.5rem;
      background-color: #fff;
      border-radius: 50%;
      content: '';
      transition: 250ms cubic-bezier(0.5, 0, 0.1, 1); }
body.ibm .bx--toggle--small + .bx--toggle__label {
    width: 2rem; }
body.ibm .bx--toggle--small + .bx--toggle__label .bx--toggle__appearance {
    width: 2rem;
    height: 1rem; }
body.ibm .bx--toggle--small + .bx--toggle__label .bx--toggle__appearance:before {
      box-sizing: border-box;
      height: 1rem;
      width: 2rem;
      border-radius: 0.9375rem;
      background-color: transparent;
      border: 2px solid #8c9ba5;
      top: 0; }
body.ibm .bx--toggle--small + .bx--toggle__label .bx--toggle__appearance:after {
      width: 0.625rem;
      height: 0.625rem;
      background-color: #8c9ba5;
      border: none;
      top: 3px;
      left: 3px; }
body.ibm .bx--toggle__check {
    fill: #8c9ba5;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }
body.ibm .bx--toggle--small:checked + .bx--toggle__label .bx--toggle__check {
    fill: #3d70b2;
    -webkit-transform: scale(1) translateX(16px);
            transform: scale(1) translateX(16px); }
body.ibm .bx--toggle__text--left,
  body.ibm .bx--toggle__text--right {
    font-size: 0.875rem;
    position: relative; }
body.ibm .bx--toggle__text--left {
    margin-right: 0.5rem; }
body.ibm .bx--toggle__text--right {
    margin-left: 0.5rem; }
body.ibm .bx--toggle:checked + .bx--toggle__label .bx--toggle__appearance:before {
    background-color: #3d70b2; }
body.ibm .bx--toggle:checked + .bx--toggle__label .bx--toggle__appearance:after {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    background-color: #3d70b2;
    box-shadow: none;
    border-color: #3d70b2; }
body.ibm .bx--toggle--small:checked + .bx--toggle__label .bx--toggle__appearance:before {
    background-color: #3d70b2;
    border-color: #3d70b2; }
body.ibm .bx--toggle--small:checked + .bx--toggle__label .bx--toggle__appearance:after {
    background-color: #fff;
    border-color: #fff;
    margin-left: 0px;
    -webkit-transform: translateX(17px);
            transform: translateX(17px); }
body.ibm .bx--toggle:focus + .bx--toggle__label .bx--toggle__appearance:before {
    outline: 1px solid transparent; }
body.ibm .bx--toggle:focus + .bx--toggle__label .bx--toggle__appearance:after {
    box-shadow: 0 0 0 3px #7cc7ff;
    outline: 1px solid transparent; }
body.ibm .bx--toggle--small:focus + .bx--toggle__label .bx--toggle__appearance:before {
    box-shadow: 0 0 0 3px #7cc7ff;
    outline: 1px solid transparent; }
body.ibm .bx--toggle--small:focus + .bx--toggle__label .bx--toggle__appearance:after {
    outline: none;
    box-shadow: none; }
body.ibm .bx--toggle:disabled + .bx--toggle__label {
    cursor: not-allowed;
    opacity: 0.5; }
body.ibm .bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance:before, body.ibm .bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance:after {
    cursor: not-allowed;
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1); }
body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label {
    cursor: default; }
body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__appearance:before, body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__appearance:after {
    background-color: #3d70b2;
    border-color: #3d70b2;
    cursor: default; }
body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__text--left,
  body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__text--right {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: rgba(61, 112, 178, 0.1);
    width: 1.25rem;
    height: 0.75rem; }
body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__text--left:hover, body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__text--left:focus, body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__text--left:active,
    body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__text--right:hover,
    body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__text--right:focus,
    body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__text--right:active {
      border: none;
      outline: none;
      cursor: default; }
body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__text--left:before,
    body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__text--right:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
      background: rgba(61, 112, 178, 0.1);
      -webkit-animation: 3000ms ease-in-out skeleton infinite;
              animation: 3000ms ease-in-out skeleton infinite; }
body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__appearance:before {
    background: transparent;
    border-color: #8c9ba5; }
body.ibm .bx--toggle.bx--skeleton + .bx--toggle__label > .bx--toggle__appearance:after {
    background-color: #8c9ba5;
    border: none; }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--select--inline {
    display: flex;
    align-items: center; }
body.ibm .bx--select--inline .bx--label {
      white-space: nowrap;
      margin: 0 0.5rem 0 0;
      font-weight: 400; }
body.ibm .bx--select--inline .bx--select-input {
      background-color: transparent;
      color: #3d70b2;
      font-weight: 600; }
body.ibm .bx--select--inline .bx--select-input:disabled ~ * {
        opacity: 0.5;
        cursor: not-allowed; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--snippet--code {
    font-family: "ibm-plex-mono", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, monospace;
    position: relative;
    max-width: 40rem;
    width: 100%;
    background-color: rgba(61, 112, 178, 0.1);
    padding: 1rem 2.5rem 1rem 1rem; }
body.ibm .bx--snippet code {
    font-size: 1rem; }
body.ibm .bx--snippet--code .bx--snippet-container {
    max-height: 12rem;
    overflow-y: scroll;
    margin-right: 1rem;
    position: relative; }
body.ibm .bx--snippet--code .bx--snippet-container pre {
    white-space: pre-wrap; }
body.ibm .bx--snippet--terminal {
    font-family: "ibm-plex-mono", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, monospace;
    position: relative;
    max-width: 40rem;
    width: 100%;
    background-color: #152935;
    color: #fff;
    height: 3.5rem;
    padding: 0 2.5rem 0 1rem; }
body.ibm .bx--snippet--terminal .bx--snippet-container {
    display: flex;
    align-items: center;
    height: 130%;
    white-space: nowrap;
    overflow-x: scroll;
    position: relative; }
body.ibm .bx--snippet__icon {
    fill: #3d70b2;
    height: 1.5rem;
    width: 1.125rem;
    transition: 250ms; }
body.ibm .bx--snippet__icon:hover {
      fill: #5596e6; }
body.ibm .bx--snippet--terminal .bx--snippet__icon {
    fill: #fff; }
body.ibm .bx--snippet--terminal .bx--snippet__icon:hover {
      fill: #5596e6; }
body.ibm .bx--snippet-button {
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0;
    height: 2rem;
    width: 2rem; }
body.ibm .bx--snippet-button:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--snippet .bx--btn--copy__feedback {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    z-index: 8000;
    font-weight: 600;
    left: inherit;
    top: 1rem;
    right: 1.25rem; }
body.ibm .bx--snippet--code.bx--skeleton {
    height: 6.125rem; }
body.ibm .bx--snippet--terminal.bx--skeleton {
    height: 3.5rem; }
body.ibm .bx--snippet.bx--skeleton .bx--snippet-container {
    height: 100%; }
body.ibm .bx--snippet.bx--skeleton code {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: rgba(61, 112, 178, 0.1);
    width: 100%;
    height: 1rem;
    display: block; }
body.ibm .bx--snippet.bx--skeleton code:hover, body.ibm .bx--snippet.bx--skeleton code:focus, body.ibm .bx--snippet.bx--skeleton code:active {
      border: none;
      outline: none;
      cursor: default; }
body.ibm .bx--snippet.bx--skeleton code:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
      background: rgba(61, 112, 178, 0.1);
      -webkit-animation: 3000ms ease-in-out skeleton infinite;
              animation: 3000ms ease-in-out skeleton infinite; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--content-switcher {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    display: flex;
    height: 2.5rem; }
body.ibm .bx--content-switcher-btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.875rem;
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    margin: 0;
    text-decoration: none;
    border: 1px solid #3d70b2;
    color: #3d70b2; }
body.ibm .bx--content-switcher-btn:focus {
      outline: 1px solid transparent;
      box-shadow: 0 2px 0 0 #7cc7ff, 0 -2px 0 0 #7cc7ff;
      background-color: #5596e6;
      z-index: 2;
      border-color: #5596e6;
      text-decoration: underline;
      color: #fff; }
body.ibm .bx--content-switcher-btn:hover {
      cursor: pointer; }
body.ibm .bx--content-switcher-btn:hover, body.ibm .bx--content-switcher-btn:active {
      background-color: #5596e6;
      border-color: #5596e6;
      color: #fff; }
body.ibm .bx--content-switcher__icon {
    margin-right: 0.5rem;
    fill: currentColor; }
body.ibm .bx--content-switcher__icon * {
      fill: currentColor; }
body.ibm .bx--content-switcher-btn:not(:last-of-type) {
    border-right: none; }
body.ibm .bx--content-switcher-btn:not(:first-of-type) {
    border-left: 1px solid #3d70b2; }
body.ibm .bx--content-switcher-btn:first-of-type {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px; }
body.ibm .bx--content-switcher-btn:first-of-type:hover {
      border-color: #5596e6; }
body.ibm .bx--content-switcher-btn:first-of-type:focus {
      box-shadow: -2px 0 0 0 #7cc7ff, 0 2px 0 0 #7cc7ff, 0 -2px 0 0 #7cc7ff;
      z-index: 0; }
body.ibm .bx--content-switcher-btn:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
body.ibm .bx--content-switcher-btn:last-of-type:hover {
      border-color: #5596e6; }
body.ibm .bx--content-switcher-btn:last-of-type:focus {
      box-shadow: 2px 0 0 0 #7cc7ff, 0 2px 0 0 #7cc7ff, 0 -2px 0 0 #7cc7ff;
      z-index: 0; }
body.ibm .bx--content-switcher-btn.bx--content-switcher--selected {
    background-color: #3d70b2;
    color: #fff;
    font-weight: 400;
    outline: 1px solid transparent; }
body.ibm .bx--content-switcher-btn.bx--content-switcher--selected:hover {
      border-color: #3d70b2; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .flatpickr-calendar {
    background: transparent;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 0;
    -webkit-animation: none;
            animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 315px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }
body.ibm .flatpickr-calendar.open,
  body.ibm .flatpickr-calendar.inline {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    max-height: 640px; }
body.ibm .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999; }
body.ibm .flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }
body.ibm .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px; }
body.ibm .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px); }
body.ibm .flatpickr-calendar.static.open {
    z-index: 999;
    display: block; }
body.ibm .flatpickr-calendar.hasWeeks {
    width: auto; }
body.ibm .flatpickr-calendar .hasWeeks .dayContainer,
  body.ibm .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
body.ibm .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0; }
body.ibm .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6; }
body.ibm .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto; }
body.ibm .flatpickr-calendar:before,
  body.ibm .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px; }
body.ibm .flatpickr-calendar.rightMost:before,
  body.ibm .flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px; }
body.ibm .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px; }
body.ibm .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px; }
body.ibm .flatpickr-calendar.arrowTop:before,
  body.ibm .flatpickr-calendar.arrowTop:after {
    bottom: 100%; }
body.ibm .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6; }
body.ibm .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff; }
body.ibm .flatpickr-calendar.arrowBottom:before,
  body.ibm .flatpickr-calendar.arrowBottom:after {
    top: 100%; }
body.ibm .flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6; }
body.ibm .flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff; }
body.ibm .flatpickr-calendar:focus {
    outline: 0; }
body.ibm .flatpickr-wrapper {
    position: relative;
    display: inline-block; }
body.ibm .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden; }
body.ibm .flatpickr-prev-month,
  body.ibm .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    line-height: 16px;
    height: 28px;
    padding: 10px calc(3.57% - 1.5px);
    z-index: 3; }
body.ibm .flatpickr-prev-month i,
  body.ibm .flatpickr-next-month i {
    position: relative; }
body.ibm .flatpickr-prev-month.flatpickr-prev-month,
  body.ibm .flatpickr-next-month.flatpickr-prev-month {
    /*
        /*rtl:begin:ignore*/
    /*
        */
    left: 0;
    /*
        /*rtl:end:ignore*/
    /*
        */ }
body.ibm .flatpickr-prev-month.flatpickr-next-month,
  body.ibm .flatpickr-next-month.flatpickr-next-month {
    /*
        /*rtl:begin:ignore*/
    /*
        */
    right: 0;
    /*
        /*rtl:end:ignore*/
    /*
        */ }
body.ibm .flatpickr-prev-month:hover,
  body.ibm .flatpickr-next-month:hover {
    color: #959ea9; }
body.ibm .flatpickr-prev-month:hover svg,
  body.ibm .flatpickr-next-month:hover svg {
    fill: #f64747; }
body.ibm .flatpickr-prev-month svg,
  body.ibm .flatpickr-next-month svg {
    width: 14px; }
body.ibm .flatpickr-prev-month svg path,
  body.ibm .flatpickr-next-month svg path {
    transition: fill 0.1s;
    fill: inherit; }
body.ibm .numInputWrapper {
    position: relative;
    height: auto; }
body.ibm .numInputWrapper input,
  body.ibm .numInputWrapper span {
    display: inline-block; }
body.ibm .numInputWrapper input {
    width: 100%; }
body.ibm .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.05);
    box-sizing: border-box; }
body.ibm .numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1); }
body.ibm .numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2); }
body.ibm .numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
    top: 33%; }
body.ibm .numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0; }
body.ibm .numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6); }
body.ibm .numInputWrapper span.arrowDown {
    top: 50%; }
body.ibm .numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6); }
body.ibm .numInputWrapper span svg {
    width: inherit;
    height: auto; }
body.ibm .numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5); }
body.ibm .numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05); }
body.ibm .numInputWrapper:hover span {
    opacity: 1; }
body.ibm .flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
body.ibm .flatpickr-current-month.slideLeft {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
body.ibm .flatpickr-current-month.slideLeftNew {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
body.ibm .flatpickr-current-month.slideRight {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); }
body.ibm .flatpickr-current-month.slideRightNew {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
    -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
body.ibm .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0; }
body.ibm .flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05); }
body.ibm .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block; }
body.ibm .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9); }
body.ibm .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9); }
body.ibm .flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: default;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: baseline; }
body.ibm .flatpickr-current-month input.cur-year:focus {
    outline: 0; }
body.ibm .flatpickr-current-month input.cur-year[disabled],
  body.ibm .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none; }
body.ibm .flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 315px;
    display: flex;
    align-items: center;
    height: 28px; }
body.ibm span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder; }
body.ibm .dayContainer,
  body.ibm .flatpickr-weeks {
    padding: 1px 0 0 0; }
body.ibm .flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 315px; }
body.ibm .flatpickr-days:focus {
    outline: 0; }
body.ibm .dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 315px;
    min-width: 315px;
    max-width: 315px;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1; }
body.ibm .flatpickr-calendar.animate .dayContainer.slideLeft {
    -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
body.ibm .flatpickr-calendar.animate .dayContainer.slideLeft,
  body.ibm .flatpickr-calendar.animate .dayContainer.slideLeftNew {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); }
body.ibm .flatpickr-calendar.animate .dayContainer.slideLeftNew {
    -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
body.ibm .flatpickr-calendar.animate .dayContainer.slideRight {
    -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
body.ibm .flatpickr-calendar.animate .dayContainer.slideRightNew {
    -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
body.ibm .flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    display: inline-block;
    position: relative;
    justify-content: center;
    text-align: center; }
body.ibm .flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }
body.ibm .rangeMode .flatpickr-day {
    margin-top: 1px; }
body.ibm .flatpickr-weekwrapper {
    display: inline-block;
    float: left; }
body.ibm .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #e6e6e6; }
body.ibm .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px; }
body.ibm .flatpickr-weekwrapper span.flatpickr-day {
    display: block;
    width: 100%;
    max-width: none; }
body.ibm .flatpickr-innerContainer {
    display: block;
    display: flex;
    box-sizing: border-box;
    overflow: hidden; }
body.ibm .flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box; }
body.ibm .flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex; }
body.ibm .flatpickr-time:after {
    content: "";
    display: table;
    clear: both; }
body.ibm .flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left; }
body.ibm .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939; }
body.ibm .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939; }
body.ibm .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%; }
body.ibm .flatpickr-time.time24hr .numInputWrapper {
    width: 49%; }
body.ibm .flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    cursor: pointer;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box; }
body.ibm .flatpickr-time input.flatpickr-hour {
    font-weight: bold; }
body.ibm .flatpickr-time input.flatpickr-minute,
  body.ibm .flatpickr-time input.flatpickr-second {
    font-weight: 400; }
body.ibm .flatpickr-time input:focus {
    outline: 0;
    border: 0; }
body.ibm .flatpickr-time .flatpickr-time-separator,
  body.ibm .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-grid-row-align: center;
    align-self: center; }
body.ibm .flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400; }
body.ibm .flatpickr-time .flatpickr-am-pm:hover,
  body.ibm .flatpickr-time .flatpickr-am-pm:focus {
    background: #f0f0f0; }
body.ibm .flatpickr-input[readonly] {
    cursor: pointer; }
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }
@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }
@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }
@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }
@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }
@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }
@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }
@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }
@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
body.ibm .bx--date-picker {
    display: flex;
    align-items: flex-start; }
body.ibm .bx--date-picker-container {
    position: relative; }
body.ibm .bx--date-picker.bx--date-picker--simple .bx--date-picker__input {
    width: 7.125rem; }
body.ibm .bx--date-picker.bx--date-picker--simple.bx--date-picker--short .bx--date-picker__input {
    width: 5.7rem; }
body.ibm .bx--date-picker.bx--date-picker--single .bx--date-picker__input {
    width: 9rem; }
body.ibm .bx--date-picker__input {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    font-size: 0.875rem;
    display: block;
    position: relative;
    height: 2.5rem;
    max-width: 9rem;
    padding: 0 1rem;
    background-color: rgba(61, 112, 178, 0.1);
    color: #152935;
    border: 1px solid transparent; }
body.ibm .bx--date-picker__input:focus, body.ibm .bx--date-picker__input.bx--focused {
      outline: 1px solid #3d70b2; }
body.ibm .bx--date-picker__input:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
body.ibm .bx--date-picker__input:disabled:hover {
      border: 1px solid transparent; }
body.ibm .bx--date-picker__input::-webkit-input-placeholder {
      color: #5a6872; }
body.ibm .bx--date-picker__icon {
    position: absolute;
    top: 2.25rem;
    left: 1rem;
    fill: #3d70b2;
    cursor: pointer;
    z-index: 1; }
body.ibm .bx--date-picker__icon + .bx--date-picker__input {
    padding-left: 3rem; }
body.ibm .bx--date-picker--range {
    display: flex;
    position: relative; }
body.ibm .bx--date-picker--range > .bx--date-picker-container:first-child {
    margin-right: 0.5rem; }
body.ibm .bx--date-picker--range .bx--date-picker__icon {
    right: -1.75rem;
    left: auto; }
body.ibm .bx--date-picker--range .bx--date-picker__input {
    width: 7.075rem; }
body.ibm .bx--date-picker__calendar,
  body.ibm .flatpickr-calendar.open {
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem 0.25rem;
    width: 17.8125rem !important;
    height: 14.375rem;
    border-radius: 0;
    border: none;
    overflow: hidden;
    margin-top: -1px; }
body.ibm .bx--date-picker__calendar:before, body.ibm .bx--date-picker__calendar:after,
    body.ibm .flatpickr-calendar.open:before,
    body.ibm .flatpickr-calendar.open:after {
      display: none; }
body.ibm .bx--date-picker__calendar:focus,
    body.ibm .flatpickr-calendar.open:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--date-picker__month,
  body.ibm .flatpickr-month {
    width: 100%;
    margin-bottom: 0.25rem; }
body.ibm .bx--date-picker__month .flatpickr-prev-month,
  body.ibm .bx--date-picker__month .flatpickr-next-month,
  body.ibm .flatpickr-month .flatpickr-prev-month,
  body.ibm .flatpickr-month .flatpickr-next-month {
    padding: 0;
    line-height: 1.25rem;
    fill: #152935; }
body.ibm .bx--date-picker__month .flatpickr-prev-month:hover svg,
    body.ibm .bx--date-picker__month .flatpickr-next-month:hover svg,
    body.ibm .flatpickr-month .flatpickr-prev-month:hover svg,
    body.ibm .flatpickr-month .flatpickr-next-month:hover svg {
      fill: #3d70b2; }
body.ibm .bx--date-picker__month .flatpickr-current-month,
  body.ibm .flatpickr-month .flatpickr-current-month {
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0; }
body.ibm .bx--date-picker__month .flatpickr-current-month svg,
  body.ibm .flatpickr-month .flatpickr-current-month svg {
    fill: #152935; }
body.ibm .bx--date-picker__month .flatpickr-current-month .cur-month,
  body.ibm .flatpickr-month .flatpickr-current-month .cur-month {
    margin-right: 0.25rem;
    color: #152935; }
body.ibm .numInputWrapper,
  body.ibm .flatpickr-current-month .numInputWrapper {
    min-width: 2.375rem;
    width: 2.375rem; }
body.ibm .bx--date-picker__month .numInputWrapper .numInput,
  body.ibm .flatpickr-month .numInputWrapper .numInput {
    font-weight: 600;
    color: #152935;
    background-color: rgba(61, 112, 178, 0.1);
    border: none;
    border-radius: 0;
    min-width: 2.375rem;
    width: 2.375rem;
    padding: 0.25rem; }
body.ibm .bx--date-picker__month .numInputWrapper .numInput:focus,
    body.ibm .flatpickr-month .numInputWrapper .numInput:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--date-picker__month .numInputWrapper span.arrowUp,
  body.ibm .bx--date-picker__month .numInputWrapper span.arrowDown,
  body.ibm .flatpickr-month .numInputWrapper span.arrowUp,
  body.ibm .flatpickr-month .numInputWrapper span.arrowDown {
    left: 2.6rem;
    border: none;
    width: 0.75rem; }
body.ibm .bx--date-picker__month .numInputWrapper span.arrowUp:hover,
    body.ibm .bx--date-picker__month .numInputWrapper span.arrowDown:hover,
    body.ibm .flatpickr-month .numInputWrapper span.arrowUp:hover,
    body.ibm .flatpickr-month .numInputWrapper span.arrowDown:hover {
      background: none; }
body.ibm .bx--date-picker__month .numInputWrapper span.arrowUp:hover:after,
      body.ibm .bx--date-picker__month .numInputWrapper span.arrowDown:hover:after,
      body.ibm .flatpickr-month .numInputWrapper span.arrowUp:hover:after,
      body.ibm .flatpickr-month .numInputWrapper span.arrowDown:hover:after {
        border-bottom-color: #5596e6;
        border-top-color: #5596e6; }
body.ibm .bx--date-picker__month .numInputWrapper span.arrowUp:after,
    body.ibm .bx--date-picker__month .numInputWrapper span.arrowDown:after,
    body.ibm .flatpickr-month .numInputWrapper span.arrowUp:after,
    body.ibm .flatpickr-month .numInputWrapper span.arrowDown:after {
      border-bottom-color: #3d70b2;
      border-top-color: #3d70b2; }
body.ibm .bx--date-picker__month .numInputWrapper span.arrowUp,
  body.ibm .flatpickr-month .numInputWrapper span.arrowUp {
    top: 1px; }
body.ibm .bx--date-picker__month .numInputWrapper span.arrowDown,
  body.ibm .flatpickr-month .numInputWrapper span.arrowDown {
    top: 9px; }
body.ibm span.bx--date-picker__weekday,
  body.ibm span.flatpickr-weekday {
    font-size: 0.75rem;
    font-weight: 600;
    color: #152935; }
body.ibm .bx--date-picker__day,
  body.ibm .flatpickr-day {
    font-size: 0.75rem;
    height: 1.5625rem;
    width: 1.8rem;
    line-height: 1.5625rem;
    flex-basis: 1.8rem;
    margin: 0.03125rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #152935;
    border-radius: 0; }
body.ibm .bx--date-picker__day:hover,
    body.ibm .flatpickr-day:hover {
      background: #dfe3e6; }
body.ibm .bx--date-picker__day:focus,
    body.ibm .flatpickr-day:focus {
      outline: none;
      background: #dfe3e6; }
body.ibm .bx--date-picker__day.today,
  body.ibm .flatpickr-day.today {
    border: 2px solid #3d70b2; }
body.ibm .bx--date-picker__day.today.no-border,
  body.ibm .flatpickr-day.today.no-border {
    border: none; }
body.ibm .bx--date-picker__day.disabled,
  body.ibm .flatpickr-day.disabled {
    cursor: not-allowed;
    color: #8c9ba5; }
body.ibm .bx--date-picker__day.disabled:hover,
    body.ibm .flatpickr-day.disabled:hover {
      background: transparent; }
body.ibm .bx--date-picker__day.inRange,
  body.ibm .flatpickr-day.inRange {
    background: #5596e6;
    box-shadow: -6px 0 0 #5596e6, 6px 0 0 #5596e6;
    border: 2px solid transparent; }
body.ibm .bx--date-picker__day.selected,
  body.ibm .flatpickr-day.selected {
    background: #3d70b2;
    color: #fff;
    border: 2px solid transparent; }
body.ibm .bx--date-picker__day.startRange.selected,
  body.ibm .flatpickr-day.startRange.selected {
    box-shadow: none;
    z-index: 2; }
body.ibm .bx--date-picker__day.endRange.inRange,
  body.ibm .flatpickr-day.endRange.inRange {
    background: #fff;
    color: #152935;
    border: 2px solid #3d70b2;
    z-index: 3;
    box-shadow: none; }
body.ibm .bx--date-picker__day.endRange.inRange.selected,
  body.ibm .flatpickr-day.endRange.inRange.selected {
    background: #3d70b2;
    border: none;
    color: #fff;
    box-shadow: none; }
body.ibm .bx--date-picker__day.startRange.inRange:not(.selected),
  body.ibm .flatpickr-day.startRange.inRange:not(.selected) {
    box-shadow: none;
    background: #fff;
    border: 2px solid #3d70b2;
    z-index: 3; }
body.ibm .bx--date-picker__days,
  body.ibm .dayContainer {
    width: 14.0625rem;
    min-width: 14.0625rem;
    max-width: 14.0625rem;
    height: 8.25rem; }
body.ibm .flatpickr-innerContainer,
  body.ibm .flatpickr-rContainer {
    width: 14.0625rem;
    height: 10.5rem; }
body.ibm .bx--date-picker__weekdays,
  body.ibm .flatpickr-weekdays,
  body.ibm .flatpickr-weekdaycontainer {
    width: 14.0625rem;
    margin-bottom: 0.25rem; }
body.ibm .flatpickr-weekdaycontainer {
    display: flex; }
body.ibm .flatpickr-months {
    display: flex;
    width: 100%;
    position: relative; }
body.ibm .flatpickr-prev-month,
  body.ibm .flatpickr-next-month {
    padding-top: 5px; }
body.ibm .bx--date-picker.bx--skeleton input,
  body.ibm .bx--date-picker__input.bx--skeleton {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: rgba(61, 112, 178, 0.1);
    width: 100%; }
body.ibm .bx--date-picker.bx--skeleton input:hover, body.ibm .bx--date-picker.bx--skeleton input:focus, body.ibm .bx--date-picker.bx--skeleton input:active,
    body.ibm .bx--date-picker__input.bx--skeleton:hover,
    body.ibm .bx--date-picker__input.bx--skeleton:focus,
    body.ibm .bx--date-picker__input.bx--skeleton:active {
      border: none;
      outline: none;
      cursor: default; }
body.ibm .bx--date-picker.bx--skeleton input:before,
    body.ibm .bx--date-picker__input.bx--skeleton:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
      background: rgba(61, 112, 178, 0.1);
      -webkit-animation: 3000ms ease-in-out skeleton infinite;
              animation: 3000ms ease-in-out skeleton infinite; }
body.ibm .bx--date-picker.bx--skeleton input::-webkit-input-placeholder,
    body.ibm .bx--date-picker__input.bx--skeleton::-webkit-input-placeholder {
      color: transparent; }
body.ibm .bx--date-picker.bx--skeleton .bx--label {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: rgba(61, 112, 178, 0.1);
    width: 4.6875rem;
    height: 0.875rem; }
body.ibm .bx--date-picker.bx--skeleton .bx--label:hover, body.ibm .bx--date-picker.bx--skeleton .bx--label:focus, body.ibm .bx--date-picker.bx--skeleton .bx--label:active {
      border: none;
      outline: none;
      cursor: default; }
body.ibm .bx--date-picker.bx--skeleton .bx--label:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
      background: rgba(61, 112, 178, 0.1);
      -webkit-animation: 3000ms ease-in-out skeleton infinite;
              animation: 3000ms ease-in-out skeleton infinite; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--tabs {
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    color: #152935;
    font-weight: 600;
    height: auto;
    width: 100%;
    position: relative; }
@media screen and (min-width: 768px) {
      body.ibm .bx--tabs {
        background: none;
        min-height: 3.0625rem; } }
body.ibm .bx--tabs-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    height: 2.5rem;
    cursor: pointer;
    background-color: rgba(61, 112, 178, 0.1); }
body.ibm .bx--tabs-trigger svg {
      width: 0.75rem;
      height: 0.75rem;
      fill: #3d70b2; }
body.ibm .bx--tabs-trigger:focus {
      outline: 1px solid #3d70b2; }
@media screen and (min-width: 768px) {
      body.ibm .bx--tabs-trigger {
        display: none; } }
body.ibm .bx--tabs-trigger-text {
    text-decoration: none;
    font-weight: 600;
    color: #152935; }
body.ibm .bx--tabs-trigger-text:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--tabs__nav {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    z-index: 7000; }
@media screen and (min-width: 768px) {
      body.ibm .bx--tabs__nav {
        font-size: 1rem;
        flex-direction: row;
        margin-right: 1rem;
        margin-left: 1rem;
        background: none;
        box-shadow: none;
        z-index: auto; } }
@media screen and (min-width: 1200px) {
      body.ibm .bx--tabs__nav {
        margin-left: 0; } }
body.ibm .bx--tabs__nav--hidden {
    display: none; }
@media screen and (min-width: 768px) {
      body.ibm .bx--tabs__nav--hidden {
        display: flex; } }
body.ibm .bx--tabs__nav-item {
    font-size: 0.875rem;
    background-color: #fff;
    padding: 0;
    cursor: pointer; }
body.ibm .bx--tabs__nav-item:hover, body.ibm .bx--tabs__nav-item:focus {
      background-color: #3d70b2; }
@media screen and (min-width: 768px) {
        body.ibm .bx--tabs__nav-item:hover, body.ibm .bx--tabs__nav-item:focus {
          outline: 1px solid transparent;
          background: transparent; } }
@media screen and (min-width: 768px) {
      body.ibm .bx--tabs__nav-item {
        background: transparent;
        padding: 0.75rem 0 0.75rem; }
        body.ibm .bx--tabs__nav-item + body.ibm .bx--tabs__nav-item {
          margin-left: 3rem; } }
body.ibm .bx--tabs__nav-item--selected {
    border: none; }
@media screen and (min-width: 768px) {
      body.ibm .bx--tabs__nav-item--selected {
        border-bottom: 2px solid #3d70b2; }
        body.ibm .bx--tabs__nav-item--selected .bx--tabs__nav-link {
          color: #3d70b2; }
          body.ibm .bx--tabs__nav-item--selected .bx--tabs__nav-link:focus {
            color: #3d70b2; } }
body.ibm .bx--tabs__nav-item:hover .bx--tabs__nav-link {
    color: #fff; }
@media screen and (min-width: 768px) {
      body.ibm .bx--tabs__nav-item:hover .bx--tabs__nav-link {
        color: #3d70b2; } }
body.ibm .bx--tabs__nav-link {
    display: inline-block;
    color: #152935;
    text-decoration: none;
    padding: 1rem;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis; }
body.ibm .bx--tabs__nav-link:focus {
      outline: 1px solid transparent;
      background-color: #3d70b2;
      color: #fff; }
@media screen and (min-width: 768px) {
      body.ibm .bx--tabs__nav-link {
        padding: 0 0.125rem;
        width: auto; }
        body.ibm .bx--tabs__nav-link:hover {
          color: #3d70b2; }
        body.ibm .bx--tabs__nav-link:focus {
          background-color: transparent;
          color: #152935;
          outline: 1px solid transparent;
          box-shadow: 0 0 0 1px #3d70b2; } }
body.ibm .bx--tabs.bx--skeleton {
    pointer-events: none;
    cursor: default; }
body.ibm .bx--tabs.bx--skeleton .bx--tabs__nav-link {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: rgba(61, 112, 178, 0.1);
    width: 4.6875rem;
    height: 0.75rem; }
body.ibm .bx--tabs.bx--skeleton .bx--tabs__nav-link:hover, body.ibm .bx--tabs.bx--skeleton .bx--tabs__nav-link:focus, body.ibm .bx--tabs.bx--skeleton .bx--tabs__nav-link:active {
      border: none;
      outline: none;
      cursor: default; }
body.ibm .bx--tabs.bx--skeleton .bx--tabs__nav-link:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
      background: rgba(61, 112, 178, 0.1);
      -webkit-animation: 3000ms ease-in-out skeleton infinite;
              animation: 3000ms ease-in-out skeleton infinite; }
body.ibm .bx--tabs.bx--skeleton .bx--tabs-trigger {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: rgba(61, 112, 178, 0.1);
    width: 6.25rem; }
body.ibm .bx--tabs.bx--skeleton .bx--tabs-trigger:hover, body.ibm .bx--tabs.bx--skeleton .bx--tabs-trigger:focus, body.ibm .bx--tabs.bx--skeleton .bx--tabs-trigger:active {
      border: none;
      outline: none;
      cursor: default; }
body.ibm .bx--tabs.bx--skeleton .bx--tabs-trigger:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
      background: rgba(61, 112, 178, 0.1);
      -webkit-animation: 3000ms ease-in-out skeleton infinite;
              animation: 3000ms ease-in-out skeleton infinite; }
body.ibm .bx--tabs.bx--skeleton .bx--tabs-trigger svg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    visibility: visible;
    white-space: nowrap; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--detail-page-header--no-tabs {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 5.375rem;
    transition: max-height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, box-shadow 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, max-height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, box-shadow 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, max-height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, box-shadow 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    will-change: transform, height, max-height, box-shadow;
    z-index: 6000;
    max-height: 4.125rem;
    height: 4.125rem;
    left: 12.5rem;
    background-color: #f5f7fa;
    width: calc(100% - 200px);
    padding: 0.875rem 3%; }
body.ibm .bx--detail-page-header--no-tabs[data-header-active='true'] {
      box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1); }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header--no-tabs {
        padding: 0.75rem 5%;
        height: 5.5rem;
        max-height: 5.5rem; } }
body.ibm .bx--detail-page-header--with-tabs {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 5.375rem;
    transition: max-height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, box-shadow 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, max-height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, box-shadow 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, max-height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, box-shadow 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, height 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    will-change: transform, height, max-height, box-shadow;
    z-index: 6000;
    min-height: 4.125rem;
    background-color: #fff;
    padding: 0.75rem 3% 0;
    left: 0;
    width: 100%; }
body.ibm .bx--detail-page-header--with-tabs[data-header-active='true'] {
      box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1); }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header--with-tabs {
        padding: 0.75rem 5% 0;
        height: 7.75rem; } }
body.ibm .bx--detail-page-header .bx--breadcrumb {
    display: inline;
    transition: opacity 250ms cubic-bezier(0.5, 0, 0.1, 1) 150ms, visibility 250ms cubic-bezier(0.5, 0, 0.1, 1) 150ms, -webkit-transform 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: opacity 250ms cubic-bezier(0.5, 0, 0.1, 1) 150ms, visibility 250ms cubic-bezier(0.5, 0, 0.1, 1) 150ms, transform 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: opacity 250ms cubic-bezier(0.5, 0, 0.1, 1) 150ms, visibility 250ms cubic-bezier(0.5, 0, 0.1, 1) 150ms, transform 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s, -webkit-transform 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    will-change: opacity, visibility, transform; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header .bx--breadcrumb {
        display: flex;
        flex-wrap: nowrap; } }
body.ibm .bx--detail-page-header--no-tabs .bx--breadcrumb {
    margin-bottom: 0.75rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
body.ibm .bx--detail-page-header-title-container {
    display: flex;
    align-items: center;
    min-height: 2.25rem;
    height: 2.25rem;
    transition: -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s, -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1) 0s; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header-title-container {
        padding-bottom: 0; } }
body.ibm .bx--detail-page-header--with-tabs .bx--detail-page-header-title-container {
    margin-top: 0.1875rem; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header--with-tabs .bx--detail-page-header-title-container {
        margin-top: 0.5rem; } }
body.ibm .bx--detail-page-header--no-tabs .bx--detail-page-header-title-container {
    padding-bottom: 0; }
body.ibm .bx--detail-page-header-content {
    width: 100%;
    display: flex;
    flex-direction: column; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header-content {
        justify-content: space-between; } }
body.ibm .bx--detail-page-header-icon-container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #8c9ba5;
    height: 2.25rem;
    width: 2.25rem;
    margin-right: 0.625rem; }
body.ibm .bx--detail-page-header-title {
    font-size: 1.25rem;
    font-weight: 300;
    color: #5a6872; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header-title {
        font-size: 1.75rem; } }
body.ibm .bx--detail-page-header-status-container {
    display: inline;
    margin-top: 0.5rem; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header-status-container {
        display: inline-block; } }
body.ibm .bx--detail-page-header-status-icon {
    display: inline-block;
    border-radius: 50%;
    height: 0.75rem;
    width: 0.75rem;
    background-color: #5aa700;
    margin-left: 0.625rem; }
body.ibm .bx--detail-page-header-menu {
    position: absolute;
    right: 0.75rem;
    display: flex;
    align-items: flex-start;
    transition: top 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s, -webkit-transform 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: top 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s, transform 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: top 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s, transform 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s, -webkit-transform 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
    will-change: transform, top; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header-menu {
        align-items: center;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0); } }
body.ibm .bx--detail-page-header .bx--tabs {
    transition: opacity 250ms cubic-bezier(0.5, 0, 0.1, 1) 150ms, visibility 250ms cubic-bezier(0.5, 0, 0.1, 1) 150ms;
    will-change: opacity, visibility, transform; }
body.ibm .bx--detail-page-header--with-tabs .bx--tabs {
    padding: 0.75rem 0;
    display: inline; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header--with-tabs .bx--tabs {
        display: block;
        padding: 0;
        min-height: 2.875rem; } }
body.ibm .bx--detail-page-header--with-tabs .bx--tabs__nav {
    margin-left: 0; }
body.ibm .bx--detail-page-header--with-tabs .bx--tabs__nav-link {
    white-space: nowrap; }
body.ibm .bx--detail-page-header--scroll .bx--breadcrumb,
  body.ibm .bx--detail-page-header--scroll .bx--tabs {
    transition-delay: 0s; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header--scroll .bx--breadcrumb,
      body.ibm .bx--detail-page-header--scroll .bx--tabs {
        opacity: 0;
        visibility: hidden; } }
body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--with-tabs {
    padding: 0.75rem 3% 0;
    transition-delay: 150ms; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--with-tabs {
        padding: 0.75rem 5% 0;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0); } }
body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--with-tabs .bx--tabs {
      display: block; }
body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--with-tabs .bx--detail-page-header-menu {
      transition-delay: 150ms; }
@media screen and (min-width: 768px) {
        body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--with-tabs .bx--detail-page-header-menu {
          top: 75%; } }
body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--with-tabs .bx--detail-page-header-title-container {
      transition-delay: 150ms; }
@media screen and (min-width: 768px) {
        body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--with-tabs .bx--detail-page-header-title-container {
          -webkit-transform: translate3d(0, 100%, 0);
                  transform: translate3d(0, 100%, 0); } }
@media screen and (min-width: 768px) {
    body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--no-tabs {
      -webkit-transform: translate3d(0, -1.375rem, 0);
              transform: translate3d(0, -1.375rem, 0); } }
body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--no-tabs .bx--breadcrumb {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    transition-delay: 0s;
    margin-bottom: 0; }
body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--no-tabs .bx--detail-page-header-title-container {
    padding: 0; }
@media screen and (min-width: 768px) {
      body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--no-tabs .bx--detail-page-header-title-container {
        margin-bottom: 0.1875rem; } }
@media screen and (min-width: 768px) {
    body.ibm .bx--detail-page-header--scroll.bx--detail-page-header--no-tabs .bx--detail-page-header-menu {
      -webkit-transform: translate3d(0, -0.5rem, 0);
              transform: translate3d(0, -0.5rem, 0); } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate-end-p1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate-end-p2 {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 40; } }
@keyframes stroke-end {
  0% {
    stroke-dashoffset: 40; }
  100% {
    stroke-dashoffset: 240; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--inline-notification {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    padding: 0.75rem 1rem;
    min-height: 2.5rem;
    color: #5a6872;
    margin-top: 1rem;
    margin-bottom: 1rem; }
body.ibm .bx--inline-notification--error {
    border: 1px solid #e0182d;
    border-left: 6px solid #e0182d; }
body.ibm .bx--inline-notification--error .bx--inline-notification__icon {
      fill: #e0182d; }
body.ibm .bx--inline-notification--success {
    border: 1px solid #5aa700;
    border-left: 6px solid #5aa700; }
body.ibm .bx--inline-notification--success .bx--inline-notification__icon {
      fill: #5aa700; }
body.ibm .bx--inline-notification--info {
    border: 1px solid #5aaafa;
    border-left: 6px solid #5aaafa; }
body.ibm .bx--inline-notification--info .bx--inline-notification__icon {
      fill: #5aaafa; }
body.ibm .bx--inline-notification--warning {
    border: 1px solid #efc100;
    border-left: 6px solid #efc100; }
body.ibm .bx--inline-notification--warning .bx--inline-notification__icon {
      fill: #efc100; }
body.ibm .bx--inline-notification__details {
    display: flex;
    align-items: center; }
body.ibm .bx--inline-notification__icon {
    height: 16px;
    width: 16px;
    min-width: 22px; }
body.ibm .bx--inline-notification__text-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 1rem; }
@media (max-width: 640px) {
      body.ibm .bx--inline-notification__text-wrapper {
        flex-direction: column;
        width: 100%; } }
body.ibm .bx--inline-notification__title {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0.25rem 0 0;
    line-height: 1.125; }
body.ibm .bx--inline-notification__subtitle {
    font-size: 0.875rem;
    line-height: 1.125; }
body.ibm .bx--inline-notification__close-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 16px;
    width: 12px;
    position: relative; }
body.ibm .bx--inline-notification__close-button:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--inline-notification__close-icon {
    height: 10px;
    width: 10px;
    fill: #5a6872;
    position: absolute;
    top: 3px;
    right: 1px; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--left-nav__trigger {
    width: 3.75rem;
    height: 3.125rem;
    position: relative;
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
    cursor: pointer;
    z-index: 9999; }
body.ibm .bx--left-nav__trigger:focus {
      outline: 0; }
body.ibm .bx--left-nav__trigger:hover, body.ibm .bx--left-nav__trigger:focus {
      background-color: #5aaafa; }
body.ibm .bx--left-nav__trigger:hover span,
      body.ibm .bx--left-nav__trigger:hover span:before,
      body.ibm .bx--left-nav__trigger:hover span:after, body.ibm .bx--left-nav__trigger:focus span,
      body.ibm .bx--left-nav__trigger:focus span:before,
      body.ibm .bx--left-nav__trigger:focus span:after {
        background: #fff; }
body.ibm .bx--left-nav__trigger--btn {
    position: absolute;
    top: 1.5rem;
    left: 1.25rem;
    width: 100%;
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
    display: flex; }
body.ibm .bx--left-nav__trigger--btn span,
    body.ibm .bx--left-nav__trigger--btn span:before,
    body.ibm .bx--left-nav__trigger--btn span:after {
      height: 0.125rem;
      width: 1.25rem;
      cursor: pointer;
      position: absolute;
      display: block;
      content: '';
      transition: all 250ms ease; }
body.ibm .bx--left-nav__trigger--btn span:before {
      top: -0.375rem; }
body.ibm .bx--left-nav__trigger--btn span:after {
      bottom: -0.375rem; }
.bx--left-nav__trigger--active body.ibm .bx--left-nav__trigger--btn {
      left: 1.125rem; }
.bx--left-nav__trigger--active body.ibm .bx--left-nav__trigger--btn span:before,
      .bx--left-nav__trigger--active body.ibm .bx--left-nav__trigger--btn span:after {
        top: 0;
        width: 1.59125rem; }
.bx--left-nav__trigger--active body.ibm .bx--left-nav__trigger--btn span:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
.bx--left-nav__trigger--active body.ibm .bx--left-nav__trigger--btn span:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
body.ibm .bx--left-nav__trigger--apps span,
  body.ibm .bx--left-nav__trigger--apps span:before,
  body.ibm .bx--left-nav__trigger--apps span:after {
    background: #00b4a0; }
body.ibm .bx--left-nav__trigger--apps:focus {
    outline: 0; }
body.ibm .bx--left-nav__trigger--apps:hover, body.ibm .bx--left-nav__trigger--apps:focus {
    background-color: #008571; }
body.ibm .bx--left-nav__trigger--apps:hover span,
    body.ibm .bx--left-nav__trigger--apps:hover span:before,
    body.ibm .bx--left-nav__trigger--apps:hover span:after, body.ibm .bx--left-nav__trigger--apps:focus span,
    body.ibm .bx--left-nav__trigger--apps:focus span:before,
    body.ibm .bx--left-nav__trigger--apps:focus span:after {
      background: #fff; }
body.ibm .bx--left-nav__trigger--apps.bx--left-nav__trigger--active span {
    background: transparent; }
body.ibm .bx--left-nav__trigger--apps.bx--left-nav__trigger--active span:before,
  body.ibm .bx--left-nav__trigger--apps.bx--left-nav__trigger--active span:after {
    background: #008571; }
body.ibm .bx--left-nav__trigger--apps.bx--left-nav__trigger--active:hover, body.ibm .bx--left-nav__trigger--apps.bx--left-nav__trigger--active:focus {
    background-color: #008571; }
body.ibm .bx--left-nav__trigger--apps.bx--left-nav__trigger--active:hover span:before,
    body.ibm .bx--left-nav__trigger--apps.bx--left-nav__trigger--active:hover span:after, body.ibm .bx--left-nav__trigger--apps.bx--left-nav__trigger--active:focus span:before,
    body.ibm .bx--left-nav__trigger--apps.bx--left-nav__trigger--active:focus span:after {
      background: #fff; }
body.ibm .bx--left-nav__trigger--services span,
  body.ibm .bx--left-nav__trigger--services span:before,
  body.ibm .bx--left-nav__trigger--services span:after {
    background: #ba8ff7; }
body.ibm .bx--left-nav__trigger--services:focus {
    outline: 0; }
body.ibm .bx--left-nav__trigger--services:hover, body.ibm .bx--left-nav__trigger--services:focus {
    background-color: #734098; }
body.ibm .bx--left-nav__trigger--services:hover span,
    body.ibm .bx--left-nav__trigger--services:hover span:before,
    body.ibm .bx--left-nav__trigger--services:hover span:after, body.ibm .bx--left-nav__trigger--services:focus span,
    body.ibm .bx--left-nav__trigger--services:focus span:before,
    body.ibm .bx--left-nav__trigger--services:focus span:after {
      background: #fff; }
body.ibm .bx--left-nav__trigger--services.bx--left-nav__trigger--active span {
    background: transparent; }
body.ibm .bx--left-nav__trigger--services.bx--left-nav__trigger--active span:before,
  body.ibm .bx--left-nav__trigger--services.bx--left-nav__trigger--active span:after {
    background: #734098; }
body.ibm .bx--left-nav__trigger--services.bx--left-nav__trigger--active:hover, body.ibm .bx--left-nav__trigger--services.bx--left-nav__trigger--active:focus {
    background-color: #734098; }
body.ibm .bx--left-nav__trigger--services.bx--left-nav__trigger--active:hover span:before,
    body.ibm .bx--left-nav__trigger--services.bx--left-nav__trigger--active:hover span:after, body.ibm .bx--left-nav__trigger--services.bx--left-nav__trigger--active:focus span:before,
    body.ibm .bx--left-nav__trigger--services.bx--left-nav__trigger--active:focus span:after {
      background: #fff; }
body.ibm .bx--left-nav__trigger--infrastructure span,
  body.ibm .bx--left-nav__trigger--infrastructure span:before,
  body.ibm .bx--left-nav__trigger--infrastructure span:after {
    background: #5aaafa; }
body.ibm .bx--left-nav__trigger--infrastructure:focus {
    outline: 0; }
body.ibm .bx--left-nav__trigger--infrastructure:hover, body.ibm .bx--left-nav__trigger--infrastructure:focus {
    background-color: #3d70b2; }
body.ibm .bx--left-nav__trigger--infrastructure:hover span,
    body.ibm .bx--left-nav__trigger--infrastructure:hover span:before,
    body.ibm .bx--left-nav__trigger--infrastructure:hover span:after, body.ibm .bx--left-nav__trigger--infrastructure:focus span,
    body.ibm .bx--left-nav__trigger--infrastructure:focus span:before,
    body.ibm .bx--left-nav__trigger--infrastructure:focus span:after {
      background: #fff; }
body.ibm .bx--left-nav__trigger--infrastructure.bx--left-nav__trigger--active span {
    background: transparent; }
body.ibm .bx--left-nav__trigger--infrastructure.bx--left-nav__trigger--active span:before,
  body.ibm .bx--left-nav__trigger--infrastructure.bx--left-nav__trigger--active span:after {
    background: #3d70b2; }
body.ibm .bx--left-nav__trigger--infrastructure.bx--left-nav__trigger--active:hover, body.ibm .bx--left-nav__trigger--infrastructure.bx--left-nav__trigger--active:focus {
    background-color: #3d70b2; }
body.ibm .bx--left-nav__trigger--infrastructure.bx--left-nav__trigger--active:hover span:before,
    body.ibm .bx--left-nav__trigger--infrastructure.bx--left-nav__trigger--active:hover span:after, body.ibm .bx--left-nav__trigger--infrastructure.bx--left-nav__trigger--active:focus span:before,
    body.ibm .bx--left-nav__trigger--infrastructure.bx--left-nav__trigger--active:focus span:after {
      background: #fff; }
body.ibm .bx--global-header {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    width: 100%;
    position: fixed;
    top: 2.25rem;
    left: 0;
    display: flex;
    justify-content: space-between;
    height: 3.125rem;
    line-height: 1.5;
    background-color: #152935;
    z-index: 9000; }
body.ibm .bx--global-header__title {
    display: flex;
    align-items: center; }
body.ibm .bx--global-header__title--logo {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    text-decoration: none;
    color: #fff;
    position: relative; }
body.ibm .bx--global-header__title--logo:hover .bx--logo__text, body.ibm .bx--global-header__title--logo:focus .bx--logo__text {
      color: #7cc7ff; }
body.ibm .bx--global-header__title--current-page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: inherit;
    color: #5aaafa; }
.bx--unified-header--apps body.ibm .bx--global-header__title--current-page {
      color: #00b4a0; }
.bx--unified-header--infrastructure body.ibm .bx--global-header__title--current-page {
      color: #5aaafa; }
.bx--unified-header--services body.ibm .bx--global-header__title--current-page {
      color: #ba8ff7; }
body.ibm .bx--global-header .bx--logo__image {
    cursor: pointer;
    position: relative;
    margin-right: 1.125rem; }
body.ibm .bx--global-header .bx--logo__text {
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    color: #fff; }
body.ibm .bx--global-header .bx--logo__text--bold {
      font-weight: 600; }
body.ibm .bx--global-header__left-container {
    display: flex;
    align-items: center; }
body.ibm .bx--global-header__right-container {
    display: flex;
    align-items: center;
    padding-right: 1%;
    background-color: #152935; }
body.ibm .bx--global-header__menu {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-end; }
body.ibm .bx--global-header__menu__item {
    width: 100%;
    flex: 0 1 100px; }
body.ibm .bx--global-header__menu__item:focus {
      outline: 0;
      background-color: #2d3f49;
      color: #5aaafa; }
body.ibm .bx--global-header__menu__item:last-child .bx--dropdown-list {
      right: 0; }
body.ibm .bx--global-header__menu__item--link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.125rem;
    text-decoration: none;
    background-color: #152935;
    color: #fff;
    padding: 0 1rem; }
body.ibm .bx--global-header__menu__item--link:hover {
      color: #5aaafa; }
body.ibm .bx--global-header__menu__item--link:focus {
      outline: 0;
      background-color: #2d3f49;
      color: #5aaafa; }
body.ibm .bx--global-header__menu__item .bx--dropdown {
    height: 3.125rem;
    background-color: transparent; }
body.ibm .bx--global-header__menu__item .bx--dropdown:focus {
      outline: 0;
      background-color: #2d3f49; }
body.ibm .bx--global-header__menu__item .bx--dropdown:focus .bx--dropdown__menu-text {
        color: #5aaafa; }
body.ibm .bx--global-header__menu__item .bx--dropdown:focus .bx--dropdown__menu-text,
      body.ibm .bx--global-header__menu__item .bx--dropdown:focus .bx--dropdown__list {
        outline: 0; }
body.ibm .bx--global-header__menu .bx--dropdown-text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    justify-content: center;
    padding-top: 0;
    padding-right: 1rem;
    padding-bottom: 0;
    align-items: center;
    height: 100%;
    z-index: 1000;
    color: #fff; }
body.ibm .bx--global-header__menu .bx--dropdown-text:hover {
      color: #5aaafa; }
body.ibm .bx--global-header__menu .bx--dropdown-list {
    transition: 250ms all cubic-bezier(0.5, 0, 0.1, 1);
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: auto;
    z-index: -1;
    padding-bottom: 0.5rem; }
body.ibm .bx--global-header__menu .bx--dropdown-item {
    min-width: 200px;
    width: 100%; }
body.ibm .bx--global-header__menu .bx--dropdown-link {
    padding: 0.5rem 0.75rem;
    color: #fff; }
body.ibm .bx--global-header__menu .bx--dropdown-link:hover {
      color: #152935;
      background-color: #5aaafa; }
body.ibm .bx--global-header__menu .bx--dropdown--open .bx--dropdown-text {
    background-color: #2d3f49;
    color: #5aaafa; }
body.ibm .bx--global-header__menu .bx--dropdown--open .bx--dropdown-list {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    background-color: #2d3f49; }
body.ibm .bx--top-nav {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    background-color: #0f212e;
    width: 100%;
    height: 2.25rem;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9500; }
body.ibm .bx--top-nav__left-container,
  body.ibm .bx--top-nav__right-container {
    list-style: none;
    display: flex;
    align-items: center;
    min-width: 50%; }
body.ibm .bx--top-nav__left-container .bx--dropdown,
  body.ibm .bx--top-nav__right-container .bx--dropdown {
    font-size: 0.75rem;
    list-style: none;
    background-color: #0f212e;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center; }
body.ibm .bx--top-nav__left-container .bx--dropdown__arrow,
  body.ibm .bx--top-nav__right-container .bx--dropdown__arrow {
    fill: #fff;
    right: 0.75rem;
    width: 0.75rem;
    height: 1.5rem; }
body.ibm .bx--top-nav__left-container .bx--dropdown-text,
  body.ibm .bx--top-nav__right-container .bx--dropdown-text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 12.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600; }
body.ibm .bx--top-nav__left-container .bx--dropdown-list,
  body.ibm .bx--top-nav__right-container .bx--dropdown-list {
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2d3f49;
    transition: 250ms all cubic-bezier(0.5, 0, 0.1, 1);
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1; }
body.ibm .bx--top-nav__left-container .bx--dropdown-item,
  body.ibm .bx--top-nav__right-container .bx--dropdown-item {
    min-width: 10.625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
body.ibm .bx--top-nav__left-container .bx--dropdown-item:hover,
    body.ibm .bx--top-nav__right-container .bx--dropdown-item:hover {
      background-color: #5aaafa;
      color: #152935; }
body.ibm .bx--top-nav__left-container .bx--dropdown-link,
  body.ibm .bx--top-nav__right-container .bx--dropdown-link {
    color: #fff; }
body.ibm .bx--top-nav__left-container .bx--dropdown--open,
  body.ibm .bx--top-nav__right-container .bx--dropdown--open {
    background-color: #2d3f49; }
body.ibm .bx--top-nav__left-container .bx--dropdown--open .bx--dropdown-text,
  body.ibm .bx--top-nav__right-container .bx--dropdown--open .bx--dropdown-text {
    color: #5aaafa; }
body.ibm .bx--top-nav__left-container .bx--dropdown--open .bx--dropdown__arrow,
  body.ibm .bx--top-nav__right-container .bx--dropdown--open .bx--dropdown__arrow {
    fill: #5aaafa; }
body.ibm .bx--top-nav__left-container .bx--dropdown--open .bx--dropdown-list,
  body.ibm .bx--top-nav__right-container .bx--dropdown--open .bx--dropdown-list {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    background-color: #2d3f49; }
body.ibm .bx--top-nav__left-container__link {
    font-size: 0.6875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    justify-content: flex-start;
    background-color: #0f212e;
    align-items: flex-start;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    margin-right: 1rem; }
body.ibm .bx--top-nav__left-container__link:hover, body.ibm .bx--top-nav__left-container__link:focus {
      color: #5aaafa; }
body.ibm .bx--top-nav__left-container__link:hover .bx--top-nav__left-container__link--icon, body.ibm .bx--top-nav__left-container__link:focus .bx--top-nav__left-container__link--icon {
        fill: #5aaafa; }
body.ibm .bx--top-nav__left-container__link--icon {
    width: 0.675rem;
    height: 0.7rem;
    fill: #fff;
    margin-right: 0.3rem; }
body.ibm .bx--top-nav__left-container__item:focus {
    outline: 0; }
body.ibm .bx--top-nav__left-container .bx--dropdown:focus, body.ibm .bx--top-nav__left-container .bx--dropdown:hover {
    outline: 0; }
body.ibm .bx--top-nav__left-container .bx--dropdown:focus .bx--dropdown__arrow use, body.ibm .bx--top-nav__left-container .bx--dropdown:hover .bx--dropdown__arrow use {
      fill: #5aaafa; }
body.ibm .bx--top-nav__left-container .bx--dropdown:focus .bx--dropdown-text, body.ibm .bx--top-nav__left-container .bx--dropdown:hover .bx--dropdown-text {
      background-color: #2d3f49;
      color: #5aaafa; }
body.ibm .bx--top-nav__left-container .bx--dropdown-list {
    padding-bottom: 0.5rem; }
body.ibm .bx--top-nav__left-container .bx--dropdown__arrow {
    top: 0.3rem;
    left: 0.75rem;
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation: 250ms cubic-bezier(0.64, 0.57, 0.67, 1.53) 650ms 1 normal forwards fade;
            animation: 250ms cubic-bezier(0.64, 0.57, 0.67, 1.53) 650ms 1 normal forwards fade; }
body.ibm .bx--top-nav__left-container .bx--dropdown-text {
    -webkit-animation: 250ms cubic-bezier(0.6, 0.22, 0.38, 2.03) 1 normal forwards pop-in;
            animation: 250ms cubic-bezier(0.6, 0.22, 0.38, 2.03) 1 normal forwards pop-in;
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    padding: 0.725rem 1rem 0.725rem 2rem; }
body.ibm .bx--top-nav__left-container .bx--dropdown-link {
    padding: 0.6rem 0.75rem; }
body.ibm .bx--top-nav__left-container .bx--dropdown-link:hover, body.ibm .bx--top-nav__left-container .bx--dropdown-link:focus {
      background-color: #5aaafa;
      color: #152935; }
body.ibm .bx--top-nav__right-container {
    justify-content: flex-end; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown-text,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown-text {
    padding: 0.75rem 2rem 0.75rem 1rem;
    color: #fff; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown-list,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown-list {
    left: initial;
    outline: 0;
    right: 0;
    min-width: 20.3125rem;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__arrow,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__arrow {
    top: 0.5rem; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown--open .bx--dropdown-list,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown--open .bx--dropdown-list {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown--open .bx--dropdown-text,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown--open .bx--dropdown-text {
    color: #5aaafa; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown:hover,
  body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown:focus,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown:hover,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown:focus {
    outline: 0;
    background-color: #2d3f49; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown:hover .bx--dropdown-text,
    body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown:focus .bx--dropdown-text,
    body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown:hover .bx--dropdown-text,
    body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown:focus .bx--dropdown-text {
      color: #5aaafa; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown:hover .bx--dropdown__arrow use,
    body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown:focus .bx--dropdown__arrow use,
    body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown:hover .bx--dropdown__arrow use,
    body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown:focus .bx--dropdown__arrow use {
      fill: #5aaafa; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__trial-content,
  body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__credit-content,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__trial-content,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__credit-content {
    cursor: auto;
    display: flex;
    flex-direction: column;
    padding: 1rem; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__trial-content:focus, body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__trial-content:hover,
    body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__credit-content:focus,
    body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__credit-content:hover,
    body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__trial-content:focus,
    body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__trial-content:hover,
    body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__credit-content:focus,
    body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__credit-content:hover {
      outline: 0;
      background-color: initial;
      color: #fff; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__trial-content--desc,
  body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__credit-content--desc,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__trial-content--desc,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__credit-content--desc {
    margin-bottom: 1rem; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__trial-content .bx--link,
  body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__credit-content .bx--link,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__trial-content .bx--link,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__credit-content .bx--link {
    font-size: 0.6875rem;
    color: #5aaafa;
    margin-top: 1rem;
    text-align: center; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__trial-content--desc,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__trial-content--desc {
    font-size: 0.75rem; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__credit-content div .bx--dropdown__credit-content--heading,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__credit-content div .bx--dropdown__credit-content--heading {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.75rem;
    font-weight: 600; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__credit-content div .bx--dropdown__credit-content--desc,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__credit-content div .bx--dropdown__credit-content--desc {
    font-size: 0.875rem; }
body.ibm .bx--top-nav__right-container__item[data-trial] .bx--dropdown__credit-content div:last-child .bx--dropdown__credit-content--desc,
  body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown__credit-content div:last-child .bx--dropdown__credit-content--desc {
    margin-bottom: 0; }
body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown:focus, body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown:hover {
    background-color: #2d3f49;
    outline: 0; }
body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown__arrow {
    -webkit-transform-origin: 50% 40%;
            transform-origin: 50% 40%; }
body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown__arrow use {
      fill: #5aaafa; }
body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown-text--profile-image {
    height: 2.25rem;
    width: 2.25rem;
    min-height: 2.25rem;
    min-width: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 1rem; }
body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown-text--profile-image .profile-image {
    display: flex;
    align-items: center;
    border-radius: 50%;
    overflow: hidden; }
body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown-text--profile-image .profile-image svg,
    body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown-text--profile-image .profile-image img {
      fill: #fff;
      max-height: 1.5rem;
      max-width: 1.5rem; }
body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown-list {
    right: 0;
    left: inherit;
    padding: 1rem;
    min-width: 225px; }
body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown-item {
    display: flex;
    justify-content: space-between; }
body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown-item svg {
      min-height: 3rem;
      min-width: 3rem; }
body.ibm .bx--top-nav__right-container__item:last-child .bx--dropdown-item:hover {
      background-color: inherit;
      color: inherit; }
body.ibm .bx--top-nav__right-container__item[data-credit] .bx--dropdown-list {
    min-width: 0;
    width: 100%; }
body.ibm .bx--dropdown__profile-dropdown--picture {
    max-width: 3rem;
    max-height: 3rem;
    border-radius: 50%;
    width: 100%;
    fill: #fff; }
body.ibm .bx--dropdown__profile-dropdown--information {
    margin-left: 1rem; }
body.ibm .bx--dropdown__profile-dropdown--information p {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.875rem;
      font-weight: 600; }
body.ibm .bx--dropdown__profile-dropdown__container {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
body.ibm .bx--dropdown__profile-dropdown__container a {
      font-size: 0.75rem;
      color: #5aaafa; }
body.ibm .bx--dropdown__profile-dropdown__container a:hover {
        color: #7cc7ff; }
body.ibm .bx--dropdown__profile-dropdown__container p {
      padding: 0 0.5rem; }
@-webkit-keyframes pop-in {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes pop-in {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes fade {
  100% {
    opacity: 1; } }
@keyframes fade {
  100% {
    opacity: 1; } }
body.ibm .bx--top-nav__left-container--item:nth-child(1) .bx--dropdown-text {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
body.ibm .bx--top-nav__left-container--item:nth-child(2) .bx--dropdown-text {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
body.ibm .bx--top-nav__left-container--item:nth-child(3) .bx--dropdown-text {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
body.ibm .bx--global-header__left-nav {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 9000;
    width: 15.625rem;
    top: 2.25rem;
    left: 0;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    transition: 300ms cubic-bezier(0.5, 0, 0.1, 1);
    box-shadow: none;
    visibility: hidden; }
body.ibm .bx--global-header__left-nav.bx--left-nav--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.1);
    visibility: visible; }
body.ibm .bx--left-nav {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 0 4rem 0;
    overflow-y: auto;
    overflow-x: hidden; }
body.ibm .bx--left-nav__close-row {
    height: 3.125rem;
    width: 100%;
    background-color: #fff; }
body.ibm .bx--left-nav__header {
    align-items: center;
    height: 3.125rem;
    cursor: pointer;
    position: relative;
    display: flex;
    background-color: #0f212e;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.125rem 1.25rem; }
body.ibm .bx--left-nav__header[data-left-nav-current-section='apps'] {
      background-color: #008571; }
body.ibm .bx--left-nav__header[data-left-nav-current-section='infrastructure'] {
      background-color: #3d70b2; }
body.ibm .bx--left-nav__header[data-left-nav-current-section='services'] {
      background-color: #734098; }
body.ibm .bx--left-nav__header--title {
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-weight: 600;
    margin-right: auto; }
body.ibm .bx--left-nav__header--taxonomy-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff;
    margin-right: 1rem; }
body.ibm .bx--left-nav__header--close-icon {
    width: 0.875rem;
    height: 0.875rem;
    display: block;
    fill: #fff; }
body.ibm .bx--left-nav__sections {
    list-style: none;
    padding: 0 0 1rem;
    width: 100%;
    z-index: 8000;
    position: relative;
    border-bottom: 1px solid #dfe3e6;
    background-color: #fff; }
body.ibm .bx--left-nav__section {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
    background-color: #fff; }
body.ibm .bx--left-nav__section:hover[data-left-nav-section='apps'] {
      background-color: #008571; }
body.ibm .bx--left-nav__section:hover[data-left-nav-section='services'] {
      background-color: #734098; }
body.ibm .bx--left-nav__section:hover[data-left-nav-section='infrastructure'] {
      background-color: #4178be; }
body.ibm .bx--left-nav__section:hover .bx--left-nav__section--link {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 600;
      color: #fff; }
body.ibm .bx--left-nav__section:hover .bx--left-nav__section--taxonomy-icon {
      fill: #fff; }
body.ibm .bx--left-nav__section--active, body.ibm .bx--left-nav__section--transition {
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    position: relative;
    display: flex;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.8rem 0; }
body.ibm .bx--left-nav__section--active[data-left-nav-section='apps'], body.ibm .bx--left-nav__section--transition[data-left-nav-section='apps'] {
      background-color: #008571; }
body.ibm .bx--left-nav__section--active[data-left-nav-section='infrastructure'], body.ibm .bx--left-nav__section--transition[data-left-nav-section='infrastructure'] {
      background-color: #3d70b2; }
body.ibm .bx--left-nav__section--active[data-left-nav-section='services'], body.ibm .bx--left-nav__section--transition[data-left-nav-section='services'] {
      background-color: #734098; }
body.ibm .bx--left-nav__section--transition {
    position: absolute;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0, 0, 0.25, 1); }
body.ibm .bx--left-nav__section--transition--50 {
      -webkit-transform: translateY(100px);
              transform: translateY(100px); }
body.ibm .bx--left-nav__section--transition--100 {
      -webkit-transform: translateY(150px);
              transform: translateY(150px); }
body.ibm .bx--left-nav__section--transition--0 {
      -webkit-transform: translateY(50px);
              transform: translateY(50px); }
body.ibm .bx--left-nav__section--transition .bx--left-nav__section--taxonomy-icon {
      fill: #fff; }
body.ibm .bx--left-nav__section--taxonomy-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: #152935;
    margin-right: 1rem; }
body.ibm .bx--left-nav__section--anchor {
    display: flex;
    width: 100%;
    padding: 0 1.25rem;
    align-items: center;
    text-decoration: none; }
body.ibm .bx--left-nav__section--link {
    font-size: 1rem;
    display: flex;
    align-items: center;
    color: #152935;
    height: 3.125rem; }
body.ibm .bx--left-nav__main-nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
    margin-top: 0;
    transition: all 250ms cubic-bezier(0, 0, 0.25, 1);
    padding-top: 1rem;
    background-color: #fff; }
body.ibm .bx--left-nav__main-nav--hidden {
    display: none; }
body.ibm .bx--left-nav__main-nav--top {
    margin-top: -100vh; }
body.ibm .bx--main-nav__parent-item {
    opacity: 1;
    transition: opacity 200ms cubic-bezier(0.5, 0, 0.1, 1);
    cursor: pointer;
    width: 100%;
    padding: 0;
    margin-bottom: 0.25rem;
    background-color: #fff; }
body.ibm .bx--main-nav__parent-item--fade {
    opacity: 0; }
body.ibm .bx--main-nav__parent-item--hidden {
    display: none; }
body.ibm .bx--main-nav__parent-item--expanded .bx--parent-item__link--down-icon svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
body.ibm .bx--parent-item__link {
    font-size: 0.875rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    padding: 0.5rem 1.25rem;
    transition: background-color 250ms cubic-bezier(0.5, 0, 0.1, 1);
    color: #152935; }
body.ibm .bx--parent-item__link .bx--parent-item__link--taxonomy-icon {
      width: 1.5rem;
      height: 1.5rem;
      transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
      margin-right: 1rem;
      fill: #152935; }
body.ibm .bx--parent-item__link .bx--parent-item__link--down-icon {
      display: flex;
      margin-left: auto; }
body.ibm .bx--parent-item__link .bx--parent-item__link--down-icon svg {
        width: 0.625rem;
        height: 0.625rem;
        transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
        fill: #152935; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--parent-item__link:hover {
      color: #008571; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--parent-item__link:hover .bx--parent-item__link--taxonomy-icon,
      .bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--parent-item__link:hover .bx--parent-item__link--down-icon svg {
        fill: #008571; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--parent-item__link:hover {
      color: #734098; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--parent-item__link:hover .bx--parent-item__link--taxonomy-icon,
      .bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--parent-item__link:hover .bx--parent-item__link--down-icon svg {
        fill: #734098; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--parent-item__link:hover {
      color: #3d70b2; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--parent-item__link:hover .bx--parent-item__link--taxonomy-icon,
      .bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--parent-item__link:hover .bx--parent-item__link--down-icon svg {
        fill: #3d70b2; }
body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link {
    color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link {
      background-color: #008571; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link:hover {
        color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link:hover .bx--parent-item__link--taxonomy-icon,
        .bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link:hover .bx--parent-item__link--down-icon svg {
          fill: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link {
      background-color: #734098; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link:hover {
        color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link:hover .bx--parent-item__link--taxonomy-icon,
        .bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link:hover .bx--parent-item__link--down-icon svg {
          fill: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link {
      background-color: #3d70b2; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link:hover {
        color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link:hover .bx--parent-item__link--taxonomy-icon,
        .bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link:hover .bx--parent-item__link--down-icon svg {
          fill: #fff; }
body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link--taxonomy-icon {
    fill: #fff; }
body.ibm .bx--main-nav__parent-item.bx--active-list-item .bx--parent-item__link--down-icon svg {
    fill: #fff; }
body.ibm .bx--main-nav__parent-item.bx--active-list-item:hover {
    color: #fff; }
body.ibm .bx--main-nav__nested-list {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    list-style: none;
    max-height: 0;
    transition: 300ms cubic-bezier(0.5, 0, 0.1, 1);
    padding: 0;
    opacity: 0;
    overflow: hidden;
    margin-bottom: 0; }
body.ibm .bx--main-nav__parent-item--expanded .bx--main-nav__nested-list {
    max-height: 20rem;
    transition: 300ms cubic-bezier(0.5, 0, 0.1, 1);
    opacity: 1;
    margin-top: 0.5rem;
    overflow: visible; }
body.ibm .bx--main-nav__parent-item--expanded .bx--main-nav__nested-list .bx--nested-list__item {
      opacity: 1; }
body.ibm .bx--nested-list__item {
    width: 100%;
    position: static;
    margin-bottom: 0.25rem;
    padding: 0;
    transition: 250ms;
    opacity: 0; }
body.ibm .bx--nested-list__item--link {
    font-size: 0.875rem;
    color: #152935;
    padding: 0.5rem 1.35rem 0.5rem 2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    position: relative;
    margin-right: auto; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--nested-list__item--link:hover {
      color: #008571; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--nested-list__item--link:hover .bx--left-nav-list__item-link--taxonomy-icon {
        fill: #008571; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--nested-list__item--link:hover {
      color: #734098; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--nested-list__item--link:hover .bx--left-nav-list__item-link--taxonomy-icon {
        fill: #734098; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--nested-list__item--link:hover {
      color: #3d70b2; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--nested-list__item--link:hover .bx--left-nav-list__item-link--taxonomy-icon {
        fill: #3d70b2; }
body.ibm .bx--nested-list__item--icon svg {
    width: 0.625rem;
    height: 0.625rem;
    fill: #152935; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--nested-list__item.bx--active-list-item .bx--nested-list__item--link {
    background-color: #008571; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--nested-list__item.bx--active-list-item .bx--nested-list__item--link:hover {
      color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--nested-list__item.bx--active-list-item .bx--nested-list__item--link:hover .bx--parent-item__link--taxonomy-icon {
        fill: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--nested-list__item.bx--active-list-item .bx--nested-list__item--link {
    background-color: #734098; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--nested-list__item.bx--active-list-item .bx--nested-list__item--link:hover {
      color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--nested-list__item.bx--active-list-item .bx--nested-list__item--link:hover .bx--parent-item__link--taxonomy-icon {
        fill: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--nested-list__item.bx--active-list-item .bx--nested-list__item--link {
    background-color: #3d70b2; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--nested-list__item.bx--active-list-item .bx--nested-list__item--link:hover {
      color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--nested-list__item.bx--active-list-item .bx--nested-list__item--link:hover .bx--parent-item__link--taxonomy-icon {
        fill: #fff; }
body.ibm .bx--nested-list__item.bx--active-list-item .bx--nested-list__item--icon svg {
    fill: #152935; }
body.ibm .bx--nested-list__flyout-menu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    display: none;
    min-width: auto;
    white-space: nowrap;
    outline: none;
    position: absolute;
    z-index: 9999;
    color: #fff; }
body.ibm .bx--nested-list__flyout-menu:before {
      content: '';
      display: block;
      position: absolute;
      width: 120%;
      height: 120%;
      top: -3rem;
      left: 0;
      padding: 2rem;
      z-index: -1; }
body.ibm .bx--nested-list__flyout-menu--displayed {
    display: block;
    border-left: 1px solid #dfe3e6; }
body.ibm .bx--flyout-menu__item--link {
    font-size: 0.875rem;
    padding: 0 1.75rem 0 1rem;
    color: #152935;
    text-decoration: none; }
body.ibm .bx--flyout-menu__item {
    background-color: #fff;
    margin: 0;
    height: 2.3125rem;
    display: flex;
    align-items: center; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--flyout-menu__item:hover .bx--flyout-menu__item--link {
      color: #008571; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--flyout-menu__item:hover .bx--flyout-menu__item--link {
      color: #734098; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--flyout-menu__item:hover .bx--flyout-menu__item--link {
      color: #3d70b2; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--flyout-menu__item.bx--active-list-item {
    background-color: #008571; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--flyout-menu__item.bx--active-list-item .bx--flyout-menu__item--link {
      color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='apps'] body.ibm .bx--flyout-menu__item.bx--active-list-item .bx--flyout-menu__item--link:hover {
        color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--flyout-menu__item.bx--active-list-item {
    background-color: #734098; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--flyout-menu__item.bx--active-list-item .bx--flyout-menu__item--link {
      color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='services'] body.ibm .bx--flyout-menu__item.bx--active-list-item .bx--flyout-menu__item--link:hover {
        color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--flyout-menu__item.bx--active-list-item {
    background-color: #3d70b2; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--flyout-menu__item.bx--active-list-item .bx--flyout-menu__item--link {
      color: #fff; }
.bx--left-nav__main-nav[data-left-nav-list='infrastructure'] body.ibm .bx--flyout-menu__item.bx--active-list-item .bx--flyout-menu__item--link:hover {
        color: #fff; }
body.ibm .bx--account-switcher {
    list-style: none;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 21.875rem; }
body.ibm .bx--account-switcher__linked-icon {
    fill: #fff;
    height: 1rem;
    width: 1rem;
    margin: 0 0.5rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
body.ibm .bx--account-switcher__toggle {
    z-index: 9000;
    height: 2.25rem;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 1rem;
    background-color: #0f212e;
    cursor: pointer; }
body.ibm .bx--account-switcher__toggle:focus, body.ibm .bx--account-switcher__toggle:hover {
      outline: 0;
      background-color: #2d3f49; }
body.ibm .bx--account-switcher__toggle:focus .bx--account-switcher__toggle--text, body.ibm .bx--account-switcher__toggle:hover .bx--account-switcher__toggle--text {
        color: #5aaafa; }
body.ibm .bx--account-switcher__toggle:focus svg, body.ibm .bx--account-switcher__toggle:hover svg {
        fill: #5aaafa; }
body.ibm .bx--account-switcher__toggle--hidden {
    opacity: 0;
    visibility: hidden; }
body.ibm .bx--account-switcher__toggle--text {
    font-size: 0.6875rem;
    letter-spacing: 0;
    overflow: hidden;
    display: inline-flex;
    white-space: nowrap;
    padding-right: 0.5rem;
    font-weight: 300; }
body.ibm .bx--account-switcher__toggle--text[data-switcher-account-sl],
  body.ibm .bx--account-switcher__toggle--text[data-switcher-account] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600; }
body.ibm .bx--account-switcher__toggle--text[data-switcher-account] {
    display: inline-flex;
    align-items: center; }
body.ibm .bx--account-switcher__toggle--text[data-switcher-account] .bx--account-switcher__linked-icon {
    margin-right: 0; }
body.ibm .bx--account-switcher__toggle--text > [data-dropdown-account-linked] {
    margin-left: 0.5rem;
    margin-right: 0; }
body.ibm .bx--account-switcher__toggle--text:last-child {
    padding-right: 0; }
body.ibm .bx--account-switcher__menu {
    list-style: none; }
body.ibm .bx--account-switcher__menu__container {
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.1);
    transition: 250ms all cubic-bezier(0.5, 0, 0.1, 1);
    position: absolute;
    width: auto;
    min-width: 21.875rem;
    height: auto;
    background-color: #2d3f49;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    right: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    color: #fff;
    z-index: 8000; }
body.ibm .bx--account-switcher--open {
    color: #5aaafa; }
body.ibm .bx--account-switcher--open .bx--account-switcher__toggle {
      color: #5aaafa;
      background-color: #2d3f49; }
body.ibm .bx--account-switcher--open .bx--account-switcher__linked-icon {
      fill: #5aaafa; }
body.ibm .bx--account-switcher--open .bx--account-switcher__menu__container {
      visibility: visible;
      max-height: 125rem;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
body.ibm .bx--account-switcher__menu__item {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem; }
body.ibm .bx--account-switcher__menu__item:first-child {
      border-bottom: 1px solid #42535c; }
body.ibm .bx--account-switcher__menu__item:nth-child(n + 2) {
      padding: 1rem 1rem 0; }
body.ibm .bx--account-switcher__menu__item:last-child {
      display: flex;
      margin-left: auto;
      justify-content: flex-start;
      max-width: 75%;
      padding: 0.75rem 0 1rem 1.5rem; }
body.ibm .bx--account-switcher__menu__item:last-child a {
        font-size: 0.6875rem;
        padding-right: 1rem;
        color: #5aaafa; }
body.ibm .bx--account-switcher__menu__item:last-child a:visited {
          color: #5aaafa; }
body.ibm .bx--account-switcher__menu__item:last-child a:hover {
          color: #5596e6; }
body.ibm .bx--account-switcher__menu__item--title {
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    height: 44px;
    min-width: 100px;
    display: flex;
    align-items: center;
    flex: 1; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown {
    font-size: 0.875rem;
    flex: 3;
    background-color: #42535c;
    display: block;
    flex-direction: column;
    min-width: 200px; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown[data-value=''] .bx--dropdown-text {
    color: #fff; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown--scroll {
    max-height: 180px;
    overflow-y: auto; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown--scroll::-webkit-scrollbar {
      background: #394b54;
      width: 0.5rem;
      height: 0.5rem; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown--scroll::-webkit-scrollbar-thumb {
      background-color: #8c9ba5;
      border-radius: 10px; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown--scroll::-webkit-scrollbar-thumb:hover {
      background-color: #dfe6eb; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    max-width: 400px; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown__arrow {
    fill: #5aaafa; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown-text {
    padding-right: 2rem;
    align-self: flex-start;
    background-color: #42535c; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown-text .bx--account-switcher__linked-icon {
      fill: #fff;
      vertical-align: middle; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown-list {
    position: relative;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    max-height: 0;
    height: auto;
    width: 100%;
    top: 0; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown-item {
    background-color: #2d3f49; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown-item > .bx--dropdown-link:hover,
    body.ibm .bx--account-switcher__menu__item .bx--dropdown-item .bx--dropdown-link:focus {
      background-color: #5aaafa;
      color: #152935; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown-item > .bx--dropdown-link:hover svg,
      body.ibm .bx--account-switcher__menu__item .bx--dropdown-item .bx--dropdown-link:focus svg {
        fill: #152935; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown-link {
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown-link span {
      pointer-events: none; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown-link svg {
      fill: #fff;
      pointer-events: none;
      vertical-align: middle; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown--open .bx--dropdown-text {
    color: #fff; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown--open .bx--dropdown-list {
    display: flex;
    flex-direction: column;
    max-height: 2000px;
    z-index: 10; }
body.ibm .bx--account-switcher__menu__item .bx--dropdown--open .bx--dropdown-item {
    background-color: #394b54; }
body.ibm .bx--unified-header {
    position: fixed;
    z-index: 6000; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--interior-left-nav {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    width: 15.625rem;
    position: fixed;
    top: 5.625rem;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #dfe3e6; }
body.ibm .bx--interior-left-nav--v6 {
      top: 3.125rem; }
body.ibm .bx--interior-left-nav .left-nav-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      background-color: #fff;
      padding-top: 1.5rem;
      overflow: auto; }
body.ibm .bx--interior-left-nav .left-nav-list__item {
        cursor: pointer;
        width: 100%;
        padding: 0; }
body.ibm .bx--interior-left-nav .left-nav-list__item:focus {
          outline: 1px solid transparent; }
body.ibm .bx--interior-left-nav .left-nav-list__item:focus:not(.left-nav-list__item--has-children) {
            background-color: #f0f3f6; }
body.ibm .bx--interior-left-nav .left-nav-list__item:focus .left-nav-list__item-link {
            color: #3d70b2;
            text-decoration: underline; }
body.ibm .bx--interior-left-nav .left-nav-list__item:focus .left-nav-list--nested .left-nav-list__item-link {
            color: #152935;
            text-decoration: none; }
body.ibm .bx--interior-left-nav .left-nav-list__item--active > .left-nav-list__item-link {
          background-color: #f0f3f6;
          color: #3d70b2;
          font-weight: 600; }
body.ibm .bx--interior-left-nav .left-nav-list__item-link {
          font-size: 0.875rem;
          color: #152935;
          font-weight: 400;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: space-between;
          text-decoration: none;
          transition: background-color 250ms;
          padding: 0.75rem 1.5rem 0.75rem 3.6875rem; }
body.ibm .bx--interior-left-nav .left-nav-list__item-icon {
          display: flex; }
body.ibm .bx--interior-left-nav .left-nav-list__item-icon .bx--interior-left-nav__icon {
            fill: #3d70b2;
            width: 0.5rem;
            height: 0.5rem;
            transition: 250ms; }
body.ibm .bx--interior-left-nav .left-nav-list__item--expanded .left-nav-list--nested {
          max-height: 20rem;
          transition: 300ms cubic-bezier(0.25, 0, 1, 1);
          overflow: inherit;
          opacity: 1; }
body.ibm .bx--interior-left-nav .left-nav-list__item--expanded .left-nav-list--nested .left-nav-list__item {
            opacity: 1; }
body.ibm .bx--interior-left-nav .left-nav-list__item--expanded > .left-nav-list__item-link {
          color: #3d70b2; }
body.ibm .bx--interior-left-nav .left-nav-list__item--expanded .left-nav-list__item-icon .bx--interior-left-nav__icon {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
body.ibm .bx--interior-left-nav .left-nav-list__item:not(.left-nav-list__item--has-children):hover > .left-nav-list__item-link {
          background-color: #f0f3f6;
          color: #3d70b2; }
body.ibm .bx--interior-left-nav .left-nav-list__item--has-children .left-nav-list__item-link {
        padding-right: 1.5rem; }
body.ibm .bx--interior-left-nav .left-nav-list__item--has-children:hover > .left-nav-list__item-link {
        color: #3d70b2; }
body.ibm .bx--interior-left-nav .left-nav-list--nested {
      max-height: 0;
      overflow: hidden;
      transition: 300ms cubic-bezier(0, 0, 0.25, 1);
      padding: 0;
      opacity: 0; }
body.ibm .bx--interior-left-nav .left-nav-list--nested .left-nav-list__item {
        width: 100%;
        position: relative;
        padding: 0;
        transition: 250ms;
        opacity: 0; }
body.ibm .bx--interior-left-nav .left-nav-list--nested .left-nav-list__item-link {
          font-size: 0.875rem;
          color: #152935;
          padding: 0.75rem 1.35rem 0.75rem 4.5rem;
          font-weight: 400;
          display: flex;
          align-items: center;
          justify-content: space-between; }
body.ibm .bx--interior-left-nav .left-nav-list--nested .left-nav-list__item-link:focus {
            outline: 1px solid transparent;
            background-color: #f0f3f6;
            color: #3d70b2;
            text-decoration: underline; }
body.ibm .bx--interior-left-nav .left-nav-list--nested .left-nav-list__item:hover {
          outline: none; }
body.ibm .bx--interior-left-nav .left-nav-list--nested .left-nav-list__item--active {
          color: #3d70b2;
          background-color: #f0f3f6; }
body.ibm .bx--interior-left-nav .left-nav-list--nested .left-nav-list__item--active > .left-nav-list__item-link {
            font-weight: 600;
            color: #3d70b2; }
body.ibm .bx--interior-left-nav--collapseable {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 12.5rem;
    padding-top: 1.25rem;
    transition: background-color 300ms cubic-bezier(0.5, 0, 0.1, 1), width 300ms cubic-bezier(0.5, 0, 0.1, 1); }
body.ibm .bx--interior-left-nav--collapseable ul,
    body.ibm .bx--interior-left-nav--collapseable li,
    body.ibm .bx--interior-left-nav--collapseable hr,
    body.ibm .bx--interior-left-nav--collapseable .bx--interior-left-nav-collapse__target {
      opacity: 1; }
body.ibm .bx--interior-left-nav--collapseable .left-nav-list,
    body.ibm .bx--interior-left-nav--collapseable .left-nav-list__item-link {
      background-color: inherit; }
body.ibm .bx--interior-left-nav--collapseable .left-nav-list__item--expanded > .left-nav-list {
      padding-top: 0.375rem;
      padding-bottom: 0.375rem; }
body.ibm .bx--interior-left-nav--collapseable .left-nav-list__item--expanded > .left-nav-list__item-link {
      color: #152935; }
body.ibm .bx--interior-left-nav--collapseable .left-nav-line {
      margin: 1.5rem 1.25rem;
      border: 1px solid #dfe3e6; }
body.ibm .bx--interior-left-nav--collapseable .left-nav-list {
      padding-top: 0; }
.bx--global-light-ui body.ibm .bx--interior-left-nav--collapseable .left-nav-list {
        background-color: inherit; }
body.ibm .bx--interior-left-nav--collapseable .left-nav-list__item--active > .left-nav-list__item-link {
      position: relative;
      background-color: transparent; }
body.ibm .bx--interior-left-nav--collapseable .left-nav-list__item--active > .left-nav-list__item-link:before {
        top: 0;
        position: absolute;
        background-color: #3d70b2;
        height: 100%;
        left: 0;
        width: 4px;
        content: ''; }
body.ibm .bx--interior-left-nav--collapseable .left-nav-list__item {
      margin-bottom: 0.3125rem; }
body.ibm .bx--interior-left-nav--collapseable .left-nav-list__item-link,
    body.ibm .bx--interior-left-nav--collapseable .left-nav-list--nested .left-nav-list__item-link {
      padding: 0.5625rem 1.25rem; }
body.ibm .bx--interior-left-nav--collapseable .left-nav-list--nested .left-nav-list__item-link {
      font-size: 0.75rem;
      padding-left: 2.5rem; }
body.ibm .bx--interior-left-nav--collapseable .bx--interior-left-nav-collapse {
      cursor: pointer;
      background-color: rgba(61, 112, 178, 0.1);
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: auto;
      margin-bottom: 5.625rem;
      padding: 0.875rem 1rem; }
body.ibm .bx--interior-left-nav--collapseable .bx--interior-left-nav-collapse--v6 {
        margin-bottom: 3.125rem; }
body.ibm .bx--interior-left-nav--collapseable .bx--interior-left-nav-collapse:hover, body.ibm .bx--interior-left-nav--collapseable .bx--interior-left-nav-collapse:focus {
        background-color: rgba(61, 112, 178, 0.3); }
body.ibm .bx--interior-left-nav--collapseable .bx--interior-left-nav-collapse__target {
      margin-left: 0.625rem;
      margin-right: 0.625rem; }
body.ibm .bx--interior-left-nav--collapseable .bx--interior-left-nav-collapse__link {
      font-size: 0.875rem;
      display: flex;
      align-items: center;
      text-decoration: none;
      padding: 0.25rem; }
body.ibm .bx--interior-left-nav--collapseable .bx--interior-left-nav-collapse__link:focus {
        outline: 1px solid #3d70b2; }
body.ibm .bx--interior-left-nav--collapseable .bx--interior-left-nav-collapse__arrow {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      fill: #3d70b2;
      height: 12px;
      width: 12px; }
body.ibm .bx--interior-left-nav--collapsing,
  body.ibm .bx--interior-left-nav--collapsed {
    width: 3rem;
    transition: background-color 300ms cubic-bezier(0.5, 0, 0.1, 1), width 300ms cubic-bezier(0.5, 0, 0.1, 1);
    cursor: pointer;
    background-color: rgba(61, 112, 178, 0.1); }
body.ibm .bx--interior-left-nav--collapsing:hover, body.ibm .bx--interior-left-nav--collapsing:focus,
    body.ibm .bx--interior-left-nav--collapsed:hover,
    body.ibm .bx--interior-left-nav--collapsed:focus {
      background-color: rgba(61, 112, 178, 0.3); }
body.ibm .bx--interior-left-nav--collapsing ul,
    body.ibm .bx--interior-left-nav--collapsing li,
    body.ibm .bx--interior-left-nav--collapsing hr,
    body.ibm .bx--interior-left-nav--collapsing .bx--interior-left-nav-collapse__target,
    body.ibm .bx--interior-left-nav--collapsed ul,
    body.ibm .bx--interior-left-nav--collapsed li,
    body.ibm .bx--interior-left-nav--collapsed hr,
    body.ibm .bx--interior-left-nav--collapsed .bx--interior-left-nav-collapse__target {
      opacity: 0;
      transition: opacity 300ms cubic-bezier(0.5, 0, 0.1, 1);
      overflow: hidden;
      white-space: nowrap; }
body.ibm .bx--interior-left-nav--collapsing .bx--interior-left-nav-collapse,
    body.ibm .bx--interior-left-nav--collapsed .bx--interior-left-nav-collapse {
      background-color: transparent; }
body.ibm .bx--interior-left-nav--collapsing .bx--interior-left-nav-collapse:hover,
      body.ibm .bx--interior-left-nav--collapsed .bx--interior-left-nav-collapse:hover {
        background-color: transparent; }
body.ibm .bx--interior-left-nav--collapsing .bx--interior-left-nav-collapse__arrow,
    body.ibm .bx--interior-left-nav--collapsed .bx--interior-left-nav-collapse__arrow {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      transition: -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1);
      transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1);
      transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1); }
body.ibm .bx--interior-left-nav--collapsed ul,
  body.ibm .bx--interior-left-nav--collapsed li,
  body.ibm .bx--interior-left-nav--collapsed hr,
  body.ibm .bx--interior-left-nav--collapsed .bx--interior-left-nav-collapse__target {
    display: none; }
body.ibm .bx--interior-left-nav--collapsed .bx--interior-left-nav-collapse {
    justify-content: center;
    padding-left: 0;
    padding-right: 0; }
body.ibm .bx--interior-left-nav--expanding {
    width: 12.5rem;
    transition: width 300ms cubic-bezier(0.5, 0, 0.1, 1);
    background-color: #fff; }
body.ibm .bx--interior-left-nav--expanding ul,
    body.ibm .bx--interior-left-nav--expanding li,
    body.ibm .bx--interior-left-nav--expanding hr,
    body.ibm .bx--interior-left-nav--expanding .bx--interior-left-nav-collapse__target {
      opacity: 1;
      transition: opacity 300ms cubic-bezier(0.5, 0, 0.1, 1);
      overflow: hidden;
      white-space: nowrap; }
body.ibm .bx--interior-left-nav--expanding .bx--interior-left-nav-collapse__arrow {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1);
      transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1);
      transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 300ms cubic-bezier(0.5, 0, 0.1, 1); }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--select--inline {
    display: flex;
    align-items: center; }
body.ibm .bx--select--inline .bx--label {
      white-space: nowrap;
      margin: 0 0.5rem 0 0;
      font-weight: 400; }
body.ibm .bx--select--inline .bx--select-input {
      background-color: transparent;
      color: #3d70b2;
      font-weight: 600; }
body.ibm .bx--select--inline .bx--select-input:disabled ~ * {
        opacity: 0.5;
        cursor: not-allowed; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--progress {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    display: flex;
    list-style: none; }
body.ibm .bx--progress-step {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    flex: 1;
    min-width: 7rem;
    transition: 250ms all cubic-bezier(0.5, 0, 0.1, 1);
    overflow: visible; }
body.ibm .bx--progress-line {
    position: absolute;
    top: 0.625rem;
    right: 100%;
    height: 1px;
    width: calc(100% - 24px);
    border: 1px inset transparent; }
.bx--progress-step:first-child body.ibm .bx--progress-line {
      display: none; }
body.ibm .bx--progress-step svg {
    position: relative;
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-bottom: 0.5rem; }
body.ibm .bx--progress-label {
    line-height: 1;
    width: 75%; }
body.ibm .bx--progress-step--current circle:first-child {
    stroke: #3d70b2;
    stroke-width: 5;
    fill: transparent; }
body.ibm .bx--progress-step--current circle:last-child {
    fill: #3d70b2; }
body.ibm .bx--progress-step--current .bx--progress-label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3d70b2;
    font-weight: 600; }
body.ibm .bx--progress-step--current .bx--progress-line {
    background-color: #3d70b2; }
body.ibm .bx--progress-step--incomplete circle {
    stroke: #8c9ba5;
    stroke-width: 5;
    fill: transparent; }
body.ibm .bx--progress-step--incomplete .bx--progress-label {
    color: #5a6872; }
body.ibm .bx--progress-step--incomplete .bx--progress-line {
    background-color: #8c9ba5; }
body.ibm .bx--progress-step--complete circle {
    stroke: #3d70b2;
    stroke-width: 5;
    fill: transparent; }
body.ibm .bx--progress-step--complete polygon {
    fill: #3d70b2; }
body.ibm .bx--progress-step--complete .bx--progress-label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3d70b2;
    font-weight: 600; }
body.ibm .bx--progress-step--complete .bx--progress-line {
    background-color: #3d70b2; }
body.ibm .bx--progress.bx--skeleton .bx--progress-label {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: rgba(61, 112, 178, 0.1);
    height: 0.75rem;
    width: 2.5rem; }
body.ibm .bx--progress.bx--skeleton .bx--progress-label:hover, body.ibm .bx--progress.bx--skeleton .bx--progress-label:focus, body.ibm .bx--progress.bx--skeleton .bx--progress-label:active {
      border: none;
      outline: none;
      cursor: default; }
body.ibm .bx--progress.bx--skeleton .bx--progress-label:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
      background: rgba(61, 112, 178, 0.1);
      -webkit-animation: 3000ms ease-in-out skeleton infinite;
              animation: 3000ms ease-in-out skeleton infinite; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--order-summary {
    font-size: 0.875rem;
    background-color: #fff;
    padding-bottom: 1.25rem;
    width: 18rem;
    height: auto;
    display: flex;
    flex-direction: column; }
body.ibm .bx--order-header {
    display: flex;
    align-items: center;
    padding: 0 0 0 1.25rem;
    border-bottom: 1px solid #8c9ba5; }
body.ibm .bx--order-header .bx--dropdown {
      flex: 1;
      background-color: #fff;
      margin-right: 0.0625rem; }
body.ibm .bx--order-header .bx--dropdown-text {
      max-width: 6.25rem; }
body.ibm .bx--order-header .bx--dropdown-link {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
body.ibm .bx--order-header .bx--dropdown[data-value=''] .bx--dropdown-text,
    body.ibm .bx--order-header .bx--dropdown-text {
      color: #3d70b2; }
body.ibm .bx--order-header-title {
    font-size: 0.875rem;
    font-weight: 600;
    flex: 2; }
body.ibm .bx--order-list {
    padding: 1.25rem 0;
    margin: 0 1.25rem;
    border-bottom: 1px solid #8c9ba5; }
body.ibm .bx--order-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.125rem; }
body.ibm .bx--order-item:last-child {
      margin-bottom: 0; }
body.ibm .bx--order-detail {
    font-size: 0.875rem;
    color: #5a6872;
    padding-right: 1.25rem;
    line-height: 1.25; }
body.ibm .bx--order-price {
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap; }
body.ibm .bx--order-total-container {
    padding: 1.125rem 1.25rem 0; }
body.ibm .bx--order-total-container .bx--btn {
      width: 100%;
      margin-top: 1rem; }
body.ibm .bx--order-total-container .bx--btn:first-of-type {
        margin-top: 2rem; }
body.ibm .bx--order-total-container .bx--btn:last-of-type {
        margin-bottom: 2rem; }
body.ibm .bx--order-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem; }
body.ibm .bx--order-total-text {
    font-weight: 600; }
body.ibm .bx--order-total-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 600; }
body.ibm .bx--order-total-price span {
      font-size: 0.75rem;
      color: #5a6872;
      font-weight: 400; }
body.ibm .bx--order-total-subtitle {
    font-size: 0.6875rem;
    color: #5a6872;
    font-style: italic; }
body.ibm .bx--order-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
    padding-right: 1.25rem; }
body.ibm .bx--order-footer-text {
    font-size: 0.875rem;
    color: #5a6872;
    line-height: 1; }
body.ibm .bx--order-category {
    margin-bottom: 2rem; }
body.ibm .bx--order-category:last-child {
      margin-bottom: 0; }
body.ibm .bx--order-category-title {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-transform: uppercase; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--tile {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    display: block;
    min-width: 8rem;
    min-height: 4rem;
    background-color: #fff;
    border: 1px solid #f0f3f6;
    position: relative;
    padding: 1rem; }
body.ibm .bx--tile:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--tile--clickable,
  body.ibm .bx--tile--selectable,
  body.ibm .bx--tile--expandable {
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
    cursor: pointer; }
body.ibm .bx--tile--clickable:hover,
    body.ibm .bx--tile--selectable:hover,
    body.ibm .bx--tile--expandable:hover {
      border: 1px solid #dfe3e6; }
body.ibm .bx--tile--clickable:hover .bx--tile__checkmark, body.ibm .bx--tile--clickable:focus .bx--tile__checkmark,
    body.ibm .bx--tile--selectable:hover .bx--tile__checkmark,
    body.ibm .bx--tile--selectable:focus .bx--tile__checkmark,
    body.ibm .bx--tile--expandable:hover .bx--tile__checkmark,
    body.ibm .bx--tile--expandable:focus .bx--tile__checkmark {
      opacity: 1; }
body.ibm .bx--tile--clickable:hover .bx--tile__chevron svg, body.ibm .bx--tile--clickable:focus .bx--tile__chevron svg,
    body.ibm .bx--tile--selectable:hover .bx--tile__chevron svg,
    body.ibm .bx--tile--selectable:focus .bx--tile__chevron svg,
    body.ibm .bx--tile--expandable:hover .bx--tile__chevron svg,
    body.ibm .bx--tile--expandable:focus .bx--tile__chevron svg {
      fill: #3d70b2; }
body.ibm .bx--tile--clickable:focus,
  body.ibm .bx--tile--expandable:focus {
    outline: 1px solid #3d70b2; }
body.ibm .bx--tile--selectable {
    padding-right: 3rem; }
body.ibm .bx--tile--selectable:focus {
    outline: none;
    border: 1px solid #3d70b2; }
body.ibm .bx--tile--is-clicked {
    box-shadow: none;
    border: 1px solid #dfe3e6; }
body.ibm .bx--tile__checkmark,
  body.ibm .bx--tile__chevron {
    position: absolute;
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
    border: none;
    background: transparent; }
body.ibm .bx--tile__checkmark:focus,
    body.ibm .bx--tile__chevron:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--tile__checkmark {
    height: 1rem;
    top: 1rem;
    right: 1rem;
    opacity: 0; }
body.ibm .bx--tile__checkmark svg {
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.25);
      fill: rgba(61, 112, 178, 0.25); }
body.ibm .bx--tile__chevron {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    height: 1rem; }
body.ibm .bx--tile__chevron svg {
      -webkit-transform-origin: center;
              transform-origin: center;
      transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
      fill: #8c9ba5; }
body.ibm .bx--tile__chevron:hover {
      cursor: pointer; }
body.ibm .bx--tile--expandable {
    overflow: hidden;
    cursor: default;
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1); }
body.ibm .bx--tile-content__above-the-fold {
    display: block; }
body.ibm .bx--tile-content__below-the-fold {
    display: block;
    opacity: 0;
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1); }
body.ibm .bx--tile--is-expanded {
    overflow: visible;
    transition: 250ms cubic-bezier(0.5, 0, 0.1, 1); }
body.ibm .bx--tile--is-expanded .bx--tile__chevron svg {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
body.ibm .bx--tile--is-expanded .bx--tile-content__below-the-fold {
      opacity: 1;
      transition: 250ms cubic-bezier(0.5, 0, 0.1, 1); }
body.ibm .bx--tile--is-selected,
  body.ibm .bx--tile--is-selected:hover,
  body.ibm .bx--tile--is-selected:focus {
    border: 1px solid #3d70b2;
    outline: none; }
body.ibm .bx--tile-input:checked + .bx--tile__checkmark {
    opacity: 1; }
body.ibm .bx--tile-input:checked + .bx--tile__checkmark svg {
    fill: #3d70b2;
    background-color: #fff; }
body.ibm .bx--tile-content {
    width: 100%;
    height: 100%; }
body.ibm .bx--tile-input {
    display: none; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--lightbox {
    width: 66rem;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1); }
body.ibm .bx--lightbox__main {
    position: relative; }
body.ibm .bx--lightbox__btn {
    border: 0;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%; }
body.ibm .bx--lightbox__btn:first-of-type {
      left: -2rem; }
body.ibm .bx--lightbox__btn:last-of-type {
      right: -2rem;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
body.ibm .bx--lightbox__btn:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--lightbox__btn svg {
      height: 1.5rem;
      fill: #8c9ba5; }
body.ibm .bx--lightbox__item {
    display: none;
    width: 100%; }
body.ibm .bx--lightbox__item--shown {
    display: block; }
body.ibm .bx--lightbox__footer {
    background: #fff;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--carousel {
    display: flex;
    align-items: center; }
body.ibm .bx--carousel-container {
    max-width: 50.625rem;
    overflow: hidden;
    padding: 0 1px; }
body.ibm .bx--filmstrip {
    display: flex;
    justify-content: space-between;
    transition: -webkit-transform 100ms cubic-bezier(0.25, 0, 1, 1);
    transition: transform 100ms cubic-bezier(0.25, 0, 1, 1);
    transition: transform 100ms cubic-bezier(0.25, 0, 1, 1), -webkit-transform 100ms cubic-bezier(0.25, 0, 1, 1);
    padding: 1.5rem 0;
    width: auto; }
body.ibm .bx--filmstrip-btn {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    display: inline-block;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
    height: 1.25rem;
    width: 1.25rem;
    margin-bottom: 1rem;
    margin-right: 0.1875rem;
    margin-left: 0.1875rem; }
body.ibm .bx--filmstrip-btn::-moz-focus-inner {
      border: 0; }
body.ibm .bx--filmstrip-btn:hover {
      cursor: pointer; }
body.ibm .bx--filmstrip-btn:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--carousel__btn {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    display: inline-block;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    cursor: pointer;
    padding: 0; }
body.ibm .bx--carousel__btn::-moz-focus-inner {
      border: 0; }
body.ibm .bx--carousel__btn:first-child {
      margin-right: 1.25rem; }
body.ibm .bx--carousel__btn:last-child {
      margin-left: 1.25rem; }
body.ibm .bx--carousel__btn:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--carousel__btn:last-of-type {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
body.ibm .bx--carousel__btn svg {
      height: 1.5rem;
      width: 1rem;
      fill: #3d70b2; }
body.ibm .bx--carousel__item {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    display: inline-block;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
    padding: 0;
    line-height: 0;
    margin-right: 1.25rem;
    cursor: pointer; }
body.ibm .bx--carousel__item::-moz-focus-inner {
      border: 0; }
body.ibm .bx--carousel__item:hover, body.ibm .bx--carousel__item:focus {
      outline: 1px solid #3d70b2; }
body.ibm .bx--carousel__item--active {
    outline: 1px solid #3d70b2; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--skeleton__text {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: rgba(61, 112, 178, 0.1);
    width: 100%;
    height: 1rem;
    margin-bottom: 0.5rem; }
body.ibm .bx--skeleton__text:hover, body.ibm .bx--skeleton__text:focus, body.ibm .bx--skeleton__text:active {
      border: none;
      outline: none;
      cursor: default; }
body.ibm .bx--skeleton__text:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
      background: rgba(61, 112, 178, 0.1);
      -webkit-animation: 3000ms ease-in-out skeleton infinite;
              animation: 3000ms ease-in-out skeleton infinite; }
body.ibm .bx--skeleton__heading {
    height: 1.5rem;
    margin-bottom: 0.75rem; }
body.ibm .bx--icon--skeleton {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: rgba(61, 112, 178, 0.1);
    display: inline-block;
    width: 1rem;
    height: 1rem; }
body.ibm .bx--icon--skeleton:hover, body.ibm .bx--icon--skeleton:focus, body.ibm .bx--icon--skeleton:active {
      border: none;
      outline: none;
      cursor: default; }
body.ibm .bx--icon--skeleton:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
      background: rgba(61, 112, 178, 0.1);
      -webkit-animation: 3000ms ease-in-out skeleton infinite;
              animation: 3000ms ease-in-out skeleton infinite; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--text-truncate--end {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
body.ibm .bx--text-truncate--front {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--footer--bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0; }
body.ibm .bx--footer {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-top: 2px solid #3d70b2;
    background-color: #fff;
    min-height: 3.5rem;
    z-index: 5000;
    padding: 1.25rem 5%;
    width: 100%; }
body.ibm .bx--footer-info {
    display: flex; }
@media screen and (max-width: 600px) {
      body.ibm .bx--footer-info {
        flex-direction: column; } }
body.ibm .bx--footer-info__item {
    font-size: 1.125rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-right: 4rem; }
body.ibm .bx--footer-info__item > .bx--link {
    font-weight: 600; }
body.ibm .bx--footer-info__item > .bx--footer-label {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0; }
@media screen and (max-width: 600px) {
      body.ibm .bx--footer-info__item > .bx--footer-label {
        display: none; } }
body.ibm .bx--footer-cta {
    margin-left: auto; }
@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }
body.ibm .bx--fab {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    text-decoration: none;
    -webkit-filter: drop-shadow(0px 3px 3px 0 rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 3px 3px 0 rgba(0, 0, 0, 0.1)); }
body.ibm .bx--fab__hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
      visibility: visible;
      white-space: nowrap;
      color: #fff; }
body.ibm .bx--fab__svg {
      width: 100%; }
body.ibm .bx--fab__svg .bx--fab__hexagon {
        transition: fill 250ms;
        fill: #5596e6; }
body.ibm .bx--fab__svg .bx--fab__plus-icon {
        -webkit-transform: rotate(0);
                transform: rotate(0);
        transition: -webkit-transform 250ms;
        transition: transform 250ms;
        transition: transform 250ms, -webkit-transform 250ms;
        -webkit-transform-origin: center;
                transform-origin: center;
        fill: #fff; }
body.ibm .bx--fab[data-state='closed'] {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      transition: -webkit-transform 250ms;
      transition: transform 250ms;
      transition: transform 250ms, -webkit-transform 250ms;
      -webkit-transform-origin: center;
              transform-origin: center; }
body.ibm .bx--fab[data-state='closed'] .bx--fab__hexagon {
        transition: fill 250ms;
        fill: #42535c; }
body.ibm .bx--fab[data-state='closed'] .bx--fab__plus-icon {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        transition: -webkit-transform 250ms;
        transition: transform 250ms;
        transition: transform 250ms, -webkit-transform 250ms;
        -webkit-transform-origin: center;
                transform-origin: center; }
body.ibm .ibm-bg-blue-100 {
    background-color: #e2e8f2; }
body.ibm .ibm-bg-grey-400 {
    background-color: #f5f7fa; }
body.ibm .ibm-bg-white {
    background-color: #fff; }
body.ibm .ibm-blue-500-fill {
    fill: #3d70b2; }
body.ibm .ibm-blue-500 {
    color: #3d70b2; }
body.ibm .ibm-red-700-fill {
    fill: #e0182d; }
body.ibm .ibm-red-700-bkg {
    background-color: #e0182d; }
body.ibm .workspace {
    display: flex;
    min-height: calc(100vh - 60px);
    padding-top: 55px; }
body.ibm .workspace-close {
      position: absolute;
      right: 0;
      top: 80px;
      background: transparent;
      border: 0;
      right: 10px;
      opacity: 0.4;
      padding: 8px;
      cursor: pointer; }
body.ibm .workspace-close:hover {
        opacity: 1; }
body.ibm .workspace_side-content {
      position: absolute;
      display: none;
      top: 0px;
      min-height: 100vh;
      left: 60px;
      width: calc(100% - 60px); }
body.ibm .workspace_side-content.sidebar-opened {
        display: block;
        background: rgba(68, 84, 93, 0.8);
        max-width: 100%;
        position: fixed; }
body.ibm .workspace_side-content-item {
        max-width: calc(100% - 150px);
        min-height: 100vh;
        background-color: #fff;
        padding: 3rem 2rem 3rem 2rem;
        position: relative;
        min-height: 100vh;
        max-height: 100vh;
        overflow-y: auto; }
body.ibm .workspace_side-content-item::-webkit-scrollbar-track {
          background-color: #eff2f5; }
body.ibm .workspace_side-content-item::-webkit-scrollbar {
          width: 8px;
          background-color: #eff2f5; }
body.ibm .workspace_side-content-item::-webkit-scrollbar-thumb {
          background-color: #8c9ba5; }
body.ibm .workspace_side-content-item .bx--grid {
          margin: 0; }
body.ibm .workspace_side-content-item .bx--grid h1 {
            font-size: 1.8rem;
            font-weight: 400; }
body.ibm .workspace_side-content.workspace_side-content-smiles-editor {
        width: 100%;
        left: 0;
        top: 50px;
        z-index: 100;
        height: 100%;
        padding-top: 6px;
        background: #ebf0f7; }
body.ibm .workspace_side-content-smiles-editor-panel {
        padding: 0 5rem;
        background-color: #ebf0f7;
        width: 100%;
        height: 100%; }
body.ibm .workspace_side-content-smiles-editor-panel form {
          position: relative; }
body.ibm .workspace_side-content-smiles-editor-panel form .bx--btn {
            position: absolute;
            right: 0; }
body.ibm .workspace_side-content-smiles-editor-panel form .bx--btn svg {
              margin: 0; }
body.ibm .workspace_side-content-smiles-editor-panel-form-textarea {
          width: 100%;
          height: calc(100% - 150px); }
body.ibm .workspace_side-content-smiles-editor-panel .justify-content-end {
          text-align: right; }
body.ibm .workspace_sidebar {
      width: 60px;
      float: left;
      background: #ebf0f7;
      position: fixed;
      height: 100vh;
      z-index: 99; }
body.ibm .workspace_sidebar-icon {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px; }
body.ibm .workspace_sidebar-btn {
        background: transparent;
        border: 0;
        font-weight: bold;
        font-size: 0.625rem;
        line-height: 0.75rem;
        text-align: center;
        display: block;
        border-bottom: 1px solid #e0e5ec;
        padding: 13px 2px;
        color: #3d70b2; }
body.ibm .workspace_sidebar-btn svg {
          fill: #3d70b2;
          margin-bottom: 6px; }
body.ibm .workspace_sidebar-btn:hover {
          background: #3d70b2;
          color: #fff; }
body.ibm .workspace_sidebar-btn:hover svg {
            fill: #fff; }
body.ibm .workspace_canvas {
      width: calc(100% - 60px);
      float: left;
      margin-left: 60px; }
body.ibm .workspace_canvas-sidebar {
        position: absolute;
        display: none; }
body.ibm .workspace_canvas-sidebar .workspace-left-sidebar-item {
          width: 80%;
          background-color: #fff; }
body.ibm .challenge,
  body.ibm .challenge--summary {
    margin-bottom: 5.5rem; }
body.ibm .challenge--sticky-footer,
    body.ibm .challenge--summary--sticky-footer {
      position: fixed;
      bottom: 44px;
      width: 100%;
      background: #fff;
      padding: 1rem 0.5rem;
      border-top: 1px solid #f5f7fa; }
body.ibm .challenge--result img,
    body.ibm .challenge--summary--result img {
      width: initial !important;
      height: 125px; }
body.ibm .challenge--result .ibm--outcome__reaction,
    body.ibm .challenge--summary--result .ibm--outcome__reaction {
      padding: 0.5rem; }
body.ibm .challenge--result .ibm--outcome__string,
    body.ibm .challenge--summary--result .ibm--outcome__string {
      position: relative;
      padding: 1rem 2.5rem 1rem 0.5rem; }
body.ibm .challenge--result .ibm--outcome__string .mt-2,
      body.ibm .challenge--summary--result .ibm--outcome__string .mt-2 {
        margin-top: 0px !important; }
body.ibm .challenge--result .ibm--outcome__string .bx--btn--single-icon,
      body.ibm .challenge--summary--result .ibm--outcome__string .bx--btn--single-icon {
        position: absolute;
        right: 0px;
        top: 10px;
        padding: 5px; }
body.ibm .challenge--result .bx--grid,
    body.ibm .challenge--summary--result .bx--grid {
      margin-left: 0;
      margin-right: 0; }
body.ibm .challenge--result .ibm--outcome__header,
    body.ibm .challenge--summary--result .ibm--outcome__header {
      margin-bottom: 0; }
body.ibm .challenge--draw,
    body.ibm .challenge--summary--draw {
      padding: 2rem 1rem; }
body.ibm .challenge--outcome .ibm--outcome__string,
    body.ibm .challenge--summary--outcome .ibm--outcome__string {
      position: relative;
      padding: 1rem 2.5rem 1rem 0.5rem; }
body.ibm .challenge--outcome .ibm--outcome__string .mt-2,
      body.ibm .challenge--summary--outcome .ibm--outcome__string .mt-2 {
        margin-top: 0px !important; }
body.ibm .challenge--outcome .ibm--outcome__string .bx--btn--single-icon,
      body.ibm .challenge--summary--outcome .ibm--outcome__string .bx--btn--single-icon {
        position: absolute;
        right: 0px;
        top: 10px;
        padding: 5px; }
body.ibm .challenge--outcome img,
    body.ibm .challenge--summary--outcome img {
      width: initial !important;
      height: auto;
      max-width: 100%; }
body.ibm .challenge--outcome .ibm--outcome__header,
    body.ibm .challenge--summary--outcome .ibm--outcome__header {
      display: none; }
body.ibm .challenge--outcome .ibm--outcome__reaction,
    body.ibm .challenge--summary--outcome .ibm--outcome__reaction {
      padding: 0.5rem; }
body.ibm .challenge__list .ibm--outcome,
    body.ibm .challenge--summary__list .ibm--outcome {
      height: calc(100% - 20px); }
body.ibm .challenge__list--totals,
    body.ibm .challenge--summary__list--totals {
      margin: 10px; }
body.ibm .challenge__list .challenge--label,
    body.ibm .challenge--summary__list .challenge--label {
      font-weight: bold;
      font-size: 1rem;
      display: block; }
body.ibm .challenge__list .challenge--result,
    body.ibm .challenge--summary__list .challenge--result {
      display: block;
      font-size: 1.3rem;
      font-weight: 300;
      margin: 5px 0px; }
body.ibm .challenge__list .challenge--result--true,
      body.ibm .challenge--summary__list .challenge--result--true {
        color: #5aa700; }
body.ibm .challenge__list .challenge--result--false,
      body.ibm .challenge--summary__list .challenge--result--false {
        color: #ad1625; }
body.ibm .challenge__list .challenge__list__stats .challenge--label,
    body.ibm .challenge--summary__list .challenge__list__stats .challenge--label {
      font-size: 1.2rem; }
body.ibm .challenge__list .challenge__list__stats .challenge--result,
    body.ibm .challenge--summary__list .challenge__list__stats .challenge--result {
      font-size: 1.6rem; }
body.ibm .challenge__list--outcomes,
    body.ibm .challenge--summary__list--outcomes {
      height: 100%;
      display: block;
      overflow: hidden; }
body.ibm .challenge__list--outcomes .ibm--outcome__header,
      body.ibm .challenge--summary__list--outcomes .ibm--outcome__header {
        display: block !important; }
body.ibm .challenge__list--outcomes .ibm--outcome__string p,
      body.ibm .challenge--summary__list--outcomes .ibm--outcome__string p {
        font-size: 0.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; }
body.ibm .ketcher-modal {
    width: calc(95%);
    max-height: calc(95%);
    padding-bottom: 40px; }
body.ibm .ibm--learning .bx--accordion__item img {
    max-width: 1200px;
    width: 100%; }
body.ibm .ibm--retro-wizard h4 {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 600;
    color: #152935; }
body.ibm .ibm--retro-wizard ibm-bx-slider .bx--slider-container {
    width: 100%;
    min-width: 100%; }
body.ibm .ibm--retro-outcomes-sidebar .bx--structured-list {
    min-width: auto; }
body.ibm .ibm--retro-outcomes-sidebar .bx--structured-list.bx--structured-list--border {
      border: none;
      background-color: transparent; }
body.ibm .ibm--retro-outcomes-sidebar .bx--structured-list .bx--structured-list-td {
      padding: 0 0.5rem;
      vertical-align: middle; }
body.ibm .ibm--retro-outcomes-sidebar-sequence-td {
    height: 50px; }
body.ibm .ibm--retro-outcomes-sidebar-sequence-td-print-pdf {
      padding: 0 !important; }
body.ibm .ibm--retro-outcomes-sidebar-sequence-td-checkbox {
      width: 16px; }
body.ibm .ibm--retro-outcomes-sidebar-sequence-td-chart {
      padding: 0 !important; }
body.ibm .ibm--retro-outcomes-sidebar-sequence-td-chart svg {
        margin: 0;
        padding: 0; }
body.ibm .ibm--retro-outcomes-sidebar-sequence-td-messages {
      display: inline-block;
      vertical-align: middle;
      padding-top: 0.2rem; }
body.ibm .ibm--retro-outcomes-sidebar-sequence-td-messages svg {
        margin-right: 0.25rem; }
body.ibm .ibm--retro-outcomes-sidebar-sequence-td-messages-info {
        color: #3d70b2; }
body.ibm .ibm--retro-outcomes-sidebar-sequence-td-messages-warning {
        color: #fcae05; }
body.ibm .ibm--retro-outcomes-sidebar-sequence-td-messages-error {
        color: #e0182d; }
body.ibm .ibm--retro-outcomes-sidebar-parameters-td {
    height: 34px; }
body.ibm .ibm--retro-feedback-header {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #152935; }
body.ibm .ibm--retro-feedback-description {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #152935; }
@media (max-width: 992px) {
    body.ibm .ibm--project__view_port {
      padding-top: 110px; } }


/*# sourceMappingURL=styles.d1ab64017e210e2c688a.css.map*/