/* The hidden notification box */
@font-face{
  font-family: 'basiic'; /* font by cinni.net !!! */
  src: local(''), url('https://cinni.net/fonts/basiic.ttf') format('truetype');
  font-display: swap;
}    
.achievement-toast {
  position: fixed;
  top: -100px; 
  left: 20px;
  background: #4f4f51;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 3px 1px #393044, 0 1px 3px rgba(0,0,0,0.9);
  transition: top 0.5s ease-in-out;
  z-index: 99999999999 !important;
  font-family: 'basiic', sans-serif;
  border:1px solid #393044;
  width:250px !important;
  height:50px !important;
  font-family:'basiic',sans-serif;
}
.achievement-toast.show {
  top: 20px;
}
.achievement-toast .icon {
  font-size: 30px;
  margin-left:-5px;
  margin-right:-10px;
  border:none;
  text-shadow: 1px 1px #393044, -1px 1px #393044, 1px -1px #393044, -1px -1px #393044;
  -webkit-box-reflect: below -8px linear-gradient(to bottom, transparent 50%, rgba(255, 255, 255, 1));
}
.icon img, .trophyIcon img {
  min-width:50px;
  min-height:50px;
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  vertical-align: middle;
  border:none;
}
.achievement-toast p {
  margin: 0;
  text-shadow: 1px 1px #393044, -1px 1px #393044, 1px -1px #393044, -1px -1px #393044;
  text-align:center !important;
  margin:0 auto !important;
}
.achievement-toast p strong { 
  margin-top:3px;
  display: block;
  font-size: 14px; width:100%;
  color: #FFD700;
  text-shadow: 1px 1px #393044, -1px 1px #393044, 1px -1px #393044, -1px -1px #393044;
  line-height:17px;
  letter-spacing: 0px;
  text-align:center !important;
  margin:0 auto !important;
}