:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1em;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;

  overflow: hidden !important;

  color-scheme: light dark;
  background-color: var(--gray-800);

  --red: #ec7063;
  --orange: #E59866;
  --yellow: #f5d142;
  --green: #52be80;
  --blue: #85C1E9;

  --black-soft: #3e3e3e;
  --black-medium: #2e2e2e;
  --black-hard: #1e1e1e;

  --selected: #7171e7;
  --selected-hover: #8383ff;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

.button {
  border-radius: 5px;
  background-color: var(--black-medium);
  padding: 10px;
  margin: 10px;
  transition: 200ms;
  text-align: center;
  font-weight: bold;
  min-width: 150px;
  width: auto;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  transition: 200ms;
}

.button:hover {
  border-radius: 5;
  background-color: var(--black-soft);
  cursor: pointer;
  transition: 200ms;
}

.button-selected {
  border-radius: 5px;
  background-color: var(--selected);
  padding: 10px;
  margin: 10px;
  text-align: center;
  font-weight: bold;
  width: auto;
  align-self: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  cursor: pointer;
  transition: 200ms;
}

.button-selected:hover {
  background-color: var(--selected-hover);
  transition: 200ms;
}

.textarea {
  color: white !important;
  font-family: system-ui;
  font-size: 1em;
  border-radius: 5px;
  background-color: var(--black-medium);
  padding: 10px;
  margin: 5px;
  resize: none;
  outline: 0px;
  min-width: 200px;
  max-width: 100%;
  height: 200px;
  border-style: none;
  transition: 200ms;
}

.textarea:hover {
  background-color: var(--black-soft);
  transition: 200ms;
}

.textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.textarea::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
}

.textarea::-webkit-scrollbar-button {
  display: none;
  cursor: pointer;
}

.textarea::-webkit-scrollbar-corner {
  display: none;
  cursor: pointer;
}

.textarea::-webkit-scrollbar-thumb {
  background-color: var(--black-medium);
  border-radius: 5px;
  cursor: pointer;
}

.textarea::-webkit-scrollbar-thumb:hover {
  background-color: var(--black-soft);
  border-radius: 5px;
  cursor: pointer;
}

.input {
  color: white !important;
  font-family: system-ui;
  font-size: 1em;
  border-radius: 5px;
  background-color: var(--black-medium);
  padding: 5px;
  margin: 5px;
  height: 30px;
  min-width: 200px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  resize: none;
  outline: 0px;
  border-style: none;
  text-align: center;
  transition: 200ms;
}

.input:hover {
  background-color: var(--black-soft);
  transition: 200ms;
}

.card-border {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: white;
  padding: 5px;
  margin: 5px;
  align-self: center;
  position: relative;
  width: 100%;
  flex-grow: 1;
}

.title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px;
}

.text {
  font-size: 1em;
  font-weight: bold;
  margin: 5px;
}

.subtext {
  font-size: 1em;
  font-weight: bold;
  margin: 5px;
  opacity: 0.5;
}

.scroll {
  margin-right: 7.5px;
  scroll-behavior: smooth;
}

.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.scroll::-webkit-scrollbar-button {
  display: none;
  cursor: pointer;
}

.scroll::-webkit-scrollbar-corner {
  display: none;
  cursor: pointer;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--black-medium);
  border-radius: 5px;
  cursor: pointer;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--black-soft);
  border-radius: 5px;
  cursor: pointer;
}

.fundo {
  background-color: black;
  border-width: 0px;
  border-radius: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  z-index: 100;
}

.janela {
  background-color: var(--black-hard);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 5px;
  align-content: center;
  align-self: center;
  margin: 20px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 5px;
  align-content: center;
  margin: 20px;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 5px;
  align-self: center;
  margin: 20px;
  width: 80vw;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: var(--black-medium);
  border-radius: 5px;
  min-width: 150px;
  min-height: 200px;
  margin: 5px;
  padding: 10px;
  align-content: center;
  align-self: center;
  font-weight: bold;
  cursor: pointer;
  transition: 200ms;
}

.card-gravador {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: var(--black-medium);
  border-radius: 5px;
  width: 60vw;
  min-height: 50px;
  margin: 2.5px;
  padding: 5px;
  align-content: center;
  align-self: center;
  font-weight: bold;
  cursor: pointer;
}

.card-selected {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: var(--selected);
  border-radius: 5px;
  width: 150px;
  height: 150px;
  margin: 2.5px;
  align-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: 200ms;
}

.card:hover {
  background-color: var(--black-soft);
  transition: 200ms;
}

.image {
  opacity: 0.6;
  cursor: pointer;
  transition: 200ms;
}

.image:hover {
  opacity: 1;
  cursor: pointer;
  transition: 200ms;
}

.pulsante {
  animation-name: pulsante;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.clipboardtext {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
}

@keyframes pulsante {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}