<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************** FONTS ************************/
/* Open sans hebrew regular */
@font-face {
  font-family: 'OpenSansHebrew-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('OpenSansHebrew'), local('OpenSansHebrew-Regular'),
        url('./../assets/fonts/open-sans-regular/OpenSansHebrew-Regular.woff') format('woff'), /* Modern Browsers */
        url('./../assets/fonts/open-sans-regular/OpenSansHebrew-Regular.woff2') format('woff2'), /* Modern Browsers */
        url('./../assets/fonts/open-sans-regular/OpenSansHebrew-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('./../assets/fonts/open-sans-regular/OpenSansHebrew-Regular.svg') format('svg'); /* Legacy iOS */
}

/* Open sans hebrew bold */
@font-face {
  font-family: 'OpenSansHebrew-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('OpenSansHebrew'), local('OpenSansHebrew-Bold'),
        url('./../assets/fonts/open-sans-bold/OpenSansHebrew-Bold.woff') format('woff'), /* Modern Browsers */
        url('./../assets/fonts/open-sans-bold/OpenSansHebrew-Bold.woff2') format('woff2'), /* Modern Browsers */
        url('./../assets/fonts/open-sans-bold/OpenSansHebrew-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('./../assets/fonts/open-sans-bold/OpenSansHebrew-Bold.svg') format('svg'); /* Legacy iOS */
}

body {
  direction: rtl;
  font-family: 'OpenSansHebrew-Regular';
  font-size: 16px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  text-align: right;
  height: 100%;
  width: 100%;
  color: #404040;
}

a {
  
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0 !important;
}

h1, h2, h3 {
  margin: 0;
}

h4, h5, h6 {
    margin: 20px 0px;
}

.common-container {
    width: 74vw;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.main-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate(0px, 21.5vw);
}

.fBold {
    font-weight: bold;
}
.clearfix_2{
    clear: both;
}

/************************/
/**** TAG ****/
.tag {
    font-size: 14px;
    border-radius: 2px;
    display: inline;
    padding: 0 4px;
}

.common-container .tag.blue, .games-bar .tag.blue {
    color: #00ADEE;
    border: 1px solid rgba(0,173,238,0.1);
    background-color: rgba(0,173,238,0.1);
}
.main-container .tag.blue {
    color: #fff;
    border: 1px solid rgba(0,173,238,1);
    background-color: rgba(0,173,238,1);
}

.common-container .tag.pink, .games-bar .tag.pink {
    color: #EB0180;
    border: 1px solid rgba(235,1,128,0.1);
    background-color: rgba(235,1,128,0.1);
}
.main-container .tag.pink {
    color: #fff;
    border: 1px solid rgba(235,1,128,1);
    background-color: rgba(235,1,128,1);
}

.common-container .tag.green, .games-bar .tag.green {
    color: #01BF6E;
    border: 1px solid rgba(1,191,110,0.1);
    background-color: rgba(1,191,110,0.1);
}
.main-container .tag.green {
    color: #fff;
    border: 1px solid rgba(1,191,110,1);
    background-color: rgba(1,191,110,1);
}

.common-container a.blue, .common-container a.blue:active, .common-container a.blue:link, .common-container a.blue:hover, .common-container a.blue:visited,
.games-bar a.blue, .games-bar a.blue:active, .games-bar a.blue:link, .games-bar a.blue:hover, .games-bar a.blue:visited {
    color: #00ADEE !important;
}

.common-container a.pink, .common-container a.pink:active, .common-container a.pink:link, .common-container a.pink:hover, .common-container a.pink:visited,
.games-bar a.blue, .games-bar a.blue:active, .games-bar a.blue:link, .games-bar a.blue:hover, .games-bar a.blue:visited {
    color: #EB0180 !important;
}

.common-container a.green, .common-container a.green:active, .common-container a.green:link, .common-container a.green:hover, .common-container a.green:visited,
.games-bar a.blue, .games-bar a.blue:active, .games-bar a.blue:link, .games-bar a.blue:hover, .games-bar a.blue:visited {
    color: #01BF6E !important;
}

.main-container a, .main-container a:active, .main-container a:link, .main-container a:hover, .main-container a:visited {
    color: #fff !important;
}

.common-section {
    margin-top:80px;
}

/************************/
/**** CONTENT BOX ****/
.content-box {
    font-size: 14px;
}

.content-box .title {
  font-family: 'OpenSansHebrew-Bold';
}

.content-box .content {
  padding: 16px 12px 32px 12px;
  text-align: right;
}

.content-box .content .title {
  font-size: 20px;
  margin: 8px 0;
  line-height: 24px;
}

.content-box .content .text {
  margin: 8px 0;
}

.content-box .read-more a {
  color: #0243C9;
}

.content-box .img-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  padding-bottom: 15vw;
}
.content-box .img-box .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.content-box img.transform {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.content-box img.transform:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


@media screen and (max-width: 991px) {
  .content-box .content .title {
      font-size: 20px;
      line-height: 24px;
  }

  .content-box .img-box {
    padding-bottom: 72%;
    margin-bottom: 0;
  }

  .content-box img.transform:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
/************************/


/************************/
/**** CHAT MSG ****/
.chat-msg {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(64,64,64,0.16);
  display: flex;
  margin-top: 20px;
  position: relative;
}

.chat-msg:hover {
  border: 1px solid #E6E6E6;
  background-color: #0243C9;
  box-shadow: 0 8px 26px 0 rgba(64,64,64,0.32);
}

.chat-msg .chat-img {
    min-width: 64px;
    width: 64px;
}

.chat-msg .chat-img img {
    position: absolute;
    top: -11px;
    right: -11px;
    max-width: 64px;
    width: 64px;
}

.chat-msg .msg-content {
  padding: 13px;
  font-size: 14px;
}

.chat-msg .msg-content .title {
  font-family: 'OpenSansHebrew-Bold';
  color: #0243C9;
  margin-bottom: 4px;
}

.chat-msg .msg-content .text,
.chat-msg .msg-content .text a {
    color: #404040;
}

.chat-msg:hover .msg-content .text,
.chat-msg:hover .msg-content .footer,
.chat-msg:hover .msg-content .title {
  color: #fff;
}

.chat-msg:hover .msg-content .text a:hover,
.chat-msg:hover .msg-content .text a:visited,
.chat-msg:hover .msg-content .text a:link,
.chat-msg:hover .msg-content .text a:active {
    color: #fff;
}

.chat-msg .msg-content .footer {
  font-family: 'OpenSansHebrew-Bold';
  font-size: 12px;
  margin-top: 4px;
}

.chat-msg .inner_pic {
    clear: both;
    margin-top: 10px;
}

.chat-msg .inner_pic img {
    max-width: 100%;
    height: auto;
}


/************************/



/************************/
/**** COMMON BLUE BUTTON ****/
.common-btn {
  background-color: #0243C9;
  border-radius: 2px;
  padding: 4px 11px;
}

.common-btn a {
  font-family: 'OpenSansHebrew-Bold';
  color: #FFFFFF;
}

.common-btn.volleyball-beach {
  background-color: #18A3BB;
}
/************************/
/****** FILTERS*********/

.page-main-header .filters,
.page-main-header .filters form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page-main-header .filters .item:last-child,
.page-main-header .filters form .item:last-child {
    margin-left: 25px;
}

.page-main-header .filters .item select,
.page-main-header .filters form .item select {
    background-color: transparent;
    border: 0;
    color: #fff;
    outline: none;
    font-family: 'OpenSansHebrew-Bold';
}


/************************/
/**** MAIN TITLE ****/
.page-main-header {
  background-size: cover;
  height: 100%;
  width: 100%;
  max-height: 500px;
  background-position: top center;
  position: relative;
}

.page-main-header.push-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-main-header h1.title {
  color: #FFFFFF;
  font-family: 'OpenSansHebrew-Bold';
  font-size: 64px;
  letter-spacing: -0.4px;
  text-align: center;
}

.page-main-header h2.title {
  color: #FFFFFF;
  font-family: 'OpenSansHebrew-Bold';
  font-size: 20px;
  letter-spacing: -0.4px;
  text-align: center;
  line-height: 0.9;
}

.page-main-header .main-block {
  position: absolute;
  background-color: #003299;
  color: #ffffff;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .page-main-header h1.title {
    line-height: 0.9; 
  }
}
/************************/

/*GAMES BAR*/

.articles-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.games-bar {
    min-height: 130px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 48px;
    background-color: #f7f7f7;
}

.game-box {
    display: inline-block;
    color: black;
    margin: 0px 24px;
    width: 230px;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    border: solid 1px #f5f5f5;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 4px;
    background-color: #fff;
    padding: 8px;
}

.game-box-header {
    background-color: #0243C9;
    border-radius: 4px;
    height: 32px;
    padding: 3px;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.game-box.live .game-box-header {
    background-color: #f12222;
    color: #fff;
}
.game-box.FT .game-box-header {
    background-color: #e0e0e0;
    color: #000;
}


.game-box .game-box-header .gb-data {
    width: 80%;
    display: inline-block;
}
.game-box .game-box-header .gb-block {
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: none;
}
.game-box .game-box-header .gb-block.gb-play {
    width: 12px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    background-image: url('../assets/images/icon_play.png');
}

.game-box-team {
    display: inline-block;
    width: 30%;
    color: #000;
    font-family: 'OpenSansHebrew-Regular';
    font-size: 12px;
    line-height: 14px;
    max-height: 80px;
    vertical-align: middle;
    overflow: hidden;
}
.game-box-result {
    display: inline-block;
    color: #0243C9;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 24px;
    width: 30%;
    margin: 0 3%;
    vertical-align: middle;
}
.game-box.live .game-box-result {
    color: #f12222;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 24px;
}
.game-box.FT .game-box-result {
    color: #0243C9;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 24px;
}
.game-box-main {
    margin-bottom: 8px;
}
.game-box-footer {
    clear: both;
    text-align: center;
}
.owl-carousel.owl-rtl {
    direction: rtl;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.owl-theme .owl-nav {
    display: flex;
    margin: 0px !important;
    position: relative;
}

.owl-carousel .nav-btn {
    height: 50px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: -105px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(../assets/images/btn_arrow_left.png) no-repeat;
    left: -45px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.owl-carousel .next-slide {
    background: url(../assets/images/btn_arrow_right.png) no-repeat;
    right: -45px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.game-box .game-box-result a,
.game-box .game-box-result a:hover,
.game-box .game-box-result a:visited,
.game-box .game-box-result a:link,
.game-box .game-box-result a:active,
.game-box.FT .game-box-result a,
.game-box.FT .game-box-result a:hover,
.game-box.FT .game-box-result a:visited,
.game-box.FT .game-box-result a:link,
.game-box.FT .game-box-result a:active {
    color: #0243C9;
}
.game-box.live .game-box-result a,
.game-box.live .game-box-result a:hover,
.game-box.live .game-box-result a:visited,
.game-box.live .game-box-result a:link,
.game-box.live .game-box-result a:active {
    color: #f12222;
}

.gb-data
.gb-data:hover,
.gb-data:visited,
.gb-data:link,
.gb-data:active {
    color: #fff !important;
}

/************************/
/**** COMMON TABLE ****/
table.common-table thead tr th {
    color: #FFFFFF;
    font-family: 'OpenSansHebrew-Bold';
    background-color: #0243C9;
    position: sticky;
    top: 0;
    padding: 3px 13px;
    border: 0;
}

table.common-table {
  white-space: nowrap;
  background-color: #fff;
}

table.common-table tbody {
  font-size: 14px;
}

table.common-table tbody tr td {
  vertical-align: middle;
  height: 57px;
  padding: 0px 13px;
}

table.common-table thead tr th.t_date {
    width: 120px;
}
table.common-table thead tr th.t_icon {
    width: 60px;
}

table.common-table tbody tr td img,
table.common-table tbody tr td a img {
    width: 32px;
    height: auto;
}

table.common-table tbody tr td,
table.common-table tbody tr td a,
table.common-table tbody tr td a:hover,
table.common-table tbody tr td a:visited,
table.common-table tbody tr td a:link,
table.common-table tbody tr td a:active {
    color: #212529;
}

.td_ltr_right {
    direction: ltr;
    text-align: right;
}

.td_ltr_center {
    direction: ltr;
    text-align: center;
}

.td_ltr_left {
    direction: ltr;
    text-align: left;
}

.td_rtl_right {
    direction: rtl;
    text-align: right;
}

.td_rtl_center {
    direction: rtl;
    text-align: center;
}

.td_rtl_left {
    direction: rtl;
    text-align: left;
}


.en .td_rtl_right {
    direction: ltr;
    text-align: left;
}

.en .td_rtl_center {
    direction: ltr;
    text-align: center;
}

.en .td_rtl_left {
    direction: ltr;
    text-align: left;
}

td a,
td a:hover,
td a:visited,
td a:link,
td a:active {
    color: #000;
    text-decoration: none;
}

select option {
    color: #003299;
}

.modal-header {
    display: block !important;
}
.m-title-txt {
    float: right;
    padding-top: 4px;
    padding-right: 10px;
    font-size: 24px;
    font-family: 'OpenSansHebrew-Bold';
}
.page-content {
    min-height: 300px;
}
.go-link {
    cursor: pointer !important;
}

.ly {
    color: #fff;
    font-size: 18px;
    font-family: 'OpenSansHebrew-Bold';
    text-align: center;
}

#advanced {
    display:none;
}

.deskOnly {
    display: block;
    visibility: visible;
}
.deskOnly-m {
    visibility: visible;
}
.mobileOnly {
    display: none;
    visibility: hidden;
}

.show-me {
    display: block;
    visibility: visible;
}

.hide-me {
    display: none;
    visibility: hidden;
}

/*** small desktop ***/
@media screen and (min-width: 992px) and (max-width: 1199px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {

}

/***** Mobile + tablet ******/
@media screen and (max-width: 991px) {
    .common-container {
    width: 100%;
  }

    .main-container {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        transform: translate(0px, 66vw);
    }

  .common-btn a {
    font-size: 14px;
  }

    #advanced {
        display: block;
        text-align: center;
        margin-top: 10px;
        color: #fff;
    }

    .page-main-header .filters,
    .page-main-header .filters form {
        display: block;
        justify-content: space-between;
        width: 100%;
    }
    .page-main-header .filters .item {
        margin: 10px 0px;
    }
    .page-main-header .news-intro {
        padding: 0px 0px !important;
    }
    .deskOnly {
        display: none;
        visibility: hidden;
    }

    .deskOnly-m {
        display: none;
        visibility: hidden;
    }

    .mobileOnly {        
        display: block;
        visibility: visible;
    }

    table.common-table thead tr th,
    table.common-table tbody tr td {
        z-index: 1;
    }

    .sticky-col {
        right: 0px;
        position: sticky;
        overflow: auto;
        z-index: 5 !important;
        background-color: white;
    }

    table.common-table.titles tbody {
        font-size: 12px;
    }

    table.common-table.result-by-set tbody tr td {
        padding: 0px 0px;
    }

    table.common-table.b {
        width: 92%;
    }
}</pre></body></html>