button:hover,
a:hover {
  cursor: pointer;
}

#back-to-top-btn {
  display: inline-block;
  background-color: #8e47f8;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  position: fixed;
  bottom: 10%;
  right: 5%;
  border: none;
  transition: background-color .9s, opacity .9s, visibility .9s;
  opacity: 0;
}

#back-to-top-btn i {
  font-size: 20px;
  color: white;
  opacity: 0.8;
  padding: 12px;
}

#back-to-top-btn:hover {
  cursor: pointer;
  background-color: #7126e0;
  ;
}

#back-to-top-btn.show {
  opacity: 1;
}

#arrows-up:hover {
  transition: 0.3s ease-in-out;
  transform: translateY(-6px);
}

;

.button {
  border: none;
  background-color: #8e47f8;
  color: #cac7ff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.button:hover,
.more-info-btn:hover {
  background-color: #7126e0;
  color: #fff;
  font-weight: bold;
}


.search-form button i {
  width: 12px;
}

#search-btn {
  border: 0;
  border-radius: 50%;
  background: none;
  opacity: 0.7;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease-in-out;
}

#search-btn:after {
  content: none;
}


.search-form button[type="submit"]:hover {
  cursor: pointer;
}

.search-form:hover,
.search-form:focus-within {
  border-color: #8e47f8;
  transition: border-color 0.2s ease-in-out;
}

#search-btn i:hover {
  font-size: 1.1rem;
  font-weight: bold;
  color: #8e47f8;
}


.fa-search {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.pagination li:hover {
  background-color: #8e47f8;
}

.page-item.action a:hover,
.page-item.action a:hover #prev-page,
.page-item.action a:hover #next-page {
  color: #fff;
}

.active {
  background-color: #8e47f8;
  transition: background-color 0.2s ease-in-out;
}

.page-item.action.active a {
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 3%;
}

.page-item {
  border: 2px solid rgb(85, 85, 85);
  border-radius: 50%;
  margin: 0 4px;

}

.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  color: rgb(62, 62, 63);
  text-decoration: none;
}


.fa-caret-left,
.fa-caret-right {
  font-size: 18px;
  color: rgb(62, 62, 63);
}

#prev-page,
#next-page {
  display: flex;
  justify-content: center;
  align-items: center;
}

#reset-all-btn:hover,
#reset-all-btn:hover span
 {
  background-color: #7126e0;
  color: #fff;
  transform: scale(1.05);
}

button[disabled] {
  background-color: #ccc !important;
  color: #6e6e6e;
  cursor: not-allowed;
  }

a.more-info-btn{
  width: 25%;
  padding: 8px 0;
  border-radius: 8px;
  border: none;
  background-color: #8e47f8;
  color: #dfdcdc;
  font-size: 14px;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.edit-review-btn,
.delete-review-btn,
.redirect-review-btn {
  border: none;
  position: absolute;
  right: 2%;
  top: 7%;
  cursor: pointer;
  font-size: 1rem;
  transition: font-size 0.8s ease-in;
}

.redirect-review-btn{
  right: 6.9%;
  font-size: 0.9rem;
}

.edit-review-btn{
  right: 4.3%;
}

.redirect-review-btn:hover,
.redirect-review-btn:hover i{
  font-size: 1rem;
  color: #8e47f8d2;
  cursor: pointer;
}

.delete-review-btn:hover,
.delete-review-btn:hover i,
.edit-review-btn:hover,
.edit-review-btn:hover i{
  font-size: 1.06rem;
  color: #8e47f8d2;
  cursor: pointer;
}
