h1 {
    display: none;
}
.svg_loved{
    stroke: #8899a4;
    fill: #8899a4;
    opacity: .7;
}
.aiva-wrapper {
    padding: 10px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(249 249 249);
    /* z-index: 9999; */
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
    margin: 0px;
}

.aiva-wrapper h2 {
    display: none;
}

#language-select-wrapper,#quotaMessageModal,.container-tabs,#export-button,#AppName,#templates-wrapper,.templates-wrapper{
    display: none!important;
}

.lang-active {
    background: #e5e7eb;
    padding: 2px;
}

button#btn_hide_show {
    z-index: 1000;
}

@keyframes explode {
    from {
      width: 0;
      height: 0;
      opacity: 1;
    }
    to {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }
  
  @keyframes fade {
    0% {opacity: 1;}
    100% {opacity: 0;}
  }
  
  .firework {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #ff0;
    border-radius: 100%;
    animation: explode 2s ease-out forwards, fade 2s ease-out forwards;
    transform: translate(-50%, -50%);
  }
  
  .firework::before, .firework::after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
    background: inherit;
    border-radius: 100%;
    animation: explode 2s ease-out forwards, fade 2s ease-out forwards;
  }
  
  .firework::before {
    transform: rotate(120deg);
  }
  
  .firework::after {
    transform: rotate(240deg);
  }

  .w50 {
    min-width: 50%;
}

main div#main_AIVA {
  padding-bottom: 100px;
}
div#aiva_prompt_fields_show h4 {
  font-weight: bold;
}

div#aiva_the_prompt_title {
  width: fit-content;
}
div#aiva_tabs svg {
  display: inherit;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
main .flex-1.overflow-hidden {
  margin-bottom: 95px;
}
span.AIVA_icon {
  max-width: 50px;
}