.navbar {
  left:0;
  right:0;
  bottom:0;
  position: fixed;
  margin-bottom: 0;
  background: none;
  border:0;
  margin:0;
  align-items: center;
  box-shadow: 0em 0.8em 1em .5em #000;
 }
.navbar > ul > li {
  flex:25%;
}
.navbar > ul > li > a > img {
  min-height: 3em; 
}
.navbar-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin:0;
}
.navbar-spacer {
  display:flex;
  width:100%;
  min-height: 3em;
}
.navbar-spacer img{
  flex:25%;
  padding:.25em;
  visibility: calc();
}
.navbar-inverse .navbar-nav>li>a>img {
  padding:.5em;
}
.navbar-nav li {
  flex: 25%;
  background-color: #237920;
}
.activity-list {
  list-style-type:none;
}
.activity-you,.activity-description {
  color: grey;
  font-size: 75%;
}
.activity-date {
  color: grey;
  font-size: 50%;
}
.activity-userDisplayName{
  color: black;
}
.activity-amount {
  text-align: center;
  font-size: 75%;
}
.activity-sendheart {
  text-align: center;
  font-size: 2em;
  height:100%;
}
.activity-receiveheart {
  position: absolute;
  right: .2em;
  top: 2em;
  height: auto;
  width: 1em;
}
.activity-image,.paymentMethod-image {
  flex: 25%;
  text-align: center;
}
.activity-content, .paymentMethod-content {
  flex: 55%;
  text-align: left;
  margin-bottom: 1em;
  font-size:75%;
}
.activity-row, .paymentMethod-row{
  display: flex;
  min-height: 4em;
}
.activity-column3, .paymentMethod-column3 {
  flex: 20%; 
}
body {
  background-color: #E8F9FF;
  margin:0 0 0 0;
  margin-left:0;
  margin-top:0;
  margin-bottom:0;
  margin-right:0;
}
hr {
  border-color: rgb(190, 190, 190);
  border-width:1px;
}
.glyphicon-heart {
  color:red;
}
.profile-inputs,.preferences-inputs,.redeem-inputs {
  text-align: left;
} .support-inputs {
  font-size: 75%;
}
button {
  color: #E8F9FF;
  background-color: #237920;
  min-width: 60%;
  text-align: center;
  display: inline-block;
  margin-top: .5em;
  margin-bottom: .5em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: .5em;
  padding: .5em;
  box-shadow: -1px 1px 2px 2px #ddd;
}
ul {
  text-align: center;
  list-style:none;
  padding-inline-start: 0;
}
.userPhoto,.activityPhoto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: -1px 1px 2px 2px #ddd;
  background-color: #fff;
}
.userPhoto {
  height: 64px;
  width: 64px;
  object-fit: cover;
  flex-shrink: 0;
}
.activityPhoto {
  height: 3em;
  width: 3em;
  object-fit: cover;
  flex-shrink: 0;
}
.qr-scan-button {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  margin: 1em;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}
.menu > ul > li > a > button,.menu > ul > li > button {
  width: 100%;
}
.spend-balance {
  padding-left: 10%;
  text-align: left;
  vertical-align: middle;
  width: 40%;
}
.spend-fund {
  width: 50%;
}
.pending-approval-balance {
  font-size: 75%;
  font-weight: 100;
}
.help-block {
  font-size: 75%;
  font-weight: 100;
}
.title {
  width: 100%;
  text-align:center;
  font-weight:bolder;
  padding:.5em;
}
button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
  transition: background-color 0.2s;
}
button:disabled:focus,
button[disabled]:focus {
  outline: none;
}
button:disabled:active,
button[disabled]:active {
  background-color: #bbbbbb;
  animation: shake 0.5s;
  animation-iteration-count: 1;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 1em;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link--width {
  max-width: 75%;
}
.img--copy {
  max-width: 3rem;
  cursor: pointer;
}
.firebaseui-idp-password .firebaseui-idp-icon-wrapper .firebaseui-idp-icon {
  filter: invert(100%);
}
.firebaseui-idp-password .firebaseui-idp-text {
  color: #757575;
}

/* Community Member List Item Styles */
.community-member-card {
  background: white;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  border: 1px solid #e5e7eb;
}

.community-member-card:hover {
  box-shadow: 0 4px 12px rgba(35, 121, 32, 0.15);
  transform: translateY(-1px);
  border-color: #237920;
}

.community-member-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.community-member-photo {
  position: relative;
  flex-shrink: 0;
}

.photo-link {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}

.photo-link:hover {
  transform: scale(1.05);
}

.member-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5e7eb;
  transition: border-color 0.2s ease-in-out;
}

.photo-link:hover .member-photo {
  border-color: #237920;
}

.photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 121, 32, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.photo-link:hover .photo-overlay {
  opacity: 1;
}

.community-member-info {
  flex: 1;
  min-width: 0;
}

.member-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.member-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.25rem 0;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-action {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

.member-link:hover .member-name {
  color: #237920;
}

.member-link:hover .member-action {
  color: #237920;
}

.community-member-action {
  flex-shrink: 0;
}

.lift-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #237920;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(35, 121, 32, 0.2);
}

.lift-button:hover {
  background: #1a5f1a;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(35, 121, 32, 0.3);
}

.lift-button:active {
  transform: scale(0.95);
}

/* Mobile responsiveness for community members */
@media (max-width: 640px) {
  .community-member-card {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
  }
  
  .community-member-content {
    gap: 0.75rem;
  }
  
  .member-photo {
    width: 48px;
    height: 48px;
  }
  
  .member-name {
    font-size: 1rem;
  }
  
  .member-action {
    font-size: 0.8125rem;
  }
  
  .lift-button {
    width: 36px;
    height: 36px;
  }
}

/* Dark mode support for community members */
@media (prefers-color-scheme: dark) {
  .community-member-card {
    background: #1f2937;
    border-color: #374151;
  }
  
  .member-name {
    color: #f9fafb;
  }
  
  .member-action {
    color: #d1d5db;
  }
  
  .member-photo {
    border-color: #374151;
  }
}



/* Community List Container */
.community-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

