body,
html {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  padding-top: 90px;
}

:target::before {
    content: "";
    display: block;
    height: 90px;  /* Height of your fixed navbar */
    margin: -90px 0 0;  /* Negative margin equal to the navbar's height */
}

label {
  text-align: center;
  color: yellow;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.container {
  position: absolute;
  top: 100px; /* Set this value to the desired space above your container */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  width: 90vw;
  margin-top: 100px;
}


textarea,
input {
  margin: 10px;
  width: 80vw;
  height: 300px;
  background-color: black;
  border: 2px solid #555;
  border-radius: 5px;
  color: white;
  padding: 20px;
  font-size: 16px;
}

button {
  margin: 20px;
  height: 40px;
  padding: 10px 20px;
  cursor: pointer;
  background-color: black;
  color: white;
  border-radius: 5px;
  border: 1px solid #555;
}

#generateFiles {
  height: 50px;
  width: 80vw; 
  font-size: 25px;
  
}

#addApikey {
  cursor: pointer;
  position: fixed;
  font-size: 25px;
  top: 250px;
  right: 30px;
  z-index: 999;
}

#waitGif {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  width: 250px;
  height: 250px;
  z-index: 99999999999;
  display: none;
}

.copy-button {
  margin-left: 10px; /* Adjust the margin as needed */
  cursor: pointer;
  background-color: black;
  color: white;
  border: 1px solid #555;
  border-radius: 5px;
  padding: 5px 10px;
}

.copy-button:hover {
  background-color: #555;
}

#componentName,
#demoUrl,
#componentPublish,
#componentServerStart,
#componentCreate,
#componentLogin,
#webAppUrl,
#authorName,
#updateAdalo,
#updateYarn,
#installYarn,
#updateWebpack,
#testWebpack,
#updateAdaloCliLatestYarn,
#adaloEmail,
#adaloPassword,
#cleanAndRebuild {
height: 50px;

}

