@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.auth-container {
  z-index: 2;
}

.auth-card {
  background: rgba(255, 255, 255, 0.95); /* High opacity for readability */
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); /* Softer shadow */
  border: 1px solid #f0f0f0;
}

.auth-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #1a1a1a;
}

.auth-title span {
  color: #00a2ff;
  font-weight: 600;
}

.auth-sub {
  font-size: 0.9em;
  margin-bottom: 40px;
  color: #aaa;
}

.auth-note {
  margin-top: 30px;
  font-size: 0.75em;
  color: #999;
}
.auth-note a {
  color: #00a2ff;
  text-decoration: none;
}
/* Fix double text and bullet point */
.firebaseui-idp-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Ensure the text is centered and single */
.firebaseui-idp-text-long {
  display: block !important;
}

.firebaseui-idp-text-short {
  display: none !important;
}

/* Container for the Firebase button */
.firebaseui-idp-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #1a73e8 !important; /* Professional Blue */
  color: white !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  border: none !important;
  width: 100% !important;
  margin: 20px 0 !important;
  cursor: pointer;
}

/* Fix the icon size and spacing */
.firebaseui-idp-icon-wrapper {
  background: white !important;
  border-radius: 4px !important;
  padding: 5px !important;
  margin-right: 12px !important;
  display: flex !important;
  align-items: center;
}

.firebaseui-idp-icon {
  width: 18px !important;
  height: 18px !important;
}



.firebaseui-idp-text {
  color: #fff !important;
  font-size: 15px !important;
}

.firebaseui-idp-icon-wrapper {
  background: transparent !important;
  margin-right: 8px !important;
}

.firebaseui-idp-icon {
  width: 20px !important;
  height: 20px !important;
  filter: brightness(0) invert(1);
}