


  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: "Manrope Light", sans-serif;
    font-weight: 400;
    color: #111;
    background-color: #fff;
    overflow-x: hidden;
    padding-bottom: min(70px, 25vw);
  }

  .cpy {
    font-size: min(16px, calc(12 * (100vw / 375)));
    line-height: 1.5;
  }





  header.main,
  .table-footer,
  .table-header,
  .note {
    padding: min(20px, 4vw) min(20px, 3.2vw);
  }

  .table-header {
    margin-top: min(70px, 10vw);
    background: #fff;
    position: sticky;
    top: calc(var(--header-height, 45px) - 1px);
    z-index: 99;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
  }

  header.main {
    background: #111;
    color: #fff;
    position: sticky;
    top: -1px;
    z-index: 100;
  }

  header.main .col-set {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }

  header.main .col-2 {
    margin-left: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }

  h1, h2,
  .table-footer,
  .last-draw {
    font-size: min(24px, calc(11 * (100vw / 375)));
    font-family: "Manrope ExtraBold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
  }

  .table-footer {
    font-family: "Manrope Light", sans-serif;
    background: #ddd;
    margin-top: -1px;
    position: relative;
    z-index: 5;
    font-size: min(16px, calc(11 * (100vw / 375)));
  }

  section {
    margin-bottom: min(70px, 10vw);
  }

  .col-set {
    display: flex;
    flex-flow: row nowrap;
  }

  .col-set {
    align-items: center;
  }

  .col-set .col-2 {
    margin-left: auto;
  }





  .styled-select {
    position: relative;
    max-height: 15px;
    height: 15px;
  }

  .styled-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding: 0;
    border-radius: 0;
    border: 0;
    color: #fff;
    outline: 0;
    width: 50px;
    opacity: 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    bottom: -5px;
    height: auto;
  }

  .styled-select div.icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
  }

  .styled-select svg {
    width: 20px;
    height: auto;
    display: block;
  }

  .styled-select svg path,
  .styled-select svg circle {
    stroke: #111;
    stroke-width: 3px;
  }





  .data-table {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .data-table tr {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    border-top: 1px solid #ddd;
    user-select: none;
  }

  .data-table tr > * {
    padding: 0;
  }

  .data-table th {
    width: 0;
    font-weight: 400;
  }

  .data-table .name {
    position: absolute;
    top: 0px;
    left: min(20px, 3.2vw);
    white-space: nowrap;
    display: block;
    font-size: min(24px, calc(10 * (100vw / 375)));
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-align: left;
    z-index: 10;
    font-family: "Manrope ExtraBold", sans-serif;
    color: #555;
  }

  .data-table .name > span {
    position: relative;
    z-index: 2;
  }

  .data-table td {
    width: calc(100% / 11);
    height: min(100px, calc(65 * (100vw / 375)));
    text-align: center;
    vertical-align: middle;
    padding: 0;
    border-right: 1px solid #eee;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    font-size: min(24px, calc(12 * (100vw / 375)));
  }

  .data-table[data-view="draws"] td {
    width: calc(100% / 6);
  }

  .data-table[data-view="hits"] td {
    width: calc(100% / 10);
    border-color: #ddd;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .data-table td:last-child,
  .data-table[data-view="numbers"] td:nth-last-child(2) {
    border-right: 0;
  }

  .data-table[data-view="numbers"] td:not(.is-match) {
    color: #ccc;
  }

  .data-table[data-view="hits"] td.is-match {
    color: #e6e6e6;
  }

  .data-table[data-view="numbers"] td.is-match {
    background: #f5f5f5;
    color: #005135;
    font-family: "Manrope ExtraBold", sans-serif;
  }

  .data-table td.matches {
    border-left: 2px solid #ddd;
    color: #12543e !important;
  }

  .data-table[data-view="draws"] td {
    color: inherit;
  }






  .data-table tr.marked::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    pointer-events: none;
  }

  .data-table tr.marked:first-child::before {
    top: 0;
  }
  
  .data-table tr .name::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -25px;
    right: -4px;
    bottom: -1px;
    background: #eeeeee; 
    z-index: 1;
  }

  .data-table tr.marked .name::before {
    background: #111; 
    top: -1px;
  }

  .data-table tr.marked .name {
    color: #fff;
  }

  .data-table[data-view="numbers"] tr.marked td.is-match {
    background: #e4e4e4;
  }








  .last-draw {
    display: block;
  }

  .last-draw.next-draw-wrap,
  .next-game-start-hint {
    color: #ccc;
  }

  .last-draw.game-is-finished {
    color: #005135;
  }

  .last-draw.game-is-finished span {
    display: block;
  }

  .next-draw-wrap[hidden] {
    visibility: hidden;
  }

  .btn-reload {
    margin-left: 10px;
  }

  .btn-reload svg {
    width: 20px;
    height: auto;
    display: block;
    position: relative;
  }

  .btn-reload.is-reloading svg {
    animation: spin 500ms linear infinite;
  }

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

  .btn-reload svg path,
  .btn-reload svg polyline {
    stroke: #fff;
  }