#live-ods-table{
    background-color: #ECECF4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.no-show {
  display: none;
}
.hide{
    visibility: hidden;
}
.demo-nav-list {
  overflow-x: scroll;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.demo-nav-list::-webkit-scrollbar {
  display: none;
}

.demo-move-scroll {
  all: unset;
  cursor: pointer;
  padding: 8px;
}

#scrollRight,
#scrollLeft {
  display: block;
}

.demo-nav-item button {
  all: unset;
  width: max-content;
  cursor: pointer;
}

.demo-nav-bar {
  height: 60px;
  display: flex;
  align-items: center;
}

button.demo-selected {
  font-weight: 600;
  border-bottom: #1DB156 1px solid;
}

h2#sportSelected{
    font-weight: 600;
    color: #000;
}

table td{
    padding: 10px;
}

table th{
    padding: 15px;
    background-color: #D5DBE8;
    color: #1F2D3D;
    box-shadow: inset 0 -1px 0 #c2c9d6;
}

tbody tr:first-child {
  background-color: #E1E5F0;
  box-shadow: inset 0 -1px 0 #c2c9d6;
}

.odd-line{
    margin-right: 8px;
    font-weight: 500;
}

.money-line{
    font-weight: 500;
    color: #009FDA ;
}

.odd-value{
    color: #009FDA;
    font-weight: 500;
}

tbody tr:not(:first-child):hover {
  background-color: #E2E6F2;
  cursor: pointer;
}

.header {
    position: sticky;
    top: 0;
    z-index: 10000;
    background: #fff;
}

.logo {
    width: 200px;
    padding: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}