body {
  margin: 0;
  padding: 0;
  background-color: #eceff8;
  color: #3169a5;
  height: 100%;
  width: 100%;
}
.match-summary {
  margin: 16px;
  display: flex;
  flex-direction: column;
}
.score-overview {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.score-overview__primary {
  display: flex;
  justify-content: flex-end;
}
.score-overview__secondary {
  display: flex;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.score-overview--home .score-overview__secondary {
  justify-content: flex-end;
}
.score-overview--visitors .score-overview__secondary {
  justify-content: flex-start;
}
.score-overview__score {
  font-size: 92px;
  color: #0d2a6f;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.score-overview__score--home {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.score-overview__score--visitors {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.score-overview__logo {
  width: 120px;
  height: 120px;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  background-size: 205px;
  background-color: #ffffff;
}
.score-overview__name {
  color: #ffffff;
  display: flex;
  font-size: 18px;
  text-transform: uppercase;
}
.score-overview__name .score-overview__text {
  padding: 8px;
  display: inline-block;
  background-color: #0d2a6f;
  min-width: 180px;
}
.score-overview__name .score-overview__text--home {
  padding-right: 16px;
  text-align: right;
  border-bottom-left-radius: 2px;
}
.score-overview__name .score-overview__text--visitors {
  padding-left: 16px;
  text-align: left;
  border-bottom-right-radius: 2px;
}
.statistics .item {
  display: flex;
  margin-top: 24px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background-color: #ffffff;
}
.statistics .item__home {
  padding: 8px 24px;
}
.statistics .item__label {
  text-align: center;
  flex-grow: 1;
  padding: 8px;
}
.statistics .item__visitors {
  padding: 8px 24px;
}
.periods {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.score-detail__period {
  display: flex;
  background-color: #cccccc;
  border-radius: 50%;
  padding: 8px;
  min-width: 40px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.score-detail__period:last-item {
  margin-right: 0;
}
.score-detail__period--shootout {
  display: none;
}
.score-detail__period--actual {
  background-color: #ffffff;
}
.actual-time {
  display: inline-block;
  padding: 8px;
  align-self: center;
  background-color: #0d2a6f;
  color: #ffffff;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.actual-phase {
  display: inline-block;
  padding: 8px;
  align-self: center;
  background-color: #0d2a6f;
  color: #ffffff;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.info-message {
  margin-bottom: 20px;
}
.InfoLabel {
  display: inline-block;
  padding: 10px 20px;
  margin: 15px 0;
  border-radius: 2px;
  color: #ebf8eb;
  background-color: #4CAF50;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
nav {
  margin-bottom: 32px;
  background-color: #ffffff;
  color: #3169a5;
}
nav a {
  color: #3169a5 !important;
  text-decoration: none;
}
nav .button-collapse {
  padding: 0 10px;
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
}
.sidenav li > a {
  color: #3169a5 !important;
  text-decoration: none;
  line-height: 64px;
  padding: 0 30px;
  height: 64px;
}
html {
  color: #ffffff;
}
a {
  text-decoration: underline;
  color: #9CEEF4;
}
a:hover {
  text-decoration: none;
}
.input-field {
  margin-top: 0;
}
.dropdown-content li > span {
  color: #3169a5 !important;
}
.btn {
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #3169a5;
  text-decoration: none;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.btn:hover {
  background-color: #5381b2;
}
input[type="submit"] {
  color: #fff;
}
.brand-logo {
  width: 150px;
  height: 64px;
}
.brand-logo img {
  width: 100%;
}
.collection {
  color: black;
}
.collection .row {
  margin-bottom: 0;
}
.collection .task-cat {
  padding: 2px 4px;
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}
.collection .task-card-title .task-cat {
  font-size: 2.4rem;
}
.collection-item .match__stat-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collection.with-header .collection-item {
  padding-left: 20px;
}
.collapsible-body {
  padding: 16px;
}
.collapsible .match__referees-row {
  margin-bottom: 0;
}
.collapsible .match__id a {
  color: #3169a5;
}
.preloader-wrapper {
  display: none;
  position: absolute;
  z-index: 69;
  top: 30%;
  left: calc(50% - 32px);
}
.preloader-cover {
  display: none;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 68;
}
@media screen and (max-width: 480px) {
  .match .col {
    padding: 0 4px;
  }
  .match .collection-item,
  .match .collection-item {
    padding: 10px;
  }
  .match .collection-item .row:not(.match__main-info-row):not(.match__referees-row),
  .match .collection-item .row:not(.match__main-info-row):not(.match__referees-row) {
    margin-left: -1.1rem;
    margin-right: -0.4rem;
  }
  .match .collection-item .match__main-info-row .col,
  .match .collection-item .match__main-info-row .col {
    padding: 0 10px;
  }
  .match .collection-item .match__referees-row .col,
  .match .collection-item .match__referees-row .col {
    padding: 0 10px;
  }
  .match .collection-item .col,
  .match .collection-item .col {
    padding: 0 4px;
  }
  .collection .match__stat-data .task-cat {
    font-size: 1.2rem;
  }
  .collection .match__stat-title {
    font-size: 0.9rem;
  }
}
.team__logo {
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .team__logo {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .team__logo {
    margin-top: -8px;
  }
}
@media screen and (min-width: 1500px) {
  .team__logo {
    margin-top: -15px;
  }
}
.team__logo img {
  max-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .team__logo img {
    height: 70px;
  }
}
@media screen and (min-width: 600px) {
  .team__logo img {
    width: 70px;
  }
}
.team__name {
  font-size: 20px;
  line-height: 1.1;
  margin-top: 6px;
}
@media screen and (min-width: 1400px) {
  .team__name {
    font-size: 30px;
  }
}
.team__nick {
  font-size: 20px;
}
.team__short {
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .collection-header {
    max-height: 90px;
    overflow: hidden;
  }
}
.task-card-title h4 {
  font-size: 1.5rem;
}
.task-card-title .player__jersey {
  font-size: 1.2rem;
  margin-top: 1.14rem;
}
.task-card-title .player__team {
  margin-top: 5px;
}
.task-card-title .player__team img {
  max-width: 40px;
}
.chip[data-filter] {
  background-color: #eceff8;
}
.chip[data-filter].mixitup-control-active {
  background-color: #5381b2;
  color: #fff;
}
