loader image
.tooltip { position: absolute; z-index: 1000; background-color: white; border: 1px solid black; padding: 10px; display: none; } .tooltip .content { font-size: 16px; line-height: 20px; } .tooltip .button { background-color: blue; color: white; padding: 5px 10px; border-radius: 5px; cursor: pointer; }