:root {
    --primary-color: #000;
    --secondary-color: #000000a8;
    --tertiary-color: #ddd;
    --selected-background-color: #f7f9fa;
    --f-1: 5.5vw;
    --f-2: 4.5vw;
    --f-3: 3.5vw;
    --f-4: 2.8vw;
    --f-5: 2.6vw;
    --selected-color: #18aa00;
    --border-radius: 2vw;
    --font-family: "Nunito", sans-serif;
    --cta-color: #4360fd;;
    --error: red;
    --blue: #4E3BC2;
    --white:white;
  }
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
    font-family: var(--font-family);
    /*background: linear-gradient(
        247.32deg,
        rgb(193 193 193 / 20%) 0,
        rgb(255 255 255 / 20%) 100%
      ),
      #fff;*/
      background: white;
  }
  input{
    font-family: var(--font-family);
  }
  section {
    padding: 5vw;
    position: relative;
  }
  .hide{
    display: none !important;
    visibility: hidden !important;
  }
  button{
    font-family: 'Nunito','Geologica', sans-serif;
  }
  .background-blobs{
    position: absolute;
  }

#report-card{
  /* padding-top:25vw; */
}
/* #form_section{
  padding-bottom:10vw;
} */
.yellow{
  display: block;
  background: #fffafae8;
  border-radius: 1vw;
  width: fit-content;
  padding: 0 1vw 0 0;
  box-shadow: inset 0px 0px 10px 0px black;
  color: #ff752c;
  margin:2vw auto;
  padding: 1vw 2vw;
  width: 68vw;
}
.fmt82 .engt-launch-icon-box{
  display: none;
  transform: translate(0, -112%) scale(1.3);
}
.fmt83 .engt-launch-icon-box{
  display: none;
  transform:  scale(1.3);
}

