@import"https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Unbounded:wght@200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap";.unbounded{font-family:Unbounded,sans-serif}.montserrat{font-family:Montserrat,sans-serif}.mulish{font-family:Mulish,sans-serif}@font-face{font-family:Proxima Nova;src:url(/fonts/ProximaNova.otf) format("opentype")}@font-face{font-family:Poppins;src:url(/fonts/Poppins.ttf) format("truetype")}@font-face{font-family:Poppins;src:url(/fonts/PoppinsMedium.ttf) format("truetype");font-weight:500}@font-face{font-family:Poppins;src:url(/fonts/PoppinsSemiBold.ttf) format("truetype");font-weight:600}@font-face{font-family:Poppins;src:url(/fonts/PoppinsBold.ttf) format("truetype");font-weight:700}@font-face{font-family:Onest;src:url(/fonts/Onest.ttf) format("truetype")}:root{--vmax:100dvh}.table-container{max-width:100%;width:100%;overflow-x:auto}.bets-table{width:-moz-fit-content;width:fit-content;min-width:100%;border-collapse:collapse;font-family:Proxima Nova;font-weight:600}.bets-table thead tr th{color:#6b7289;font-size:15px;font-weight:600;text-align:left;padding-bottom:16px}.bets-table thead tr th:first-child,.bets-table thead tr th:nth-child(2){padding-left:24px}.bets-table tbody tr td{padding:14px 20px 14px 0;white-space:nowrap}.bets-table tbody tr td .game{display:flex;align-items:center;gap:15px}.bets-table tbody tr td .game svg{scale:1.2}.bets-table tbody tr td .game>div{display:flex;flex-direction:column;gap:5px}.bets-table tbody tr td .game>div .game-name{color:#fff;font-size:15px}.bets-table tbody tr td .game>div .game-date{font-size:13px}.bets-table tbody tr td .user{display:flex;align-items:center;gap:10px}.bets-table tbody tr td .user img{border-radius:50%;height:30px;width:30px;border:2px solid #363b44}.bets-table tbody tr td .user span{color:#fff;font-size:15px}.bets-table tbody tr td .coins,.bets-table tbody tr td .time{display:flex;align-items:center;gap:10px;padding-left:10px}.bets-table tbody tr td .multiplier-container{display:flex;align-items:center;padding-left:18px}.bets-table tbody tr td .multiplier-container .multiplier{border-radius:24px;background:rgba(241,175,82,.11);padding:8px 12px;color:gold;font-size:15px;width:-moz-fit-content;width:fit-content}.bets-table tbody tr td .multiplier-container .multiplier.loss{background:rgba(252,35,35,.11);color:red}.bets-table tbody tr td .multiplier-container .multiplier.win{background:rgba(21,255,95,.11);color:#009300}.bets-table tbody tr td:first-child{padding-left:20px}.bets-table tbody tr td:last-child{padding-right:20px;width:140px}.bets-table tbody tr td:last-child .coins{color:#f6c00f}.bets-table tbody tr:nth-child(odd){background:#1c1f24}.bets-table tbody tr:nth-child(odd) td:first-child{border-radius:12px 0 0 12px}.bets-table tbody tr:nth-child(odd) td:last-child{border-radius:0 12px 12px 0}