/* [project]/app/components/PasswordInput/PasswordInput.module.css [app-client] (css) */
.PasswordInput-module___uBJyq__passwordInput {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.PasswordInput-module___uBJyq__passwordInputField {
  width: 100%;
  padding: .65rem 2.5rem .65rem .75rem;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  font-size: 1rem;
  background-color: #f7fafc;
  transition: border-color .2s, background-color .2s;
}

.PasswordInput-module___uBJyq__passwordInputField:focus {
  border-color: #718096;
  background-color: #fff;
  outline: none;
}

.PasswordInput-module___uBJyq__passwordInputToggle {
  position: absolute;
  right: .75rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #718096;
  transition: color .2s;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PasswordInput-module___uBJyq__passwordInputToggle:hover {
  background: none;
}


/* [project]/app/components/Dashboard/Dashboard.module.css [app-client] (css) */
.Dashboard-module__gyV7ma__container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px #00000012;
}

.Dashboard-module__gyV7ma__header {
  font-size: 2rem;
  margin-bottom: .5rem;
  text-align: center;
  color: #2d3748;
}

.Dashboard-module__gyV7ma__welcome {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #4a5568;
}

.Dashboard-module__gyV7ma__studySection {
  margin-top: 2rem;
}

.Dashboard-module__gyV7ma__studyList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Dashboard-module__gyV7ma__studyItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .8rem;
  font-size: 1.1rem;
}

.Dashboard-module__gyV7ma__studyLink {
  text-decoration: none;
  color: #2d3748;
  transition: color .2s;
}

.Dashboard-module__gyV7ma__studyLink:hover {
  color: #1a202c;
}

.Dashboard-module__gyV7ma__deleteButton {
  background: none;
  border: none;
  color: #a0aec0;
  font-size: 1.2rem;
  cursor: pointer;
  transition: color .2s;
  padding: 0 .4rem;
}

.Dashboard-module__gyV7ma__deleteButton:hover {
  color: #718096;
}

.Dashboard-module__gyV7ma__noStudies {
  font-style: italic;
  color: #718096;
  text-align: center;
}

.Dashboard-module__gyV7ma__buttonGroup {
  margin-top: 1.5rem;
  text-align: center;
}

.Dashboard-module__gyV7ma__button {
  background-color: #2d3748;
  color: #fff;
  padding: .6rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color .2s;
}

.Dashboard-module__gyV7ma__button:hover {
  background-color: #1a202c;
}

.Dashboard-module__gyV7ma__deleteMessage {
  text-align: center;
  margin-top: 1rem;
  font-size: .95rem;
  color: #e53e3e;
}


/*# sourceMappingURL=app_components_bc178d._.css.map*/
