a.fb-share-button {
    top: -5px;
}a.fb-share-button {
    top: -5px;
a.fb-share-button {
    top: -5px;
}}a.fb-share-button {
    top: -5px;
}a.fb-share-button {
    top: -5px;
}@charset "UTF-8";
/* CSS Document */

/*account info*/
.accountInfo .enterButton {
    float: none !important;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.accountInfo .rounded {
    width: 100px;
    height: 100px;
    border-radius: 50px;
	float: none !important;
	margin: 0 auto;
	background: #000000; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #434343); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #434343); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*account info end*/

body {
	font-weight: 200;
}

.subButton {
    border: solid 1px #469e46;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.showStocks {
    height: 220px;
    overflow: hidden;
	background-color:#FFF;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.noMarginTop {
	margin-top: 0px;
}

.fixIt {
	position:fixed;
}

.moveToZero {
    transform: translateY(0%) !important;
	visibility: visible !important;
}

#menuTop {
    position: absolute;
    background-color: #000;
    height: 50%;
    z-index: 100;
    width: 100%;
    top: 0px;
    transform: translateY(-200%);
}

#menuBottom {
    position: absolute;
    background-color: #000;
    height: 50%;
    z-index: 100;
    width: 100%;
    bottom:0px;
    transform: translateY(100%);
}


#menuTop, #menuBottom {
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	visibility: hidden;
}

#hamburger:before, #hamburger:after, #hamburger span {
	background: #fff !important;
	content: '';
	display: block;
	width: 35px;
	height: 3px;
	position: absolute;
	cursor: pointer;
}
#hamburger:before {
	top: 11px;
	width: 85%;
	padding: 1px 0px;
}
#hamburger span {
	top: 23px;
	width: 85%;
	padding: 1px 0px;
}
#hamburger:after {
	top: 35px;
	width: 85%;
	padding: 1px 0px;
}

#hamburger {
    width: 55px;
    position: absolute;
    right: 10px;
    top: 0px;
	display: none;
	cursor: pointer;
	background-color: #000;
	height: 48px;
	z-index: 101;
}

.logo {
	width:170px;
	float:left;
	margin: 0px 20px;
}
.usernameBackColor {
    background-color: #efefef;
	border: solid 1px #e0e0e0;
	border-radius: 8px;
}

input {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 13px;
}

.container {
	width: 98%;
}

.playFor .loginBlock {
    width: 50%;
    margin: 0 auto;
}

.playIn {
    padding: 90px 100px;
    text-align: center;
    color: #FFF;
}

.contestTable {
	border: 1px solid rgba(0,0,0,0.12);
}

.contestTableOverFlow {
    overflow: scroll;
    height: 540px;
}

.enterButton {
    background: #008000;
    background: linear-gradient(90deg, rgb(54, 171, 54) 0%, rgba(31,182,31,1) 35%, rgb(64, 210, 64) 100%);
    color: #FFF;
    padding: 10px 20px;
    border-radius: 8px;
    width: 140px;
}

.mainLinks li {
    margin-right: 20px;
}

.createLinks {
    margin-left: 40px;
}

.createLinks li {
    margin-left: 20px;
}

.rounded {
    width: 25px;
    height: 25px;
    border-radius: 25px;
}

.userDeposit {
    width: 200px;
	position:relative;
}

#usernameClickMenu {
    position: absolute;
    padding: 17px 10px 10px 10px;
    top: 60px;
    display:none;
}

a.depositButton {
    width: 100%;
    background-color: green;
    background: linear-gradient(90deg, rgb(54, 171, 54) 0%, rgba(31,182,31,1) 35%, rgb(64, 210, 64) 100%);
    border-radius: 8px;
    text-align: center;
    color: #FFF;
    padding: 2px;
    margin-bottom: 6px;
}
.topHeader {
    padding: 10px 0px;
    position: relative;
    z-index: 200;

	background: #000000; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #434343); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #434343); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.usernameLink {
    margin-left: 5px;
}
.bottomTicker {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
	z-index: 101;
}

.closeBtn {
    background-color: #FFF;
    padding: 0px;
    border-radius: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 6px;
    cursor: pointer;
}

#inMobileMenu {
		visibility: hidden;
		opacity: 0.0;
	-webkit-transition: none 1.5s ease 0.3s;
	transition: none 1.5s ease 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	position: absolute;
	z-index: 300;
	top: -500px;
	}

#inMobileMenu ul a {
    padding: 10px;
    display: block;
    font-size: 20px;
    color: #FFF;
}

#hamburger span, #hamburger span:before, #hamburger span:after {
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	transform: rotate( 180deg);
	-webkit-transform: rotate( 180deg);
}

#hamburger.open span {
	opacity: 0;
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	transform: rotate( 180deg);
	-webkit-transform: rotate( 180deg);
}
#hamburger.open:before {
	transform: rotate( 45deg);
	-webkit-transform: rotate( 45deg);
	top:22px;
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
}
#hamburger.open:after {
	top: 23px;
	transform: rotate( -45deg);
	-webkit-transform: rotate( -45deg);
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
}

#alert {
    /* position: sticky; */
    margin-bottom: 0.5rem;
    font-weight: 400;
    /* top: 0.5rem; */
    font-size: 16px;
}

.ad-section{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    height: 100%;
}

.ad-banner{
    height: 250px;
}

.p-0{
    padding: 0px !important;
}

@media only screen and (max-width: 993px) {

	.mainLinks, .createLinks {display:none;}

	#hamburger {
		display: block;
	}

	.inMobileMenuAdd {
		top: 20% !important;
		left:10%;
		visibility: visible !important;
		opacity: 1.0 !important;
	}

	.logo {
		width: 140px;
	}
}


