<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */
@charset "utf-8";  
.header-body {background-color: rgb(255, 252, 250);}
.match_title {
	color :#333;
}
.match_title b{
	color :#fb6400;
}

.bg-grey {
	background: #f2f2f2 !important;
}

.bg-light { 
    background: rgba(246, 232, 163, 0.15) !important;
}
.height200 {
	height:200px !important;
}
.font-light {
	color:#ddd !important;
}

.home_page .news_image{
	height: 140px;
}

tr.team_row td {
    background-color: rgba(238, 126, 22, 0.18) !important;
    color: #333 !important;
}
tr.team_row td a{
    color: #333;
}

.home_page .player_img{
	height: 200px;
}
.titles_image{
	height: 170px;
}
.home_page h5.player_name{
    width: 145px;
    height: 42px;
    padding-top: 5px;
    overflow: hidden;
    margin: 0px 0 -10px 0;
    background-color: #383F48;
}

.text-news {color : #1D2127;}

span.thumb-info-inner.video_title {
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 300;
}

.home_page .nav-tabs li a {
    margin-right: 15px;
}


.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    background-color: rgba(115, 152, 177, 0.17);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(50%, #f6f6f6), to(#f4f4f4));
    background-image: -webkit-linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6 50%, #f4f4f4);
    background-image: -o-linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
    background-image: linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
}
.select2.select2-container.select2-container--bootstrap, .MedicalRecordForm .select2.select2-container.select2-container--bootstrap.select2-container--below, .MedicalRecordForm .select2.select2-container.select2-container--bootstrap.select2-container--below.select2-container--open {
    width: 100% !important;
}




h1.vs {
    text-align: center;
    padding: 20px auto;
    font-size: 50px;
    font-weight: 900;
    color: #EE7E16;
}

.light{
	background: #fff !important;
	color: #333 !important
}
.radius3{border-radius: 3px;}
.radius4{border-radius: 4px;}
.radius5{border-radius: 5px;}


.head_to_head td {
    font-size: 18px;
    padding: 7px;
    border-bottom: 3px solid rgba(238, 126, 22, 0.1);
    background-color: rgba(238, 126, 22, 0.04);
}
.head_to_head td.center_h2h_td {
    padding: 5px;
    border-bottom: 3px solid rgb(254, 249, 244);
    background-color: rgb(255, 255, 255);
    color: #333;
    font-size: 18px;
}
.select2-container--default .select2-selection--single{
    padding:6px;
    height: 37px;
    width: 148px; 
    font-size: 1.2em;  
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: -khtml-gradient(linear, left top, left bottom, from(#424242), to(#030303));
    background-image: -moz-linear-gradient(top, #424242, #030303);
    background-image: -ms-linear-gradient(top, #424242, #030303);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #030303));
    background-image: -webkit-linear-gradient(top, #424242, #030303);
    background-image: -o-linear-gradient(top, #424242, #030303);
    background-image: linear-gradient(#424242, #030303);
    width: 40px;
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
}

.first_th{
	width:5%;
}










.dataTables_wrapper .dataTables_filter {
    
}

.dataTables_wrapper .dataTables_filter input ,
.dataTables_wrapper .dataTables_length select{
    padding: 5px
    background-color: rgba(115, 152, 177, 0.17);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(50%, #f6f6f6), to(#f4f4f4));
    background-image: -webkit-linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6 50%, #f4f4f4);
    background-image: -o-linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
    background-image: linear-gradient(#ffffff, #f6f6f6 50%, #f4f4f4);
    border: 1px solid #DDD;
    padding: 10px;
}

.inline-block{display: inline-block !important;}
.table_main_thumb {height:40px; width:40px;margin: auto 5px;}
.table_main_thumb {
    padding: 1px;
    border: 1px solid #DDD;
}
span.img-thumbnail.news_match_image {
    height: 150px;
    padding: 20px 15px;
}
.btn-match-status a{
    color: #fff;
}
/*
.inline{
	display: inline-block;
}
.bordered.img-circle {border: 1px solid #eee !important;padding: 2px;}
.comp_img{
	display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 35px;
    height: 35px;
    
}
.player_table_img{
	display: inline-block;    
    height: auto;
    padding: 4px;
    float: left;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 45px;
    height: 45px;
    
}
.country_name{
	margin: 0px;
}
.non_float{
	float: none!important;
}*/</pre></body></html>