html, body {
	width: 100%;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	font-family: Roboto Slab, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-text-size-adjust: none;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	background-color: #f8fafc;
	color: #0f172a;
	font-family: 'Poppins', sans-serif;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
strong {
	display: inline-block;
	font-weight: bold;
}
table, button, button:active, button:hover, button:focus, .buton, .buton:active, .buton:hover, .buton:focus {
	outline: none;
}
table td, table th {
	padding: 0px;
	text-align: left;
	margin: 0px;
}
table {
	border: 0px;
	border-spacing: 0px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
}

button, .buton {
	border: none;
	background: none;
	cursor: pointer;
	font-family: inherit;
}

img {
	border: 0;
	outline: 0;
	-webkit-touch-callout: none;
	pointer-events: none
}

.svg-ikon {
	width: 1.25em;
	height: 1.25em;
	vertical-align: middle;
	display: inline-block;
	transition: all 0.3s ease;
}

.svg-ikon-v {
	width: 4em;
	color: #f6a20e;
	height: 4em;
	vertical-align: middle;
	display: inline-block;
	transition: all 0.3s ease;
}

.ugur-bocegi {
	width: 36px;
	height: 36px;
	left: 10px;
	top: 10px;
	position: absolute;
	transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
	z-index: 10;
}

.logo-sky-1:hover .ugur-bocegi {
	transform: rotate(360deg) scale(1.05) translateY(-8px);
}

.kapsayici {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.metin-merkez {
	text-align: center;
}

.baslik-fontu {
	font-family: 'Oswald', sans-serif;
}

.buyuk-harf {
	text-transform: uppercase;
}

.kalin-yazi {
	font-weight: 700;
}

.esnek-kutu {
	display: flex;
}

.ortala-dikey {
	align-items: center;
}

.ara-bosluk {
	justify-content: space-between;
}

.ortala-yatay {
	justify-content: center;
}

.ust-menu {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #095733;
	backdrop-filter: blur(15px);
	padding: 1rem 0;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	color: white;
}

.logo {
	letter-spacing: 1px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.logo-sky-1, .logo-sky-2, .logo-sky-3, .logo-sky-4, .logo-sky-5 {
	display: flex;
}

.logo-sky-1 {
	margin-right: 12px;
	cursor: pointer;
}

.logo-sky-3 {
	flex: 1;
	flex-direction: column;
	justify-content: center;
	margin-left: 2px;
	font-weight: bold;
}

.mobil-menu {
	display: flex;
	flex: 1;
	justify-content: right;
}
.mobil-ovr {
position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .4);
    display: none;
	z-index: 9998;
}

.mobil-ovr.aktif {
    display: block;
}

.menu-linkler {
	display: none;
}

.menu-linkler a {
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 2px;
	white-space: nowrap;
	color: rgba(255, 255, 255, 1);
	padding: 10px 4px;
	border: 1px solid transparent;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.menu-linkler a:hover {
	color: #01ffab;
	border: 1px solid #01ffab;
}

.buton {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}

.buton-mr {
	margin-right: 4px;
}

@keyframes pulseYesil {
	0% {
		box-shadow: 0 6px 15px rgba(24, 123, 168, 0.4), 0 0 0 0 rgba(24, 123, 168, 0.5);
	}

	70% {
		box-shadow: 0 6px 15px rgba(24, 123, 168, 0.4), 0 0 0 12px rgba(24, 123, 168, 0);
	}

	100% {
		box-shadow: 0 6px 15px rgba(24, 123, 168, 0.4), 0 0 0 0 rgba(24, 123, 168, 0);
	}
}

.buton-cerceve-yesil {
	background: #2391c3;
	color: #fff;
}

.buton-cerceve-yesil:hover {
	background: #187ba8;
	color: white;
	transform: translateY(-2px);
	border-color: #187ba8;
	animation: pulseYesil 1.5s infinite;
}

.buton-misafir {
	color: #fff;
	background: #313233;
}

.buton-misafir:hover {
	background: #1e293b;
	color: #ffffff;
	transform: translateY(-2px);
	border-color: #1e293b;
	animation: pulseSiyah 1.5s infinite;
}


.buton-turuncu {
	color: #fff;
	background: #F44336;
}

.buton-turuncu:hover {
	background: #e03b2f;
	color: #ffffff;
	transform: translateY(-2px);
	border-color: #e03b2f;
	animation: pulseMavi 1.5s infinite;
}

.buton-sifre {
	color: #fff;
	background: #f97316;
}

.buton-sifre:hover {
	background: #e06109;
	color: #ffffff;
	transform: translateY(-2px);
	border-color: #e06109;
	animation: pulseSifre 1.5s infinite;
}

.buton-dolu-yesil {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	color: white;
	border: 1px solid transparent;
	box-shadow: 0 4px 6px rgba(16, 185, 129, 0.2);
}

.buton-dolu-yesil:hover {
	background: linear-gradient(135deg, #059669 0%, #047857 100%);
	color: white;
	transform: translateY(-2px);
	animation: pulseYesil 1.5s infinite;
}

@keyframes pulseMavi {
	0% {
		box-shadow: 0 6px 15px rgba(255, 77, 64, 0.4), 0 0 0 0 rgba(255, 77, 64, 0.5);
	}

	70% {
		box-shadow: 0 6px 15px rgba(255, 77, 64, 0.4), 0 0 0 12px rgba(255, 77, 64, 0);
	}

	100% {
		box-shadow: 0 6px 15px rgba(255, 77, 64, 0.4), 0 0 0 0 rgba(255, 77, 64, 0);
	}
}

@keyframes pulseSifre {
	0% {
		box-shadow: 0 6px 15px rgba(242, 105, 19, 0.4), 0 0 0 0 rgba(242, 105, 19, 0.5);
	}

	70% {
		box-shadow: 0 6px 15px rgba(242, 105, 19, 0.4), 0 0 0 12px rgba(242, 105, 19, 0);
	}

	100% {
		box-shadow: 0 6px 15px rgba(242, 105, 19, 0.4), 0 0 0 0 rgba(242, 105, 19, 0);
	}
}

.buton-dolu-mavi {
	background: #F44336;
	color: white;
	border: 1px solid transparent;
	box-shadow: 0 4px 6px rgba(244, 67, 54, 0.2);
}

.buton-dolu-mavi:hover {
	background: #e03b2f;
	color: white;
	transform: translateY(-2px);
	animation: pulseMavi 1.5s infinite;
}

@keyframes pulseTuruncu {
	0% {
		box-shadow: 0 6px 15px rgba(249, 115, 22, 0.4), 0 0 0 0 rgba(249, 115, 22, 0.5);
	}

	70% {
		box-shadow: 0 6px 15px rgba(249, 115, 22, 0.4), 0 0 0 12px rgba(249, 115, 22, 0);
	}

	100% {
		box-shadow: 0 6px 15px rgba(249, 115, 22, 0.4), 0 0 0 0 rgba(249, 115, 22, 0);
	}
}

.buton-dolu-turuncu {
	background: #f97316;
	color: white;
	border: 1px solid transparent;
	box-shadow: 0 4px 6px rgba(249, 115, 22, 0.2);
}

.buton-dolu-turuncu:hover {
	background: #e06109;
	color: white;
	transform: translateY(-2px);
	animation: pulseTuruncu 1.5s infinite;
}

.buton-dolu-kirmizi {
	background: #f91616;
	color: white;
	border: 1px solid transparent;
	box-shadow: 0 4px 6px rgba(249, 115, 22, 0.2);
}

.buton-dolu-kirmizi:hover {
	background: #e00909;
	color: white;
	transform: translateY(-2px);
	animation: pulseTuruncu 1.5s infinite;
}

.ana-bolum {
	position: relative;
	background: radial-gradient(circle at 50% 0%, rgba(16, 185, 129, 0.2) 0%, transparent 70%), repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 2px, transparent 2px, transparent 4px), linear-gradient(135deg, #245b4c 0%, #1f7143 100%);
	color: white;
	overflow: hidden;
	text-align: center;
}

.ana-izgara {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 40px 40px;
	z-index: 1;
	pointer-events: none;
}

.ana-icerik {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

.canli-bilgi {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1.25rem;
	background: #095733;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	font-size: 0.75rem;
	letter-spacing: 2px;
	margin-bottom: 2rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	color: #f1cb65;
}

.canli-bilgi .nokta {
	width: 8px;
	height: 8px;
	background: #10b981;
	border-radius: 50%;
	box-shadow: 0 0 10px #10b981;
	margin-right: 4px;
	animation: pulse 2s infinite;
}

.ana-baslik {
	font-size: 3.5rem;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	letter-spacing: 1px;
	color: #f1cb65;
	text-shadow: 0px 2px 3px #000000;
}
.ana-metin-sarmal {
	position: relative;
}
.metin-gradyan {
	text-shadow: none;
	position: relative;
}

.ana-aciklama {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2rem;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
}

.hizli-oyunlar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.oyun-karti {
	border-radius: 16px;
	padding: 1.5rem;
	min-height: 140px;
	color: white;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1), inset 0 2px 0 rgba(255, 255, 255, 0.05);
	position: relative;
	overflow: hidden;
	text-align: center;
	width: calc(50% - 10px);
	margin-top: 10px;
}

.oyun-karti:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.3);
	filter: brightness(1.15);
}

.oyun-karti::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
	transform: skewX(-20deg);
	transition: 0.7s;
	z-index: 2;
}

.oyun-karti:hover::before {
	left: 150%;
}

.kart-icerik {
	position: relative;
	z-index: 3;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.oyun-karti span {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	margin-bottom: 0.25rem;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.oyun-karti .oyna-metni {
	font-family: 'Poppins', sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
}
.oyun-karti .oyna-metni > * {
	margin-right: 0.25rem;
	transition: all 0.3s ease;
}

.oyun-karti .oyna-metni > *:last-child {
	margin-right: 0;
}

.oyun-karti:hover .oyna-metni {
	color: white;
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
.oyun-karti:hover .oyna-metni > * {
	margin-right: 0.50rem;
}

.oyun-karti:hover .oyna-metni > *:last-child {
	margin-right: 0;
}

.oyun-karti.q-yesil {
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 50%), linear-gradient(135deg, #10b981 0%, #064e3b 100%);
}

.oyun-karti.q-mavi {
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 50%), linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
}

.oyun-karti.q-turuncu {
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 50%), linear-gradient(135deg, #f97316 0%, #7c2d12 100%);
}

.oyun-karti.q-kirmizi {
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 50%), linear-gradient(135deg, #e11d48 0%, #881337 100%);
}

.sus-sarmal {
	position: absolute;
}

.yuzen-nesne {
	background: #fdfbf7;
	box-shadow: inset -2px -5px 10px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.3);
	animation: float 6s ease-in-out infinite;
	color: #0f172a;
}

.yuzen-nesne.gecikme {
	animation-duration: 8s;
	animation-direction: alternate-reverse;
}

.yuzen-nesne.hizli {
	animation-duration: 4s;
}

.nesne-okey {
	width: 65px;
	height: 95px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 2.7rem;
	font-weight: bold;
	position: relative;
}

.okey-sayi {
	display: flex;
	align-items: center;
	height: 75%;
}

.okey-nokta {
	display: flex;
	align-items: start;
	height: 25%;
}

.okey-nokta > span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.8;
}

.nesne-okey-kirmizi {
	border-bottom: 6px solid #b91c1c;
	color: #e11d48;
	transform: rotate(-15deg) translateZ(50px);
}

.nesne-okey-yesil {
	border-bottom: 6px solid #047857;
	color: #10b981;
	transform: rotate(25deg) translateZ(-20px);
}

.nesne-okey-siyah {
	border-bottom: 6px solid #1f2937;
	color: #111827;
	transform: rotate(-5deg) translateZ(20px);
}

.nesne-kart {
	width: 85px;
	height: 120px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: rotate(15deg) translateZ(30px);
	position: relative;
	background: white;
}

.nesne-kart .kose {
	position: absolute;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
}

.nesne-kart .ust-sol {
	top: 5px;
	left: 10px;
}

.nesne-kart .alt-sag {
	bottom: 5px;
	right: 10px;
	transform: rotate(180deg);
}

.nesne-kart i {
	font-size: 3rem;
}

.nesne-zar {
width: 48px;
	height: 48px;
	background: linear-gradient(135deg, #f97316, #c2410c);
	border-radius: 12px;
	box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.4), 0 15px 30px rgba(0, 0, 0, 0.4);
	transform: rotate(-30deg) translateZ(80px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px;
}

.nesne-zar > span {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	align-items: center;
}

.nesne-zar > span > span {
	display: inline-block;
	background: white;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.nesne-pul {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #3b82f6;
	border: 6px dashed rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 15px 30px rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg) translateZ(10px);
}

.nesne-pul::after {
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.nesne-pul.sari {
	background: #f59e0b;
	border-color: white;
	transform: rotate(-20deg) translateZ(-40px);
}

.nesne-merkez {
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: rotate(10deg) scale(1.1);
}

.nesne-merkez i {
	font-size: 4.5rem;
	color: #f59e0b;
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.4));
	margin-bottom: 5px;
}

.vip-etiket {
	background: linear-gradient(to right, #f59e0b, #fbbf24);
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 3px 18px;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 2px;
	color: #451a03;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.aksiyon-butonlari-ust {
	display: flex;
	flex-direction: column;
}
.aksiyon-butonlari-hg {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 4px;
}
.aksiyon-butonlari > * {
	margin-right: 0.75rem;
}

.aksiyon-butonlari > *:last-child {
	margin-right: 0;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
	}
}

@keyframes float {

	0%,
	100% {
		margin-top: 0px;
	}

	50% {
		margin-top: -25px;
	}
}

@media (max-width: 500px) {
	#top5>div:nth-of-type(2)>div>div:nth-child(2)>div {
		flex-wrap: wrap !important;
		padding: 12px 15px !important;
	}

	#top5>div:nth-of-type(2)>div>div:nth-child(2)>div>span:last-child {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 8px !important;
		display: flex !important;
		justify-content: flex-end !important;
		align-items: center !important;
	}
}

.hamburger-buton {
	display: none;
	color: white;
	font-size: 1.8rem;
	cursor: pointer;
	z-index: 10001;
	background: none;
	border: none;
	padding: 5px;
}

.hamburger-buton.aktif {
	position: fixed;
	top: 1.25rem;
	right: 1.5rem;
}

.hamburger-buton.aktif .ikon-kapali {
	display: none;
}

.hamburger-buton .ikon-acik {
	display: none;
}

.hamburger-buton.aktif .ikon-acik {
	display: block;
}

@media (max-width: 991px) {
	.sus-sarmal {
		display: none;
	}

	.ust-menu {
		background-color: #095733;
		border-bottom: none;
		backdrop-filter: none;
	}

	.hamburger-buton {
		display: block;
	}

	.kapsayici {
		padding: 0 1rem;
	}

	.ana-icerik {
		padding-top: 1rem;
	}

	.ana-magaza-butonlari {
		order: 1;
		margin-top: 1rem;
		margin-bottom: 1.5rem !important;
	}

	.oyun-karti {
		padding: 1rem 0.5rem;
		min-height: 110px;
	}

	.oyun-karti span {
		font-size: 1.25rem;
	}

	.ana-metin-sarmal {
		/*order: 3;*/
		margin-top: 0.5rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.canli-bilgi {
		margin-bottom: 0;
	}

	.ana-baslik {
		font-size: 2.5rem;
	}

	.sosyal-medya {
		order: 4;
	}

	.mobil-menu {
		position: fixed;
		top: 0;
		right: 0;
		right: -260px;
		transform: none !important;
		visibility: hidden;
		opacity: 0;
		width: 250px;
		height: 100vh;
		background-color: #095733;
		z-index: 9999;
		flex-direction: column;
		align-items: center;
		padding-top: 100px;
		padding-bottom: 50px;
		overflow-y: auto;
		transition: right 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
		box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
	}

	.mobil-menu.aktif {
		right: 0;
		transform: none !important;
		visibility: visible;
		opacity: 1;
	}

	.menu-linkler {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.menu-linkler > * {
		margin-bottom: 1rem;
	}
	.aksiyon-butonlari > * {
		margin-bottom: 0.75rem;
	}

	.aksiyon-butonlari > *:last-child {
		margin-bottom: 0;
	}
	.mobil-menu .aksiyon-butonlari {
		flex-direction: column;
	}
	.mobil-menu .aksiyon-butonlari .buton {
		width: 100%;
	}
	.aksiyon-butonlari-hg {
		margin-right: 0px;
		margin-bottom: 0.75rem;
	}

	.buton-mr {
		margin-right: 0px;
		margin-bottom: 4px;
	}
}

@media (min-width: 640px) {
	.hizli-oyunlar {
		flex-wrap: nowrap;
	}
	.oyun-karti {
		flex: 0 0 auto;
		width: calc(25% - 10px);
	}
}

@media (min-width: 640px) {
	.ana-butonlar {
		flex-direction: row;
		justify-content: center;
	}
}

@media (min-width: 992px) {
	.menu-linkler {
		display: flex;
		flex: 1;
		align-items: center;
		justify-content: center;
	}

	.menu-linkler > * {
		margin-right: 1rem;
	}

	.menu-linkler > *:last-child {
		margin-right: 0;
	}
	.aksiyon-butonlari {
		flex: 0 0 auto;
	}

	.ana-baslik {
		font-size: 4rem;
	}

	.hizli-baglan-link:hover {
		background: rgba(255, 255, 255, 0.1) !important;
		transform: translateY(-3px);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	}
}

.sosyal-medya {
	display: flex;
	align-items: center;
}
.sosyal-medya > * {
	margin-right: 15px;
}

.sosyal-medya > *:last-child {
	margin-right: 0;
}

.sosyal-medya img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	transition: all 0.3s ease;
	cursor: pointer;
}

.sosyal-medya img:hover {
	transform: scale(1.05);
}

.salon-listesi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.salon-kart {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	width: 100%;
	min-height: 160px;
	margin-bottom: 12px;
	background: white;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border: 1px solid #e2e8f0;
}
.salon-baslik {
	padding: 1.25rem 1.5rem;
	color: white;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
}

.salon-satir {
	padding: 1.25rem 1.5rem;
	border-bottom: 1px solid #e2e8f0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.salon-satir:last-child {
	border-bottom: none;
}
.salon-satir > * {
	margin-right: 10px;
}

.salon-satir > *:last-child {
	margin-right: 0;
}

@media (min-width: 768px) {
	.salon-kart {
		width: calc(50% - 12px);
	}
}

.salon-bilgi b {
	display: block;
	font-size: 1.05rem;
	color: #0f172a;
}

.salon-bilgi span {
	font-size: 0.85rem;
	color: #64748b;
	font-weight: 500;
}

.salon-butonlar {
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.salon-butonlar > * {
	margin-right: 10px;
}

.salon-butonlar > *:last-child {
	margin-right: 0;
}

#SkyWebYukariCik {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	color: white;
	border: none;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
	cursor: pointer;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#SkyWebYukariCik:hover {
	box-shadow: 0 8px 25px rgba(16, 185, 129, 0.6);
	background: #ffffff;
	color: #10b981;
	border: 1px solid #10b981;
}

.tema-ayar-1 {
	max-width: 240px;
	height: auto;
	width: 100%;
}

.tema-ayar-2 {
	color: white;
	border-color: rgba(255, 255, 255, 0.3);
}

.tema-ayar-3 {
	position: fixed;
	top: 15px;
	right: 15px;
}

.tema-ayar-4 {
	top: 10%;
	right: 105%;
}

.tema-ayar-5 {
	top: 45%;
	left: 5%;
}

.tema-ayar-6 {
	top: 90%;
	right: 100%;
}

.tema-ayar-7 {
	top: 5%;
	left: 105%;
}

.tema-ayar-8 {
	color: #0f172a;
}

.tema-ayar-9 {
	top: 50%;
	right: 6%;
}

.tema-ayar-10 {
	top: 80%;
	left: 100%;
}

.tema-ayar-11 {
	top: 10%;
	right: 35%;
}

.tema-ayar-12 {
	transform: scale(0.7) rotate(10deg);
	filter: blur(1px);
}

.tema-ayar-13 {
	top: 55%;
	right: 100%;
	transform: translateX(-50%);
}

.tema-ayar-14 {
	background: transparent;
	box-shadow: none;
}

.tema-ayar-15 {
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-bottom: 25px;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
}

.tema-ayar-15 > * {
	margin-right: 12px;
}

.tema-ayar-15 > *:last-child {
	margin-right: 0;
}

.tema-ayar-17 {
	max-width: 32px;
}

.tema-ayar-18 {
	flex: 1;
	background: #0f172a;
	color: white;
	padding: 14px 10px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tema-ayar-18 > span {
	margin-left: 8px;
}

.tema-ayar-18:hover {
	background: #1e293b;
	transform: translateY(-2px);
	animation: pulseSiyah 1.5s infinite;
	border-color: rgba(255, 255, 255, 0.3);
}

.tema-ayar-19 {
	margin-bottom: 15px;
}

.tema-ayar-20 {
	max-width: 62px;
}

.tema-ayar-21 {
	max-width: 68px;
}

.tema-ayar-22 {
	margin-bottom: 25px;
}

.tema-ayar-23 {
	padding: 20px 0;
	background-color: #f8fafc;
	font-family: 'Poppins', sans-serif;
}

.tema-ayar-24 {
	margin-bottom: 1rem;
}

.tema-ayar-25 {
	width: 50px;
	height: 4px;
	background: #10b981;
	border-radius: 10px;
}

.tema-ayar-26 {
	font-size: 2rem;
	letter-spacing: 1px;
	color: #0f172a;
	margin: 0;
	padding-left: 1rem;
}

.tema-ayar-27 {
	background: linear-gradient(to right, #10b981, #009b6f);
}

.tema-ayar-28 {
	height: 36px;
	padding-right: 10px;
}

.tema-ayar-29 {
	flex: 1;
	min-width: 150px;
}

.tema-ayar-30 {
	flex: 1;
	padding: 0.6rem;
	font-size: 0.8rem;
}

@keyframes pulseSiyah {
	0% {
		box-shadow: 0 6px 15px rgba(30, 41, 59, 0.3), 0 0 0 0 rgba(30, 41, 59, 0.4);
	}

	70% {
		box-shadow: 0 6px 15px rgba(30, 41, 59, 0.3), 0 0 0 12px rgba(30, 41, 59, 0);
	}

	100% {
		box-shadow: 0 6px 15px rgba(30, 41, 59, 0.3), 0 0 0 0 rgba(30, 41, 59, 0);
	}
}

.tema-ayar-31 {
	flex: 1;
	padding: 0.6rem;
	font-size: 0.8rem;
	background: #313233;
	color: #fff;
	border: 1px solid #e2e8f0;
	transition: all 0.3s ease;
}

.tema-ayar-31:hover {
	background: #1e293b;
	color: #ffffff;
	transform: translateY(-2px);
	border-color: #1e293b;
	animation: pulseSiyah 1.5s infinite;
}

.tema-ayar-32 {
	background: linear-gradient(to right, #3b82f6, #2f76e9);
}

.tema-ayar-33 {
	background: linear-gradient(to right, #f97316, #ff6939);
}

.tema-ayar-34 {
	background: linear-gradient(to right, #e11d48, #e31e4a);
}

.tema-ayar-35 {
	margin-top: 60px;
}

.tema-ayar-36 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	box-sizing: border-box;
}

.tema-ayar-37 {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: stretch;
	align-items: center;
	background-color: #ffffff;
	border-radius: 16px;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
	.tema-ayar-37 {
		width: calc(50% - 12px);
	}
}
.tema-ayar-38 {
	background: linear-gradient(135deg, #e91e1e 0%, #ef4444 100%);
	padding: 1.25rem 1.5rem;
	text-align: center;
	width: 100%;
	border-bottom: 4px solid #fca5a5;
}

.tema-ayar-39 {
	margin: 0;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 900;
	width: 100%;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-family: 'Oswald', sans-serif;
}

.tema-ayar-40 {
	padding: 0;
	width: 100%;
}

.tema-ayar-41 {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	border-bottom: 1px solid #e2e8f0;
	background-color: #fffbeb;
}

.tema-ayar-42 {
	font-size: 24px;
	font-weight: 900;
	color: #f59e0b;
	width: 35px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.tema-ayar-43 {
	display: flex;
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 16px;
	border: 2px solid #39ccff;
	padding: 3px;
	background-color: #ffffff;
	box-shadow: 0 4px 12px rgba(245, 158, 11, 0.5);
}

.tema-ayar-44 {
	display: flex;
	flex-direction: column;
	flex: 1;
	font-size: 16px;
	font-weight: 700;
	color: #1e293b;
}

.tema-ayar-45 {
	display: flex;
	flex: 0 0 auto;
	margin-left: auto;
	font-size: 15px;
	font-weight: 800;
	color: #b91c1c;
}

.tema-ayar-46 {
	font-size: 12px;
	color: #64748b;
	align-content: center;
	margin-left: 2px;
}

.tema-ayar-47 {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	border-bottom: 1px solid #e2e8f0;
	background-color: #f8fafc;
}

.tema-ayar-48 {
	font-size: 24px;
	font-weight: 900;
	color: #f78502;
	width: 35px;
}

.tema-ayar-49 {
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 16px;
	border: 2px solid #ff79fc;
	padding: 3px;
	background-color: #ffffff;
	box-shadow: 0 4px 12px rgba(247, 133, 2, 0.5);
}

.tema-ayar-50 {
	font-size: 16px;
	font-weight: 700;
	color: #334155;
}

.tema-ayar-51 {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	border-bottom: 1px solid #e2e8f0;
	background-color: #fff7ed;
}

.tema-ayar-52 {
	display: flex;
	flex: 0 0 auto;
	font-size: 24px;
	font-weight: 900;
	color: #d97706;
	width: 35px;
}

.tema-ayar-53 {
	display: flex;
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin-right: 16px;
	border: 2px solid #b7b7b7;
	padding: 3px;
	background-color: #ffffff;
	box-shadow: 0 4px 12px rgba(217, 119, 6, 0.4);
}

.tema-ayar-54 {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	border-bottom: 1px solid #e2e8f0;
}

.tema-ayar-55 {
	font-size: 20px;
	font-weight: 800;
	color: #cbd5e1;
	width: 35px;
}

.tema-ayar-56 {
	font-size: 15px;
	font-weight: 600;
	color: #475569;
}

.tema-ayar-57 {
	font-size: 15px;
	font-weight: 600;
	color: #475569;
}

.tema-ayar-58 {
	margin-left: auto;
	font-size: 14px;
	font-weight: 700;
	color: #334155;
}

.tema-ayar-59 {
	display: flex;
	align-items: center;
	padding: 12px 20px;
}

.tema-ayar-60 {
	background: linear-gradient(135deg, #0c8f6a 0%, #0b996a 100%);
	padding: 1.25rem 1.5rem;
	text-align: center;
	width: 100%;
	border-bottom: 4px solid #6ee7b7;
}
.tema-ayar-62 {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	border-bottom: 1px solid #e2e8f0;
	background-color: #dffff0;
}

.tema-ayar-63 {
	display: flex;
	flex: 0 0 auto;
	font-size: 24px;
	font-weight: 900;
	color: #059669;
	width: 35px;
}

.tema-ayar-64 {
	display: flex;
	flex-direction: column;
	align-items: start;
	flex: 1;
}

.tema-ayar-65 {
	display: flex;
	flex-direction: column;
	align-items: end;
	flex: 1;
}

.tema-ayar-66 {
	font-size: 11px;
	color: #059669;
	font-weight: 600;
}

.tema-ayar-67 {
	display: flex;
	flex: 0 0 auto;
	font-size: 16px;
}

.tema-ayar-68 {
	width: 24px;
}

.tema-ayar-69 {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	border-bottom: 1px solid #e2e8f0;
	background-color: #f0fdf4;
}

.tema-ayar-70 {
	font-size: 24px;
	font-weight: 900;
	color: #10b981;
	width: 35px;
}

.tema-ayar-71 {
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin-right: 16px;
	border: 2px solid #10b981;
	padding: 3px;
	background-color: #ffffff;
}

.tema-ayar-72 {
	font-size: 11px;
	color: #10b981;
	font-weight: 600;
}

.tema-ayar-73 {
	font-size: 24px;
	font-weight: 900;
	color: #34d399;
	width: 35px;
}

.tema-ayar-74 {
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin-right: 16px;
	border: 2px solid #34d399;
	padding: 3px;
	background-color: #ffffff;
}

.tema-ayar-75 {
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-right: 16px;
	border: 2px solid #6ee7b7;
	padding: 2px;
}

.tema-ayar-76 {
	margin-left: auto;
	font-size: 12px;
	font-weight: 700;
	color: #64748b;
}

.tema-ayar-77 {
	padding: 30px 0 0 0;
	border-top: 2px solid #2b4238;
	position: relative;
}

.tema-ayar-78 {
	top: 20%;
	left: 8%;
}

.tema-ayar-79 {
	bottom: 15%;
	left: 15%;
}

.tema-ayar-80 {
	top: 30%;
	right: 10%;
}

.tema-ayar-81 {
	color: #e11d48;
}

.tema-ayar-82 {
	top: 14%;
	right: 35%;
}

.tema-ayar-83 {
	top: 10%;
	left: 35%;
	transform: scale(0.6) rotate(-15deg);
	filter: blur(1px);
}

.tema-ayar-84 {
	position: relative;
	z-index: 10;
}

.tema-ayar-85 {
	flex-direction: column;
	align-items: center;
	margin-bottom: 0px;
}

.tema-ayar-86 {
	display: inline-block;
	margin-bottom: 20px;
}

input:focus, select:focus {
	border: 1px solid #095733;
}

.tema-ayar-87 {
	font-weight: bold;
	font-size: 0.95rem;
	max-width: 600px;
	line-height: 1.6;
	margin: 0 0 12px 0;
	text-shadow: 0px 2px 3px #000000;
}

.tema-ayar-87 a {
	color: #16de9c;
	text-shadow: 0px 2px 3px #000000;
}

.tema-ayar-87 a:hover {
	opacity: 0.7;
}

.tema-ayar-88 {
	color: #fff;
	font-size: 0.95rem;
	max-width: 600px;
	line-height: 1.6;
	margin: 0 0 12px 0;
}

.tema-ayar-88 a {
	color: #16de9c;
	text-shadow: 0px 2px 3px #000000;
}

.tema-ayar-88 a:hover {
	opacity: 0.7;
}

.tema-ayar-89 {
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.tema-ayar-89 > * {
	margin-right: 12px;
}

.tema-ayar-89 > *:hover {
	opacity: 0.8;
	margin-right: 12px;
}

.tema-ayar-89 > *:last-child {
	margin-right: 0;
}

.tema-ayar-90 {
	background: #10b981;
}

.tema-ayar-91 {
	background: #3b82ff;
}

.tema-ayar-92 {
	background: #f97316;
}

.tema-ayar-93 {
	background: #e11d48;
}

.tema-ayar-94 {
	margin-top: 10px;
	flex-wrap: wrap;
}
.tema-ayar-94 > * {
	margin-right: 15px;
}

.tema-ayar-94 > *:last-child {
	margin-right: 0;
}

.tema-ayar-95 {
	color: #fff;
	text-decoration: underline;
	font-size: 0.9rem;
}

.tema-ayar-95:hover {
	opacity: 0.8;
}

.tema-ayar-96 {
	color: #fff;
}

.tema-ayar-97 {
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: center;
}

.tema-ayar-98 {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
	text-align: center;
}

.tema-ayar-99 {
	color: #fff;
	font-size: 0.85rem;
	margin: 0;
}

.tema-ayar-100 {
	color: #f8fafc;
}

.tema-ayar-101 {
	padding: 150px 0 60px;
	min-height: auto;
}

.tema-ayar-102 {
	font-size: 3rem;
	margin-bottom: 0;
}

.tema-ayar-103 {
	padding: 24px 0;
	background-color: #f8fafc;
}

.tema-ayar-104 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 12px;
}


.tema-ayar-106 {
	display: flex;
	flex-direction: column;
}

.tema-ayar-107 {
	display: block;
	margin-bottom: 8px;
	color: #475569;
	font-weight: 600;
}

.tema-ayar-108 {
	width: 100%;
	padding: 8px 15px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	outline: none;
	font-family: inherit;
	font-size: 1rem;
	box-sizing: border-box;
}

.tema-ayar-109 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tema-ayar-109 #gvnrsm, .tema-ayar-109 #degisbtn {
	margin-left: 10px;
}

.tema-ayar-110 {
	border-radius: 8px;
	user-select: none;
	width: 90px;
	height: 45px;
}

.tema-ayar-111 {
	color: #10b981;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
}

.tema-ayar-112 {
	width: 100%;
	margin-top: 10px;
	padding: 14px;
	font-size: 1.1rem;
	border-radius: 8px;
	border: none;
}

.tema-ayar-113 {
	margin-bottom: 4px;
}

.tema-ayar-113b {
	margin-left: 4px;
}

.tema-ayar-113 .read-only-sky {
	background-color: #f0f0f0;
	color: #666666;
	border-color: #ccc;
}


.buton-grubu-yardimci {
	display: flex;
	width: 100%;
	margin-top: 15px;
}

.buton-grubu-yardimci .buton {
	display: flex;
	flex: 1;
}

.tema-ayar-105 {
	margin-left: 10px;
}


@media (max-width: 991px) {
	.tema-ayar-115 {
		padding: 10px 20px;
	}
}

@media (min-width: 991px) {
	.tema-ayar-115 {
		padding: 10px 25px;
	}
}

.tema-ayar-115 {
	display: block;
	background: white;
	border-radius: 0px 0px 16px 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	width: 100%;
	max-width: 600px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 auto;
}
.tema-ayar-115 .buton {
	padding: 14px;
}
@media (max-width: 768px) {
	.tema-ayar-115 .buton {
		padding: 14px 8px;
		font-size: 0.8rem;
	}
}

.tema-ayar-114 {
	text-align: center;
}

.tema-ayar-116 {
	display: flex;
	width: 100%;
}

.tema-ayar-116 > * {
	display: flex;
	flex: 1;
}

.tema-ayar-117 {
	width: 100%;
	padding: 8px 15px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	outline: none;
	font-family: inherit;
	font-size: 1rem;
	box-sizing: border-box;
	background-color: white;
}

.tema-ayar-118 {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.tema-ayar-119 {
	width: 18px;
	height: 18px;
	accent-color: #10b981;
	cursor: pointer;
}

.tema-ayar-120 {
	color: #475569;
	font-size: 0.95rem;
	cursor: pointer;
}

.tema-ayar-120 > * {
	margin-left: 6px;
}

.tema-ayar-121 {
	color: #10b981;
	text-decoration: underline;
	font-weight: 600;
}

.tema-ayar-122 {
	width: 100%;
	margin-top: 15px;
	padding: 14px;
	font-size: 1.1rem;
	border-radius: 8px;
	border: none;
}

.tema-ayar-123 {
	font-size: 3rem;
	margin-bottom: 0;
	text-align: center;
}

.tema-ayar-124 {
	background: white;
	border-radius: 16px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.tema-ayar-125 {
	color: #0f172a;
	font-size: 1rem;
	line-height: 1.8;
}

.tema-ayar-126 {
	margin-top: 25px;
	margin-bottom: 10px;
	color: #0f172a;
}

.anakurallar{
	color: #64748b;
	text-decoration: underline;
	display: inline-block;
	margin: 5px;
}
.SkySatirTam {
	width: 100%;
	margin: 2px 0px;
	display: inline-block;
	float: left;
}
.SkySatirTamKod {
	margin: 2px 0px;
	width: 100%;
	display: inline-block;
	float: left;
}
.SkyWebInput {
	display: block;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #bfbfbf;
	color: #000000;
	padding: 8px;
	font-family: Lato;
	font-weight: 400;
	font-size: 15px;
}
.SkyWebInput::placeholder {
	color: #ff5733;
	opacity: 1;
}
.SkySatirTamKod #degisbtn {
	float: right;
	display: inline-block;
	pointer-events: all;
	cursor: pointer; cursor: hand;
	width: 45px;
	height: 45px;
}
.SkySatirTamKod #gvnrsm {
	float: right;
	display: inline-block;
	margin-left: 4px;
	margin-top: 5px;
	width: 70px;
	height: 35px;
}
.SkySatirTamKod > div {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
}
.SkySatirTamKod > div > * {
	width: 100%;
}
.SkyWebButon {
	display: inline-block;
	padding: 8px 6px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	text-shadow: 1px 1px #000000;
}
.SkyButonBeyaz {
	text-shadow: 0 1px 0 #fff;
	background-color: #e0e0e0;
	background-repeat: repeat-x;
	border-color: #cccccc;
	color: #333333;
}
.SkyButonBeyaz:focus, .SkyButonBeyaz:hover, .SkyButonBeyaz.active, .SkyButonBeyaz:active, .SkyButonBeyaz.disabled, .SkyButonBeyaz:disabled, .SkyButonBeyaz[disabled] {
	background-color: #ffffff;
	background-position: 0 -15px;
}

.MisafirDiv {
	width: 100%;
	text-align: center;
}

.MisafirCinsDiv > label > input {
	margin-right: 4px;
	margin-left: 4px;
}

.MisafirCinsDiv > div, .MisafirCinsDiv > label {
	display: inline-block;
}
.SkySatirTamHatirla {
	text-align: center;
}
.SkySatirTamHatirla > label {
	display: inline-block;
	width: auto;
	cursor: pointer; cursor: hand;
	margin-left: 5px;
}

.SkyHand {
	cursor: pointer;
}
.psrlv {
	position: relative;
}
.logotop {
	flex: 0 0 auto;
}
.logotopust {
	height: 3rem;
}
.logobottom {
	margin-bottom: 20px;
}
.mbs {
	margin-bottom: 40px;
}
.ust-blog {
	margin-bottom: 24px;
}
.altbasliklar {
	background: #095733;
	color: #fff;
	text-align: center;
	padding: 16px;
	border-radius: 20px 20px 0px 0px;
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
	z-index: 991;
}

.altbasliklar h1, .altbasliklar h2, .altbasliklar h3, .altbasliklar h4, .altbasliklar h5 {
	font-size: 1.4rem;
}

.giris-sayfasi .altbasliklar {
	background: #2b4238;
}

.kayit-sayfasi .altbasliklar {
	background: #2b4238;
}

.unuttum-sayfasi .altbasliklar, .unuttum2-sayfasi .altbasliklar {
	background: #2b4238;
}

.diger-sayfalar .altbasliklar {
	background: #2b4238;
	max-width: none; max-width: unset;
}

.diger-sayfalar .tema-ayar-115 {
	max-width: none; max-width: unset;
	color: black;
}

.diger-sayfalar .tema-ayar-115 button {
	float: right;
	margin-top: 10px;
}

.diger-sayfalar .tema-ayar-115 .kirmizi-yazimiz {
	color: #ec0b0b;
}

.diger-sayfalar .tema-ayar-115 .yesil-yazimiz {
	color: #028e0a;
}

.alt-blog .altbasliklar {
	background: #2b4238;
	max-width: none; max-width: unset;
}

.alt-blog .tema-ayar-115 {
	color: #475569;
	max-width: none;
	max-width: unset;
	text-align: justify;
}

.alt-blog .tema-ayar-114 {
	color: #475569;
	max-width: none;
	max-width: unset;
	text-align: center;
}

.alt-blog .tema-ayar-115 p {
	margin: 6px 0px;
}

.alt-blog .tema-ayar-115 a {
	color: #3d3de4;
	font-weight: bold;
}

.salt-blog .tema-ayar-115 a:hover {
	opacity: 0.7;
}

.alt-blog .tema-ayar-115 h1, .alt-blog .tema-ayar-115 h2, .alt-blog .tema-ayar-115 h3, .alt-blog .tema-ayar-115 h4 {
	margin-top: 15px;
	margin-bottom: 2px;
	text-align: center;
}
.SkyWebCnt {
	display: table;
	width: 100%;
	height: 100%;
}
.SkyWebCnt .SkyWebUstKsm {
	display: table-row;
	width: 100%;
}
.SkyWebCnt .ust-menu {
	display: table-cell;
	width: 100%;
	padding: 0px;
}
.SkyWebCnt .SkyWebOrtaSalon {
	display: table-row;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.SkyWebCnt .SkyWebOrtaSalon .SkyWebBlog {
	display: table-cell;
	width: 100%;
	height: 100%;
}
.SkyWebCnt .SkyWebOrtaSalon iframe {
	height: 100%;
	width: 100%;
}
.SkyWebOrtaSalonMobil {
	display: inline-block;
	font-size: 0;
	text-align: center;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
.SkyWebOrtaSalonMobil iframe {
	height: 100%;
	width: 100%;
}
.kosullar {
	font-size: 0.85rem;
	margin-top: 5px;
	text-align: center;
}

#SkyWebYukariCik {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	background-color: #10b981;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 9999;
}

#SkyWebYukariCik.goster {
	opacity: 1;
	visibility: visible;
}

#SkyWebYukariCik:hover {
	background-color: #059669;
	color: #fff;
	bottom: 15px;
}