.page-header {
  background: linear-gradient(120deg, #1e40af, #3b82f6) !important;
}

.main-content h1 {
  color: #1e40af !important;
}

.img {
  height: 2rem;
  width: 2rem;
}
.adp {
  display: flex;
  box-sizing: border-box;
  flex-flow: column;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22rem;
  height: 20rem;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  align-items: center;
}
.adp h2 {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 15px 0;
}
.adp p {
  flex-grow: 1;
}
.adp a {
  display: block;
  text-decoration: none;
  width: 100%;
  background-color: #366ed8;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 5px;
}
.adp a:hover {
  background-color: #3368cc;
}
.adp-underlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99998;
}
details summary {
  cursor: pointer;
  background: #1e40af !important;
  color: white;
  border-radius: 1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.hide-star {
  display: none;
}
