body {
  background-color: #f1f1f1;
  padding-bottom: 2rem;
}
.container {
  height: 95vh;
  display: flex;
  flex-flow: column;
  min-width: 600px;
}
.content {
  flex-flow: column;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1;
}
image {
  display: flex;
  width: 120px;
  height: 120px;
}
.primary-text {
  margin-top: 17px;
  font-family: "Roboto";
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4b61f9;
}

.secondary-text {
  margin-top: 17px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.footer-text {
  align-self: center;
  font-family: "Roboto";
  font-size: 12.8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4b61f9;
  margin-bottom: 1.5rem;
}

.card {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  letter-spacing: 0.3px;
  margin: 2rem auto;
  width: 800px;
}

.context-box-container {
  margin-top: 1rem;
  matgin-bottom: 1rem;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0px 1px 2px 0px rgba(22, 22, 24, 0.06);
  padding: 1px;
  border-radius: 0.5rem;
  background: #e5e5e5;
}

.context-box-container.success {
  background: #24c19a;
}

.context-box {
  background-color: rgb(255 255 255/1);
  border-radius: 7px;
  position: relative;
}

.context-box-header {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.context-box-header.success {
  background: #d8f8f0;
}

.context-box-header li {
  color: rgb(22 22 24/1);
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.context-box-body {
  background: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top: 1px solid #e5e5e5;
}

.text-icon-operational {
  color: #24c19a;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  display: block;
  vertical-align: middle;
}

.text-content-primary {
  color: rgb(22 22 24/1);
  padding: 1rem;
}

.text-sm {
  font-size: 14px;
  line-height: 1.25rem;
  letter-spacing: -0.07px;
}

.cloudflare > h1 {
  color: #4b61f9;
}

.status {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  height: 1.75rem;
}

.tick {
  width: auto;
}

.status-header {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.pills-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2px;
}

.pill {
  border-radius: 7px;
  min-height: 2.5rem;
  height: 2.5rem;
  width: calc(100% / 60);
}

.pill.success {
  background-color: #24c19a;
}

.pill.warning {
  background-color: #f39c12;
}

.pill.error {
  background-color: #e74c3c;
}

.context-box-container.alert {
  background: #f39c12;
}

.context-box-container.error {
  background: #e74c3c;
}

.context-box-header.alert {
  background: #fdfaee;
}

.context-box-header.error {
  background: #fcebea;
}

.text-icon-alert {
  color: #f39c12;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  display: block;
  vertical-align: middle;
}

.text-icon-error {
  color: #e74c3c;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  display: block;
  vertical-align: middle;
}
