#tatami{
	padding: 50px;
	height: 100%;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	display: none;
}
.sure_alan_ka{
	padding: 5px 35px;
	background-color: #33b5e5;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.alan_bura{
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}
.baslik{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	border-bottom: solid 1px #ddd;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.alan_bura img.ball{
	width: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.alan_bura .satir{
	display: block;
}
.alan_bura span{
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 5px;
}
.alan_bura span img{
	display: block;
	width: 90px;
}

.cevap_alan{
	width: 100%;
	background-color: #9b60b7;
	border-bottom: solid 1px #81459d;
	text-align: center;
	padding: 5px 0 3px;
	position: relative;
	z-index: 888;
}
.cevap_alan strong{
	color: #fff;
	margin-right: 11px;
	position: relative;
	text-transform: uppercase;
	top: 1px;
}
.cevap_alan input{
	width: 100px;
	border-radius: 5px;
	border: solid 1px #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 2px 0 0;
}
.cevap_alan button{
	padding: 5px 15px;
	color: #fff;
	margin: 3px;
}

.ka_timer{
	position: absolute;
	background: #9b60b7;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 10px 72px;
	font-size: 25px;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	z-index: 88;
}

.bitir_modal_dis{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 999;
}
.bitir_modal{
	width: 100%;
	max-width: 350px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 7px;
	padding: 15px;
	text-align: center;
}
.flex{
	display: flex !important;
}