﻿@import "https://fonts.googleapis.com/css?family=Noto+Sans|Roboto&display=swap";
* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
}
.cpa-flex-col {
  display: flex;
  flex-direction: column;
}
.cpa-flex-row {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 900px) {
  .cpa-flex-row--collapse {
    flex-direction: column;
  }
}
@media only screen and (max-width: 900px) {
  .cpa-flex-row--reverse {
    flex-direction: column-reverse;
  }
}
.cpa-align-center {
  justify-content: center;
  align-items: center;
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
.grid--two {
  grid-template-columns: repeat(2, 1fr);
}
.grid--three {
  grid-template-columns: repeat(3, 1fr);
}
.grid--four {
  grid-template-columns: repeat(4, 1fr);
}
.grid--five {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 900px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
html {
  height: 100%;
  width: 100%;
}
body {
  background: #104892;
  background: linear-gradient(180deg, #104892 0%, #080924 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow-y: scroll;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("./../images/background.jpg");
  background-size: cover;
  overflow-y: scroll;
}
@media only screen and (max-width: 900px) {
  body {
    background: #104892;
    background: linear-gradient(180deg, #104892 0%, #080924 100%);
    background-attachment: fixed;
    overflow-y: scroll;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.page {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .page {
    margin-top: 60px;
  }
}
.panel {
  width: 90%;
  border: 2px solid #2264e1;
  border-radius: 3px;
  padding: 1rem;
  background: #fff;
}
.panel-rev {
  color: #fff;
  background: transparent;
}
.panel-faq {
  width: 75%;
}
@media only screen and (max-width: 900px) {
  .panel-faq {
    width: 100%;
  }
}
.cpa_section {
  margin-bottom: 2.5rem;
}
.cpa_section .header {
  font-family: "Noto Sans", sans-serif;
  background-color: #333;
  color: #fff;
  padding: 0.6rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  display: flex;
  align-items: center;
}
.cpa_section .content {
  border-radius: 3px;
  box-shadow: 0 3px 6px #0002;
}
.badge {
  padding: 0.2rem;
  margin: 0.2rem;
  font-size: 0.8rem;
  border-radius: 25%;
  text-align: center;
}
.badge--green {
  color: #fff;
  background-color: #0f9d68;
}
.badge--grey {
  color: #fff;
  background-color: #333;
}
.badge--yellow {
  color: #fff;
  background-color: #ffd500;
}
.badge--light-green {
  color: #000;
  background-color: #19fca2;
  font-weight: bolder;
  justify-self: center;
  align-self: center;
}
.badge--white {
  color: #000;
  background-color: #fff;
  padding-right: 10px;
}
.badge--red {
  color: #fff;
  background-color: #fc4f4f;
}
.badge--blue {
  color: #fff;
  background-color: #06338c;
}
.cpa-hidden {
  display: none !important;
}
.cpa_tab_btn {
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  margin: 0 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  background: #333;
}
.cpa_tab_btn a:visited {
  color: #fff;
}
.cpa_tab_btn:visited {
  color: #fff;
}
.cpa_tab_btn--icon {
  background-color: #d9d9d9;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cpa_tab_btn--icon--active {
  background-color: #0f9d68;
}
.cpa_tab_btn--active {
  background-color: #2264e1;
}
.cpa_tab_btn:hover {
  border-color: #d9d9d9;
  border: 1px solid;
}
.cpa_tab_btn--white {
  background-color: #fff;
}
.dropdown {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1rem;
  margin: 0.5rem;
  outline: none;
  user-select: none;
}
.dropdown option {
  background-color: #333;
  color: #fff;
}
.dropdown optgroup {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #2264e1;
}
a:visited {
  color: #2264e1;
}
.button {
  font-family: "Noto Sans", sans-serif;
  width: 100%;
  min-height: 1.5rem;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.button--primary {
  background-color: #0f9d68;
}
.button--secondary {
  background-color: #2264e1;
}
.button--cancel {
  background-color: #333;
}
.button--red {
  background-color: #fc4f4f;
}
.button--white {
  background-color: #fff;
  color: #2264e1;
}
.button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
input[type="radio"]:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #06338c;
}
input[type="radio"]:checked:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #2264e1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #06338c;
}
.radio {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.radio label {
  margin-left: 10px;
  font-size: 10px;
}
.round {
  border-radius: 50%;
}
.versus-bar {
  height: 20px;
  width: 100%;
  display: flex;
}
.versus-bar .fill {
  height: 100%;
}
.versus-bar .fill-left {
  background-color: #0f9d68;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.versus-bar .fill-right {
  background-color: #fc4f4f;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.progress-bar {
  height: 20px;
  background-color: #d9d9d9;
  width: 100%;
  border-radius: 4px;
  display: flex;
  position: relative;
}
.progress-bar .value {
  color: #000;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.progress-bar .fill {
  height: 100%;
  background-color: #333;
  width: 10%;
}
.progress-bar--right {
  justify-content: flex-end;
}
.progress-bar--green .fill {
  background-color: #0f9d68;
}
.progress-bar--red .fill {
  background-color: #fc4f4f;
}
.progress-bar--rounded.progress-bar--right .fill {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.progress-bar--rounded:not(.progress-bar--right) .fill {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.progress-bar--multi .fill {
  position: absolute;
  bottom: 0;
}
.progress-bar--vertical {
  width: 20px;
  height: 100%;
  align-items: flex-end;
}
.progress-bar--vertical .fill {
  height: 10%;
  width: 100%;
  background-color: #333;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table--striped tr:nth-child(even) {
  background-color: #d9d9d9;
}
.table tr {
  width: 100%;
  background-color: #fff;
}
.table td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
}
.table td.red {
  background-color: rgba(252, 79, 79, 0.4);
}
.table td.green {
  background-color: rgba(15, 157, 104, 0.4);
}
.table td.yellow {
  background-color: rgba(255, 213, 0, 0.4);
}
.table th {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
.table .spacer {
  background-color: transparent;
}
.table .spacer td {
  border: none;
  height: 0px;
}
.analysis_table {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.analysis_table .title {
  background-color: #333;
  text-align: center;
  min-height: 2rem;
}
.analysis_table .comparison_grid {
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5px 20px;
  text-align: center;
  font-size: 14px;
}
.analysis_table .comparison_grid--four-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.analysis_table .comparison_grid .row {
  grid-column: 1/4;
}
.analysis_table .comparison_grid .subtext {
  border: none;
  font-size: 9px;
  position: relative;
  top: 10px;
}
.analysis_table .comparison_grid div {
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  padding: 5px;
}
.bar_graph_horizontal .graph_header {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bar_graph_horizontal .graph_header .badge {
  border-radius: 3px;
  cursor: default;
}
.bar_graph_horizontal .graph {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 3px 6px #0002;
}
.bar_graph_horizontal .graph_row {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.3fr 1fr 0.1fr;
  grid-gap: 5px;
  padding: 10px;
}
.bar_graph_horizontal .graph_row .two_rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bar_graph_horizontal .graph_row .two_rows .progress-bar:last-child {
  margin-top: 5px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 12px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .toggle {
  background-color: #2196f3;
}
.switch input:focus + .toggle {
  box-shadow: 0 0 1px #2196f3;
}
.switch input:checked + .toggle:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.switch:disabled .toggle {
  opacity: 0.5;
}
.switch .toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.switch .toggle::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border: 2px solid #2264e1;
  border-radius: 3px;
  left: 0px;
  bottom: -2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal-window {
  position: fixed;
  background-color: rgba(51, 51, 51, 0.8);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 800;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 50%;
  padding: 2em;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .modal-window {
    padding: 1rem;
  }
  .modal-window > div {
    width: 100%;
  }
}
.modal-window .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.links a:visited {
  color: #2264e1;
}
.links a:hover {
  color: #06338c;
}
.links a:active {
  color: #0f9d68;
}
.textInput {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  padding: 5px 0;
}
.notification {
  position: fixed;
  min-width: 20%;
  max-width: 70%;
  border: 2px solid #2264e1;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  top: 10%;
  left: 2rem;
  z-index: 800;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  padding: 20px;
}
@media only screen and (max-width: 900px) {
  .notification {
    max-width: 95%;
    left: 0;
  }
}
.notification:target,
.notification.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.notification .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
.notification--js {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.bg--green {
  background-color: #0f9d68;
}
.bg--red {
  background-color: #fc4f4f;
}
.bg--dark-grey {
  background-color: #333;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 801;
}
.loading .fa-spinner {
  font-size: 3rem;
  color: #fff;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading .message {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
}
.search {
  width: 90%;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.search_icon {
  position: absolute;
}
.search_icon img {
  width: 16px;
  height: 16px;
}
.search_text {
  padding-left: 30px;
  color: #fff;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  font-size: 0.9rem;
  outline: none;
}
.search_text::placeholder {
  color: #fff;
}
.mainNavigation {
  display: flex;
  justify-content: space-between;
  height: 58px;
}
.mainNavigation__logo .logoImg {
  margin: 10px;
  width: 150px;
}
.mainNavigation .mobile {
  display: none;
}
.mainNavigation__navItems {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 10px;
}
.mainNavigation__navItems .navItem {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  color: #fff;
}
.mainNavigation__navItems .navItem--active {
  background-color: #fff;
  color: #06338c;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.mainNavigation__user {
  display: flex;
  align-items: center;
}
.mainNavigation__user .userLogo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #2264e1;
}
.mainNavigation__user .userName {
  text-decoration: none;
  color: #fff;
  margin-left: 0.8rem;
  font-size: 1rem;
}
@media only screen and (max-width: 900px) {
  .mainNavigation {
    display: flex;
    justify-content: space-between;
    height: 58px;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #06338c;
    z-index: 100;
  }
  .mainNavigation__logo .logoImg {
    margin: 0.8rem;
    width: 150px;
  }
  .mainNavigation .mobile {
    display: block;
  }
  .mainNavigation .mobile a {
    color: #fff;
  }
  .mainNavigation .mobile-open-menu {
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
  }
  .mainNavigation .mobile-close-menu {
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
  }
  .mainNavigation__navItems {
    margin: 0;
    padding: 0;
    position: fixed;
    flex-direction: column;
    right: 0;
    top: 0;
    min-width: 35%;
    height: 100%;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 1s ease-in-out;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 15vh;
    background-color: rgba(6, 51, 140, 0.7);
  }
  .mainNavigation__navItems .navItem {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 0.5rem 1.2rem;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #fff;
  }
  .mainNavigation__navItems .navItem--active {
    background-color: #fff;
    color: #06338c;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
  .mainNavigation__navItems--active {
    display: flex;
    transform: translateX(0);
  }
}
.favourites {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.favourites .fav-content {
  display: flex;
}
.favourites .fav-content .card {
  background-color: #fff;
  margin: 10px;
  user-select: none;
  min-width: 200px;
}
.favourites .fav-content .card header.card-header {
  display: flex;
  justify-content: space-between;
  margin: 5px;
}
.favourites .fav-content .card header.card-header .date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.favourites .fav-content .card header.card-header .league {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.favourites .fav-content .card header.card-header .fa-star {
  pointer-events: all;
  color: #ffd500;
}
.favourites .fav-content .card .card-content {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.favourites .fav-content .card .card-content .teamItem {
  display: flex;
  flex-direction: row;
  margin: 5px;
}
.favourites .fav-content .card .card-content .teamItem .team {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.favourites .fav-content .card .card-content .teamItem .team p {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}
.favourites .fav-content .card .card-content .teamItem .result {
  margin: 5px;
}
.favourites .fav-content .card .card-footer {
  display: flex;
  font-size: 20px;
  justify-content: space-around;
  align-items: center;
}
.favourites .fav-content .card .card-footer .dropdown {
  height: 2em;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 5px;
  min-width: 40%;
  pointer-events: all;
}
.favourites .fav-content .card .card-footer a {
  pointer-events: all;
}
.all_games .logo_name {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.all_games .logo_name img {
  margin-right: 20px;
  margin-left: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.all_games .logo_name--away img {
  margin-left: 20px;
  margin-right: 0;
  object-fit: contain;
}
.all_games .league {
  margin-bottom: 20px;
}
.all_games .league_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
.all_games .league_header .collapse {
  color: #fff;
}
.all_games .league .away_logo,
.all_games .league .home_logo,
.all_games .league .league_logo {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.all_games .league .games_list_item:nth-child(even) .game_info {
  background-color: #d9d9d9;
}
.all_games .league .games_list--hasStats .games_list_item .game_stats {
  display: flex;
}
.all_games
  .league
  .games_list--hasStats
  .games_list_item:nth-child(even)
  .game_info {
  background-color: #fff;
}
.all_games
  .league
  .games_list--hasStats
  .games_list_item:last-child
  .game_info {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.all_games
  .league
  .games_list--hasStats
  .games_list_item:last-child
  .game_stats {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.all_games .league .games_list_item {
  display: flex;
  flex-direction: column;
}
.all_games .league .games_list_item .game_stats {
  display: none;
  flex-direction: column;
  background-color: #d9d9d9;
}
.all_games .league .games_list_item .game_stats_item {
  font-size: 14px;
  min-height: 2rem;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 0.5fr 1fr 0.5fr 0.5fr 0.5fr 1fr 0.5fr 1fr;
  text-align: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.all_games .league .games_list_item .game_stats_item:last-child {
  border: unset;
}
.all_games .league .games_list_item .game_stats_item :nth-child(1) {
  grid-column: 3/4;
}
.all_games .league .games_list_item .game_stats_item :nth-child(2) {
  grid-column: 4/7;
}
.all_games .league .games_list_item .game_info {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.5fr 1fr 0.5fr 0.5fr 0.5fr 1fr 0.5fr 1fr;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
}
.all_games .league .games_list_item .game_info .league-name {
  font-weight: bold;
}
.all_games .league .games_list_item .game_info .logo_name {
  color: #000;
}
.all_games .league .games_list_item .game_info .time {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.all_games .league .games_list_item .game_info .links a {
  text-decoration: none;
}
.all_games .league .games_list_item .game_info--fav {
  background-color: #0f9d68 !important;
}
.all_games .league .games_list_item:first-child .game_info {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.all_games .league .games_list_item:last-child .game_info {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.filtered {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.filtered .finished {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 7px solid #06338c;
  margin: 20px 0;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2264e1;
}
.filtered .options {
  width: 20%;
}
.filtered .options .header {
  margin-bottom: 8px;
}
.filtered .options .header .collapse-btn {
  display: none;
}
.filtered .options .content {
  border: 1px solid #fff;
}
.filtered .options .content .setting {
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.filtered .options .content .setting .team_options {
  display: flex;
  justify-content: space-between;
}
.filtered .options .content .active_filters {
  background-color: rgba(255, 255, 255, 0.3);
}
.filtered .options .content .active_filters_item {
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  padding-right: 15px;
  height: 20px;
}
.filtered .options .content .active_filters_item_removeIcon {
  border: 1px solid #fff;
  border-radius: 50%;
  font-weight: bolder;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.filtered .filtered_games {
  width: 75%;
}
.filtered .filtered_games .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.filtered .filtered_games .header .dropdown {
  font-size: 1rem;
  color: #fff;
  margin: 0 10px;
  border: none;
  padding: 0 10px;
}
.filtered .filtered_games .header .dropdown option {
  background-color: #333;
}
.filtered .filtered_games .home_name,
.filtered .filtered_games .away_name {
  font-size: 0.9rem;
  word-break: break-word;
}
.filtered .filtered_games .league_name {
  font-size: 0.9rem;
}
.filtered .filtered_games .time {
  font-size: 0.8rem;
}
@media only screen and (max-width: 900px) {
  .filtered {
    flex-direction: column;
  }
  .filtered .filtered_games .header {
    flex-direction: column;
  }
  .filtered .filtered_games .header .showFilters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    margin-bottom: 1rem;
  }
  .filtered .options {
    width: 100%;
    height: 120px;
    overflow: hidden;
  }
  .filtered .options--open {
    height: auto;
  }
  .filtered .options .header {
    display: flex;
    justify-content: space-between;
  }
  .filtered .options .header .collapse-btn {
    display: block;
    margin: 10px;
    color: #fff;
  }
  .filtered .options .header .collapse-btn a {
    color: #fff;
  }
  .filtered .filtered_games {
    width: 100%;
  }
  .filtered .filtered_games .league_name {
    font-size: 0.9rem;
  }
  .filtered
    .filtered_games
    .content
    .league
    .games
    .games_list
    .games_list_item
    .game_info {
    font-size: 12px;
    grid-template-columns: 1fr 0.5fr 1fr 0.3fr 0.3fr 1fr 0.5fr 1fr;
  }
  .filtered
    .filtered_games
    .content
    .league
    .games
    .games_list
    .games_list_item
    .game_info
    .home_name,
  .filtered
    .filtered_games
    .content
    .league
    .games
    .games_list
    .games_list_item
    .game_info
    .away_name {
    font-size: 0.9rem;
    word-break: break-word;
  }
  .filtered
    .filtered_games
    .content
    .league
    .games
    .games_list
    .games_list_item
    .game_info
    .time {
    font-size: 0.8rem;
  }
  .filtered
    .filtered_games
    .content
    .league
    .games
    .games_list
    .games_list_item
    .game_info
    .home_logo,
  .filtered
    .filtered_games
    .content
    .league
    .games
    .games_list
    .games_list_item
    .game_info
    .away_logo {
    width: 20px;
    height: 20px;
  }
  .filtered
    .filtered_games
    .content
    .league
    .games
    .games_list
    .games_list_item
    .game_info
    .versus {
    display: none;
  }
  .filtered
    .filtered_games
    .content
    .league
    .games
    .games_list
    .games_list_item
    .game_info
    .far {
    font-size: 18px;
  }
}
.slider {
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  user-select: none;
  margin-bottom: 2rem;
}
.slider input::-webkit-outer-spin-button,
.slider input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.slider input[type="number"] {
  -moz-appearance: textfield;
}
.slider_line {
  width: 100%;
  height: 15px;
  background: #d9d9d9;
}
.slider_input {
  position: absolute;
  height: 1rem;
  width: 5ch;
  font-size: 0.7rem;
  bottom: -2.4rem;
  text-align: center;
}
.slider_handle {
  height: 20px;
  width: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
}
.slider_handle_value {
  font-size: 10px;
  position: absolute;
  bottom: -15px;
  pointer-events: none;
}
.slider_handle_bg {
  height: 100%;
  width: 15px;
  background-color: #0f9d68;
  pointer-events: none;
}
.liveEvents > .container {
  max-height: 50%;
  top: 20%;
  height: 100%;
}
.liveEvents .content {
  overflow: scroll;
}
.live {
  width: 90%;
}
.live .fa-card {
  background-color: #fc4f4f;
  width: 10px;
  height: 15px;
}
.live .fa-card-yellow {
  width: 10px;
  height: 15px;
  background-color: #ffd500;
}
.live .cpa_section.options {
  height: 60px;
  overflow: hidden;
}
.live .cpa_section.options .content {
  visibility: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.live .cpa_section.options--open {
  height: auto;
}
.live .cpa_section.options--open .content {
  visibility: visible;
}
.live .header.triggerOptions {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem;
}
.live .header.triggerOptions .collapse-btn {
  display: block;
  margin: 10px;
  color: #fff;
}
.live .header.triggerOptions .collapse-btn a {
  color: #fff;
}
.live .filters .dropdown {
  color: #000 !important;
}
.live .filters .setting {
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.live .filters .setting .team_options {
  display: flex;
  justify-content: space-between;
}
.live .filters .active_filters {
  background-color: rgba(255, 255, 255, 0.3);
}
.live .filters .active_filters_item {
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  padding-right: 15px;
  height: 20px;
}
.live .filters .active_filters_item_removeIcon {
  border: 1px solid #fff;
  border-radius: 50%;
  font-weight: bolder;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.live #pressureIndexInfo {
  position: fixed;
  top: 5rem;
  width: 100%;
  left: 0;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.live #pressureIndexInfo .content {
  max-height: 30rem;
  overflow: auto;
  background: #fff;
  padding: 20px;
  width: 40%;
  border: 4px solid #2264e1;
  position: relative;
}
.live .live_header_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  width: 100%;
  font-size: 1rem;
}
.live .live_header_grid .btnToggleEsports {
  width: 10rem;
}
.live .header {
  display: block;
}
.live .header .dropdown {
  font-size: 1rem;
  color: #fff;
  margin: 0 10px;
  border: none;
  padding: 0 10px;
}
.live .header .enabled_stats {
  display: flex;
}
.live .header .enabled_stats_remove {
  border: 1px solid #000;
  border-radius: 50%;
  font-weight: bolder;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
}
.live .header .enabled_stats .badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 1px;
}
.live .content .live_sort {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(9, 1fr);
  font-size: 14px;
}
.live .content .games_list .games_list_item,
.live .content .other_games_list .games_list_item {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  display: grid;
  grid-template-columns: 0.25fr 1fr 0.1fr;
}
.live .content .games_list .games_list_item--hasStats,
.live .content .other_games_list .games_list_item--hasStats {
  grid-template-columns: 0.25fr 1fr 0.8fr 0.1fr;
}
.live .content .games_list .games_list_item--hasStats .stats,
.live .content .other_games_list .games_list_item--hasStats .stats {
  display: grid !important;
}
.live .content .games_list .games_list_item:not(:last-child),
.live .content .other_games_list .games_list_item:not(:last-child) {
  margin-bottom: 20px;
}
.live .content .games_list .games_list_item .time,
.live .content .other_games_list .games_list_item .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.live .content .games_list .games_list_item .time .minutes,
.live .content .other_games_list .games_list_item .time .minutes {
  color: #fff;
  padding: 0.5rem 1rem;
}
.live .content .games_list .games_list_item .time .mobile_name,
.live .content .other_games_list .games_list_item .time .mobile_name {
  display: none;
}
.live .content .games_list .games_list_item .time .mobile_links,
.live .content .other_games_list .games_list_item .time .mobile_links {
  display: none;
}
.live .content .games_list .games_list_item .links,
.live .content .other_games_list .games_list_item .links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.live .content .games_list .games_list_item .events,
.live .content .other_games_list .games_list_item .events {
  grid-column: 1/5;
  height: 30px;
  position: relative;
}
.live .content .games_list .games_list_item .events_bar,
.live .content .other_games_list .games_list_item .events_bar {
  background: #9cffa4;
  background: linear-gradient(90deg, #9cffa4 0%, #00531c 100%);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.live .content .games_list .games_list_item .events_bar .ht,
.live .content .other_games_list .games_list_item .events_bar .ht {
  width: 1px;
  height: 150%;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #000;
}
.live .content .games_list .games_list_item .events_icon,
.live .content .other_games_list .games_list_item .events_icon {
  position: absolute;
  bottom: 5px;
  z-index: 2;
}
.live .content .games_list .games_list_item .events_home,
.live .content .other_games_list .games_list_item .events_home {
  color: #00ffa2;
}
.live .content .games_list .games_list_item .events_away,
.live .content .other_games_list .games_list_item .events_away {
  color: #ff0000;
}
.live .content .games_list .games_list_item .pressureIndex,
.live .content .other_games_list .games_list_item .pressureIndex {
  height: 100px;
  grid-column: 1/5;
  display: flex;
  align-items: center;
}
.live .content .games_list .games_list_item .pressureIndex .pibar,
.live .content .other_games_list .games_list_item .pressureIndex .pibar {
  width: 1.11%;
  height: 1px;
  transform-origin: top;
  box-sizing: border-box;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.live .content .games_list .games_list_item .separator-left,
.live .content .other_games_list .games_list_item .separator-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live .content .games_list .games_list_item .separator-right,
.live .content .other_games_list .games_list_item .separator-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live .content .games_list .games_list_item .stats,
.live .content .other_games_list .games_list_item .stats {
  display: none;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  font-size: 12px;
  text-align: center;
}
.live .content .games_list .games_list_item .stats_value,
.live .content .other_games_list .games_list_item .stats_value {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  grid-row: 2;
}
.live .content .games_list .games_list_item .mobile_facts,
.live .content .other_games_list .games_list_item .mobile_facts {
  display: none;
}
.live .content .games_list .games_list_item .teams_facts,
.live .content .other_games_list .games_list_item .teams_facts {
  display: grid;
  grid-template-columns: 2fr repeat(7, 1fr);
  align-items: center;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
}
.live .content .games_list .games_list_item .teams_facts .space,
.live .content .other_games_list .games_list_item .teams_facts .space {
  grid-column-start: 2;
}
.live .content .games_list .games_list_item .result,
.live .content .other_games_list .games_list_item .result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.live .content .games_list .games_list_item .result .badge,
.live .content .other_games_list .games_list_item .result .badge {
  min-width: 1rem;
  font-size: 14px;
}
.live .content .games_list .games_list_item .result .goals,
.live .content .other_games_list .games_list_item .result .goals {
  margin-left: 25px;
  margin-right: 15px;
}
.live .content .games_list .games_list_item .game_facts,
.live .content .other_games_list .games_list_item .game_facts {
  display: flex;
  flex-direction: column;
}
.live .content .games_list .games_list_item .game_facts_header,
.live .content .other_games_list .games_list_item .game_facts_header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 10px;
}
.live .content .live-compact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.live .content .live-compact .games_list_item {
  display: flex;
  flex-direction: column;
}
.live .content .live-compact .games_list_item .links {
  display: none;
}
.live .content .live-compact .games_list_item .teams_facts {
  display: none;
}
.live .content .live-compact .games_list_item .mobile_facts {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.live .content .live-compact .games_list_item .mobile_facts_item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 3px;
}
.live .content .live-compact .games_list_item .time {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.live .content .live-compact .games_list_item .time .league_name {
  display: none;
}
.live .content .live-compact .games_list_item .time .mobile_name {
  font-size: 12px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 0.3fr 0.3fr 1fr;
}
.live
  .content
  .live-compact
  .games_list_item
  .time
  .mobile_name
  .mobile_home_name,
.live
  .content
  .live-compact
  .games_list_item
  .time
  .mobile_name
  .mobile_away_name {
  font-weight: bold;
}
.live
  .content
  .live-compact
  .games_list_item
  .time
  .mobile_name
  .mobile_home_result,
.live
  .content
  .live-compact
  .games_list_item
  .time
  .mobile_name
  .mobile_away_result {
  font-size: 14px;
}
.live
  .content
  .live-compact
  .games_list_item
  .time
  .mobile_name
  .mobile_league {
  grid-column: 2/4;
}
.live
  .content
  .live-compact
  .games_list_item
  .time
  .mobile_name
  .mobile_home_name_cards,
.live
  .content
  .live-compact
  .games_list_item
  .time
  .mobile_name
  .mobile_away_name_cards {
  position: relative;
}
.live .content .live-compact .games_list_item .time .mobile_links {
  display: block;
}
@media only screen and (max-width: 1500px) {
  .live .live_header_grid {
    grid-template-columns: 1fr;
  }
  .live .cpa_section.options .content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1000px) {
  .live .liveStatsShow {
    flex-direction: column;
  }
  .live .pressureIndexInfoText {
    flex-direction: column;
  }
  .live .cpa_section.options .content {
    grid-template-columns: 1fr;
  }
  .live #pressureIndexInfo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    height: 100%;
  }
  .live #pressureIndexInfo .content {
    max-height: 70%;
    overflow: auto;
    background: #fff;
    padding: 20px;
    width: 75%;
    border: 4px solid #2264e1;
    position: relative;
  }
  .live .header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
  }
  .live .header .live {
    margin-left: 0;
    margin-right: 0;
  }
  .live .header .enabled_stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .live .live_header_grid {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .live .live_header_grid .liveFilters {
    flex-direction: column;
  }
  .live .live_header_grid .statToggle {
    flex-direction: column;
  }
  .live .live_header_grid .statToggle .btnToggleEsports {
    width: auto;
  }
  .live .live_header_grid .statSearch {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .live .live_header_filters {
    display: flex;
    align-items: center;
  }
  .live .content .live_sort {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
  }
  .live .content .live-compact {
    grid-template-columns: 1fr;
  }
  .live .content .games_list .games_list_item,
  .live .content .other_games_list .games_list_item {
    display: flex;
    flex-direction: column;
  }
  .live .content .games_list .games_list_item .links,
  .live .content .other_games_list .games_list_item .links {
    display: none;
  }
  .live .content .games_list .games_list_item .teams_facts,
  .live .content .other_games_list .games_list_item .teams_facts {
    display: none;
  }
  .live .content .games_list .games_list_item .mobile_facts,
  .live .content .other_games_list .games_list_item .mobile_facts {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .live .content .games_list .games_list_item .mobile_facts_item,
  .live .content .other_games_list .games_list_item .mobile_facts_item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 3px;
  }
  .live .content .games_list .games_list_item .time,
  .live .content .other_games_list .games_list_item .time {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .live .content .games_list .games_list_item .time .league_name,
  .live .content .other_games_list .games_list_item .time .league_name {
    display: none;
  }
  .live .content .games_list .games_list_item .time .mobile_name,
  .live .content .other_games_list .games_list_item .time .mobile_name {
    font-size: 12px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 0.3fr 0.3fr 1fr;
  }
  .live
    .content
    .games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_home_name,
  .live
    .content
    .games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_away_name,
  .live
    .content
    .other_games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_home_name,
  .live
    .content
    .other_games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_away_name {
    font-weight: bold;
  }
  .live
    .content
    .games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_home_result,
  .live
    .content
    .games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_away_result,
  .live
    .content
    .other_games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_home_result,
  .live
    .content
    .other_games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_away_result {
    font-size: 14px;
  }
  .live .content .games_list .games_list_item .time .mobile_name .mobile_league,
  .live
    .content
    .other_games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_league {
    grid-column: 2/4;
  }
  .live
    .content
    .games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_home_name_cards,
  .live
    .content
    .games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_away_name_cards,
  .live
    .content
    .other_games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_home_name_cards,
  .live
    .content
    .other_games_list
    .games_list_item
    .time
    .mobile_name
    .mobile_away_name_cards {
    position: relative;
  }
  .live .content .games_list .games_list_item .time .mobile_links,
  .live .content .other_games_list .games_list_item .time .mobile_links {
    display: block;
  }
}
@media only screen and (max-width: 1500px) {
  .live {
    width: 100%;
  }
}
.analysis {
  width: 90%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.analysis .analysis_odds .oddsTables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.analysis_sidebar {
  display: flex;
  margin-bottom: 1rem;
}
.analysis_sidebar .sidebar_item {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 15px 40px;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: #fff;
}
.analysis_sidebar .sidebar_item--active {
  background-color: #2264e1;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.analysis .global_analysis .header.custom {
  justify-content: space-between;
}
.analysis .global_analysis .header.custom .customAnalysis {
  display: flex;
  align-items: center;
}
.analysis .global_analysis .header.custom .customAnalysis .dropdown {
  background: #fff;
  font-size: 16px;
  padding: 5px;
}
.analysis .global_analysis .analysis_header {
  display: flex;
  justify-content: space-around;
  min-height: 120px;
}
.analysis .global_analysis .analysis_header .match_league {
  background-color: #333;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
}
.analysis .global_analysis .analysis_header .match_league .league_logo {
  width: 80px;
  object-fit: contain;
}
.analysis .global_analysis .analysis_header .match_stats {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
}
.analysis .global_analysis .analysis_header .match_stats .match_date {
  text-align: center;
  font-weight: bolder;
}
.analysis .global_analysis .analysis_header .match_stats .team_name {
  font-weight: bolder;
}
.analysis .global_analysis .analysis_header .match_stats .match_result {
  display: flex;
  flex-direction: column;
}
.analysis .global_analysis .analysis_header .match_stats .match_result .result {
  display: grid;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
}
.analysis
  .global_analysis
  .analysis_header
  .match_stats
  .match_result
  .result
  > :last-child,
.analysis
  .global_analysis
  .analysis_header
  .match_stats
  .match_result
  .result
  > :first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.analysis
  .global_analysis
  .analysis_header
  .match_stats
  .match_result
  .result
  .middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.analysis
  .global_analysis
  .analysis_header
  .match_stats
  .match_result
  .result
  .middle
  hr {
  width: 10%;
  margin: 7px;
}
.analysis
  .global_analysis
  .analysis_header
  .match_stats
  .match_result
  .form_home {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.analysis
  .global_analysis
  .analysis_header
  .match_stats
  .match_result
  .form_away {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.analysis
  .global_analysis
  .analysis_header
  .match_stats
  .match_result
  .form
  .badge {
  margin: 3px;
}
.analysis .global_analysis .analysis_header .match_stats .match_result .badge {
  width: 15px;
  font-size: 14px;
}
.analysis .global_analysis .match_facts {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.analysis .global_analysis .match_facts .content {
  background-color: #fff;
}
.analysis .global_analysis .match_facts .content .fact_list .match_fact {
  border-top: 1px solid #ccc;
}
.analysis
  .global_analysis
  .match_facts
  .content
  .fact_list
  .match_fact:not(:last-child) {
  margin-bottom: 15px;
}
.analysis
  .global_analysis
  .match_facts
  .content
  .fact_list
  .match_fact
  .fact_name {
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.analysis
  .global_analysis
  .match_facts
  .content
  .fact_list
  .match_fact
  .fact_values {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  align-items: center;
  text-align: center;
  grid-gap: 10px;
  padding: 5px;
}
.analysis
  .global_analysis
  .match_facts
  .content
  .fact_list
  .match_fact
  .fact_bars {
  display: grid;
  grid-template-columns: 0.2fr 1fr 0.2fr;
  text-align: center;
  align-items: center;
}
.analysis .global_analysis .events_facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.analysis .global_analysis .match_events {
  position: relative;
  margin-top: 30px;
}
.analysis .global_analysis .match_events .content {
  position: relative;
  background-color: #fff;
}
.analysis .global_analysis .match_events .events-list {
  display: flex;
  flex-direction: column-reverse;
}
.analysis .global_analysis .match_events .events-list .fa-card {
  background-color: #fc4f4f;
  width: 10px;
  height: 15px;
}
.analysis .global_analysis .match_events .events-list .fa-card-yellow {
  width: 10px;
  height: 15px;
  background-color: #ffd500;
}
.analysis .global_analysis .match_events .events-list .event-item {
  display: grid;
  grid-template-columns: 0.3fr 1fr 1fr;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.analysis
  .global_analysis
  .match_events
  .events-list
  .event-item:nth-child(even) {
  background-color: #d9d9d9;
}
.analysis
  .global_analysis
  .match_events
  .events-list
  .event-item:not(:last-child) {
  border-bottom: 1px solid #333;
}
.analysis .global_analysis .match_events .events-list .event-item-away {
  text-align: center;
}
.analysis
  .global_analysis
  .match_events
  .events-list
  .event-item-away
  :last-child {
  justify-content: center;
  display: flex;
  align-items: center;
  grid-column-start: 3;
}
.analysis .global_analysis .match_events .events-list .event-item-home {
  text-align: center;
}
.analysis
  .global_analysis
  .match_events
  .events-list
  .event-item-home
  :last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-start: 2;
}
.analysis .analysis_comparison {
  margin-top: 30px;
}
.analysis .analysis_comparison .content {
  display: grid;
  background-color: transparent;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.analysis .league_table {
  background-color: transparent;
}
.analysis .league_table thead tr {
  background-color: transparent;
}
.analysis .league_table th {
  color: #fff;
}
.analysis .league_table td {
  padding: 10px;
}
.analysis .interval_graphs {
  margin-top: 30px;
}
.analysis .interval_graphs .bar_graph_horizontal {
  background-color: #fff;
}
.analysis .corners_prediction {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  grid-gap: 10px;
}
.analysis .corners_prediction .live_prediction .content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: #fff;
}
.analysis .corners_prediction .live_prediction .content .prediction_values div {
  display: flex;
  justify-content: center;
}
.analysis
  .corners_prediction
  .live_prediction
  .content
  .prediction_values
  div:nth-child(even) {
  font-size: 18px;
}
.analysis .corners_prediction .over_corners .header {
  display: flex;
  justify-content: space-between;
}
.analysis .other_corners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.analysis .other_corners .header {
  display: flex;
  justify-content: space-between;
}
.analysis .other_corners .content {
  background-color: #fff;
}
.analysis .other_goals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.analysis .other_goals .header {
  display: flex;
  justify-content: space-between;
}
.analysis .other_goals .content {
  background-color: #fff;
}
.analysis .goals_comparison {
  margin-top: 30px;
}
.analysis .goals_comparison .content {
  display: grid;
  background-color: transparent;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.analysis .goals_comparison .content .comparison_grid > div {
  height: 3em;
}
.analysis .goals_prediction {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 10px;
}
.analysis .goals_prediction .over_goals .header {
  display: flex;
  justify-content: space-between;
}
.analysis .analysis_live .pressureIndex {
  height: 60px;
  grid-column: 1/5;
  display: flex;
  align-items: center;
}
.analysis .analysis_live .pressureIndex .pibar {
  width: 1.11%;
  height: 1px;
  transform-origin: top;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.analysis .analysis_live .pressureIndex-wrapper {
  background-color: #fff;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.analysis .analysis_live .pressureIndex-wrapper h3 {
  text-align: center;
  margin-bottom: 15px;
}
.analysis .analysis_live .events {
  width: 100%;
  height: 30px;
  position: relative;
}
.analysis .analysis_live .events_bar {
  background: #9cffa4;
  background: linear-gradient(90deg, #9cffa4 0%, #00531c 100%);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.analysis .analysis_live .events_bar .ht {
  width: 1px;
  height: 150%;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #000;
}
.analysis .analysis_live .events_icon {
  position: absolute;
  bottom: 5px;
  z-index: 2;
}
.analysis .analysis_live .events_home {
  color: #0f9d68;
}
.analysis .analysis_live .events_away {
  color: #fc4f4f;
}
.analysis .analysis_live .events .fa-card {
  background-color: #fc4f4f;
  width: 10px;
  height: 15px;
}
.analysis .analysis_live .events .fa-card-yellow {
  width: 10px;
  height: 15px;
  background-color: #ffd500;
}
@media only screen and (max-width: 900px) {
  .analysis {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .analysis_sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .analysis_main {
    width: 100%;
  }
  .analysis_main .analysis_header {
    height: auto !important;
    flex-direction: column;
  }
  .analysis_main .analysis_header .match_league {
    width: 100% !important;
    margin: 0 !important;
  }
  .analysis_main .analysis_header .match_stats {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
  }
  .analysis_main .analysis_header .match_stats .match_result > .result {
    grid-template-columns: 1fr !important;
  }
  .analysis_main .analysis_odds .oddsTables {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .analysis_content .analysis_global .analysis_comparison .header.custom {
    flex-direction: column;
  }
  .analysis_content
    .analysis_global
    .analysis_comparison
    .header.custom
    .customAnalysis {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .analysis_content
    .analysis_global
    .analysis_comparison
    .header.custom
    .customAnalysis
    .dropdown {
    background: #fff;
    font-size: 16px;
    padding: 5px;
  }
  .analysis_content .analysis_global .analysis_comparison .content {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_global .matches .content {
    overflow-x: scroll;
  }
  .analysis_content .analysis_global .matches .header {
    justify-content: flex-start !important;
  }
  .analysis_content .analysis_league_table {
    overflow-x: scroll;
    margin-top: 1rem;
  }
  .analysis_content .analysis_corners .analysis_comparison .content {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_corners .other_corners {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_corners .corners_prediction {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_goals .analysis_comparison .content {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_goals .goals_comparison .content {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_goals .other_goals {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_goals .goals_prediction {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_cards .analysis_comparison .content {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_cards .other_goals {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_cards .goals_prediction {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_live .events_facts {
    grid-template-columns: 1fr;
  }
  .analysis_content .analysis_live .events_facts .pressureIndex {
    height: 60px;
    grid-column: 1/5;
    display: flex;
    align-items: center;
  }
  .analysis_content .analysis_live .events_facts .pressureIndex .pibar {
    width: 1.11%;
    height: 1px;
    transform-origin: top;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}
.automated_tips {
  width: 80%;
  margin-top: 30px;
}
.automated_tips .header {
  display: flex;
}
.automated_tips .header .dropdown {
  font-size: 18px;
  color: #fff;
  margin: 0 10px;
  border: none;
  padding: 0 10px;
}
.automated_tips .header .dropdown option,
.automated_tips .header .dropdown optgroup {
  background-color: #333;
  color: #fff;
}
.automated_tips .header .tips_types {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.automated_tips .content {
  background-color: transparent;
}
.automated_tips .content .tip_desc {
  color: #fff;
}
.automated_tips .content .tips_table {
  margin-top: 20px;
  background-color: transparent;
}
.automated_tips .content .tips_table thead tr {
  background-color: transparent;
}
.automated_tips .content .tips_table th {
  color: #fff;
}
.automated_tips .content .tips_table td {
  padding: 10px;
}
@media only screen and (max-width: 900px) {
  .automated_tips {
    width: 100%;
  }
  .automated_tips .header {
    display: flex;
    flex-direction: column;
  }
  .automated_tips .header .dropdown {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .automated_tips .header .tips_types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .automated_tips .header .tips_types > * {
    margin: 6px;
  }
}
.botNav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin-top: 1rem;
}
.botContent {
  width: 100%;
  display: flex;
  justify-content: center;
}
.buyBot {
  padding: 1rem;
  width: 50%;
  line-height: 2rem;
  background: #fff;
}
.buyBot .latestTips {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-height: 20rem;
  overflow: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sold {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 90%;
}
.sold .totalBotStats {
  width: 30%;
}
.sold .totalBotStats .content {
  background: #fff;
  padding: 1rem;
}
.sold .totalBotStats .content .board {
  margin: 1rem;
  background-color: #2264e1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
.soldBotList {
  width: 30%;
  margin-left: 2rem;
}
.soldBotList .getInfo {
  color: #2264e1;
  cursor: pointer;
}
.soldInfo {
  width: 100%;
  margin-left: 2rem;
}
.soldInfo .content {
  background: #fff;
  padding: 1rem;
}
.soldInfo .content .botStats {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  grid-gap: 1rem;
  text-align: center;
}
.soldInfo .content .tables {
  max-height: 30rem;
  overflow-y: auto;
}
.bought {
  width: 50%;
}
.bot {
  width: 80%;
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  grid-gap: 10px;
}
.bot .user_bots .header {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.bot .user_bots .header .fa-question-circle {
  color: #fff;
}
.bot .user_bots .content {
  background-color: #fff;
}
.bot .user_bots .content .bot_list {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.bot .user_bots .content .bot_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.bot .user_bots .content .bot_list_item .bot_options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bot .user_bots .content .bot_list_item .bot_options div {
  display: flex;
  margin: 0 5px;
}
.bot .user_bots .content .bot_list_item .bot_options a {
  padding: 5px;
}
.bot .user_bots .content .bot_list_item .bot_options a .fa-edit {
  color: #2264e1;
}
.bot .user_bots .content .bot_list_item .bot_options a .fa-trash-alt {
  color: #fc4f4f;
}
.bot .user_bots .content .bot_list_item:nth-child(even) {
  background-color: #d9d9d9;
}
.bot .strategy .header {
  padding: 0 10px;
}
.bot .strategy .content {
  background-color: #fff;
  padding: 30px;
}
.bot .strategy .content .bot_add {
  display: flex;
  flex-direction: column;
}
.bot .strategy .content .bot_add .criterium_extra {
  display: flex;
  flex-direction: column;
}
.bot .strategy .content .bot_add .textInput {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  padding: 5px;
}
.bot .strategy .content .bot_add .dropdown {
  width: 100%;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  padding: 5px;
}
.bot .strategy .content .bot_add .controls {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bot .strategy .content .bot_add .controls .button {
  width: 200px;
}
.bot .criteriums .header {
  padding: 0 10px;
}
.bot .criteriums .content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.bot .criteriums .criterium_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin: 10px;
}
.bot .criteriums .criterium_list_item {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.bot .criteriums .criterium_list_item .fa-trash-alt {
  color: #fc4f4f;
}
.bot .criteriums .criterium_list_item .criterium_name {
  display: flex;
  justify-content: space-between;
}
.bot .criteriums .criterium_list_item .desc {
  font-size: 10px;
}
.bot .criteriums .criterium_list_item .slider_line {
  background-color: #333;
}
.bot .criteriums .criterium_list_item:nth-child(even) {
  background-color: #d9d9d9;
}
.bot .criteriums .controls {
  border-top: 1px solid #ccc;
  margin: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bot .criteriums .controls .button {
  margin-top: 10px;
  width: 200px;
}
.other_bots .header {
  padding: 0 10px;
}
.other_bots .content {
  background-color: #fff;
}
.other_bots .content .other_bot_list {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.other_bots .content .other_bot_list .bot_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other_bots .content .other_bot_list .bot_list_item .bot_options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other_bots .content .other_bot_list .bot_list_item .bot_options div {
  display: flex;
  margin: 0 5px;
}
.other_bots .content .other_bot_list .bot_list_item .bot_options a {
  padding: 5px;
}
.other_bots .content .other_bot_list .bot_list_item .bot_options a .fa-edit {
  color: #2264e1;
}
.other_bots
  .content
  .other_bot_list
  .bot_list_item
  .bot_options
  a
  .fa-trash-alt {
  color: #fc4f4f;
}
.other_bots .content .other_bot_list .bot_list_item:nth-child(even) {
  background-color: #d9d9d9;
}
.botList {
  width: 90%;
}
.botList .content {
  background-color: #fff;
}
.botInfo {
  width: 50%;
}
#botSell .content {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
#botSell .content .switch {
  margin-left: 2rem;
}
#botSell .content .botLink-wrapper {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#botSell .content .botLink-wrapper .button {
  width: 3rem;
  height: 3rem;
  outline: none;
  border: 0;
}
#botSell .content .botLink-wrapper .botLink {
  background: #d3d3d3;
  color: #000;
  height: 100%;
  border: 0;
  width: 80%;
  text-align: center;
  outline: none;
}
#botSell .content .conversion {
  color: #0f9d68;
  font-size: 11px;
  width: 10rem;
}
#botSell .content .cpa-flex-row {
  align-items: center;
}
#botSell .content .botDesc {
  min-height: 5rem;
  max-height: 5rem;
  height: 5rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.botInstructions .header {
  font-size: 18px;
  margin-bottom: 20px;
}
.botInstructions .header .fa-times {
  color: #000;
}
.botInstructions .content {
  background-color: #fff;
}
.botInstructions .content ol {
  padding: 20px;
}
.botInstructions .content .bot_options {
  border: 2px solid #2264e1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.botInstructions .content .bot_options div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 5px;
  font-size: 12px;
}
.botInstructions .content .bot_options .option-text {
  border: 2px dashed #000;
  color: #2264e1;
  font-size: 14px;
  padding: 5px;
}
.botInstructions .content .bot_options .bot_option:nth-child(even) {
  background-color: rgba(34, 100, 225, 0.3);
}
.botInstructions .content .controls {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.botInstructions .content .controls .button {
  width: 200px;
  height: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  #botSell .main {
    max-height: 100%;
    overflow: auto;
  }
  #botSell .main .content .cpa-flex-row {
    flex-direction: column;
  }
  .botNav {
    grid-template-columns: 1fr 1fr;
  }
  .bot {
    grid-template-columns: 1fr;
  }
  .buyBot {
    width: 80%;
  }
  .buyBot .latestTips {
    overflow: auto;
  }
  .sold {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .sold .totalBotStats {
    width: auto;
  }
  .sold .soldBotList {
    width: auto;
    margin: 0;
    margin-bottom: 2rem;
  }
  .sold .soldInfo {
    margin: 0;
  }
  .sold .soldInfo .botStats {
    grid-template-columns: 1fr;
  }
  .sold .soldInfo .cpa-flex-row {
    flex-direction: column;
  }
  .bought {
    width: 90%;
  }
  .botList {
    width: 100%;
  }
  .botList .scrollable {
    overflow: auto;
  }
}
.botv2 {
  width: 90%;
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  grid-gap: 1rem;
}
.botv2 .switchParent {
  display: flex;
  align-items: center;
}
.botv2 .sliderWrapper {
  padding: 0 !important;
}
.botv2 .cpa_tab_btn--icon {
  justify-content: center;
  align-items: center;
}
.botv2 .cpa_tab_btn--icon object {
  pointer-events: none;
}
@media only screen and (max-width: 900px) {
  .botv2 {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.botv2 .user_bots .header {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.botv2 .user_bots .header .fa-question-circle {
  color: #fff;
}
.botv2 .user_bots .content {
  background-color: #fff;
}
.botv2 .user_bots .content .bot_list {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.botv2 .user_bots .content .bot_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.botv2 .user_bots .content .bot_list_item .bot_options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.botv2 .user_bots .content .bot_list_item .bot_options div {
  display: flex;
  margin: 0 5px;
}
.botv2 .user_bots .content .bot_list_item .bot_options a {
  padding: 5px;
}
.botv2 .user_bots .content .bot_list_item .bot_options a .fa-edit {
  color: #2264e1;
}
.botv2 .user_bots .content .bot_list_item .bot_options a .fa-trash-alt {
  color: #fc4f4f;
}
.botv2 .user_bots .content .bot_list_item:nth-child(even) {
  background-color: #d9d9d9;
}
.botv2 .bot_settings .content {
  padding: 1.2rem;
  background: #fff;
}
.botv2 .bot_settings .content > div {
  padding: 0.6rem;
}
.botv2 .bot_settings .content .criteriumPicker {
  margin: 1rem 0;
}
.botv2 .bot_settings .content .criteriumPicker .cpa_tab_btn > img,
.botv2 .bot_settings .content .criteriumPicker .cpa_tab_btn :first-child {
  width: 2rem;
  height: 2rem;
  object-fit: fill;
  font-size: 2rem;
  line-height: 2rem;
  margin-right: 1rem;
}
.botv2 .summary .button {
  height: 3rem;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.botv2 .criteriumsList {
  background: #fff;
  padding: 1.2rem;
}
.botv2 .criteriumsList > .critSettings .criteriumName {
  font-size: 1.2rem;
  font-weight: lighter;
  text-align: center;
}
.botv2 .criteriumsList > .critSettings .collapsed {
  justify-content: space-between;
}
.botv2 .criteriumsList > .critSettings .collapsed .criteriumName {
  text-align: left;
}
.botv2 .criteriumsList > .critSettings .collapsed .button {
  width: 2rem;
  height: 2rem;
  margin-left: 0.4rem;
}
.botv2 .criteriumsList > .critSettings .settings {
  margin-bottom: 1.5rem;
}
.botv2 .criteriumsList > .critSettings .settings .timeSettings .sliderWrapper {
  grid-column: 1/4;
}
.botv2 .criteriumsList > .critSettings .criteriumDesc {
  text-align: center;
  padding-top: 0.5rem;
}
.botv2 .criteriumsList > .critSettings .sliderWrapper h4.name {
  margin: 1rem;
}
.botv2 .criteriumsList > .critSettings:not(:last-child) {
  border-bottom: 3px dashed #000;
  padding: 1.4rem 0;
}
.botv2 .criteriumSettings .settings #perMinuteToggles {
  grid-column: 1/4;
}
@media only screen and (max-width: 900px) {
  .botv2 .criteriumSettings .settings #perMinuteToggles {
    grid-column: 1fr;
  }
}
.botv2 .criteriumSettings .settings .sliderWrapper {
  grid-column: 1/4;
}
@media only screen and (max-width: 900px) {
  .botv2 .criteriumSettings .settings .sliderWrapper {
    grid-column: 1fr;
  }
}
.user_page {
  width: 90%;
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
.user_page_sidebar {
  display: flex;
  flex-direction: column;
  width: 20%;
  margin-right: 30px;
}
.user_page_sidebar .sidebar_item {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 15px 20px;
  padding-right: 20px;
  margin: 10px;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: #fff;
}
.user_page_sidebar .sidebar_item--active {
  background-color: #2264e1;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.user_page .content {
  width: 50%;
  padding: 20px;
  background-color: #fff;
}
.user_page .content .account_info {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  grid-gap: 20px;
}
.user_page .content .account_info .subscription_status {
  color: #0f9d68;
  text-shadow: #474747 1px 0 0;
  font-weight: bolder;
  font-size: 16px;
}
.user_page .content .account_info .subscription_renew {
  font-size: 14px;
  color: #2264e1;
}
.user_page .content .account_info div {
  display: flex;
}
.user_page .content .account_info .dropdown {
  width: 100%;
}
.user_page .content .settings {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  grid-gap: 20px;
}
.user_page .content .settings .dropdown {
  width: 100%;
}
.user_page .content .settings .fav_teams {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.user_page .content .settings .fav_teams .remove {
  border: 1px solid #000;
  border-radius: 50%;
  font-weight: bolder;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
}
.user_page .content .settings .fav_teams .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.user_page .content .payment .subscription {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.user_page .content .payment .subscription_status {
  color: #0f9d68;
  text-shadow: #474747 1px 0 0;
  font-weight: bolder;
  font-size: 16px;
}
.user_page .content .payment .subscription_renew {
  font-size: 14px;
  color: #2264e1;
}
.user_page .content .payment .paypal {
  margin-top: 20px;
}
.user_page .content .payment .paypal #paypalButtons {
  display: flex;
  justify-content: center;
}
.user_page .content .support {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user_page .content .support .header {
  font-size: 14px;
}
.user_page .content .support .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.user_page .content .referal .board {
  margin: 1rem;
  background-color: #2264e1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
@media only screen and (max-width: 900px) {
  .user_page {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .user_page_sidebar {
    width: 100%;
  }
  .user_page .settings,
  .user_page .support .content,
  .user_page .account_info {
    grid-template-columns: 1fr !important;
  }
  .user_page .user_content {
    width: 90%;
    padding: 10px;
  }
}
.login {
  width: 50%;
  margin-top: 30px;
}
.login .content {
  background-color: #fff;
  padding: 20px;
}
.login .content .form {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 15px;
}
.login .content .form .message {
  color: #fc4f4f;
  font-size: 14px;
  font-weight: bold;
}
.login .content .form .submit {
  height: 40px;
}
@media only screen and (max-width: 900px) {
  .login {
    width: 90%;
  }
}
.register {
  width: 50%;
  margin-top: 30px;
}
.register .content {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.register .content .form {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 15px;
}
.register .content .form .submit {
  grid-column: 2/3;
  height: 40px;
}
@media only screen and (max-width: 900px) {
  .register {
    width: 90%;
  }
}
.premium {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  background: #031c2a;
}
.premium > .header {
  background: url("../images/header_bg.jpg");
  height: 550px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10%;
}
.premium > .header .header_text {
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-family: Roboto;
  text-align: right;
  margin-top: 10%;
  width: 70%;
}
@media only screen and (max-width: 900px) {
  .premium > .header .header_text {
    width: 80%;
  }
}
.premium > .header .cta-button {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border: none;
  width: 325px;
  height: 73px;
  text-transform: uppercase;
  transition: 0.5s;
  background: linear-gradient(to right, #2264e1, #06338c);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.premium > .header .cta-button:hover {
  background: url("../images/svg/blue_stripes.svg"),
    linear-gradient(to right, #2264e1, #06338c);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 400px;
}
.premium .main_features {
  background: url("../images/svg/blue_stripes.svg"), #fff;
  padding: 0 10%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.premium .main_features .top {
  padding: 3rem 0;
}
.premium .main_features .top h2 {
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  color: #2264e1;
  text-transform: uppercase;
}
.premium .main_features .top h3 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
}
.premium .main_features .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.premium .main_features .list .pressureIndexImage {
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .premium .main_features .list .pressureIndexImage {
    width: 100%;
  }
}
.premium .main_features .list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premium .main_features .list_item img {
  width: 80px;
  margin-right: 2rem;
}
.premium > .features {
  width: 100%;
  background: url("../images/feature_bg.jpg"), #031c2a;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 600px;
}
.premium > .features .features_text {
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem;
}
.premium > .features .features_list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
}
@media only screen and (max-width: 900px) {
  .premium > .features .features_list {
    grid-template-columns: 1fr;
  }
}
.premium > .features .features_list_item {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 1rem 0;
}
.premium > .features .features_list_item > img {
  width: 32px;
}
.premium > .features .features_list_item > span {
  color: #fff;
  font-style: italic;
  font-size: 20px;
}
.premium .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.premium .cta h1 {
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  color: #2264e1;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .premium .cta h1 {
    padding: 0 20px;
  }
}
.premium .cta .cta-button {
  background: linear-gradient(to right, #2264e1, #06338c);
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border: none;
  width: 325px;
  height: 73px;
  text-transform: uppercase;
  transition: 0.5s;
}
.premium .cta .cta-button:hover {
  background: url("../images/svg/blue_stripes.svg"),
    linear-gradient(to right, #2264e1, #06338c);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 400px;
}
.premium .pricing {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  color: #fff;
  padding: 2% 10%;
}
.premium .pricing_feature {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px;
  border-bottom: #06338c;
}
.premium .pricing_free,
.premium .pricing_paid {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.premium .pricing_free img,
.premium .pricing_paid img {
  max-width: 32px;
  max-height: 32px;
}
.premium .pricing_tier {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5%;
  background: #fff;
}
.premium .pricing_tier .header {
  text-align: left;
  width: 90%;
}
.premium .pricing_tier .header .tier_name {
  font-size: 1.75rem;
}
.premium .pricing_tier .header .tier_price {
  font-size: 1.75rem;
  position: relative;
  top: 10px;
}
.premium .pricing_tier .content {
  margin: 20px 0;
  border-top: 1px solid #2264e1;
}
.premium .pricing_tier .content .features_list {
  list-style: none;
  padding: 10px;
}
.premium .contact {
  padding: 5% 10%;
  background: url("../images/svg/white_stripes.svg"),
    linear-gradient(to left, #06338c, #2264e1);
  background-position: right;
  background-size: cover;
}
.premium .contact .header {
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.premium .contact .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.premium .contact .content .h3 {
  color: #fff;
  font-weight: 500;
  font-size: 1.75rem;
  font-style: italic;
}
.premium .contact .content ul {
  color: #fff;
}
.premium .contact .content ul a {
  color: #fff;
  text-decoration: underline;
}
.premium .disclaimer {
  background-color: #000;
  color: #fff;
}
.newpremium {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
}
.newpremium > .header {
  background: url("../images/header_bg.jpg");
  height: 350px;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .newpremium > .header {
    flex-direction: column;
  }
}
.newpremium > .header .intro,
.newpremium > .header .price {
  background: #06338c;
  color: #fff;
  padding: 1rem;
  height: 8rem;
  background-color: #06338cbf;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.newpremium > .header .intro {
  justify-content: space-around;
}
.newpremium > .header .price {
  padding: 0;
}
.newpremium > .header .price .top {
  padding: 1rem;
  color: #0f9d68;
  height: 5rem;
  box-sizing: border-box;
}
.newpremium > .header .price .action {
  width: 100%;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2264e1;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.newpremium .features {
  background: url(../images/svg/blue_stripes.svg), #fff;
  padding: 0 10%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.newpremium .features .title h3.title {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  color: #2264e1;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2rem;
}
.newpremium .features .title h4.sub-title {
  text-align: center;
  color: #0f9d68;
  font-size: 1.2rem;
}
.newpremium .features .feature-grid {
  margin-top: 2rem;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 900px) {
  .newpremium .features .feature-grid {
    grid-template-columns: 1fr;
  }
}
.newpremium .features .feature-grid .feature {
  display: flex;
  align-items: center;
}
.newpremium .features .feature-grid .feature .text {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newpremium .features .feature-grid .feature img {
  width: 3.5rem;
  height: 3.5rem;
}
.newpremium .features .feature-more {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newpremium .features .feature-more h2 {
  color: #2264e1;
}
.newpremium .features .feature-more p {
  max-width: 50%;
}
@media only screen and (max-width: 900px) {
  .newpremium .features .feature-more p {
    max-width: initial;
  }
}
.newpremium .destaque {
  color: #7cffce;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.newpremium .bots {
  padding: 5% 10%;
  background: url(../images/svg/white_stripes.svg),
    linear-gradient(to left, #06338c, #2264e1);
  background-position: right;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .newpremium .bots {
    padding: 5% 5%;
  }
}
.newpremium .bots .title {
  text-align: center;
}
.newpremium .bots .title p {
  color: #7cffce;
}
.newpremium .bots .botFeature {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.newpremium .bots .botFeature .feature p:first-child::before {
  content: "✅";
}
@media only screen and (max-width: 900px) {
  .newpremium .bots .botFeature {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
.newpremium .bots .botFeature .desc {
  display: flex;
  justify-content: center;
  margin-left: 5rem;
}
@media only screen and (max-width: 900px) {
  .newpremium .bots .botFeature .desc {
    margin-left: initial;
  }
}
.newpremium .bots .botFeature .desc .markets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
@media only screen and (max-width: 900px) {
  .newpremium .bots .botFeature .desc .markets {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.newpremium .bots .preconfig .title {
  margin: 2rem;
}
.newpremium .bots .preconfig hr {
  margin: 1rem;
}
.newpremium .bots .preconfig .row {
  display: flex;
  justify-content: space-between;
}
.newpremium .bots .preconfig .row p:first-child {
  width: 70ch;
}
@media only screen and (max-width: 900px) {
  .newpremium .bots .preconfig .row {
    flex-direction: column;
  }
  .newpremium .bots .preconfig .row p:first-child {
    width: initial;
  }
}
.newpremium .bots h2.title {
  margin: 2rem;
}
.newpremium .plans {
  width: 100%;
  background: url(../images/feature_bg.jpg), #031c2a;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.newpremium .plans .featList {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  background-color: #000000b0;
}
.newpremium .plans .featList .feat {
  margin: 1rem 0;
  font-size: 1.2rem;
}
.newpremium .plans .featList .feat::before {
  content: "✅";
}
.newpremium .plans h2 {
  margin: 2rem;
}
.newpremium .plans h2.title {
  text-transform: uppercase;
  text-decoration: underline;
}
.newpremium .plans .value {
  display: flex;
  padding: 1rem;
}
.newpremium .plans .value .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #06338c;
  padding: 1rem;
}
.newpremium .plans .value .action {
  background: #2264e1;
  color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  text-decoration: underline;
}
.newpremium .contact {
  padding: 5% 10%;
  background: url("../images/svg/white_stripes.svg"),
    linear-gradient(to left, #06338c, #2264e1);
  background-position: right;
  background-size: cover;
}
.newpremium .contact .header {
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.newpremium .contact .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newpremium .contact .content .h3 {
  color: #fff;
  font-weight: 500;
  font-size: 1.75rem;
  font-style: italic;
}
.newpremium .contact .content ul {
  color: #fff;
}
.newpremium .contact .content ul a {
  color: #fff;
  text-decoration: underline;
}
.newpremium .disclaimer {
  background: #000;
  color: #fff;
}
section.team {
  width: 90%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
section.team .team-info {
  width: 30%;
  margin-right: 30px;
  background-color: #333;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  align-items: center;
  height: 100%;
}
section.team .team-info .statsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
  text-align: center;
}
section.team .team-info .header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
}
section.team .team-info .header .team-logo {
  width: 48px;
}
section.team .team-info .team-name {
  color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  padding: 15px 0;
}
section.team .team-info .team-league {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 15px 0;
  font-size: 14px;
}
section.team .team-info .team-averages {
  display: flex;
  flex-direction: column;
  color: #fff;
}
section.team .team-info .team-averages .avg {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  margin: 5px 0;
}
section.team .team-content {
  width: 100%;
}
section.team .team-content .matches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
@media only screen and (max-width: 900px) {
  section.team {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  section.team .cpa_section {
    overflow: scroll;
  }
  section.team .team-info {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  section.team .team-info .team-logo {
    width: 30%;
  }
  section.team .team-content .matches {
    grid-template-columns: 1fr;
  }
}
.league-page-header {
  width: 90%;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  color: #fff;
}
section.league {
  width: 90%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
section.league .league-info {
  width: 30%;
  margin-right: 30px;
  background-color: #333;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 5px;
  align-items: center;
  height: 100%;
}
section.league .league-info .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.league .league-info .league-logo {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
  margin: 1rem 0;
}
section.league .league-info .league-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  text-align: center;
  font-size: 0.7rem;
}
section.league .league-info .league-stats p {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.league .league-info .league-analysis-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
}
section.league .league-info .league-analysis-stats p:nth-child(even) {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
}
section.league .league-info .league-analysis-stats p:nth-child(odd) {
  display: flex;
  justify-content: flex-start;
}
section.league .league-content {
  width: 100%;
}
section.league .league-content .league-matches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
section.league .team-logo {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  object-fit: contain;
}
@media only screen and (max-width: 900px) {
  section.league {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  section.league .league-info {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  section.league .league-info .league-logo {
    width: 30%;
  }
  section.league .league-info .league-stats {
    grid-template-columns: 1fr;
    font-size: 1rem;
  }
  section.league .league-info .league-analysis-stats {
    grid-template-columns: 1fr;
    font-size: 1rem;
  }
  section.league .league-content .league-matches {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}
.searchPage {
  width: 90%;
}
.searchPage .header {
  display: flex;
  justify-content: space-between;
}
.searchPage .header .search {
  width: 40%;
}
.searchPage .leaguesList .content,
.searchPage .teamsList .content {
  background-color: #fff;
}
.searchPage .content .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.searchPage .item {
  margin: 0.5rem;
  text-align: center;
}
.searchPage .item .logo_img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}
.searchPage .item .name {
  font-size: 1.2rem;
  color: #000;
}
.searchPage .item .name:hover {
  color: #2264e1;
}
@media only screen and (max-width: 900px) {
  .searchPage {
    width: 100%;
  }
  .searchPage .cpa_section {
    width: 100%;
  }
  .searchPage .content .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.confirmBot {
  width: 90%;
  padding: 1rem;
  background: #fff;
}
.confirmBot .content .dashboard {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.5rem;
}
.confirmBot .content .dashboard .month {
  color: #fff;
}
.confirmBot .content .dashboard-item {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.confirmBot .content .dashboard-item .value {
  background-color: #0f9d68;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  line-height: 2rem;
  justify-content: center;
  align-items: center;
}
.confirmBot .content .dashboard-item .name {
  line-height: 1rem;
  background-color: #2264e1;
  text-align: right;
  width: 100%;
}
.confirmBot .content .tables {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  width: 100%;
}
.confirmBot .content .tables .unconfirmed .content,
.confirmBot .content .tables .confirmed .content {
  max-height: 40rem;
  overflow: auto;
}
.confirmBot
  .content
  .tables
  .unconfirmed
  .content
  .tipList
  .tip:nth-child(even),
.confirmBot .content .tables .confirmed .content .tipList .tip:nth-child(even) {
  background-color: #d3d3d3;
}
.confirmBot .content .tables .unconfirmed .content .tip,
.confirmBot .content .tables .confirmed .content .tip {
  font-size: 0.7rem;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(7, 1fr) 0.5fr;
}
.confirmBot .content .tables .unconfirmed .content .tip span,
.confirmBot .content .tables .confirmed .content .tip span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.confirmBot .content .tables .unconfirmed .content .tip span > *,
.confirmBot .content .tables .confirmed .content .tip span > * {
  width: 100%;
}
.confirmBot .content .tables .unconfirmed .content .tip span .textInput,
.confirmBot .content .tables .confirmed .content .tip span .textInput {
  font-size: 0.8rem;
  width: 3rem;
}
.confirmBot .content .tables .unconfirmed .content .tip span .dropdown,
.confirmBot .content .tables .confirmed .content .tip span .dropdown {
  font-size: 0.7rem;
}
@media only screen and (max-width: 900px) {
  .confirmBot {
    width: 100%;
    padding: 0;
  }
  .confirmBot .content .dashboard {
    grid-template-columns: 1fr;
  }
  .confirmBot .content .tables {
    grid-template-columns: 1fr;
  }
  .confirmBot .content .tables .unconfirmed .content,
  .confirmBot .content .tables .confirmed .content {
    max-height: 20rem;
    overflow: auto;
  }
  .confirmBot .content .tables .unconfirmed .content .tip,
  .confirmBot .content .tables .confirmed .content .tip {
    font-size: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .confirmBot .content .tables .unconfirmed .content .tip span .textInput,
  .confirmBot .content .tables .confirmed .content .tip span .textInput {
    font-size: 1rem;
    width: 5rem;
  }
  .confirmBot .content .tables .unconfirmed .content .tip span .dropdown,
  .confirmBot .content .tables .confirmed .content .tip span .dropdown {
    font-size: 1rem;
  }
}
.compactAnalysis {
  width: 80%;
  color: #fff;
}
.compactAnalysis .header {
  margin-bottom: 1.3rem;
}
.compactAnalysis .favourites {
  color: #000;
}
@media only screen and (max-width: 900px) {
  .compactAnalysis {
    width: 100%;
  }
}
.compactAnalysis .compactHeader {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .compactAnalysis .compactHeader {
    flex-direction: column;
  }
}
.compactAnalysis .dayNav {
  background: #333;
  margin-bottom: 1rem;
}
.compactAnalysis .chooseLeague {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .compactAnalysis .chooseLeague {
    flex-direction: column;
    width: 100%;
  }
}
.compactAnalysis .tableHeader {
  background-color: #333;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  text-align: center;
  min-height: 2rem;
  position: sticky;
  top: 0;
}
.compactAnalysis .tableHeader > div {
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .compactAnalysis .tableHeader {
    grid-template-columns: repeat(3, 1fr);
    top: 58px;
  }
}
.compactAnalysis .tableContent {
  display: flex;
  flex-direction: column;
}
.compactAnalysis .tableContent .tableRow {
  color: #000;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 900px) {
  .compactAnalysis .tableContent .tableRow {
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #000;
  }
}
.compactAnalysis .tableContent .tableRow .fa-lock {
  color: #2264e1;
}
.compactAnalysis .tableContent .tableRow .away {
  margin-top: 0.5rem;
}
.compactAnalysis .tableContent .tableRow .home_logo,
.compactAnalysis .tableContent .tableRow .away_logo {
  width: 24px;
  object-fit: contain;
}
.compactAnalysis .tableContent .tableRow:nth-child(even) {
  background-color: #d9d9d9;
}
.compactAnalysis .tableContent .tableRow:nth-child(odd) {
  background-color: #f5f5f5;
}
.compactAnalysis .tableContent .tableRow > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 0.85rem;
}
.compactAnalysis .tableContent .tableRow > div .perc {
  font-size: 0.9rem;
  padding: 0.5rem;
  text-align: center;
  width: 70%;
  color: #fff;
}
.compactAnalysis .tableContent .tableRow > div .odd {
  font-size: 0.8rem;
  background: #e0ffff;
  text-align: center;
  width: 65%;
}
@media only screen and (max-width: 900px) {
  .compactAnalysis .tableContent .tableRow > div {
    border-bottom: 1px solid #000;
  }
} /*# sourceMappingURL=style.css.map */
