.app,html,#root,body{height:100vh}.app{display:grid;grid-template-areas:"header" "main" "footer";grid-template-rows:max-content 1fr max-content}header{display:flex;justify-content:flex-end;grid-area:header}main{grid-area:main}footer{grid-area:footer}.center-header .ag-header-cell-label{justify-content:center}.product-classes-grid .ag-floating-top.ag-invisible{border-bottom:none}.product-classes-grid .ag-root-wrapper{border:none}.product-classes-grid .ag-row:last-child{border-bottom:none}.product-classes-grid .ag-row .ag-cell{border-bottom:var(--ag-row-border-width) var(--ag-row-border-style) var(--bs-border-color)}.cell-bid{color:var(--bs-pink-60);background-color:var(--bs-pink-10)}.cell-ask{color:var(--bs-turquoise-60);background-color:var(--bs-turquoise-10)}.cell-bid,.cell-ask{font-weight:600}.cell-at-the-money{color:var(--bs-yellow-70);background-color:var(--bs-yellow-20)}@media(prefers-color-scheme:dark){.cell-bid{color:var(--bs-pink-10);background-color:var(--bs-pink-80)}.cell-ask{color:var(--bs-turquoise-10);background-color:var(--bs-turquoise-80)}.cell-at-the-money{color:var(--bs-yellow-20);background-color:var(--bs-yellow-70)}}.dark-theme .cell-bid{color:var(--bs-pink-10);background-color:var(--bs-pink-80)}.dark-theme .cell-ask{color:var(--bs-turquoise-10);background-color:var(--bs-turquoise-80)}.dark-theme .cell-at-the-money{color:var(--bs-yellow-20);background-color:var(--bs-yellow-70)}
