/*
   Font Awesome S3 Bucket URLs
   Current version: 6.6.0
   If you are changing the location of these files,
   see the readme in this directory for more detail on manual steps to take when uploading new files.
 */
#warning-banner {
  position: absolute;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #6C468A;
  display: flex;
  align-items: center;
  gap: 0.75rem; }
  #warning-banner #dismiss-icon {
    margin-left: auto; }
  #warning-banner #warning-icon {
    padding-right: 10px; }
  #warning-banner a, #warning-banner a:visited {
    font-family: "Metropolis", "Noto Sans", "Noto Sans Math", "Noto Sans Arabic", "Noto Sans Armenian", "Noto Sans Bengali", "Noto Sans SC", "Noto Sans TC", "Noto Sans Devanagari", "Noto Sans Georgian", "Noto Sans Hebrew", "Noto Sans JP", "Noto Sans Kannada", "Noto Sans Khmer", "Noto Sans KR", "Noto Sans Myanmar", "Noto Sans Sinhala", "Noto Sans Tamil", "Noto Sans Telugu", "Noto Sans Thai", "Noto Sans Thaana", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    text-decoration: underline; }
  #warning-banner a:hover {
    background: transparent; }
  #warning-banner p {
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 0.875rem; }
  #warning-banner #message {
    float: left;
    width: 90%; }
  #warning-banner #hide-warning {
    position: relative; }
  #warning-banner #hide-warning .close {
    float: right;
    font-size: 20px; }

.warning-sign {
  font-size: 16px;
  color: #efcd1c; }

/*# sourceMappingURL=warning-banner.css.map */
