* {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #eaeaea;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.phone {
  width: 375px;
  height: 100vh;
  background: #18d0c0;
  border-radius: 20px;
  padding: 40px 20px;
}

.logo {
  text-align: center;
  margin-top: 60px;
}

.plus {
  width: 60px;
  height: 60px;
  background: green;
  color: white;
  font-size: 40px;
  margin: auto;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form {
  margin-top: 80px;
}

.form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: none;
}

.form button {
  width: 100%;
  padding: 12px;
  background: black;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plus.small {
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.profile {
  font-size: 22px;
}

.content {
  margin-top: 40px;
}

.card {
  background: #ddd;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 375px;
  background: #fff;
  display: flex;
  border-top: 1px solid #ccc;
}

.bottom-nav a {
  flex: 1;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: black;
}

.bottom-nav a.active {
  font-weight: bold;
}

.search {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  border-radius: 6px;
  border: none;
}

.filter {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

.filter button {
  flex: 1;
  padding: 8px;
  border-radius: 6px;
  border: none;
  background: #eee;
}

.filter button.active {
  background: #ccc;
}

.list-dokter {
  margin-bottom: 80px;
}

.dokter-card {
  background: #ddd;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.avatar {
  font-size: 32px;
  margin-right: 10px;
}

.info {
  flex: 1;
}

.btn-orange {
  background: orange;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  color: white;
}

.dokter-info {
  background: #ddd;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.jam {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.btn-black {
  width: 100%;
  padding: 12px;
  background: black;
  color: white;
  border: none;
  border-radius: 8px;
}

.konfirmasi-card {
  background: #ddd;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.konfirmasi-card p {
  margin: 8px 0;
}

.payment-option {
  background: #ddd;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.payment-option label {
  font-weight: bold;
}

.va {
  font-size: 14px;
  margin-top: 5px;
}

.success {
  text-align: center;
  margin-top: 80px;
}

.check {
  font-size: 50px;
  background: green;
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-card {
  background: #ddd;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
}

.logout-btn {
  color: red;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.back-btn {
  font-size: 22px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.header-title {
  font-weight: bold;
  font-size: 16px;
}

/* === JANJI CARD === */
.janji-card {
  background: #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  margin-top: 15px;
}

.janji-dokter {
  text-align: center;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: bold;
}

.janji-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.janji-row span {
  color: #444;
}

.janji-row strong {
  color: #000;
}

.btn-orange {
  width: 100%;
  background: orange;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  margin-top: 20px;
  font-weight: bold;
}

.btn-copy {
  background: #eee;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
}
