.dxc-tooltip > svg {
    max-width: 300px !important;
} 
.dxc-tooltip > div {
    max-width: 300px !important;
} 
.dxc-tooltip > div > div > table {
    max-width: 260px !important;
    border: 2px white solid !important;
} 

.dxc-tooltip > div > div > table > tbody > tr > td > table {
    border: 2px white solid !important;
} 
.rotate{
    animation: spinner 1.5s linear infinite; 
  }
  @keyframes spinner {
    to { transform: rotate(360deg); }
  }
  


.clock{position:relative;height:2em;width:2em;background:white;box-sizing:border-box;border-radius:100%;border:2px solid #67D2C8;top:0;left:0;right:0;bottom:0;margin:auto}.clock .top{position:absolute;width:1.5px;height:2px;background:#262626;left:0;right:0;margin:0 auto}.clock .right{position:absolute;width:2px;height:1.5px;background:#262626;top:0;bottom:0;right:0;margin:auto 0}.clock .bottom{position:absolute;width:1.5px;height:2px;background:#262626;left:0;right:0;bottom:0;margin:0 auto}.clock .left{position:absolute;width:2px;height:1.5px;background:#262626;top:0;bottom:0;left:0;margin:auto 0}.clock .center{height:2px;width:2px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:#262626;border-radius:100%}.clock .shadow{height:4em;width:4em;position:absolute;left:60px;top:60px;transform:rotate(135deg);background:linear-gradient(transparent, rgba(0,0,0,0.1))}.clock .hour{width:1.35px;height:100%;position:absolute;left:0;right:0;margin:0 auto;animation:time 30s infinite linear}.clock .hour:before{position:absolute;content:"";background:#262626;height:7px;width:1.35px;top:4.5px}.clock .hourStatic{width:1.35px;height:7px;position:absolute;background:#262626;left:13.5px;top:5.5px;margin:0 auto;transform:rotate(40deg)}.clock .minute{width:1.35px;height:100%;position:absolute;left:0;right:0;margin:0 auto;animation:time 4s infinite linear}.clock .minute:before{position:absolute;content:"";background:#262626;height:10px;width:1.35px;top:1.5px}.clock .minuteStatic{width:1.35px;height:10px;position:absolute;background:#262626;left:12px;top:2px;margin:0 auto;transform:rotate(10deg)}.clock .second{width:2px;height:100%;position:absolute;left:0;right:0;margin:0 auto;animation:time 15s infinite linear}.clock .second:before{position:absolute;content:"";background:#fd1111;height:45px;width:2px;top:45px}@keyframes time{to{transform:rotate(360deg)}}

