ol.breadcrumb {
  background-color: rgba(0,0,0,.1);
  border-radius: 8px 8px;
}

.navbar-brand {
  text-align: center;
  width: 100%;
}

.brand-logo {
  text-align: center;
  text-decoration-line: none;
  font-weight: 700;
}

.item-content, .com-content-article {
  box-sizing:border-box;
  padding: 16px 16px;
  background-color: rgba(0,0,0,.1);
  border-radius: 32px 8px 32px 8px;
}

.com-content-article {
  margin-bottom: 32px;
}

.item-content input[type="button"], .item-content input[type="submit"], .com-content-article input[type="button"], .com-content-article input[type="submit"] {
  height: 44px;
  min-width: 80px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;

}

@keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  5%
  {
    transform: scale( 1.2 );
  }
  10%
  {
    transform: scale( 1 );
  }
  15%
  {
    transform: scale( 1.2 );
  }
  20%
  {
    transform: scale( 1 );
  }
  100%
  {
    transform: scale( 1 );
  }
}

#jee_whatsapp_icon {
  animation: heartbeat 4s infinite;
}