@font-face {
  font-family: "minecraft-symbols";
  src: url("https://urgay.reiikz.net/rz_custom_resources/minedings.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "minecraft-chat";
  src: url("https://urgay.reiikz.net/rz_custom_resources/Minecraft.ttf");
  font-weight: normal;
  font-style: normal;
}

.rz_custom_coordinates {
  color:yellow;
}
.rz_custom_coordinates_letter {
  color:darkcyan;
}
.rz_custom_coordinates_number {
  font-weight: bold;
}

.rz_custom_minecraftPlayerNameLabel{
  color:darkcyan;
}

.rz_custom_minecraftPlayerName {
  color: cyan;
}

.fineprint {
  font-size: 10px;
}

.page-title {
    color: white;
}

.rz_custom_pink_link:hover {
  color: pink;
}

.rz_custom_pink_link:visited {
  color: cyan;
  text-decoration: underline;
}

.rz_custom_pink_link {
  color: cyan;
  text-decoration: underline;
}

.rz_custom_server_address {
  color: azure;
}

.rz_custom_server_address_address {
  color: cyan;
}

.rz_custom_important_underline {
  color: yellow;
  font-weight: bold;
  text-decoration: underline;
}

.rz_custom_code {
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
  padding-bottom: 4px;
}

body {
  border-radius: 2px;
}

.unpublished {
  background-color: #1dbff930;
  padding-left: 20px;
  padding-top: 2px;
  border-radius: 2px;
}

.rz_custom_header_bg {
  background: url("https://urgay.reiikz.net/files/2026-05-10_13.52.54.png");
  background-position: center;
  filter: blur(0.5px) brightness(0.85);
}

.rz_custom_hidden {
  display: none;
}

.rz_custom_mouse_message_animation {
  transform: translateY(-50px);
}

.rz_custom_mouse_message {
  transition: transform 1s ease-out;
  background-color: white;
  color: black;
  font-weight: bold;
  padding: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 8px;
  border: 2px solid lightgray;
}

.copyOnClick:hover {
    cursor: pointer;
}

.rz_custom_money_symbol {
  color: lightgreen;
}

.rz_custom_money_number {
  font-weight: bold;
}

.rz_custom_cherry_sign {
  text-align: center;
  font-family: minecraft-chat;
  background-image: url("https://urgay.reiikz.net/files/cherry_planks_after-3273288359.png");
  background-size: 150px;
  border-radius: 2px;
  padding: 15px;
  color: black;
  
}

.rz_custom_super_text {
  font-size: 60%;
  vertical-align: super;
}

.rz_custom_card_title {
  font-weight: bold;
  font-size: 120%;
}

.rz_custom_row_class_1{
text-align: center;
}