h3 {
  color: #C23F3F;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 900;
  font-size: 24px;
  text-align: center;
}

.plugins {
  max-width: 800px;
  width: 90%;
  margin: auto;
  box-shadow: -4px -4px 12px rgba(255, 255, 255, 0.75), 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

#searchbar {
  display: grid;
  max-width: 500px;
  grid-template-columns: auto 32px 140px;
  grid-column-gap: 12px;
  margin: auto;
  padding: 30px 0 20px 0;
}

.searchbarname {
  box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.25), inset -4px -4px 12px rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  border: 0;
  outline: 0;
  height: 32px;
  background-color: #DCDCDC;
  padding: 0 10px;
  font-family: sofiasans;
  font-size: 15px;
}

.searchbarname::placeholder {
  color: #1E1E1E40;
}

.searchbarsubmit {
  box-shadow: -4px -4px 12px rgba(255, 255, 255, 0.75), 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.searchbarsubmit>img {
  width: 22px;
}

.searchbarfilter {
  box-shadow: -4px -4px 12px rgba(255, 255, 255, 0.75), 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  height: 16px;
  display: flex;
  justify-content: space-between;
  width: 124px;
  padding: 8px;
  z-index: 2;
  background-color: var(--background-color);
  cursor: pointer;
}

.searchbarfilter>p {
  margin: 0;
  height: 16px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.searchbarfilter>img {
  width: 16px;
  height: 16px;
  transform: rotateX(0deg);
}

.searchbarfilterwindow {
  display: none;
  position: relative;
  box-shadow: -4px -4px 12px rgba(255, 255, 255, 0.75), 4px 4px 12px rgba(0, 0, 0, 0.25);
  grid-column-start: 3;
  margin: -21px 0 0 0;
  z-index: 1;
  border-radius: 0 0 17px 17px;
  padding-top: 20px;
  height: 0px;
}

.searchbarfilterwindowoption {
  opacity: 0;
  padding: 5px 0;
  border-top: solid 1px var(--header-color);
  cursor: pointer;
}

.searchbarfilterwindowoption:hover {
  background-color: var(--header-color);
}

.searchbarfilterwindowoption:nth-child(4):hover {
  border-radius: 0 0 17px 17px;
}

.searchbarfilterwindowoption>p {
  margin: 0;
  font-weight: 500;
  text-align: center;
}

.pagecontroller {
  display: flex;
  justify-content: center;
}

.pagecontrollerelement {
  box-shadow: -4px -4px 12px rgba(255, 255, 255, 0.75), 4px 4px 12px rgba(0, 0, 0, 0.25);
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagecontrollerelement:nth-child(odd) {
  cursor: pointer;
}

.pagecontrollerelement>p {
  margin: 0;
}

.pagecontainer {
  padding: 0 40px;
}

.pluginelement {
  box-shadow: -4px -4px 12px rgba(255, 255, 255, 0.75), 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 15px;
  height: 180px;
  margin: 20px 0;
}

.pluginelementimg {
  background-image: url("/images/keycard.png");
  background-size: cover;
  background-position: center;
  box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.25), inset 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.pluginelementinfo {
  padding-left: 15px;
  display: grid;
  grid-template-rows: 29px auto 27px;
}

.pluginelementinfotitle {
  color: var(--secondary-color);
  font-weight: 1000;
  font-size: 24px;
}

.pluginelementinfotitle>span {
  color: var(--main-text-color);
  font-weight: 400;
  margin-left: 10px;
}

.pluginelementinfotags {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
  height: 27px;
}

.pluginelementinfotag {
  box-shadow: -4px -4px 12px rgba(255, 255, 255, 0.75), 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 5px 10px;
}

.pluginelementinfotag>p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.notfound {
  text-align: center;
  margin: 100px auto;
}



.packageelement {
  display: grid;
  grid-template-columns: 80% 20%;
}

.packageinfo {
  box-shadow: -4px -4px 12px rgba(255, 255, 255, 0.75), 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 3px;
  height: 150px;
  margin: 20px 20px 20px 0;
  background-image: linear-gradient(180deg, #7D57CD 0%, #1A8181 100%);
}

.packageinfo>div {
  padding: 15px;
  background-color: var(--background-color);
  display: grid;
  grid-template-columns: 120px auto;
  border-radius: 17px;
}

.packageinfoimg {
  background-image: url(/images/keycard.png);
  background-size: cover;
  background-position: center;
  box-shadow: inset -4px -4px 12px rgba(255, 255, 255, 0.25), inset 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  height: 120px;
}

.packageinfotext {
  padding-left: 15px;
}

.packageinfotext>p {
  font-size: 14px;
}

.packageexplore {
  background-image: linear-gradient(180deg, #7D57CD 0%, #1A8181 100%);
  height: 150px;
  margin: 20px 0;
  border-radius: 20px;
  box-shadow: -4px -4px 12px rgba(255, 255, 255, 0.75), 4px 4px 12px rgba(0, 0, 0, 0.25);
  padding: 3px;
  cursor: pointer;
}

.packageexplore>div {
  border-radius: 17px;
  background-color: var(--background-color);
  display: flex;
  align-items: center;
}

.packageexplore>div>h2 {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  color: var(--secondary-color);
}

@media only screen and (max-width: 650px) {
  #searchbar {
    padding: 20px;
    grid-row-gap: 12px;
    grid-template-columns: auto 32px;
  }
  .searchbarfilter {
    margin-left: auto;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .pluginelement {
    grid-template-columns: 100%;
    height: auto;
  }
  .packageelement {
    grid-template-columns: 100%;
  }
  .packageinfo {
    grid-template-columns: 100%;
    height: auto;
  }
  .pluginelementimg {
    height: 130px;
  }
  .pluginelementinfo {
    grid-template-rows: auto auto auto;
    padding: 15px 0 0 0;
  }
  .pluginelementinfotags {
    height: auto;
  }
}