
.profile-page-centered {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  border-radius: 16px;
  padding: 40px 32px 32px 32px;
  max-width: 480px;
  width: 100%;
  margin: 32px auto;
}
.profile-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 1em;
  margin-bottom: 18px;
}
.profile-label {
  font-size: 1em;
  color: #333;
  font-weight: 500;
  padding: 6px 0;
  text-align: left;
  vertical-align: middle;
}
.profile-value {
  font-size: 1em;
  color: #222;
  padding: 6px 0;
  vertical-align: middle;
}
.profile-table input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #c3cfe2;
  border-radius: 6px;
  font-size: 1em;
  background: #f7fafd;
  transition: border 0.2s;
}
.quick-links-container {
  width: 100%;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick-links-title {
  font-size: 1.2em;
  margin-bottom: 18px;
  text-align: center;
}
.profile-section {
  background: #f7fafd;
  border-radius: 12px;
  padding: 20px 16px;
  box-shadow: 0 2px 8px rgba(52,152,219,0.06);
  margin-bottom: 18px;
  width: 100%;
  max-width: 400px;
}
.profile-section h3 {
  margin-top: 0;
  color: #2d3a4b;
  font-size: 1.1em;
  text-align: center;
}
.profile-links {
  margin-top: 16px;
  display: flex;
  gap: 18px;
  justify-content: center;
}
.profile-links a {
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  border-bottom: 1px solid transparent;
  transition: border 0.2s, color 0.2s;
}
.profile-links a:hover {
  color: #217dbb;
  border-bottom: 1px solid #217dbb;
}
body {
  background: #ECEFF1;
  color: rgba(0,0,0,0.87);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
#message {
  background: white;
  max-width: 360px;
  margin: 100px auto 16px;
  padding: 32px 24px 16px;
  border-radius: 3px;
}
#message h3 {
  color: #888;
  font-weight: normal;
  font-size: 16px;
  margin: 16px 0 12px;
}
#message h2 {
  color: #ffa100;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 8px;
}
#message h1 {
  font-size: 22px;
  font-weight: 300;
  color: rgba(0,0,0,0.6);
  margin: 0 0 16px;
}
#message p {
  line-height: 140%;
  margin: 16px 0 24px;
  font-size: 14px;
}
#message a {
  display: block;
  text-align: center;
  background: #039be5;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 16px;
  border-radius: 4px;
}
#message, #message a {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#load {
  color: rgba(0,0,0,0.4);
  text-align: center;
  font-size: 13px;
}
@media (max-width: 600px) {
  body, #message {
    margin-top: 0;
    background: white;
    box-shadow: none;
  }
  body {
    border-top: 16px solid #ffa100;
  }
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-container {
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  border-radius: 16px;
  padding: 40px 32px 32px 32px;
  max-width: 400px;
  width: 100%;
  margin: 32px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2 {
  font-weight: 700;
  color: #2d3a4b;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: 1px;
}
#firebaseui-auth-container {
  width: 100%;
}
#loader {
  margin: 24px auto 0 auto;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  display: block;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile-container {
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  border-radius: 16px;
  padding: 40px 32px 32px 32px;
  max-width: 420px;
  width: 100%;
  margin: 32px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2 {
  font-weight: 700;
  color: #2d3a4b;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: 1px;
}
#profileForm table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
#profileForm td {
  padding: 6px 0;
  font-size: 1em;
  color: #333;
}
#profileForm input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #c3cfe2;
  border-radius: 6px;
  font-size: 1em;
  background: #f7fafd;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-flex {
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: 100%;
  max-width: 1100px;
  justify-content: center;
  align-items: flex-start;
}
.donate-container {
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  border-radius: 16px;
  padding: 40px 32px 32px 32px;
  max-width: 480px;
  width: 100%;
  margin: 32px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recent-donations-container {
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.08);
  border-radius: 16px;
  padding: 32px 24px 24px 24px;
  max-width: 520px;
  width: 100%;
  margin: 32px auto;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
h2 {
  font-weight: 700;
  color: #2d3a4b;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: 1px;
}
.donate-form-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.donate-form-table td {
  padding: 6px 0;
  font-size: 1em;
  color: #333;
}
.donate-form-table input, .donate-form-table select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #c3cfe2;
  border-radius: 6px;
  font-size: 1em;
  background: #f7fafd;
  transition: border 0.2s;
}
.donate-form-table input:focus, .donate-form-table select:focus {
  border: 1.5px solid #3498db;
  outline: none;
}
#donate {
  background: linear-gradient(90deg, #3498db 0%, #6dd5fa 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1.1em;
  font-weight: 700;
  cursor: pointer;
  margin-top: 18px;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.08);
  transition: background 0.2s;
}
#donate:hover {
  background: linear-gradient(90deg, #2980b9 0%, #3498db 100%);
}
#recentDonations {
  margin-top: 0;
  width: 100%;
  min-height: 40px;
}
.footer {
  margin-top: 32px;
  color: #888;
  font-size: 0.95em;
  text-align: center;
}
.file-label {
  font-weight: 500;
  color: #2d3a4b;
  margin-top: 18px;
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 1000px) {
  .main-flex {
    flex-direction: column;
    align-items: center;
  }
  .recent-donations-container, .donate-container {
    max-width: 98vw;
  }
}
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; }
#message h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; }
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
@media (max-width: 600px) {
  body, #message { margin-top: 0; background: white; box-shadow: none; }
  body { border-top: 16px solid #ffa100; }
}
