@font-face {
  font-family: 'OpenSans-Regular';
  src: url(../fonts/OPENSANS-REGULAR.ttf) format("truetype"); }
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url(../fonts/OPENSANS-SEMIBOLD.ttf) format("truetype"); }
@font-face {
  font-family: 'HelveticaLTStdBold';
  src: url(../fonts/HelveticaNeueLTStd-Bd.otf) format("opentype"); }
@font-face {
  font-family: 'Trebuc';
  src: url(../fonts/trebuc.ttf) format("truetype"); }
@font-face {
  font-family: 'TrebucBd';
  src: url(../fonts/trebucbd.ttf) format("truetype"); }
.infoplum-Widget {
  padding: 0;
  margin: 0;
  /*Fixtures*/
  /*Standing logo*/
  /*stats*/
  /*stats player image*/
  /*stats top goal scorer*/
  /*stats*/
  /*stats left column*/
  /*teams*/
  /*teams player profile images*/
  /*teams > tournament*/
  /*upcoming preview*/
  /*for stat*/ }
  .infoplum-Widget .tname {
    padding-left: 25px !important;
    line-height: 2.5; }
  .infoplum-Widget .team_points table td img {
    width: 14px !important; }
  .infoplum-Widget .top_scorers ul li .flag_n_text .flag_right img {
    width: auto !important;
    height: 35px !important; }
  .infoplum-Widget .top_scorers .player_picture {
    /*margin-top: 64px!important;*/ }
  .infoplum-Widget .player_scorecard .player_name {
    left: 35px !important; }
  @media (min-width: 1020px) {
    .infoplum-Widget .player_scorecard .country_flag img {
      width: 30px !important;
      height: 28px !important; } }
  .infoplum-Widget .player_scorecard .rating_box {
    min-width: 39px !important; }
  .infoplum-Widget .team_profiles li img, .infoplum-Widget .team_profiles li img {
    height: 20px !important;
    width: auto !important; }
  .infoplum-Widget .player_slider_outer img {
    height: 140px !important; }
  .infoplum-Widget .upcoming_matches_div > img {
    margin-top: 0px !important; }
  .infoplum-Widget .current_standing_pos ul li .flag_n_text .flag_right img {
    height: 39px !important;
    width: auto !important; }
  .infoplum-Widget .team_stats_box .col1 img {
    height: 80% !important;
    left: 15% !important;
    width: auto !important; }
  .infoplum-Widget .triviaWidgetHeader {
    /* padding: 20px; */
    height: 50px;
    /* background-image: url(../img/logo32.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    color: #FFF;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.750em;
    background-size: 180px; }
  .infoplum-Widget .leaderBoardHeader {
    color: #FFF;
    background-color: black;
    /*background-position-x: 1%;*/
    text-transform: uppercase;
    /*background-size: 3%;*/
    text-align: center;
    font-size: 16px;
    padding: 10px;
    font-weight: normal; }
  .infoplum-Widget button {
    cursor: pointer; }
  .infoplum-Widget .leaderBoard {
    font-family: Trebuc; }
  .infoplum-Widget .leaderBoardHeader img {
    float: left;
    margin-top: -2px; }
  .infoplum-Widget .quizTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    background-color: #007dc0;
    /* background-position-x: 1%; */
    text-transform: uppercase;
    /* background-size: 3%; */
    text-align: center;
    font-size: 16px;
    padding: 8px;
    font-weight: normal; }
  .infoplum-Widget #leaderBoardName {
    flex-grow: 1; }
  .infoplum-Widget #prev {
    flex-grow: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/pre.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer; }
  .infoplum-Widget #next {
    flex-grow: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer; }
  .infoplum-Widget #leaderBoardMessage {
    text-transform: capitalize; }
  .infoplum-Widget #triviaQuizWidget .hide {
    visibility: hidden; }
  .infoplum-Widget #backIcon {
    background-image: url(../img/triviaBack.png);
    width: 10%; }
  .infoplum-Widget #triviaWidgetBlueStrip {
    display: flex;
    background-color: #007dc0 !important;
    color: #FFF;
    font-size: 14px;
    font-family: Trebuc;
    text-align: left;
    /*font-weight: 700;*/
    text-transform: capitalize;
    /*font-size: 0.750em;*/
    height: 40px; }
  .infoplum-Widget #triviaTooltip {
    padding: 10px;
    /*background-image: url(../img/triviaTooltip.png);*/
    background-color: #2AACF4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 20%;
    max-width: 25%;
    padding-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .infoplum-Widget #triviaQuizId {
    margin: 0 20%;
    display: flex;
    align-items: center; }
  .infoplum-Widget .questionImage {
    background-image: url(../img/questionImage.PNG);
    /* width: 100%; */
    height: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .infoplum-Widget .quizQuestion {
    background-color: #F6F4F5;
    padding: 20px;
    font-family: OpenSans-SemiBold;
    font-size: 16px;
    color: #676566; }
  .infoplum-Widget .optionsList {
    list-style-type: none;
    padding: 20px;
    background-color: #EBEBEB; }
  .infoplum-Widget .optionsList li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CECECE;
    padding: 0.5em; }
  .infoplum-Widget .optionText {
    padding-left: 1em;
    flex-grow: 1;
    flex-shrink: 1; }
  .infoplum-Widget .optionsListUlwithImg {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap; }
  .infoplum-Widget .optionListWithImg {
    width: 40%;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
    background-color: #fff; }
  .infoplum-Widget .optionListWithImg .unchecked {
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .infoplum-Widget button {
    outline: none;
    cursor: pointer; }
  .infoplum-Widget .disableButton {
    cursor: not-allowed !important;
    opacity: 0.5; }
  .infoplum-Widget .optionImg {
    background-image: url(../img/questionImage.PNG);
    background-repeat: no-repeat;
    background-size: contain;
    height: 95px;
    display: flex;
    background-position: top;
    justify-content: flex-end;
    flex-direction: column; }
  .infoplum-Widget .optionText {
    font-family: OpenSans-Regular;
    font-size: 13px;
    color: #4E4E4E;
    font-size: 13px;
    width: 90%;
    word-wrap: break-word; }
  .infoplum-Widget .option {
    padding: 20px;
    background-position: left;
    font-family: OpenSans-Regular;
    font-size: 13px;
    background-size: 40px;
    background-repeat: no-repeat;
    line-height: 1.5;
    flex-grow: 0; }
  .infoplum-Widget .option div {
    margin: 0 30px; }
  .infoplum-Widget .unchecked {
    background-image: url(../img/uncheckedAnswer.png); }
  .infoplum-Widget .checked {
    background-image: url(../img/checkedAnswer.png); }
  .infoplum-Widget .correct {
    background-image: url(../img/correctAnswer.png); }
  .infoplum-Widget .wrong {
    background-image: url(../img/wrongAnswer.png); }
  .infoplum-Widget #submitBtn {
    justify-content: center;
    display: flex;
    font-family: HelveticaLTStdBold;
    font-size: 16px; }
  .infoplum-Widget #currentUserDetails, .infoplum-Widget .highlightCurrentUserDetails {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px; }
  .infoplum-Widget #submitBtn button {
    background-color: #007dc0 !important;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    border: none;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    cursor: pointer; }
  .infoplum-Widget .leaderBoard {
    background-color: #EBEBEB; }
  .infoplum-Widget #leaderBoardBtns {
    display: flex;
    justify-content: center;
    height: 40px;
    padding-top: 5px;
    color: #fff; }
  .infoplum-Widget #overallBtn, .infoplum-Widget #friendsBtn {
    background-image: url(../img/icon_02.png);
    background-color: #A7A7A7;
    height: 30px;
    color: #fff;
    font-size: 11px;
    min-width: 100px;
    border: none;
    background-position-x: 5%;
    background-position-y: center;
    background-size: 20px;
    background-repeat: no-repeat;
    padding: 0;
    border-radius: 20px;
    padding-right: 10px;
    padding-left: 30px;
    margin-right: 3%; }
  .infoplum-Widget #friendsBtn {
    background-image: url(../img/icon_01.png);
    background-color: #A7A7A7;
    background-size: 25px; }
  .infoplum-Widget #overallBtn.active {
    background-color: #0F9CEB; }
  .infoplum-Widget #friendsBtn.active {
    background-color: #0F9CEB; }
  .infoplum-Widget #currentUserDetails {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px; }
  .infoplum-Widget #userList {
    /*overflow-y: scroll;*/ }
  .infoplum-Widget .userDetails {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CECECE;
    flex-wrap: wrap;
    align-items: center; }
  .infoplum-Widget .profilePic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
    border: 3px solid #cecccd;
    border-radius: 50px;
    flex-grow: 0;
    min-width: 50px; }
  .infoplum-Widget .currentUserName {
    color: #44A1E0;
    line-height: 1.6;
    width: 43%;
    flex-grow: 1;
    font-size: 14px;
    padding-left: 1em; }
  .infoplum-Widget .userName {
    color: #525252;
    width: 43%;
    font-size: 14px;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 1em;
    word-wrap: break-word; }
  .infoplum-Widget .currentUserName span, .infoplum-Widget .userName span {
    color: #A4A4A4;
    font-size: 9px; }
  .infoplum-Widget .currentUserPosition, .infoplum-Widget .userPosition {
    background-color: #989898;
    color: #fff;
    padding: 5px 10px;
    height: 25px;
    width: 50px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    margin-top: 4px; }
  .infoplum-Widget .userPosition {
    color: #525252;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position-x: 70%;
    flex-grow: 0; }
  .infoplum-Widget .goldStar {
    background-image: url(../img/Golden_star.png); }
  .infoplum-Widget .silverStar {
    background-image: url(../img/Silver_star.png); }
  .infoplum-Widget .bronzeStar {
    background-image: url(../img/Branz_star.png); }
  .infoplum-Widget .quizShare {
    background-image: url(../img/sharing.png);
    background-position: left;
    background-size: 20px;
    background-position-x: 3%;
    background-repeat: no-repeat; }
  .infoplum-Widget #thankYouMessage {
    background-image: url(../img/thankyou_img.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    margin-top: 20%;
    margin-bottom: 4%; }
  .infoplum-Widget #helpPopUp {
    padding: 20px; }
  .infoplum-Widget #helpPopUp ul {
    padding: 20px;
    list-style-type: disc; }
  .infoplum-Widget #helpPopUp h2 {
    font-size: 1.5em;
    margin-left: 10px;
    color: #464546;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid; }
  .infoplum-Widget .instruction {
    padding: 10px;
    border-bottom: 1px solid #9b9b9b;
    color: #616060; }
  .infoplum-Widget #competitionEndScreen {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center; }
  .infoplum-Widget #viewLeaderBoard {
    background-image: url(../img/View_leaderboards_but.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer; }
  .infoplum-Widget .fbOverlay {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999; }
  .infoplum-Widget #facebookPopup {
    background-color: #fff;
    /* margin: 10% auto; */
    padding: 10%;
    z-index: 999999;
    position: absolute;
    top: 30%;
    left: 7%; }
  .infoplum-Widget #continueAs {
    background-image: url(../img/facebook-sign-in-button-new.png);
    background-position: center;
    background-size: cover;
    /*background-position-x: 3%;*/
    background-repeat: no-repeat;
    font-family: "Arial Bold", "Arial";
    color: #fff;
    width: 228px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 2.5; }
  .infoplum-Widget #continueAs span {
    margin-left: 30px; }
  .infoplum-Widget #continueAs img {
    height: 40px;
    float: right; }
  .infoplum-Widget #fbProfilePic {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .infoplum-Widget #leftCol {
    /*margin-top: 30px!important;*/ }
  .infoplum-Widget .choose_series {
    /*margin-top: 40px;*/ }
  .infoplum-Widget #statsWidget {
    /*margin-top: 30px!important;*/ }
  .infoplum-Widget .news_row3 {
    z-index: 99999; }
  .infoplum-Widget .right_content_wrapper #standingsWidget {
    /*margin-top: 41px!important;*/ }
  .infoplum-Widget .left .choose_series {
    margin-top: 0 !important; }
  .infoplum-Widget #standingsWidget .tab_content .hide {
    display: block !important; }
  .infoplum-Widget .blue_strip_left {
    /*margin-top:0px!important;*/ }
  .infoplum-Widget .newsSection + .blue_strip_left, .infoplum-Widget standings-widget-dir + .blue_strip_left {
    margin-top: 2em; }
  .infoplum-Widget .top_scorers_ul {
    padding: 0 !important; }
  .infoplum-Widget .statWidthCustomize {
    width: 32% !important; }
  .infoplum-Widget .statWidthMarginCustomize {
    /*margin-right: 8px!important;*/
    width: 32% !important; }
  .infoplum-Widget #leftCol .statWidthCustomize {
    width: 47% !important; }
  .infoplum-Widget #leftCol .statWidthMarginCustomize {
    width: 47% !important; }
  @media (min-width: 1020px) {
    .infoplum-Widget .top_scorers ul li:nth-child(4n+4) {
      margin-right: 8px !important; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .infoplum-Widget .statWidthCustomize {
      width: 49% !important; }
    .infoplum-Widget .statWidthMarginCustomize {
      /*margin-right: 8px!important;*/
      width: 49% !important; } }
  @media (max-width: 767px) and (min-width: 620px) {
    .infoplum-Widget .statWidthCustomize {
      width: 49% !important; }
    .infoplum-Widget .statWidthMarginCustomize {
      /*margin-right: 0px!important;*/
      width: 49% !important; }
    .infoplum-Widget .top_scorers ul li:nth-child(4n+4) {
      margin-right: 0px !important; } }
  @media (max-width: 619px) {
    .infoplum-Widget .statWidthCustomize {
      width: 47% !important; }
    .infoplum-Widget .statWidthMarginCustomize {
      /*margin-right: 8px!important;*/
      width: 47% !important; } }
  @media (max-width: 300px) {
    .infoplum-Widget .statWidthCustomize {
      width: 49% !important; } }
  @media (max-width: 619px) and (min-width: 480px) {
    .infoplum-Widget .top_scorers ul li {
      width: 49% !important;
      /* margin-right: 2%; */ }
    .infoplum-Widget .top_scorers ul li:nth-child(2n+2) {
      margin-right: 0px !important; }
    .infoplum-Widget .player_scorecard .progess_bar {
      top: 0px !important; }
    .infoplum-Widget .team_stats_box .col2 {
      width: 68% !important; } }
  .infoplum-Widget .team_profiles li, .infoplum-Widget .team_profiles li {
    cursor: pointer !important; }
  .infoplum-Widget .iframe_wrapper {
    background: none repeat scroll 0 0 #ffffff;
    height: 425px;
    left: 31%;
    position: absolute;
    top: auto;
    width: 68%;
    z-index: 99999; }
  .infoplum-Widget .tournament_tab_wrapper .close_profile {
    margin-right: 10px !important;
    margin-top: 5px !important; }
  .infoplum-Widget .close_profile {
    background-color: #0c92dd;
    margin: 0; }
  .infoplum-Widget .iframe_wrapper .close_news a {
    background: url(../img/close_popup2.png) no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    float: right;
    background-position: center;
    cursor: pointer;
    margin-top: 0px !important;
    /* background-position-y: -28%; */ }
  .infoplum-Widget .iframe_header {
    color: #fff;
    text-transform: capitalize;
    margin-top: 1%;
    font-weight: bold;
    padding-left: 10px; }
  .infoplum-Widget .iframe_wrapper .close_png.close_profile {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-align: right; }
  .infoplum-Widget .video_overlay {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999; }
  .infoplum-Widget .cm_gols_away .cm_video_icon {
    float: right;
    margin-right: 10px; }
  .infoplum-Widget .cm_gols_home .player_names, .infoplum-Widget .cm_gols_away .player_names {
    cursor: auto !important; }
  .infoplum-Widget .cm_gols_away .player_names {
    padding: 5px;
    display: flex;
    justify-content: flex-end; }
  .infoplum-Widget .widget .iframe_wrapper {
    background: none repeat scroll 0 0 #ffffff;
    height: 425px;
    left: 0;
    /* position: absolute; */
    top: auto;
    width: 100%;
    z-index: 99999; }
  .infoplum-Widget .video_tag li {
    /* border-right: 1px solid #333; */
    /*display: inline-block;*/
    font-size: 14px;
    color: #d11510;
    /*height: 13px;*/
    line-height: 0px;
    padding-right: 15px; }
  .infoplum-Widget .widget .video_row .videos_set .video_tag {
    padding-left: 7px !important;
    display: flex;
    justify-content: space-between;
    margin-left: 10px; }
  .infoplum-Widget .video_tag {
    margin-top: -28px;
    position: relative;
    font-weight: 700; }
  .infoplum-Widget .video_row {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 100%;
    z-index: 9999; }
  .infoplum-Widget .video_row .videos_set {
    /* min-width: 320px; */
    /*min-width: 100%;*/
    background-color: #fff;
    height: 100px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 10px;
    border-bottom: 4px solid #d11510;
    border-top: 2px solid #d11510; }
  .infoplum-Widget .video_row .videos_set .headline_section {
    height: 80px;
    padding: 10px;
    display: flex; }
  .infoplum-Widget .video_row .videos_set .headline {
    font-size: 14px;
    color: #333;
    width: 90%;
    height: 80px;
    justify-content: space-between;
    font-weight: bold;
    /*border-right: 1px solid #d11510;*/
    display: flex; }
  .infoplum-Widget .video_row .videos_set .headline h1 {
    font-size: 12px;
    /*margin-top: 19px;*/
    text-transform: uppercase; }
  .infoplum-Widget .video_row .videos_set .bgImage {
    width: 100%;
    max-width: 90px;
    float: left;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    cursor: pointer; }
  .infoplum-Widget .scoreDetails {
    width: 29px;
    height: 40px;
    font-size: 16px;
    /*border-bottom: 1px solid #d11510;*/
    padding-left: 18px;
    line-height: 3.1; }
  .infoplum-Widget .widget .video_row .videos_set .video_tag :first-child {
    /*color:#d11510;*/
    /*margin-top: 6px;*/ }
  .infoplum-Widget .bold {
    font-weight: bold; }
  .infoplum-Widget .videos_set {
    cursor: pointer; }
  @media (min-width: 700px) {
    .infoplum-Widget .video_row .videos_set {
      width: 49% !important; }
    .infoplum-Widget .video_row .videos_set:nth-child(even) {
      margin-left: 2%; } }
  @media (max-width: 479px) and (min-width: 320px) {
    .infoplum-Widget .news_overlay {
      /*display: none!important;*/ }
    .infoplum-Widget .widget .iframe_wrapper {
      top: 40px !important; }
    .infoplum-Widget .iframe_wrapper {
      background: none repeat scroll 0 0 #ffffff;
      height: 240px;
      left: 0 !important;
      position: absolute;
      top: 0 !important;
      width: 100% !important;
      z-index: 99999; } }
  .infoplum-Widget .group_header {
    width: 100%;
    float: left;
    line-height: 2.5;
    background: lightgray;
    height: 40px;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: bold; }
  .infoplum-Widget .widget .close_news {
    display: block !important;
    margin-top: 0px !important; }
  .infoplum-Widget .widget .icons_nextprev .next_icon, .infoplum-Widget .widget .icons_nextprev .prev_icon {
    position: inherit !important; }
  .infoplum-Widget .close_profile {
    background-color: #0c92dd;
    margin: 0;
    /*margin-right: 10px!important;*/
    /*margin-top: 5px!important;*/ }
  .infoplum-Widget .blue_strip_left {
    margin-top: 0px; }
  .infoplum-Widget iframe .widget .main {
    margin-bottom: 0 !important; }
  .infoplum-Widget #leftCol .home_team_list li, .infoplum-Widget #leftCol .away_team_list li {
    display: flex !important;
    height: auto !important;
    justify-content: space-between !important; }
  .infoplum-Widget #leftCol span.matchdata {
    display: flex !important; }
  .infoplum-Widget .cm_mic_block {
    margin-bottom: 10px !important; }
  .infoplum-Widget #leftCol .cm_team1, .infoplum-Widget #leftCol .cm_team2 {
    width: 30% !important; }
  .infoplum-Widget #leftCol .cm_score_div, .infoplum-Widget #leftCol .cm_score_lineups {
    width: 40% !important; }
  .infoplum-Widget #leftCol #userList {
    max-height: 350px;
    overflow-y: auto; }
  .infoplum-Widget .flagImage {
    width: 17px;
    height: 17px;
    background-size: 100%;
    background-position: center;
    margin-top: 5px;
    background-repeat: no-repeat; }
  .infoplum-Widget .team_profiles li a .flagImage {
    margin-top: 0px !important;
    margin-right: 5px !important; }
  .infoplum-Widget .right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #2AACF4; }
  .infoplum-Widget .team_info_popup .top_scorers ul li:nth-child(4n+4) {
    margin-right: 0px !important; }
  .infoplum-Widget .autoCursor {
    cursor: auto; }
  .infoplum-Widget .player_caption {
    margin: 0 !important; }
  .infoplum-Widget #leftCol .team1_yellow, .infoplum-Widget #leftCol .football_icon_team1, .infoplum-Widget #leftCol .arrow_icon_red_team1, .infoplum-Widget #leftCol .arrow_icon_blue_team1 {
    background-position-x: 100% !important; }
  .infoplum-Widget #leftCol .team2_yellow, .infoplum-Widget #leftCol .football_icon_team2, .infoplum-Widget #leftCol .arrow_icon_red_team2, .infoplum-Widget #leftCol .arrow_icon_blue_team2 {
    background-position-x: 0% !important; }
  .infoplum-Widget #leftCol .arrow_icon_blue_team2, .infoplum-Widget #leftCol .arrow_icon_red_team1, .infoplum-Widget #leftCol .arrow_icon_red_team2, .infoplum-Widget #leftCol .arrow_icon_blue_team1 {
    height: auto !important; }
  @media (max-width: 320px) {
    .infoplum-Widget .team1_yellow, .infoplum-Widget .football_icon_team1, .infoplum-Widget .arrow_icon_red_team1, .infoplum-Widget .arrow_icon_blue_team1 {
      background-position-x: 100% !important; }
    .infoplum-Widget .team2_yellow, .infoplum-Widget .football_icon_team2, .infoplum-Widget .arrow_icon_red_team2, .infoplum-Widget .arrow_icon_blue_team2 {
      background-position-x: 0% !important; }
    .infoplum-Widget .arrow_icon_blue_team2, .infoplum-Widget .arrow_icon_red_team1, .infoplum-Widget .arrow_icon_red_team2, .infoplum-Widget .arrow_icon_blue_team1 {
      height: auto !important; } }
  .infoplum-Widget #leftCol .cm_team1, .infoplum-Widget #leftCol .cm_team2 {
    cursor: pointer !important; }
  @media (max-width: 767px) and (min-width: 620px) {
    .infoplum-Widget #rightCol .player_scorecard .progess_bar {
      top: 0px !important; }
    .infoplum-Widget .team1_yellow, .infoplum-Widget .football_icon_team1, .infoplum-Widget .arrow_icon_red_team1, .infoplum-Widget .arrow_icon_blue_team1 {
      background-position-x: 100% !important; }
    .infoplum-Widget .team2_yellow, .infoplum-Widget .football_icon_team2, .infoplum-Widget .arrow_icon_red_team2, .infoplum-Widget .arrow_icon_blue_team2 {
      background-position-x: 0% !important; }
    .infoplum-Widget .arrow_icon_blue_team2, .infoplum-Widget .arrow_icon_red_team1, .infoplum-Widget .arrow_icon_red_team2, .infoplum-Widget .arrow_icon_blue_team1 {
      height: auto !important; }
    .infoplum-Widget .team_stats_box .col2 {
      padding-left: 0 !important; }
    .infoplum-Widget #leftCol .player_scorecard .player_name {
      left: 40px !important; }
    .infoplum-Widget #leftCol #mc .progess_bar {
      top: 0px !important; }
    .infoplum-Widget #leftCol .player_scorecard .player_photo img {
      max-width: 41px !important; } }
  @media (max-width: 319px) and (min-width: 300px) {
    .infoplum-Widget .player_scorecard .progess_bar {
      top: 0px !important; }
    .infoplum-Widget .statWidthMarginCustomize {
      width: 49% !important; }
    .infoplum-Widget header .linksWrap ul li {
      font-size: 0.7em !important; }
    .infoplum-Widget .team_stats_box .col2 {
      width: 54% !important;
      display: flex !important; }
    .infoplum-Widget .team_stats_box .col1 {
      width: 47px !important; }
    .infoplum-Widget .filter_nav a {
      margin-left: 4px !important;
      margin-right: 4px !important; } }
  .infoplum-Widget #leftCol .statWidthMarginCustomize {
    width: 49% !important; }
  .infoplum-Widget #leftCol .statWidthCustomize {
    width: 49% !important; }
  .infoplum-Widget #leftCol .top_scorers_left ul li:nth-child(2n+2) {
    margin: 0 0 10px !important; }
  .infoplum-Widget #leftCol .top_scorers ul li {
    margin: 0px 1.9% 7px 0px !important; }
  @media (min-width: 1020px) {
    .infoplum-Widget .top_scorers ul li {
      margin: 0px 1.9% 7px 0px !important; }
    .infoplum-Widget .top_scorers ul li:nth-child(3n+3) {
      margin-right: 0 !important; }
    .infoplum-Widget .top_scorers ul li:nth-child(4n+4) {
      margin: 0px 1.9% 7px 0px !important; } }
  @media (max-width: 619px) {
    .infoplum-Widget .right_header_links a {
      width: 50.33% !important; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .infoplum-Widget .player_scorecard .progess_bar {
      top: 0px !important; }
    .infoplum-Widget .team_stats_box .col2 {
      width: 64% !important; } }
  .infoplum-Widget .footerDivEmbed {
    width: 100%;
    height: 40px;
    float: left;
    /* position: absolute; */
    bottom: 0px;
    background-color: #A1A1A1;
    z-index: 999; }
  .infoplum-Widget #leftCol .player_scorecard .player_name {
    left: 20px !important; }
  .infoplum-Widget #leftCol .player_scorecard .player_photo img {
    max-width: 44px !important; }
  .infoplum-Widget .pagination > li > a, .infoplum-Widget .pagination > li > span {
    padding: 5px 10px !important;
    font-size: 12px !important; }
  .infoplum-Widget span.bookSessionBtn {
    background-color: black;
    color: #fff;
    padding: 4px; }
  .infoplum-Widget .customWidth {
    width: 80%; }

#iframeContainer .infoplum-Widget #page.news_pp, #iframeContainer .infoplum-Widget #page.news_cp {
  top: 4% !important; }
#iframeContainer .infoplum-Widget .widget footer {
  position: fixed; }

.infoplum-DivWidget {
  position: relative; }
  .infoplum-DivWidget .main {
    padding: 0 !important; }
  .infoplum-DivWidget .hamburger_mobile {
    position: absolute !important; }
  .infoplum-DivWidget .embedScoreboard .main {
    padding: 40px 0px 50px 0px !important; }
  .infoplum-DivWidget .news_window {
    display: block !important;
    top: 50px !important;
    position: inherit !important; }
  .infoplum-DivWidget #newsWidget {
    overflow: auto !important;
    position: relative !important; }
  .infoplum-DivWidget .pagination > li > a, .infoplum-DivWidget .pagination > li > span {
    float: initial !important; }

/*# sourceMappingURL=goalServeCustomized.css.map */
