﻿.bar,.chart{display:flex;overflow:hidden}.post-body{background:#fff;box-shadow:rgba(50,50,93,.25) 0 2px 5px -1px,rgba(0,0,0,.3) 0 1px 3px -1px}body{background:#806cff12!important}.chart{flex-wrap:wrap;background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.1);margin-bottom:30px}.bar{width:50%;align-items:center;padding:10px;position:relative;transition:.3s;cursor:pointer;border-bottom:1px solid #eee;border-right: 2px solid #eee;}.bar:hover{background-color:#f2f2f2}.bar span.rank{width:40px;text-align:center;color:#333}.bar span.title{flex:1;padding-left:10px;font-weight:700;color:#333}.bar .trophy{width:30px;height:30px;background-size:cover;background-repeat:no-repeat;background-position:center}.bar:first-child .trophy{background-image:url('/assets/images/top/gold.png')}.bar:nth-child(2) .trophy{background-image:url('/assets/images/top/silver.png')}.bar:nth-child(3) .trophy{background-image:url('/assets/images/top/bronze.png')}.bar:nth-child(4) .trophy{background-image:url('/assets/images/top/four.png')}.bar:nth-child(5) .trophy{background-image:url('/assets/images/top/five.png')}.bar:nth-child(n+6) .trophy{background-image:url('/assets/images/top/others.png')}@media (max-width:600px){.bar span.rank{width:30px}}.tooltip{position:absolute;background-color:rgba(0,0,0,.8);color:#fff;padding:5px 10px;border-radius:5px;font-size:14px;pointer-events:none;z-index:9999;opacity:0;transition:opacity .4s ease-out}