@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body{
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	font-weight: normal;
	background-color:#f5f6fa;
	font-size: 14px;
}

p{
	color: #252424;
    line-height: 1.5em;
}
a:focus,button:focus , img:focus , img:hover, .slide:focus{
	outline:none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}


header{
	width:100%;
	height:64px;
background: rgb(39,39,39);
background: -moz-linear-gradient(180deg, rgba(39,39,39,1) 0%, rgba(3,3,3,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(39,39,39,1) 0%, rgba(3,3,3,1) 100%);
background: linear-gradient(180deg, rgba(39,39,39,1) 0%, rgba(3,3,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727",endColorstr="#030303",GradientType=1);
	border-top:1px solid #797979;

}

.container{
	width:1100px;
	height:auto;
	margin:auto;
	padding-bottom:10px;
}

.top-header{
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	height:100%;
}
.menu {
	display:flex
}
.user-top-bar{
	color: #fff;
    background: #282828;
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #676767;
    background: rgb(41,41,41);
    background: -moz-linear-gradient(180deg, rgba(41,41,41,1) 0%, rgba(27,27,27,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(41,41,41,1) 0%, rgba(27,27,27,1) 100%);   
	background: linear-gradient(180deg, rgba(41,41,41,1) 0%, rgba(27,27,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929",endColorstr="#1b1b1b",GradientType=1);
    border-radius: 5px;
}
.menu ul{
	margin:0px;
	padding:0px;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.menu ul li{
   list-style:none;
   float:left;
   height:35px;
   width: auto;
   padding: 10px 0px;
   margin-right: 15px;
}
.menu ul li a{
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}

.menu ul li a:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left:50%;
	width: 0%;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.menu ul li a:hover:after{
	left:0%;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#logo {
    white-space: nowrap;
    width: 200px;
    height: 50px;
    background: url(../images/logo.svg) center no-repeat;
    background-size: 180px 80px;
    text-indent: -999px;
    padding-top: 15px;
}

.container-fuild{
	background-image: url(../images/content-bg.webp);
	background-repeat:no-repeat;
	min-height:500px;
	height:100%;
}

.top-box{
	padding-top: 15px;
	display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
}
.t-box-li{
	background: rgb(236,236,236);
	background: -moz-linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(223,223,223,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(223,223,223,1) 100%);
	background: linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(223,223,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececec",endColorstr="#dfdfdf",GradientType=1);
	box-shadow: 0px 0px 9px -2px #656565;
	width: auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.t-box-li:nth-child(2){
	margin:0px 5px;
}
.t-box-li:nth-child(3){
	margin-right:5px
}
.t-box-li:nth-child(4){
	margin-right:5px
}
.t-box-li #oyunabaslax{
	display: flex;
    padding: 10px; 
	text-decoration:none;
	color:#000;
	cursor:pointer
}

.t-box-li a{
	display: flex;
    padding: 10px; 
	text-decoration:none;
	color:#000
}

.l-image{
	margin-right:10px;
}
.l-text{
	display: flex;
    flex-direction: column;
}

.l-text span{
	font-size: 19px;
    font-weight: bold;
}

.slider-box{
	margin-top: 15px;
	box-shadow: 0px 0px 9px -2px #656565;
}
.slider-box img{
	display:block
}

.content{
	background: #fff;
    padding: 10px;
    box-shadow: 0 8px 10px 0 #cccfd2;
    position: relative;
	margin-top:15px;
}

.top10-h{
	margin-top:15px;
	display: flex;
}
.top10-h .user-info{
    background: rgb(236,236,236);
    background: -moz-linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(223,223,223,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(223,223,223,1) 100%);
    background: linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(223,223,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececec",endColorstr="#dfdfdf",GradientType=1);
    box-shadow: 0px 0px 9px -2px #656565;
    width: auto;
    padding: 10px;
    position: relative;
    margin-right: 10px;
	-ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.top10-h .user-info:last-child {
	margin-right:0px;
}
.top10-h .user-image-top {
    width: 75px;
    margin: auto;
    position:relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.top10-h .user-image-top img {
    width: 100%;
    display: block;
    border: 1px solid #000000;
    border-radius: 150px;
    padding: 5px;
}

.top10-h  .statu{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #000;
}
.top10-h  .user-image-top svg{
    position: absolute;
    fill: #FFC107;
    font-weight: bold;
    display: block;
    width: 49px;
    text-align: center;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: black;
}

.top10-h  .user-info span.user-row{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #dc3939;
    color: #fff;
    font-weight: bold;
    display: block;
    width: auto;
    text-align: center;
    padding: 5px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

/**footer*/
#footer {
    background: #eef0f2 !important;
	margin-top:20px;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#002339;
}

#footer a {
    color: #002339;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#002339;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
    display: block;
    float: left;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}


.footer-bottom{
	display:flex;
}

.footer-li{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.footer-li:nth-child(1){
	width:300px;
	margin-right:5px
}

.fullscreenBtn{
	position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
	z-index:9999
}
.iframeGameBoard{
	box-sizing:border-box;
}

.iframe{
	height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
}

.content.iframe{
	display:none;
}


iframe.fullScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


iframe.fullScreen{
	position: fixed;
    top: 0px !important;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100% !important;
    height: calc(100%) !important;
}

iframe.fullScreen{
	overflow: hidden;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}

@media (max-width:1024px){
	.container{
		width:100%
	}
}


.menu-aktif {
	height:100%;
}

.menu-aktif .navbar-toggler{
    padding: 15px 5px;
}
.menu-aktif #logo{
    padding: 20px 0px;
}

.navbar-toggler{
	float: left;
    background: transparent;
    border: none;
    height: 100%;
	display:none;
}
@media (max-width:767px){
	.top-box{
		flex-direction: column;
	}
	.t-box-li:nth-child(2),.t-box-li:nth-child(3){
		margin:0px;
	}
	.navbar-toggler{ display:block;}
	.slider-box img{width:100%}
	.top10-h{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.top10-h .user-info{
		margin:10px
	}
	.footer-bottom{
		flex-direction: column;
	}
	.top10-h .user-info:last-child{
		margin-right:10px
	}
	#logo{
		float: left;
		height: 100%;
	}
	.top-header{
		display:block;
	}
	.menu{
		background: #2b2a2a;
		height: 100%;
		padding-bottom: 5px;
		display: none;
		clear: both;
	}
	
	.menu ul{
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
	}
	.user-top-bar{
		margin: 5px;
	}
}