/*center*/
.divcenter #mainLeaguesSection{
    background: #333;
    margin-bottom: 10px;
}

.divcenter #mainLeaguesSection .title{
    background: var(--skin-bg-color);
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: var(--skin-card-text-color);
    text-transform: uppercase!important;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.divcenter #mainLeaguesSection .container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 200px;
    padding-top: 10px;
}
.divcenter #mainLeaguesSection .container .categoryItemListTopLeague{
    width: 32%;
    max-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

/*end*/

/*left menu style*/
.divleft #mainLeaguesSection{
    background: #333;
}
.divleft #mainLeaguesSection .container p:nth-child(even){
    background: #2c2c2c;
}

.divleft #mainLeaguesSection .title{
    /*background: var(--skin-bg-color);*/
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: var(--skin-card-text-color);
    text-transform: uppercase!important;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.divleft #mainLeaguesSection .container{
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.divleft #mainLeaguesSection .container .categoryItemListTopLeague{
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    margin: 0 !important;
}

.divleft #mainLeaguesSection .citem:after {
    top:10px !important;
}
/*end*/