@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Open Sans", sans-serif;
}

.unresolved-incident .incident-title {
  background-color: #f05a28 !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.unresolved-incidents .update strong,
.update.font-regular.investigating small,
.update.font-regular.monitoring small,
.update.font-regular.resolved small,
h4,
.months-container .month .month-title,
.months-container .month .month-title var,
.flat-button,
.layout-content.status
  .masthead-container
  .updates-dropdown-container
  .show-updates-dropdown,
.status-day.font-regular,
.status-day.font-regular var,
.incidents-list.format-expanded,
.incident-title.font-large {
  font-family: "Poppins" !important;
}

.unresolved-incidents .update strong,
.update.font-regular.investigating small,
.update.font-regular.monitoring small,
.update.font-regular.resolved small,
h4,
.months-container .month .month-title,
.months-container .month .month-title var,
.flat-button,
.layout-content.status
  .masthead-container
  .updates-dropdown-container
  .show-updates-dropdown,
.status-day.font-regular .date,
.status-day.font-regular var,
.incidents-list.format-expanded .font-largest,
.incident-title.font-large {
  font-weight: 600 !important;
  text-shadow: none !important;
}

.flat-button,
.layout-content.status
  .masthead-container
  .updates-dropdown-container
  .show-updates-dropdown {
  letter-spacing: 1px;
  border-radius: 50px;
  box-shadow: none !important;
  background-color: #000 !important;
}

.updates.font-regular {
  background-color: #f3f3f3 !important;
  border: 0 !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.layout-content.status .masthead-container.basic .masthead {
  padding-top: 30px;
}

.layout-content.status .masthead-container .masthead {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.updates-dropdown-container {
  top: 10px !important;
}

.layout-content.status .masthead-container.basic .masthead .logo-container {
  max-width: 25%;
}

.layout-content.status .incidents-list.format-expanded .status-day {
  padding: 20px;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 4px;
}
.layout-content.status-index
  .components-statuses
  .component-container.status-blue:after,
.layout-content.status-full-history
  .month
  .incident-container
  .impact-maintenance,
.layout-content.status-incident .incident-name.impact-maintenance,
.layout-content.status.status-index
  .incidents-list
  .incident-title.impact-maintenance
  a,
.status-blue .icon-indicator,
.incident-history .impact-maintenance,
.components-container .component-inner-container.status-blue .component-status,
.components-container .component-inner-container.status-blue .icon-indicator {
  color: #000 !important;
}

.no-incidents {
  display: none;
}