.hidden {
  display: none;
}

div.status-light {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-position-y: 2px;
}

div.red-light {
  background-image: url("/secure-welcome/public/images/red_light-e9c5bb5c9e16376620dd0b4e28077317.gif");
}

div.yellow-light {
  background-image: url("/secure-welcome/public/images/yellow_light-04049517f81a0262c1d5c0ea7efc8434.gif");
}

div.green-light {
  background-image: url("/secure-welcome/public/images/green_light-3f821d1f33c6bed96993f185baf2a2e0.gif");
}

.browser-status {
  margin-top: 20px;
  display: flex;
}

.more-info {
  padding-left: 2px;
}

.link {
  text-decoration: none;
  color: #006fb4;
}

.not-supported-message {
  color: #FF0000;
  font-weight: bold;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.status-not-supported-message {
  font-size: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  word-break: break-word;
}


.welcome-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.welcome-header {
  background-color: #003046;
  padding: 0.5rem 1.5rem;
}

.welcome-header-logo-img {
  height: 80px;
  padding: 8px 0px 8px 16px
}

.welcome-footer {
  position: absolute;
  height: 60px;
  border-top: 1px solid #CCCCCC;
  grid-area: ft;
  bottom: 0;
  width: 100%;
}

.welcome-footer-item {
  padding:0 15px 0 15px;
  font-size: 14px;
  font-family: "Open Sans";
}

.footer-content {
  height: 20px;
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}

a.welcome-footer-link {
  color: #005A96;
  text-decoration: none;
}

.divider {
  border-left: 1px solid #CCCCCC;
  height: 20px;
  margin: 0;
  display: block;
}

.welcome-body {
  padding: 2rem;
  display: flex;
  flex-grow: 2;
  align-items: flex-start;
  background-color: #F9F9F9;
  min-height: calc(100vh - 156px);
}

.welcome-card {
  margin: 0 auto;
  width: 450px;
  background-color: #FFFFFF;
  border: solid 1px #BFBFBF;
  border-radius: 7px;
  position: relative;
}

.status-welcome-card {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  background-color: #FFFFFF;
  border: solid 1px #BFBFBF;
  border-radius: 7px;
  position: relative;
  box-sizing: border-box;
  height: auto;
}


.card-content {
  padding: 55px 70px;
  overflow-y: auto;
}

.card-content p {
  color: #58595B;
}

.status-card-content {
  padding: 2rem;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  height: auto;
  overflow: visible;
}

.alert-card::before {
  content: '';
  position: absolute;
  display: block;
  height: 10px;
  width: 100%;
  background: #E79F45;
  background: repeating-linear-gradient(
          45deg,
          #E79F45,
          #E79F45 12px,
          transparent 10px,
          transparent 23px
  );
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 0;
}

.alert-card::before {
  top: 0;
}

.alert-buttons {
  padding: 0 10px;
}

.alert-buttons button {
  width: 130px;
}

a {
  color: #277FC1;
  text-decoration: none;
}

.spinner-border.welcome-spinner {
  --bs-spinner-width: 6rem;
  --bs-spinner-height: 6rem;
  --bs-spinner-border-width: 0.5rem;
  --bs-spinner-animation-speed: 6s;
  border: var(--bs-spinner-border-width) solid #004F89;
  border-right-color: transparent;
}

.warning-icon {
  padding-top: 7px;
}
