/* Doktor profil sayfasına özgü stil örnekleri */

/* Doktor profil üst kısmı */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

/* Doktor foto, isim, vb. */
img.rounded {
  border-radius: 50%;
}

/* Randevu butonları (örnek) */
.btn-outline-primary {
  margin-left: 5px;
}

/* Tab içerik alanı */
.tab-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.tab-content .tab-pane {
  min-height: 200px;
}

/* Görüş kutuları */
.tab-pane .border {
  background-color: #f9f9f9;
}
