@media only screen and (max-width:500px){
  .main-SenData{
display: grid;
grid-template-columns: repeat(1, 1fr);
gap:2px;        }
    
 #topDiv{
  grid-row:1;
  grid-column:1; 
  height:25%;
}
#topDiv > h1{
    font-size: 35px;
    padding-top: 10px;  
    text-align: center;
    background-color:#8B92A7;
    color: white;
}
#navDiv{
display:none ;
}
#buttonsDiv{
 grid-row:2;
 height:100%;
  grid-column:1; 
  background:white;
  display: flex;
  flex-direction: row;
  font-size: 25px;  
}
button{
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer; 
  background-color:#0744AD;
  border-radius: 12px;
}
#jirabButton{
  background-color:red; 
}

.left0{
    display:none;
}
.left1{
    display:none;
}
.circle1{
  display:none;  
}
#send_data{
 grid-row:4;
grid-column:1; 

}
#myText{
    border-width: 2px;
    background-color:#D8D5CF;
    height:100%;
     font-size: 25px;
    margin-top: 1px;
}
#leftPanel{
  display:none;    
}

.good{
     text-decoration:none;
     color:black;
}
.bad{
     /* text-decoration: underline wavy red;*/
      color:red;
      /*background-color:#ffe2e0;        */
}
.bad:hover{
 /* box-shadow: 0 5px 15px rgba(41, 18, 163, 1);  /*a : opacicty*/
}
 .bad1{
     /* text-decoration: underline wavy red;*/
      color:green;
     /* background-color:#FCF7D2;     */   
}
#inexistant{
 font-family: sans-serif;
 font-size: 1.10rem;
 padding: 16px 0;
 color:#F85656;;
 border-bottom: 1px solid #8B92A7;;
 height: 10%;

}

#suggestion{
  list-style-type: none;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  width :40%;
  margin-left: 20px;
  display: none;
}
#suggestion>li{
  font-family: sans-serif;
  font-size: 1rem;
  color:#F85656;;
  padding: 8px 16px;
  border-bottom: 1px solid #ddd; 
  
}
#ul1{
 /* border: 2px solid #ddd;
  border-radius: 3px;
 margin-bottom:13px;
 background: white;*/
}
#ul1>li{
 background: white;   
 border: 2px solid #ddd;
 text-align: center; 
}
#ul1>li:hover{
  background-color:#4A85E6;
  color:white;
}
.li5{
  font-family: sans-serif;
  font-size: 1rem;
  border-bottom: 1px solid #ddd; 
  color:#F98D72;
  line-height: 35px; 
}

.pcss{
  border: 1px solid #D8D5CF;
  border-radius: 5px;
  color:#F85656;
  padding : 5px;
  background-color: white;
  width:100px;
}
.pcssRight{
  border: 1px solid #353DB8;
  border-radius: 5px;
  color:#429A05;
  margin-left : 5px;
  padding : 5px;
  background-color: white;
  width:80%;
  height: 100px;
}


/* loader*/
.left1 {
  grid-row: 3;   
 grid-column:2/3;   
  border: 1px solid white;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 5px;
  margin-right: 15px;
  display: flex;
  align-items: flex-start;
  
display:none;
}
}