/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Teko:wght@300..700&display=swap');
p:last-child{
	margin-bottom: 0;
}
body{
	background: #f5f5f5;
}
.text-italic{
	font-style: italic;
}
.text-uppercase{
	text-transform: uppercase;
}
.br-100{
	border-radius: 100px;
}
a.elementor-button{
	padding: 16px 28px 12px;
	font-family: "Teko", Sans-serif;
}
a.elementor-button svg{
	width: 18px;
	position: relative;
	top: -1px;
}
.home #wpadminbar + .elementor-12 > header.header-main{
	top: 30px;
}
.home header.header-main{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: transparent !important;
}
header.header-main{
	background: linear-gradient(269deg, #221D52 18.76%, #3A0D7D 53.44%, #4F00A2 83.47%) !important;
}
.menu-main ul.wpr-nav-menu > li{
	padding: 14px;
}
.menu-main ul.wpr-nav-menu > li > a{
	position: relative;
}
.menu-main ul.wpr-nav-menu > li > a:before{
	position: absolute;
	content: '';
	left: 0;
	bottom: -6px;
	width: 0;
	height: 3px;
	background: #FFBA00;
}
.menu-main ul.wpr-nav-menu > li:hover > a:before{
	width: 100%;
}
/*
.btn-arrow-hover a.elementor-button svg {
	width: 10px;
	position: relative;
	top: -1px;
	transition: all 0.4s ease-in-out;
}*/
.btn-arrow-hover a.elementor-button .elementor-button-text{
	position: relative;
	padding-right: 30px;
}
.btn-arrow-hover a.elementor-button .elementor-button-text:before{
	position: absolute;
	right: 	0px;
	content: '';
  height: 2.7px;
  width: 17px;
  background-color: #fff;
  top: 9.6px;
  transition: 0.3s ease-in-out;
}
.btn-arrow-hover a.elementor-button:hover .elementor-button-text:before{
  width: 22px;
  right: -8px;
  transition: 0.3s ease-in-out;
}
.btn-arrow-hover a.elementor-button .elementor-button-text:after{
	position: absolute;
	right: 	-1px;
	content: '\f105';
  	font-family: "Font Awesome 5 Pro";
  	font-weight: 400;
  top: -0.5px;
  transition: 0.3s ease-in-out;
}
.btn-arrow-hover a.elementor-button:hover .elementor-button-text:after{
	transition: 0.3s ease-in-out;
	right: -8px;
}
.btn-arrow-hover a.elementor-button{
	transition: 0.3s ease-in-out;
}
.btn-arrow-hover a.elementor-button:hover{
	margin-top: -5px;
	transition: 0.3s ease-in-out;
}
.title-latest-news{
	position: relative;
}
.title-latest-news:before{
	position: absolute;
	content: '';
	padding-left: 0;
	bottom: -10px;
	left: 0;
	width: 2px;
	height: 125%;
	background: #FFBA00;
}

.box-latest-news .item-latest-news a{
	color: #fff;
	font-weight: 500;
	opacity: 0.5;
}
.box-latest-news {
	padding-left: 30px;
}
.box-latest-news .item-latest-news{
	padding: 27px 0 24px;
	border-top: 2px solid rgba(255, 255, 255, 0.25);
}

.now-live .text-italic i{
	font-size: 9px;
  position: relative;
  top: -3px;
  color: #FF3438;
  padding-right: 8px;
   animation:zoom1 3s infinite;
   animation-delay: 2s;
}
.now-live .text-italic i:after{
	position: absolute;
	content:'';
	width: 15px;
    height: 15px;
    top: -3px;
    left: -3px;
    position: absolute;
    box-shadow: 0 0 0 0 rgb(255 52 56 / 67%);
    background-color: rgb(255 52 56 / 67%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 3s infinite ease-in-out;
    animation: phone-vr-circle-fill 3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 3s infinite;
    animation: zoom 3s infinite;
    animation-delay: 3s;
}
@-webkit-keyframes phone-vr-circle-fill{
    0%{
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    10%{
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20%{
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    30%{
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40%{
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    50%{
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    100%{
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}
@keyframes zoom{
    0%{
        transform:scale(.9);
        opacity: 0.5;
    }
    70%{
        transform:scale(1);
        box-shadow:0 0 0 15px transparent;
        opacity: 1;
    }
    100%{
        transform:scale(.9);
        box-shadow:0 0 0 0 transparent;
        opacity: 0;
    }
}
@keyframes zoom1{
    0%{
        transform:scale(.9);
        opacity: 0;
    }
    70%{
        transform:scale(1);
        box-shadow:0 0 0 15px transparent;
        opacity: 1;
    }
    100%{
        transform:scale(.9);
        box-shadow:0 0 0 0 transparent;
        opacity: 0;
    }
}
.now-live .live-left span,
.now-live .live-left a{
	color: #0E1D1F;
}

.now-live{
	padding: 15px 20px;
	background: #FFBA00;
}
.now-live > .container{
 	max-width: 1170px;
 }
.now-live .fst-italic i{
	font-size: 9px;
    position: relative;
    top: -3px;
    color: #FF3438;
    padding-right: 8px;
}
.now-live .live-right span{
	font-weight: 600;
	font-size: 22px;
	font-family: "Teko", Sans-serif;
}
.now-live .live-right span.text2{
	color: #4F00A2;
}

.box-content-left{
	padding-left: calc((100vw - 1200px) / 2);
}

.list-video-highlight .item-video-highlight{
	position: relative;
}

.list-video-highlight .item-video-highlight .item-video-inner{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}
.image-hover{
	position: relative;
}
.image-hover:before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 14.9%, #000 100%);
	transition: 0.3s ease-in-out;
	opacity: 1;
	z-index: 1;
}
.list-video-highlight .item-video-highlight:hover .box-image-thumbnail img{
	transform: scale(1.2);
	transition: all 0.5s ease-in-out;
}
.list-video-highlight .item-video-highlight .box-image-thumbnail {
	position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 56%;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
}
.list-video-highlight .item-video-highlight .box-image-thumbnail img{
	transition: all 0.5s ease-in-out;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.list-video-highlight .item-video-highlight:hover .item-video-inner:before{
	opacity: 0.5;
	transition: 0.3s ease-in-out;
}
.label-video{
	position: absolute;
	top: 20px;
	left: 0;
	padding: 8px 10px 6px;
	background: #7C00FF;
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.7px;
	font-weight: 500;
	font-family: "Teko", Sans-serif;
	z-index: 2;
}
.list-video-highlight .item-video-highlight .box-content-video{
	position: absolute;
	bottom: 0;
	padding: 30px 20px 15px;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.list-video-highlight .item-video-highlight:hover .box-content-video{
	transition: all 0.5s ease-in-out;
	bottom: 10px;
}
.list-video-highlight .box-content-video .title-video{
	display: flex;
	align-items: center;
	gap: 14px;
}
.list-video-highlight .box-content-video .title-video-highlight{
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.7px;
	font-weight: 500;
	font-family: "Teko", Sans-serif;
}
.list-video-highlight .box-content-video .title{
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1;
	color: #fff;
}
.list-video-highlight .box-content-video .date-video{
	color: #EBEBEB;
	font-size: 12px;
	font-weight: 500;
	padding-top: 5px;
}
.video-highlight-slider{
	position: relative;
}
.btn-close{
	background-color: transparent !important;
}
.popup-video-highlight .modal-header{
	border-bottom: 0;
}

.custom-arrow-video .slick-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: calc((100vw - 1175px) / 2);
	top: -80px;
}

.custom-arrow-video .slick-arrow.slick-prev{
	right: calc((100vw - 1040px) / 2);;
}
.slick-arrow{
	border: 1px solid #222;
	width: 48px;
	height: 48px;
	border-radius: 4px;
	z-index: 2;
}
.arrow-white .slick-arrow{
	border-color: #fff;
}
.slick-arrow:hover{
	border-color: #FFBA00;
}
.slick-arrow:hover i{
	color: #FFBA00;
}
.slick-slide {
  margin: 0 10px;
}
.slick-list {
  padding: 0 18% 0 0 !important;
  margin-left: -10px !important;
}
.list-latest-news .item-news-inner{
	overflow: hidden;
	border-radius: 10px;
}
.list-latest-news .item-video-highlight .item-news-inner.item-video-inner:before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
/*	height: 50%;*/
}
.list-latest-news .item-video-highlight:hover .item-news-inner.item-video-inner:before{
	opacity: 0.6 !important;
}
.list-latest-news .content-bottom-video{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row;
	margin-top: 12px;
}
.list-latest-news .readmore-news .btn-readmore{
	border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFBA00;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 24px 15px 24px;
	background-color: transparent;
	font-family: "Teko", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #FFBA00;
	display: block;
}

.list-latest-news .item-video-highlight:hover .readmore-news .btn-readmore{
	border-color: #fff;
	color: #fff;
}
.list-latest-news .box-content-desc{
	padding-top: 12px;
}
.list-latest-news .box-content-desc p{
	color: #ACACAC;
	font-size: 13px;

}
.list-news-right .item-news-inner{
	display: flex;
	gap:14px;
}
.list-news-right .box-content-video .date-news{
	color: #FFBA00;
	font-size: 12px;
	font-weight: 500;
}
.list-news-right .item-news-inner .box-image-thumbnail{
	overflow: hidden;
	border-radius: 10px;
	width: 208px;
}
.list-news-right .box-content-video{
	width: calc(100% - 208px);
	border-bottom: 1px solid rgba(215, 215, 214, 0.70);
}
.list-news-right .item-news-inner:hover .box-image-thumbnail img{
	transform: scale(1.2);
	transition: all 0.5s ease-in-out;
}
.list-news-right .item-news-inner .box-image-thumbnail img{
	transition: all 0.5s ease-in-out;
}
.list-news-right .title-news .title-news-right{
	color: #0E1D1F;
	font-size: 24px;
	letter-spacing: 0.7px;
	font-weight: 500;
}
.list-news-right .title{
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
}
.list-news-right .title:hover .title-news-right{
	color: #4F00A2;
} 
.list-news-right .box-content-desc{
	color: #ACACAC;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-news-right .image-hover:before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.image-cover {
	position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 72%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}
.image-cover img{
	right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.list-news-right .label-video{
	top: unset;
	bottom: 20px;
}
.list-news-right{
	display: flex;
	gap: 25px;
	flex-direction: column;
}
.text-white .list-news-right .title .title-news-right{
	color: #fff;
}
.text-white .list-news-right .title:hover .title-news-right{
	color: #4F00A2;
}
.data-live-score-ajax{
	position: relative;
	min-height: 200px;
}
.data-live-score-ajax.overlay:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('assets/images/loading3.gif') no-repeat top 5% center rgb(255 255 255 / 90%);
	background-size: 70px;
	z-index: 1;
}
.bg-overlay.active{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('assets/images/loading1.gif') no-repeat top 5% center rgb(255 255 255 / 67%);
	background-size: 20%;
	z-index: 1;
}
/*Live score*/
.section-live-score{
	padding: 40px 20px 100px;
}
.section-live-score .container-inner{
	max-width: 1170px;
	margin: 0 auto;
}
.title-live-score{
	font-size: var(--e-global-typography-1b781a4-font-size);
    font-weight: var(--e-global-typography-1b781a4-font-weight);
    color: var(--e-global-color-primary);
}
.box-live-score {
	border-radius: 10px;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
.box-live-score .live-score-header{
	background: #221D52;
	padding: 10px;
}
.live-score-header {
	width: 100%;
    display: flex;
    align-items: center;

}
.live-score-header .header-left{
	max-width: 52%;
	-ms-flex-preferred-size: 52%;
	flex-basis: 52%;
	display: flex;
	align-items: center;
	gap: 20px;
}
.live-score-header .header-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	max-width: 48%;
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}
.live-score-header .header-right .date-list{
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.live-score-header .header-right #datepicker{
	border: 0;
	padding: 0;
}
.live-score-header .header-right .gj-datepicker-md [role=right-icon]{
    top: 2px;
    right: 2px;
}
.live-score-header .header-right .btn-calendar:hover .gj-datepicker-md [role=right-icon]{
	color: #fff;
}

.header-right .btn-white{
	background: #fff;
	padding:4px 16px;
	min-width: 62px;
	line-height: 0.9;
}
.header-right .btn-white.btn-active{
	background: #7C00FF;
	border-color: transparent;
}
.header-right .date-name{
	color: rgba(255, 255, 255, 0.50);
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
}
.header-right .date-number{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.header-right .btn-white .date-name{
	color: #BFBFBF;
}
.header-right .btn-white .date-number{
	color: #353535;
}
.header-right .btn-white:hover{
	background: #7C00FF;
	color: #fff;
}
.header-right .btn-white:hover .date-name,
.header-right .btn-white.btn-active .date-name{
	color: rgba(255, 255, 255, 0.50);
}
.header-right .btn-white:hover .date-number,
.header-right .btn-white.btn-active .date-number{
	color: #fff;
}


.btn-calendar{
	min-height: 39px;
}
.btn-calendar i{
	font-size: 24px;
}
.live-score-body .accordion-item{
	border: 0;
}
.live-score-body .accordion-item:nth-child(2n+2) .custom-accordion-head{
	background: #fff !important;
}
.custom-accordion-head{
	font-family: "Rubik", Sans-serif;
	padding: 0;
	cursor: pointer;
	background: #F2F3F5 !important;
	box-shadow: none !important;
}
.custom-accordion-head:after{
	position: absolute;
    right: 10px;
}
.custom-accordion-head .country-football{
	display: flex;
	align-items: center;
	gap: 20px;
	padding:10px 20px;
}
.custom-accordion-head .country-football .list-number{
	color: rgba(62, 64, 103, 0.50);
	font-weight: 700;
	padding-right: 10px;
}
.custom-accordion-head .country-football  .name-country{
	font-weight: 600;
	color: #444668;
}
.custom-accordion-head .country-football  .name-country .line-league{
	padding: 30px;
}
.custom-accordion-head  .league-sport{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding:10px 20px;
	font-weight: 400;
	color: #444668;
	font-size: 15px;
}
.custom-accordion-head  .league-sport .leaague-left{
	width: 300px;
	text-align: right;
}
.custom-accordion-head  .league-sport .leaague-right{
	width: 300px;
}
.custom-accordion-head .timeline-sport{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	padding: 10px 38px 10px 10px;
	font-weight: 400;
	color: #7E3BD0;
}
.live-score-body .accordion-body{
	padding: 0;
}
.list-item-team-sprot{
	padding: 30px 40px;
	display: flex;
	align-items: center;
	font-family: "Teko", Sans-serif;
	border-bottom: 1px solid #F5F5F5;
}
.list-item-team-sprot:hover{
	background: rgba(242, 243, 245, 0.70);
}
.list-item-team-sprot .info-time{
	width: 150px;
	color: #353535;
	font-size: 24px;
	font-weight: 500;
}
.list-item-team-sprot .info-time .present{
	background: rgba(255, 52, 56, 0.20);
	display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 24px;
    max-width: 75px;
    color: #FF3438;
}
.list-item-team-sprot .info-time .present i{
	font-size: 9px;
    padding-right: 10px;
}
.list-item-team-sprot .info-match{
	width: calc(100% - 315px);
	display: flex;
	align-items: center;
    justify-content: center;
    gap: 40px;
}
.list-item-team-sprot .info-match .info-score{
	gap: 5px;
}
.list-item-team-sprot .info-score .penalties{
	font-size: 14px;
	font-weight: 500;
	color: #444668;
	font-family: "Rubik", Sans-serif;
}
.list-item-team-sprot .info-match > div{
	gap: 40px;
}
.list-item-team-sprot .info-match .info-team{
	color: #4F00A2;
	font-size: 24px;
	font-weight: 400;
	min-width: 300px;
}
.list-item-team-sprot .info-match .info-team.team-left{
	justify-content: flex-end;
}
.list-item-team-sprot .info-match .bg-score{
	background: #F0F0F5;
	display: flex;
    padding: 20px 15px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 100px;
    font-size: 55px;
    color: #7C00FF;
    font-weight: 700;
    min-width: 150px;
    min-height: 64px;
}
.list-item-team-sprot .info-match .bg-score.half-time{
	background: #FFD6D7;
	color: #EF4444;
}
.list-item-team-sprot .info-match .bg-score.waiting-team{
	background: transparent;
	color: #111;
	padding: 0;
    min-height: auto;
    line-height: 0.9;
}
.list-item-team-sprot .info-match .bg-score.waiting-team span{
	font-size: 24px;
	color: #353535;
	font-weight: 500;
}
.gj-picker{
	border: 0;
	background: #fff;
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.20);
	border-radius: 20px;
}
.gj-picker table,
.gj-picker table thead th,
.gj-picker table tbody td{
	border: 0 !important;
	padding: 0 !important;
	font-family: "Rubik", Sans-serif;
	background: transparent !important;
}
.content-news a{
 	color: #4F00A2;
 }
.content-news,
.content-news p{
	color: #0E1D1F;
	line-height: 1.4;
}
.not-found-data{
	padding: 20px;
    text-align: center;
}
.pagination-video{
	gap: 15px;
    padding: 40px 0 0;
	display: flex;
}
.pagination-video .page-numbers{
	padding: 8px 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #444668;
	font-size: 20px;
}
.pagination-video .page-numbers:hover,
.pagination-video .page-numbers.current{
	color: #fff;
	background: #7C00FF;
}
.custom-accordion-head .timeline-sport-mb{
	display: none;
}
.sport-selected-home{
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 14px 20px 8px;
	font-family: "Teko", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	outline: none;
	border-radius: 4px;
	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7' fill='none'%3E%3Cpath d='M6.99997 6.5C7.16272 6.5 7.32563 6.45113 7.44988 6.3535L13.8135 1.35353C14.0622 1.15815 14.0622 0.841779 13.8135 0.64653C13.5648 0.451282 13.1622 0.451157 12.9137 0.64653L6.99997 5.29301L1.08625 0.64653C0.837593 0.451157 0.434933 0.451157 0.186433 0.64653C-0.062067 0.841904 -0.0622253 1.15828 0.186433 1.35353L6.55006 6.3535C6.67431 6.45113 6.83722 6.5 6.99997 6.5Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
  	background-position: right 20px center;
  	background-size: 16px;
}
.sport-selected-home option{
	background: rgba(62, 64, 103, 0.50);
}
.form-search-header{
	display: flex;
	align-items: center;
	position: relative;
}
.form-search-header input{
	background: transparent;
	border: 0;
	border-bottom:2px solid #FFBA00 !important;
	border-radius: 0;
	padding: 5px 0;
	color: #fff;
}
.form-search-header .btn-search{
	position: absolute;
	right: 0;
	border: 0;
	background: transparent;
	top: 5px;
	padding: 0;
}
.form-search-header input::-webkit-input-placeholder { /* Chrome */
  color: rgba(215, 215, 214, 0.70);
}
.form-search-header input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(215, 215, 214, 0.70);
}
.form-search-header input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(215, 215, 214, 0.70);
  opacity: 1;
}
.form-search-header input:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(215, 215, 214, 0.70);
  opacity: 1;
}
.form-search-header .search-info{
	opacity: 0;
	width: 0;
	position: absolute;
	right: 0;
	top: -14px;
	transition-duration: 0.5s;
}
.form-search-header .search-info.active{
	opacity: 1;
	width: 280px;
	transition-duration: 0.5s;
}
/*.search-header-form {
    display: none;
    position: absolute;
    top: 100%;
    right: 100px;
}*/
.video-highlight-popup iframe{
	width: 100% !important;
}
.section-search{
	min-height: 200px;
}
.contact-form label{
	display: block;
	margin-bottom: 5px;
	color: #0E1D1F;
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
}
.contact-form input,
.contact-form textarea{
	border-radius: 4px;
	border: 1px solid #AEAEAE;
	background: #FFF;
	padding: 20px;
	height: 56px;
	color: #ACACAC;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
}
.contact-form textarea{
	height: 140px;
}
.contact-form .wpcf7-submit {
	padding: 22px 28px;
	border-radius: 4px;
	background: #7C00FF;
	font-size: 28px;
	font-weight: 600;
	font-family: "Teko", Sans-serif;
	display: block;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    height: auto;
    text-transform: uppercase;
    font-style: normal;
    border: 0;
    transition: 0.3s ease-in-out;
}
.contact-form .wpcf7-submit:hover{
	background: #FFBA00;
	transform: translateY(-5px);
    transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px){
	.mobmenul-container i {
		font-size: 40px;
	}
	.mobmenul-container {
        top: 0;
    }
	.home .mob-menu-header-holder{
		background: transparent !important;
	}
	.mobmenu-left-panel {
        width: 100%;
        background: transparent !important;
    }
	/*.header-main{
		background: linear-gradient(269deg, #221D52 18.76%, #3A0D7D 53.44%, #4F00A2 83.47%) !important;
	}
*/	.mob-menu-header-holder{
/*		top: 66px !important;*/
		background: linear-gradient(269deg, #221D52 18.76%, #3A0D7D 53.44%, #4F00A2 83.47%) !important;
		display: flex !important;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		padding-right: 5px;
		padding-top: 30px;
	}
	#mobmenuleft.wp-mobile-menu{
		padding-left: 25px;
		padding-right: 25px;
	}
	#mobmenuleft li a{
		color: #fff !important;
		padding: 15px;
	}
	.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
	    right: 5px !important;
	    top: 5px !important;
	}
	.mobmenu-left-panel .mob-cancel-button {
        color: #fff !important;
        font-size: 20px !important;
   }
   .mob-menu-left-bg-holder{
	   	opacity: 0.85;
        background: #221D52 !important;
        backdrop-filter: blur(10px);
   }
   .menu-li-moresport > a{
   	display: inline-block !important;
   }
   .menu-li-moresport .mob-expand-submenu{
   	top: 2px;
   }
   #mobmenuleft li{
   	background: transparent !important;
   }
   .mobmenu-content #mobmenuleft .sub-menu,
   .mobmenu-content #mobmenuleft > li > a:hover{
   	background: transparent;
   }
   .mobmenu-content li > .sub-menu li{
   	padding-left: 15px;
   }
   .btn-sign-up {
   		border-top: 1px solid rgba(255, 255, 255, 0.25);
   		padding-top: 20px !important;
   }
   .btn-sign-up a{
	   	display: inline-block !important;
		padding: 14px 46px 12px 25px !important;
		border-radius: 4px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cmask id='mask0_934_20907' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='18' height='18'%3E%3Cpath d='M18 0H0V18H18V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_934_20907)'%3E%3Cpath d='M12.9223 9.03196C12.5765 8.86753 12.2236 8.72588 11.8644 8.60724C13.0274 7.73424 13.7813 6.34412 13.7813 4.78126C13.7813 2.14488 11.6364 0 8.99999 0C6.36359 0 4.21873 2.14488 4.21873 4.78126C4.21873 6.34584 4.97417 7.73732 6.13943 8.61016C5.0718 8.96165 4.07003 9.50857 3.19322 10.2298C1.58546 11.5523 0.467599 13.3968 0.0456193 15.4238C-0.0866386 16.059 0.0718106 16.7113 0.480256 17.2136C0.886697 17.7133 1.48938 18 2.13372 18H10.793C11.1813 18 11.4961 17.6852 11.4961 17.2969C11.4961 16.9085 11.1813 16.5937 10.793 16.5937H2.13372C1.83356 16.5937 1.65247 16.4262 1.57126 16.3264C1.43102 16.1539 1.37674 15.9294 1.42234 15.7104C2.15201 12.2056 5.24351 9.64525 8.81359 9.55891C8.87543 9.5613 8.93755 9.5625 8.99999 9.5625C9.06302 9.5625 9.12577 9.56126 9.18821 9.55884C10.2823 9.58451 11.3345 9.83419 12.3187 10.302C12.6694 10.4687 13.0889 10.3196 13.2556 9.96883C13.4222 9.61812 13.2731 9.19867 12.9223 9.03196ZM9.17148 8.15192C9.11442 8.1509 9.05725 8.15038 8.99999 8.15038C8.94324 8.15038 8.8865 8.15094 8.82983 8.152C7.04759 8.06309 5.62499 6.58519 5.62499 4.78126C5.62499 2.92025 7.13899 1.40626 8.99999 1.40626C10.861 1.40626 12.375 2.92025 12.375 4.78126C12.375 6.58474 10.9531 8.06234 9.17148 8.15192Z' fill='white'/%3E%3Cpath d='M17.2969 13.9571H15.3632V12.0234C15.3632 11.6351 15.0485 11.3203 14.6602 11.3203C14.2718 11.3203 13.9571 11.6351 13.9571 12.0234V13.9571H12.0234C11.6351 13.9571 11.3203 14.2718 11.3203 14.6602C11.3203 15.0485 11.6351 15.3632 12.0234 15.3632H13.9571V17.2969C13.9571 17.6852 14.2718 18 14.6602 18C15.0485 18 15.3632 17.6852 15.3632 17.2969V15.3632H17.2969C17.6852 15.3632 18 15.0485 18 14.6602C18 14.2718 17.6852 13.9571 17.2969 13.9571Z' fill='white'/%3E%3C/g%3E%3C/svg%3E") 
		no-repeat right 16px center;
		background-color: #7C00FF;
   }
   .btn-login a{
   		font-size: 16px !important;
		font-weight: 300 !important;
		font-family: "Rubik", Sans-serif !important;
   }
	.custom-arrow-video .slick-arrow.slick-prev {
	    right: 80px;
	}
	.custom-arrow-video .slick-arrow{
		right: 15px;
	}
	.custom-accordion-head .league-sport .leaague-left,
	.custom-accordion-head .league-sport .leaague-right,
	.list-item-team-sprot .info-match .info-team {
	    width: 200px;
	}
}
@media only screen and (max-width: 848px){
	.list-item-team-sprot .info-match {
    width: calc(100% - 230px);
  }
  .list-item-team-sprot .info-time {
    width: 120px;
  }
  .list-item-team-sprot .info-match .bg-score{
    font-size: 36px;
    min-width: 110px;
    min-height: 45px;
    padding: 10px 20px 5px;
  }
  .list-item-team-sprot {
    padding: 30px 20px;
  }
  .custom-accordion-head .league-sport {
    padding: 10px;
    font-size: 12px;
}
.custom-accordion-head .timeline-sport {
    padding: 10px 35px 10px 10px;
    font-size: 14px;
}
.custom-accordion-head .country-football {
    padding: 10px;
    font-size: 14px;
}
    .custom-accordion-head .league-sport .leaague-left,
     .custom-accordion-head .league-sport .leaague-right, 
     .list-item-team-sprot .info-match .info-team {
        width: 130px;
        min-width: 100px;
    }
    .list-item-team-sprot .info-match .info-team {
	    font-size: 20px;
	}
	.list-item-team-sprot .info-match .info-team img{
		width: 40px;
	}
	.list-item-team-sprot .info-match > div {
	    gap: 10px;
	}
	.slick-list {
	    padding: 0 45% 0 0 !important;
	}
}
@media only screen and (min-width: 768px){
	.arrow-top .custom-arrow-video .slick-arrow{
		top: -100px;
	}
	.video-highlight-mb .item-video-highlight{
		width: 25%;
		float: left;
	}
	.section-search{
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.custom-arrow-video .slick-arrow{
		top: 50%;
		transform: translateY(-50%);
		right: -12px;
		background: #fff;
		width: 30px;
		height: 30px;
	}
	.custom-arrow-video .slick-arrow.slick-prev{
		left: -12px;
	}
	.list-news-right .item-news-inner .box-image-thumbnail {
		width: 120px;
	}
	.list-news-right .box-content-video {
		width: calc(100% - 120px);
		border-bottom: 1px solid rgba(215, 215, 214, 0.70);
	}
	.list-news-right .title-news .title-news-right {
		font-size: 20px;
	}
	.list-news-right .title{
		margin-bottom: 5px;
	}
	.image-cover {
		padding-top: 102%;
	}
	.list-video-highlight .item-video-highlight .box-content-video {
		padding: 15px;
	}
	.list-video-highlight .box-content-video .date-video {
		padding-top: 5px;
	}
	.list-video-highlight .box-content-video .title-video-highlight {
		font-size: 20px;
	}
	.label-video {
		top: 15px;
		font-size: 18px;
	}
	.video-highlight iframe {
		height: 300px !important;
	}

	.custom-accordion-head{
		gap: 0;
	}
	/*.custom-accordion-head .country-football{
		justify-content: center;
	}*/

	.live-score-header {
	    flex-direction: column;
	    gap: 10px;
        padding: 15px !important;
	}
	.live-score-header .header-left,
	.live-score-header .header-right {
	    max-width: 100%;
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    width: 100%;
	    justify-content: center;
	}
	.custom-accordion-head .timeline-sport {
	    justify-content: center;
	}
	.list-item-team-sprot {
	    flex-direction: column;
	}

	.list-item-team-sprot .info-time {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 30px;
        padding-bottom: 15px;
    }
    .list-item-team-sprot .info-match {
        width: 100%;
        gap: 10px;
    }
    .list-item-team-sprot .info-match > div {
	    gap: 10px;
	}
	.list-item-team-sprot .info-match .info-team {
	    font-size: 20px;
	    text-align: center;
	}

	.list-item-team-sprot .info-match .bg-score {
        font-size: 30px;
        min-width: 95px;
        height: 45px;
        min-height: 45px;
        padding: 5px 5px 0;
    }
    .list-item-team-sprot .info-match .team-left{
    	flex-direction: column-reverse;
    	align-items: flex-end !important;
    }
    .list-item-team-sprot .info-match .team-right{
    	flex-direction: column;
    	align-items: flex-start !important;
    }
    .list-item-team-sprot {
        padding: 20px 15px;
    }
    .list-item-team-sprot .info-time .present{
    	padding: 10px 20px;
    }
    .list-item-team-sprot .info-match .bg-score.waiting-team span {
	    font-size: 18px;
	}
	.custom-accordion-head .league-sport {
        padding: 0 10px;
    }
    .custom-accordion-head .league-sport{
    	gap: 10px;
    	grid-column: 1 / span 2;  /* spans across both columns */
  		grid-row: 2;
  		justify-content: flex-start;
  		padding-bottom: 15px;
  		padding-top: 5px;
    }
    .list-item-team-sprot .info-score .penalties {
	    font-size: 12px;
	}
	.custom-accordion-head .country-football .list-number,
	.custom-accordion-head .timeline-sport-pc{
		display: none;
	}
	.custom-accordion-head .timeline-sport-mb{
		display: block;
		grid-column: 2;
  		grid-row: 1;
	}
	.custom-accordion-head .country-football{
		padding: 10px 20px;
	}
	.custom-accordion-head:after {
	    top: 5px;
	}
	.custom-accordion-head .country-football{
		grid-column: 1;
  		grid-row: 1;
	}
	.custom-accordion-head .league-sport .leaague-right,
	.custom-accordion-head .league-sport .leaague-left{
		width: auto;
		min-width: unset;
	}
	.slick-list {
	    padding: 0 18% 0 0 !important;
	}
	.btn-mb a{
		background: transparent !important;
		border: 1px solid #fff;
		color: #fff !important;
	}
	.btn-mb.btn-white a{
		background: transparent !important;
		border: 1px solid #7C00FF;
		color: #7C00FF !important;
	}
	.btn-mb a .elementor-button-text{
		position: relative;
		padding-right: 10px;
	}
	.btn-mb a .elementor-button-text:before{
		position: absolute;
		right: 	-18px;
		content: '\f178';
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		top: -2px;
		transition: 0.3s ease-in-out;
	}
	.highlight-mb .item-video-highlight:nth-child(n+5){
		display: none !important;
	}
	.video-highlight-mb {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.now-live {
	    padding: 15px 5px;
	}
	.now-live .live-left span, .now-live .live-left a {
	    font-size: 15px;
	}
	.live-left{
		width: calc(100% - 100px);
	    display: flex;
	    align-items: center;
	}
	.live-mb{
		white-space: nowrap;
	    overflow: hidden;
	    display: flex;
	    gap: 5px;
	}
	.live-mb .away1{
		display: none;
	}
}