
#button-custom-background {
  display: none;
}
body {
  margin: auto;
  text-align: center;
  font-family: MinecraftRegular;
  list-style-type: none;
}
.hidecheckbox[type="checkbox"] {
  display: none;
}
#copy-canvas-nametag {
  image-rendering: pixelated;
  height: 30px;
}
#copy-canvas-tab {
  image-rendering: pixelated;
  height: 22px;
}
#copy-canvas-chat {
  image-rendering: pixelated;
  height: 19px;
}
#copy-canvas-lore {
  image-rendering: pixelated;
  height: 25px;
  margin-top: 4px;
}
#new-canvas {
  image-rendering: pixelated;
  height: 60px;
}
#rank-canvas {
  image-rendering: pixelated;
  height: 60px;
}
#icon-canvas {
  image-rendering: pixelated;
  width: 150px;
}
#showcase-canvas {
  image-rendering: pixelated;
  width: 90%;
}
#button-select-custom-icon[type="checkbox"]  {
  display: none;
}
.align-middle {
  position:relative;
  top: 0%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
}
.available-custom-icons-div {
  position: absolute;
  height: 0.5;
  width: 0.5;
  display: none;
}
.rank-showcase-class {
  position:relative;
  top: 0;
  z-index: 0;
  /*left: 50%; /* Adjust the left position as needed */
  /*transform: translateX(-50%);
  /*background-color: #333; /* Replace with your background color */
  /*color: #fff; /* Replace with your text color */
  padding: 0px;
  /*display: none;*/
  
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.sticky-showcase {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 50%; /* Adjust the left position as needed */
  transform: translateX(-50%);
  /*background-color: #333; /* Replace with your background color */
  /*color: #fff; /* Replace with your text color */
  padding: 10px;
  /*display: none;*/
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.error-content {
  text-align: left;
  font-weight: normal;
  margin: auto;
  padding: 0px 15px 0px 15px;
  width: 80%;
  min-height: 50px;
}
.error-header {
  text-align: center;
  background-color: #232323;
  color:rgb(157, 157, 157);
  border: 1px solid #888;
}
.error-red {
  background-color: #fd4f4f;
  color:#000;
  border: 1px solid #888;
}
.error-yellow {
  background-color: #fdbd33;
  color:#000;
  border: 1px solid #888;
}
.error-green {
  background-color: #3eae2f;
  color:#000;
  border: 1px solid #888;
}
.no-errors {
  background-color: #3eae2f;
  color:#000;
  border: 1px solid rgb(248, 189, 41);
}
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .options {
    font-size: 20px;
    border: 2px solid #aaa;
    border-radius: 30px;
    padding: 20px 50px 20px 50px;
    position: relative;
    border-radius: 30px;
    /* width: 200px; */
  }
  .rainbow {
      position:relative;
      background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      animation: rainbow_animation 2s ease-in-out infinite;
      background-size: 400% 100%;
  }
  @keyframes rainbow_animation {
      0%,100% {
          background-position: 0 0;
      }
  
      50% {
          background-position: 100% 0;
      }
  }
  @font-face {
     font-family: MinecraftRegular;
     src: url(https://raw.githubusercontent.com/AlonsoAliaga/srv-generator/main/assets/fonts/MinecraftRegular.otf);
     /* src: url("../assets/fonts/MinecraftRegular.otf"); */
  }
  @font-face {
     font-family: MinecraftBold;
     src: url(https://raw.githubusercontent.com/AlonsoAliaga/srv-generator/main/assets/fonts/MinecraftBold.otf);
     /* src: url("../assets/fonts/MinecraftBold.otf"); */
  }
  .minecraft {
    font-family: MinecraftRegular;
  }
  .minecraftbold {
    font-family: MinecraftBold;
  }
  .minecraftunderline {
    text-decoration: underline;
  }
  .minecraftustrike {
    text-decoration: underline line-through;
  }
  .minecraftstrike {
    text-decoration: line-through;
  }
  #left {
    float: left;
    width: 500px;
  }
  #mybutton {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 0;
    border: none;
    background: none;
    font-family: MinecraftRegular;
  }
  #mybutton:hover {
    bottom: 15px;
    right: 15px;
    padding: 0;
    border: none;
    background: none;
  }
  .buttonface {
    background-color: transparent;
    padding: 0;
    border: none;
    background: none;
  }
  #yaml {
    width: 100%;
    border: 1px solid #aaa;
    min-height: 350px;
    padding: 5px;
    margin-bottom: 10px;
  }
  .content {
    margin: 10px auto;
    width: 1000px;
  }
  #output {
    overflow-x: auto;
  }
  #output, #yaml {
    font-family: monospace;
  }
  .help {
    background: #d6d6d6;
    margin: 5px;
    padding: 5px;
  }
  #right {
    float: right;
  }
  #result {
    /* text-align: center; */
    word-wrap: break-word;
    font-size: 18px;
    /* position: relative; */
    padding: 15px;
    /* left: 50%; */
    /* margin-left: -375px; */
    /* margin-bottom: 20px; */
    border-radius: 30px;
    min-height: 50px;
    border: 2px solid #aaa;
    max-width: 100%;
    /* width: 750px; */
  }
  .code {
    text-align: left;
    padding: 30px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
  }
  .examples {
    margin-top: 10px;
  }
  h1, h2 {
    margin: 0;
  }
  h1 {
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
  }
  .header, .footer {
    text-align: center;
  }
  .clear {
    clear: both;
  }
  .rainbow a:visited {
    text-decoration: underline;
    color: inherit;
  }
  .rainbow a {
    color: inherit
  }
  .rainbow a:hover {
    text-decoration: underline;
    color: inherit;
  }
  a:visited,a {
    color: rgb(23, 142, 246);
    text-decoration: none;
  }
  a:hover {
    color: rgb(246, 246, 23);
    text-decoration: none;
  }
  #pay_my_bills {
    margin-top: 10px;
  }
  #url_form input[name=url] {
    width: 75%;
  }
  .error {
    color: rgb(241, 76, 76);
  }
  .successdark {
    color: rgb(172, 255, 165);
  }
  .successlight {
    color: rgb(7, 84, 0);
  }
  body.dark {
    background-color:#1c1c1cd9;
    color:rgb(208, 208, 208);
  }
  select.dark {
    background-color:#27152c;
    border-color:#2C3844;
    color:white;
  }
  .lightbuttonboxes {
    font-family: MinecraftRegular;
    border-radius: 25px;
    border-color:#333333;
    background-color:#f8fdc9;
    color:rgb(39, 39, 39);
    border-style: solid;
    border-width: 2px;
  }
  .darkbuttonboxes {
    font-family: MinecraftRegular;
    border-radius: 25px;
    border-color:#25172f;
    background-color:#ffd5f2;
    color:rgb(39, 39, 39);
    border-style: solid;
    border-width: 2px;
  }
  .darktextboxes {
    font-family: MinecraftRegular;
    background-color:#e4d2de;
    border-color:#43245c;
    color:rgb(39, 39, 39);
  }

  fieldset.group  { 
    margin: 0; 
    padding: 0; 
    /* margin-bottom: 1.25em;  */
    padding: .125em; 
  } 
  
  fieldset.group legend { 
    margin: 0; 
    padding: 0; 
    font-weight: bold; 
    font-size: 100%; 
  }
  fieldset.button-solid button {
    border: none;
  }
  .button-solid {
    border: none;
  }
  ul.checkbox  {
    margin: 0; 
    padding: 0; 
    margin-left: 20px; 
    list-style: none; 
    text-align: left;
    list-style-type: none;
    
    column-width: 11em;
    column-gap: 2em;
    column-rule: 1px solid #676767;
    column-count: 3;
  } 
  ul.checkbox li input { 
    margin-right: -0.25em; 
  } 
  ul.checkbox li { 
    border: 1px transparent solid; 
    display:inline-block;
    width:12em;
  } 
  ul.checkbox li label { 
    list-style-type: none;
  } 
  ul.checkbox li:hover, 
  ul.checkbox li.focus  { 
    background-color: lightyellow; 
    border: 1px gray solid; 
    color: rgb(138, 0, 99);
    width: 12em; 
  } 
  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    /*background-color: #f1f1f1;*/
    font-size: 20px;
    border: 2px solid #aaa;
    border-radius: 30px;
    padding: 20px 50px 20px 50px;
    position: relative;
    padding: 0px;
    border-radius: 30px;
    outline: none;
  }
  
  /* Style the buttons that are used to open the tab content 
  .tab button {
    float:right;
    font-family: MinecraftRegular;
    border-radius: 25px;
    border-color:#25172f;
    background-color:#ffd5f2;
    color:rgb(39, 39, 39);
    border-style: solid;
    border-width: 2px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 15px 16px;
    transition: 0.3s;
  }
  */

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    animation: fadeEffect 0.5s; /* Fading effect takes 1 second */
  }
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 0.5;}
  }
  /*
  
  */
#inputText {
  align-content: center;
  white-space: pre-wrap;
  cursor: text;
  width: auto;
  height: auto;
  padding: 10px;
  font-size: medium;
}
.text-type {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 95%;
  height: 20%;
}
.font-name-type {
  margin: 5px 0px 5px 25px;
  padding: 3px 10px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -5px;
  color: #fff;
  z-index: 50;
  width: 50%;
  border-radius: 25px;
}
.font-name-type.odd {
  float: left;
  background: #740396;
  left: 20px;
}
.font-name-type.even {
  float: right;
  background: #504398;
  right: 30px;
}
#darkmode.checkbox {
  display: none;
}
.fontsBoxes {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  margin: 10px;
  height: 30px;
  padding: 10px 10px 0px 10px;
  cursor: copy;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
}
ul {
  list-style-type: none;
  padding-inline: 15px;
}
#bulk-progress-snackbar {
  visibility: hidden;
  color: #fff;
  background-color: #333;
  min-width: 250px;
  margin-left: -125px;
  border-radius: 2px;
  font-size: 20px;
  padding: 16px;
  text-align: center;
  left: 40%;
  bottom: 30px;
  z-index: 100;
  position: fixed;
}

.shiny-emoji {
  text-shadow: 0 0 black;
  display: inline-block;
  animation: shine 1.5s infinite ease-in-out;
  transform-origin: center;
}
.right-emoji {
  height: 0px !important;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: flex-end;
}

@keyframes shine {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.3) rotate(2deg);
    filter: brightness(1.2);
  }
}
#snackbar {
  visibility: hidden;
  color: #fff;
  background-color: #333;
  min-width: 250px;
  border-radius: 2px;
  padding: 16px;
  text-align: center;
  bottom: 120px;
  z-index: 100;
  position: fixed;
  left: calc(50% - 135px);
}
#csnackbar {
  visibility: hidden;
  color: #fff;
  background-color: #333;
  min-width: 250px;
  border-radius: 2px;
  padding: 16px;
  text-align: center;
  bottom: 120px;
  z-index: 100;
  position: fixed;
  left: calc(50% - 135px);
}
#msnackbar {
  visibility: hidden;
  color: #fff;
  background-color: #333;
  min-width: 250px;
  border-radius: 2px;
  padding: 16px;
  text-align: center;
  bottom: 120px;
  z-index: 100;
  position: fixed;
  left: calc(50% - 135px);
}
#snackbar-error {
  visibility: hidden;
  color: #fff;
  background-color: #620404;
  min-width: 250px;
  border-radius: 2px;
  padding: 16px;
  text-align: center;
  bottom: 30px;
  z-index: 100;
  position: fixed;
}

/* This will be activated when the snackbar's class is 'show' which will be added through JS */
#bulk-progress-snackbar.show {
  visibility: visible;
  -webkit-animation: fadein none 0.5s;
  animation: fadein none 0.5s;
}
#bulk-progress-snackbar.hide {
  visibility: visible;
  -webkit-animation: none fadeout 0.5s 0s;
  animation: none fadeout 0.5s 0s;
}

/* This will be activated when the snackbar's class is 'show' which will be added through JS */
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* This will be activated when the snackbar's class is 'show' which will be added through JS */
#csnackbar.show {
  visibility: visible;
  -webkit-animation: cfadein 0.5s, cfadeout 0.5s 2.5s;
  animation: cfadein 0.5s, cfadeout 0.5s 2.5s;
}
/* This will be activated when the snackbar's class is 'show' which will be added through JS */
#msnackbar.show {
  visibility: visible;
  -webkit-animation: cfadein 0.5s, cfadeout 0.5s 2.5s;
  animation: cfadein 0.5s, cfadeout 0.5s 2.5s;
}
/* This will be activated when the snackbar's class is 'show' which will be added through JS */
#snackbar.show6 {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 5.5s;
  animation: fadein 0.5s, fadeout 0.5s 5.5s;
}

/* This will be activated when the snackbar's class is 'show' which will be added through JS */
#snackbar-error.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations for fading in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 120px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 120px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 120px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 120px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
/* Animations for fading in and out */
@-webkit-keyframes cfadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 120px; opacity: 1;}
}

@keyframes cfadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 120px; opacity: 1;}
}

@-webkit-keyframes cfadeout {
  from {bottom: 120px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes cfadeout {
  from {bottom: 120px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.button-small {
  transform: translate(calc(var(--hoverTransform) * -1));
  width: 2.5rem;
  height: 2.5rem;
  background: #191f27;
  filter: drop-shadow(7px 7px 4px rgba(0,0,0,.25));
  border: none;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  transition: all .3s;
  font-family: MinecraftBold;
  color: #fff;
}
.button-enabled {
  background: #901255;
  transition: all .3s;
  color: #e5e5e5;
}
.button-right {
  transform: translate(calc(var(--hoverTransform) * -1));
  width: 7.5rem;
  height: 7.5rem;
  background: #191f27;
  filter: drop-shadow(7px 7px 4px rgba(0,0,0,.25));
  border: none;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  transition: all .3s;
  font-family: inherit;
  font-size: 7rem;
  color: #fff;
}
.button-left {
  transform: translate(calc(var(--hoverTransform) * -1));
  width: 7.5rem;
  height: 7.5rem;
  background: #191f27;
  filter: drop-shadow(7px 7px 4px rgba(0,0,0,.25));
  border: none;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  transition: all .3s;
  font-family: inherit;
  font-size: 7rem;
  color: #fff;
}
/* * {
  padding: 0;
  transition: all .3s;
} */
.pixelart {
  image-rendering: pixelated;
  z-index: 100;
  border:1px solid #d3d3d3;
}
.hidden-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#shadow-corner-effect-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#button-shadow-rounded-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#global-shadow-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#custom-color-font-gradient-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#custom-font-gradient-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#global-border-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#custom-relief-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#lore-preview-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#nametag-preview-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#chat-preview-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#tab-preview-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#custom-gradient-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#custom-shadow-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#custom-border-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#custom-font-effect-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#custom-icon-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.expanded {
  height: fit-content !important;
}
select.dark {
  background-color:#27152c;
  border-color:#2C3844;
  color:white;
}
#available-custom-icons-div {
  color: #ffffff;
  border: #000;
  border-width: 1px;
  border-style:solid;
  border-radius: 25px;
  border-color: white;
  width: 70%;
  height: 80%;
  background-color: rgb(0,0,0,0.8);
  margin: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#nametag-container {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px 0px 10px 0px;
  height: fit-content;
}

.nametag-item {
  background-color: #280027f2;
  border: 1px solid #260062;
  border-radius: 5px;
  padding: 10px;
  width: fit-content;
  min-width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  z-index: 500;
}

.nametag-text {
  color: #fff;
  text-shadow: 1px 1px 1px #584b68;
  font-size: 25px;
  line-height: 1.0;
  /* text-align: left; */
}

.nametag-text p {
  margin: 0;
}
#tab-container {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px 0px 10px 0px;
  height: fit-content;
}

.tab-item {
  background-color: #280027f2;
  border: 1px solid #260062;
  border-radius: 5px;
  padding: 10px;
  width: fit-content;
  min-width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  z-index: 500;
}

.tab-text {
  color: #fff;
  text-shadow: 1px 1px 1px #584b68;
  font-size: 25px;
  line-height: 1.0;
  text-align: left;
}

.tab-text p {
  margin: 0;
}

#chat-container {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px 0px 10px 0px;
  height: 130px;
}

.chat-item {
  background-color: #280027f2;
  border: 1px solid #260062;
  border-radius: 5px;
  padding: 10px;
  width: fit-content;
  min-width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  z-index: 500;
}

.chat-text {
  color: #fff;
  text-shadow: 1px 1px 1px #584b68;
  font-size: 25px;
  line-height: 1.0;
  text-align: left;
}

.chat-text p {
  margin: 0;
}
#lore-container {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 0;
  height: fit-content;
}

.lore-item {
  background-color: #280027f2;
  border: 1px solid #260062;
  border-radius: 5px;
  padding: 10px;
  width: fit-content;
  min-width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  z-index: 500;
}

.lore-text {
  color: #fff;
  text-shadow: 1px 1px 1px #584b68;
  font-size: 25px;
  line-height: 1.0;
  text-align: left;
}

.lore-text p {
  margin: 0;
}

.mc-0 { color: #000000; }
.mc-1 { color: #0000AA; }
.mc-2 { color: #00AA00; }
.mc-3 { color: #00AAAA; }
.mc-4 { color: #AA0000; }
.mc-5 { color: #AA00AA; }
.mc-6 { color: #FFAA00; }
.mc-7 { color: #AAAAAA; }
.mc-8 { color: #555555; }
.mc-9 { color: #5555FF; }
.mc-a { color: #55FF55; }
.mc-b { color: #55FFFF; }
.mc-c { color: #FF5555; }
.mc-d { color: #FF55FF; }
.mc-e { color: #FFFF55; }
.mc-f { color: #FFFFFF; }

.locked {
  position: relative;
}
.locked .overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 11px;
  justify-content: center;
  cursor: not-allowed;
  z-index: 10;
}
.locked .overlay img {
  width: 32px;
  opacity: 0.6;
}
.locked .overlay span {
  margin-top: 6px;
  font-size: 0.9rem;
  color: #333;
}

.adlockedhalf {
  position: relative;
}
.adlockedhalf .overlay {
  width: 100%;
  padding: 15px;
  position: absolute;
  inset: 0;
  background: rgba(236, 28, 28, 0.836);
  display: flex;
  flex-direction: row;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  z-index: 10;
}
.adlockedhalf .overlay img {
  width: 34px;
}
.adlockedhalf .overlay span {
  font-size: 17px;
  color: #ffffff;
}

.adlocked {
  position: relative;
}
.adlocked .overlay {
  padding: 15px;
  position: absolute;
  inset: 0;
  background: rgba(236, 28, 28, 0.836);
  display: flex;
  flex-direction: row;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  z-index: 10;
}
.adlocked .overlay img {
  width: 34px;
}
.adlocked .overlay span {
  font-size: 17px;
  color: #ffffff;
}

.adlockedt {
  position: relative;
}
.adlockedt .overlay {
  padding: 15px;
  position: absolute;
  inset: 0;
  background: rgba(236, 28, 28, 0.836);
  display: flex;
  flex-direction: row;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  z-index: 10;
}
.adlockedt .overlay img {
  width: 34px;
}
.adlockedt .overlay span {
  font-size: 15px;
  color: #ffffff;
}

.adlockedfit {
  position: relative;
}
.adlockedfit .overlay {
  position: absolute;
  inset: 0;
  background: rgba(156, 28, 28, 0.829);
  flex-direction: column;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: not-allowed;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.adlockedfit .overlay img {
  width: 30px;
}
.adlockedfit .overlay span {
  font-size: 0.9rem;
  color: #ffffff;
}

.adlockedsmall {
  position: relative;
}
.adlockedsmall .overlay {
  position: absolute;
  inset: 0;
  background: rgba(156, 28, 28, 0.829);
  flex-direction: column;
  border-radius: 22px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: not-allowed;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.adlockedsmall .overlay img {
  width: 25px;
}
.adlockedsmall .overlay span {
  font-size: 12px;
  color: #ffffff;
}

#rocket {
  position: absolute;
  top: 80%;
  left: 10%;
  font-size: 2rem;
  transition: transform 1s ease;
}
#launchBtn {
  position: relative;
  margin: 100px;
  z-index: 1;
}

.select-img-wrapper {
  display: inline-block;
  max-width: 30px;
}

#import-error-debug {
    background-color: #fee2e2; /* Light red background */
    border: 1px solid #ef4444; /* Red border */
    color: #b91c1c; /* Dark red text */
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-family: monospace;
    font-size: 0.85rem;
    display: none; /* Hidden by default */
}

.flag {
  cursor: pointer;
  height: 50px;
  margin: 0px 3px;
}

.version-button {
  width: 190px;
  border-radius: 15px;
  border-style: solid;
  padding: 10px;
  background-color: rgb(116, 116, 116);
  border-color: #d1d1d1;
  font-size: 25px;
  color: white;
  font-weight: bolder;
  font-family: MinecraftRegular;
}
.version-checked {
  background-color: yellowgreen;
}
.recordtype {
  border: 30px;
  margin: 7px;
  cursor: not-allowed;
  min-height: fit-content;
  inline-size: 80%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 10px 20px 10px 20px;
  word-break: break-all;
  font-family: MinecraftBold;
  height: 25px;
  vertical-align: middle;
  align-items: center;
  display: flex;
  border-radius: 10px;
  background-color: #ff0000;
  border-color: #0000AA;
  border-width: 5px;
  max-width: 12%;
  min-width: 10%;
  text-align: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  flex-direction: column;
}
.record {
  font-size: 13px;
  border: 30px;
  margin: 7px;
  cursor:unset;
  min-height: fit-content;
  inline-size: 80%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 10px 20px 10px 20px;
  word-break: break-all;
  font-family: MinecraftBold;
  height: 30px;
  vertical-align: middle;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #004050;
  border-color: #0000AA;
  border-width: 5px;
  max-width: 15%;
  min-width: 10%;
  text-align: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}
.recordtext {
  font-size: 16px;
  cursor: pointer;
  font-family: MinecraftRegular;
  background-color: rgba(255, 255, 255, 0.26);
  width: 100%;
  padding: 5px;
}