
body{
    padding: 0px;
    font-family: Poppins!important;

    height: 100vh;


}
.no-padding{
    padding: 0px!important;
}
img{
    max-width: 100%;
}
#topheader{
    padding: 15px 0px;
    background-color: #0f2339;
    color: #fff;
    position: relative;

}

#topheader .container{
    position: relative;
}
#topheader .container:before{
    content: '';
    position: absolute;
    width: 360px;
    height: 77px;
    background: #04182c;
    top: -15px;
    width: 100%;
    left: -73%;
}
#mainnav{
    float: left;
    margin-right: 15px;
}
#mainnav ul{
    padding: 10px 0px;
    margin: 0px;

}
.optupcoming .pagination > li:first-child > a, .optupcoming .pagination > li:last-child > a{
    background: #00aeff;
    color: #fff;
}
.optupcoming .dp-selected {
    background-color: #00aeff!important;
    color: #fff!important;
    width: 140px;
}

#mainnav ul li{
    float: left;
    display: block;
    padding: 0px 10px;
}

#mainnav ul li a{
    color: #fff;
    font-size: 16px;
}
#socialnav{
    float: left;
}
#socialnav ul{
    padding: 2px 0px;
    overflow: hidden;
    margin: 0px;
}
#socialnav ul li{
    float: left;
    display: block;
}
.dataentry{
    position: relative;
    /*height: 80%;*/
    height: 333px;
    overflow-y: scroll;
}
#socialnav ul li a {
    border: 1px solid #042ea6;
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
}
.clickable-row{
    cursor: pointer;
}
.clickable-row:hover{
    background-color: #fcf8e3;
}

.clickable-row .clickabletd{
    cursor: auto;
}

.hovercursor{
    cursor: pointer;
}
.btn-primary.btn.sidebardetail{
    margin-right: 15px;
    color: #184a7e;
    background-color: #ffffff;
    border-color: #2e6da4;
}
.btn-primary.btn.sidebardetail.hello{
    background: #184a7e;
    color: #fff;
}
#socialnav ul li a i{
    line-height: 40px;
}
.appendeddata{
    float: left;
    background: #e9ebee;
    border-top: 5px solid #ccc;
    width: 100%;
}

.crossmatch span{
    padding: 4px 5px!important;
    background-color: #ff5549;
    color: #fff;
    text-align: center!important;
    margin: 5px 0px;
    /* width: 13px; */
    float: left!important;
    margin: 7px 0px 0px;
}
.totalbet{
    background-color: #eee;
    padding: 10px 0px;
    border-top: 1px solid #ccc;
}
.appendeddata h3{
    padding: 15px 0px;
    margin: 0px;
    font-size: 20px;
    color: #F44336;
}
.appendeddata .dataperclick{
    border-bottom: 5px solid #ccc;
}
#subanv ul{
    padding: 0px;
    margin: 0px;
}
#subheaderwrap{
    background-color: #fff;
}

#subanv li{
    float: left;
    padding: 15px 15px;
    display: block;
}
#subanv li a{
    color: #2c2c2c;
    font-size: 16px;
}
#subanv li.active{
    background-color: #184a7e;

}
#subanv li.active a{
    color: #fff;
}
.bet.btn{
    color: #fff;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    background: #184a7e;
    border-radius: 0px;
}
#mainfooter{
    background: #0f243b;
    padding: 30px 0px 0px;
    color: #fff;
    position: relative;
}
#mainfooter h2{
    margin: 0px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 25px;
}
#mainfooter p{
    font-weight: 300;

}
#mainfooter ul{
    margin: 0px;
    padding: 0px;
}
#mainfooter .footerlinks ul li{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#mainfooter .footerlinks ul li a{
    color: #fff;
    font-weight: 300;
}
.appbtn img{
    max-width: 150px;
    margin-bottom: 10px;
}
#mainfooter  ul.sociallinks li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#mainfooter  ul.sociallinks li a{
    color: #fff;
    font-weight: 300;
}
#mainfooter  ul.sociallinks li i{
    margin-right: 10px;
}
.subfooter{
    background: #184a7e;
    padding: 15px 0px;
    margin-top: 30px;
}
.fixedarrange{
    height: 492px;
    width: 450px;
    right: 15px;
    position: fixed;
    transition: all 0.3s ease-out;
    bottom: -438px;
    z-index: 9999;
    background: #fff;

    border-bottom: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.fixedarrange.slideup{
    transition: all 0.3s ease-out;
    bottom: 0px;
}
.headingtop{
    width: 100%;
    border-radius: 0px!important;
    font-size: 16px;
    padding: 15px!important;
}
.headingtop h3{
    margin: 0px;
    font-size: 18px;
}
.dataperclick{
    padding: 15px 15px;
    float: left;
    width: 100%;
}
.dataperclick p{
    font-size: 15px;
}
.datasetting{
    margin-bottom: 25px;
}
.datasetting p{
    font-size: 14px;
    overflow: hidden;
}
.selectteamandpont{
    float: left;
    width: 100%;
}
.datainput{
    background: #eee;
    padding: 15px;
    border: 1px solid #ccc;
}
.datawrapperselected{
    position: relative;
    height: 100%;
}
.datawrapperselected .buttonsavepick {
    /*bottom: 11%;*/
    /*    position: absolute;*/
    position: relative;
    width: 100%;
    background: #000;

}
.datawrapperselected .buttonsavepick .btn{
    width: 100%;
    border-radius: 0px;
    font-size: 20px;
}
.counttrigger{
    color: #000;
    margin-left: 10px;
    background: #fff;
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    font-size: 14px;
}
.closeslide{

}
.subfooter p{
    margin: 0px;
}
.subfooter .subfooterlinks {
    padding: 0px;
    margin: 0px;
}
.subfooter .subfooterlinks  li{
    display: block;
    float: left;
    padding: 0px 15px;
}
.subfooter .subfooterlinks  li a{
    color: #fff;
}
.detailtxt p{
    margin-right: 40px;
}
.homeslide{

}
.txtslide{
    position: relative;
    padding: 15px;
}
.txtslide:before{
    content: '';
    position: absolute;
    background: #0000008a;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0px;
}
.setpadding{
    padding-top: 150px;
    padding-bottom: 50px;
}
.txtslide h3{
    position: relative;
    color: #fff;
    z-index: 99;
    font-weight: normal;
    line-height: 40px;
}

.homeslide{
    position: relative;
}
.homeslide .leftside{
    background-image: url(../images/slide.jpg);
    background-repeat: no-repeat;
    position: absolute;
    width: 70%;
    height: 380px;
    left: 0px;
    background-size: cover;
}
.homeslide .rightside{
    content: '';
    position: absolute;
    width: 360px;
    height: 380px;
    background: #04182c;
    overflow: hidden;
    width: 30%;
    right: 0%;
}
.seacrhopt{
    width: 285px;
    padding: 30px 0px 10px 20px;
}
.resultsearch{
    height: 100%;
    width: 100%;
    background: #184a7e;
    padding: 20px 0px 10px 20px;
}
.resultsearch h4{
    border: 1px solid #6476ab;
    width: 265px;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.seacrhopt input{
    background-color: transparent;
    border: 1px solid #6476ab;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    height: auto;
}

.seacrhopt input.search {
    color: #000;
}
.progressbar{
    border: 1px solid #6476ab;
    width: 265px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.progressbar .progress{
    margin: 0px;
    background: transparent;
}
.progressbar .progress-bar{
    background-color: #042ea6;
}
.homearea{
    padding: 40px 0px;
    background-color: #e9ebee;
    min-height: 90vh;
}
.homearea .headtitle{
    background-color: #f3f3f3;
    margin: 0px;
    padding: 15px;
    font-size: 20px;
    border-bottom: 4px solid #e9ebee;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 0;
    line-height: 42px;
}
.toptrending{
    margin-bottom: 25px;
    background: #fff;
}

.homearea .optupcoming{
    background: #fff;
    overflow: hidden;
    padding-top: 10px;
    color: #666666;
    float: left;
    width: 100%;

}
.homearea .optupcoming .col-md-4{
    padding: 3px;
}
.homearea .optupcoming .col-md-4 h4{
    font-weight: normal;
    font-size: 12px;
    margin: 5px;
}
.holder{
    padding: 5px 0px;
    background-color: #f6f6f6;
    overflow: hidden;
    float: left;
}
.btoptions{
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}
.btoptions .bluebtn{
    padding: 0px 10px;
    background: #00aeff;
    color: #fff;
}
.btoptions .col-md-1{
    width: 12.5%;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    padding: 0px;
}
.btoptions p{
    margin: 0;
    padding: 10px 0px;
}
.procusesect{
    padding: 5px 0px;
    background-color: #f6f6f6;
    overflow: hidden;
    float: left;
    width: 100%;
}
.moeylinescoreover .procusesect,  .quarterscore .procusesect {
    padding-left: 10px;
    background-color: #e9ebee;
}
.procusesect .setstyle{
    padding: 0px 3px;
    width: 21%;
    text-align: center;
}
.procusesect .col-md-3{
    padding: 0px 3px;
    text-align: center;
}
.procusesect .bgtxt{
    /*width: 33%;*/
    text-align: left;
}
.procusesect  h4{
    font-weight: normal;
    font-size: 12px;
    margin: 5px 0px;
}
.upcomingevents{
    background-color: #fff;
    overflow: hidden;
}
.statreport{
    padding: 0px 3px 0px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.quarterscoreinfo{
    padding: 10px 3px 0px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.statreport .bgtxt{
    width: 33%;
}
.quarterscoreinfo .bgtxt{
    width: 33%;
}
.statreport h4{
    font-weight: normal;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 4px 0px;
    margin: 0px;
    font-size: 12px;
}
.statreport .bgtxt{
    width: 33%;
}
.quarterscoreinfo h4{
    font-weight: normal;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 4px 0px;
    margin: 0px;
    font-size: 14px;
}
.statreport .col-md-3{
    padding: 0px 3px;
}
.quarterscoreinfo .col-md-3{
    padding: 0px 3px;
}
.statreport  .setstyle{
    padding: 0px 3px;
    width: 21%;
    text-align: center;
}
.quarterscoreinfo  .setstyle{
    padding: 0px 3px;
    width: 21%;
    text-align: center;
}
.moeylinescoreover, .quarterscore{
    margin-bottom: 25px;
    overflow: hidden;
    border: 1px solid #e9ebee;


}
.statreport  .bgtxt img{
    border: 1px solid #e5e5e5;
    width: 29px;

    padding: 2px;
}

.quarterscoreinfo  .bgtxt img{
    border: 1px solid #e5e5e5;
    width: 29px;

    padding: 2px;
}

.statreport .active h4{
    background: #00aeff;color: #fff;    border: 1px solid #00aeff;
}
.quarterscoreinfo .active h4{
    background: #00aeff;color: #fff;    border: 1px solid #00aeff;
}
.statreport span{
    font-size: 14px;
    margin-left: 3px;
}
.quarterscoreinfo span{
    font-size: 14px;
    margin-left: 3px;
}
.no-padding{
    padding: 0px;
}
.statreport .col-md-12{
    padding-bottom: 4px!important;
}

.quarterscoreinfo .col-md-12{
    padding-bottom: 4px!important;
}

.timeanddate{
    float: left;
    width: 100%;
    padding: 10px 4px;
    border-bottom: 1px solid #e7e7e7;
    margin: 10px 0px;
    border-top: 1px solid #e7e7e7;
    background: #eee;
}
.timeanddate p{
    color: #666666;
    margin: 0px;
}
.readmore{
    background: #00aeff;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #fff;
}
.hashtagin{

    color: #00aeff;
    font-size: 13px;
    /* font-style: italic; */
    margin: 0px;
    font-weight: bold;

}
.hashtagin:hover{
    text-decoration: none;
    color: #000;
}
.pickupmatch {
    color: #184a7e;
    background-color: #eeeeee;
    /* border-color: #2e6da4; */
    padding: 10px 15px;
    /* border: 1px solid; */
    cursor: pointer;
}
.newweeklystyle.sidebardetail{
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    margin: 0px;
    background: #fff;
    color: #184a7e;
    border: 0px;
    float: left;
    cursor: pointer;
}
.newweeklystyle.sidebardetail.hello{
    background: #00aeff;
    color: #ffffff;
}
.newweeklystyle.sidebardetail.hello span{
    color: #fff;
}
#weeklydata .whtebg td{
    padding: 0px!important;
    padding-left: 0px!important;
}
.newweeklystyle.sidebardetail span{
    background: transparent;
    border: transparent;
    color:#184a7e;
}
.pickupmatch.active{
    color: #ffffff;
    background-color: #00aeff;
    border-color: #00aeff;
}
.scorerecent{
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}
.scorerecent table{
    margin-top: 8px;
    width: 100%;
}
.scorerecent table th{
    background-color: #e9ebee;
    padding: 5px;
    font-size: 10px;
}
.scorerecent table td{
    padding: 5px;
}
.scorerecent table td{
    font-size: 10px;
}
.scorerecent .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    font-size: 12px;
    width: 50%;
}
.scorerecent .nav-tabs>li>a{
    color: #333;
    background: #eee;
    padding: 10px;
}
.topbar{
    background-color: #f6f7f9;
    padding: 4px;
}
.topbar div{

    display: inline-block;
    padding: 4px 8px;
    border-right: 1px solid #e5e5e5;
}
.writepost{
    background-color: #fff;
}
.writepost #foo {
    resize: none;
    height: 100px;
    padding-left: 70px;
    padding-top: 20px;
    border: 0px;
    background-image: url(../images/person.png);
    background-repeat: no-repeat;
    background-position: 13px 10px;

}
.bottomopt .ico{
    display: inline-block;
    padding: 8px 10px;
    border-right: 1px solid #e5e5e5;
}
.bottomopt{
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.cogandbtn{
    padding: 4px 10px;
}
.cogandbtn a.btnpost{
    background: #00aeff;
    /* width: 100%; */
    /* float: left; */
    text-align: center;
    padding: 4px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
}
.cogandbtn a .fa{
    color: #ababab;
    padding-right: 10px;
    font-size: 14px;
}
.postapost{
    border: 1px solid #dddfe2;
}
.locationbased .location {
    border: 0px;
    border-radius: 0px;
    background-image: url(../images/pin.png);
    background-repeat: no-repeat;
    background-position: 98% 5px;
    border-radius: 0px;
    border: 0px;
}
.posted + .posted{
    margin-top: 20px;
}
.posted{
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #dddfe2;
    box-shadow: 0 4px 8px rgba(0,30,84,.12), 0 1px 3px rgba(0,30,84,.08);
    /*overflow: hidden;*/
    display: grid;
}
.posted .identity .imgperson{
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
}

.posted .identity .imgperson img{
    height: 100%;
}

.posted .identity .nametime{
    display: block;
    float: left;
    margin-left: 15px;
}
.posted .identity .nametime a{
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    /*cursor: default;*/
    font-size: 12px;

}
.posted .identity .time{
    color: #90949c;
    font-size: 10px;

    margin: 2px 0px 0px;
}
.posttext{
    color: #373737;
    float: left;
    width: 100%;
    font-size: 16px;
}

.posttext br{
    display: none;
}

.identity{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.likecommentbar{
    float: left;
    width: 90px;
    /* border-top: 1px solid #dddfe2; */
    /* border-bottom: 1px solid #dddfe2; */
    margin: 15px 0px 0px;
    border: 1px solid #dddfe2;

}
.likecommentbar .like{
    border-right: 1px solid #dddfe2;
}
.likecommentbar .like, .likecommentbar .comment{
    padding: 5px 5px;
    FLOAT: left;
    width: 50%;
    text-align: center;
    background: #f3f3f3;
    font-size: 12px;
    color: #585858;
    cursor: pointer;
}
.likecommentbar .like.active{
    background: #00aeff;
    color: #fff;
}
.likecommentbar a{
    padding: 10px;
    display: inline-block;
    color: #818181;
}
.peoplescomment{
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f3f3f3;
    border: 1px solid #e0e2e4;

}
.peoplescomment .avtar{
    float: left;
    /* width: 10%; */
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}
.peoplescomment .avtar img, .postedreply .avtar img{
    min-height: 36px;
}
.postedreply .avtar{
    float: left;
    width: 36px;
    height: 36px;
	border-radius: 50%;
    overflow: hidden;
}
.defaulttags .btn.btn-primary.btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.postedreply .nameandcomment{
    float: left;
    width: 88%;
    /* padding-top: 10px; */
    padding-left: 15px;
}
.postedreply .nameandcomment a{
    color: #000;
    text-decoration: none;
}
.postedreply .nameandcomment p{
    margin: 5px 0px 5px;
    padding-left: 10px;
    color: #666;
}
.nameandotherdata{
    float: left;
    width: 90%;
    /* padding-top: 10px; */
    padding-left: 10px;
}
.replypost{
    display: none;
}
.nameandotherdata .nameandcomment p{
    margin: 5px;
}
.addcommentpost{
    height: 62px;
    float: right;
    margin-top: -1px;
}
.nameandotherdata .nameandcomment a{
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.nameandotherdata .nameandcomment span{
    color: #7a7a7a;
    margin-left: 5px;
}
.givelike a{
    color: #f37438;
    width: 40px;
    float: left;
}
.givelike span{

    font-size: 12px;


}
.givelike span.replycomment{
    /* background: #F44336; */
    /* padding: 5px; */
    /* border-radius: 5px; */
    cursor: pointer;
    color: #337ab7;
    /* border-bottom: 3px solid #b72318; */
    font-weight: 700;
}
.givelike{
    /*float: left;*/
    width: 100%;
    /* margin-top: 15px; */
    /*float: none;*/
    margin: 10px 0 0;
    display: block;
    /*overflow: hidden;*/
    padding: 5px 0 0;
}
.replypost button{
    height: 54px;
    width: 100%;
    text-align: center;
    padding: 0px;
    background: #f44336;
    border: 1px solid #f44336;
}
.timeposted{
    float: right;
    color: #666;
}
.watcheradded{
    float: left;
    width: 100%;
    margin: 0px;
    background: #a6ef6f;
    position: relative;
    margin: 5px -15px;
    width: 108%;
    padding: 5px 15px;
    font-size: 12px;
    /* display: none; */
    text-align: center;
}
.postedreply{
    float: left;
    width: 100%;
    background: #dedede;
    padding: 10px 10px 0px 50px;
    border-bottom: 1px solid #ccc;
    min-height: 70px;
}
.replypost{
    display: none;
    float: left;
    width: 100%;
    /* background: #b72318; */
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    border: 2px solid #b72318;
}
.searchform{
    overflow:hidden;
}
.searchform .btnsearch .btn{
    background: #00aeff;
    margin-left: -5px;
    border: 1px solid #00aeff;
    border-radius: 0 5px 5px 0;
}
.runtimecomments{
    float: left;
    width: 488px;
    /* margin-top: 10px; */
    margin: 15px -20px -20px -20px;
    box-sizing: border-box;
    position: relative;
}
.nameandcomment .timeposted{
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: -20px;
}
.postsarea{
    padding: 10px;
    background-color: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.postsarea .imgdata{
    float: left;width: 100%;
}
.postsarea .imgdata .imgpost{
    float: left;width: 40%;
    padding-top: 15px;

}
.postsarea .imgdata .datapost{
    float: left;width: 55%;
    margin-left: 10px;

}
.postsarea .imgdata .postname{
    margin: 0px 0px 5px;
    color: #042ea6;
    font-weight: 500;
}
.postsarea .imgdata .author{
    font-size: 12px;
    color: #000;
    margin: 0px 0px 5px;
}
.postsarea .imgdata .timeago{
    font-size: 12px;
    font-weight: 600;
}
.detailpost{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.readmore.news{background-color:#0a1e57;}
.addcomment{
    float: left;
    width: 100%;
    padding-top: 20px;
}
.addcomment textarea{
    resize: none;
    /*height: 40px;*/
    padding-left: 70px;
    padding-top: 20px;

    background-image: url(../images/person.png);
    background-repeat: no-repeat;
    background-position: 13px 10px;
}



.nameandotherdata br{
    display: none;
}

.chattermenu{
    background: #184a7e;
}
.chattermenu ul {
    padding: 0px;
    margin: 0px;
}
.chattermenu li {
    float: left;

    display: block;
}
.chattermenu li a{
    padding: 15px 15px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.chattermenu li a.active{
    background: #0a1e57;
}
.breadcrumstyle{
    background-image: url(../images/bgbar.png);
    background-size: cover;
    background-position: right -47px;
    padding: 20px 0px;
}
#profilepage .bgwhite{
    background-color: #fff;
    padding: 20px 0px 40px!important;
    position: relative;
}
#profilepage .profiledata{
    padding-top: 60px;


    position: relative;
    left: 0px;
    top: 0px;
}
#profilepage #Statistics{

}
.avatar-img img{
    width: 150px;
}
.person-title{
    margin: 15px 0px 30px;
}
.logos-ranks{
    text-align: center;
}
.logos-ranks img{
    width: 42px;
    margin: 0px 5px;
}
.winrate{
    text-align: center;
    margin: 20px 0px;
}
.winrate p{
    color: #333;
    font-weight: 500;
    margin: 0px 0px 10px;
    font-size: 15px;
}
.otheropt{
    padding-top: 60px;
    /* text-align: center; */
    max-width: 50%;
    margin: 0px auto;
    overflow: hidden;
}
.otheropt ul{
    overflow: hidden;
    padding: 0px;
}
.otheropt ul li{
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
.otheropt ul li a{
    color: #333;
    font-size: 22px;
}
#Statistics h3{
    margin: 30px 0px;
}
#Statistics h4{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.tablestat{
    margin-top: 30px;
}
.tablestat table{
    width: 100%;
}
.tablestat table thead{
    background-color: #eee;
}
.graph{
    padding-top: 40px;
}
.graph img{
    max-width: 80%;
}
.alltime img{
    width: 42px;
    margin: 0px 5px;
}
.tablestat{
    width: 90%;
}
.tablestat table th, .tablestat table td{

    border:1px solid #ccc;
    font-size: 13px;
    padding: 9px 15px;
}
.nopickup{
    cursor: not-allowed!important;
    pointer-events: none;
}
.disbalespan span{
    cursor: not-allowed!important;
    pointer-events: none;
}
.watcheradded.redbg{
    background: #ef756f;
}
.tablestat table td span{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    float: none;
    background: #ff0000ad;
    /* padding: 10px; */
    color: #fff;
    float: left;
    line-height: 20px;
    text-align: center;
}
.tablestat table td span .fa{
    line-height: 20px;
}
#Statistics .totalbet{
    padding: 10px;
    width: 90%;
    border: 1px solid #184a7e;
    background: #184a7e;
    color: #fff;

}
.extenddata  .win{
    color: #03c503;
}
.extenddata  .lose{
    color: red;
}
.extenddata  .Scheduled{
    color: #ffac00;
}
.breadcrumstyle h2{
    color: #fff;
    margin: 0px;
    font-weight: 400;
    float: left;
    display: inline-block;
    line-height: 60px;
}
.breadcrumstyle .dropdown{
    float: left;
    display: inline-block;
    margin-left: 20px;
}
.breadcrumstyle  .caret{
    color: #2577cc;
    font-size: 23px;
}
.breadcrumstyle .dropdown button{
    background: transparent;
    border: 1px solid #184a7e;
}
.tablechatter table{
    width: 100%;
    background: #fafafa;
    font-size: 14px;
    text-align: center;
}
.tablechatter table td{
    padding: 15px 0px;
}
.tablechatter table td span.align{
    margin-top: 0px;
    float: left;
}
.tblogo{
    border: 1px solid #ccc;
    margin: 0px 3px;
    padding: 3px;
    width: 26px;
}
.tablechatter thead th{
    padding: 15px 10px;
    font-weight: 600;
    font-size: 15px;
    color: #212121;
    text-align: center;
}
.tablechatter thead{
    background: #f3f3f3;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 10px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.whtebg{
    background: #fff;

    border-bottom: 4px solid #f3f3f3;
}
.whtebg td{
    text-align: left;
    padding-left: 15px!important;
    font-size: 16px;
}
.loadmore{
    background: #3fa1d2;
    width: auto!important;
    float: left;
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.overideperson{
    /* position: absolute; */
    /* right: 0px; */
    /* top: 0px; */
    background: #184a7e;
    width: 50px;
    /* height: 100%; */
    color: #fff;
    text-align: center;
    font-size: 30px;
    float: right;
    cursor: pointer;

    font-size: 30px;
}
.overideperson .fa{
    line-height: 50px; 
}

.upcomingevents .overideperson {
    background: none;
    color: #184a7e;
    padding: 1px 0;
    margin: 0;
    line-height: normal;
}

.upcomingevents .overideperson .fa{
    line-height: normal;
}



.newweeklystyle .overideperson{

}
.newweeklystyle .overideperson > .fa-plus{
    line-height: normal;
}
.teamnamearea{
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%;
    overflow: hidden;
}
.teamnamearea p{
    font-size: 15px;
    font-weight: 600;
    color: #0a1e57;
    margin: 0px;
    padding: 10px 0px;
}
.teamlogos{
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.teamlogos p{
    font-size: 15px;
    font-weight: 600;
    color: #0a1e57;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
}

.teamlogos img{
    height: 125px;
}
.statcolourd{
    float: left;
    width: 100%;
    overflow: hidden;
    color: #fff;

}
.statcolourd p{
    margin: 0px;
    padding: 7px 0px;
}
.statcolourd .firstbg{
    background-color: #0a1e57;
}
.statcolourd .secbg{
    background-color: #184a7e;
}
.statcolourd .thirdbg{
    background-color: #193279;
}
.statcolourd .fourtbg{
    background-color: #316397;
}
.sentiments{
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.sentiments .sentititle{
    color: #022a54;
    margin: 0px;
    padding: 5px 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.topttrendingwrap{
    padding: 10px;
    overflow: hidden;
}
.sentiments  .sentifirrbg{
    background-color: #e7e8e9;
    margin: 0px;
    padding: 7px 0px;
    text-align: center;
    color: #022a54;
}
.sentiments p{
    margin: 0px; 
    font-size: 13px;
    font-weight: 600;
}
.sentiments  .sentisecbg{
    background-color: #f3f3f3;
    margin: 0px;
    padding: 7px 0px;
    text-align: center;
    color: #022a54;
}
.morebtn{
    padding: 5px;
    float: left;
    width: 100%;
    overflow: hidden;
    color: #fff;
    background: #fff;

}
.btoptions .designarrow{
    font-size: 17px;
    padding: 10px!important;
    text-align: center;
    cursor: pointer;
}
.selectbyweek{
    background: #00aeff;
    color: #fff;
}
.dropdownhome{
    padding: 10px 0px!important;
}
.morebtn a{
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    float: left;
    width: 100%;
    text-align: center;
}
.morebtn a:hover{
    color: #fff;
    background: #41a7da;
    text-decoration: none;
}
.chatteropt {
    /*font-size: 13px;*/
}
.morebtn .morepick{
    background-color: #41a7da; 


}
.morebtn .moreinfo{
    background-color: #193279; 
}
.watchers{
    color: #fff;
    background-color: #41a7da;
    padding: 10px 0px;
    font-size: 13px;
    width: 100%;
    float: left;
    width: 100%;
    text-align: center;
}
.location{
    color: #2b2929;
    background-color: #f5f5f5;
    padding: 6px 0px;
    font-size: 13px;
    width: 100%;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
#sidedetail .time{
    color: #2b2929;
    background-color: #eaeaea;
    padding: 6px 0px;
    font-size: 12px;
    width: 100%;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

#sidedetail .teamlogos p.vs{
    line-height: 105px;
}

.weather{
    color: #2b2929;
    background-color: #dedede;
    padding: 6px 0px;
    font-size: 12px;
    width: 100%;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.ari{
    color: #ffffff;
    background-color: #e0b300;
    padding: 10px 0px;
    font-size: 15px;
    width: 100%;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.upperpart{
    display: block;
    float: left;
    width: 100%;
    border-bottom: 3px solid #dbdde0;
    padding: 0px 0px 40px;
}
.hometeamname{
    color: #184a7e;
    font-weight: bold;
}
.hometeamname.awayteamname{
    color: rgb(29, 29, 37);
}
.upperpart .text-right , .upperpart .text-left{
    color: rgb(29, 29, 37);
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 0px;
}
.upperpart .text-right hr{
    margin-bottom: 6px;
    border-top: 3px solid #184a7e;
}
.upperpart .text-left hr{
    margin-bottom: 6px;
    border-top: 3px solid #04182c;
}
.upperpart .outsidescore {
    margin: 0px;
    display: inline-block;
    font-weight: bold;
    font-size: 35px;
    color: #000;
}
.upperpart  h3{
    margin:5px 0px;
}
.homeimagewrapper{
    display: inline-block;
    text-align: center;
    width: 48%;
    padding-top: 8px;
}
.upperpart .homeimagewrapper img{
    margin: 0px 10px;
    padding: 3px;
    width: 100px;
    border: 0px;
}
.scoretop{
    font-size: 16PX;
    FONT-WEIGHT: normal;
}
.upperpart .homescore{
    margin: 0px;
    display: inline-block;
    font-weight: bold;
    font-size: 35px;
    color: #184a7e;
}
.downpart{
    float: left;
    width: 100%;
    margin-top: 50px;

}
.downpart h3{
    font-size: 14px;
    margin-bottom: 20px;

}
.downpart .procusesect h4{
    font-size: 10px;
}
.scorebox{

    margin: 0px auto;
    border: 1px solid #e9ebee;
    text-align: center;
    padding: 15px;
    overflow:hidden;
}
.downpart .scorebox h5{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.designcity{
    font-size: 20px;
    font-weight: normal;
}
.downpart .newsrecent, .downpart .scorerecent{
    background-color: #fff;
    border: 1px solid #eee;
}
.trendingList__item a{
    display: inline-block;
    float: left;
}
.detailbtn{
    float: right;
    margin:0px 10px 0px 15px;
}
#sidedetail.sticky{
    /*position: fixed!important;*/

    top: 0px;
    /*right: 7.5%;*/
    /*width: 380px;*/

    position: -webkit-sticky;
    position: sticky;
}
.trendingList__item a.trendingList__link{
    display: inline-block;
    float: left;
    width: 185px;
    padding-left: 15px;
}
.trendingList__info{
    width: 100%;
    float: left;
    margin: 10px 0px;
}
.trendingList__image{
    height: 80px;
    overflow: hidden;
}
.eachteam{
    float: left;
    width: 100%;
    margin: 5px 0px;
}
.css-1c2w8mj{
    background: transparent;
    border: 1px solid #184a7e;
    padding: 3px 15px;
    margin: 0px 5px;
    margin-top: 4px;
    font-size: 13px;
}
.game-details-content__table-team{
    width: 100px;
    float: left;
    display: inline-block;
    line-height: 38px;
    font-size: 20px;
}
.game-details-content__table-team img{
    width: 40px;
    float: left;
}
.ou{
    color: #ffffff;
    background-color: #6aa130;
    padding: 5px 0px;
    font-size: 13px;
    width: 100%;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.graphholder {
    background: #fff;
    padding: 5px 0px!important;
}
.graphholder .col-md-6{
    padding: 5px 0px;
}
.graphholder .col-md-6 span{
    width: 15px;
    height: 15px;
    background-color: #ffaa56;
    /* float: left; */
    display: inline-block;
}
.graphholder .col-md-6 span.aribatch{
    background-color: #f7006d;
}
.graphholder .col-md-6 p{
    padding: 10px 0px 0px;
    margin: 0px;
}
.wrapperchat{
    padding: 10px;
    background-color: #fff;
    float: left;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;

}
.chatter{
    padding-top: 20px!important;
}
.wrapperchat input{
    border-radius: 0px;
    height: 45px;
}
.wrapperchat input:before{

}
.namebet{
    font-size: 13px;
    font-weight: normal;
    color: #726a6a;
    margin: 0px;
}
.commentbet{
    font-size: 15px;
    font-weight: 600;
    color: #3a3838;
    margin: 0px;
}
.timebet{
    font-size: 13px;
    font-weight: normal;
    color: #bbbbbb;
    margin: 0px;
}
.loadmorebet{
    background: #0a1e57;
    width: auto!important;
    float: left;
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.card{
    background-color: #04182c;
    padding: 30px 25px 30px;
    margin: 0 auto 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    color: #fff;
}
.toptrending .tab-pane ul li {
    display: block; 
    float: left;
    width: 100%;

}
.toptrending .tab-pane ul li a{
    float: left;
    width: 100%;
    padding: 10px;
}
.toptrending .tab-pane ul li a:hover{
    background:#00aeff;
    color: #fff;
    text-decoration: none;
}
.toptrending .tab-pane ul{
    padding: 0px;
}
.card h3{
    text-align: center;
    margin: 0px 0px 15px;
}

button.btn.btn-in-dark,
input.btn.btn-in-dark{
    background-color: #184a7e;
}

button.btn.btn-in-dark:focus,
button.btn.btn-in-dark:active,
button.btn.btn-in-dark:hover,
input.btn.btn-in-dark:focus,
input.btn.btn-in-dark:active,
input.btn.btn-in-dark:hover{
    background-color: #000;
    color:#fff;
}

.navmenu .btn.btn-profile{
    background-color: #184a7e;
    padding: 10px 10px;
    border-radius: 0;
    color: #fff;
    border: 1px solid #184a7e;
    margin: 2px 0px 0 10px;
    font-weight: 500;
}
.selectbydate{
    background: #00aeff;
    color: #fff;
    overflow: hidden;
}
.selectbydate form{
    overflow: hidden;
    padding: 11px;
    margin: 0px;
}
#imageupload{
    position: relative;
    width: 300px;
    max-height: 400px;
    margin: 0px auto;
}

#imageupload img{
    max-height: 400px;
}

#imageupload:hover input[type=file]{
    display: block;
}

#imageupload input[type=file]{
    display: none;
    position: absolute;
    margin-top: -62px;
    width: 100%;
    padding: 20px;
    z-index: 2;
    overflow: hidden;
    background-color: rgba(238, 238, 238, 0.72);
    border-top: 1px solid #eee;
}

.postsarea .imgdata .datapost{
    width: 100%;
    margin: 0px;
}
.loading_page{
    display: none;
    text-align: center;
    background-color: #fff;
    padding: 20px;
}
.loading_page img{
    max-width: 100px;
}
.loading_page.show{
    display: block;
}

#weekslist{
    max-height: 200px;
    overflow: auto;
}
#weekslist #current-year a:active,
#weekslist #current-year a:hover,
#weekslist #current-year a,
#weekslist #current-year{
    background-color: #286090 !important;
    color: #fff !important;
}

#weekslist #selectedYear{
    background-color: #ddd;
}


.postedcontent::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.postedcontent::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
.postedcontent::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
}

/* Handle on hover */
.postedcontent::-webkit-scrollbar-thumb:hover {
    background: #b3b2b2; 
}

#new::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#new::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
#new::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
}

/* Handle on hover */
#new::-webkit-scrollbar-thumb:hover {
    background: #b3b2b2; 
}

#rising::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#rising::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
#rising::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
}

/* Handle on hover */
#rising::-webkit-scrollbar-thumb:hover {
    background: #b3b2b2; 
}



.postedcontent{
    /*    max-height: 1650px;
        overflow-y: scroll;*/
    background: #fff;
    margin: 20px 0px;
    padding: 10px;

    background: none;
    padding: 0;
    max-height: none !important;
    /*overflow: auto;*/
}

#selectionChamp::-ms-expand {
    display: none;
}

#selectionChamp{
    -webkit-appearance: none;
    appearance: none;
}
#sidedetail.sticky::-webkit-scrollbar {
    width: 10px;
}
/* Track */
#sidedetail.sticky::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
#sidedetail.sticky::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
}

/* Handle on hover */
#sidedetail.sticky::-webkit-scrollbar-thumb:hover {
    background: #b3b2b2; 
}

.btnpostweekly{
    background: #41a7da;
    height: 44px;

    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.btnpostweekly i{
    line-height: 44px;
}
#postwrapper{
    float: left;
    width: 100%;
}
.currenthashtag{
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    font-style: italic;
}
.mobilemenu{
    display: none;
}
#new{
    max-height: 300px;
    overflow-y: scroll;
}
#rising{
    max-height: 300px;
    overflow-y: scroll;
}
.dp-no-select, .dp-off {
    color: #ccc!important;
    background-color: #F0F0F0!important;
    cursor: default;
    pointer-events: none;
}
.dp-today.dp-item {
    /*    background-color: #fff!important;
        color: #337ab7!important;*/
}
.dp-today.dp-off {
    color: #ccc!important;
    background-color: #F0F0F0!important;
    cursor: default;
    pointer-events: none;
}
.dp-no-select .dp-selected{
    color: #ccc!important;
    background-color: #F0F0F0!important;
}
.topttrendingwrap .nav-tabs > li > a {
    font-size: 12px;
}
.optupcoming .dp-selectedfff{
    background-color: #00aeff!important;
    color: #fff!important;
    width: 140px;

}
.dbdatapicked{
    cursor: default;
    pointer-events: none;
}
.dbdatapicked h4{
    background: #0f2339;
    color: #fff;
    border: 1px solid #0f2339;
}

.disabled.dbdatapicked h4{
    background-color: #999;
}

.container > .col-md-4,
.container > .col-md-3{
    padding: 0px 0px;
}

.homearea .container{
    padding: 0px;
}

.leftsidebar{

}

.leftsidebar #loading{

}

.loadingarea .upcomingevents{
    visibility: hidden;
}

#loading.loadingimg{
    display: none;    
}
.loadingarea #loading.loadingimg{
    display: block;
}

.writepost .mentiony-content, 
.addcomment textarea{
    font-size: 12px;    
}

.watcherswarp.postsarea{

}
.watcherswarp.postsarea ul{
    margin: 0;
    padding: 0;
}
.watcherswarp.postsarea ul li{
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.watcherswarp.postsarea ul li + li{
    border-top: 1px solid #e5e5e5;
}

.watcherswarp.postsarea ul li a{

}
.watcherswarp.postsarea ul li span{
    float: right;
    color: red;
    cursor: pointer;
}

.watcherswarp.postsarea .watcheradded{
    margin: 0;
    width: auto;
}


body .container {
    width: 90%;
    max-width: 1600px;
}

#topheader .container{
    padding: 0;
}

#topheader .container .navmenu{
    padding: 0;
}

#subheaderwrap #subheader{
    margin: 0 -30px;
}


.rightsidebar.sticky,
.leftsidebar.sticky{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: auto;
    height: 100vh;
}

.postsListWrapper .ccwrap.commentreply{

}

.postsListWrapper .ccwrap.commentreply + .runtimecomments{

}

.postsListWrapper .peoplecomment > .peoplescomment {
    padding: 0;
}

.postsListWrapper .peoplecomment > .peoplescomment > .ccwrap{
    padding: 20;
    overflow: hidden;
}

.postsListWrapper .peoplecomment > .peoplescomment > .runtimecomments{
    margin: 0;
    width: 100%;
    float: none;
}


.addcomment .mentiony-container .mentiony-content{
    width: 100% !important;
    height: 62px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.givelike .replypost .mentiony-popover,
.addcomment .mentiony-container .mentiony-popover{
    left: 0 !important;
}

.givelike .replypost{
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    border: 2px solid #b72318;
}

.givelike .replypost .mentiony-content{
    width: 100% !important;
    min-height: 54px !important;
}

.givelike .replypost .mentiony-content a.mentiony-link{
    float: none;
}

