.top-list {
    margin-bottom: 20px;
}
.star {
    display: inline-block;
    font-size: 1.25em;
    font-family: Times;
    line-height: 1;
    letter-spacing: 0px;
    background: linear-gradient(90deg, #FE8C23 var(--percent), #989898 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #e5e5e5;
    margin-bottom: 15px;
    height: 98px;
    overflow: hidden;
    background: #fff;
    position: relative;
    flex-flow: row wrap;
}
.dark .top-list-item {
    box-shadow: 0px 0px 5px 0px #2a2a2a;
    background: #2f3137;
    color: #fff;
}
.top-list .count {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #585858;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
}
.top-list .top-list-item:nth-child(1) .count {
    border-color: #d90000;
}
.top-list .top-list-item:nth-child(2) .count {
    border-color: #ffc800;
}
.top-list .top-list-item:nth-child(3) .count {
    border-color: #43af00;
}
.top-list.dark .top-list-item:nth-child(1) .count {
    border-color: #ef7b7b;
}
.toplist-image {
    width: 170px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.toplist-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}
.toplist-name .name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.dark .toplist-name .name{
    color: #fff;
}
.toplist-des {
    width: 50%;
    text-align: center;
}
.toplist-des .highlight {
    background: #39b549;
    padding: 1px 10px;
    border-radius: 0px 0px 5px 5px;
    margin-top: -13px;
    color: #fff;
    height: 28px;
    margin-bottom: 7px;
    margin-right: auto;
    margin-left: auto;
    max-width: 250px;
    font-size: 14px;
}
.dark .toplist-des .highlight{
    background: #007676;
}
.toplist-des .des p {
    margin: 0;
    line-height: 1.5em;
    text-align: center;
}
.toplist-des .des strong {
    font-size: 20px;
    color: #e30000;
}
.dark .toplist-des .des strong {
    color: #ff7575;
}
.toplist-btn {
    width: 135px;
    text-align: center;
    font-size: 0.95em;
}
.toplist-btn a {
    display: block;
    background: white;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 3px 10px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}
.dark .toplist-btn a{
    background: #b7b7b7;
    border-color: #b7b7b7;
}
.toplist-btn a.btn-play {
    background: linear-gradient(-45deg, #833ab4, #fd1d1d, #fcb045);
	background-size: 400% 400%;
    color: #fff;
    border-color: transparent;
    margin-bottom: 10px;
	animation: Gradient 5s ease infinite;
	padding: 4px 10px;
}
.toplist-btn a.btn-play:last-child {
    margin: 0;
}
.toplist-btn a.btn-review:hover {
    background: #ffe000;
    border-color: #ffe000;
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

/* Banner*/
#catfish_content {
    box-shadow: 0 0 8px -2px rgba(20,20,20,0.76);
    -webkit-box-shadow: 0 0 8px -2px rgba(20,20,20,0.76);
    -moz-box-shadow: 0 0 8px -2px rgba(20,20,20,0.76);
    border-radius: 5px
}
#hide_catfish {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px
}
#catfish_content a {
    line-height: 0;
    display: block;
    margin-bottom: 2px;
}
#catfish_content a:last-child {
    margin-bottom: 0;
}
#hide_catfish span {
    background: #d90000;
    padding: 5px 9px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px 5px 0 0
}
.cat-fish {
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: block;
    width: 100%
}
.close-catfish span {
    padding: 10px 20px;
    width: fit-content;
    font-weight: 600;
    background: #000000bf;
    margin: auto;
    display: block
}
.close-popup span {
    padding: 10px 20px;
    width: fit-content;
    font-weight: 600;
    background: #ffffffbf;
    margin: auto;
    color: #000;
    display: block
}
.cat-fish-pc {
    display: none
}
.pop-up {
    position: fixed;
    height: 100%;
    display: none;
    top: 0;
    background: #000000c7;
    width: 100%;
    z-index: 999
}
.pop-up-content {
    width: fit-content;
    margin: auto;
    margin-top: 10%
}
@media screen and (max-width: 767px){
    .top-list-item {
        height: auto;
        padding-top: 40px;
    }
    .top-list .count {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0px 0px 40px 0px;
        width: 28px;
        height: 28px;
        line-height: 24px;
        border-width: 0;
        border-left: 0;
        border-top: 0;
        background: #585858;
        font-size: 14px;
        font-weight: 400;
        text-indent: -4px;
    }
    .top-list .top-list-item:nth-child(1) .count {
       background: #d90000;
    }
    .top-list .top-list-item:nth-child(2) .count {
       background: #ffc800;
    }
    .top-list .top-list-item:nth-child(3) .count {
       background: #43af00;
    } 
    .toplist-des .highlight {
        position: absolute;
        top: 0;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 215px;
        font-size: 13px;
        padding: 1px 7px;
    }
    .toplist-des {
        order: 3;
        width: 100%;
        max-width: 100%;
        margin-top: 3px;
        border-top: 1px solid #4a4a4a;
        padding-top: 8px;
    }
    .dark .toplist-des {
        border-top: 1px solid #ebebeb;
    }
    .cat-fish-pc {
        display:block
    }
    .cat-fish-mobile {
        display: none
    }
}