@font-face {
  font-family: Mehr;
  src: url(../fonts/Mehr.ttf);
  src: url(../fonts/Mehr.woff) format('woff');
  font-weight: normal;
}

@font-face {
  font-family: Scheherazade;
  src: url(../fonts/Scheherazade.woff2);
}

body {
  font-family: "Mehr", sans-serif;
  direction: rtl;
  padding: 20px;
}

.a24 {
  font-family: 'Scheherazade', 'Mehr', serif;
  font-size: 24px !important;
}

.u24 {
  font-size: 24px !important;
  line-height: 1.8;
}

.progress {
  height: 10px;
  margin: 10px 0;
}

.result-item {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 5px;
  text-align: right;
}

.highlight {
  background-color: #ffeb3b;
  font-weight: bold;
  padding: 0 2px;
  border-radius: 3px;
}

.search-status {
  font-weight: bold;
  color: red;
  text-align: right;
  margin-top: 20px;
}

.selected-catalog {
  background-color: #e9ecef;
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 0.9rem;
  margin-left: 5px;
}

.snippet {
  display: inline;
  background-color: #f8f9fa;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid gray;
  margin-bottom: 10px;
  text-align: right;
  line-height: 3;
}

.loading-spinner {
  display: none;
  text-align: center;
  margin: 20px 0;
}

.select2-container--default .select2-selection--multiple {
  text-align: right;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  text-align: right;
  margin-right: 5px;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}

.nav-btn {
  font-size: 20px;
  padding: 5px 15px;
  min-width: 150px;
}

.btn-prev {
  float: left;
}

.btn-next {
  float: right;
}

.btn-center {
  margin: 0 auto;
}

.dropdown-container {
  display: flex;
  gap: 20px;
  z-index: 1;
}

.dropdown-label {
  font-size: 18px;
  margin-left: 10px;
}

select {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ced4da;
}