@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Chakra Petch", sans-serif !important;
    font-weight: 400 !important;
    -webkit-overflow-scrolling: touch !important;
    color: var(--black) !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    background-color: #061202 !important
}

:focus {
    outline: none
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    color: #494949;
    transition: 0.5s;
    text-decoration: none !important
}

input[type="button"],
input[type="submit"] {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

a:hover {
    color: #0072ca;
    text-decoration: none;
    outline: none
}

a:focus {
    text-decoration: none;
    outline: none
}

a img,
img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    width: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0;
    color: var(--white)
}

p {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
    color: var(--white);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --white: #fff;
    --black: #000;
    --dark-purple: #8e48f8;
    --light-purple: #fefeff;
    --light-gray: #e5e5e5;
    --gray: #7a7a7a;
    --element-size: 4rem;
    --black-shadow: #0000002b;
    --green-133209: #133209;
    --green-547949: #547949;
    --green-0A1C04: #0A1C04;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none !important;
    text-decoration: none !important
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="search"],
input[type="text"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

.row:before,
.row:after {
    display: inline-block !important
}

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto
}

.container:before,
.container:after {
    display: table;
    content: ""
}

.container:after {
    clear: both
}

a.menu-icon {
    display: none;
    height: auto;
    padding: 7px 0 7px 0;
    width: 40px;
    background: rgba(0, 0, 0, .2)
}

a.menu-icon span {
    display: block;
    margin: 4px 10px;
    background: var(--white);
    height: 3px
}

.owl-carousel {
    display: block !important
}

.section-title h1 {
    position: relative;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    margin: 0;
    padding-bottom: 40px;
}

.content-title h1 {
    position: relative;
    text-transform: capitalize;
    font-size: 19px;
    color: var(--black);
    margin: 0;
    padding-bottom: 36px
}

.content-title h1::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 25px;
    left: 0;
    background-color: var(--white)
}

.swiper-scrollbar-drag {
    background: #8f49f9
}

.swiper-scrollbar {
    background: #4c4f50
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 1px
}

.bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.btn.btn-pink {
    background-color: #f15a29;
    padding: 6px 10px;
    border-radius: 15px;
    color: var(--white);
    text-transform: capitalize;
    font-size: 14px;
    box-shadow: 0 2px 3px var(--black)
}

.btn.btn-green {
    background-color: #4ae059;
    padding: 8px 30px
}

.btn.btn-blue {
    padding: 10px 30px;
    font-weight: 600;
    text-align: center;
    background: url('../images/btnYellow.webp') no-repeat;
    background-size: 100% 100%;
    color: var(--black) !important;
    transition: .3s;
    border-radius: 25px;
    text-transform: uppercase;
    position: relative;
}

.btn.btn-green {
    padding: 10px 30px;
    font-weight: 600;
    text-align: center;
    background: #4ae059;
    color: var(--white) !important;
    transition: .3s;
    border-radius: 25px;
    border: 1px solid #080e37
}

.btn.btn-blue.telegram {
    background: url('../images/btnBlue.webp') no-repeat;
    background-size: 100% 100%;
    border: none;
    color: var(--white) !important;
}

.form-control {
    border: none !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, .247) !important;
    border-radius: 0;
    padding: 10px 15px
}

.form-control::placeholder {
	color: #fff;
	opacity: 1;
}

section, footer {
	overflow: hidden !important;
}

#header .logo-box {
	max-width: 220px;
	width: 100%;
	display: inline-block;
}

#header .logo-box img {
    width: 100% !important;
    height: auto !important
}

#header .main-nav {
	display: inline-block;
	margin-top: 10px;
	max-width: 910px;
	width: 100%;
	position: relative;
	text-align: right;
    float: right;
}

#header .header-block {
	padding: 30px 0;
	/* z-index: 1111 !important; */
	width: 100% !important;
	position: relative;
}
#header .header-block .header-box {
	background: linear-gradient(90deg, rgb(4, 60, 2) 20%, rgb(31, 174, 28) 150%);
	padding: 10px 20px;
	border-radius: 10px;
}

#nav ul {
    display: inline-block
}

#header .menu-left {
	text-align: left !important;
	float: left;
	margin-top: 8px;
}

#header .nav-item.icon img,
#footer .nav-item.icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    transition: 1s;
    display: inline-block;
    box-shadow: 0 0 10px #00000040;
}

#header .nav-item.icon i:hover,
#footer .nav-item.icon i:hover {
    color: var(--white);
    background-color: var(--dark-purple)
}

#nav ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    padding: 0 10px
}

#nav ul li a {
    font-size: 17px;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Chakra Petch", sans-serif;
    text-decoration: none;
    position: relative;
}
/* #nav ul .nav-item:not(.icon) a::after {
	content: '';
	height: 1px;
	width: 0;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	transition: .5s all;
} */
#nav ul .nav-item:not(.icon) a::before {
	content: '';
	position: absolute;
	right: -8px;
	bottom: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
    opacity: 0;
    visibility: hidden;
}
#nav ul .nav-item a.router-link-active::before {
	opacity: 1;
    visibility: visible;
}

#nav ul li:first-child {
    margin-left: 0;
    padding-left: 0
}

#nav ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

#slider ul li {
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden;
    position: relative
}

#slider ul li img {
    width: 100% !important;
    height: auto !important
}

#slider .slider-content-blocks {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    left: 0
}

#slider .slider-content-block {
    display: table-cell;
    vertical-align: middle
}

#slider .slider-content-box h1 {
    font-size: 68px;
    color: var(--black);
    margin-bottom: 15px;
    max-width: 475px;
    line-height: 70px;
    font-weight: 900
}

#slider .slider-content-box h1 span {
    color: #0058f0
}

#slider .slider-content-box {
    max-width: 480px;
    padding-top: 120px
}

#slider .slider-content-box p {
    font-size: 21px
}

#slider .button_box {
    margin-top: 20px
}

#breakingNews .breakingNews-block {
    padding-top: 30px
}

#breakingNews .breaking-news {
    border-radius: 50px;
    padding: 4px;
    background-color: #21274B !important
}

#breakingNews .news {
    width: 160px;
    border-radius: 50px
}

#breakingNews .news-scroll a {
    text-decoration: none;
    color: #9D9FAF
}

#breakingNews .dot {
    height: 6px;
    width: 6px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2px !important;
    background-color: #9D9FAF;
    border-radius: 50%;
    display: inline-block
}

#breakingNews .news span {
    color: #21274b
}

#carousel .carousel-block {
	padding: 30px 0;
	margin-top: -155px;
	padding: 150px 0 100px;
	background-image: url(/images/gradiant_main_bg.webp);
	background-size: 100%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#carousel .owl-nav button.disabled {
    opacity: .5
}

#carousel .banner_slider img {
    width: 100%
}

#carousel .carousel_banner-content .team-logo img {
    width: 60px;
    border-radius: 50%;
    height: 60px
}

#carousel .carousel_banner-content h2 {
    font-size: 45px;
}

#carousel .carousel_banner-content h6 {
    margin: 25px 0;
    font-size: 25px;
    font-weight: 500
}

#carousel .carousel_banner-content ul li p {
    font-size: 20px;
    font-weight: 800
}

#carousel .carousel_banner-content ul li {
    display: inline-block;
    padding: 0 15px
}

#carousel .carousel_banner-box .row {
    align-items: center
}

/* #carousel .carousel-box {
    border-bottom: 1px solid #333434
} */

#teams-Rankings .table td {
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#banner .banner-block {
    padding: 30px 0 30px 0;
    width: 100%
}

#banner .banner-box {
    padding: 30px 0 30px 0;
    width: 100%;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

#banner .banner-block h1 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
}

#banner .links li {
    display: inline-block;
    padding: 10px 10px
}

#banner .links li a {
    color: #898a9a
}

#banner .links ul {
    text-align: center
}

#banner .selected {
    color: var(--white) !important
}

#banner span {
    color: #898a9a;
    font-size: 23px
}

#scorebord .scorebord-block {
	padding: 0 0 60px;
	background: url('../images/scorebordBg.webp') no-repeat;
	background-size: 400px;
	background-position: 88% 140%;
}

#scorebord .scorebord-boxs {
	border-radius: 10px;
	margin: 30px -30px;
	background: var(--green-133209);
	border: 1px solid #ffffff0f;
	transform: scale(0.8);
    transition: .5s all;
}

#scorebord .swiper-slide-active .scorebord-boxs {
	transform: none;
	margin: 30px -50px;
	z-index: 11;
	position: relative;
	border: 2px solid #F5D16C;
}
#scorebord .swiper-slide-active {
	z-index: 11;
}

#scorebord .scorebord-box>.row {
    padding-bottom: 30px
}

#scorebord .scorebord-head,
#scorebord .scorebord-top {
	padding: 15px 10px;
	border-bottom: 1px solid #ffffff0f;
	margin: 0 3px;
}

#scorebord .scorebord-footer {
    padding: 15px
}

#scorebord .scorebord-footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#scorebord .scorebord-head ul,
.scorebord-top,
.scorebord-top ul,
.scorebord-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#scorebord .scorebord-bottom {
    min-height: 56px
}

#scorebord .scorebord-head ul li h6 {
	color: var(--white);
	font-size: 15px;
	max-width: 220px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#scorebord .scorebord-head ul li.background {
	background: url('../images/titleShape.webp') no-repeat;
	background-size: 100% 100%;
	padding: 10px 20px;
	width: 60%;
	text-align: center;
}
#scorebord .scorebord-head ul:first-child {
	margin-bottom: 15px !important;
}
#scorebord .scorebord-head ul li.background h6 {
	color: var(--black);
	max-width: 100%;
    margin-bottom: 5px;
}
#scorebord .swiper-slide-active .scorebord-head ul li.background {
	background: url('../images/titleShapeY.png') no-repeat;
	background-size: 100% 100%;
}
#scorebord .scorebord-head h4 {
	font-size: 13px;
	padding: 8px 20px;
	background-color: #ffffff36;
	border-radius: 50px;
}
.scorebord-top ul {
	width: 150px;
	justify-content: flex-start;
}
.scorebord-top ul:last-child {
	justify-content: flex-end;
}
#scorebord .scorebord-head {
	padding-top: 0;
}

#scorebord .scorebord-top ul li:last-child {
    margin-left: 5px
}

/* #scorebord .scorebord-img {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    box-shadow: 0 0 4px #ccc;
    text-align: center;
    line-height: 42px
} */

#scorebord .scorebord-img img {
	max-width: 60px;
}
#scorebord .scorebord-contant p {
	margin: 0;
	font-size: 14px;
}
#scorebord .aero img {
	max-width: 35px;
	width: 100%;
}
.scorebord-top ul:last-child {
	text-align: right;
}

#scorebord .livescore-img img {
    max-width: 160px;
    border: 2px solid #39428c;
    padding: 10px;
    border-radius: 50%
}

#scorebord .scorebord-contant p {
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
}

#scorebord .scorebord-bottom p {
    font-size: 12px;
    margin: 0;
    margin-top: 6px;
    color: var(--white);
    max-width: 90px;
    text-align: center
}

#scorebord .scorebord-bottom .liveRun {
    background-color: var(--dark-purple);
    padding: 5px 25px;
    color: var(--white);
    position: relative;
    border-radius: 30px;
    max-width: 150px;
    font-size: 12px;
    line-height: 20px
}

#scorebord .scorebord-bottom .liveRun::before {
    content: "";
    background-color: var(--white);
    position: absolute;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 10px
}

#scorebord .scorebord-bottom .liveRun::after {
    content: "";
    background-color: var(--white);
    position: absolute;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    right: 10px
}

#scorebord .scorebord-footer ul .btn.btn-blue img {
	max-width: 25px;
	margin-right: 10px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#scorebord .scorebord-footer ul .btn.btn-blue {
	padding: 10px 30px 10px 60px;
	font-size: 14px;
}

#scorebord .livescore {
    padding: 30px 0;
    border-top: 1px solid #4d5589
}

#scorebord .livescore .row {
    align-items: center
}

#scorebord .live_score {
    text-align: center;
    position: relative
}

#scorebord .live_score::after {
    content: "LIVE";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 220px;
    color: var(--black)0;
    font-weight: 700;
}

#scorebord .live_score h3 {
    font-size: 55px
}

#scorebord .live_score p {
    font-size: 20px
}

#scorebord .livescore-img {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 50%
}

#scorebord .livescore_run {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 50%;
    text-align: center
}

#scorebord .livescore-img h5 {
    font-size: 25px;
    margin-top: 15px
}

#scorebord .livescore_run h6 {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    line-height: 33px
}

#player .player-block {
    padding: 60px 0;
    background: url('../images/playerBg.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

#player .player-contant h3 {
    font-size: 30px;
}

#player .player-contant .filter {
    margin: 15px 0
}

#player .filter-match {
    display: inline-block
}
#player .filter-type:last-child {
	margin-left: 10px;
}

#player .filter-type {
    display: inline-block;
    width: 100%;
    max-width: 160px
}

#player .form-select {
	background: var(--green-0A1C04) url('../images/down.webp') no-repeat;
	background-position: calc(100% - 10px);
	background-size: 15px;
	color: var(--white);
	border-radius: 35px;
	padding: 5px 30px 5px 15px;
	width: 100%;
	max-width: 250px;
	border-color: #ffffff36;
}

#player .player-contant.tab-2 .form-select {
    max-width: 100%
}

#player .player-contant table tr th {
	color: var(--white);
	text-transform: uppercase;
	font-size: 15px;
	background: var(--green-0A1C04);
	padding: 10px 20px;
	box-shadow: none;
	border: none !important;
	white-space: nowrap;
}

#player .player-contant table tr th:first-child,
#player .player-contant table tr td:first-child {
    text-align: center
}

#player .player-contant.tab-2 table tr th:first-child,
#player .player-contant.tab-2 table tr td:first-child {
    text-align: left
}

#player .player-contant table.fix-width tr th:nth-child(2),
#player .player-contant table.fix-width tr td:nth-child(2) {
    max-width: 320px
}

#player .player-contant table tr td:last-child,
#player .player-contant table tr th:last-child {
    text-align: center
}

#player .player-contant table tr td {
	color: var(--white);
	font-size: 14px;
	padding: 10px 20px;
	box-shadow: none;
	border-color: #ffffff24;
	background: transparent;
}

#player .fixTableHead {
	overflow-y: auto;
	height: 337px;
	border-radius: 10px;
	filter: drop-shadow(0 2px 5px var(--black-shadow));
}

#player .fixTableHead .table {
    margin: 0 !important
}

#player .fixTableHead thead {
    position: sticky;
    top: 0
}

#player .fixTableHead table {
    border-collapse: collapse;
    width: 100%
}

/* #player .fixTableHead::-webkit-scrollbar{display:none} */
/* #player .fixTableHeadms-overflow-style:none;scrollbar-width:none} */
#player .fixTableHead {
	scrollbar-width: thin;
	border: 1px solid #ffffff24;
}
#letestnews .letestnews-block {
    padding: 60px
}

#letestnews .letestnews-box .col-md-6 {
    margin-bottom: 15px
}

#letestnews .letestnews-img {
    padding: 10px;
    background-color: var(--light-gray);
    position: relative
}

#letestnews .letestnews-img span {
    background-color: var(--black);
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    padding: 6px 10px;
    font-size: 15px;
    color: var(--white)
}

#download .download-block {
    padding: 70px 0;
}

#download .button-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
#download .button-box ul img {
	max-width: 160px;
	width: 100%;
}

#download .app-box {
    display: flex;
    align-items: center;
    margin: 15px 0
}

#download .app-left img {
    max-width: 180px
}

#download .app-right {
    margin-left: 15px
}

#download .app-right ul li {
    display: inline-block;
    margin-top: 25px
}

#download .app-right ul li img {
    max-width: 140px;
    margin-right: 10px
}

#download .app-right ul li:last-child img {
    margin: 0
}

#download .app-right h4 {
    font-size: 24px;
    font-weight: 400;
    color: var(--white)
}

#download .download-box .row {
	align-items: center;
	row-gap: 30px;
}
#download .download-box img {
	max-width: 95%;
}

#download .download-content .title {
    font-size: 35px;
    margin-bottom: 30px;
}

#video .video-block {
    padding: 60px 0
}

#video .video-img {
	position: relative;
	border: 1px solid #ffffff0f;
	transform: scale(0.9);
	margin: 0 -20px;
	transition: .5s all;
	border-radius: 20px;
	overflow: hidden;
}
#video .section-title h1 {
	text-align: left;
	padding-bottom: 0;
	margin-bottom: -45px;
}
#video  .swiper-slide-active .video-img {
	transform: none;
	border: 2px solid #F5D16C;
}
#video  .swiper-slide-active {
    z-index: 11;
	position: relative;
}
#video .video-img img {
	width: 100%;
}
#video .swiper {
	padding-top: 80px;
}
#video .swiper-button-prev, #video .swiper-button-next {
	right: 10px;
	top: 25px !important;
}
#video .swiper-button-prev:hover::after,
#video .swiper-button-next:hover::after {
	background: #F5D16C !important;
	color: var(--black) !important;
}
#video .swiper-button-prev {
	right: 70px;
	left: auto;
}
#video .swiper-button-next::after, #video .swiper-button-prev::after {
	background: transparent !important;
	border: 1px solid #F5D16C;
	transition: .2s all;
    color: var(--white) !important;
}


#footer .footer-block {
    padding: 60px 0 0;
    background-color: #07113b
}

#footer .social-link li {
    display: inline-block;
    padding: 0 10px
}

#footer .social-link li i {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    color: var(--black);
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%
}

#footer .social-link li:first-child {
    padding-left: 0
}

#footer .form-group {
    position: relative
}

#footer span.submit {
    position: absolute;
    top: 4px;
    color: rgba(255, 255, 255, .486);
    right: 0;
    width: 35px;
    height: 38px;
    text-align: center;
    line-height: 40px
}

#footer .footer-box h3 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    position: relative;
    display: inline-block
}

#footer .footer-box h3::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0
}

#footer .footer-center ul li h6 {
    color: var(--white)fff78;
    font-size: 13px;
    margin-bottom: 5px
}

#footer .footer-center ul li p a {
    font-size: 16px;
    color: var(--white)f
}

select option {
    margin: 40px;
    background: var(--white);
    color: var(--black);
    text-shadow: 0 1px 0 var(--white)
}

#teams-Rankings .teams-Rankings-block {
    color: var(--white);
    padding: 30px 0
}

#teams-Rankings .secion-name h2 {
    font-size: 35px;
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 10px
}

#teams-Rankings .table-box {
	background-color: var(--green-133209);
	border-radius: 7px;
}

#teams-Rankings thead th {
	background-color: #0E2606;
}

#teams-Rankings .table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none
}

#teams-Rankings .teams-Rankings-box h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

#teams-Rankings .teams-Rankings-box tr {
    color: var(--white);
    border-bottom: 1px solid #ffffff10
}

#teams-Rankings .button-box a {
	display: block;
	text-align: center;
	color: var(--black);
	font-size: 18px;
	background-color: #F5D16C;
	padding: 10px 20px;
	border-radius: 5px;
}

#teams-Rankings .image-box {
    margin: 40px 0
}

#teams-Rankings .button-box {
    padding: 20px;
    padding-top: 0
}

#teams-Rankings .table-title {
    padding: 10px 20px
}

#teams-Rankings .table-title h2 {
    font-size: 20px;
    text-transform: uppercase
}

#teams-Rankings table thead {
    position: relative;
    z-index: 11
}

#teams-Rankings table tbody tr:first-child td {
	background-color: #F5D16C;
	color: var(--black);
}

#player .fixTableHead img {
    max-width: 40px
}

#Rankings .ranking-block {
    padding: 50px 0
}

#Rankings .tabbing {
    background-color: #13181a;
    border-radius: 8px
}

#Rankings .section-title h2 {
    color: var(--white);
    text-align: center;
    margin: 20px 0 17px 0;
    font-size: 38px;
}

#Rankings .table {
    width: 100%;
    margin: 0;
    color: #212529
}

#Rankings tr {
    color: var(--white);
    font-size: 18px
}

#Rankings tr:first-child {
    background-color: #242c2f;
    font-size: 18px
}

#Rankings .nav-pills .nav-link {
    margin: 0 15px;
    padding: 0
}

#Rankings table tbody tr:first-child td {
    background-color: #323a3d
}

#Rankings .nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
    color: var(--white);
    background-color: #1d2769;
    border-color: #dee2e6 #dee2e6 var(--white);
    border: none !important
}

#Rankings .nav-pills .nav-link {
    background-color: #13181a !important;
    color: #ffffff50;
    font-size: 20px;
    text-transform: uppercase
}

#Rankings .nav-pills .nav-item:last-child .nav-link {
    border-right: none
}

#Rankings .nav-pills .nav-link.active {
    color: var(--white)
}

#Rankings .table td,
#Rankings .table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #ffffff10
}

#Rankings .table tr:last-child td,
#Rankings tr:last-child th {
    border-bottom: none
}

#Rankings .table tr td:last-child,
#Rankings tr th:last-child {
    text-align: right
}

#Rankings .nav-pills {
    border: none !important;
    padding: 15px 0
}

#Rankings .nav-pills .nav-link {
    border: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    position: relative
}

#Rankings .nav-pills .nav-link:hover:after,
#Rankings .nav-pills .nav-link.active::after {
    width: 100%
}

#Rankings .nav-pills .nav-link::after {
    width: 0;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    transition: 0.5s
}

.swiper-button-next::after,
.swiper-button-prev::after {
    background-color: var(--white);
    font-size: 21px !important;
    padding: 10px 15px;
    border-radius: 50%;
    font-weight: 900;
    text-align: center;
    color: #1f2a65 !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 20px;
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 20px
}

#letestnews .letestnews-img {
    height: 100%
}

#letestnews .letestnews-box .col-md-4 {
    padding-bottom: 20px
}

#letestnews .letestnews-box .col-md-4 .letestnews-img img {
    height: 100%
}

#footer .footer-box .footer-right .mb-3.form-group {
    display: flex
}

#footer .footer-box .footer-right .mb-3.form-group button.submit {
    background-color: var(--black);
    border: 0;
    color: #7b8090;
    margin-left: -30px
}

#header .header-block ul.hidden.mobile {
    display: none
}

#letestnews .letestnews-box .letestnews-img img {
    height: 100%
}

#scorebord .swiper-pagination {
    bottom: 0
}

.swiper-pagination-bullet-active {
    background-color: var(--white) !important
}

.swiper-pagination-bullet {
    background-color: var(--white);
    height: 5px;
    border-radius: 0;
    width: 15px
}

ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important
}

#about .about-block {
    padding: 60px 0
}

#about .about-box {
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8);
    height: calc(100vh - 150px);
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto
}

#about .about-box p strong {
    margin: 15px 0;
    display: block;
    margin-top: 25px;
    font-size: 22px
}

#about .about-box h4 {
    margin-top: 25px;
    font-size: 1.5rem;
    margin-bottom: 10px
}

#about .about-box ul li {
    padding-left: 15px;
    position: relative;
    color: #ccc
}

#about .about-box ul li::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ccc;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%
}

#about .about-box ul {
    margin-bottom: 15px !important
}

#about .about-box p {
    color: #ccc
}

#about .about-box {
	background-color: var(--green-133209);
}

#tips .tips-part {
    padding: 60px 0;
    position: relative
}

#tips .box.right-box .text-box p {
    text-align: left;
    color: var(--white);
    margin-bottom: 30px
}

#tips .box.right-box .text-box h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700
}

#tips .section-title h1 {
    text-align: left;
    padding-bottom: 15px
}

#tips .box.left-box img.icon {
	max-width: 100px;
	margin-bottom: 10px;
}

#tips .box.left-box {
	background: var(--green-133209);
	border-radius: 10px;
	text-align: center;
	padding: 15px;
}
#tips .box.left-box a {
	display: block;
}
#tips .box.left-box:not(:last-child) {
	margin-bottom: 25px;
}
#tips .box.left-box p {
	margin-bottom: 0;
	line-height: 1.2;
}
#tips .margin {
	margin-top: 25px;
}
#tips .width {
	max-width: 90%;
}
#tips .button-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
#tips .button-box ul img {
	max-width: 160px;
	width: 100%;
}

#news .news-part {
    padding: 60px 0;
    position: relative
}

#news .box .content-box .img-box {
	position: relative;
	padding-top: 56.25%;
}

#news .box .content-box .img-box .absolute-box {
	position: absolute;
	bottom: -10px;
	left: 0px;
	background: var(--green-133209);
	width: 130px;
	height: 40px;
	border-radius: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--white);
	border: 1px solid #ffffff24;
}

#news .box .content-box .img-box .absolute-box h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--white);
    font-weight: 400;
}

#news .box .content-box .img-box .absolute-box p {
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--dark-purple);
    line-height: 16px
}

#news .box .content-box .text-box {
	padding: 20px 0;
	min-height: 220px;
}

#news .box .content-box .text-box h3 {
    font-size: 22px;
    text-transform: unset;
    margin-bottom: 20px;
    min-height: 80px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#news .box .content-box .text-box p {
	min-height: 80px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}

#news .box {
	position: relative;
	z-index: 1;
	background: var(--green-133209);
	padding: 10px;
    margin: 15px;
	border-radius: 15px;
	border: 1px solid #ffffff24;
}

#news .router-link-active:hover .text-box h3 {
    color: var(--dark-purple)
}

#news .router-link-active {
    text-decoration: none
}

#news .box .content-box .img-box img {
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#news .section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
#news .section-title h1 {
	padding: 0;
}

#news .news-part .row > * {
	padding: 0;
}

#feature .feature-part {
	padding-top: 60px;
	background: url('../images/playerBg.webp') no-repeat;
	background-size: cover;
	background-position: center;
}
#feature .section-title h1 {
	text-align: left;
}
#feature .accordion-item {
	background: transparent;
	border: none;
	margin-bottom: 20px;
}
#feature .accordion-item .accordion-button {
	background: transparent;
	border: none;
	color: var(--white);
	font-size: 20px;
	font-weight: 700;
	box-shadow: none;
	padding: 0;
	padding-right: 30px;
}
#feature .accordion-item .accordion-button::after {
	background: url('../images/plus.webp') no-repeat;
	content: '';
	font-size: 25px;
	position: absolute;
	right: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-position: center;
}
#feature .accordion-item .accordion-button:not(.collapsed)::after {
    background: url('../images/minus.webp') no-repeat;
    background-position: center;
}
#feature .accordion-item .accordion-body {
	padding: 0;
	padding-top: 10px;
}
#feature .accordion-item .accordion-body p {
	margin-bottom: 0;
	font-weight: 500;
}

#footer .footer-part {
	padding-top: 50px;
	background-image: url(/images/footer_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

#footer .box1 .content-box .header-box img {
    max-width: 220px
}

#footer .box .content-box .header-box {
	margin-bottom: 20px;
}

#footer .box .content-box .header-box h4 {
    line-height: 45px;
    margin-bottom: 0;
    font-size: 20px
}

#footer .box1 .content-box .text-box ul li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

#footer .box1 .content-box .text-box ul li:first-child {
    padding-left: 0
}

#footer .box .content-box .text-box ul li:first-child::after {
    width: 2px;
    height: 15px;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

#footer .box .content-box .text-box ul li a {
    color: #d6ced1
}

#footer .box .content-box .link-box ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
#footer .box .content-box .link-box ul li::after {
    width: 5px;
    height: 5px;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}
#footer .box.box4 .content-box .link-box ul li::after {
    display: none;
}
#footer .box.box4 .content-box .link-box ul li {
    padding-left: 0;
}


#footer .box .content-box .link-box ul li a {
    color: var(--white)
}

#footer .box .content-box .link-box ul li:last-child {
    margin-bottom: 0
}

#footer .box .content-box .link-box p {
    margin-bottom: 0
}

#footer .box4 .content-box .link-box ul li:first-child {
	margin-bottom: 10px;
}

#footer .row>.col {
    display: flex;
    justify-content: center
}

#footer .row>.col:first-child {
    display: flex;
    justify-content: flex-start
}

#footer .row>.col:last-child {
    display: flex;
    justify-content: flex-end
}

#footer .box4 .content-box .link-box ul li form .input-box {
    position: relative;
    max-width: 260px
}

#footer .box4 .content-box .link-box ul li form .input-box .form-control {
	padding: 10px 20px;
	font-size: 15px;
	background-color: #2B3F47 !important;
	color: #fff !important;
	padding-right: 40px;
	border-radius: 50px;
	border: 1px solid #ffffff24 !important;
}

#footer .box4 .content-box .link-box ul li form .input-box button {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	width: 30px;
	height: 30px;
}
#footer .box.box4 {
	border: 1px solid #F5D16C;
	border-radius: 20px;
	padding: 20px;
    background: url('../images/footer-box4.webp') no-repeat;
    background-size: cover;
}
#footer .row {
	align-items: flex-end;
}

#footer .box4 .content-box .link-box ul li form .input-box img {
	width: 100%;
	max-width: 15px;
}

#footer .box .content-box .link-box ul li .links.number {
    color: #fff;
    font-size: 18px
}

#footer .bottom-box {
	margin-top: 60px !important;
	position: relative;
	z-index: 111;
	padding: 20px 0;
	border-top: 1px solid #ffffff24;
}

#footer .bottom-box>ul::after {
    content: "";
    width: 80%;
    height: 2px;
    display: block;
    position: absolute;
    top: 24px;
    border: 2px dashed #694d71;
    z-index: 1;
    left: 50%;
    transform: translatex(-50%);
    opacity: .3
}

#footer .bottom-box ul li {
    display: inline-block;
    position: relative;
    z-index: 11
}

#footer .bottom-box ul li:first-child {
    margin-right: 10px
}

#footer .bottom-box .row {
    align-items: center
}

#footer .bottom-box .box1 p {
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
}

#footer .bottom-box .box2 .text-box ul li:first-child::after {
    width: 2px;
    height: 15px;
    content: "";
    background-color: #d6ced1;
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%)
}

#footer .bottom-box ul li a {
	color: #fff;
	font-weight: 600;
}

#footer .bottom-box .box2 .text-box ul li {
    position: relative;
    padding: 0 10px
}

#footer .bottom-box .box2 .text-box ul li:last-child {
    padding-right: 0;
    margin: 0
}

#footer .bottom-box .box2 .text-box {
    text-align: right
}

#footer .top-box .row .col-md-2:last-child {
    justify-content: end;
    display: flex
}

#footer .box4 .content-box .link-box p {
	max-width: 290px;
}

#footer .top-box .row .col-md-3.center {
    display: flex;
    justify-content: center
}

#footer .content-box .icon-box li {
	display: inline-block;
	padding: 5px 10px 0;
}

#footer .content-box .icon-box li:first-child {
    padding-left: 0
}

#footer .content-box .icon-box {
    margin-top: 60px
}

#footer .box .content-box .header-box h4 {
    line-height: 25px
}

.btn.btn-purple {
    font-size: 16px;
    padding: 10px 40px;
    background-color: var(--dark-purple);
    color: var(--white) !important;
    border-radius: 50px
}

.btn.btn-white {
    font-size: 16px;
    padding: 10px 30px;
    background-color: var(--black);
    color: var(--dark-purple) !important;
    border-radius: 10px;
    display: flex;
    align-items: center
}

.btn.btn-white img {
    max-width: 20px;
    margin-right: 10px
}

.d-white {
    display: none
}

.true-mode .d-white {
    display: block !important
}

.true-mode .d-black {
    display: none !important
}

.true-mode body {
    background-color: #fff !important
}

.true-mode #nav ul li a {
    color: black !important
}

.true-mode #header .nav-item.icon i,
.true-mode #footer .nav-item.icon i {
    color: #bd91ff !important;
    filter: drop-shadow(-1px 8px 5px var(--black-shadow));
    border: none;
    background-color: #fff !important
}

.true-mode #header .nav-item.icon i:hover,
.true-mode #footer .nav-item.icon i:hover {
    color: var(--white) !important;
    background-color: #bd91ff !important
}

.true-mode #carousel .carousel_banner-content h2 {
    color: #000
}

.true-mode h1,
.true-mode h2,
.true-mode h3,
.true-mode h4,
.true-mode h5,
.true-mode h6 {
    color: #000
}

.true-mode p {
    color: #000
}

.true-mode #scorebord .scorebord-top h4 {
    background-color: #e5e5e5
}

.true-mode #scorebord .scorebord-top h4::after {
    background-color: #000
}

.true-mode #carousel .carousel-block {
    background-image: url(/images/bg.png)
}

.true-mode #scorebord .scorebord-boxs {
    background-image: url(/images/box-white.png)
}

.true-mode #scorebord .scorebord-head ul li h6 {
    color: var(--black)
}

.true-mode #scorebord .scorebord-bottom p {
    color: #000
}

.true-mode #scorebord .scorebord-head,
.true-mode #scorebord .scorebord-body {
    border-bottom: 1px solid var(--light-gray)
}

.true-mode #scorebord .scorebord-bottom .liveRun {
    color: #fff
}

.true-mode #tips .box.right-box .text-box p {
    color: #000
}

.true-mode #news .news-part::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 280px;
    height: 100%;
    background-image: url(/images/news.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-25%)
}

.true-mode #news .news-part {
    position: relative
}

.true-mode #news .box {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 20px 10px #f5f6ff
}

.true-mode #player .player-contant table tr th {
    background-color: var(--light-gray)
}

.true-mode .fixTableHead {
    background-image: url(/images/box-white.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(0 2px 5px var(--black-shadow))
}

.true-mode #player .player-contant table tr td {
    background-color: transparent;
    color: #7a7a7a;
    border-color: var(--light-gray)
}

.true-mode #player .player-contant table tr th {
    background-color: var(--light-gray);
    color: #000
}

.true-mode #player .form-select {
    color: #000
}

.true-mode #download .download-block {
    background-image: url(../images/download-white.png)
}

.true-mode #download .app-right h4 {
    color: #7a7a7a
}

.true-mode #footer .footer-part {
    background-image: url(/images/footer_bg-white.png)
}

.true-mode #footer .box .content-box .link-box ul li a {
    color: #39436f
}

.true-mode #footer .box .content-box .link-box p {
    color: #39436f
}

.true-mode #footer .box .content-box .link-box ul li .links.number {
    color: #8f49f9
}

.true-mode .btn.btn-white {
    font-size: 16px;
    padding: 10px 30px;
    background-color: var(--white);
    color: var(--dark-purple) !important;
    border-radius: 10px;
    box-shadow: 0 0 20px 10px #f0e8fb;
    display: flex;
    align-items: center
}

.true-mode #footer .bottom-box ul li a {
    color: #39436f
}

.true-mode #footer .bottom-box .box1 p {
    color: #000
}

.true-mode #scorebord .scorebord-img {
    box-shadow: 0 0 4px #a6a6a6;
    background-color: #fff
}

.true-mode #banner .banner-block h1 {
    color: #000
}

.true-mode #banner .selected {
    color: black !important
}

.true-mode .swiper-scrollbar {
    background: #dfdfdf
}

.true-mode #footer .bottom-box>ul::after {
    border: 2px dashed #c6c6c6
}

.true-mode #banner .banner-block h1 {
    color: #000
}

.true-mode #banner .selected {
    color: #000
}

.true-mode #teams-Rankings .table-box {
    background-image: url(/images/box-white.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(0 2px 5px var(--black-shadow))
}

.true-mode #news .box a:hover .content-box .text-box h3 {
    color: #8e48f8
}

.true-mode #details-news .image-box {
    background-color: #ddd
}

.true-mode #Rankings .nav-pills .nav-link {
    color: #ddd;
    background-color: transparent !important
}

.true-mode #Rankings .nav-pills .nav-link.active {
    color: #000
}

.true-mode #Rankings .nav-pills .nav-link::after {
    background-color: #000
}

.true-mode #teams-Rankings thead th {
    background-color: var(--light-gray);
    color: #000
}

.true-mode #teams-Rankings table tbody tr:first-child td {
    background-color: #f2f2f2;
    color: #000
}

.true-mode #teams-Rankings .teams-Rankings-box tr {
    color: #000;
    border-bottom: 1px solid #ffffff10
}

.true-mode #teams-Rankings .table-box {
    background-color: transparent
}

.true-mode #Rankings .tabbing {
    background-image: url(/images/stat-box-white.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(0 2px 5px var(--black-shadow));
    background-color: #fff
}

.true-mode #Rankings tr:first-child {
    background-color: var(--light-gray);
    color: #000
}

.true-mode #Rankings table tbody tr:first-child td {
    background-color: #f2f2f2
}

.true-mode #Rankings tr {
    color: #000
}

.true-mode #Rankings .section-title h2 {
    color: #000
}

.true-mode .about-bg {
    background-image: url(/images/bg.png)
}

.true-mode #banner .banner-box {
    background-image: url(/images/innerbg-white.png) !important
}

.true-mode #footer .box4 .content-box .link-box ul li form .input-box .form-control {
    background-color: #fff !important;
    box-shadow: 0 0 1px #ddd !important;
    color: #000 !important
}

.true-mode #carousel .carousel-box {
    border-bottom: 1px solid #ddd
}

.true-mode .swiper-pagination-bullet {
    background-color: #000
}

.true-mode .swiper-pagination-bullet-active {
    background-color: #000 !important
}

.true-mode #about .about-box {
    background-color: #fff
}

.true-mode #about .about-box p {
    color: #605f5f
}

.true-mode #about .about-box ul li {
    color: #605f5f
}

.true-mode #about .about-box ul li::after {
    color: #605f5f
}



#google_translate_element .goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
    color: var(--white) !important;
}