.sidebar-title {
    padding-top: 30px;
    margin: 0 38px;
}
.follow-text p{
    font-size: 20px;
    line-height: 24px;
}
.tron-sidebar.content-white-bg{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.casino-count{
    background-color: var(--red);
    width: 37px;
    height: 100px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.casino-count .casino-item-count{
    font-weight: 700;
    font-size: 20px;
    line-height: 45px;
    color: var(--white);
}
.casino-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.casino-text-content{
    display: flex;
    justify-content: start;
    align-items: center;
}
.casino-content p{
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.casino-content pre{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--medium-grey);
    margin-bottom: 0px;
    font-family: 'Maven Pro';
}
.casino-logo{
    padding-left: 0px;
    max-width: 45px;
    width: 100%;
    padding-right: 0px;
}
.casino-arrow-link{ 
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.arrow-link{
    color: var(--white);
}
.casino-link a{
    background-color: var(--dark-blue);
    border-radius: 50%;
    max-width: 32px;
    width: 100%;
    height: 100%;
    max-height: 32px;
}
.casino-link img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-height: 12px;
    position: relative;
    top: 9px;
    left: 1px;
}
.casino-card{
    border-bottom: 1px solid var(--grey);
}
@media (max-width:991px){
    .hide-me-991{
        display: none;
    }
}