.myAttrDescGroup {
  display: block;
  clear: both;
}
.input-radio:checked {
  cursor: pointer;
  opacity: 0;
  width: calc(100% - 24px);
  height: 100%;
}
.myAttrHoverBox {
    position: absolute;
    padding: 10px;
    min-width: 300px;
    max-width: 300px;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;

    border-radius: 10px;
background: radial-gradient(150% 170% at 50% 0%, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .68) 34%, rgba(0, 0, 0, .12) 56%, rgba(0, 0, 0, 0) 74%);
  -webkit-backdrop-filter: blur(0px) saturate(140%) contrast(1.08);
  backdrop-filter: blur(10px) saturate(120%) contrast(1.08);
  box-shadow: 0 -1px 0 rgb(255 255 255 / .75) inset,0 14px 26px rgb(0 0 0 / .08);
border:1px solid rgba(0,0,0,0.3);
    z-index: 1050;

}



.myAttrHoverBox .hoverTitle {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}
.myAttrHoverBox.show {
    opacity: 1;
}

.myAttrHoverBox .myAttrShort {
  font-weight: 500;
}

.myAttrShort{
	border-radius:10px;
	margin-top:10px;
	padding:5px 10px 1px 10px;
}
.myAttrShort p{
margin-bottom:6px
}

.attbuttun {
    display: inline-block;
    padding: 4px 10px;         
    font-size: 0.875rem;        
    font-weight: 500;
    color: #fff;               
    background-color: #5a67d8; 
    border: none;
    border-radius: 5px;         
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    line-height: 1.4;
    z-index: 1;
  position: relative;
}

.attbuttun:hover {
    background-color: #434190;  
    color: #fff;
    text-decoration: none;
}

.attbuttun:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(90, 103, 216, 0.3); 
}
