@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import "https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&display=swap";.table { border: 0px solid transparent; border-collapse: collapse; border-spacing: 0px; } .table th { color: #FFF; } .table td, .table th { padding: 0.35rem 0.5rem; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .table.table-carousel tbody.fly-out { transition: all 0.4s ease-in-out; transform: translateY(-1.75rem); } .table.table-carousel tbody.fly-out tr:first-child { transition: all 0.4s ease-in-out; opacity: 0; } @keyframes hide { to { font-size: 0; padding: 0; } } .risk-mark { display: inline-block; width: 8px; height: 8px; border-radius: 50%; } .risk-mark.risk-0 { background-color: #ececec; color: #555555; } .risk-mark.risk-1 { background-color: #49BAFE; color: #FFF; } .risk-mark.risk-2 { background-color: #A36BF2; color: #FFF; } .risk-mark.risk-3 { background-color: #FF3867; color: #FFF; } .risk-mark.risk-0, .risk-mark.risk-1, .risk-mark.risk-2, .risk-mark.risk-3 { position: relative; z-index: 1; } .risk-mark.risk-0:before, .risk-mark.risk-1:before, .risk-mark.risk-2:before, .risk-mark.risk-3:before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; position: absolute; top: 0; left: 0; animation: risk-ripple 1.5s ease-out infinite; animation-fill-mode: forwards; } .risk-mark.risk-0:before { background-color: #ececec; color: #555555; } .risk-mark.risk-1:before { background-color: #49BAFE; color: #FFF; } .risk-mark.risk-2:before { background-color: #A36BF2; color: #FFF; } .risk-mark.risk-3:before { background-color: #FF3867; color: #FFF; } @keyframes risk-ripple { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(3); opacity: 0; } } .bottom-cover { position: relative; } .bottom-cover:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 20%; background: linear-gradient(0deg, #10175b 0.17%, rgba(16, 23, 91, 0.5) 50%, rgba(16, 53, 111, 0) 100%); z-index: 1; } .header-top-bar { z-index: 10; position: fixed; top: 0; left: 0; width: 100%; height: 6px; background: linear-gradient(90deg, #0071F9, #7ACDFF, #0071F9); background-size: 200% 100%; animation: header-top-bar-gradient 8s ease-in-out infinite; } @keyframes header-top-bar-gradient { 0% { background-position: -100% 0; } 100% { background-position: 100% 0; } } .panel { border-radius: 0.5rem 0.5rem 0rem 0rem; background: #10356f; position: fixed; width: calc(100% - 2rem); bottom: 0; height: 43vh; margin-left: 1rem; margin-right: 1rem; transform: translateY(calc(100% - 58px)); transition: transform 0.3s ease-in-out; display: flex; flex-direction: column; font-family: roboto; } .panel.active { transform: translateY(0); } .panel.active .panel-toggle { transform: rotate(0deg); } @media screen and (min-width: 992px) { .panel { height: 300px; width: calc(100% - 4rem); margin-left: 2rem; margin-right: 2rem; background: linear-gradient(92.04deg, rgba(16, 53, 111, 0.8) 0.17%, rgba(16, 53, 111, 0.4) 27.21%, rgba(16, 53, 111, 0.8) 50.61%, rgba(16, 53, 111, 0.4) 74.52%, rgba(16, 53, 111, 0.8) 100%); transform: translateY(calc(320px - 52px)); } } @media screen and (min-width: 1200px) { .panel { height: 300px; transform: translateY(calc(300px - 52px)); } } @media screen and (min-width: 1600px) { .panel { height: 35vh; transform: translateY(calc(35vh - 52px)); } } .panel-header { display: flex; align-items: center; padding: 0.5rem 1rem; height: 4rem; padding: 0px 0rem; z-index: 0; position: relative; } .panel-header::before { content: ''; position: absolute; display: block; left: 0; bottom: 0px; width: 100%; height: 2px; background-color: #A0ABCC66; } @media screen and (min-width: 768px) { .panel-header { padding: 0px 0.75rem 0px 1rem; } } .panel-nav-link { display: flex; align-items: center; padding: 1rem 1rem; height: 100%; opacity: 0.5; transition: opacity 0.2s ease-in-out; cursor: pointer; white-space: nowrap; position: relative; } .panel-nav-link:hover { opacity: 0.8; } .panel-nav-link.active, .panel-nav-link.active:hover { opacity: 1; } .panel-nav-link.active::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #FFF; z-index: 2; animation: panel-link-active 0.3s ease-out forwards; } @keyframes panel-link-active { 0% { opacity: 0.5; width: 0%; left: 50%; } 100% { opacity: 1; width: 100%; left: 0; } } .panel-toggle { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transform: rotate(180deg); transition: transform 0.25s ease-in-out; width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; } .panel-content { flex: 1 1 auto; position: relative; } @media screen and (min-width: 992px) { .panel-content { height: 100%; } } .panel-content-title { display: flex; align-items: center; min-height: 36px; font-size: 1.2rem; font-weight: 500; margin-top: 0.5rem; } .panel-tab { height: 100%; width: 100%; overflow: auto; position: absolute; left: 0; top: 0; opacity: 0; transition: opacity 0.2s ease-in-out; } .panel-tab.active { opacity: 1; z-index: 99; } .panel-tab .panel-tab-content { --grid-template-rows: 4; height: 100%; width: 100%; overflow: auto; display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(var(--grid-template-rows), 100%); gap: 2rem; padding-bottom: 1rem; } @media screen and (min-width: 992px) { .panel-tab .panel-tab-content { grid-template-columns: repeat(2, minmax(0, 1fr)); --grid-template-rows: 2; } } @media screen and (min-width: 1200px) { .panel-tab .panel-tab-content { grid-template-columns: repeat(4, minmax(0, 1fr)); --grid-template-rows: 1; padding: 0 1.5rem 1rem 1.5rem; } } @media screen and (min-width: 1600px) { .panel-tab .panel-tab-content { grid-template-columns: repeat(5, minmax(0, 1fr)); } } html, body { height: 100%; width: 100%; font-weight: 400; color: #E2E2E2; background-color: #011130; font-family: inter sans-serif; font-size: 14px; } body { display: flex; flex-direction: column; max-height: 100%; } * { line-height: 1.2; box-sizing: border-box; } header { background-color: transparent; } svg text { font-family: roboto; letter-spacing: 0.05rem; stroke-width: none; } .tooltip-title, .tooltip-label, .tooltip-rank, .tooltip-serious { font-family: roboto; letter-spacing: 0.05rem; } .logo { height: 2rem; width: auto; margin: 0.5rem 1rem; } @media screen and (min-width: 992px) { .logo { height: 3.25rem; } } .page-title { font-size: 1rem; font-weight: 500; font-family: Inter; } @media screen and (min-width: 992px) { .page-title { font-size: 1.75rem; } } .page-subtitle { margin-top: 0.25rem; } .timer { text-align: right; font-family: 'Chakra Petch'; width: 6rem; margin-top: 0.5rem; margin-right: 1rem; } .timer .timer-date { font-size: 0.8rem; font-weight: 400; } .timer .timer-time { font-size: 1.15rem; font-weight: 600; } @media screen and (min-width: 992px) { .timer { width: 12rem; margin-top: -0.5rem; } .timer .timer-date { font-size: 1.3vw; } .timer .timer-time { font-size: 1.8vw; } } .widght { background-color: #363636; border-radius: 5px; padding: 0.5rem 1rem; } .widght-title { padding: 0.5rem 1rem; font-size: 1.2rem; font-weight: 500; margin-bottom: 0.5rem; display: flex; align-items: center; border-bottom: 1px solid #9B9B9B; } .widght-title .icon { margin-right: 0.5rem; width: 1rem; height: 1rem; } .widght-content { padding: 0.5rem 1rem; }