*,
*::before,
*:after {
  font-family: "Cabin", sans-serif;
}

:root {
  --main-blue-color: #0469AB;
}

.m-10 {
  margin: 10px;
}

.pagination {
  justify-content: center;
  align-self: center;
}

.pagination .page-item.active .page-link {
  background-color: var(--main-blue-color);
  border-color: var(--main-blue-color);
}

.pagination .page-item .page-link,
.configure-questions .btn-link,
.configure-questions .btn-link:hover {
  color: var(--main-blue-color);
}

.shape {
  fill-opacity:.9 !important;
  z-index:100 !important;
}
