* {
  touch-action: manipulation;
  touch-action: pan-x pan-y !important;
}

body {
  font-family: "Lato";
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

footer {
  background-color: transparent !important;
}

::-moz-placeholder {
  color: rgba(146, 128, 239, 0.9);
}

::placeholder {
  color: rgba(146, 128, 239, 0.9);
}

#bg {
  background: linear-gradient(180deg, rgb(203, 195, 234), rgba(186, 177, 223, 0.8)), url(https://static.wikia.nocookie.net/pokemongo/images/d/d1/Pokedex_Background.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: -webkit-fill-available;
}

#logo {
  background: url(https://lh3.googleusercontent.com/3TSaKxXGo2wT0lu0AyNUBnkk6wkCC2AzOhJyy3JXIPm-AmZ1k9DSAroWeBUyePswCZSs5lVp3mPF7HzUpY9VPlyOV5eddITONINr3WSqLNLm=e365);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 80px;
  margin: 0 auto;
}

#header {
  position: sticky;
  top: 0px;
  background: linear-gradient(180deg, rgba(229, 227, 253, 0.8), rgba(238, 232, 252, 0.8));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 1px 1px 10px grey;
  padding: 20px 0px 10px 0px;
  z-index: 99999;
}

.timer {
  display: flex;
  gap: 2px;
}

.noti {
  display: flex;
  position: relative;
  align-items: baseline;
  text-align: left;
  line-height: 14px;
  gap: 10px;
  color: white;
  border-radius: 8px;
  margin: 0px 0px 10px 0px;
  padding: 12px;
}

.commday {
  background: linear-gradient(180deg, rgba(130, 166, 211, 0.75), rgba(113, 104, 238, 0.45));
  box-shadow: 2px 2px 10px -5px black;
  color: white;
}

.info {
  background-color: #1E90FF;
}

.succes {
  background-color: green;
}

.warning {
  background-color: darkorange;
}

.pending {
  background-color: grey;
}

.moderated {
  background-color: purple;
}

.closebtn {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 12px;
  right: 12px;
  color: inherit;
  line-height: 12px;
  cursor: pointer;
}
.closebtn:hover {
  color: #d5d5d5;
}

#headerContent,
#footer {
  width: 520px;
  max-width: 95%;
  margin: 0 auto;
}

#content {
  width: 520px;
  max-width: 95%;
  margin: 0 auto;
  padding: 20px 0px;
}

.pkmnIconBG {
  width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  margin: 0px 0px 0px 0px;
}

.pkmnIcon {
  width: 65px;
  height: 65px;
  display: flex;
  z-index: 8443 !important;
  position: relative;
  margin: 0px 0px 0px 0px;
}

.panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, rgba(229, 227, 253, 0.6), rgba(238, 232, 252, 0.3));
  box-shadow: 2px 2px 10px -8px black;
  color: #715BBD !important;
  border: 1px solid #FFF;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 0px !important;
}

.priority {
  background: linear-gradient(180deg, rgba(234, 226, 204, 0.6), rgba(221, 151, 56, 0.3));
  color: #b38643 !important;
}

.available_ico {
  width: auto;
  height: 11px;
  margin: 2px 0px 0px -3px;
  padding: 0px 5px;
}

.tag {
  font-size: 0px;
}

.iconIndicator {
  display: flex;
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 0px -2px;
}

.sample {
  opacity: 0.75;
}

#myInput {
  font-size: 14px;
  font-weight: bold;
  background-image: url("//images.weserv.nl/?url=https://db.pokemongohub.net/images/flat-icons/TodayView_Icon_Shiny.png&mod=0.65&tint=9280ef");
  background-repeat: no-repeat;
  background-position: 13px 10px;
  background-size: 22px 22px;
  background-color: rgba(255, 255, 255, 0.1882352941);
  color: #9280ef;
  width: 95%;
  height: 45px;
  border-radius: 24px;
  border: 1px solid rgba(146, 128, 239, 0.9);
  margin: 5px 0px 2px 0px;
  padding: 12px 30px 12px 42px;
  outline: none;
}

#sortButton {
  position: relative;
  top: 1.5px;
  background-color: rgba(255, 255, 255, 0.1882352941);
  width: 43px;
  height: 43px;
  border-radius: 50px;
  border: 1px solid rgba(146, 128, 239, 0.5);
  margin-left: -43px;
}

#bttBtn {
  font-size: 18px;
  display: none;
  position: fixed;
  bottom: 85px;
  right: 25px;
  background-image: url("//images.weserv.nl/?url=https://raw.githubusercontent.com/PokeMiners/pogo_assets/refs/heads/master/Images/Menu%20Icons/btn_master.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 62px 62px;
  width: 62px;
  color: #FFF;
  outline: none;
  cursor: pointer;
  padding: 18px;
  z-index: 99;
}

.tooltip {
  display: inline-block;
  position: relative;
}

.tooltip .tooltiptext {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 200px;
  background-color: rgba(90, 80, 165, 0.85);
  color: #fff;
  text-align: left;
  border-radius: 7.5px;
  padding: 8px 10px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}/*# sourceMappingURL=index.css.map */