/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

input:focus {
  outline: none !important;
  border:1px solid #19b8d9 !important;
  box-shadow: 0 0 10px #19b8d9 !important;
}

.paymentLink {
  font-size: 14px;
  color: #19b8d9;
}

.paymentLink:hover {
  font-size: 14px;
  color: #19b8d9;
}

.imageContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 48px;
  margin-top: 10px;
}

.doctorImage {
  width: 120px;
  height: 120px;
  border-radius: 60px;
}

.card-header {
  background-color: white;
}

.card-header button {
  color: #19b8d9;
}

.card-header button:hover {
  color: #19b8d9;
}

.deleteItemIcon {
  color: #19b8d9;
  margin-top: 10px;
  cursor: pointer;
  font-size: 20px;
}

.scheduleIcon {
  margin-top: 40px;
}

.centered-column {
  text-align: center;
}

.title {
  font-weight: 600;
  margin-bottom: 7px;
  color: #19b8d9;
  font-size: 17px;
}

.subtitle {
  color: gray;
  font-weight: 400;
  font-size: 14px;
}

.action-icons {
  margin-right: 5px;
  font-size: 13px;
}

h6 {
  font-size: 17px;
  font-weight: 600;
}