table td{
    /* background-color: white; */
    text-align: center !important;
    color: #fff;
}
table th{
    text-align: center;
    color: #3c4164;
}
.table-bordered td, .table-bordered th{
    border: none;
}

.rowColor:hover{
    background-color: #967c28 ;
}
.table{
      /* table-layout: fixed; */
/* 
    height: 100px;     
            overflow-y: auto; */
    margin-bottom: 0;
    /* background-color: #0094da !important; */
}
/* table tr:nth-child(even){
    background-color: #BEF2F5
} */
.table-responsive>.table-bordered{
    width: 50%;
    margin: auto;
    border-radius: 10px;
}

tr:first-child th:first-child{
    border-top-left-radius: 10px;

}
tr:first-child th:last-child{
    border-top-right-radius: 10px;

}

tr:last-child td:first-child{
    border-bottom-left-radius: 10px;

}
tr:last-child td:last-child{
    border-bottom-right-radius: 10px;

}
table tr:first-child{
    background-color: #d4af37;
}
table tr td{
    background-color: #7d672027;
}

.rankHeader{
    text-align: center;
    width: max-content;
    margin: 30px auto 15px auto;
}
.tablemainwrapper{
    padding: 0 25px;
}
.rankHeading{
    padding: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #3c4164;
    border-radius: 10px;
    background: #77d0f5;
    border: 1px solid #b8daff;
}
.pagination li:hover{
    cursor: pointer;
}
.pagination{
    margin-bottom: 0;
}
.pagination-container{
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}
		/* table tbody tr {
			display: none;
		} */
        /* tbody{
            height: 100px;
            overflow-y: auto;
            overflow-x: hidden;
        } */
        .pagination  .active{
            background-color: #337ab7;
        }
        .pagination  .active span{
            color: white;
        }

        li span{
            color: white;
        }
    
li{
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9fa2bd;
    padding: 17px 27px;
    color: white;
    background: #3c4164;
    font-weight: 600;
}
li:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}
li:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}
.loadWrapper{
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
  }
  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }
  
