html {
  background: linear-gradient(to right, #246, #eef2ff);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", System, Trebuchet MS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top right;
  background-position: top right;
  background-image: url("./assets/logo1.png");
  transition: background-image 0.5s ease-in-out;
}

.page {
  position: fixed;
  z-index: 3;
  height: 100vh;
  overflow: auto;
  left: 0;
  top: 0;
  margin: 0;
  padding: 15px;
  width: 80%;
  max-width: 550px;
  box-shadow: 14px 12px 14px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  padding-bottom: 100px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#loading-indicator {
  display: none;
}

#drop-zone.dragover {
  border-color: rgb(204, 1, 0);
  background-color: #eef2ff;
}

.btn,
.tag-button {
  vertical-align: middle;
  padding: 0.3rem 1rem;
  border-radius: 24px;
  border: 0;
  background-color: rgba(0, 172, 214, 0.7);
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

a {
  color: #246;
}

.tag-button.active {
  background-color: rgb(204, 1, 0);
  color: #fff;
}

.underline {
  text-decoration: underline;
}

.accordion-header,
.page h4 {
  font-size: large;
  color: white;
  padding: 0;
  font-weight: bold;
  display: block;
  width: auto;
}
.accordion-header:hover,
.page h4:hover {
  color: rgb(204, 1, 0);
}

.hidden {
  display: none;
  visibility: hidden;
}

.m-0 {
  margin: 0 !important;
  padding: 0 !important;
}

#generate-btn {
  color: darkred;
  font-weight: bold;
  font-size: large;
  border-radius: 50px;
  width: 250px;
  height: auto;
  transition: all 0.3s ease-in-out;
  background: #cc0100;
}
#generate-btn img {
  height: 28px;
  width: auto;
}
#generate-btn:hover {
  background: rgb(0, 172, 214);
}

.block {
  display: block;
  width: 100%;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.accordion-content.active {
  grid-template-rows: 1fr;
}

.accordion-content .overflow-hidden {
  overflow: hidden;
}

.accordion-icon {
  transition: transform 0.3s ease-out;
}

.accordion-icon.rotate {
  transform: rotate(180deg);
}

.btn-bkg {
  background: linear-gradient(120deg, rgba(255, 123, 43, 0) 0%, #ff6b12 100%);
}

.fullbkg {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/bkg1.png");
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
}

a {
  cursor: pointer;
}

body {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

.w-100 {
  width: 100%;
}

#modal {
  z-index: 99;
  display: none;
  position: fixed;
  right: 25px;
  top: 25px;
  width: 90%;
  max-width: 800px;
  padding-bottom: 25px;
  height: 90vh;
}
#modal .modal-content {
  padding: 35px;
  overflow: auto;
  height: 80vh;
  width: 95%;
}
#modal h1,
#modal h2,
#modal h3,
#modal h4 {
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 15px;
}
#modal h1 {
  font-size: xx-large;
}
#modal h2 {
  font-size: x-large;
}
#modal h3 {
  font-size: large;
}
#modal h4 {
  font-size: medium;
}
#modal p {
  margin-bottom: 25px;
}
#modal .close {
  position: absolute;
  font-weight: bold;
  font-size: 45px;
  color: red;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.modal {
  z-index: 99;
  display: none;
  position: fixed;
  right: 25px;
  top: 25px;
  width: 90%;
  max-width: 800px;
  padding-bottom: 25px;
  height: 90vh;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 14px 12px 14px rgba(0, 0, 0, 0.4);
  border: 7px solid pink;
  border-radius: 25px;
}
.modal .modal-content {
  padding: 35px;
  overflow: auto;
  height: 90vh;
  width: 95%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.google_translate_element span * {
  display: inline-block !important;
}

.toplogo {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

/* --------------------------------- */
.letter {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  margin: 26px auto 0;
  max-width: 550px;
  min-height: 300px;
  padding: 24px;
  position: relative;
  width: 80%;
}

.letter:before,
.letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}

.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

@media (orientation: portrait) {
  .page {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
}/*# sourceMappingURL=style.css.map */