.scadacard.status {
  text-align: center;
  padding: 8px 0 8px 0;
  min-height: 90px;
  transition: all 0.4s;
  position: relative; }
  .scadacard.status h1 {
    font-size: 20px;
    display: none;
    margin-bottom: 3px; }
    .theme-dark .scadacard.status h1 {
      color: #ffffff; }
    .theme-light .scadacard.status h1 {
      color: #555555; }
    .theme-dark .scadacard.status h1 span {
      font-size: 18px; }
    .theme-light .scadacard.status h1 span {
      font-size: 18px; }
  .scadacard.status h2 {
    display: none;
    margin-bottom: 5px;
    font-size: 16px; }
    .theme-dark .scadacard.status h2 {
      background-color: #3d3d3d;
      color: #dddddd; }
    .theme-light .scadacard.status h2 {
      background-color: #ffffff;
      color: #2c2c2c; }
  .scadacard.status h3 {
    display: none;
    margin-bottom: 4px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 13px; }
    .theme-dark .scadacard.status h3 {
      background-color: #3d3d3d;
      color: #dddddd; }
    .theme-light .scadacard.status h3 {
      background-color: #ffffff;
      color: #2c2c2c; }
  .scadacard.status h6 {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    display: none;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%; }
