﻿@charset "UTF-8";
body {
  direction: rtl;
  font-family: 'MosesText-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: 95px;
      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: 88.5px;
      overflow: hidden; }
        body .container-all-days .all-days .days .day-title {
            background: var(--Gradient-Blue, linear-gradient(180deg, #143DDA 16.07%, #223F99 118.13%));
            text-align: center;
            color: #fff;
            text-indent: 5px;
            font-family: MosesText-Light;
            font-size: 11px;
            letter-spacing: 0.22px;
            height:17px;
            margin: 0 2px;
            position: relative;
        }
            body .container-all-days .all-days .days .day-title p {
                padding-top:3px;
            } 
            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: #193ec4; }
      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: 214px;
            height: 75px;
            background: #F6F6F6;
            position: relative;
            /*&:after, &:before {
                            content: '';
                            width: 1px;
                            height: 80px;
                            background: var(--Gradient-Blue, linear-gradient(180deg, #143DDA 16.07%, #223F99 118.13%));
                            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: #fce691;
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                margin: 0 10px;

            }
            body .container-all-days .all-days .days .games-board-list .game-board .top .team {
                padding-top: 26px;
                font-family: MosesText-Light;
                font-size: 13px;
                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: MosesText-Light;
                font-size: 11px;
                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: MosesText-Semibold;
                    color: var(--Blue---main-color, #143DDA);
                    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: 12px;
                }
          body .container-all-days .all-days .days .games-board-list .game-board .bottom {
            text-align: center;
            height: 18px;
            margin: 0 5px 0 5px; }
            body .container-all-days .all-days .days .games-board-list .game-board .bottom .head {
                font-family: MosesText-Light;
                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-gameV2 .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: 'חי:'; }






@media (prefers-color-scheme: dark) {
   /* body {
        background-color: black;
    }
*/
        body #header .nav li a {
            color: white;
        }
        body .container-all-days .all-days .days .day-title {
            background: var(--Gradient-Blue, linear-gradient(180deg, #2C58FF 16.07%, #2C58FF 118.13%));
        }

        body .container-all-days .all-days .days .games-board-list .game-board {
            background-color:transparent;
        }

            body .container-all-days .all-days .days .games-board-list .game-board .top {
                color: white;
            }

       /* body .container-all-days .op-left-bg {
            background-image: linear-gradient(to left, rgba(0, 0, 0, 0.49) 100%, #ffffff -2%);
        }

        body .container-all-days .op-right-bg {
            background-image: linear-gradient(to left, rgba(0, 0, 0, 0.49) 100%, #ffffff -2%);
        }*/

        body .container-all-days .all-days .days .games-board-list .game-board .bottom .head {
            color: white;
        }

        body .container-all-days .all-days .days .games-board-list .game-board .top .info .results {
            color: #2C58FF;
        }

        body .container-all-days .all-days .days .games-board-list .game-board .top:after {
            background-color: #FFCA00;
        }
}
