@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
.bonus-list__item a, .bonus-list, .bonus, .danger, .match-players ul, .match-players #player-1, .match-players, .match-cover figure, .match-cover, .match-title, .match, .footer-top ul, .footer-top, .footer, .news-item__title, .news-item figure, .news-item, .news-title, .news, .down-text, .telegram, .matches .m span, .matches .m, .matches, .main-top__lists .match-images, .main-top__lists, .main-top__title, .main-top, .main-body, .main, .header-top, .header {
  width: 100%;
  float: left;
}

.m-score .score-away, .m-score .score-home, .bonus-banner a, .danger figure, .match-title .icon, .match-title__title .score-away, .match-title__title .score-home, .news-title h2 span, .telegram figure, .banner-down a, .matches .m-teams figure, .main-top__lists .match-images figure, .main-top__title h1 span, .header-top__banner a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-score .score strong, .bonus-banner a, .danger span, .match-title__title .ateam h2, .match-title__title .hteam h2, .match-title__title .score strong, .match-title__time span, .news-title h2, .telegram span, .matches .m span, .main-top__lists .match-images .vs .timer, .main-top__lists .match-images .img1 h2,
.main-top__lists .match-images .img2 h2, .main-top__title h1, .header-top__banner a {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body, * {
  font-family: "Lexend";
  font-weight: 400;
  font-style: normal;
}

.news-item figure img, .matches .m-teams figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  text-decoration: none;
  line-height: 1;
}

footer,
header,
nav,
section,
main {
  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;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  font-size: 14px;
  outline: none;
  border: none;
}

ul,
figure {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

body {
  background: #212529;
  height: 100vh;
  font-size: 13px;
}

.container {
  max-width: 1360px;
}

.header {
  background: #1d2024;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.header-top__logo {
  display: flex;
  align-items: center;
}
.header-top__logo img {
  height: 40px;
}
.header-top__logo > .football-tv {
  padding: 15px 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1e2025;
  margin-left: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-top__logo > .football-tv svg {
  margin-right: 10px;
  stroke: #da1f3d;
}
.header-top__banner {
  width: 650px;
  height: 100px;
  background: #1e2025;
  border-radius: 15px;
}
.header-top__banner a {
  width: 100%;
  height: 100px;
  color: #da1f3d;
  color: #fff;
}

.main {
  padding-top: 50px;
}
.main-body {
  border-radius: 30px;
  background: #1d2024;
  min-height: 100vh;
  padding: 30px;
}
.main-top__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-top__title a {
  color: #da1f3d;
  text-decoration: underline;
}
.main-top__title h1 {
  font-size: 21px;
  color: #fff;
  display: flex;
  align-items: center;
}
.main-top__title h1 span {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  margin-right: 15px;
  background: #da1f3d;
}
.main-top__lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-top__lists .match {
  width: calc(33% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #1e2025;
  margin-top: 30px;
  background-color: #212529;
  border-radius: 15px;
  padding: 30px;
}
.main-top__lists .match-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-top__lists .match-images .img1,
.main-top__lists .match-images .img2 {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.main-top__lists .match-images .img1 h2,
.main-top__lists .match-images .img2 h2 {
  font-size: 16px;
  margin-top: 20px;
}
.main-top__lists .match-images .img1 span,
.main-top__lists .match-images .img2 span {
  margin-bottom: 30px;
}
.main-top__lists .match-images figure {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  background: #fff;
}
.main-top__lists .match-images figure img {
  height: 50px;
}
.main-top__lists .match-images .vs {
  color: #da1f3d;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80px;
  justify-content: flex-start;
}
.main-top__lists .match-images .vs .timer {
  color: #fff;
  font-size: 24px;
}
.main-top__lists .match-images .vs span {
  margin-bottom: 10px;
}
.main-top__lists .match-info {
  color: #888;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 30px;
}

.matches {
  margin-top: 30px;
}
.matches .m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #888;
  border-radius: 15px;
  background: #1e2025;
  border: 1px solid #17191c;
  padding: 15px;
  margin-bottom: 15px;
}
.matches .m span {
  color: #da1f3d;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.matches .m h3 {
  font-size: 16px;
  color: #fff;
}
.matches .m h3 strong {
  color: #da1f3d;
  font-size: 16px;
}
.matches .m-league, .matches .m-date, .matches .m-actions {
  display: flex;
  align-items: flex-start;
  width: 20%;
  flex-direction: column;
}
.matches .m-actions {
  align-items: flex-end;
}
.matches .m-actions a {
  border-radius: 15px;
  color: #fff;
  padding: 15px 30px;
  background: #da1f3d;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.matches .m-teams {
  display: flex;
  align-items: center;
  width: 40%;
}
.matches .m-teams figure {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 15px;
}
.matches .m-teams figure:nth-child(2) {
  margin-left: -15px;
  margin-top: 15px;
}
.matches .m-teams figure img {
  object-fit: contain;
  height: 30px;
}
.matches .m-teams .title {
  margin-left: 30px;
}

.banner-down {
  width: 100%;
  height: 100px;
  background: #1e2025;
  border-radius: 15px;
  margin: 30px 0;
  float: left;
}
.banner-down a {
  width: 100%;
  height: 100px;
  color: #da1f3d;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.telegram {
  background: #0088cc;
  color: #fff;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.telegram:hover {
  color: #242424;
}
.telegram figure {
  width: 50px;
  height: 50px;
  background-color: #24a1de;
  border-radius: 15px;
  color: #fff;
  margin-right: 30px;
}
.telegram span {
  text-transform: uppercase;
  padding-bottom: 5px;
}
.telegram p {
  padding-bottom: 0;
  margin: 0;
}

.down-text {
  color: #888;
  margin-top: 50px;
  margin-bottom: 20px;
}
.down-text img {
  height: 40px;
  margin-bottom: 30px;
}
.down-text h1 {
  font-size: 16px;
  color: #da1f3d;
}
.down-text ul {
  padding-left: 30px;
}
.down-text ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.down-text footer {
  font-style: italic;
  color: #da1f3d;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news {
  margin-top: 30px;
}
.news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-title a {
  color: #da1f3d;
  text-decoration: underline;
}
.news-title h2 {
  font-size: 21px;
  color: #fff;
  display: flex;
  align-items: center;
}
.news-title h2 span {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  margin-right: 15px;
  background: #da1f3d;
}
.news-item {
  border: 1px solid #17191c;
  padding: 10px;
  border-radius: 15px;
  margin-top: 30px;
}
.news-item figure {
  height: 220px;
  overflow: hidden;
  border-radius: 15px;
}
.news-item__title {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-item__title h2 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.news-item__title span {
  color: #da1f3d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer {
  margin-top: 50px;
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #17191c;
  border-bottom: 0;
  padding: 15px 0;
  background: #1d2024;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 40px;
}
.footer-top img {
  margin-bottom: 30px;
  height: 40px;
}
.footer-top ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-top ul li {
  float: left;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  color: #888;
  align-items: center;
}
.footer-top ul li:after {
  content: "/";
  font-size: 16px;
  margin: 0 10px;
  float: right;
}
.footer-top ul li:last-child:after {
  display: none;
}
.footer-top ul li a {
  color: #888;
}
.footer-top p {
  color: #da1f3d;
}

.match-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.match-title__time {
  display: flex;
  align-items: center;
}
.match-title__time span {
  color: #da1f3d;
  font-size: 14px;
}
.match-title__title {
  display: flex;
  align-items: center;
}
.match-title__title .score {
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
}
.match-title__title .score strong {
  margin: 0 10px;
  float: left;
  color: #fff;
}
.match-title__title .score-away, .match-title__title .score-home {
  width: 32px;
  height: 32px;
  background: #da1f3d;
  border-radius: 8px;
  color: #fff;
}
.match-title__title .hteam {
  display: flex;
  align-items: center;
}
.match-title__title .hteam img {
  height: 24px;
  margin-right: 10px;
}
.match-title__title .hteam h2 {
  font-size: 14px;
  color: #fff;
}
.match-title__title .ateam {
  display: flex;
  align-items: center;
}
.match-title__title .ateam img {
  height: 24px;
  margin-right: 10px;
}
.match-title__title .ateam h2 {
  font-size: 14px;
  color: #fff;
}
.match-title .icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  color: #fff;
  background: #da1f3d;
}
.match-title .icon svg {
  margin-right: 0;
  width: 24px;
}
.match-cover {
  overflow: hidden;
  border-radius: 15px;
  border: 3px solid #1e2025;
  margin-top: 30px;
  margin-bottom: 50px;
}
.match-cover figure {
  height: 330px;
  overflow: hidden;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #1e2025;
}
.match-cover figure img {
  width: 100%;
}
.match-players {
  margin-top: 30px;
}
.match-players #player-1 {
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
}
.match-players #player-1::-webkit-scrollbar {
  display: none;
}
.match-players #player-1 iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow-y: hidden;
}
.match-players #player-1 iframe::-webkit-scrollbar {
  display: none;
}
.match-players ul {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.match-players ul li {
  margin-right: 15px;
}
.match-players ul li a {
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  background: #da1f3d;
}

.danger {
  background: #ffc107;
  color: #242424;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
.danger:hover {
  color: #242424;
}
.danger figure {
  width: 50px;
  height: 50px;
  background-color: #edb100;
  border-radius: 15px;
  color: #242424;
  margin-right: 30px;
}
.danger-text {
  width: calc(100% - 80px);
}
.danger span {
  text-transform: uppercase;
  padding-bottom: 5px;
}
.danger p {
  padding-bottom: 0;
  margin: 0;
}

.bonus {
  position: relative;
}
.bonus-banner {
  width: 100%;
  background: #1e2025;
  border-radius: 15px;
  margin-top: 30px;
  float: left;
}
.bonus-banner a {
  width: 100%;
  height: 300px;
  color: #da1f3d;
  color: #fff;
}
.bonus-list {
  background: #1e2025;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.bonus-list__item {
  background: #1e2025;
  padding: 0 15px;
}
.bonus-list__item:last-child {
  border-bottom: 0;
}
.bonus-list__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.bonus-list__item a span {
  background: #32b846;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
}
.bonus-list__item a span svg {
  margin-right: 10px;
}
.bonus-list__item a img {
  height: 30px;
}

.m-score {
  display: flex;
  align-items: center !important;
  flex-direction: row !important;
}
.m-score span.live {
  background: #212529;
  width: 90px;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 0;
}
.m-score span.live strong {
  margin-right: 10px;
}
.m-score .score {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.m-score .score strong {
  margin: 0 10px;
  float: left;
  color: #fff;
}
.m-score .score-away, .m-score .score-home {
  width: 32px;
  height: 32px;
  background: #da1f3d;
  border-radius: 8px;
  color: #fff;
}

.timeline a.btn-time {
  height: 40px;
  padding: 0 30px;
  border-radius: 12px;
  font-size: 12px;
  background: #212529;
  margin-left: 15px;
  float: left;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}
.timeline a.btn-time.active {
  background: #da1f3d;
}

:root {
  --font: "Raleway", sans-serif;
  --background-color: transparent;
  --background-color-header: $ccol;
  --color-text: #fff;
  --color-text-header: #fff;
  --color-green: #01d099;
  --color-red: #f64e60;
  --color-yellow: #ffa800;
  --primary-font-size: 11px;
  --secondary-font-size: 10px;
  --header-font-size: 11px;
  --header-text-transform: uppercase;
  --header-link-text-transform: none;
  --border-bottom: 0.5px solid var(--background-color-header);
  --primary-padding: 3px 3px;
  --primary-line-height: 13px;
  --secondary-padding: 0.3rem;
  --button-info-font-size: 9px;
  --button-info-line-height: 16px;
  --toolbar-font-size: var(--header-font-size);
  --modale-background-overlay: rgba(0, 0, 0, 0.4);
  --modale-close-size: 28px;
  --modale-score-size: 36px;
  --modale-teams-size: 13px;
  --standings-team-form-font-size: 9px;
  --standings-team-form-line-height: 16px;
  --flags-size: 16px;
  --teams-logo-size: 16px;
  --teams-logo-modal-size: 90%;
  --teams-logo-block-modal-size: 85px;
  --teams-logo-block-radius-modal: 5px;
  --teams-logo-block-background-modal: var(--background-color-header);
}

.wg-table {
  font-family: var(--font);
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: var(--primary-padding);
  font-size: var(--primary-font-size);
  letter-spacing: 0;
  line-height: var(--primary-line-height);
  vertical-align: middle;
  background: var(--background-color);
  color: var(--color-text);
  border-bottom: var(--border-bottom);
  padding: 12px 0;
}
td div {
  padding: 12px 0;
  color: #fff;
}

td > span {
  vertical-align: middle;
}

.wg_no_data {
  padding: var(--secondary-padding);
  font-size: var(--primary-font-size);
  letter-spacing: 0;
  line-height: var(--primary-line-height);
  margin: auto;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  background: var(--background-color);
  color: var(--color-text);
}

.wg_toolbar {
  font-family: var(--font);
  padding: var(--secondary-padding);
  padding-left: 0;
  padding-right: 0;
  font-size: var(--toolbar-font-size);
  font-weight: 600;
  line-height: initial;
  background: var(--background-color);
  color: var(--color-text-header);
}

.wg_toolbar > span {
  font-family: var(--font);
  font-size: var(--toolbar-font-size);
  letter-spacing: normal;
}

.wg_header {
  padding: var(--secondary-padding);
  font-size: var(--header-font-size);
  font-weight: 600;
  background: rgba(1, 0, 0, 0.1);
  color: var(--color-text-header);
  text-transform: var(--header-text-transform);
  padding: 12px 0;
}

.wg_header > span {
  padding-left: 5px;
  vertical-align: middle;
}

.wb_header_link {
  font-size: var(--secondary-font-size);
  font-weight: 350;
  float: right;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: underline;
  text-transform: var(--header-link-text-transform);
}

.wg_logo {
  width: var(--teams-logo-size);
  vertical-align: middle;
}

.wg_logo_game {
  vertical-align: middle;
  max-width: var(--teams-logo-modal-size);
  max-height: var(--teams-logo-modal-size);
}

.wb_img_block {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--teams-logo-block-background-modal);
  width: var(--teams-logo-block-modal-size);
  height: var(--teams-logo-block-modal-size);
  border-radius: var(--teams-logo-block-radius-modal);
}

.wg_flag {
  width: var(--flags-size);
  vertical-align: middle;
}

.wg_no_border {
  border: 0;
}

.wg_text_left {
  text-align: left;
}

.wg_text_right {
  text-align: right;
}

.wg_text_center {
  text-align: center;
}

.wg_bolder {
  font-weight: 700;
}

.wg_bolder_300 {
  font-weight: 300;
}

.wg_bolder_600 {
  font-weight: 600;
}

.wg_progress_bar {
  margin-top: -3px;
  width: 100%;
  background: var(--background-color-header);
}

.wg_progress_bar_green {
  height: 6px;
  background-color: var(--color-green);
}

.wg_progress_bar_red {
  height: 6px;
  background-color: var(--color-red);
}

.wg_progress_bar_home {
  transform: scaleX(-1);
}

.wg_progress {
  animation: tilt 2s linear infinite;
  font-weight: 700;
  color: var(--color-red);
}

@keyframes tilt {
  50% {
    opacity: 0;
  }
}
.wg_liveTime {
  color: var(--color-red);
}

.wg_breakTime {
  font-weight: 600;
  background: var(--color-green);
  color: var(--background-color);
}

.wg_finished {
  color: var(--color-green);
}

.wg_canceled {
  color: var(--color-yellow);
}

.wg_form {
  display: inline-block;
  margin: 1px;
  width: 14px;
  height: 14px;
  line-height: var(--standings-team-form-line-height);
  font-size: var(--standings-team-form-font-size);
  text-align: center;
  position: relative;
  color: #fff;
}

.wg_form_win {
  background: var(--color-green);
}

.wg_form_draw {
  background: var(--color-yellow);
}

.wg_form_lose {
  background: var(--color-red);
}

.wg_info {
  display: inline-block;
  border-radius: 14px;
  margin: 1px;
  width: 14px;
  height: 14px;
  line-height: var(--button-info-line-height);
  font-size: var(--button-info-font-size);
  text-align: center;
  position: relative;
  color: #fff;
  background: var(--background-color-header);
}

.wg_width_90 {
  width: 90px;
}

.wg_width_80 {
  width: 80px;
}

.wg_width_70 {
  width: 70px;
}

.wg_width_60 {
  width: 60px;
}

.wg_width_50 {
  width: 50px;
}

.wg_width_30 {
  width: 30px;
}

.wg_width_25 {
  width: 25px;
}

.wg_width_20 {
  width: 20px;
}

.wg_p_lr_0 {
  padding-left: 0;
  padding-right: 0;
}

.wg_p_lr_1 {
  padding-left: 1px;
  padding-right: 1px;
}

.wg_p_lr_2 {
  padding-left: 2px;
  padding-right: 2px;
}

.wg_p_lr_3 {
  padding-left: 3px;
  padding-right: 3px;
}

.wg_p_lr_4 {
  padding-left: 4px;
  padding-right: 4px;
}

.wg_p_lr_5 {
  padding-left: 5px;
  padding-right: 5px;
}

.wg_p_tb_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wg_nowrap {
  white-space: nowrap;
}

.wg_width_33_p {
  width: 33%;
}

.wg_width_34_p {
  width: 34%;
}

.wg_width_50_p {
  width: 50%;
}

.wg_loader:after {
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
  border: 6px solid var(--color-green);
  border-color: var(--color-green) transparent var(--color-green) transparent;
  animation: wg_dual_ring 1.2s linear infinite;
}

@keyframes wg_dual_ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wg_tooltip {
  cursor: pointer;
}

.wg_tooltip:hover {
  position: relative;
}

.wg_tooltip:before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 0;
  min-width: 80px;
  max-width: 200px;
  width: auto;
  padding: 5px;
  border-radius: 3px;
  background: #212529;
  color: #fff;
  text-align: center;
  display: none;
  z-index: 99999;
}

.wg_tooltip:hover:before {
  display: block;
}

.wg_tooltip.wg_tooltip_left:before {
  left: initial;
  margin: initial;
  right: 100%;
  margin-right: 0;
}

.wg_arrow {
  float: right;
  cursor: pointer;
  padding-left: 0 !important;
  margin-right: 5px;
  margin-left: 5px;
}

.wg_arrow_down {
  transform: rotate(90deg);
}

.wg_arrow_up {
  transform: rotate(-90deg);
}

.wg_hide {
  display: none;
}

.wg_button_toggle {
  padding: 5px;
  cursor: pointer;
}

.wg_button_toggle_game {
  padding: 5px;
  cursor: pointer;
  margin-left: -5px;
}

.wg_active {
  background: var(--color-green);
  color: var(--background-color);
}

.wg_absolute {
  position: absolute;
}

.wg_color_theme {
  color: var(--color-text);
}

.wg_modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--modale-background-overlay);
}

.wg_modal_content {
  background-color: var(--background-color);
  margin: 10% auto;
  padding: 15px;
  padding-top: 5px;
  border: 1px solid var(--background-color-header);
  width: 90%;
}

.wg_modal_close {
  color: var(--background-color-header);
  float: right;
  font-size: var(--modale-close-size);
  font-weight: 700;
}

.wg_modal_close:focus,
.wg_modal_close:hover {
  color: var(--color-text);
  text-decoration: none;
  cursor: pointer;
}

.wg_modal_score {
  font-size: var(--modale-score-size);
  font-weight: 700;
}

.wg_modal_team {
  font-size: var(--modale-teams-size);
}

.wg-dropbtn {
  background-color: var(--color-green);
  color: var(--background-color);
  padding: 5px 15px;
  cursor: pointer;
}

.wg-dropdown {
  position: relative;
  float: right;
}

.wg-dropdown-content {
  margin-top: 5px;
  display: none;
  position: absolute;
  background-color: var(--background-color);
  min-width: 86px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.wg-dropdown-content a {
  color: var(--color-text);
  padding: 5px 7px;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: 300;
}

.wg-dropdown-content a:hover {
  background-color: var(--background-color-header);
  color: var(--color-text);
}

.wg-dropdown:hover .wg-dropdown-content {
  display: block;
}

.wg-dropdown:hover .wg-dropbtn {
  background-color: var(--color-green);
}

.wg-dropdown-color-select {
  background: var(--color-green) !important;
  color: var(--background-color) !important;
}

.wg_grid {
  position: relative;
  background-image: url("https://widgets.api-sports.io/2.0.3/soccer_field.png");
  background-size: 100% 100%;
}

.wg_grid_player {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 50px;
  transform: translateY(-50%) translateX(75%);
}

@media (min-width: 680px) {
  .wg_modal_content {
    margin: 5% auto;
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .wg_modal_content {
    margin: 5% auto;
    width: 50%;
  }

  .wg_grid_player {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .wg_hide_xs {
    display: none;
  }

  .wg_grid_player {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
@media (max-width: 320px) {
  .wg_hide_xxs {
    display: none;
  }

  .wg_grid_player {
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
}
.icon-svg {
  font-size: 8px;
}

.icon-svg:before {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("sprite.svg");
  background-repeat: no-repeat;
  background-size: 13em 49.1em;
}

.no-svg .icon-svg:before {
  background-image: url("sprite.svg");
}

.icon-svg.icon-corner-flag:before {
  background-position: 0 0;
  width: 1.5em;
  height: 2em;
}

.icon-svg.icon-in:before {
  background-position: 0 -2em;
  width: 0.9em;
  height: 1.2em;
}

.icon-svg.icon-injury:before {
  background-position: 0 -3.2em;
  width: 1.6em;
  height: 1.6em;
}

.icon-svg.icon-keepers-glove:before {
  background-position: 0 -4.8em;
  width: 1.6em;
  height: 2.2em;
}

.icon-svg.icon-offside-flag:before {
  background-position: 0 -7em;
  width: 2.2em;
  height: 1.8em;
}

.icon-svg.icon-out:before {
  background-position: 0 -8.8em;
  width: 0.8em;
  height: 1.1em;
}

.icon-svg.icon-red-card:before {
  background-position: 0 -9.9em;
  width: 1.2em;
  height: 1.6em;
}

.icon-svg.icon-shirt:before {
  background-position: 0 -11.5em;
  width: 3.2em;
  height: 3.2em;
}

.icon-svg.icon-shirt-alt:before {
  background-position: 0 -14.7em;
  width: 3.2em;
  height: 3.2em;
}

.icon-svg.icon-soccer-ball:before {
  background-position: 0 -17.9em;
  width: 1.6em;
  height: 1.6em;
}

.icon-svg.icon-soccer-ball-missed-penalty:before {
  background-position: 0 -19.5em;
  width: 1.8em;
  height: 1.8em;
}

.icon-svg.icon-soccer-ball-own-goal:before {
  background-position: 0 -21.3em;
  width: 1.6em;
  height: 1.6em;
}

.icon-svg.icon-soccer-ball-penalty:before {
  background-position: 0 -22.9em;
  width: 1.8em;
  height: 1.8em;
}

.icon-svg.icon-soccer-gate:before {
  background-position: 0 -24.7em;
  width: 13em;
  height: 12.2em;
}

.icon-svg.icon-soccer-shoe:before {
  background-position: 0 -36.9em;
  width: 2em;
  height: 1.7em;
}

.icon-svg.icon-soccer-shots:before {
  background-position: 0 -38.6em;
  width: 1.4906em;
  height: 1.638em;
}

.icon-svg.icon-stopwatch:before {
  background-position: 0 -40.3em;
  width: 1.7em;
  height: 1.9em;
}

.icon-svg.icon-substitution:before {
  background-position: 0 -42.2em;
  width: 1.8em;
  height: 1.7em;
}

.icon-svg.icon-trophy:before {
  background-position: 0 -43.9em;
  width: 1.8em;
  height: 1.9em;
}

.icon-svg.icon-whistle:before {
  background-position: 0 -45.8em;
  width: 1.6em;
  height: 1.7em;
}

.icon-svg.icon-yellow-card:before {
  background-position: 0 -47.5em;
  width: 1.2em;
  height: 1.6em;
}

.lineup {
  width: 100%;
  background: #24813e;
  padding: 10px;
  border-radius: 12px;
  float: left;
}