.btn-submit {
  border-radius: 40px;
  min-height: 56px;
}

.btn-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.btn-filter {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-page-navigation {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin: 5px;
}

.btn:disabled {
  background-color: #cdcfd2;
  border-color: #cdcfd2;
  color: white;
}

.btn-link:disabled {
  background-color: transparent !important;
  border-color: transparent !important;
  color: grey !important;
  pointer-events: none;
  text-decoration: none !important;
}

.btn-outline-primary {
  color: black;
}

.btn-outline-primary:hover {
  color: black;
  background-color: white;
}

.btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  width: 40px;
  height: 40px;
}