/*
Theme Name: 
Theme URI: 
Design by: 
Developed by: 
Version: 
License: 
Tags: 
*/
/*================================================
[  Table of contents  ]
================================================




======================================
[ End table content ]
======================================*/
/* =================
    Google Fonts 
=================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=====================
    01 Theme Default
=======================*/
/*=====================
    Abstracts
=======================*/
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-black2: #14171C;
  --color-border: #e1e1e1;
  --color-border2: #ededed;
  --color-red: #D20505;
}

/*====================
	 Default
======================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

del {
  text-decoration: line-through;
}

table {
  width: 100%;
  max-width: 100%;
}

table th {
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}

textarea {
  resize: initial;
}

strong {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input,
select,
textarea {
  border-radius: 0;
  font-size: 14px;
  min-width: auto;
  letter-spacing: 1.4px;
  box-sizing: border-box;
  line-height: 1.6px;
  height: 40px;
  padding: 0px 15px;
  vertical-align: middle;
  border: 1px solid var(--color-white);
  transition: all 0.4s ease;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file],
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

input[type=submit] {
  padding: 13px 15px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

input[type=submit]:hover {
  background: #444444;
}

input[type=button] {
  cursor: pointer;
  transition: all 0.4s ease;
}

/*====================
	 Normalize v8.0.1
======================*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*====================
	 Typography
======================*/
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  word-spacing: 0;
  word-wrap: break-word;
  background: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-black);
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 56px;
  line-height: 66px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}

h3 {
  font-size: 32px;
  line-height: 42px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 26px;
  color: var(--color-black);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

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

a,
button,
.btn,
ol li a,
ul li a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--color-black);
  transition: all 0.4s ease;
}
a:hover,
button:hover,
.btn:hover,
ol li a:hover,
ul li a:hover {
  outline: none !important;
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

section {
  padding: 70px 0;
}

svg {
  fill: var(--color-black);
  --svg-font-size: 14px;
  width: var(--svg-font-size);
  height: var(--svg-font-size);
  transition: all 0.4s ease;
}

/*=====================
   02 Components
=======================*/
/*==================
    Header
===================*/
header {
  border-bottom: 1px solid var(--color-border2);
}
header .row {
  width: 100%;
}
header .logo {
  text-align: center;
  padding: 20px 0px;
}
header .logo a {
  font-size: 23px;
  line-height: 23px;
  font-weight: 600;
  color: var(--color-black2);
}
header .menu .navbar-collapse {
  justify-content: center;
  margin-bottom: 10px;
}
header .menu .navbar-collapse .navbar-nav a {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-black2);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .menu .navbar-collapse .navbar-nav a::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  height: 6px;
  width: 6px;
  background-color: var(--color-red);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .menu .navbar-collapse .navbar-nav a:hover, header .menu .navbar-collapse .navbar-nav a.active {
  color: var(--color-red);
}
header .menu .navbar-collapse .navbar-nav a:hover::after, header .menu .navbar-collapse .navbar-nav a.active::after {
  top: 30px;
  opacity: 1;
  visibility: visible;
}

.mask {
  position: relative;
}
.mask svg {
  --svg-font-size: 600px;
  margin-left: 300px;
}
.mask h1 {
  font-size: 600px;
  line-height: 610px;
  font-weight: 900;
  text-transform: uppercase;
  color: black;
}
.mask img {
  position: absolute;
  top: 0;
  left: 0;
  height: 610px;
  mix-blend-mode: lighten;
}

/*==================
    Footer
===================*/
footer {
  padding: 20px;
  border-top: 1px solid var(--color-border2);
}
footer p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-black2);
  text-align: center;
}

/*=====================
    Sidebar
=======================*/
.sidebar-wrapper .sidebar {
  background-color: var(--color-white);
}
.sidebar-wrapper .sidebar .sidebar-close-icon {
  text-align: right;
  margin-bottom: 20px;
  display: none;
}
.sidebar-wrapper .sidebar .sidebar-close-icon svg {
  --svg-font-size: 16px;
  fill: var(--color-black2);
  cursor: pointer;
}
.sidebar-wrapper .sidebar .content-box {
  margin-bottom: 30px;
}
.sidebar-wrapper .sidebar .content-box .search-form form .search-input {
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sidebar-wrapper .sidebar .content-box .search-form form .search-input input {
  width: calc(100% - 45px);
  background: transparent;
  border: none;
  padding: 0px 0px 0px 15px;
  color: var(--color-black2);
}
.sidebar-wrapper .sidebar .content-box .search-form form .search-input button {
  width: 40px;
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
}
.sidebar-wrapper .sidebar .content-box .search-form form .search-input button:hover svg {
  fill: var(--color-red);
}
.sidebar-wrapper .sidebar .content-box .search-form form .search-input button svg {
  --svg-font-size: 20px;
  fill: var(--color-black2);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar-wrapper .sidebar .content-box .recent-post .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-black2);
  margin-bottom: 20px;
}
.sidebar-wrapper .sidebar .content-box .recent-post .content {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.sidebar-wrapper .sidebar .content-box .recent-post .content .image {
  width: 120px;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar .content-box .recent-post .content .image img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar-wrapper .sidebar .content-box .recent-post .content .image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sidebar-wrapper .sidebar .content-box .recent-post .content .post-title {
  width: calc(100% - 120px);
}
.sidebar-wrapper .sidebar .content-box .recent-post .content .post-title h2 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-black2);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar-wrapper .sidebar .content-box .recent-post .content .post-title h2:hover {
  color: var(--color-red);
}
.sidebar-wrapper .sidebar .content-box .recent-comment .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-black2);
  margin-bottom: 20px;
}
.sidebar-wrapper .sidebar .content-box .recent-comment .links {
  margin-bottom: 5px;
}
.sidebar-wrapper .sidebar .content-box .recent-comment .links p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-black2);
}
.sidebar-wrapper .sidebar .content-box .recent-comment .links p span {
  text-transform: capitalize;
}
.sidebar-wrapper .sidebar .content-box .recent-comment .links p a {
  color: var(--color-red);
}
.sidebar-wrapper .sidebar .content-box .recent-comment .links p a:hover {
  text-decoration: underline;
}
.sidebar-wrapper .sidebar .content-box .adv-image {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar .content-box .adv-image img {
  width: 100%;
  cursor: pointer;
}

/*=====================
    03 Layout
=======================*/
/*==================
    Banner
===================*/
.banner__ad {
  padding: 10px 0px;
  
}
.banner__ad .image {
  text-align: center;
  padding: 20px 0px;
}
.banner__ad .image img {
  max-width: 100%;
}

/*==================
    Live games
===================*/
.live-game {
  padding: 20px 0px 50px 0px;
 
}
.live-game .container {
  width: 750px;
}
.live-game .game-card {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.live-game .game-card .content {
  width: 100%;
  border: 1px solid var(--color-border);
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.live-game .game-card .content:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.live-game .game-card .content:hover .title h2 {
  color: var(--color-red);
}
.live-game .game-card .content .image {
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.live-game .game-card .content .image img {
  height: 250px;
  width: 100%;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.live-game .game-card .content .title h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-black2);
  margin-top: 10px;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*=====================
    Game Schedual
=======================*/
.game-schedule .title h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: var(--color-black2);
  margin-bottom: 50px;
}
.game-schedule .content {
  position: relative;
  /*========= Tab button ==========*/
  /*========= Sidebar Mobile Icon ==========*/
  /*========= Tab content ==========*/
}
.game-schedule .content .nav-tabs {
  border: none;
}
.game-schedule .content .nav-tabs .nav-item .nav-link {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  color: var(--color-black2);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 10px;
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.game-schedule .content .nav-tabs .nav-item .nav-link:hover, .game-schedule .content .nav-tabs .nav-item .nav-link.active {
  color: var(--color-white);
  background: var(--color-red);
  border-color: var(--color-red);
}
.game-schedule .content .sidebar-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  margin-top: 5px;
}
.game-schedule .content .sidebar-icon svg {
  --svg-font-size: 30px;
  fill: var(--color-black2);
  cursor: pointer;
}
.game-schedule .content .tab-content .match,
.game-schedule .content .tab-content .today-match,
.game-schedule .content .tab-content .world-cup-match {
  background-color: #f4f4f4;
  padding: 20px;
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.game-schedule .content .tab-content .match .title h4,
.game-schedule .content .tab-content .today-match .title h4,
.game-schedule .content .tab-content .world-cup-match .title h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-red);
  margin-bottom: 20px;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-title h6,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-title h6,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-title h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  color: var(--color-black2);
  margin-bottom: 10px;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--color-white);
  padding: 10px;
  margin: 15px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .team1,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .team1,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team1 {
  width: 30%;
  text-align: left;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .team1 p,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .team1 p,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team1 p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-black2);
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .versus,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .versus,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .versus {
  width: 10%;
  text-align: center;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .versus p,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .versus p,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .versus p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-red);
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .team2,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .team2,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team2 {
  width: 30%;
  text-align: right;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .team2 p,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .team2 p,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team2 p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-black2);
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .btn,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .btn,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .btn {
  width: 30%;
  text-align: right;
  padding: 0px;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .btn a,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .btn a,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .btn a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-white);
  display: inline-block;
  word-break: break-all;
  background-color: var(--color-red);
  padding: 5px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .btn a:hover,
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .btn a:hover,
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .btn a:hover {
  background-color: var(--color-black2);
}
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .date {
  width: 20%;
  text-align: left;
  padding: 0px;
}
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .date a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-white);
  display: inline-block;
  word-break: break-all;
  background-color: var(--color-red);
  padding: 5px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .date a:hover {
  background-color: var(--color-black2);
}
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team1 {
  width: 25%;
  text-align: center;
}
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .versus {
  width: 10%;
  text-align: center;
}
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team2 {
  width: 25%;
  text-align: center;
}
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .btn {
  width: 20%;
}
.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .btn-mobile {
  
  display: none;
}
div#loom-companion-mv3 {
  display: none;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .team2.matchlink{
  text-align: center;
}
.game-schedule .pageinfo h2{
  text-align: left;
}

.newicon {
    list-style: none;
    display: inline !important;
    padding: 5px !important;
}

/*# sourceMappingURL=style.css.map */
