.mod_tab_header button {
  cursor: pointer;
}

.mod_tab_button {
  height: 35px;
  font-size: 0.9em;
  padding-right: 2em;
  padding-left: 2em;
}

.mod_tab_entry {
  display: none;
}

.mod_tab_table {
  border: 10px solid transparent;
  border-image: var(--SA2Plate6);
  border-image-slice: 10 fill;
  display: flex;
  justify-content: center;
  margin-left: 5em;
  margin-right: 5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
}

.mod_tab_table th {
  font-family: "Vipnagorgialla";
  font-weight: bold;
  color: white;
  text-shadow: 4px 4px black;
}

.mod_tab_table td {
  border: 10px solid transparent;
  border-image: var(--SA2Plate7);
  border-image-slice: 10 fill;
  text-align: center;
  
  font-family: "Vipnagorgialla";
  font-weight: bold;
  
  color: white;
  text-shadow: 4px 4px black;
}

.modder_shad {
  color: transparent !important;
  background: linear-gradient(180deg, #e6e9f2 , #ffffff 20%, #e6e9f2 44%, #e6e9f2 100%);
  background-clip: text;
  -webkit-text-stroke: 1px #7851a9;
  text-shadow: 0 0 4px white !important;
} 

.modder_sora {  
  text-shadow: 0 0 transparent !important;
  background: linear-gradient(180deg, #2bf1ff 36%, #00beff 56%, #2bf1ff 56%, #00beff 82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent !important;
}

.mod_tab_emblem {
  display: inline-block;
  image-rendering: pixelated;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-image: url("/Resources/UI/ad_emblem_mini.png");
  scale: 200%;
}
