.elementor-11273 .elementor-element.elementor-element-6494b7a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:10px 20px;--row-gap:10px;--column-gap:20px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11273 .elementor-element.elementor-element-9834ade{text-align:center;font-size:22px;}/* Start custom CSS *//*** Team adjust ***/

.c-table img {
    display: flex; 
    max-height: 32px;
    max-width: 32px;
    width: auto;
    object-fit: contain !important;  
}

.c-table td:nth-child(2) {
    min-width: 160px;
    padding-left: 5px !important;
    text-align: left;
    display: flex;

    
}




.c-table th.jet-table__cell.elementor-repeater-item-35b372f.jet-table__head-cell {
    display: flex;
    padding-left: 5px;
    height: 50px !important;
}

.c-table tr td:first-child {
      min-width: 70px !important;
}

/*** Rank adjust ***/

.c-table tr td:first-child {
        position: -webkit-sticky !important;
        position: sticky !important;
        width: 20px !important;
        z-index: 12;
        left: 0;
        border-bottom: 1px solid transparent !important;
        background-color: #000000BF !important ; /* 75% */
        
       /*-webkit-blackdrop-filter: blur(80px);
        backdrop-filter: blur(80px);*/
 }
 
@media (max-width: 767px) {
     
    
    .c-table th.jet-table__head-cell:first-child {
        position: -webkit-sticky !important;
        position: sticky !important;
        min-width: 40px !important;
        overflow-wrap: break-word;
        left: 0;
       
    }
    
    .c-table th.jet-table__head-cell:nth-child(3),
    .c-table th.jet-table__head-cell:nth-child(4)
    {
        
        width: 45px !important;
    }
    
} 
/*** Footer ***/

tr.jet-table__foot-row {
    background: #E3FF09;
}

/*** ScrollSnap ***/

.c-table {
  /*overflow-x: scroll !important ;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;*/


 
 
}/* End custom CSS */