/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
#yw_content{

}
.post-filter__submit .btn{
    background-color: #1c3f5a69;
}
.post-filter__submit .btn:hover{
    background-color: #4badff61;
}
.match-preview__action .btn{
    background-color: #1c3f5a69;
}
.match-preview__action .btn:hover{
    background-color: #4badff61;
}

a, .pointer {
	cursor:pointer;
}
.form-control option{
	background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.input-group-addon{
	color: #fff;
    text-align: center;
    background-color: #303337;
    border: 1px solid #303337;
}
.shop-table td.product__info, .shop-table td.product__desc , .shop-table td.product__availability{
	/*width:auto;/**/
}
.form-control{
	color: #f0f0f0!important;
}
.df-account-navigation__link--active > a, .df-account-navigation .active > a{
	background-color: transparent!important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.noup{
	text-transform: none !important;
}
.tblue{
	color:#38a9ff;
}
.share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}
.share-buttons{
	text-align:center;
}


.chatscroll{
	width: 100%; height: 80%; overflow-y: scroll; margin:0px;
}
.chatuser1{
	margin-bottom:10px; background-color:#1e2024; line-height:18px; padding:7px; border-radius:6px 0px 0px 6px;
}
.chatuser2{
	margin-bottom:10px; background-color:#303337; line-height:18px; padding:7px; border-radius:6px 0px 0px 6px;
}
.dplck{
	display:block;
}
.chatd{
	display: inline; font-size: smaller;
}
.pl15{
	padding-left:15px;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.tjust{
	text-align:justify;
}
.ycolor{
	color: #c2ff1f!important;
	display: inline!important;
	margin: 0!important;
}
.game-result-sec{
	/*
	display: flex;
    font-size: 9px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;/**/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0 7px 0;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -25px;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
}
.flr{
	float: right;
}
.team-meta{
	white-space:normal !important;
}
.game-player-result__date{
	white-space:nowrap !important;
}
.mea{
	width:100%!important;
}
.pb50{
	padding-bottom:50px;
}
.pgbut{
	padding-right:15px;
	padding-left:15px;
}

.mr20{
	margin-right:10px;
}
.panelfaq{
	background-color: #323438!important;
}
.tourndetails{
	padding:20px 15px 0px 15px;
}
.betloader{
	border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.bgwait {cursor: wait!important;}

.lh40{line-height:40px;}

.g-recaptcha{
	width: 100px;
}
.cly{
	color:#ffd700;
}

.field-eycon {
  float: right;
  margin-right: 10px;
  margin-top: -33px;
  position: relative;
  z-index: 1999;
}




