.search-group .form-control {
  height: 45px;
  padding: 10px;
  border: 1px solid #e3e6e9;
  color: var(--title-color);
  background-color: var(--white-color);
  border-radius: 3px;
  font-family: var(--theme-font2);
  text-transform: none !important;
  font-size: 16px;
}

.search-group .vs-btn {
  height: 45px;
  box-shadow: none;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* .pagination-layout1 {
  display: inline;
}

.paginationStyle {
  padding: 5px 5px 5px 5px;
  background-color: #e3e6e9;
  font-size: 20px;
  cursor: pointer;
  width: 30px;
}

.paginationStyle:hover {
  background-color: orangered;
  font-size: 20px;
} */

.pagination-layout1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.paginationStyle {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f4fc;
  color: black;
  border-radius: 10px;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.paginationStyleButtons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f4fc;
  color: black;
  border-radius: 10px;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.paginationStyle.active {
  color: white;
  background-color: #ff6000;
}

.paginationStyle:hover {
  color: white;
  background-color: #ff6000;
}

.paginationStyleButtons:hover {
  color: white;
  background-color: #ff6000;
}