@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap");

.content{
    background:#B9C6D1;
    padding-top: 55px;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow-y: scroll;
}

.fd-container{
	max-width: 480px;
	margin: 0 auto;
}

.highlight-function-bar{
    position: sticky;
    top:0;
    z-index: 10;
}

.page-tab{
    text-align: center;
}

.page-tab ul li{
    list-style: none;
    text-align: center;
}

.page-tab ul li{
	flex: 0 0 33.33%;
}

.page-tab ul li a{
    color: #022C53;
    display: block;
    background-color: #DCE4EC;
    padding: 3px 5px;
    font-weight: 400;
    border-bottom: 2px solid #DCE4EC;
    width: 100%;
    text-transform:capitalize;
    text-decoration: none;
    font-size: 0.8rem;
}

.page-tab ul li:nth-child(odd) a{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.page-tab ul li:last-child a{
    border-right: none;
}

.page-tab ul li:first-child a{
    border-left: none;
}

.page-tab ul li a.active{
    background-color: #fff;
    border-bottom: 2px solid #1F69AA;
}

.highlight-content .card{
    border-radius: 0;
    margin-bottom: 1px;
    display: block;
    width: 100%;
    border: 0;
    color:#000;
    overflow: auto;
}

.highlight-content .league-name{
    font-size: 12px;
    font-weight: bold;
    padding:3px 10px;
    position: relative;
    background-image: url(../images/market-head-bg-mobile.jpg);
    background-size: cover;
    text-transform: uppercase;
}

.highlight-content .league-name[aria-expanded="true"]{
    background-color: #d8eafd;
}


.highlight-content .league-logo{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.highlight-content .live_icon{
    width: 18px;
    position: absolute;
    right:5px;
    top:50%;
    transform: translateY(-50%);
}

.pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: 0 0 0 #ff0000;
    animation: pulsing 2s infinite !important;
    transition: all 0.2s;
    cursor: pointer;
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
}

  
@keyframes pulsing {
    from {
      box-shadow: 0 0 0 0 #ff0000;
    }
    70% {
      box-shadow: 0 0 0 7px rgba(255,0,0,0);
    }
    to {
        box-shadow: 0 0 0 0 rgba(255,0,0,0);
    }
}

.live-video {
    background-image: url("../images/live_screen_bg/general.jpg");
    background-position: center;
    background-size: 100% auto;
    width: 100vw;
    height: 56.52174vw;
    text-align: center;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 1), inset 0 -7px 5px -5px rgba(0, 0, 0, 1);
    box-sizing: border-box;
    position: relative;
}

.live-video.sportsbg7{
    background-image: url("../images/live_screen_bg/tennis.jpg");
}

.live-video.sportsbg1{
    background-image: url("../images/live_screen_bg/soccer.jpg");
}

.live-video.sportsbg2{
    background-image: url("../images/live_screen_bg/basketball.jpg");
}

.live-video.sportsbg3{
    background-image: url("../images/live_screen_bg/badminton.jpg");
}

.live-video.sportsbg4{
    background-image: url("../images/live_screen_bg/table_tennis.jpg");
}

.live-video.sportsbg20{
    background-image: url("../images/live_screen_bg/esports.jpg");
}

.live-video.sportsbg41{
    background-image: url("../images/live_screen_bg/sfv.jpg");
}

.live-video .play-btn{
    position: absolute;
    bottom:0;
    right:0;
    width: 60px;
    height: 43px;
    background-image: url(../images/play_icon.svg);
}

.live-video .play-btn:hover{
    background-image: url(../images/play_icon_hover.svg);
}

.live-video.dark {
    background-image: none;
}

.live-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.live-video img{
    width: 100%;
}

.live-video .team-home,
.live-video .team-away{
    width:calc( 50% - 25px );
}

.live-video .team-home{
    padding-left: 15px;
}

.live-video .team-away{
    padding-right: 15px;
}

.live-video .team-logo{
    flex: 0 0 60px;
    width: 50px;
}

.live-video .vs{
    font-family: "Oswald", "Tahoma", sans-serif;
    text-shadow: 2px 0 5px rgba(0,0,0,0.8);
    width: 50px;
}

.live-video .team-name{
    font-size: 0.8rem;
    text-transform: capitalize;
    line-height: normal;
    flex-grow: 1;
}

.highlight-group{
    background-color: #fff;
    overflow: auto;
    position: relative;
}

.highlight-group .date-time{
    color:#1b548e;
    text-align: center;
    font-size: 0.65rem;
    background-color:#e5f2ff;
    width: 100%;
    padding: 5px 0px;
}

.highlight-content .match-info{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    background-color: #fff;
    position: relative;
    padding: 0px 0.5rem;
    z-index: 1;    
}

.highlight-content .match-info .team-logo{
    flex:0 0 35px;
}

.highlight-content .match-info .team-logo img{
    width: 100%;
}

.highlight-content .match-info-team-name {
    display: flex;
    justify-content: flex-start;
    font-weight: 700;
    color: #061d52;
    white-space: initial;
    width: calc( 50% - 40px );
    align-items: center;
    text-align: left;
    padding: 0.3rem 0px;
    padding-right: 2px;
    font-size: 0.75rem;
}

.highlight-content .match-info-team-name .name {
    width: calc( 100% - 25px + 0.6rem);
    line-height: normal;
    font-size: 0.75rem;
    padding: 0 0.3rem;
}

.highlight-content .match-info-team-name.team02 {
    text-align: right;
    justify-content: flex-end;
    color: #b53f39;
    padding-left: 2px;

}

.highlight-content .match-info-score, 
.highlight-content .match-info-date{
    background-color: #f7f7f7;
    font-size: 1rem;
    font-weight: bolder;
    text-align: center;
    line-height: normal;
    color: #b53f39;
    width: 80px;
    padding: 0px 0px 5px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.highlight-content .match-info-score .time {
    display: block;
    font-size: .7rem;
    color: #000;
    font-weight: 400;
}

.btn-highlight{
    padding: 0.3rem;
    text-align: center;
    font-size: 0.8rem;
    background: #F6C344;
    border-radius: 5px;
    margin: 0.5rem;
    color:rgb(0, 0, 0);
    font-weight: 500;
}

.filter-highlight-group .league-filter-group{
    background-color:#96B1C8;
    position: relative;
    padding:2px 3px;
}

.filter-highlight-group .league-filter-group .league-filter-wrapper{
    width: 100%;
    overflow-x: scroll;
    display: flex;
    padding-left: 40px;
}

.filter-highlight-group .league-filter-group .league-filter{
    margin: 0;
    padding: 0;
    display: flex;
}

.filter-highlight-group .league-filter-group .all-wrapper{
    background-color:#96B1C8;
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 40px;
    z-index: 2;
}

.filter-highlight-group .league-filter-group .all{
    background-color: #fff;
    border-radius: 3px;
    color: #113665;
    padding: 0px 10px;
    position: absolute;
    top:50%;
    left: 5px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    height: 28px;
}

.filter-highlight-group .league-filter-group .all.active{
    background-color: #1F69AA;
    height: 28px;
    line-height: 28px;
    color: #fff;
}

.filter-highlight-group .league-filter-group .league-filter .league-tab{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    padding: 2px 10px 2px 5px;
    border-radius: 3px;
    color:#113665;
    font-weight: normal;
    background-color: #fff;
    height: 28px;
    line-height: 28px;
}

.filter-highlight-group .league-filter-group .league-filter .league-tab:first-child{
    margin-left: 0px;
}


.filter-highlight-group .league-filter-group .league-filter .league-tab.active{
    background-color: #1F69AA;
    color: #fff;
}

.filter-highlight-group .league-filter-group .league-filter .league-tab:first-child{
    /* margin-left: 45px; */
}

.filter-highlight-group .league-filter-group .league-filter .league-tab .league-logo{
    width: 22px;
    margin-right: 5px;
}

.filter-highlight-group .league-filter-group .league-filter .league-tab span{
    line-height: normal;
    font-size: 0.75rem;
    text-transform: lowercase;
    white-space: nowrap;
}

.filter-highlight-group .league-filter-group .league-filter .league-tab span:first-letter{
    text-transform: uppercase;
}

.filter-highlight-group .weekly-filter-group{
    color:#022C53;
    font-size: 0.8rem;
    background-color: #F1F1F1;
    padding: 2px 3px;
    position: relative;
}


.filter-highlight-group .weekly-filter-group .all-wrapper{
    background: #F1F1F1;
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    position: absolute;
    top:0;
    left:0;
    width: 40px;
    height: 100%;
    z-index: 2;
}

.filter-highlight-group .weekly-filter-group  .all{
    background-color:lightgrey;
    border-radius: 3px;
    color: #000000;
    position: absolute;
    padding:3px 10px;
    top:50%;
    left:5px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
}

.filter-highlight-group .weekly-filter-group  .all.active{
    background-color:#F6C344;
}


.filter-highlight-group .weekly-filter-wrapper{
    width: 100%;
    overflow-x: scroll;
    padding-left: 40px;
}

.filter-highlight-group .weekly-filter{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.filter-highlight-group .weekly-filter-group .weekly-tab{
    text-align: center;
    border-radius: 3px;
    list-style: none;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 14px;
    position: relative;
    display: flex;
    align-items: center;
}

.filter-highlight-group .weekly-filter-group .weekly-tab:after{
    content: "|";
    font-weight: 100;
    color: rgba(0,0,0,0.2);
    position: absolute;
    right: 0;
}

.filter-highlight-group .weekly-filter-group .weekly-tab.active{
    background-color: #F6C344;
    color: #000;
}

.filter-highlight-group .weekly-filter-group .weekly-tab .week-text{
    color:#f9d040;
    text-transform: uppercase;
    font-size: 0.5rem;
    line-height: normal;
}

.highlight-dropdown-group{
    background-color: #092e59;
    height: 32px;
}

.highlight-dropdown-group{
    background-color: #092e59;
    height: 32px;
}

.highlight-dropdown-group .dropdown{
    width:100%;
    vertical-align: top;
    border-top: 1px rgba(255,255,255,0.2) solid;
}


.highlight-dropdown-group .dropdown-highlight{
    border: none;
    background-color: transparent;
    position: relative;
    color:#fff;
    padding:0.5rem 25px 0.5rem 0.7rem;
    font-size: 0.7rem;
    white-space: nowrap;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #082342;
    text-transform: uppercase;
}

.highlight-dropdown-group .sport-icon{
    display: inline-block;
    width: 18px;
}

.highlight-dropdown-group .dropdown-highlight:after{
    font-family: 'Font Awesome 5 pro';
    content: "\f078";
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right:10px;
}

.highlight-dropdown-group .highlight-menu{
    border-radius: 0;
    padding: 0;
    margin: 0;
    transform: none !important;
    top:31px !important;
    max-height: 300px;
    overflow-y: scroll;
    width: 100%;
    min-width: 100%;
    background-color: #203a65;
    border:none;
    position: absolute !important;
    z-index: 9;
}

.highlight-dropdown-group .highlight-menu ul{
    display: block;
    margin: 0;
    padding: 0;
}

.highlight-dropdown-group .highlight-menu li{
    list-style: none;
}

.highlight-dropdown-group .highlight-menu li a{
    border-bottom: 1px rgba(255,255,255,0.2) solid;
    color:#fff;
    background-color: #0d3a64;
    text-align: left;
    padding: 0.4rem 0.7rem;
    font-size:0.7rem;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-decoration: none;
    border-bottom: 1px rgba(255,255,255,0.2) solid;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlight-dropdown-group .highlight-menu li a .sport-icon{
    display: inline-block;
    width: 18px;
    margin-right: 10px;
}

.message-empty{
    background-color: rgba(255,255,255,0.6);
    padding: 15px;
    margin: 0.5rem;
    border-radius: 5px;
}

.message-empty .empty{
    font-size: 2rem;
    color: #0d3d7b;
}

.message-empty .no-message{
    font-size: 0.9rem;
    color: #0d3d7b;
    font-weight: bold;
}