@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "CustomEmoji", "Segoe UI Emoji", "Apple Color Emoji",
    "Segoe UI Symbol", "Noto Color Emoji", "Android Emoji", Arial, sans-serif;
  color: #000000;
  user-select: none;
}

.container {
  margin: auto;
}

/* editor */
.h4,
h4 {
  font-size: 16px;
  font-weight: bold;
}

@font-face {
  font-family: "CustomEmoji";
  src: url("path/to/your-custom-emoji-font.woff2") format("woff2"),
    url("path/to/your-custom-emoji-font.woff") format("woff");
}

.symbols-picker {
  position: relative;
}

.textarea-container {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.1);
}

textarea.form-control {
  height: 60px;
  resize: 10px;
}

.buttons-container {
  display: flex;
  justify-content: space-between;
}

.symbols-container {
  text-align: center;
}

.symbol-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.symbol-box:hover {
  background-color: #ccc;
}

.lenny-emoji {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.lenny-emoji:hover {
  background-color: #f2f2f2;
}

.category-name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  text-align: left;
  margin-left: 40px;
}

/* generator*/

h1 {
  font-size: 4rem;
}

.col {
  padding: 5px;
}

.row {
  --bs-gutter-x: var(--bs-gutter-x);
}

.container-output {
  padding-top: 20px;
}

.hero {
  border-radius: 10px 10px 0px 0px;
  padding: 50px;
  background: #04cec7;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 2rem;
  color: beige;
}

.input-container {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.1);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.9;
  border: solid #0dcaf0;
  overflow: hidden;
}

.output-text {
  font-size: 20px;
  width: 100%;
  height: 38px;
  border: none;
}

#load {
  margin: auto;
  display: flex;
  background: #ffc107;
}

.copy-button,
.icon,
.notification {
  font-size: 18px;
  margin-left: 10px;
}

.copied-text {
  color: green;
  font-weight: bold;
}

.btn {
  background: transparent;
  border: none;
  color: #000000;
}

.buttons-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 18px;
}

.buttons-container button {
  margin-left: 5px;
}

.how-to-use {
  padding: 0;
}

.hero-section {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-evenly;
}

.hero-section img {
  max-width: 100%;
  height: auto;
}

.faq {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px;
  margin: 10px;
}
.font {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 0.4rem;
}

.font-body {
  display: flex;
  min-height: 1px;
  padding: 0.4rem;
  align-items: center;
}

.col-md-6 {
  flex: 0 0 50%;
  width: 100%;
}

.footer {
  background-color: #ffffff;
  color: #fff;
  text-align: center;
  padding: 10px;
  bottom: 0;
  width: 100%;
}

.footer a {
  color: #000000;
  margin: 0 10px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .copy-button,
  .icon,
  .notification {
    font-size: 15px;
    padding: 0.5rem;
    margin: 0;
  }

  .btn {
    background: transparent;
    border: none;
    color: #000;
    margin: 0;
  }

  .hero-section {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }

  .card-body {
    padding: 5px;
    background: beige;
  }

  .hero {
    border-radius: 10px 10px 0px 0px;
    padding: 50px 0px 50px 0px;
    background: #04cec7;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 1.3rem;
  }

  .lead {
    font-size: 1.1rem;
    font-weight: 300;
  }

  h1 {
    font-size: 2rem;
  }
  /* editor*/
  .lenny-emoji {
    width: 98px;
    font-size: 13px;
  }
}
