table.online_bets_main_table{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
	table-layout: fixed;
}
table.online_bets_main_table,table.online_bets_main_table td, table.online_bets_main_table th {
	border: none;
}
table.online_bets_main_table td,table.online_bets_main_table th {
	padding: 3px;
	width: 30px;
	height: 35px;
}

table.online_bets_main_table td:first-child,
table.online_bets_main_table th:first-child {
	width: 35%;
	max-width: 35%;
	overflow: hidden;
}

table.online_bets_main_table td:nth-child(2),
table.online_bets_main_table th:nth-child(2) {
	width: 20%;
}

table.online_bets_main_table td:nth-child(3),
table.online_bets_main_table th:nth-child(3) {
	width: 15%;
}

table.online_bets_main_table td:nth-child(4),
table.online_bets_main_table th:nth-child(4) {
	width: 15%;
}

table.online_bets_main_table td:nth-child(5),
table.online_bets_main_table th:nth-child(5) {
	width: 15%;
}
table.online_bets_main_table th {
	    background: #4e6982;
	color: #fff; 
	font-weight: normal;
}


.online_bets{
    width: 100%;
    height: auto;
    margin-top: 40px;
    overflow-anchor: none;
}

.online_bets_tittle{
    color: #FFF;
font-family: "Onest", sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.56px;
}

.online_bets_main{
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    overflow-x: auto;
    overflow-anchor: none;
}

.online_bets_table_wrap {
    width: 100%;
    overflow-anchor: none;
}

.online_bets_feed {
    height: calc(var(--online-bets-row-height, 60px) * var(--online-bets-visible-rows, 10));
    overflow: hidden;
    overflow-anchor: none;
    contain: layout style;
    position: relative;
}

.online_bets_col_game {
    width: 35%;
}

.online_bets_col_player {
    width: 20%;
}

.online_bets_col_bet,
.online_bets_col_multiplier,
.online_bets_col_payout {
    width: 15%;
}

.online_bets_main_table_head {
    margin-bottom: 0;
}

.online_bets_main_table_body {
    margin-top: 0;
}

.online_bets_main_table_tittle{
    color: rgba(255, 255, 255, 0.60);
font-family: "Onest", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.32px;
white-space: nowrap;
}

thead .online_bets_main_table_tittle:first-child{
    padding-left: 20px;
}

thead .online_bets_main_table_tittle:last-child{
    padding-right: 20px;
    text-align: right;
}

.online_bets_main_table_line{
    width: 100%;
    height: var(--online-bets-row-height, 60px);
    min-height: var(--online-bets-row-height, 60px);
    max-height: var(--online-bets-row-height, 60px);
    opacity: 1;
    transition: opacity 0.45s ease;
}

@keyframes onlineBetsRowFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.online_bets_main_table_line_enter {
    opacity: 0;
    animation: onlineBetsRowFadeIn 0.55s ease forwards;
}

@media (prefers-reduced-motion: reduce) {
    .online_bets_main_table_line {
        transition: none;
    }

    .online_bets_main_table_line_enter {
        animation: none;
        opacity: 1;
    }
}

.online_bets_main_table_text{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #FFF;
font-family: "Onest", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.36px;
padding-bottom: 0;
padding-top: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}

tbody td:first-child{
   padding-left: 20px;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
}
tbody td:last-child{
    border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   text-align: right;
   padding-right: 20px;
 }


tbody td{
    height: var(--online-bets-row-height, 60px);
    vertical-align: middle;
}

tbody .online_bets_main_table_line:nth-child(2n+1){
    background: #0D0D0D;
}

.online_bets_main_table_text svg{
    vertical-align: middle;
}

.online_bets_main_table_bet{
    color: rgba(255, 255, 255, 0.60);
font-family: "Onest", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.36px;
white-space: nowrap;
}

.online_bets_main_table_x{
    color: #79FF48;
font-family: "Onest", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.36px;
white-space: nowrap;
}

.online_bets_main_table_x_zero{
    color: #FF4848;
font-family: "Onest", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.36px;
white-space: nowrap;
}

.online_bets_main_table_withdraw{
    color: #FFF;
text-align: right;
font-family: "Onest", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.36px;
white-space: nowrap;
}

@media (min-width: 320px) and (max-width: 499px){
  
   .online_bets_tittle{
    font-size: 20px;
   }
   .online_bets_main{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
   }
   .online_bets_table_wrap{
    min-width: 600px;
   }
   table.online_bets_main_table{
    table-layout: fixed;
    min-width: 600px;
    width: 600px;
   }
   .online_bets_main_table_text{
    font-size: 16px;
   }
   .online_bets_main_table_bet {
    font-size: 16px;
   }
   .online_bets_main_table_x {
    font-size: 16px;
   }
   .online_bets_main_table_x_zero {
    font-size: 16px;
   }
   .online_bets_main_table_withdraw {
    font-size: 16px;
   }   
  
   table.online_bets_main_table{
    table-layout: fixed;
   }
   
   table.online_bets_main_table td:first-child,
   table.online_bets_main_table th:first-child {
    width: 32%;
    max-width: 32%;
   }

   table.online_bets_main_table td:nth-child(2),
   table.online_bets_main_table th:nth-child(2) {
    width: 18%;
   }

   table.online_bets_main_table td:nth-child(3),
   table.online_bets_main_table th:nth-child(3) {
    width: 18%;
   }

   table.online_bets_main_table td:nth-child(4),
   table.online_bets_main_table th:nth-child(4) {
    width: 14%;
   }

   table.online_bets_main_table td:nth-child(5),
   table.online_bets_main_table th:nth-child(5) {
    width: 18%;
   }
  
   table.online_bets_main_table td, table.online_bets_main_table th{
    padding-right: 12px;
    padding-left: 12px;
   }
   thead .online_bets_main_table_tittle:last-child{
    padding-right: 16px;
   }
   tbody td:last-child{
    padding-right: 16px;
   }
  }


  @media (min-width: 500px) and (max-width: 799px){
   
    .online_bets_main{
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
    }
    .online_bets_table_wrap{
     min-width: 640px;
    }
    table.online_bets_main_table{
     table-layout: fixed;
     min-width: 640px;
     width: 640px;
    }

    table.online_bets_main_table td:first-child,
    table.online_bets_main_table th:first-child {
     width: 32%;
     max-width: 32%;
    }

    table.online_bets_main_table td:nth-child(2),
    table.online_bets_main_table th:nth-child(2) {
     width: 18%;
    }

    table.online_bets_main_table td:nth-child(3),
    table.online_bets_main_table th:nth-child(3) {
     width: 18%;
    }

    table.online_bets_main_table td:nth-child(4),
    table.online_bets_main_table th:nth-child(4) {
     width: 14%;
    }

    table.online_bets_main_table td:nth-child(5),
    table.online_bets_main_table th:nth-child(5) {
     width: 18%;
    }

    table.online_bets_main_table td, table.online_bets_main_table th{
     padding-right: 12px;
     padding-left: 12px;
    }
    thead .online_bets_main_table_tittle:last-child{
     padding-right: 16px;
    }
    tbody td:last-child{
     padding-right: 16px;
    }
   }
