html {  
    height: 100%;
}
body{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.liststyle{
    list-style: disc; 
    list-style-position: inside;
}
.bodyveb{
    background-image:linear-gradient(rgb(255 255 255 / 70%) 240px, #ffffff 0%);
}
.foranyi{
    bottom: 10px; left: 20px; right: 20px;
}
.border-none{
    border:none
}

