html{
  font-family: Elephant, Verdana, sans-serif;
  font-size: 18px;
}

.ST{
    position: sticky;
    left: 0;
    z-index: 1; /* Ensures it stays above other table content */
}

.err{
    border: 3px solid black;
}

.popup {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
    
.a {
	border: 1px solid black;
	width: 40px;
}

.b {
	border: px solid black;
	width: 5px;
}

.c {
	width: 20px;
}

.H{
    	height: 40px;
}

.L{
    	height: 20px;
    	font-size: 12px;
}

.container {display:flex;}

.col1{
 width:99%;
 overflow: auto;
}
.col2{
  width:1%;
  text-align: right;
    display:block;
}
.col3{
  width:20%;
  text-align: right;

}
.col4{
    width:80%;
}

.bg1{
    border: 1px solid black;
    cursor: pointer;
    background-image: url("./plus.png");
}
}