.sportradar-desktop {
  display: none; }

.sportradar {
  overflow-x: hidden; }
  .sportradar.sidebar {
    margin: 0 0 15px; }
    .sportradar.sidebar .title i.icon {
      margin-right: 4px;
      top: -1px; }
    .sportradar.sidebar table tbody {
      font-size: 12px; }
      .sportradar.sidebar table tbody tr.highlighted {
        font-size: 13px; }
  .sportradar table.dataTable {
    width: 100%; }
    .sportradar table.dataTable.compact th, .sportradar table.dataTable.compact td {
      padding: 13px 10px; }
    .sportradar table.dataTable tbody tr.highlighted {
      font-weight: bold;
      background-color: #f0f8ff;
      /* this can/should be overrided in child-theme */ }
    .sportradar table.dataTable tbody tr.playoffs, .sportradar table.dataTable tbody tr.championship-round, .sportradar table.dataTable tbody tr.mestaruuskierros, .sportradar table.dataTable tbody tr.champions-league, .sportradar table.dataTable tbody tr.mestarien-liiga {
      border-bottom: 2px solid black; }
    .sportradar table.dataTable tbody tr.qualification-playoffs, .sportradar table.dataTable tbody tr.playoff-karsinta, .sportradar table.dataTable tbody tr.relegation-round, .sportradar table.dataTable tbody tr.putoamiskarsinta .sportradar table.dataTable tbody tr.europa-league, .sportradar table.dataTable tbody tr.eurooppa-liiga {
      border-bottom: 1px solid black; }
    .sportradar table.dataTable tbody tr.relegation, .sportradar table.dataTable tbody tr.putoaja {
      border-top: 2px solid #b53333; }
  .sportradar .table-wrapper {
    overflow-x: auto; }
    .sportradar .table-wrapper.collapsed {
      height: 0px;
      overflow-y: hidden; }
  .sportradar .sub-table-title {
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    background-color: #f7f7f7;
    border-bottom: 1px solid #9d9d9d; }
    .sportradar .sub-table-title .toggle-table {
      -webkit-filter: invert(0);
      filter: invert(0);
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      top: 2px;
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.25s;
      transition: -webkit-transform 0.25s;
      -o-transition: transform 0.25s;
      transition: transform 0.25s;
      transition: transform 0.25s, -webkit-transform 0.25s; }
      .sportradar .sub-table-title .toggle-table:not(.toggled) {
        -webkit-transform: rotate(-90deg) scale(1.5);
        -ms-transform: rotate(-90deg) scale(1.5);
        transform: rotate(-90deg) scale(1.5); }
  .sportradar .table-title {
    position: relative;
    padding-right: 54px; }
    .sportradar .table-title.no-title {
      display: none; }
    .sportradar .table-title.no-results {
      border-bottom: 0;
      background-color: #c33030; }
    .sportradar .table-title .toggle-table {
      font-size: 24px;
      margin: -2px 5px -6px 0;
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.25s;
      transition: -webkit-transform 0.25s;
      -o-transition: transform 0.25s;
      transition: transform 0.25s;
      transition: transform 0.25s, -webkit-transform 0.25s; }
      .sportradar .table-title .toggle-table:not(.toggled) {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .sportradar .table-title .search-container {
      font-family: inherit;
      position: absolute;
      top: 0;
      right: 0;
      overflow: hidden;
      background-color: inherit;
      float: right;
      height: 100%;
      width: 44px;
      border-radius: 4px;
      -webkit-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
      .sportradar .table-title .search-container:hover, .sportradar .table-title .search-container:focus, .sportradar .table-title .search-container:focus-within {
        width: calc( 100% - 15px);
        outline: none; }
        .sportradar .table-title .search-container:hover input, .sportradar .table-title .search-container:focus input, .sportradar .table-title .search-container:focus-within input {
          display: inline-block;
          width: calc( 100% - 77px);
          padding: 5px 10px; }
    .sportradar .table-title input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      float: left;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      height: 17px;
      width: 0px;
      background: #fff;
      color: #808080;
      font-size: 15px;
      font-weight: 500;
      padding: 5px 0;
      border: 0;
      border-radius: 5px;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .sportradar .table-title input:focus {
        outline: none;
        -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25), 0 1px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25), 0 1px 5px rgba(0, 0, 0, 0.15); }
    .sportradar .table-title .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      float: right;
      padding: 0 10px;
      height: 100%;
      font-size: 23px;
      background-color: inherit; }
      .sportradar .table-title .button:active {
        border: 0 !important;
        text-shadow: 0 0 0; }
  .sportradar table th, .sportradar table td {
    border: none; }
  .sportradar .loader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1em 1em 2em 1em;
    /* next two are just to hide the new media theme's own loader... */
    width: 100%;
    background: none; }
    .sportradar .loader .spinner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: .3em solid transparent;
      border-top: .3em solid #4DB6AC;
      border-right: .3em solid #4DB6AC;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .sportradar .loader .spinnerMax {
      -webkit-animation: spinner 3s linear infinite;
      animation: spinner 3s linear infinite;
      height: 3em;
      width: 3em; }
    .sportradar .loader .spinnerMid {
      -webkit-animation: spinner 5s linear infinite;
      animation: spinner 5s linear infinite;
      height: 2.4em;
      width: 2.4em; }
    .sportradar .loader .spinnerMin {
      -webkit-animation: spinner 5s linear infinite;
      animation: spinner 5s linear infinite;
      height: 1.8em;
      width: 1.8em; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media (min-width: 600px) {
  .sportradar-desktop {
    display: initial; }
  .sportradar-mobile {
    display: none; } }

td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
  cursor: pointer; }

tr.dt-hasChild td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center; }

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #f7f7f7; }

table.dataTable thead .sorting_asc {
  background-size: 30px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCA2NDsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMxMzQ1NjM7fQo8L3N0eWxlPjxnPjxnIGlkPSJJY29uLUNoZXZyb24tTGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjM3LjAwMDAwMCwgMzM1LjAwMDAwMCkiPjxwb2x5bGluZSBjbGFzcz0ic3QwIiBpZD0iRmlsbC0zNSIgcG9pbnRzPSItMTkxLjMsLTI5Ni45IC0xOTMuMywtMjk0LjkgLTIwNSwtMzA2LjYgLTIxNi43LC0yOTQuOSAtMjE4LjcsLTI5Ni45IC0yMDUsLTMxMC42ICAgICAgLTE5MS4zLC0yOTYuOSAgICAiLz48L2c+PC9nPjwvc3ZnPg==") !important; }

table.dataTable thead .sorting_desc {
  background-size: 30px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCA2NDsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMxMzQ1NjM7fQo8L3N0eWxlPjxnPjxnIGlkPSJJY29uLUNoZXZyb24tTGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjM3LjAwMDAwMCwgMzM1LjAwMDAwMCkiPjxwb2x5bGluZSBjbGFzcz0ic3QwIiBpZD0iRmlsbC0zNSIgcG9pbnRzPSItMjE4LjcsLTMwOC42IC0yMTYuNywtMzEwLjYgLTIwNSwtMjk4LjggLTE5My4zLC0zMTAuNiAtMTkxLjMsLTMwOC42IC0yMDUsLTI5NC45ICAgICAgLTIxOC43LC0zMDguNiAgICAiLz48L2c+PC9nPjwvc3ZnPg==") !important; }

table.dataTable tbody tr {
  background-color: #ffffff; }
  table.dataTable tbody tr.selected {
    background-color: #f3f3f3; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.even:not(.highlighted),
table.dataTable.display tbody tr.even:not(.highlighted) {
  background-color: #fcfcfc; }
  table.dataTable.stripe tbody tr.even:not(.highlighted).selected,
  table.dataTable.display tbody tr.even:not(.highlighted).selected {
    background-color: #f0f0f0; }

table.dataTable.hover tbody tr:not(.highlighted):hover,
table.dataTable.display tbody tr:not(.highlighted):hover {
  background-color: #f9f9f9; }
  table.dataTable.hover tbody tr:not(.highlighted):hover.selected,
  table.dataTable.display tbody tr:not(.highlighted):hover.selected {
    background-color: #ededed; }

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #eeeeee; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #e6e6e6; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #e8e8e8; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #eeeeee; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #f0f0f0; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #f2f2f2; }

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #dfdfdf; }

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #e1e1e1; }

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #e4e4e4; }

table.dataTable.no-footer {
  border-bottom: #dbd9d9; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.table-wrapper {
  position: relative;
  clear: both;
  zoom: 1; }
  .table-wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em; }
  .table-wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #ddd; }
    .table-wrapper .dataTables_paginate .paginate-btn {
      font-size: 14px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      padding: 5px 12px;
      margin: 0 0 5px 2px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      border: 1px solid transparent;
      border-radius: 2px; }
      .table-wrapper .dataTables_paginate .paginate-btn.next {
        margin-bottom: 15px; }
      .table-wrapper .dataTables_paginate .paginate-btn.current, .table-wrapper .dataTables_paginate .paginate-btn.current:hover {
        cursor: default;
        border: 1px solid #979797;
        color: #808080;
        background-color: #ececec; }
      .table-wrapper .dataTables_paginate .paginate-btn.disabled, .table-wrapper .dataTables_paginate .paginate-btn.disabled:hover, .table-wrapper .dataTables_paginate .paginate-btn.disabled:active {
        cursor: default;
        color: #666 !important;
        border: 1px solid transparent;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .table-wrapper .dataTables_paginate .paginate-btn:hover {
        border: 1px solid #111; }
      .table-wrapper .dataTables_paginate .paginate-btn:active {
        outline: none;
        -webkit-box-shadow: inset 0 0 3px #111;
        box-shadow: inset 0 0 3px #111; }
    .table-wrapper .dataTables_paginate .ellipsis {
      padding: 0 1em; }
  .table-wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }
  .table-wrapper.no-footer .dataTables_scrollBody {
    border-bottom: #dbd9d9; }
  .table-wrapper.no-footer div.dataTables_scrollHead table.dataTable,
  .table-wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: none; }
  .table-wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

    .loadmore {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .lds-ellipsis {
      /* change color here */
      color: #b9b9b9;
    }
    .lds-ellipsis,
    .lds-ellipsis div {
      box-sizing: border-box;
    }
    .lds-ellipsis {
      display: none;
      position: relative;
      width: 80px;
      height: 80px;
    }
    .lds-ellipsis div {
      position: absolute;
      top: 33.33333px;
      width: 13.33333px;
      height: 13.33333px;
      border-radius: 50%;
      background: currentColor;
      animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }
    .lds-ellipsis div:nth-child(1) {
      left: 8px;
      animation: lds-ellipsis1 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(2) {
      left: 8px;
      animation: lds-ellipsis2 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(3) {
      left: 32px;
      animation: lds-ellipsis2 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(4) {
      left: 56px;
      animation: lds-ellipsis3 0.6s infinite;
    }
    @keyframes lds-ellipsis1 {
      0% {
        transform: scale(0);
      }
      100% {
        transform: scale(1);
      }
    }
    @keyframes lds-ellipsis3 {
      0% {
        transform: scale(1);
      }
      100% {
        transform: scale(0);
      }
    }
    @keyframes lds-ellipsis2 {
      0% {
        transform: translate(0, 0);
      }
      100% {
        transform: translate(24px, 0);
      }
    }

.sportradar.tennis-summaries span.tiebreak{
  font-size: 9px;
  display: flex;
  position: absolute;
  top: -5px;
  left: 10px;
}

.sportradar.tennis-summaries span.live {
  background: #35ba47;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  top: 10px;
}

.sportradar.tennis-summaries td{
  position: relative;
}

.sportradar.tennis-summaries td div{ 
  position: relative;
}

@media (max-width: 786px) {
  .sportradar.tennis-summaries td.hide-mob {
    display: none;
  }
}

.sportradar.tennis-summaries td.hide-mob {
  padding: 15px 6px;
}

.sportradar.tennis-calendar td{
  font-size: 12px;
}


.sportradar.tennis-calendar .toggle-table {
  position: absolute;
  right: 0;
  top: 16px;
}

.sportradar.tennis-calendar .table-title.in-past {
  background-color: #b1b1b1;
  border-bottom: 2px solid #777777;
}

.sportradar.tennis-rankings td .movement {
  font-size: 12px;
  font-weight: bold;
  color: #14dc4b;
}

.sportradar.tennis-rankings td .down {
  color: red;
}

.sportradar.tennis-rankings td .up:before {
  transform: rotate(180deg) translateY(-3px);
}

.sportradar.tennis-rankings td .up:before,
.sportradar.tennis-rankings td .down:before {
  display: inline-block;
  content: "\25be";
  font-size: 14px;
  margin-right: 3px;
  margin-left: 6px;
}


.sportradar.game-links .header {
  display: flex;
  width: 100%;
  background: #46aaf3;
  color: #fff;
  border-bottom: 1px solid #fff;
}


.sportradar.game-links .header .navi{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}


.sportradar.game-links .header .navi .back,
.sportradar.game-links .header .navi .forward {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 8px;
  opacity: 1;
  cursor: pointer;
}

.sportradar.game-links .header .navi .disabled {
  cursor: auto; 
  opacity: .5;
}

.sportradar.game-links .header .navi .back::before,
.sportradar.game-links .header .navi .forward::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=);
    background-size: contain;
    filter: brightness(5);
    width: 18px;
    height: 12px;
}

.sportradar.game-links .header .navi .back::before{
  transform: rotate(90deg);
}

.sportradar.game-links .header .navi .forward::before{
  transform: rotate(-90deg);
}

.sportradar.game-links .stages{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.sportradar.game-links .stage .stage-name {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #1585d7;
  padding: 6px;
  color: #fff;
}

.sportradar.game-links .stage {
  flex: 0 0 auto;
  width: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}


@media (max-width: 500px) {
  .sportradar.game-links .stage {
    width: 50%;
  }
}

.sportradar.game-links .stage .results {
  z-index: 2;
  font-size: 13px;
  border-radius: 10px;
  border: 1px solid #ebeaea;
  padding: 8px 10px;
  margin: 10px;
  min-height: 62px;
  position: relative;
  background: #fff;
}

.sportradar.game-links .stage:first-child .results-wrap:after{
  width: 8px;
}

.sportradar.game-links .stage:last-child .results-wrap:after{
  border-right: 0px;
  border-radius: 0px;
  width: calc(100% - 10px);
  right: 10px;
}

.sportradar.game-links .stage .results-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.sportradar.game-links .stage .results-wrap:after {
  z-index: 1;
  border-right: 1px solid;
  border-color: #ebeaea;
  content: "";
  height: 50%;
  position: absolute;
  right: 0px;
  width: 100%;
}

.sportradar.game-links .stage .results-wrap:nth-child(even):after {
  border-top: 1px solid #ebeaea;
  border-top-right-radius: 8px;
  top: 50%;
}
.sportradar.game-links .stage .results-wrap:nth-child(odd):after {
  border-bottom: 1px solid #ebeaea;
  border-bottom-right-radius: 8px;
  bottom: 50%;
}

.sportradar.game-links .stage .results .short .team-data {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
}

.sportradar.game-links .stage .results {
  cursor: pointer;
}


.sportradar.game-links .stage .results .short .team-data.winner {
  font-weight: 700;
}

.sportradar.game-links .stage .results .short .team-data .name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 0 0 75%;
  max-width: 75%;
}

.sportradar.game-links .stage .results .short .team-data .scores {
  display: flex;
}

.sportradar.game-links .stage .results .short .team-data .scores .score {
  padding-left: 6px;
}

.sportradar.game-links .stage .results .series-info {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 7px;
  transform: translateY(100%);
  background: #46abf3;
  color: #fff;
  padding: 8px 10px;
  min-height: 62px;
  border-radius: 0 0 10px 10px;
}

.sportradar.game-links .stage .results .series-info.show {
  display: flex;
}

.sportradar.game-links .stage .results .series-info .game {
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}