body{
    font-family: 'Poppins',sans-serif;
    height:100vh;
    text-align: center;
    background-image: url("https://static.vecteezy.com/system/resources/thumbnails/030/353/613/small_2x/natural-background-ai-generated-photo.jpg");
    background-size: cover;
    background-attachment: scroll;
    
}
#toggleLang{
    margin-bottom: 10px;
    font-weight: bold;
}
h1{
    text-align: center;
    color:white;
    margin:20px;
    font-weight: bold;
    font-size:50px;
}

.formcard{
    margin:auto;
    border: 0px;
    width:400px;
    height:550px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 20px;
    background-color: #D0F0C0;
    
}
#output{
    display:none;
    margin:auto;
    border: 0px;
    width:400px;
    height:560px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 20px;
    background-color: #D0F0C0;
  
    
}

.formcard,label{
    text-align: left;
    font-weight:bold;
    margin-top: 5px;
 
}

input, select{
  width: 100%;                    
  padding: 6px;
  margin-top:0px;
  box-sizing:border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}
 .btns {
    height:60px;
    margin-top:20px;
}

.custom-file-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px 5px;
  background: #fff;
  width: 100%;
}

#chooseFileBtn {
  background: #32CD32;
  color: white;
  border: none;
  padding: 6px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
}

#chooseFileBtn:hover {
  background: #28a428;
}

#fileName {
  font-size: 14px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-box {
  padding: 12px;
  margin-top: 15px;
  border-radius: 12px;
  text-align: left;
  font-weight: bold;
  background-color:white; /* light blue */
  border-left: 4px solid  #32CD32;
  
}

.result-box.health {
   margin-top: 30px;
}

.result-box.residue {
  margin-top: 20px;
}

.submitbtn, .resetbtn{
    border-radius: 20px;
    background-color: #32CD32;
    color:white;
    width:120px;
    height:40px;
    border:0px;
    cursor: pointer;
    
}
