
body {
  direction: rtl;
  background: #f0f8ff;
  padding: 20px;
}
.select-row {
    text-align: center;
    margin-bottom: 20px;
}
.select-row select {
	font-size: 24px;
    background-color: #E0FFFF;
    font-weight: bold;
    padding: 5px 40px;
    margin: 0 80px;
    border-radius: 10px;
	color:#C71585;
}	
.toggle-view-btn {
  padding: 8px 12px;
  font-size: 1em;
  background-color: #4CAF50; /* رنگ سبز */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.home-button {
  text-align:center;
  background-color:#E0FFFF;
  color:#C71585;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 20px;
  transition: background-color 0.3s;
	margin-bottom:30px;
}
.home-button:hover {
	background-color:#E6E6FA;
}
.toggle-mode-button {
 text-align:center;
	margin-right: 30px;
  background-color: #E0FFFF;
  color:#C71585;
  padding:10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.toggle-mode-button:hover {
  background-color: #E6E6FA;
}

.title-qari {
    text-align: center;
    font-size: 36px;
     background-color: #E0FFFF;
    padding: 30px 30px;
    color:#C71585;
    border-radius: 25px;
    border: 3px dashed #fff;
    box-shadow: 0 0 15px rgba(255, 200, 0, 0.5);
	margin-bottom:20px;
}
.audio-box {
  background-color:rgb(224,255,255,0.8);
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.ayah-ar {
  font-size: 40px;
  color: #006400;
  text-align: center;
  margin: 20px 0 10px;
}
.ayah-fa {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  color:#FF69B4;
}
.play-icon {
  width: 48px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}
.ayah-number {
	font-size: 20px;
    color: hotpink;
    font-weight: bold;
    margin-right: 10px;
}
.header-qari {
  display: flex;
  flex-direction: column;
  align-items: center; /* قرار دادن همه آیتم‌ها در وسط */
  margin-bottom: 15px;
  padding: 10px 0;
}
