/* 24 h traffic player css */
.top_player_site_24h .ps-report-card {
    background: url("../img/juicy-sidebar-bg.png") no-repeat, #FFFFFF;
    background-size: 100%;
    isolation: isolate;
    position: relative;
    background-position: 50% 0%;
    border-radius: 8px;
    border: 1px solid #D6D8DA;
    overflow: hidden;
    box-shadow: none;
    gap: 8px;
    box-shadow: none;
}

.top_player_site_24h .ps-report-card::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    content: '';
    pointer-events: none;
    opacity: 0.25;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(239, 241, 245, 0.6) 100%);
}

.top_player_site_24h .ps-report-card .ps-report-head {
    display: block;
    border-bottom: 0;
    padding-bottom: 0;
}

.top_player_site_24h .ps-report-content {
    counter-reset: traffic-24h;
}

.top_player_site_24h .top-stakes-list:before {
    padding: 2px;
    isolation: isolate;
    width: 18px;
    height: 18px;
    border: 2px solid #D6D8DA;
    border-radius: 25px;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    color: #5A6068;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    counter-increment: traffic-24h;
    content: counter(traffic-24h);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.top_player_site_24h .ps-report-card .top-stakes-list {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    position: relative;
    margin-bottom: 12px;
}

.top_player_site_24h .ps-report-card .top-stakes-icon {
    overflow: hidden;
    gap: 8px;
    padding-left: 26px;
}

.top-stakes-title {
    color: #464B51;
}

.top_player_site_24h .ps-report-card .top-stakes-title {
    word-wrap: normal;
    flex: 0 0 calc(100% - 32px - 8px);
    text-align: start;
    width: calc(100% - 40px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top_player_site_24h .ps-report-card .price-display .price {
    margin-right: 8px;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    text-align: right;
    color: #181A1C;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top_player_site_24h .ps-report-card .price-display .price .value {
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ps-report-footer {
    text-align: center;
    width: 100%;
    margin-top: 4px;
}

.ps-report-footer a {
    background-color: #fff;
    border: 1px solid #D6D8DA;
    border-radius: 50px;
    box-shadow: none;
    color: #181A1C !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    padding: 7.5px 32px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: all .3s ease;
    width: 100%;
    text-transform: capitalize;
}

.ps-report-footer a:hover,.ps-report-footer a:focus {
    border-color: transparent !important;
    color: #181A1C !important;
    background-color: #fff !important;
    box-shadow: inset 0 0 0 2px #181A1C;
}
