@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.match-widget {
  display: inline-block;
  width: 100%;
}

.match-widget .header {
  background: #FFF;
  background-position: 100% 50%;
  background-size: cover !important;
  background-repeat: no-repeat;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  border-bottom: 1px solid #eaeaea;
}

.match-widget .header .teams {
  list-style: none;
  padding: 0;
  margin: 1em 0 1em 1em;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  width: 70%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.match-widget .header .teams .team {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.match-widget .header .teams .team:last-child {
  margin-bottom: 0;
}

.match-widget .header .teams .team .goals {
  border: 1px solid #eaeaea;
  padding: .2em .5em;
  border-radius: 0.2em;
  font-size: 16px;
  font-weight: 600;
}

.match-widget .header .teams .team .goals.winner {
  border-color: #26b174 !important;
  color: #168e59 !important;
}

.match-widget .header .teams .team .team-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.match-widget .header .teams .team .team-info.ft {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}

@media screen and (min-width: 550px) {
  .match-widget .header .teams .team .team-info.ft {
    width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media screen and (min-width: 640px) {
  .match-widget .header .teams .team .team-info.ft {
    width: 35%;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

@media screen and (min-width: 750px) {
  .match-widget .header .teams .team .team-info.ft {
    width: 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media screen and (min-width: 900px) {
  .match-widget .header .teams .team .team-info.ft {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

.match-widget .header .teams .team .badge {
  height: 42px;
  width: 42px;
  background: #FFF;
  background-size: 42px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  margin-right: 15px;
}

.match-widget .header .teams .team .team-meta {
  font-size: 12px;
  margin-bottom: 2px;
  color: #565656;
}

.match-widget .header .teams .team .team-name {
  color: #1d6bdc;
  letter-spacing: -0.4px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: auto;
  width: 90%;
  max-width: 280px;
}

.match-widget .header .match-info {
  background: #ffffff1f;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1em;
  color: #525252;
}

@media screen and (min-width: 450px) {
  .match-widget .header .match-info {
    background: #f5f5f5;
    border-radius: .4em;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .match-widget .header .match-info .cntn {
    margin: 1em;
  }
}

.match-widget .header .match-info i {
  margin-right: 5px;
}

.match-widget .header .match-info .date {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6px;
  margin-bottom: 6px;
  font-size: 14px;
}

.match-widget .header .match-info .time {
  font-size: 12px;
}

.match-widget .header .match-info .time span {
  font-size: 9px;
  color: #8e8e8e;
}

.match-widget .header .match-info .link {
  display: inline-block;
  color: #ffffff;
  border-bottom: 0;
  /* padding: 6px 0 0 0; */
  margin: 14px 0 0 0;
  background: #2c78e7;
  padding: 0.4em .8em;
  border-radius: .2em;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

@media screen and (min-width: 450px) {
  .match-widget .header .match-info .link {
    display: block;
    text-align: center;
    padding: 0.4em 0;
  }
}

.match-widget .header .match-info .link:hover {
  text-decoration: none;
}

.match-widget .header .match-info ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.match-widget .header .match-info ul .timezone {
  font-size: 10px;
}

.match-widget .header .match-info ul li {
  display: block;
  margin-bottom: 5px;
  color: #FFF;
  font-size: 11.5px;
  height: 24px;
  border-radius: .2em;
  line-height: 24px;
  padding: 0 8px;
  font-weight: 600;
}

.match-widget .header .match-info ul li a {
  color: #FFF;
  cursor: pointer;
}

.match-widget .header .match-info ul li a:hover {
  text-decoration: none;
}

.match-widget .header .match-info ul li i {
  margin-right: 4px;
  font-size: 12px;
  color: #afe0ff;
  font-weight: normal;
}

.match-widget .header .match-info ul li i.fa-chevron-right {
  margin: 0 0 0 10px;
  color: #FFF;
  position: relative;
  bottom: 1px;
  font-size: 10px;
}

.match-widget .header .match-info ul li:last-child {
  margin-bottom: 0;
}

.match-widget .table-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3B4E6B;
  margin-bottom: 5px;
}

.match-widget .table-row.badges {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}

.match-widget .table-row.badges .label {
  font-size: 12px;
  color: #909FB4;
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.match-widget .table-row.badges .badge {
  width: 60px;
  height: 24px;
  margin-right: 5px;
  background: transparent;
  background-size: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.match-widget .table-row.badges .badge:last-child {
  margin-right: 0;
}

.match-widget .table-row .field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: auto;
  background: #E7ECF0;
  border-radius: 4px;
  margin-right: 5px;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  font-weight: 500;
  font-size: 14px;
}

.match-widget .table-row .data {
  width: 60px;
  height: 32px;
  line-height: 32px;
  background: #E7ECF0;
  text-align: center;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 14px;
}

.match-widget .table-row .data:last-child {
  margin-right: 0;
}

.match-widget .table-row .data.active {
  background: #2C78E7;
  color: #FFF;
}

.match-widget .scrollFade {
  right: 0;
  position: absolute;
  height: 100%;
  width: 50px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  bottom: 0px;
}

.match-widget .menu {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eaeaea;
  background: #FFF;
  position: relative;
  margin-bottom: 1em;
}

.match-widget .menu .scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.match-widget .menu ul {
  padding: 0 1em;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.match-widget .menu ul li {
  display: inline;
  margin-right: 1em;
}

.match-widget .menu ul li:first-child {
  padding-left: 0;
}

.match-widget .menu ul li:last-child {
  margin-right: 0;
}

.match-widget .menu ul li a {
  cursor: pointer !important;
  display: inline-block;
  height: 48px;
  line-height: 50px;
  font-size: 12.5px;
  color: #2c78e7;
  text-decoration: none;
}

.match-widget .menu ul li a.active {
  color: #183258;
  border-bottom: 2px solid #364d6e;
}

.match-widget .swipe-outer {
  position: absolute;
  /* top: 0; */
  right: 0;
  /* height: 100%; */
  bottom: -10px;
  /* background: #FFF; */
  padding: 0 .5em 0 0;
}

.match-widget .swipe-outer .swipe {
  position: relative;
  background: #a7f9dc;
  padding: 0.1em 0.6em;
  text-align: center;
  border-radius: 0.2em;
}

.match-widget .swipe-outer .swipe i {
  font-size: 22px;
  color: #2b775b;
}

.match-widget .widget-footer {
  position: relative;
  display: block;
  height: 40px;
  text-align: center;
  border-top: 1px solid #eaeaea;
}

.match-widget .widget-footer a {
  font-weight: 500;
  line-height: 42px;
  font-size: 12px;
  color: #93a5b1;
}

.match-widget .widget-footer a span {
  color: #4e81a2;
}

.match-widget .content {
  padding: 0;
  margin-bottom: 1em;
}

.match-widget .content .scroll {
  overflow: scroll;
}

.match-widget .content .scroll ::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}

.match-widget .content .inner-content {
  display: block;
  position: relative;
  width: 100%;
}

.match-widget .content .inner-content ul {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
}

.match-widget .content .inner-content ul li {
  display: inline-block;
  min-width: 180px;
  margin: 0 .5em 0 0;
  vertical-align: top;
}

.match-widget .content .inner-content ul li.single-holder .card:last-child {
  margin-bottom: 0;
}

.match-widget .content .inner-content ul li:first-child {
  margin-left: 0;
}

.match-widget .content .inner-content ul li:last-child {
  margin-right: 0;
  margin-right: 0;
}

.match-widget .content .inner-content ul li:last-child {
  margin-left: 0;
  margin-right: 0;
}

.match-widget .content .inner-content .card {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  font-size: 12.5px;
  color: #363636;
  font-weight: 500;
}

.match-widget .content .inner-content .card.single {
  margin-bottom: .5em;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.match-widget .content .inner-content .card.h2h {
  padding: 0;
  display: block;
}

.match-widget .content .inner-content .card.h2h .title {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #eaeaea;
  font-weight: 500;
  font-size: 12px;
}

.match-widget .content .inner-content .card.h2h .large-stat {
  display: block;
  height: 89px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.match-widget .content .inner-content .card.h2h .large-stat .data {
  font-size: 30px;
  border: 0;
  width: auto;
  margin: auto !important;
}

.match-widget .content .inner-content .card.h2h .large-stat .data span {
  display: block;
  font-size: 12px;
  color: #636363;
  margin-top: 8px;
  font-weight: 400;
}

.match-widget .content .inner-content .card.h2h .team {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
}

.match-widget .content .inner-content .card.h2h .team:last-child {
  border-bottom: 0;
}

.match-widget .content .inner-content .card.h2h .team .icon {
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.match-widget .content .inner-content .card .data {
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
  color: #3B4D6D;
  background: #FFF;
  border: 1px solid #e4e4e4;
  padding: 2px 0;
  text-align: center;
  width: 40px;
  border-radius: 0.2em;
}

.match-widget .content .inner-content .card .data.green {
  border-color: #26b174 !important;
  color: #168e59 !important;
}

.match-widget .content .inner-content .card .data.green span {
  color: #168e59 !important;
}

.match-widget .content .inner-content .card .data.red {
  border-color: #e46b6b !important;
  color: #ca4343 	!important;
}

.match-widget .content .inner-content .card .data.red span {
  color: #ca4343 	!important;
}

.match-widget .content .inner-content .card .data.orange {
  color: #bd8c08 !important;
  border-color: #deac27 !important;
}

.match-widget .content .inner-content .card .data.orange span {
  color: #bd8c08 !important;
}
/*# sourceMappingURL=match-widget.css.map */