body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(180deg, #e7f6f7 0%, #b8e1e5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-container {
  background: #f7fcfc;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(62,179,183,0.15), 0 1.5px 8px rgba(0,0,0,0.08);
  padding: 40px 30px 32px 30px;
  width: 100%;
  max-width: 350px;
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .dashboard-card-row {
  box-shadow: 0 6px 32px rgba(62,179,183,0.15), 0 1.5px 8px rgba(0,0,0,0.08);
}

.dashboard-main {
  box-shadow: none;
}

.dashboard-image {
  box-shadow: none;
} */
.auth-logo {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3eb3b7;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  word-break: break-word;
  text-align: center;
  padding: 0 8px;
}

.auth-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.auth-form input {
  padding: 12px 14px;
  border: 1.5px solid #b8e1e5;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  background: #fff;
  transition: border 0.2s;
}

.auth-form input:focus {
  border: 1.5px solid #3eb3b7;
  
}

.password-field {
  position: relative;
  display: flex;
  align-items: center;
}

.password-field input {
  width: 100%;
  padding-right: 32px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.1rem;
  color: #b8e1e5;
}

.auth-links {
  display: flex;
  justify-content: flex-end;
  font-size: 0.98rem;
  margin-bottom: 6px;
}

.auth-links a {
  color: #3eb3b7;
  text-decoration: none;
  transition: color 0.2s;
}

.auth-links a:hover {
  color: #238b8e;
}

.auth-form button {
  margin-top: 6px;
  padding: 12px 0;
  background: linear-gradient(90deg, #3eb3b7 0%, #6dd5ed 100%);
  color: #fff;
  border: none;
  border-radius: 24px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(62,179,183,0.07);
  transition: background 0.2s;
}

.auth-buttons {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  justify-content: stretch;
}

.auth-buttons button {
  flex: 1 1 0%;
  width: 100%;
  padding: 12px 0;
  background: linear-gradient(90deg, #3eb3b7 0%, #6dd5ed 100%);
  color: #fff;
  border: none;
  border-radius: 24px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(62,179,183,0.07);
  transition: background 0.2s, color 0.2s;
  text-align: center;
  min-width: 120px;
  margin: 0;
}

.auth-buttons a {
  flex: 1 1 0%;
  width: 100%;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.auth-buttons a > button {
  flex: 1 1 0%;
  width: 100%;
  margin: 0;
}

.auth-buttons button:hover {
  background: linear-gradient(90deg, #238b8e 0%, #3eb3b7 100%);
  color: #fff;
}

.dashboard-card-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 700px;
  height: 340px;
  margin: 40px auto;
  background: #f7fcfc;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  overflow: hidden;
}

.dashboard-main {
  flex: 1 1 0%;
  min-width: 340px;
  max-width: 450px;
  width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dashboard-image {
  flex: 1.6 1 0%;
  min-width: 220px;
  max-width: 420px;
  align-items: center;
  justify-content: center;
  background:   #42b3b7;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.dashboard-main {
  align-items: flex-start;
  background: #f7fcfc;
  gap: 18px;
}

.dashboard-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  flex: 2 1 62%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px 28px 36px 32px;
  gap: 18px;
  min-width: 0;
}

.dashboard-email {
  color: #3eb3b7;
  font-size: 1.09rem;
  margin-top: 0;
  margin-bottom: 6px; /* reduced space */
  font-weight: 500;
}

.dashboard-avatar {
  margin-bottom: 10px;
  margin-top: 30px;
  align-self: flex-start;
  margin-left: 0px;
}


.dashboard-content {
  margin-top: 18px;
  text-align: center;
  font-size: 0.5rem;
  /* word-break: break-word; */
  padding: 10px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 2px; */
}

.dashboard-content a {
  display: inline-block;
  min-width: 180px;
  margin: 0 0 6px 0;
  padding: 13px 0;
  background: linear-gradient(90deg, #3eb3b7 0%, #6dd5ed 100%);
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.08rem;
  box-shadow: 0 2px 10px rgba(62,179,183,0.10);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  border: none;
  text-align: center;
  letter-spacing: .2px;
  text-decoration: underline;
}

.dashboard-content a:hover {
  background: linear-gradient(90deg, #238b8e 0%, #3eb3b7 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(62,179,183,0.17);
}

.dashboard-links {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0; 
}

/* .dashboard-links ul {
  padding-left: 0;
  margin-left: 0;
} */

.dashboard-links li {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
  min-height: 32px;
  line-height: 32px;
  display: list-item;
}

.dashboard-links a, #logoutBtn {
  color: #3eb3b7;
  background: none;
  text-decoration: none;
  font-weight: 600;
  display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 1.08rem;
  padding: 0 0 0 2px;
}

.input-icon-field {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #b8e1e5;
  border-radius: 8px;
  padding: 0 8px;
  margin-bottom: 10px;
}

.input-icon-field input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  flex: 1;
  padding: 12px 10px 12px 4px;
  font-size: 1rem;
  background: transparent !important;
  transition: none !important;
}

.input-icon-field input:focus, .input-icon-field input:active, .input-icon-field input:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.forgot-link-sent {
  color: #388e3c;
  background: #d4f5e9;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 1rem;
  margin-top: 8px;
  text-align: center;
  display: block;
}

.input-icon {
  margin-right: 6px;
  display: flex;
  align-items: center;
}

.popup {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  max-width: 90vw;
  z-index: 9999;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 1.08rem;
  font-weight: 500;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  text-align: center;
  opacity: 0.97;
  transition: opacity 0.2s;
}


/* --- Responsive Dashboard Media Queries --- */
@media (max-width: 900px) {
  /* add responsive properties here if needed */
}

@media (max-width: 600px) {
  .dashboard-card-row {
    margin: 18px 0;
    border-radius: 10px;
  }
  .dashboard-main {
    padding: 12px 5px;
  }
  .dashboard-avatar svg {
    width: 40px;
    height: 40px;
  }
  .dashboard-quote {
    font-size: 0.98rem;
  }
  .dashboard-links li {
    min-height: 28px;
    line-height: 28px;
  }
  .dashboard-links a, #logoutBtn {
    font-size: 1rem;
  }
  .dashboard-image {
    padding: 12px 4px 14px 4px;
  }
  .dashboard-image img {
    max-width: 220px;
    min-width: 80px;
    border-radius: 10px;
  }
}

@media (max-width: 430px) {
  .dashboard-card-row {
    margin: 8px 0;
    border-radius: 6px;
  }
  .dashboard-main {
    padding: 6px 2px;
  }
  .dashboard-avatar svg {
    width: 28px;
    height: 28px;
  }
  .dashboard-quote {
    font-size: 0.87rem;
  }
  .dashboard-links li {
    min-height: 22px;
    line-height: 22px;
  }
  .dashboard-links a, #logoutBtn {
    font-size: 0.95rem;
  }
  .dashboard-image {
    padding: 4px 2px 6px 2px;
  }
  .dashboard-image img {
    max-width: 120px;
    min-width: 50px;
    border-radius: 6px;
  }
}
/* --- End Responsive Dashboard Media Queries --- */

.dashboard-content a {
  padding: 9px 8px;
  font-size: 0.95rem;
}
