
.code{
	
}

.tool-data {
    padding: 0.1rem 0.3rem;
    margin: 0.1rem;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff;
	
   
}




.cEdit {
	    margin: 0;
	    padding: 0;
	    position: absolute;
		}
#edit_box {
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
	vertical-align: middle;
	text-align:center;
}
.package{
	background-color:#defff56b;
	width:10px;
}

.user-tools-div{
	
	max-width:90%;
	margin-left:7rem;
	margin-right:5rem;
	
}
.user-tools-table{
	
	width:100%;
	table-layout:auto;
	
}
.user-tools-title{
	font-style: italic;
	 margin:1rem 1rem 3rem 1rem;
	 letter-spacing: 0.2rem;
	display:block;
	text-transform:capitalize;
}
.user-tools-title::first-letter{
	font-size:3.0rem;
	font-weight:900;	
}
td span{
	word-break: keep-all;
	word-wrap:break-word;
	line-height:2;
	margin:1rem 0.5rem;
	vertical-align: middle;
	text-align:center;
	display:block;     
    color: #628f83;

}
table th {
    padding: .1em .3em;
    margin: .1em;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff;
	min-width:50px;
	max-width:600px;
	
	
	
	

}
.data, .data_full_width {
    margin: 0 0 12px;
}
table tr th, table tr {
    font-weight:normal;
}
th span{
	display:block;
}

thead  th{
	line-height:3rem;
	text-transform:uppercase;
    background-color: #f2f2f2;
    font-weight: normal;
    color: black;

}


.badge {

  position: absolute;
  top: 0;
  right: 0;
  
 
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff4444;
  

  display: flex;
  align-items: center;
  justify-content: center;
  

  color: white;
  font-size: 12px;   

  transform: translate(50%, -50%);  

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-transform:capitalize;
}


/* Tooltip 文字 */
.badge::before {
  content: attr(data-tooltip); /* 使用data属性中的文字 */
  position: absolute;
  bottom: 100%; 
  left: 50%;
  transform: translateX(-50%); 
  background-color: #fa9300;
  color: white;
  padding:2px 10px;
  border-radius: 18px;
  height:36px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap; /* 不换行 */
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  text-shadow:none;

  opacity: 0;
 visibility: hidden;
  transition: all 0.3s ease;  
  
  margin-bottom: 8px;
}



.badge:hover::before {
  opacity: 1;
  visibility: visible;
}
.tool-using-guide{
	margin-top:5rem;
	margin-left:6rem;
}
.tool-using-guide li{
	line-height:1.5;
	margin-top:1rem;
	margin-bottom:2rem;
	list-style:disc;	
	margin-left:2rem;
	margin-right:2rem;
}