﻿@charset "UTF-8";
body {
  direction: rtl;
  font-family: 'NarkissBlock-Regular', Arial, sans-serif;
  margin: 0; }
  body .template {
    display: none !important; }
  body .h1, body .h2, body .h3, body h1, body h2, body h3, body p {
    margin: 0; }
  body .container-all-days {
    position: relative;
    width: 320px;
    margin: 0 auto; }
    body .container-all-days .op-right-bg, body .container-all-days .op-left-bg {
      position: absolute;
      height: 100%;
      width: 65px;
      z-index: 1;
      top: 0; }
    body .container-all-days .op-right-bg {
      right: 0;
      background-image: linear-gradient(to right, rgba(249, 249, 249, 0.49) 1%, #ffffff 102%); }
    body .container-all-days .op-left-bg {
      left: 0;
      background-image: linear-gradient(to left, rgba(249, 249, 249, 0.49) 99%, #ffffff -2%); }
    body .container-all-days .all-days {
      visibility: hidden;
      height: 74.5px;
      overflow: hidden; }
      body .container-all-days .all-days .days .day-title {
        background: #00c1d5;
        text-align: center;
        color: #fff;
        text-indent: 5px;
        font-family: NarkissBlock-Bold;
        font-size: 11px;
        letter-spacing: 0.22px;
        margin: 0;
        margin: 0 2px;
        position: relative; }
        body .container-all-days .all-days .days .day-title .prev-btn, body .container-all-days .all-days .days .day-title .next-btn {
          top: 0;
          position: absolute;
          z-index: 3;
          display: none; }
          body .container-all-days .all-days .days .day-title .prev-btn .arrows-right, body .container-all-days .all-days .days .day-title .prev-btn .arrows-left, body .container-all-days .all-days .days .day-title .next-btn .arrows-right, body .container-all-days .all-days .days .day-title .next-btn .arrows-left {
            position: relative;
            display: block;
            height: 14px;
            width: 20px; }
          body .container-all-days .all-days .days .day-title .prev-btn .arrows-right, body .container-all-days .all-days .days .day-title .next-btn .arrows-right {
            position: relative; }
            body .container-all-days .all-days .days .day-title .prev-btn .arrows-right:after, body .container-all-days .all-days .days .day-title .prev-btn .arrows-right:before, body .container-all-days .all-days .days .day-title .next-btn .arrows-right:after, body .container-all-days .all-days .days .day-title .next-btn .arrows-right:before {
              content: '';
              position: absolute;
              top: 4px;
              right: 6px;
              border: solid white;
              border-width: 2px 0 0 2px;
              display: inline-block;
              padding: 2px;
              transform: rotate(135deg);
              -webkit-transform: rotate(135deg); }
            body .container-all-days .all-days .days .day-title .prev-btn .arrows-right:before, body .container-all-days .all-days .days .day-title .next-btn .arrows-right:before {
              right: 11px; }
          body .container-all-days .all-days .days .day-title .prev-btn .arrows-left, body .container-all-days .all-days .days .day-title .next-btn .arrows-left {
            position: relative; }
            body .container-all-days .all-days .days .day-title .prev-btn .arrows-left:after, body .container-all-days .all-days .days .day-title .prev-btn .arrows-left:before, body .container-all-days .all-days .days .day-title .next-btn .arrows-left:after, body .container-all-days .all-days .days .day-title .next-btn .arrows-left:before {
              content: '';
              position: absolute;
              top: 4px;
              left: 6px;
              border: solid white;
              border-width: 0 2px 2px 0;
              display: inline-block;
              padding: 2px;
              transform: rotate(135deg);
              -webkit-transform: rotate(135deg); }
            body .container-all-days .all-days .days .day-title .prev-btn .arrows-left:before, body .container-all-days .all-days .days .day-title .next-btn .arrows-left:before {
              left: 11px; }
        body .container-all-days .all-days .days .day-title .prev-btn {
          right: 10px; }
        body .container-all-days .all-days .days .day-title .next-btn {
          left: 10px; }
      body .container-all-days .all-days .days.slick-current .prev-btn, body .container-all-days .all-days .days.slick-current .next-btn {
        display: block; }
      body .container-all-days .all-days .days.today .day-title {
        background: #008eaa; }
      body .container-all-days .all-days .days .games-board-list {
        display: flex; }
        body .container-all-days .all-days .days .games-board-list .game-board {
          width: 186px;
          height: 60px;
          background: #fff;
          position: relative;
          /*&:after, &:before {
                            content: '';
                            width: 1px;
                            height: 80px;
                            background-color: #007394;
                            position: absolute;
                            top: 6.8px;
                        }*/
          /*&:after {
                            left: 0;
                        }

                        &:before {
                            right: 0;
                        }*/
          /*&:last-child {
                            margin-left: 0;
                        }*/ }
          body .container-all-days .all-days .days .games-board-list .game-board .top {
            text-align: center;
            padding: 3.6px 2px 0 2px;
            cursor: pointer;
            position: relative;
            color: #000;
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            height: 46.2px;
            box-sizing: border-box; }
            body .container-all-days .all-days .days .games-board-list .game-board .top:after {
              content: '';
              height: 1px;
              width: 156.6px;
              background-color: #007394;
              position: absolute;
              bottom: 0;
              right: 0;
              left: 0;
              margin: 0 auto; }
            body .container-all-days .all-days .days .games-board-list .game-board .top .team {
              padding-top: 26px;
              font-family: NarkissBlock-Semibold;
              font-size: 12px;
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 25px 25px;
              flex-basis: 67px;
              overflow: hidden;
              height: 41.7px;
              box-sizing: border-box;
              line-height: 0.92; }
              body .container-all-days .all-days .days .games-board-list .game-board .top .team.long {
                padding-top: unset;
                align-items: center;
                display: flex;
                font-size: 11px; }
            body .container-all-days .all-days .days .games-board-list .game-board .top .group {
              font-family: NarkissBlock-Medium;
              font-size: 9px;
              line-height: 0.9;
              max-height: 17px;
              overflow: hidden;
              position: absolute;
              top: 4px;
              left: 0;
              right: 0;
              margin: 0 auto;
              max-width: 77px; }
            body .container-all-days .all-days .days .games-board-list .game-board .top .info {
              margin: 0 2px;
              flex-basis: 44px;
              height: 100%;
              display: flex;
              flex-direction: column; }
              body .container-all-days .all-days .days .games-board-list .game-board .top .info .results {
                font-family: NarkissBlock-Semibold;
                font-size: 19px;
                font-weight: 600;
                font-stretch: normal;
                font-style: normal;
                letter-spacing: normal;
                line-height: 0.9;
                overflow: hidden;
                height: 20px;
                margin-top: 13px; }
          body .container-all-days .all-days .days .games-board-list .game-board .bottom {
            text-align: center;
            margin: 0 5px 0 5px; }
            body .container-all-days .all-days .days .games-board-list .game-board .bottom .head {
              font-family: NarkissBlock-Regular;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 11px; }
              body .container-all-days .all-days .days .games-board-list .game-board .bottom .head .strong {
                font-weight: 600;
                margin-left: 2px; }
              body .container-all-days .all-days .days .games-board-list .game-board .bottom .head .regular {
                /*height: 11px;*/
                overflow: hidden; }
              body .container-all-days .all-days .days .games-board-list .game-board .bottom .head .with-details .regular {
                font-size: 70%; }
              body .container-all-days .all-days .days .games-board-list .game-board .bottom .head .circle {
                display: none; }
              body .container-all-days .all-days .days .games-board-list .game-board .bottom .head.live-game .circle {
                display: block;
                background: #00d20e;
                border: solid 0.5px #24ff57;
                border-radius: 50%;
                width: 5.4px;
                height: 5.4px;
                margin-left: 1.3px; }
              body .container-all-days .all-days .days .games-board-list .game-board .bottom .head.live-game .strong {
                margin-left: 2px; }
                body .container-all-days .all-days .days .games-board-list .game-board .bottom .head.live-game .strong:after {
                  content: 'חי:'; }
