/* for IE10 and above but not Edge */
/* for iOS devices */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-VariableFont_wght.ttf?v=712");
  font-style: normal;
  font-weight: 100 700 900;
}
#test-system-banner {
  color: white;
  background: #BE55A0;
  height: 36px !important;
  padding: 6px 16px 6px 16px !important;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
}
#test-system-banner .icon {
  color: white;
  display: block;
  flex-shrink: 0 !important;
}
#test-system-banner .message {
  color: white;
  font-family: 'Mulish' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  padding-left: 16px;
  float: left;
  line-height: 16px;
  overflow-wrap: break-word;
}
