.topclick-list.home {
    height: 581px;
    background-color: #1a1d26;
}

.topclick-list.sidebar {
    height: 3647px;
    background-color: #1a1d26;
}

.topclick .content-box-title a {
    display: inline-block;
    padding: 5px 0;
}

.topclick-header {
    width: 100%;
    background-color: #141720;
    text-align: center;
    display: block;
    color: #ffffff;
}

.topclick-header .topclick-header-title{
    font-weight: 500;
    font-size: 20px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 45px;
}

.topclick-header-platforms {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 4px 0;
    text-transform: uppercase;
    font-weight: 600;
    gap: 4px;

}

.topclick-header-platforms-button {
    height: 40px;
    flex: 1;
    cursor: pointer;
    background-color:#202533;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.topclick-header-platforms-button.activeSelector {
    background-color: #147ac3;
}

.topclick-header-platforms-button:hover {
    background-color: #333b52;
}

.topclick-header-platforms-textButton {
    height: 40px;
    cursor: pointer;
    background-color: #202533;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.topclick-header-platforms-textButton:hover {
    background-color: #333b52;
}

.topclick-header-platforms-textButton.activeSelector {
    background-color: #147ac3;
}

/* .topclick-list {
    scrollbar-color: $color-button $bg-title;
    scrollbar-width: thin;
}
*/
.topclick-list-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    align-items: center;
    background: #202533;
    height: 70px;
    overflow: hidden;
    margin-bottom: 3px;
}

.topclick-list-element:last-of-type {
    border-bottom: 0;
}

.topclick-list-element:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333b52;
}

/*.topclick-list-element .topclick-list-element-game-title.top25 {
    overflow-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 2;
}*/


.topclick-list-element-mobile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.topclick-list-element-rankWrapper {
    min-width: 41px;
    border-right: 3px solid #141720;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px){
    .topclick-list-element-rankWrapper{
         display: none;
    }
}

.topclick-list-element-rankWrapper.byGenre {
    display: none;
}

.topclick-list-element-rankWrapper-rank {
    font-size: 1rem;
    font-weight: 500;
}

.topclick-list-element-image {
    margin-right: 5px;
    height: 70px;
}

.topclick-list-element-game {
    overflow: hidden;
    height: 70px;
    line-height: 17px;
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3px 0 3px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.topclick-list-element-game-title {
    font-weight: 500;
    font-size: 0.9rem;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.topclick-list-element-game-merchant {
    font-size: 13px;
    font-weight: 300;
    display: flex;
    align-items: center;
    overflow: hidden;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #8397c2;
}

.topclick-list-element-game-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 37px;
    padding-right: 5px;
}

.topclick-list-element-game-bottom-merchant {
    font-size: 12px;
    padding-top: 5px;
}

.topclick-list-element-game-bottom-ratings {
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
}

.topclick-list-element-priceWrapper {
    margin-left: 2px;
    height: 70px;
    text-align: center;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #141720;
    background-color: #147ac3;
}

.topclick-list-element-priceWrapper-price {
    font-weight: 500;
    font-size: 1rem;
    line-height: 8px;
    color: #fff;
}

.topclick-list-element-price100 {
    font-size: 14px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.topclick-list-element-pricepercentage {
    font-size: 16px;
    text-align: center;
    background-color: #4c6b22;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 50px;
}

.topclick-list-element.byGenre {
    padding-left: 0;
}

.topclick-bottom-links {
    text-align: center;
    background-color: #141720;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.topclick-bottom-links a {
    background-color: #333b52;
    padding: 4px 17px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .15s;
    transition: all .15s;
    border-radius: 5px;
    margin: 10px;
}

.topclick-bottom-links a:hover {
    background-color: #525f83;
    color: #fff;
}

/*
.tab a {
    padding: 2px 10px 4px 10px !important;
}

.tab a.touchscreen {
    padding: 7px 10px !important;
}

 .topclick .platform {
    width: 100px;
    display: flex;
    margin-left: 4px;
    opacity: 0.75;
    justify-content: space-between;
}*/

