<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
  .ui-tooltip, .arrow:after {
    background: #aeb8be;
	border: 2px solid white;
  }
  .ui-tooltip {
  	min-width:130px;
  	max-width:285px;
  	padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    font-size:13px;
    box-shadow: 0 0 3px #aeb8be;
	cursor:default;
  }
  .ui-tooltip .scroll{
  	max-height:150px;overflow-x:hidden;overflow-y:auto;
  }
  .ui-tooltip .check{
  		position:relative;font-size:0.85em;height:20px;line-height:20px;margin-top:8px;padding-left:15px;text-align:center;background-color:#eee;color:#555;border-radius:8px;
  }
  .ui-tooltip .check input{position:absolute;left:15px;top:0px;}
  
  .ui-tooltip h3{font-size:14px;margin:5px 0px 5px 0px;}
  .ui-tooltip ul, .ui-tooltip ol{margin-top:10px;padding-left:25px;}
  
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #aeb8be;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }</pre></body></html>