

.sy_load_more{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-width: 100%;
  padding: .6rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(90deg, #007BFF 0%, #0062d6 100%);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(2,6,23,0.12);
  cursor: pointer;
  user-select: none;
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
  text-align: center;
  white-space: nowrap;
}
.sy_load_more:hover,
.sy_load_more:focus{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(2,6,23,0.14);
  outline: none;
}
.sy_load_more:active{
  transform: translateY(0);
  box-shadow: 0 6px 12px rgba(2,6,23,0.10);
}
@media (max-width: 480px){
  .sy_load_more{
    min-width: 160px;
    padding: .55rem .85rem;
    font-size: .9rem;
    border-radius: 10px;
  }
}
.sy_load_more.disabled,
.sy_load_more[aria-disabled="true"]{
  opacity: .6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  pointer-events: none;
}
.sy_comment_item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    animation: profilyorumfadeIn 0.3s ease;
}
.sy_comment_avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #00bcd4;
}
.sy_comment_body {
    background: #075E54;
    border-radius: 15px 25px 25px 15px;
    border-top-left-radius: 4px;
    padding: 8px 10px;
    max-width: 400px;
    width: 100%;
    color: #ffffff;
    font-size: 13.5px;
    line-height: 1.5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transition: 0.25s ease;
}
.sy_comment_header {
    font-weight: 600;
    font-size: 13.5px;
    margin-bottom: 3px;
}
.sy_comment_date {
    font-size: 11px;
    margin-top: 5px;
    text-align: right;
}
.sy_comment_actions {
    margin-top: 5px;
    display: flex;
    gap: 5px;
}
.sy_btn {
    border: none;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 8px;
    cursor: pointer;
    background: rgba(255,255,255,0.05);
    color: #ccc;
    transition: 0.2s;
}
.sy_btn:hover {
    background: rgba(255,255,255,0.15);
}
.sy_approve {color: #fff;}
.sy_unapprove {color: #fff;}
.sy_delete {color: #fff;}
.sy_comment_form {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 10px;
}
.sy_comment_form textarea {
    background: rgba(255,255,255,0.05);
    border: 2px dashed rgba(150, 150, 150, 0.8);
    border-radius: 6px;
    resize: none;
    height: 60px;
    padding: 8px;
    font-size: 13.5px;
    outline: none;
}
.sy_comment_form textarea:focus {
    border-color: #00bcd4;
}
.sy_send_comment {
    align-self: flex-end;
    margin-top: 8px;
    background: #00bcd4;
    border: none;
    border-radius: 5px;
    padding: 6px 14px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
}
.sy_send_comment:hover {
    background: #00a3c4;
}
#sy_comment_list {
    max-height: 70vh;
    overflow-y: auto;
    padding: 5px;
}
#sy_comment_list::-webkit-scrollbar {
    width: 7px;
}
#sy_comment_list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00bcd4, #2196f3);
    border-radius: 10px;
}
#sy_comment_list::-webkit-scrollbar-track {
    background: #1a1a1f;
}
@keyframes profilyorumfadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 600px) {
    .sy_comment_body {
        max-width: 400px;
    width: 100%;
        font-size: 13px;
        padding: 8px;
    }
    .sy_comment_avatar img {
        width: 32px;
        height: 32px;
    }
}
@keyframes popupShow {
            from {transform: scale(0.8); opacity: 0;}
            to {transform: scale(1); opacity: 1;}
}
@media (max-width: 600px) {
  .sy_chat_input-send-button {
    font-size: 14px;
    padding: 8px;
  }

  .sy_chat_input-left-icons img,
  .sy_chat_input-right-icons i {
    width: 18px;
    height: 18px;
    font-size: 16px;
  }

  .sy_chat_input-right-icons {
    gap: 6px;
  }
}
@media only screen and (max-width:480px){.kisisel_arkaplaan li{float:left;list-style-type:none;width:33%;margin:1.33%;height:120px;position:relative;}}
@media screen and (max-width:400px){.kisisel_arkaplaan li{float:left;list-style-type:none;width:33%;margin:1.33%;height:120px;position:relative;}}
@media(max-width:768px){.okey-panel{right:-100%;width:100%;border-radius:0;border-left:none;border-top:1px solid rgba(255,255,255,.14);}.okey-panel.open{right:0;}}
@media(max-width:768px){.okey-toggle-btn{top:calc(env(safe-area-inset-top,0)+12px);right:calc(env(safe-area-inset-right,0)+12px);padding:8px 12px;font-size:13px;border-radius:10px;}}
@media(prefers-reduced-motion:reduce){.okey-panel{transition:none;}.okey-toggle-btn,.okey_close-btn{transition:none;}}
.sy_chat_input-left-icons img:hover,
.sy_chat_input-right-icons i:hover {
  filter: brightness(1.2);
}
.sy_chat_input-left-icons img,
.sy_chat_input-right-icons i {
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  width: 20px;
  height: 20px;
}
.sy_chat_input-left-icons {
  position: absolute;
  left: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.sy_chat_input-right-icons {
  position: absolute;
  right: 15px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.sy_chat_input-send-icon {
      width: 20px;
      height: 20px;
      fill: white;
}
.sy_chat_content {
  width: 100%;
  border-radius: 25px;
  outline: none;
  transition: 0.3s;
  box-sizing: border-box;
}
.sy_chat_content:focus {
  box-shadow: 0 0 5px rgba(0,123,255,.4);
}
.sy_chat_td_input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.sy_member_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 15px 0;
}
.sy_gift_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 15px 0;
}
.sy_room_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 15px 0;
}

.sy_nav_btn {
  background: #2196f3;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.sy_nav_btn:hover {
  background: #1976d2;
  transform: scale(1.05);
}

.sy_load_more_box {
  text-align: center;
  margin: 10px 0;
}
.sy_load_more_btn {
  background: #2196f3;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  transition: 0.3s;
}
.sy_load_more_btn:hover {
  background: #1976d2;
}
.input_color {
	padding: 8px 10px;
	width:100%;
	height: 42px;
	min-width:100%;
	max-width:100%;
	border-radius: 25px;
}
.sy_admin_panel_modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow-y: auto;
}
.sy_admin_panel_modal_content {
  background: #fff;
  width: 100%;
  max-width: 868px;
  margin: 41px auto;
  border-radius: 5px;
  overflow: hidden;
  animation: syAdminPanelfadeIn 0.4s;
}
.sy_admin_panel_modal_header {
  background: #2196f3;
  color: #fff;
  padding: 14px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}
.sy_admin_panel_modal_header .sy_admin_panel_modal_close {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}
.sy_admin_panel_modal_header button {
  background: #fff;
  color: #2196f3;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
.sy_adim_panel_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  padding: 15px;
}
.sy_admin_panel_item {
  background: #2196f3;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 25px 10px;
  cursor: pointer;
  transition: 0.3s;
}
.sy_admin_panel_item:hover { background: #1976d2; transform: scale(1.05); }
.sy_admin_panel_item i {
  display: block;
  font-size: 28px;
  margin-bottom: 6px;
}
.sy_section {
  display: none;
  padding: 20px;
  color: #333;
}
.sy_section h3 {
  color: #2196f3;
}
#sy_admin_panel_content {
  display: none;
  padding: -33px;
  color: #333;
}
@media(max-width:600px){
  .sy_admin_panel_item { padding: 18px 8px; font-size: 14px; }
}
@keyframes syAdminPanelfadeIn {
  from { opacity: 0; transform: translateY(-15px);}
  to { opacity: 1; transform: translateY(0);}
}
.hediye_cark {
	width: 320px;
	height: 320px;
	margin: 0 auto;
	background-color: #ccc;
	border-radius:50%;
	border: 15px solid #dde;
	position: relative;
	overflow: hidden;
	transition: 5s;
}

.hediye_cark div{
	height:50%;
	width: 168px;
	position: absolute;
	clip-path: polygon(100% 0 , 50% 100% , 0 0 );
	transform:translateX(-50%);
	transform-origin:bottom;
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:20px;
	font-weight:bold;
	font-family:sans-serif;
	color:#fff;
	left: 62px;
}
.hediye_cark span{color: #00000080;display: inline-block; /* Bu, transform Ã¶zelliÄŸinin Ã§alÄ±ÅŸmasÄ±nÄ± saÄŸlar */transform: rotate(90deg); /* Metni saat yÃ¶nÃ¼nde 90 derece dÃ¶ndÃ¼rÃ¼r */ /* DÃ¶ndÃ¼rme noktasÄ±nÄ± sol Ã¼st kÃ¶ÅŸeye ayarlar */ /* Metnin bir satÄ±rda kalmasÄ±nÄ± saÄŸlar */font-size: 22px;}
.hediye_cark img {
    width: 20px;
    height: 20px;
:;
    vertical-align: middle; */ */ */
}
.hediye_cark .one{
	background-color: #ff2244;
	left:50%;
}
.hediye_cark .two{
	background-color: #00bb88;
	transform: rotate(60deg);
}
.hediye_cark .three{
	background-color: #ffcc44;
	transform:rotate(120deg);
}
.hediye_cark .four{
	background-color: #ff2244;
	transform: rotate(180deg);
}
.hediye_cark .five{
	background-color: #00bb88;
	transform: rotate(240deg);
}
.hediye_cark .six{
	background-color: #ffcc44;
	transform: rotate(300deg);
}

.hediye_cark_arrow{
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	font-size: 50px;
	color: #333;
	z-index: 9999;
}

#hediye_cark_spin{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:10;
	background-color: #e2e2e2;
	text-transform: uppercase;
	border:8px solid #fff;
	font-weight:bold;
	font-size: 8px;
	color:#a2a2a2;
	width: 60px;
	height: 60px;
	font-family: sans-serif;
	border-radius:50%;
	cursor: pointer;
	outline:none;
	letter-spacing: 1px;
}
.hediye_cark_metin {
    text-align: center;
    margin: 20px 10% 0 10%;
    padding: 10px 0;
    color: #00bb88;
    font-weight: bold;
    background: #dde;
    border-radius: 6px;
}
.radio_calan_sarki {
	border-radius: 8px;
	padding: 6px 10px;
	text-align: center;
	margin-bottom: 8px;
	overflow: hidden;
}
.radio_calan_sarkisi {
	white-space: nowrap;
	display: inline-block;
	font-size: 14px;
	animation: radio_calan_sarkisi 10s linear infinite;
}
@keyframes radio_calan_sarkisi {
	from { transform: translateX(100%); }
	to { transform: translateX(-100%); }
}
.radio_dj_bilgi {
	border-radius: 8px;
	padding: 6px 10px;
	margin-bottom: 8px;
	overflow: hidden;
}
.radyomodal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(6px);
	z-index: 9999;
	padding: 10px;
	box-sizing: border-box;
	animation: fadeIn 0.3s ease forwards;
}

.radyo_modal_content {
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
	padding: 25px;
	width: 90%;
	max-width: 420px;
	animation: scaleIn 0.25s ease;
	position: relative;
}
.radyo_modal_content h3 {
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

/* Kapatma Butonu */
.sy_radio_close_modal {
	position: absolute;
	top: 10px;
	right: 14px;
	font-size: 24px;
	cursor: pointer;
	transition: 0.3s;
}
/* Liste */
#radyo_listener_list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 260px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #00eaff rgba(255,255,255,0.05);
}

#radyo_listener_list::-webkit-scrollbar {
	width: 6px;
}
#radyo_listener_list::-webkit-scrollbar-thumb {
	background: #00eaff;
	border-radius: 4px;
}
#radyo_listener_list::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.05);
}

/* Liste Elemanı */
#radyo_listener_list li {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 10px;
	padding: 10px 12px;
	margin-bottom: 8px;
	transition: background 0.3s, transform 0.2s;
}

/* Kullanıcı Adı */
#radyo_listener_list span {
	font-size: 14px;
	font-weight: 500;
}

/* === Animasyonlar === */
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes scaleIn {
	from { transform: scale(0.9); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}

/* === Responsive === */
@media (max-width: 480px) {
	.radyo_modal_content {
		padding: 18px;
		max-width: 95%;
	}
	.radyo_modal_content h3 {
		font-size: 1.1rem;
	}
	#radyo_listener_list li {
		padding: 8px 10px;
	}
}


.sy-sms-admin{min-width:280px;max-width:960px;margin:0 auto;padding:12px;color:#0f172a;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}
.sy-sms-admin__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.sy-sms-admin__title{display:flex;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:800}
.sy-sms-admin__btn{
  appearance:none;
  background: #cc0000;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:8px 12px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:transform .12s ease,box-shadow .15s ease
  }
.sy-sms-admin__btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.08)}
.sy-sms-admin__btn:disabled{opacity:.55;cursor:not-allowed}
.sy-sms-admin__btn--ghost{/* background:#fff; */}
.sy-sms-admin__btn--more{background: #03add8;}
.sy-sms-admin__btn--primary{background:#0ea5e9;border-color:#38bdf8;color:#fff}
.sy-sms-admin__list{list-style:none;margin:0;padding:0;display:block}
.sy-sms-admin-row{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;margin:0;border-bottom:1px solid #e5e7eb}
.sy-sms-admin-row.is-pending{background:rgba(239,68,68,.10)} /* onaysız */
.sy-sms-admin-row.is-approved{background:rgba(34,197,94,.12)} /* onaylı */
.sy-sms-admin-left{flex:0 0 auto}
.sy-sms-admin-ava{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#f3f4f6}
/* ROW: flex + wrap; satır içi öğeler gerektiğinde alta iner */
.sy-sms-admin-row {
  display: flex;
  flex-wrap: wrap;           /* taşma olursa öğeler alt satıra geçer */
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  margin: 0;
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
}

/* Sol alan (avatar) - sabit genişlik */
.sy-sms-admin-left {
  flex: 0 0 46px;            /* 36px avatar + 10px civarı boşluk için */
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
}

/* Avatar boyutu korunur */
.sy-sms-admin-ava {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f4f6;
  display: block;
}

/* Orta kolon - %80 isteği; küçülmeye izin verilir (min-width:0) */
.sy-sms-admin-mid {
  flex: 1 1 80%;            /* grow, shrink, basis ~80% */
  min-width: 0;             /* çok önemli: taşmayı önler */
  max-width: 80%;           /* zorlayıcı (%80'i aşmasını engeller) */
  display: block;
  overflow: visible;
}

/* Metin içeriği: kırma ve gerektiğinde kelime içi kırma */
.sy-sms-admin-text {
  font-size: 14px;
  line-height: 1.45;
  color: #0f172a;
  white-space: pre-wrap;
  overflow-wrap: anywhere;   /* modern tarayıcılarda en güvenli kırma */
  word-break: break-word;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

/* Sağ buton grubu: sabit doğal genişlik, alt satıra düşerse sola yaslanır */
.sy-sms-admin-right {
  flex: 0 0 auto;           /* küçülmez/kabaca otomatik genişlik */
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

/* Eğer sağ kol alt satıra düşerse (wrap), sol boşluk oluşmaması için tam genişlik almasını engelle */
.sy-sms-admin-row .sy-sms-admin-right {
  /* alt satıra düştüğünde sola hizalamak isterseniz:
     width: 100%; display:flex; justify-content:flex-start; 
     fakat normalde otomatik genişlik bırakıyoruz */
}

/* RESPONSIVE: küçük ekranlarda orta kısım daha esnek olsun */
@media (max-width: 560px) {
  .sy-sms-admin-mid {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.sy-sms-admin-row.is-pending { background: rgba(239,68,68,.08); }
.sy-sms-admin-row.is-approved { background: rgba(34,197,94,.08); }
.sy-sms-admin-headline{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}
.sy-sms-admin-name{font-size:14px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sy-sms-admin-meta{font-size:12px;color:#6b7280}
.sy-sms-admin-state{font-size:11px;font-weight:800;color:#374151;opacity:.9}
.sy-sms-admin-text1{font-size:14px;line-height:1.45;color:#0f172a;white-space:pre-wrap;word-break:break-word}
.sy-sms-admin__btn--approve{background:#10b9811a;border-color:#10b98166;color:#065f46}
.sy-sms-admin__btn--unapprove{background:#fca5a51a;border-color:#ef444466;color:#7f1d1d}
.sy-sms-admin__btn--edit{background:#60a5fa1a;border-color:#3b82f666;color:#1e3a8a}
.sy-sms-admin__btn--delete{background:#f871711a;border-color:#ef444466;color:#7f1d1d}
.sy-sms-admin__footer{display:flex;justify-content:center;margin-top:10px}
.sy-sms-admin__state{margin-top:10px;text-align:center;font-size:14px;padding:8px 10px;border-radius:10px;border:1px dashed #e5e7eb}
.sy-sms-admin__state--error{color:#7f1d1d;border-color:#fecaca;background:#fef2f2}
.sy-sms-admin-modal[hidden]{display:none}
.sy-sms-admin-modal{position:fixed;inset:0;z-index:1000}
.sy-sms-admin-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px)}
.sy-sms-admin-modal__panel{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:clamp(280px, 92vw, 560px);
  background:#ffffff;border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,.25), 0 2px 10px rgba(0,0,0,.12);
  border:1px solid #e5e7eb; overflow:hidden;
}
.sy-sms-admin-modal__head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#f8fafc,#ffffff)}
.sy-sms-admin-modal__title{margin:0;font-size:15px;font-weight:800}
.sy-sms-admin-modal__close{appearance:none;border:none;background:transparent;font-size:20px;line-height:1;cursor:pointer;padding:4px 8px}
.sy-sms-admin-modal__body{padding:12px 14px;display:flex;flex-direction:column;gap:8px}
.sy-sms-admin-modal__textarea{
  width:100%;min-height:120px;resize:vertical;border:1px solid #e5e7eb;border-radius:12px;padding:10px;font-size:14px;outline:none;
  background:#fff;box-shadow:inset 0 1px 0 rgba(0,0,0,.02)
}
.sy-sms-admin-modal__textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px rgba(147,197,253,.35)}
.sy-sms-admin-modal__meta{font-size:12px;color:#6b7280;text-align:right}
.sy-sms-admin-modal__actions{display:flex;gap:8px;justify-content:flex-end;padding:12px 14px;border-top:1px solid #eef2f7;background:#fafafa}





/* --- SY SMS ADMIN: Modal CSS (ekle) --- */
.sy-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: syModalFade .12s ease;
}
@keyframes syModalFade { from { opacity: 0 } to { opacity: 1 } }

.sy-modal {
  width: 90%;
  max-width: 420px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  padding: 18px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.sy-modal__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.sy-modal__text {
  font-size: 14px;
  margin: 0 0 16px 0;
  color: #333;
  white-space: pre-wrap;
}

.sy-modal__controls {
  display:flex;
  gap: 8px;
  justify-content: flex-end;
}

.sy-modal__btn {
  /* background: red; */
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  min-width: 84px;
}

.sy-modal__btn--cancel {
  background: #03add8;
  border: 1px solid #ddd;
}

.sy-modal__btn--confirm {
  background: #e53935;
  color: #fff;
  border: none;
}

@media (prefers-reduced-motion: reduce){
  .sy-modal-backdrop, .sy-modal { animation: none; }
}
.edit_page_sms {
    min-height: 200px;
}
.sy-sms-glow{border-radius:20px;margin-top:20px;}
.sy-sms-head{ display:flex; align-items:center; gap:12px; padding:14px 14px 12px; }
.sy-sms-badge{
  width:42px; 
  height:42px;
  display:inline-flex; 
  align-items:center;
  justify-content:center;
  border-radius:12px;
}
.sy-sms-title b{ display:block; font-size:16px; line-height:1.15; }
.sy-sms-title small{ font-size:12px; opacity:.8; }

.sy-sms-body{ padding:12px 14px 16px; }

.sy-sms-actions{
  margin-top:10px; display:flex; align-items:center; justify-content:space-between; gap:10px;
}
.sy-sms-count{ font-size:12px; opacity:.85; }
.sy-sms-count.sy-limit{
  font-weight:700; text-shadow:0 0 6px rgba(239,68,68,.35);
}
.sy-sms-send{
  display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border:none; border-radius:14px;
  font-weight:700; font-size:14px; cursor:pointer;
  box-shadow:0 10px 22px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.15);
  transition: transform .12s ease, filter .2s ease;
}
.sy-sms-send:hover{ transform:translateY(-1px); }
.sy-sms-send[disabled]{ opacity:.6; cursor:not-allowed; filter:grayscale(.2); }
.sy-sms-toast{ margin-top:10px; font-size:13px; padding:10px 12px; border-radius:12px; display:none; }
.sy-sms-toast.sy-ok{ display:block; box-shadow:inset 0 0 0 1px rgba(34,197,94,.35); }
.sy-sms-toast.sy-err{ display:block; box-shadow:inset 0 0 0 1px rgba(239,68,68,.35); }
.sy-sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; border:0;
}
.sy-Duyuru-Modal{
  position: fixed; inset: 0; z-index: 9999;
  display: none; align-items: center; justify-content: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.sy-Duyuru-Modal.duyuruis-active{ display: flex; }
.sy-Duyuru-Modal__overlay{
  position: absolute; inset: 0;
  backdrop-filter: blur(8px);
}
.sy-Duyuru-Modal__dialog{
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.sy-Duyuru-Modal.duyuruis-active .sy-Duyuru-Modal__dialog{
  transform: translateY(0) scale(1);
  opacity: 1;
}
.sy-Duyuru-Modal__paper{
  position: relative;
  border-radius: 14px;
  padding: 20px 18px 16px;
  box-shadow:
    0 18px 30px rgba(0,0,0,.25),
    0 0 0 1px rgba(0,0,0,.06) inset;
  transform: rotate(-0.35deg);
}
.sy-Duyuru-Modal__content{ font-size: 15px; line-height: 1.65;}
.sy-Duyuru-Modal__actions{ margin-top: 16px; }
.sy-Duyuru-Modal__btns{ display: flex; gap: 10px; }
@media (max-width: 420px){ .sy-Duyuru-Modal__btns{ flex-direction: column; } }

.sy-Duyuru-Modal__btn{
  flex: 1 1 0;
  padding: 12px 16px; border-radius: 12px; border: 0; cursor: pointer;
  font-weight: 700; letter-spacing:.25px;
  box-shadow: 0 12px 24px rgba(2,6,23,.35), inset 0 0 0 1px rgba(255,255,255,.25);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.sy-Duyuru-Modal__btn--ghost{
  box-shadow: 0 6px 14px rgba(2,6,23,.12), inset 0 0 0 1px rgba(0,0,0,.04);
}
@media (max-width: 420px){
  .sy-Duyuru-Modal__dialog{ width: 92vw; padding: 18px; border-radius: 18px; }
  .sy-Duyuru-Modal__paper{ padding: 16px 14px 12px; border-radius: 12px; }
}
@media (prefers-reduced-motion: reduce){
  .sy-Duyuru-Modal__dialog{ transition: none; }
  .sy-Duyuru-Modal__btn, .sy-Duyuru-Modal__btn--ghost{ transition: none; }
}
.sy_chat_room_bilgi{
  margin-left:5px;
  color:#fff;
}
.sy_radio_popup_actions{
  display:grid;
  gap:14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  width:100%;
}
.sy_radio_popup_btn{
  -webkit-appearance:none;
  appearance:none;
  border:none;
  cursor:pointer;
  position:relative;
  align-items:center;
  gap:12px;
  width:100%;
  padding:6px 18px;
  border-radius:18px;
  text-align:left;
   border: 2px dashed #94a3b8;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 1px 2px rgba(0,0,0,.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform .15s ease, box-shadow .15s ease, filter .2s ease;
  will-change: transform, box-shadow, filter;
  overflow:hidden;
}
.sy_radio_popup_btn__text{
   flex-direction:column; 
   line-height:1.15; 
   flex:1 1 auto; 
   min-width:0;
}
.sy_radio_popup_btn__text strong{
  font-size:15px; 
  letter-spacing:.2px;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  white-space:nowrap;
  overflow:hidden; 
  text-overflow:ellipsis;
}
.sy_radio_popup_btn__text em{
  margin-top:3px; 
  font-style:normal;
  font-size:12px;
  opacity:.95;
  white-space:nowrap;
  overflow:hidden; 
  text-overflow:ellipsis;
}
.sy_radio_popup_title{
   align-items:center;
   gap:10px;
   margin:0;
  font-size:18px;
  font-weight:800; 
  letter-spacing:.2px; 
}
.sy_radio_popup_title--section{
  grid-column: 1 / -1;
  margin: 4px 0 2px;
}
.profileMusipmu-bar{
  height:100%;
  transition: width .2s ease;
}
.profileMusipmu-pct{
  position:absolute; right:10px; top:-22px; font-size:12px; color:#fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.profileMusippmu-audio{
  margin-top: 16px; position: relative; padding: 14px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}
.profileMusippmu-audio audio{
  width:100%; height: 44px; display:block;
  border-radius: 12px; overflow:hidden; background: transparent; outline:none;
}
.profileMusippmu-audio audio::-webkit-media-controls-enclosure{
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
  backdrop-filter: blur(6px);
}
.profileMusippmu-audio audio::-webkit-media-controls-panel{
  background: transparent !important;
}
.profileMusippmu-audio audio::-webkit-media-controls-timeline{
  height: 6px; 
  margin: 0 8px;
  border-radius: 999px;
  
}
.profileMusippmu-audio audio::-webkit-media-controls-current-time-display,
.profileMusippmu-audio audio::-webkit-media-controls-time-remaining-display{
  text-shadow: 0 1px 1px rgba(0,0,0,.35); font-weight:600;
}
.profileMusippmu-audio audio::-webkit-media-controls-play-button,
.profileMusippmu-audio audio::-webkit-media-controls-mute-button{
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.25));
  opacity:.95; transition: transform .12s ease, opacity .2s ease;
}
.profileMusippmu-audio audio::-webkit-media-controls-play-button:hover,
.profileMusippmu-audio audio::-webkit-media-controls-mute-button:hover{
  transform: scale(1.06); opacity:1;
}
.profileMusippmu-audio audio::-webkit-media-controls-volume-slider{
  border-radius: 999px; height: 4px;
}
.profileMusippmu-audio audio::-webkit-media-controls-seek-back-button,
.profileMusippmu-audio audio::-webkit-media-controls-seek-forward-button{
  opacity:.9;
}
.profileMusippmu-audio::before{
  position:absolute; left:14px; top:-9px; font-size:10px; font-weight:800; letter-spacing:.4px;
padding: 3px 8px; border-radius: 999px;

  box-shadow: 0 6px 16px rgba(99,102,241,.35);
}
.profileMusippmu-audio::after{
  content:""; position:absolute; right:14px; top:50%; transform: translateY(-50%);
  width: 26px; height: 18px;
  background:
    linear-gradient(#10b981, #22c55e),
    linear-gradient(#0ea5e9, #8b5cf6),
    linear-gradient(#f0f9ff, #e9d5ff);
  background-size: 4px 40%, 4px 60%, 4px 30%;
  background-repeat: no-repeat;
  background-position: 0 100%, 11px 100%, 22px 100%;
  animation: profileMusippmuEq 1.1s ease-in-out infinite;
  opacity:.9; pointer-events:none;
}
@keyframes profileMusippmuEq{
  0%,100%{ background-size: 4px 35%, 4px 55%, 4px 30%; }
  25%    { background-size: 4px 60%, 4px 30%, 4px 45%; }
  50%    { background-size: 4px 28%, 4px 70%, 4px 20%; }
  75%    { background-size: 4px 50%, 4px 40%, 4px 65%; }
}
@media (max-width: 480px){
  .profileMusicispmu-card{ border-radius: 18px; }
  .profileMusicispmu-head h3{ font-size:16px; }
  .profileMusippmu-audio::after{ right:10px; transform: translateY(-50%) scale(.95); }
}
.profileMusipmu-actions{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  margin-top: 14px;
}
.profileMusipmu-btn{
  appearance:none; 
  border:0;
  cursor:pointer;
  padding: 10px 16px; 
  border-radius: 14px; font-weight:800;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
  box-shadow: 0 10px 24px rgba(16,185,129,.35), inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform .12s ease, box-shadow .25s ease, filter .2s;
}
.profileMusipmu-btn:hover{ transform: translateY(-1px); box-shadow: 0 16px 32px rgba(16,185,129,.45); }
.profileMusipmu-btn:active{ transform: translateY(0); filter: contrast(1.05); }
.profileMusipmu-btn:disabled{ opacity:.6; cursor:not-allowed; box-shadow:none; }

.profileMusipmu-progress{
  margin-top: 12px; position: relative; height: 12px; border-radius: 999px; overflow:hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.profileMusipmu-drop{
  position:relative; border-radius: 18px; padding: 26px; text-align:center;
 border: 2px dashed #94a3b8;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 1px 2px rgba(0,0,0,.05); 
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.profileMusipmu-drop:hover{
  border-color:#fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.12);
}
.profileMusipmu-drop input[type=file]{ position:absolute; inset:0; width:100%; height:100%; opacity:0; cursor:pointer; }
.profileMusipmu-drop p{ margin:0; font-size:14px; }
.profileMusipmu-drop small{ opacity:.9; }
.profileMusicispmu-head{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.profileMusicispmu-head h3{ margin:0; font-size: 18px; font-weight: 800; letter-spacing:.2px; }
.profileMusipmu-body{ padding: 16px;}
.profileMusicispmu-card{
  width:100%; max-width: 560px; overflow:hidden;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.12);
}
.sy-uploads{display:inline-flex;align-items:center;gap:10px}
.sy-Storiesupload-btn{
  width:48px;height:48px;display:grid;place-items:center;cursor:pointer;
  border-radius:999px;border:1px dashed rgba(2,6,23,.18);
  background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(245,246,248,.9));
  box-shadow:0 4px 12px rgba(2,6,23,.06), inset 0 1px 0 rgba(255,255,255,.6);
  transition:transform .12s ease, box-shadow .15s ease, border-color .15s ease;
}
.sy-Storiesupload-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(2,6,23,.12)}
.sy-Storiesupload-btn:active{transform:translateY(0)}
.sy-Storiesupload-btn .mdi{font-size:22px}
.sy-Storiesupload-info{font-size:12px;color:#6b7280;white-space:nowrap}
.sy-Storiesupload-preview{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}
.sy-Storiesupload-preview img,.sy-Storiesupload-preview video{
  max-width:180px;max-height:180px;display:block;border-radius:10px;
  border:1px solid rgba(2,6,23,.08);box-shadow:0 4px 12px rgba(2,6,23,.06)
}
.sy-StoriesUploader{display:grid;gap:8px;max-width:420px}
.sy-StoriesUploader input[type="text"]{height:36px;padding:0 12px;border-radius:12px;border:1px solid rgba(2,6,23,.12)}
.sy-StoriesUploader .syStoriesrow{display:flex;gap:8px;align-items:center}
.sy-StoriesUploader .syStoriesrow input[type="file"]{flex:1 1 auto}
.sy-StoriesUploader .syStoriesrow button{height:36px;padding:0 12px;border-radius:12px;border:1px solid rgba(2,6,23,.12);background:#10b981;color:#fff;font-weight:800;cursor:pointer}
.instacolor {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}
.sy-StoriesupBar{position:relative;height:12px;background:#e5e7eb;border-radius:999px;overflow:hidden;border:1px solid rgba(2,6,23,.08);display:none}
.sy-StoriesupBar .syStoriesbar{position:absolute;left:0;top:0;bottom:0;width:0%;background:linear-gradient(90deg,#6366f1,#22d3ee)}
.sy-StoriesupBar .systorieslbl{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#111}
.sy-Storiesmsg{min-height:18px;font-size:12px;color:#374151}
.sy-Storiesstrip{position:relative;width:calc(64px*5 + 12px*4);max-width:100%;margin:10px 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}
.sy-Storiesviewport{overflow-x:hidden; overflow-y:visible;} /* halka görünür kalsın */
.sy-Storiestrack{list-style:none;margin:0;padding:6px 0 4px;display:flex;gap:12px;transform:translateX(0);transition:transform .25s ease;will-change:transform}
.sy-Storiesitem{width:64px;flex:0 0 64px;text-align:center;cursor:pointer}
.sy-Storiesava-wrap{position:relative;width:64px;height:64px;margin:0 auto 6px}
@keyframes sy-StoriesSpin{ to{ transform: rotate(360deg); } }
.sy-Storiesava-wrap::before{
  content:""; position:absolute; inset:-4px; border-radius:50%;
  background: repeating-conic-gradient(#f8b4b4 0deg 14deg, transparent 14deg 28deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 6px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 6px));
  animation: sy-StoriesSpin 3s linear infinite; transform-origin:50% 50%; will-change:transform; pointer-events:none;
}
.sy-Storiesava{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%;border:3px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.12)}
.sy-Storiesava--ph{width:100%;height:100%;display:grid;place-items:center;border-radius:50%;border:3px solid #fff;background:#f43f5e;color:#fff;font-weight:900;font-size:22px;box-shadow:0 1px 3px rgba(0,0,0,.12)}
.sy-Storiesname{display:inline-block;max-width:calc(64px + 8px);padding:4px 8px;border-radius:8px;background:#ef4444;color:#fff;font:800 11px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sy-Storiesarrow{width:32px;height:32px;border-radius:999px;border:1px solid rgba(2,6,23,.12);background:#fff;color:#111;font-size:18px;font-weight:900;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 14px rgba(2,6,23,.06)}
.sy-Storiesarrow:hover{transform:translateY(-1px)}
.sy-Storiesarrow:disabled{opacity:.35;cursor:not-allowed;transform:none}
.sy-StoriesModal{position:fixed;inset:0;display:none;z-index:9999}
.sy-StoriesModal.sy-StoriesisOpen{display:block}
.sy-Storiesbackdrop{position:absolute;inset:0;background:rgba(2,6,23,.65);backdrop-filter:blur(2px)}
.sy-Storiesdialog{position:absolute;inset:0;display:grid;place-items:center;padding:22px}
.sy-Storiesbody{position:relative;max-width:92vw;max-height:86vh;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.35);background:#000;display:grid;grid-template-rows:auto auto}
.sy-Storiesbody img,.sy-Storiesbody video{display:block;width:auto;height:auto;max-width:92vw;max-height:70vh;object-fit:contain;background:#000;margin:0 auto}
.sy-Storiesclose{position:absolute;right:16px;top:16px;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.55);color:#fff;font-size:18px;font-weight:900;display:grid;place-items:center;cursor:pointer}
.sy-Storiesfooter{display:grid;gap:8px;padding:10px 12px;background:rgba(0,0,0,.35)}
.sy-Storiesprogress{position:relative;height:8px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.35)}
.sy-Storiesprogress .syStoriesbar{width:0%;height:100%;background:linear-gradient(90deg,#22d3ee,#6366f1)}
.sy-Storiesprogress .syStorieslabel{position:absolute;right:0;top:-20px;font-size:11px;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6)}
.sy-StoriesMeta{display:flex;align-items:center;justify-content:space-between;gap:8px}
.sy-StoriesMeta .systoriesleft{display:flex;align-items:center;gap:10px}
.sy-StoriesMeta .systoriesright{display:flex;align-items:center;gap:8px}
.sy-StoriesPill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;font-weight:800;background:rgba(255,255,255,.15);color:#fff}
.sy-StoriesDel{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;background:linear-gradient(180deg,#ef4444,#b91c1c);border:1px solid rgba(239,68,68,.6);color:#fff;cursor:pointer}
.sy-Storiescaption{font-size:12px;color:#fff;opacity:.95;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sy-StoriesEye{width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.15);color:#fff;display:grid;place-items:center;cursor:pointer;font-size:16px;font-weight:900}
.sy-StoriesMini{ position:absolute; inset:0; display:none; place-items:center; z-index:2; }
.sy-StoriesMini.sy-StoriesisOpen{ display:grid; }
.sy-StoriesMini .syStoriesBd{ position:absolute; inset:0; background:rgba(0,0,0,.5); }
.sy-StoriesMini .syStoriescard{ position:relative; z-index:1; width:min(92vw,420px); background:#0b1220; color:#e5e7eb; border-radius:14px; padding:12px; box-shadow:0 20px 60px rgba(0,0,0,.5); border:1px solid rgba(255,255,255,.1) }
.sy-StoriesMini .sy_storieshead{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.sy-StoriesMini .sy_storieshead h3{margin:0;font-size:14px}
.sy-StoriesMini .sy-Storiesclose{width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:#fff;display:grid;place-items:center;cursor:pointer}
.sy-StoriesvList{max-height:50vh;overflow:auto;display:grid;gap:6px}
.sy-Storiesvrow{display:flex;align-items:center;gap:8px;padding:6px;border-radius:10px;background:rgba(255,255,255,.04)}
.sy-Storiesvava{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #fff}
.sy-Storiesvph{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f43f5e;color:#fff;font-weight:900}
.sy-Storiesvname{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sy-Storiesvcnt{font-weight:900;opacity:.9}
.sy-Storiesava-wrap123::before{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius:50%;
  background: repeating-conic-gradient(
    #f8b4b4 0deg 14deg,
    transparent 14deg 28deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 6px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 6px));
  animation: sy-StoriesSpin 12s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
  pointer-events: none;
}
.sy-Storiesava-wrap{
  box-sizing: border-box;
  border: 2px dashed #f8b4b4;
  border-radius: 50%;
}
.avatar_news_input {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-table;
    vertical-align: top;
}
.news_input_c{
    display: inline-table;
    width: calc(100% - 40px);
	border-radius: 13px;
}
.sy_news_box {
 border-radius: 0.4em;
  position: relative;
  font-family: "Lato", Arial, sans-serif;
  transition: all 0.3s ease;
}
.sy_news_box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}
.sy_news_box .post_avatar {
  width: 45px;
  height: 45px;
  margin-right: 0.75em;
  background: #2f313a;
  transform: rotate(-6deg);
  padding: 3px;
  border-radius: 0.25em;
  overflow: hidden;
}
.sy_news_box .post_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 0.25em;
  filter: grayscale(1);
}
.sy_news_box:hover .post_avatar img {
  filter: none;
}
.sy_news_box .post_info p.username {
  display: inline-block;
  padding: 0.25em 0.6em;
  border-radius: 0.25em;
  font-weight: bold;
  font-size: 0.95em;
  transform: rotate(-2deg);
  margin: 0;
}
.sy_news_box:hover .post_info p.username {
  transform: rotate(0deg);
}
.sy_news_box .post_info .sub_date {
  display: block;
  font-size: 0.75em;
  color: #444;
  margin-top: 0.25em;
}
.sy_news_box .post_edit {
  float: right;
  color: #333;
  cursor: pointer;
}
.sy_news_box .post_content {
  clear: both;
  margin-top: 0.75em;
  font-size: 0.95em;
  line-height: 1.5;
  color: #111;
}
.sy_news_box .add_comment_zone {
  display: flex;
  align-items: center;
    border: 2px dashed #94a3b8;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 1px 2px rgba(0,0,0,.05); 

}
.sy_news_box .avatar_reply_div {
  margin-right: 0.5em;
}
.sy_news_box .avatar_reply {
  width: 32px;
  height: 32px;
  border-radius: 50%;
	background: saddlebrown;
}
.sy_news_box .news_reply_form .add_comment {
  border: 1px solid #ccc;
  border-radius: 0.3em;
  padding: 0.35em 0.6em;
  font-size: 0.85em;
  width: 100%;
  box-sizing: border-box;
}

.new-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #ff3b3b;
  border-radius: 6px;
  animation: blinkNew 1s infinite;
}

@keyframes blinkNew {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}


.news_list {
    background: #c7c8c9;
    border-radius: 13px;
    padding: 10px 5px 5px 10px;
    margin-bottom: 10px;
	  border: 2px dashed #94a3b8;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 1px 2px rgba(0,0,0,.05); 
}

.avatar_reply_div{
    display: inline-table;
    vertical-align: bottom;
}
.avatar_reply {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-table;
}
#bildirimtext, #news_data {
    height: 45px;
    border: none;
    overflow: hidden;
    background: none !important;
    border: none !important;
}
.sy_chat_rlist { position:relative; width:100%;overflow-y:auto; }
.populer_rooms_title {
	text-align:center;
	position:relative;
}
.populer_rooms_list_header {
	border-bottom: 2px dotted rgb(0 0 0 / 10%);
}
.populer_rooms_list_header .populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee {
	width:auto;
	max-width:80px;
	margin:0px 5px 2px -1px;
	padding:4px 4px 0 5px;
}
.populer_rooms_list_header .populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee>a>.populer_rooms_list_img {
	display:block;
	box-sizing:border-box;
	font-size:0;
	height:60px;
	width:60px;
	overflow:hidden;
	transition:transform 0.2s;
	position:relative;
}
.populer_rooms_listtele.populer_rooms_list_snapgram .populer_rooms_listtelee>a>.populer_rooms_list_img::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius:50%;
	border:2px dashed #03add8;
	animation:populer_rooms 8s linear infinite;
	box-sizing: border-box;
}
.populer_rooms_listtele.populer_rooms_list_snapgram .populer_rooms_listtelee.populer_rooms_seen>a>.populer_rooms_list_img::before {
	border:none;
	animation:none;
}
@keyframes populer_rooms {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}
.populer_rooms_listtele .populer_rooms_listtelee>a {
	text-decoration:none;
}
.populer_rooms_listtele .populer_rooms_listtelee>a>.populer_rooms_list_img {
	border-radius:50%;
	padding:2px;
}
.populer_rooms_listtele .populer_rooms_listtelee>a>.populer_rooms_list_img>* {
	border-radius:50%;
	border:3px solid #fff;
}
.populer_rooms_listtele.list .populer_rooms_listtelee {
	border-bottom:1px solid #eee;
}
.populer_rooms_listtele.list .populer_rooms_listtelee:last-child {
	border-bottom:0;
}
.populer_rooms_listtele.list .populer_rooms_listtelee>a>.populer_room_baslik {
	display:inline-block;
}
.populer_rooms_listtele .populer_rooms_listtelee.populer_rooms_seen {
	
	opacity:0.5;
}

.populer_rooms_listtele.populer_rooms_list_snapgram .populer_rooms_listtelee>a {
	text-decoration:none;
}
.populer_rooms_listtele.populer_rooms_list_snapgram .populer_rooms_listtelee>a>.populer_rooms_list_img {
	border-radius:50%;
	padding:3px;
}
.populer_rooms_listtele.populer_rooms_list_snapgram .populer_rooms_listtelee>a>.populer_rooms_list_img>* {
	border-radius:50%;
	border:1px solid #fff;
}
.populer_rooms_listtele.populer_rooms_list_snapgram .populer_rooms_listtelee.populer_rooms_seen {
	opacity:0.6;
}


.story-description {
	margin-top:10px;
}
.populer_rooms_listtele.populer_rooms_list_carousel {
	white-space:nowrap;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	overflow-scrolling:touch;
}
.populer_rooms_listtele.populer_rooms_list_carousel::-webkit-scrollbar {
	width:0;
	background:0 0;
}
.populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee>a>.populer_rooms_list_img>*,.populer_rooms_listtele.list .populer_rooms_listtelee>a>.populer_rooms_list_img>* {
	background-size:cover;
	background-position:center;
	box-sizing:border-box;
}
.populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee {
	display:inline-block;
	width:100px;
	max-width:100px;
	margin:10px 8px 10px 0px;
	padding:10px 5px 0 5px;
	border-radius:5px;
}
.populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee:first-child {
	margin-left:0;
}
.populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee:last-child {
	margin-right:0;
}
.populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee>a {
	text-align:center;
	display:block;
}
.populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee>a:active>.populer_rooms_list_img {
	transform:scale(0.9);
}
.populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee>a>.populer_rooms_list_img {
	display:block;
	box-sizing:border-box;
	font-size:0;
	max-height:90px;
	height:18vw;
	overflow:hidden;
	transition:transform 0.2s;
}
.populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee>a>.populer_rooms_list_img>* {
	display:block;
	height:100%;
	width:100%;
}
.populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee>a>.populer_room_baslik {
	display:block;
	margin:0.5em 0;
	line-height:1.2em;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
	border-radius:27px;
}
.populer_rooms_listtele.populer_rooms_list_carousel .populer_rooms_listtelee>a>.populer_room_baslik strong {
	font-weight:300;
	font-size:11px;
}
.populer_rooms_listtele.list {
	white-space:nowrap;
	overflow:auto;
}
.populer_rooms_listtele.list .populer_rooms_listtelee {
	display:block;
	width:auto;
	margin:5px 0px;
	padding:5px;
	border-radius:5px;
}
.populer_rooms_listtele.list .populer_rooms_listtelee>a {
	text-align:left;
	display:block;
}
.populer_rooms_listtele.list .populer_rooms_listtelee>a>.populer_rooms_list_img {
	height:50px;
	width:50px;
	max-width:50px;
	margin-right:12px;
	vertical-align:top;
	display:inline-block;
	box-sizing:border-box;
	font-size:0;
	overflow:hidden;
}
.populer_rooms_listtele.list .populer_rooms_listtelee>a>.populer_rooms_list_img>* {
	display:block;
	height:100%;
	width:100%;
}
.populer_rooms_listtele.list .populer_rooms_listtelee>a>.populer_room_baslik {
	display:inline-block;
	line-height:1.6em;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:top;
	margin-top: 3px;
}
.radyo-istek_beklemede,.radyo-istek_sirada,.radyo-istek_calindi,.radyo-istek_yayinlanmadi,.radyo-istek_yayinlandi{
  display:inline-flex; align-items:center; justify-content:center; gap:6px;
  padding:6px 10px; margin:4px 6px 0 0;
  font-size:12px; font-weight:800; line-height:1; white-space:nowrap;
  border-radius:999px; border:1px solid rgba(148,163,184,.35);
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  color:#0f172a;
  box-shadow:0 6px 14px rgba(2,6,23,.06), inset 0 1px 0 rgba(255,255,255,.45);
  transition:transform .08s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
}
.radyo-istek_beklemede:hover,.radyo-istek_sirada:hover,.radyo-istek_calindi:hover,.radyo-istek_yayinlanmadi:hover,.radyo-istek_yayinlandi:hover{
  transform:translateY(-1px); box-shadow:0 10px 20px rgba(2,6,23,.12), inset 0 1px 0 rgba(255,255,255,.55);
}

.radyo-istek_beklemede::before,.radyo-istek_sirada::before,.radyo-istek_calindi::before,.radyo-istek_yayinlanmadi::before,.radyo-istek_yayinlandi::before{
  content:""; width:8px; height:8px; border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,.6) inset;
}

.radyo-istek_beklemede{    border-color:rgba(251,191,36,.5); background:linear-gradient(180deg,#fff7ed,#fef3c7); color:#7a3e06; }
.radyo-istek_sirada{         border-color:rgba(59,130,246,.5);  background:linear-gradient(180deg,#eff6ff,#dbeafe); color:#153e9a; }
.radyo-istek_calindi{       border-color:rgba(34,197,94,.48);  background:linear-gradient(180deg,#ecfdf5,#dcfce7); color:#075e3b; }
.radyo-istek_yayinlanmadi{   border-color:rgba(239,68,68,.52);  background:linear-gradient(180deg,#fef2f2,#fee2e2); color:#7a1515; }
.radyo-istek_yayinlandi{ border-color:rgba(167,139,250,.5);  background:linear-gradient(180deg,#eef2ff,#ede9fe); color:#4f28af; }

.radyo-istek_beklemede::before{    background:#f59e0b; }
.radyo-istek_sirada::before{         background:#3b82f6; }
.radyo-istek_calindi::before{       background:#22c55e; }
.radyo-istek_yayinlanmadi::before{   background:#ef4444; }
.radyo-istek_yayinlandi::before{ background:#8b5cf6; }

@media (max-width:420px){
  .radyo-istek_beklemede,.radyo-istek_sirada,.radyo-istek_calindi,.radyo-istek_yayinlanmadi,.radyo-istek_yayinlandi{ padding:5px 9px; font-size:12px; }
}



@media (prefers-reduced-motion: reduce){
 .radyo-istek_beklemede,.radyo-istek_sirada,.radyo-istek_calindi,.radyo-istek_yayinlanmadi,.radyo-istek_yayinlandi{ transition:none; }
}
.sy_radio_istek_listesi{
  position:relative;
  display:grid; grid-template-columns:42px 1fr; column-gap:10px; row-gap:6px; align-items:start;
  padding:10px; border-radius:14px;
  border-left: 4px solid #22d3ee;
  border-radius: 14px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  box-shadow:0 10px 24px rgba(2,6,23,.07);
  transition:transform .12s ease, box-shadow .18s ease, border-color .18s ease;
  overflow:hidden; min-width:0;
}
.sy_radio_istek_listesi:hover{ transform:translateY(-1px); box-shadow:0 16px 32px rgba(2,6,23,.12); }
.sy_radio_istek_listesi:focus-within{ border-color:#c7d2fe; box-shadow:0 0 0 3px rgba(99,102,241,.18); }

@media (prefers-color-scheme: dark){
  .sy_radio_istek_listesi{
    border-color:rgba(30,41,59,.9);
    background:linear-gradient(180deg,rgba(11,18,32,.9),rgba(11,18,32,.9));
    box-shadow:0 14px 32px rgba(0,0,0,.5);
  }
}

/* Kompakt varyant — sol panelde nefes alanı korur */
.sy_radio_istek_listesi--compact{ padding:8px; border-radius:12px; grid-template-columns:38px 1fr; }

/* Sol avatar */
.sy_radio_istek_listesi-left{ grid-row:1 / span 4; }
.sy_radio_istek_listesi-avatar{ width:42px; height:42px; border-radius:50%; overflow:hidden; box-shadow:inset 0 0 0 2px rgba(148,163,184,.25); }
.sy_radio_istek_listesi--compact .sy_radio_istek_listesi-avatar{ width:38px; height:38px; }
.sy_radio_istek_listesi-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }

/* Üst başlık satırı */
.sy_radio_istek_listesi-top{ grid-column:2 / 3; display:flex; align-items:center; gap:8px; min-width:0; }
.sy_radio_istek_listesi-name{ font-weight:800; font-size:14px; line-height:1.1; margin:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* Mesaj */
.sy_radio_istek_listesi-msg{
  grid-column:2 / 3; font-size:13.5px; line-height:1.55; margin-top:2px;
  word-break:break-word; overflow-wrap:anywhere;
}
.sy_radio_istek_listesi-sub{ grid-column:2 / 3; margin-top:2px; font-size:12px; }
.sy_radio_istek_listesi-bottom{
  grid-column:2 / 3;
  display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:8px; flex-wrap:wrap;
}
.sy_radio_istek_listesi-status{ display:flex; align-items:center; gap:6px; flex-wrap:wrap; }

/* Sil butonu */
.sy_radio_istek_listesi-delete{
  position:absolute; right:8px; top:8px; width:30px; height:30px; border-radius:10px;
  display:inline-flex; align-items:center; justify-content:center;
  background:rgba(239,68,68,.08); border:1px solid rgba(239,68,68,.35); color:#ef4444; cursor:pointer;
  transition:background .15s ease, box-shadow .15s ease, transform .08s ease, border-color .15s ease;
}
.sy_radio_istek_listesi-delete:hover{ background:rgba(239,68,68,.14); box-shadow:0 6px 14px rgba(239,68,68,.22); }
.sy_radio_istek_listesi-delete:active{ transform:translateY(1px); }
.sy_radio_istek_listesi-delete:focus-visible{ outline:0; box-shadow:0 0 0 3px rgba(239,68,68,.25); }
.sy_radio_istek_listesi-delete i{ font-size:12px; }

/* ------------------------------
   AKSİYONLAR (3 buton garanti)
------------------------------ */
.sy_radio_istek_listesi-actions{
  display:grid; gap:6px;
  grid-template-columns:repeat(3,minmax(36px,1fr));
}
@media (min-width:560px){
  .sy_radio_istek_listesi-actions{ display:flex; flex-wrap:wrap; gap:6px; }
}

.sy_radio_istek_actions{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:8px 12px; min-height:34px;
  border-radius:999px; border:1px solid rgba(148,163,184,.28);
  font-weight:800; font-size:12.5px; line-height:1; cursor:pointer; user-select:none;
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  box-shadow:0 6px 14px rgba(2,6,23,.08), inset 0 1px 0 rgba(255,255,255,.35);
  transition:transform .08s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
}
.sy_radio_istek_actions i{ font-size:12px; }
.sy_radio_istek_actions:hover{ transform:translateY(-1px); box-shadow:0 10px 20px rgba(2,6,23,.12); }
.sy_radio_istek_actions:active{ transform:translateY(0); }
.sy_radio_istek_actions:focus-visible{ outline:0; box-shadow:0 0 0 3px rgba(99,102,241,.22); }

/* Varyantlar */
.sy_radio_istek_actions--queue{     border-color:rgba(251,191,36,.45); background:linear-gradient(180deg,#fff7ed,#fef3c7); color:#7a3e06; }
.sy_radio_istek_actions--play{      border-color:rgba(34,197,94,.42);  background:linear-gradient(180deg,#ecfdf5,#dcfce7); color:#075e3b; }
.sy_radio_istek_actions--publish{   border-color:rgba(99,102,241,.45); background:linear-gradient(180deg,#eef2ff,#e0e7ff); color:#3730a3; }
.sy_radio_istek_actions--unpublish{ border-color:rgba(239,68,68,.45);  background:linear-gradient(180deg,#fef2f2,#fee2e2); color:#7a1515; }

/* Dar alan: ikon-only */
@media (max-width:420px){
  .sy_radio_istek_listesi{ grid-template-columns:38px 1fr; padding:9px; border-radius:12px; }
  .sy_radio_istek_listesi-avatar{ width:38px; height:38px; }
  .sy_radio_istek_listesi-delete{ right:6px; top:6px; width:28px; height:28px; }
  .sy_radio_istek_actions{ padding:0; min-height:36px; }
  .sy_radio_istek_actions span{ display:none; } /* sadece ikon */
}

/* Erişilebilirlik */
@media (prefers-reduced-motion: reduce){
  .sy_radio_istek_listesi,.sy_radio_istek_listesi-delete,.sy_radio_istek_actions,
 .radyo-istek_beklemede,.radyo-istek_sirada,.radyo-istek_calindi,.radyo-istek_yayinlanmadi,.radyo-istek_yayinlandi{ transition:none; }
}
@media (forced-colors: active){
  .sy_radio_istek_listesi,.sy_radio_istek_actions,.sy_radio_istek_listesi-delete,
.radyo-istek_beklemede,.radyo-istek_sirada,.radyo-istek_calindi,.radyo-istek_yayinlanmadi,.radyo-istek_yayinlandi{
    border:1px solid ButtonText; box-shadow:none; background:Canvas; color:CanvasText;
  }
  .sy_radio_istek_listesi:focus-within,.sy_radio_istek_actions:focus-visible{ outline:1px solid Highlight; }
}


/* Başlık */
.sy-req-header{
  padding: 2px 2px 10px 2px;
  display: flex;
  align-items: center;
  justify-content: center; /* YATAY ORTALA */
  text-align: center;
}

/* Başlık pill'i ve/veya header içindeki buton da ortalansın */
.sy-req-title{ 
  margin: 0 auto; 
}

.sy-req-header .sy-btn{
  margin: 0 auto; /* header içine buton koyduysan ortalar */
}

.sy-req-textarea{
  display:block; width:100%; min-height:120px; resize:vertical;
  padding:12px 14px; border-radius:14px;
  font-size:14px; line-height:1.5;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.sy-req-textarea:focus{
  outline:none; border-color:#8b5cf6;
  box-shadow: 0 0 0 3px rgba(139,92,246,.15), 0 10px 26px rgba(2,6,23,.08);
}
.sy-req-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px; /* sol panel için dar boşluk */
  margin-top: 12px; /* varsa önceki margin kalsın */
}
.sy-req-actions .sy-btn{
  width: 100%;
  justify-content: center;
  padding: 8px 6px;          /* küçültüldü */
  border-radius: 10px;       /* biraz daha keskin */
  font-size: 12px;           /* küçültüldü */
  line-height: 1.2;
  min-width: 0;              /* grid’de taşmayı önler */
  text-align: center;
  gap: 6px;
}

.sy-req-actions .sy-btn i{
  font-size: 13px;
}
.sy-req-actions .sy-btn span{
  white-space: nowrap;
  overflow: hidden;
}
.sy-btn{
  position:relative; display:inline-flex; align-items:center; gap:8px;
  padding:10px 14px; border-radius:12px; border:1px solid transparent;
  font-weight:800; font-size:13px; line-height:1; cursor:pointer;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
  user-select:none; -webkit-tap-highlight-color:transparent;
}
.sy-btn--primary{
  border-color: rgba(59,130,246,.35);
  box-shadow: 0 6px 16px rgba(59,130,246,.25), inset 0 1px 0 rgba(255,255,255,.20);
}
.sy-btn--primary:hover{ transform:translateY(-1px); box-shadow:0 10px 22px rgba(59,130,246,.30), inset 0 1px 0 rgba(255,255,255,.25); }

.sy-btn--success{
  border-color: rgba(16,185,129,.35);
  box-shadow: 0 6px 16px rgba(16,185,129,.25), inset 0 1px 0 rgba(255,255,255,.18);
}
.sy-btn--success:hover{ transform:translateY(-1px); box-shadow:0 10px 22px rgba(16,185,129,.32), inset 0 1px 0 rgba(255,255,255,.22); }

.sy-btn--warn{
  border-color: rgba(217,119,6,.35);
  box-shadow: 0 6px 16px rgba(217,119,6,.25), inset 0 1px 0 rgba(255,255,255,.20);
}
.sy-btn--warn:hover{ transform:translateY(-1px); box-shadow:0 10px 22px rgba(217,119,6,.30), inset 0 1px 0 rgba(255,255,255,.25); }

.sy-btn--danger{
  border-color: rgba(239,68,68,.35);
  box-shadow: 0 6px 16px rgba(239,68,68,.25), inset 0 1px 0 rgba(255,255,255,.18);
}
.sy-btn--danger:hover{ transform:translateY(-1px); box-shadow:0 10px 22px rgba(239,68,68,.30), inset 0 1px 0 rgba(255,255,255,.22); }

.sy-btn:focus-visible{
  outline:none;
  box-shadow: 0 0 0 3px rgba(59,130,246,.18), 0 8px 24px rgba(2,6,23,.10);
}
.sag_dj_bilgi { margin: 2px 0; }
.sag_dj_bilgi .sag_dj_bilgisi{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 700;
    border:1px dashed #94a3b8;
  border-left:4px solid #22d3ee;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  box-shadow: 0 6px 16px rgba(139, 92, 246, .35);
  overflow: hidden;
}
.sy-sag_dj_bilgi{
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  height: 16px;
  min-width: 28px;
}
.sy-sag_dj_bilgi i{
  display: block;
  width: 3px;
  height: 6px;
  background: rgba(255,255,255,.95);
  border-radius: 2px;
  transform-origin: center bottom;
  animation: sy-sag_dj_bilgi 1.05s ease-in-out infinite;
  opacity: .95;
}
.sy-sag_dj_bilgi i:nth-child(1){ animation-delay: 0s;      }
.sy-sag_dj_bilgi i:nth-child(2){ animation-delay: .12s; height: 9px;  }
.sy-sag_dj_bilgi i:nth-child(3){ animation-delay: .24s;              }
.sy-sag_dj_bilgi i:nth-child(4){ animation-delay: .36s; height: 12px; }

@keyframes sy-sag_dj_bilgi{
  0%, 100% { transform: scaleY(.45); }
  50%      { transform: scaleY(1.6); }
}
.sag_online_bilgi { margin: 2px 0; }
.sag_online_bilgi .sag_online_bilgisi{
  position: relative;
  display: flex;
  border-left:4px solid #22d3ee;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 3px 12px;
  border-radius: 12px;
  font-weight: 700;
  min-width: 100%;
  background: #22c55e; /* fallback */
  background: linear-gradient(135deg, #bbf7d0 0%, #34d399 35%, #22c55e 100%);

  border: 1px solid rgba(4, 120, 87, 0.25);      /* #047857 */
  box-shadow:
    0 6px 16px rgba(34, 197, 94, 0.30),          /* dış gölge */
    inset 0 1px 0 rgba(255, 255, 255, 0.20);     /* üst iç parlaklık */
  overflow: hidden;
}
.sag_online_bilgi .sag_online_bilgisi::after{
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.12), transparent 38%);
  pointer-events: none;
}
.sag_online_bilgi .sag_online_bilgisi .ucount{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #065f46; 
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 2px 6px rgba(6,95,70,.35);
}
.sag_online_bilgi .sag_online_bilgisi:hover{
  transform: translateY(-1px);
  box-shadow:
    0 10px 22px rgba(34,197,94,.36),
    inset 0 1px 0 rgba(255,255,255,.22);
}
.sag_user_count {
	display:table;
	table-layout:fixed;
	width:100%;
	font-size:13px;
	font-weight:normal;
	font-weight:bold;
}
.sag_offline_bilgi { margin: 2px 0; }
.sag_offline_bilgi .sag_offline_bilgisi{
  position: relative;
  display: flex;
  border-left:4px solid #22d3ee;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 100%;
  padding: 3px 12px;
  border-radius: 12px;
  font-weight: 700;
  background: #64748b; /* fallback */
  background: linear-gradient(135deg,
    #cbd5e1 0%,   /* slate-300 */
    #94a3b8 35%,  /* slate-400 */
    #64748b 70%,  /* slate-500 */
    #334155 100%  /* slate-700 */
  );

  border: 1px solid rgba(15, 23, 42, .28);   /* #0f172a */
  box-shadow:
    0 6px 16px rgba(15, 23, 42, .28),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  overflow: hidden;
}
.sag_offline_bilgi .sag_offline_bilgisi::after{
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.10), transparent 38%);
  pointer-events: none;
}
.sag_offline_bilgi .sag_offline_bilgisi .ucount{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #0f172a;                      /* çok koyu slate */
  color: #fff !important;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 2px 6px rgba(15,23,42,.45);
}
.sag_offline_bilgi .sag_offline_bilgisi:hover{
  transform: translateY(-1px);
  box-shadow:
    0 10px 22px rgba(15,23,42,.36),
    inset 0 1px 0 rgba(255,255,255,.10);
}
.sy_radio_calan_sarki_header{
  box-sizing:border-box;
  padding:10px 12px;
  margin-top:10px;
  border:1px dashed #94a3b8;
  border-left:4px solid #22d3ee;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  overflow:hidden;
}
.sy_radio_calan_sarki_icerik_ust_bas{
  border-radius:10px;
  outline:1px dashed #94a3b8;
  outline-offset:3px;
  padding:2px 8px;
  height:auto; 
}
.sy_radio_calan_sarki_icerik_ust{
  position:relative;
  height:38px; overflow:hidden;
  -webkit-mask-image:linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-image:linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.sy_radio_calan_sarki_icerik{
  white-space:nowrap;
  animation: sy_radio_calan_sarki_kayan 24s linear infinite; /* hız için süreyi değiştir (düşük= hızlı) */
}
.sy_radio_calan_sarki{
  display:inline-block;
  padding:0 4px;
  margin-right:24px;
  font-size:13px;
  line-height:38px;
}
@keyframes sy_radio_calan_sarki_kayan{
  from{ transform:translateX(0); }
  to  { transform:translateX(-50%); }
}
.sy_radio_dj_bilgimiz {
    left: 0;
    right: 0;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    top: 5px;
    display: block;
    width: 100%;
  border:1px dashed #94a3b8;
  border-left:4px solid #22d3ee;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
    background-size: 500% 500%;
    animation: gradient 10s cubic-bezier(0.25, 0.1, 0.15, 1.22) infinite;
}
.sy_radio_dj_avatarwrap {
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}
.sy_radio_dj_avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
}
.sy_radio_dj_ismi_bilgi {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sy_radio_dj_dinleyici_sayisi {
    border-radius: 50px;
    padding: 0px 4px;
    font-size: 11px;
    float: right;
}
.sy_radio_dj_degelendir {
    float: right;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    margin-top: 6px;
}
.sy_radio_dj_degerlendirme_renk {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}
.sy_radio_dj_icerik {
    position: relative;
    overflow: hidden;
    display: table;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 46px;
    padding: 1px 6px;
    z-index: 1;
}
.sy_radio_dj_icerik::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  width: 50px;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
  animation: sy_radio_dj_animation 2.5s infinite;
  z-index: 0;
}
@keyframes sy_radio_dj_animation {
  0% { left: -75px; }
  100% { left: 120%; }
}
.post_content, .modal_selected, .user_square_elem, .tab_selected {
  border: 2px dashed #94a3b8;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 1px 2px rgba(0,0,0,.05);
}
.profilinebakanlar_count {
  position: absolute;
  top: 6px;
  right: 6px;
  left: auto;
  bottom: auto;
}
.yonetbuton{margin-top:15px}
.yayinlanmadi{color:#fff;background:red;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
.calindii{background-color:#b303d8;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;cursor:pointer;color:#fff;font-family:Arial;font-size:10px;padding:5px 10px;text-decoration:none;width:38px;float:left;margin-right:5px}
.calindii:hover{background-color:#eb675e}
.calindii:active{position:relative;top:1px}
.DJyayinda{text-align:center;font-size:25px;-webkit-text-stroke:thick;word-spacing:1px;overflow-wrap:break-word;letter-spacing:3px;text-transform:uppercase}
.istek_box{background:#2b2b2b;margin:15px;padding:15px;border-radius:0 30px;border-left:2px solid;border-right:2px solid}
.dj_management_label{position:relative}
.set_dj_button{position:absolute;right:0;top:-4px}
.user_item{
  border: 2px dashed #94a3b8;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 1px 2px rgba(0,0,0,.05);
  margin-bottom:2px;
}
.genelmesaj {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  border-radius: .75rem;
  font: 600 14px/1.4 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  border: 2px dashed #94a3b8;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 1px 2px rgba(0,0,0,.05); 
  max-width: 100%;
  word-wrap: break-word;
}

.genelmesaj::before {
  content: "📣";
  font-size: 1.05em;
  line-height: 1;
}
.genelmesaj a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.genelmesaj img {
  display: block;
  max-width: 100%;
  max-height: 220px;
  border-radius: .5rem;
}
.genelmesaj--full {
  display: flex;
  width: 100%;
  justify-content: center;
}
.bildirimbaslik {
	margin-bottom:5px;
	padding:4px 8px;
	font-size:10px;
	font-weight:bold;
}
.bildirimmesaj {
	background:#ff90ff;
	padding:5px 8px;
	border-radius:4px;
}
#bildirimtext {
	height:60px;
	border:none;
	overflow:hidden;
	background:none !important;
	border: none !important;
}
.sy_sms_box {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.sy_sms_wrap {
  position: relative;
  flex: 1;
  overflow: hidden;
  height: 15px;
}

.sy_sms_text {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  animation: sy_sms_scroll 25s linear infinite;
  font-weight: 800;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}


@keyframes sy_sms_scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#chat_sms {
	position:absolute;
	z-index:1;
	width:100%;
}
#chat_sms_text {
	vertical-align:top;
	position:absolute;
	margin-left:4px;
	font-size:14px;
}
.fa_refresh {
	display:inline-block;
	animation:fa-refresh 1.2s linear infinite;
}
.sy-popup_onay {
	position:fixed;
	inset:0;
	backdrop-filter:blur(8px);
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:9999;
	animation:onayfadeIn .4s ease;
}
.sy-popup-content_onay {
	position:relative;
	background:rgba(20,22,35,0.85);
	backdrop-filter:blur(20px) saturate(180%);
	border-radius:20px;
	padding:30px 35px;
	max-width:440px;
	width:90%;
	text-align:center;
	color:#fff;
	overflow:hidden;
	box-shadow:0 8px 32px rgba(0,0,0,0.55);
	animation:onaypopupScale .4s cubic-bezier(0.2,1.4,0.4,1);
}
.sy-popup-content_onay::before {
	content:"";
	position:absolute;
	inset:-3px;
	border-radius:22px;
	padding:3px;
	background-size:300% 300%;
	animation:onaygradientFlow 6s ease infinite;
	-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor;
	mask-composite:exclude;
}
.head_notify_onay {
	position:absolute;
	top:5px;
	left:23px;
	height:22px;
	padding:0 10px;
	border-radius:8px;
	display:none;
	background:linear-gradient(135deg,#ff4d4f,#ff7875);
	color:#fff;
	font-size:12px;
	font-weight:600;
	line-height:22px;
	white-space:nowrap;
	box-shadow:0 2px 6px rgba(0,0,0,.15);
	backdrop-filter:blur(4px);
	animation:onaypanel 1.8s infinite
}
.onay_input {
	text-align:center;
	line-height:38px;
	font-size:15px;
	z-index:1;
	position:relative
}
.kisisel_arkaplan_icerik {
	width:428px;
	margin:10px;
	height:400px;
	overflow:auto;
}
.kisisel_arkaplan_aktif_olan {
	border:3px rgb(3,131,250) solid!important;
}
.kisisel_arkaplan_modal_open .kisisel_arkaplan_tab_content {
	max-height:28.125rem;
	min-height:28.125rem;
	overflow-y:auto;
}
.kisisel_arkaplan_inside_wrapper {
	padding:1rem 2rem 1rem 0;
}
.kisisel_arkaplan_padding {
	padding:0!important;
}
.kisisel_arkaplaan {
	height:calc(100% - 48px)!important;
}
.kisisel_arkaplaan ul {
	width:100%;
	margin:0;
	padding:0;
}
.kisisel_arkaplaan li {
	float:left;
	list-style-type:none;
	width:46%;
	margin:1.33%;
	height:120px;
	position:relative;
}
.kisisel_arkaplaan img {
	width:100%;
	height:120px;
	border-radius:5px;
	border:3px #ffffff solid;
}
.kisisel_arkaplaan h1 {
	position:absolute;
	top:64px;
	width:100%;
	text-align:center;
	font-size:12px;
}
.kisisel_arkaplaan span {
	z-index:9999;
	width:60px;
	height:60px;
	text-align:center;
	font-size:36px!important;
	border-radius:60px;
	position:absolute;
	margin-left:60px;
	margin-top:20px;
}
.background_chats::before {
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	background:url('../default_images/icons/cat.svg');
	background-repeat:no-repeat;
	background-position:bottom -123px right;
	background-size:600px;
	opacity:1;
	box-shadow:inset 0 0 45px rgb(0,0,0,.271);
}
.roombackground {
	background-size:100% 100%!important;
}
.add_room_background {
	position:relative;
}
.room_background_item_wrap {
	display:table;
	border-radius:50px;
	overflow:hidden;
}
.room_background_item {
	width:40px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.room_background_menu {
	display:table-cell;
	vertical-align:middle;
	width:147px;
}
.room_background_select {
	-webkit-appearance:none;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
.room_background_size {
	height:250px;
}
.choose_room_background {
	position:relative;
}
.sys_log {
	margin:auto!important;
	width:auto;
	display:table;
	max-width:80%;
	min-width:200px!important;
	clear:both!important;
	text-align:center!important;
	padding:3px 11px!important;
	border-radius:20px!important;
	letter-spacing:1.7px!important;
	font-size:12px!important;
	margin-bottom:8px!important;
	margin-top:8px!important;
}
.chat_log>.my_text {
	border-radius:50px;
	padding:14px;
	margin:10px 0;
	position:relative;
	box-shadow:0 2px 8px rgba(0,0,0,0.08);
	animation:chat_log 0.3s ease;
}
.chat_log>.my_text::before {
	border-top-color:#ffffff !important;
	border-right-color:#ffffff !important;
	
}
.chat_log {
	width:auto;
}
.chat_log>.chat_avatar {
	width:60px;
}
.chat_log>.my_text {
	position:relative;
	padding:6px;
	border-radius:6px;
	word-break:break-word;
}
.chat_log>.my_text::before {
	content:'';
	position:absolute;
	top:14px;
	right:100%;
	border-width:8px;
	border-style:solid;
	border-color:transparent transparent transparent transparent;
	
}
.chat_log>.my_text>.btable {
	table-layout:auto;
}
.alt_icon_yazi {
	font-size:8px;
	margin-top:5px;
}
.yan-menu-username {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:65px;
	text-align:center;
	margin-top:2px;
}
.left_item {
	display:table;
	width:100%;
	table-layout:fixed;
	padding:8px 4px;
	cursor:pointer;
	text-align:center;
	border-bottom:1px solid rgb(0 0 0 / 10%);
	border-radius:13px;
}
.left_item:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	width:50%;
	border-bottom:1px solid magenta;
}
.left_item_icon,.left_item_notify,.left_item_text {
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:middle;
}
.left_item_text {
	font-size:12px;
}
.left_item_icon,.left_item_notify {
	text-align:center;
	font-size:24px;
	margin-bottom:4px;
	position:relative;
}
.yan-menu-profil {
	font-weight:bold;
	text-align:center;
	padding:5px;
	margin-bottom:5px;
	border-bottom:1px solid rgb(0 0 0 / 10%);
}
.yan-menu-profil .glob_av {
	width:50px;
	height:50px;
	padding:2px;
	border-radius:50%;
	border:2px solid #fff;
}
.yan-menu-profil .switch_wrap {
	margin:6px 7px 10px 7px;
}
.head_notify,.menu_notify,.notification {
	position:absolute;
	display:none;
}
.notification {
	top:3px;
	left:5px;
	padding:1px 3px;
	border-radius:5px;
	font-size:9px;
	font-weight:700;
}
.alt_icon_yazi {
	font-size:8px;
	margin-top:5px;
}
#koyumod_icon {
	color:#012832;
	padding:2px;
}
.koyumod_icon mdi,.koyumod_icon mdi * {
	stroke:currentColor;
	fill:none;
	stroke-width:2;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.koyumod_icon {
	display:inline-flex;
	align-items:center;
}
.koyumod_icon circle {
	fill:currentColor;
}
.kmswitch {
	display:table;
	width:50px;
	padding:2px;
	border-radius:100px;
}
.rightnotify {
	top:0px;
	right:12px;
	position:absolute;
	height:12px;
	width:12px;
	border-radius:50%;
	font-size:8px;
	line-height:12px;
	font-weight:700;
}
.sohbet-yukleniyor_bars {
  background: #00c6ff;
  background: -webkit-linear-gradient(to left, #00c6ff, #0072ff);
  background: linear-gradient(to left, #00c6ff, #0072ff);
  font-family: arial;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.sohbet-yukleniyor_bars h1 {
	 font-size: 26px;
	 display: block;
	 text-align: center;
	 color: #fff;
	 padding: 50px 20px;
	 font-weight: 300;
	 font-family: "Archivo Narrow", sans-serif;
}
 .sohbet-yukleniyorr {
	 position: fixed;
	 left: 50%;
	 top: 50%;
	 margin-top: -50px;
	 margin-left: -50px;
	 width: 100px;
	 height: 100px;
	 text-align: center;
}
 .sohbet-yukleniyorr:after {
	 content: "";
	 position: absolute;
	 left: 0;
	 right: 0;
	 bottom: -20px;
	 margin: auto;
	 width: 90px;
	 height: 6px;
	 z-index: 1;
	 background-color: rgba(0, 0, 0, 0.1);
	 -webkit-filter: blur(2px);
	 filter: blur(2px);
	 -webkit-border-radius: 100%;
	 -moz-border-radius: 100%;
	 border-radius: 100%;
	 -webkit-animation: shadow 0.5s ease infinite alternate;
	 -moz-animation: shadow 0.5s ease infinite alternate;
	 animation: shadow 0.5s ease infinite alternate;
}
 .sohbet-yukleniyorr .sohbet-yukleniyorrr {
	 font-size: 12px;
	 letter-spacing: 0.1em;
	 display: block;
	 color: white;
	 position: relative;
	 top: 25px;
	 z-index: 2;
	 -webkit-animation: text 0.5s ease infinite alternate;
	 -moz-animation: text 0.5s ease infinite alternate;
	 animation: text 0.5s ease infinite alternate;
}
.sohbet-yukleniyorrrr {
	 width: 50px;
	 height: 50px;
	 display: inline-block;
	 -webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 transform: rotate(45deg);
	 font-size: 0;
}
 .sohbet-yukleniyorrrr span {
	 position: relative;
	 width: 25px;
	 height: 25px;
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 transform: scale(1.1);
	 display: inline-block;
}
 .sohbet-yukleniyorrrr span::before {
	 content: "";
	 background-color: white;
	 position: absolute;
	 left: 0;
	 top: 0;
	 display: block;
	 width: 25px;
	 height: 25px;
	 -moz-transform-origin: 100% 100%;
	 -ms-transform-origin: 100% 100%;
	 -webkit-transform-origin: 100% 100%;
	 transform-origin: 100% 100%;
	 -webkit-animation: folding 2.5s infinite linear both;
	 -moz-animation: folding 2.5s infinite linear both;
	 animation: folding 2.5s infinite linear both;
}
 .sohbet-yukleniyorrrr .syukleniyor {
	 -webkit-transform: rotateZ(90deg) scale(1.1);
	 -moz-transform: rotateZ(90deg) scale(1.1);
	 transform: rotateZ(90deg) scale(1.1);
}
 .sohbet-yukleniyorrrr .syukleniyor::before {
	 -webkit-animation-delay: 0.3s;
	 animation-delay: 0.3s;
	 background-color: #f2f2f2;
}
 .sohbet-yukleniyorrrr .slutfen {
	 -webkit-transform: rotateZ(270deg) scale(1.1);
	 -moz-transform: rotateZ(270deg) scale(1.1);
	 transform: rotateZ(270deg) scale(1.1);
}
 .sohbet-yukleniyorrrr .slutfen::before {
	 -webkit-animation-delay: 0.9s;
	 animation-delay: 0.9s;
	 background-color: #f2f2f2;
}
 .sohbet-yukleniyorrrr .sbekleyiniz {
	 -webkit-transform: rotateZ(180deg) scale(1.1);
	 -moz-transform: rotateZ(180deg) scale(1.1);
	 transform: rotateZ(180deg) scale(1.1);
}
 .sohbet-yukleniyorrrr .sbekleyiniz::before {
	 -webkit-animation-delay: 0.6s;
	 animation-delay: 0.6s;
	 background-color: #e6e6e6;
}
.yukleniyor-alt-yazilimci {
	 position: fixed;
	 left: 0;
	 width: 100%;
	 bottom: 10px;
	 text-align: center;
	 z-index: 9999;
	 font-family: arial;
	 color: #fff;
}
.yukleniyor-alt-yazilimci i {
	 font-style: normal;
	 color: #f50057;
	 font-size: 14px;
	 position: relative;
	 top: 2px;
}
.yukleniyor-alt-yazilimci a {
	 color: #fff;
	 text-decoration: none;
	 font-size: 26px;
}
.yukleniyor-alt-yazilimci a:hover {
	 text-decoration: underline;
}
.yukleniyor-alt-kabart {
	position: fixed;
	bottom: 20px;
	left: 0px;
	width: 100%;
	height: 50px;
}
.yukleniyor-alt-font {
	font-size: 20px
}
 @-webkit-keyframes folding {
	 0%, 10% {
		 -webkit-transform: perspective(140px) rotateX(-180deg);
		 -moz-transform: perspective(140px) rotateX(-180deg);
		 transform: perspective(140px) rotateX(-180deg);
		 -webkit-opacity: 0;
		 -moz-opacity: 0;
		 opacity: 0;
	}
	 25%, 75% {
		 -webkit-transform: perspective(140px) rotateX(0deg);
		 -moz-transform: perspective(140px) rotateX(0deg);
		 transform: perspective(140px) rotateX(0deg);
		 -webkit-opacity: 1;
		 -moz-opacity: 1;
		 opacity: 1;
	}
	 90%, 100% {
		 -webkit-transform: perspective(140px) rotateY(180deg);
		 -moz-transform: perspective(140px) rotateY(180deg);
		 transform: perspective(140px) rotateY(180deg);
		 -webkit-opacity: 0;
		 -moz-opacity: 0;
		 opacity: 0;
	}
}