* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  direction: rtl;
  background-color: #f7f7f7;
  color: #333;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  background-color: #0F52BA;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.search-container {
  display: flex; 
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.search-box {
  display: flex;
  flex-direction: row-reverse;
  width: 80%;
  max-width: 800px;
  border: 2px solid #aaa;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;
}

.search-box input[type="text"] {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 20px;
  background-color: #f1f1f1;
  text-align: right;
}

.search-box .search-button {
  border: none;
  background-color: #0F52BA;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
}

.source-filters {
  display: block; 
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

.checkbox-container label {
  margin-right: 10px;
  text-align: right;
}

.search-results {
  margin-top: 50px;
}

.search-result {
  margin: 20px;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  text-align: right;
  direction: rtl;
}
 
.dailyWordDiv {
  display: block; 
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #919191;
  border-radius: 25px;
  margin-bottom:50px;
  text-align: center;
  width:300px;
}

.dailyWordDiv p {
	margin-top:15px;
}

.dailyWordImg {
   width: 70%;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   margin-bottom: 20px;
}

.search-result h3 { 
  font-size: 24px;
}
.search-result span {
  font-size: 22px;
  font-weight: normal;
}

.search-result .score {
  font-size: 8px;
  font-weight: normal;
}

.search-result p {
  font-size: 20px;
}

.source-color-1 {
  background-color: #b3e5fc;
}

.source-color-2 {
  background-color: #c8e6c9;
}

.source-color-3 {
  background-color: #e1bee7;
}

.source-color-4 {
  background-color: #E4DCC3;
}

.source-color-5 {
  background-color: #ffe0b2;
}

.source-color-6 {
  background-color: #d3d3d3;
}

.source-color-7 {
  background-color: #ffb2be;
}

.source-color-8 {
  background-color: #e7eea8; 
}

.logo-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.logo {
  width: 150px;
  height: 150px;
  background-color: #191970;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.social {
	margin-top:-20px;
	margin-bottom:10px;
}

.no-results-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 24px;
  font-weight: normal;
  color: #8b0000;
  text-align: center;
  transform: scale(1.3);
}

.more-content {
  display: none;
}

.slogan {
  font-size: 28px;
  font-weight: normal;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 1px;
  margin-right: 1%;
}

.slogan h1 {
  font-size: 32px;
  margin-bottom:10px;
}
.slogan h2 {
  font-size: 22px;
}

/* For desktop screens */
@media screen and (min-width: 768px) {
  .checkbox-group {
    font-size: 20px;
  }
}

/* For mobile screens */
@media screen and (max-width: 767px) {
  .checkbox-group {
    font-size: 13px;
  }
}

poem {
  font-weight: bold;
  background-color: orange;   
}

object {
  width: 100%;
  height: 1000px;
}

object > * {
  width: 100%;
  height: 100%;
}

::placeholder {
  font-size: 20px;
  text-align: right;
  direction: rtl;
}

.baheth_marked {
  background: yellow;
}
