body {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

hr{
	margin:2px;
}

#canvas {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#idUyari{
	background-color: rgba(255,255,255,1);
	position:absolute;
	width: 380px;
	right:-385px;
	top:90px;
	padding:5px;
}
.isim-popup.active {
    visibility: visible;
}.isim-popup {
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    z-index: 300;
    padding: 15px;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    text-align: center;
    border: 2px solid #000;
    font-size: 25px;
}.isim-kapat {
    background-color: #c70000;
    color: #FFFFFF;
    position: absolute;
    top: -30px;
    right: 20px;
}

.isim-link {
    display: inline-block;
    background-color: #c7c7c7;
    text-decoration: none;
    padding: 5px;
    margin: 5px;
    border-radius: 15px;
}.skin-popup {
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    z-index: 300;
    padding: 15px;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    text-align: center;
    border: 2px solid #000;
    font-size: 25px;
}

.skin-popup.active {
    visibility: visible;
}

.skin-image {
    width: 150px;         /* Resimleri daha büyük göstermek için genişlik arttırıldı */
    height: 150px;        /* Yükseklik de ayarlandı */
    border-radius: 50%;   /* Yuvarlak görünüm için */
    border: 2px solid #ccc;
    margin: 5px;
    object-fit: cover;
}

.skin-link {
    text-decoration: none;
}

.skin-kapat {
    background-color: #c70000;
    color: #FFFFFF;
    position: absolute;
    top: -30px;
    right: 20px;
    padding: 5px 10px;
    border-radius: 15px;
}

#context-menu{position:absolute;display:block;z-index:1000;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;animation:fadeIn .3s ease}@keyframes fadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.context-list{list-style:none;margin:0;padding:0;background:linear-gradient(135deg,#1e90ff,#0b78e3);border:1px solid #187bcd;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15);font-size:10px;color:#fff}.context-list li{padding:4px 8px;cursor:pointer;transition:background .3s ease,color .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.context-list li:last-child{border-bottom:0}.context-list li:hover{background:rgba(255,255,255,.2);color:#fff}.context-list input,.context-list button{font-size:10px;padding:2px;margin:2px 0;border:0;border-radius:4px;outline:0}.context-list input{width:calc(100% - 6px)}.context-list button{background:#fff;color:#1e90ff;cursor:pointer;transition:background .3s ease,color .3s ease}.context-list button:hover{background:#1e90ff;color:#fff}

iframe{
    border: 0px;
    overflow:hidden;
}

.checkbox label {
	margin-right: 10px;
}

form {
	margin-bottom: 0px;
}

.btn-play, .btn-settings, .btn-spectate {
	display: block;
	height: 35px;
}

.btn-play {
	width: 100%;
	float: left;
}

.btn-settings {
	width: 13%;
	float: right;
}

.btn-spectate {
	display: block;
	float: right;
}

#adsBottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#adsBottomInner {
	margin: 0px auto;
	width: 728px;
	height: 90px;
	border: 5px solid white;
	border-radius: 5px 5px 0px 0px;
	background-color: #FFFFFF;
	box-sizing: content-box;
}

.region-message {
	display: none;
	margin-bottom: 12px;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
}

#nick, #locationKnown #region {
	width: 50%;
	float: left;
}

#spectateBtn {
	width: 50%;
	float: left;
}

#replayBtn {
	width: 50%;
	float: right;
}

#gamemode{
	width: 30%;
	float: left;
}
#solMenuPopup, #someRightDivID {
    border-radius: 0;
}
#settingsPopup{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color:#000C;
	z-index:300;
	border:1px solid #000;
	width:380px;
	height:200px;
	display:none;
	border-radius: 0;
	border:1px solid #FFF;
}
#settingsPopup button{
	right:0px;
	bottom:0px;
	position:absolute;
	border-radius: 0px 0px 10px 0px;
	margin:2px;
	padding:2px;
}
#yesno_settings_mobile{
	padding:2px;
}
#yesno_settings_mobile label{
	font-size:14px;
	margin:5px;
	color:#FFF;
}

#solMenuPopup{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color:#000C;
	z-index:300;
	border:1px solid #000;
	display:none;
	padding:10px;
	border-radius: 10px;
	border:1px solid #FFF;
}
#solMenuPopup button{
	right:0px;
	bottom:0px;
	position:absolute;
	border-radius: 0px 0px 10px 0px;
	margin:2px;
	padding:2px;
}
#solMenuPopup a{
	display:inline-block;
	font-size:20px;
	font-weight:bold;
	padding:5px;
	color:#FFF;
	width:100%;
}

#mobilTools{
	text-align:center;
}
#mobilTools li{
	display: inline;
	color:#FFF;
	font-size:20px;
}

#helloDialog {
	width: 380px;
	background-color: #FFFFFF;
	margin: 10px auto;
	border-radius: 15px;
	padding: 5px 15px 5px 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#showMessageOverlays {
	display:none;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:201;
}

#showMessageTxt {
	margin-bottom:10px;
}

#showMessageDialog {
	width: 380px;
	background-color: #FFFFFF;
	margin: 10px auto;
	border-radius: 15px;
	padding: 15px 15px 15px 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.chat-bubble {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    position: fixed;
    top: 82%;
    left: 37%;
    transform: translate(-50%, -50%);
    color: #000;
    width: 30em;
}

.bubble-content {
    position: relative;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.close-btn:hover {
    color: red;
}

.bottomContainer {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.3);
	border: 0px;
	outline: none;
	color: #FFF;
	height: 30px;
	text-indent: 4px;
	left: 35px;
	padding-right:10px;
	height:48px;
}

.bottomContainer_mobile {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	background: #000;
	border: 0px;
	outline: none;
	color: #FFF;
	height: 100px;
	text-indent: 12px;
	left: 0px;
	padding:0px;
	margin:0px;
	width:100%;
}
#chat_textbox_mobile{
	background: #222;
	width:80%;
	padding:0px;
	margin:0px;
}
#sendChatButton{
	width:15%;
	margin:0px;
	padding:0px;
	color:#000;
}

#chatInputContainer {
	display: inline-block;
}

#soundContainer {
	display: inline-block;
	color:#FF0000;
}

#chat_textbox {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	/*position: absolute;*/
	z-index: 1;
	bottom: 10px;
	background: rgba(0, 0, 0, .2);
	border: 0px;
	outline: none;
	color: #FFF;
	height: 30px;
	text-indent: 12px;
	left: 10px;
	width: 300px;
}

#chat_report {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	background: rgba(0, 0, 0, .5);
	border: 0px;
	outline: none;
	color: #FFF;
	height: 30px;
	left: 310px;
	width: 80px;
}

#chat_textbox:focus {
	background: rgba(0, 0, 0, .5);
}

#a300x250 {
	width: 300px;
	height: 250px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#overlays{
	display:none;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:200;
}
#desktop-section{
	position:absolute;
	width: 260px;
	left:-265px;
	top:340px;
	background-color:#FFFFFF;
	padding:5px;
}
#idMobileDownload{
	position:absolute;
	width:156px;
	right:-156px;
	top:495px;
	background-color:#FFFFFF;
	padding:1px;
}
#idPartnerKafeler{
	position:absolute;
	width:250px;
	right:-250px;
	top:550px;
	background-color:#FFFFFF;
	padding:1px;
}
#idTwitch{
	position:absolute;
	width:380px;
	right:-385px;
	top:55px;
	background-color:#FFFFFF;
	padding:1px;
	display:table;
	padding:5px;
}
#topInfo{
	display:table;
	margin:0px auto;
	padding:0px;
}
#musabakaYazisi{
	position:absolute;
	left:0px;
	top:-20px;
	color:#FFFFFF;
	text-align:center;
	width:400px;
}
#idSolMenu{
	position:absolute;
	width:260px;
	left:-265px;
	top:20px;
	background-color:#FFFFFF;
	padding:5px;
}
#txtSkin{
	width:100%;
	float:left;
}
#myTeam{
	width:50%;
	float:left;
	margin-top:6px;
}
h2{
	text-align:center;
}
#divReport{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 300;
	width:310px;
	height:160px;
	padding:5px;
	margin:300px auto;
}
#divReportErr{
	color:#FF0000;
}
#idFacebookPage{
	position:absolute;
	width: 260px;
	right:-260px;
	top:20px;
	padding:5px;
}
#idDiscord{
	background-color: rgba(255,255,255,1);
	position:absolute;
	width: 380px;
	right:-385px;
	top:20px;
	padding:5px;
}
#idUyari{
	background-color: rgba(255,255,255,1);
	position:absolute;
	width: 380px;
	right:-385px;
	top:90px;
	padding:5px;
	display:none;
}
#idGooglePlay{
	background-color: rgba(255,255,255,1);
	position:absolute;
	width: 165px;
	height:64px;
	right:-170px;
	top:275px;
	padding:0px;
	display:none;
}
#idYayin{
	background-color: rgba(255,255,255,1);
	position:absolute;
	width: 165px;
	right:-170px;
	top:345px;
	padding:5px;
}
#enterPriceConfirmDialog {
	z-index: 301;
	background-color: #FFFFFF;
	margin: 10px auto;
	border-radius: 15px;
	padding: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	display:none;
	transform: translate(-50%, -50%);
	font-size:20px;
}
.anyDialog {
}
.myDialog {
	z-index: 302;
	background-color: #FFFFFF;
	margin: 10px auto;
	border-radius: 15px;
	padding: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	display:none;
	transform: translate(-50%, -50%);
	font-size:20px;
	border: 5px solid #FF0000;
}
#finalList td{
	padding:5px;
	font-family: fantasy;
}
#finalLeaderboardDialog{
	z-index: 303;
	background-color: #FFFFFF;
	margin: 10px auto;
	border-radius: 15px;
	padding: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	display:none;
	transform: translate(-50%, -50%);
	font-size:20px;
	border: 5px solid #000000;
	box-shadow: inset 0px 0px 15px 0px;
}
#idAdminPanel{
	position:absolute;
	width:350px;
	right:-360px;
	top:0px;
	color:#111111;
	background-color:#00FF00;
	padding:5px;
}

.talkButton:active{
	background-color:#AA0000;
	color:#FFFFFF;
}