



.proplayer { width:70px; padding:3px 5px; margin-right:5px; border-radius:100px; cursor:pointer; margin:0 auto; }
.proplayer_play { width:24px; height:24px; border-radius:50%; display:inline-block; vertical-align:middle; margin-right:1px; }
.proplayer_beat { width:24px; height:24px; border-radius:50%; display:inline-block; vertical-align:middle; margin:0 5px; }
.proplayer_btn { width:auto; padding:5px 8px; margin-right:5px; border-radius:100px; cursor:pointer; margin:0 auto; display:inline-block; position:relative; }
.proplayer { width:70px; padding:3px 5px; margin-right:5px; border-radius:100px; cursor:pointer; margin:0 auto; }
.profile_music_audio:focus {
    outline: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.profile_music_audio::-webkit-media-controls-enclosure {
    border-radius: 999px;
    padding: 0;
}
.profile_music_audio {
    width: 100%;
    display: block;
    border-radius: 999px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.55);
    outline: none;
}
.profile_music_player {
    margin-top: 8px;
}
.profile_music_progress_fill.uploading {
    animation: profileMusicProgressStripe 1s linear infinite;
}
@keyframes profileMusicProgressStripe {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10%);
    }
}
.profile_music_progress_label {
    font-size: 11px;
    opacity: 0.85;
}
.profile_music_progress_fill {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    background-image: linear-gradient(120deg, #22c55e, #3b82f6);
    background-size: 200% 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    transform-origin: left center;
    transition: width 0.2s ease-out;
}
.profile_music_box {
    border-radius: 18px;
	width :100%;
    padding: 14px 16px 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
    font-size: 13px;
}
.profile_music_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}
.profile_music_title {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}
.profile_music_title i {
    font-size: 18px;
}
.profile_music_hint {
    font-size: 11px;
    opacity: 0.8;
}
.profile_music_body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.profile_music_file_row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.profile_music_input {
    flex: 1;
    padding: 6px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 12px;
}
.profile_music_input::-webkit-file-upload-button {
    border: none;
    padding: 4px 10px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 11px;
}
.profile_music_btn {
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition:
        transform 0.12s ease,
        box-shadow 0.12s ease,
        opacity 0.12s ease;
}
.profile_music_btn:hover:not([disabled]) {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}
.profile_music_btn:disabled {
    opacity: 0.6;
    cursor: default;
}
.profile_music_progress_box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.profile_music_progress_bg {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.plevel_item { float:left; padding:3px 5px; margin-right:5px; border-radius:100px; cursor:pointer; }
.plevel_item img { width:24px; height:24px; border-radius:50%; display:inline-block; vertical-align:middle; margin-right:1px; }
.plevel_count { font-size:12px; font-weight:bold; padding:0 2px; }
.plike_item { float:left; padding:3px 5px; margin-right:5px; border-radius:100px; cursor:pointer; }
.plike_item img { width:24px; height:24px; border-radius:50%; display:inline-block; vertical-align:middle; margin-right:1px; }
.plike_count { font-size:12px; font-weight:bold; padding:0 2px; }
.level_modal_title {
	font-size:16px;
	font-weight:bold;
	padding-bottom:15px;
}
.level_progress_box {
	width:100%;
	background-color:rgba(0,0,0,0.5);
	border-radius:10px;
	overflow:hidden;
	cursor:pointer;
}
.level_progress_bar {
	width:50%;
	height:30px;
	background-color:#74b20e;
	text-align:center;
	line-height:30px;
	color: white;
}
.level_prodata {
	width:50%;
}
.level_text_small {
	font-size:13px;
}
.level_tpad5 {
	padding-top:5px;
}
.level_bpad20 {
	padding-bottom:20px;
}
.level_hpad5 {
	padding-left:5px;
	padding-right:5px;
}
.level_tmargin10 {
	margin-top:10px;
}
.level_btable {
	display:table;
	table-layout:fixed;
	width:100%;
}
.level_blisting {
	border-radius:0px;
}
.level_proitem {
	padding:12px;
}
.level_bcell_mid {
	display:table-cell;
	vertical-align:middle;
}
.level_modal_title {
margin-left:15px;
}
.pm_emo_head {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pm_emo_tabs {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 3px;
    border-radius: 999px;
}
.pm_emo_tab {
    position: relative;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.65);
    background: transparent;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition:
        background 0.15s ease,
        color 0.15s ease,
        transform 0.08s ease;
}
.pm_emo_tab:hover {
    color: rgba(255, 255, 255, 0.88);
}
.pm_emo_tab_active {
    color: #ffffff;
}
.pm_emo_tab_active::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: -3px;
    height: 2px;
    border-radius: 999px;
}
.pm_empty_emo {
    flex: 1;
}
.pm_emo_close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 6px;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    transition:
        background 0.15s ease,
        transform 0.08s ease,
        opacity 0.15s ease;
}
.pm_emo_close i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.pm_emo_close:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}
.emo_head {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.emo_tabs {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 3px;
    border-radius: 999px;
}
.emo_tab {
    position: relative;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.65);
    background: transparent;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition:
        background 0.15s ease,
        color 0.15s ease,
        transform 0.08s ease;
}
.emo_tab:hover {
    color: rgba(255, 255, 255, 0.88);
}
.emo_tab_active {
    color: #ffffff;
}

.emo_tab_active::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: -3px;
    height: 2px;
    border-radius: 999px;
}
.empty_emo {
    flex: 1;
}
.emo_close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 6px;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    transition:
        background 0.15s ease,
        transform 0.08s ease,
        opacity 0.15s ease;
}
.emo_close i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.emo_close:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}
.sol-panel-open,
.sag-panel-open {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	cursor: pointer;
	z-index: 100;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
	transition:
		background 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease,
		opacity 0.2s ease;
}
.sol-panel-open {
	left: 0;
	border-radius: 0 999px 999px 0;
}
.sag-panel-open {
	right: 0;
	border-radius: 999px 0 0 999px;
}
.sol-panel-open:hover,
.sag-panel-open:hover {
	transform: translateY(-50%) scale(1.03);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}
.sol-panel-open:active,
.sag-panel-open:active {
	transform: translateY(-50%) scale(0.98);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.sol-panel-open.hidden,
.sag-panel-open.hidden {
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 768px) {
	.sol-panel-open,
	.sag-panel-open {
	width: 26px;
	height: 26px;
		font-size: 18px;
	}
}
#show_chat {
	position: relative;
}
#chatScrollNav {
	position: absolute;
	right: 16px;
	top: 23%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 6px;
	z-index: 50;
}
.chat_scroll_btn {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	transition: background 0.2s ease, transform 0.15s ease, opacity 0.15s ease;
	font-size: 18px;
	padding: 0;
}
.chat_scroll_btn:hover {
	background: rgba(0, 0, 0, 0.8);
	transform: translateY(-1px);
}
.chat_scroll_btn:active {
	transform: translateY(0);
}
#chatScrollNav.scrollnav-hidden {
	display: none;
}
.chat_scroll_btn.scrollbtn-hidden {
	opacity: 0;
	pointer-events: none;
}
#chat_logs_container {
	max-height: 100%;
	overflow-y: auto;
}
.profile_avatar{
display: block;
margin: 0 auto;
}
.avatar_spin{
border-radius: 50%;
}
.state_profile{
width: 18px;
height: 18px;
right: 15px;
}
.profile_tinfo{
display: block;
padding: 10px;
}
.pdetails{
text-align: center;
}
.sub_chat {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    left: 5px; /* Elemanı 3px sağa kaydırır */
}

.chat_log {
    width: auto;
}
.chat_log.log2 {
    background: transparent;
}
.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;
}
.dj-onair-wrapper {
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    background-color: #020617;
    border: 1px solid #1f2937;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.55);
}
.dj-onair-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}
.dj-onair-title {
    font-size: 12px;
    font-weight: 600;
    color: #e5e7eb;
}
.dj-onair-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    color: #eff6ff;
    background-color: #1d4ed8;
    border: 1px solid #1d4ed8;
}
.dj-onair-list {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.dj-request-list-container {
    margin-top: 6px;
}
.istek_card {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background-color: #020617;
    border: 1px solid #1f2937;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.istek_card_header {
    display: flex;
    align-items: center;
    gap: 8px;
}
.istek_card_header .post_avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid #111827;
}
.istek_card_header .avatar_post {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.istek_card_header .post_info {
    flex: 1 1 auto;
    min-width: 0;
}
.istek_card_header .post_info .username {
    font-size: 13px;
    font-weight: 600;
    color: #e5e7eb;
    margin-bottom: 2px;
}
.istek_card_header .post_info .date {
    font-size: 11px;
    color: #6b7280;
}
.istek_card_delete {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: #9ca3af;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        transform 0.1s ease;
}
.istek_card_delete i {
    font-size: 13px;
}
.istek_card_delete:hover {
    background-color: #111827;
    color: #fca5a5;
    transform: translateY(-1px);
}
.istek_card_body {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.5;
    color: #d1d5db;
    word-wrap: break-word;
}
.istek_card_footer {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.istek_btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition:
        background-color 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.1s ease,
        opacity 0.15s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
    white-space: nowrap;
}
.istek_btn--sirada {
    background-color: #facc15;
    border-color: #facc15;
    color: #111827;
}
.istek_btn--cal {
    background-color: #6366f1;
    border-color: #6366f1;
    color: #eef2ff;
}
.istek_btn--yayinla {
    background-color: #16a34a;
    border-color: #16a34a;
    color: #ecfdf5;
}
.istek_btn:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
    transform: translateY(-1px);
    opacity: 0.97;
}
.istek_btn:active {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
    transform: translateY(0);
    opacity: 0.93;
}
.dj-request-panel {
    margin-bottom: 18px;
    padding: 12px 12px 10px;
    border-radius: 10px;
    background-color: #020617;
    border: 1px solid #1f2937;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.6);
}
.dj-request-panel__input {
    margin-bottom: 10px;
}
.dj-request-panel__textarea {
    width: 100%;
    min-height: 80px;
    max-height: 220px;
    resize: vertical;
    padding: 9px 11px;
    border-radius: 8px;
    border: 1px solid #374151;
    background-color: #020617;
    color: #e5e7eb;
    font-size: 13px;
    line-height: 1.5;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    outline: none;
    transition:
        border-color 0.16s ease,
        box-shadow 0.16s ease,
        background-color 0.16s ease;
}
.dj-request-panel__textarea::placeholder {
    color: #6b7280;
    font-size: 12px;
}
.dj-request-panel__textarea:hover {
    border-color: #4b5563;
}
.dj-request-panel__textarea:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 1px #60a5fa;
    background-color: #020617;
    color: #f9fafb;
}
.dj-request-panel__hint {
    margin-top: 4px;
    font-size: 11px;
    color: #6b7280;
}
.dj-request-panel__actions {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}
.btn {
    flex: 1 1 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition:
        background-color 0.16s ease,
        border-color 0.16s ease,
        box-shadow 0.16s ease,
        transform 0.1s ease,
        opacity 0.16s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
    white-space: nowrap;
}
.btn i {
    font-size: 13px;
}
.btn--primary {
    color: #eff6ff;
    background-color: #1d4ed8;
    border-color: #1d4ed8;
}
.btn--success {
    color: #ecfdf5;
    background-color: #15803d;
    border-color: #15803d;
}
.btn--warning {
    color: #fefce8;
    background-color: #ca8a04;
    border-color: #ca8a04;
}
.btn--danger {
    color: #fef2f2;
    background-color: #b91c1c;
    border-color: #b91c1c;
}
.btn:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.5);
    transform: translateY(-1px);
    opacity: 0.97;
}
.btn:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.55);
    transform: translateY(0);
    opacity: 0.93;
}
.dj-request-panel__info {
    margin-top: 8px;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 11px;
    color: #9ca3af;
    background-color: #020617;
    border: 1px dashed #374151;
}
.dj-request-panel__info--warning {
    color: #facc15;
    border-color: #facc15;
}
.dj-info-banner {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.4;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    border: 1px solid transparent;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.55);
}
.dj-info-banner i {
    font-size: 13px;
}
.dj-info-banner--action {
    background-color: #020617;
    border-color: #1d4ed8;
    color: #e5e7eb;
    cursor: pointer;
}
.dj-info-banner--action:hover {
    background-color: #020617;
    border-color: #60a5fa;
}
.dj-info-banner--muted {
    background-color: #020617;
    border-color: #374151;
    color: #9ca3af;
}
.dj-info-banner--warning {
    background-color: #111827;
    border-color: #facc15;
    color: #facc15;
}
.dj-onair-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 10px;
    background-color: #020617;
    border: 1px solid #1f2937;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.55);
}
.dj-onair-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}
.dj-onair-title {
    font-size: 12px;
    font-weight: 600;
    color: #e5e7eb;
}
.dj-onair-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    color: #eff6ff;
    background-color: #1d4ed8;
    border: 1px solid #1d4ed8;
}
.dj-onair-list {
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.dj-onair-item {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 6px;
    border-radius: 8px;
    background-color: #020617;
    border: 1px solid #1f2937;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition:
        background-color 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.1s ease;
}
.dj-onair-item.dj-online {
    border-color: #16a34a;
}
.dj-onair-item.dj-offline {
    opacity: 0.7;
}
.dj-onair-item:hover {
    background-color: #020617;
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.6);
}
.dj-onair-avatar {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 10%;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #111827;
}
.dj-onair-avatar-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.dj-onair-meta {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.dj-onair-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    flex-wrap: nowrap;
}
.dj-onair-name {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    color: #e5e7eb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dj-onair-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    flex-shrink: 0;
}
.dj-onair-chip {
    padding: 2px 6px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 500;
    border: 1px solid #4b5563;
    color: #9ca3af;
}
.dj-onair-chip--live {
    border-color: #16a34a;
    color: #bbf7d0;
}
.dj-onair-mood {
    font-size: 11px;
    color: #9ca3af;
}
.dj-onair-bottom {
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    flex-wrap: nowrap;
}
.dj-onair-icons {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 1;
    min-width: 0;
}
.dj-onair-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dj-onair-flag img {
    width: 16px;
    height: 11px;
    display: block;
    border-radius: 2px;
}
.dj-onair-rate {
    flex-shrink: 0;
    border-radius: 999px;
    border: 1px solid #1d4ed8;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 500;
    background-color: #020617;
    color: #bfdbfe;
    cursor: pointer;
    white-space: nowrap;
    transition:
        background-color 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease,
        transform 0.1s ease;
}
.dj-onair-rate:hover {
    background-color: #020617;
    border-color: #60a5fa;
    color: #e5effe;
    transform: translateY(-1px);
}
.sy-loading {
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(0.3);
    transition: opacity 0.2s ease, filter 0.2s ease;
}
span.beklemede,
span.sirada,
span.calindi,
span.yayinlandi,
span.yayinlanmadi {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    white-space: nowrap;
}
span.beklemede {
    color: #f5f5f5;
    background: linear-gradient(135deg, #7a7a7a, #a0a0a0);
}
span.sirada {
    color: #181818;
    background: linear-gradient(135deg, #fdfb8b, #f5ffac);
}
span.calindi {
    color: #fff;
    background: linear-gradient(135deg, #9b2fe8, #c241ff);
}
span.yayinlandi {
    color: #fff;
    background: linear-gradient(135deg, #0f9e45, #14c46a);
}
span.yayinlanmadi {
    color: #fff;
    background: linear-gradient(135deg, #e11d48, #f97373);
}
span.beklemede i,
span.sirada i,
span.calindi i,
span.yayinlandi i,
span.yayinlanmadi i {
    font-size: 12px;
}
.siradaa,
.yayinla,
.yayinlama,
.calindii {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 999px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
    transition:
        background 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.12s ease,
        opacity 0.18s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}
.siradaa {
    color: #111827;
    background: linear-gradient(135deg, #fdfb8b, #f5ffac);
}
.yayinla {
    color: #ecfdf5;
    background: linear-gradient(135deg, #10b981, #059669);
}
.yayinlama {
    color: #fef2f2;
    background: linear-gradient(135deg, #ef4444, #b91c1c);
}
.calindii {
    color: #fdf2ff;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    width: auto;
    float: none;
    margin-right: 8px;
}
.siradaa:hover,
.yayinla:hover,
.yayinlama:hover,
.calindii:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
    opacity: 0.92;
}
.siradaa:active,
.yayinla:active,
.yayinlama:active,
.calindii:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transform: translateY(0);
}
.post_info span {
    font-size: 11px;
    color: #d1d5db;
}
.yonetbuton {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.DJyayinda {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #f9fafb;
    text-shadow:
        0 0 10px rgba(59, 130, 246, 0.6),
        0 0 25px rgba(59, 130, 246, 0.35);
    margin: 12px 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: radial-gradient(circle at top, rgba(59, 130, 246, 0.22), transparent 60%);
    overflow-wrap: break-word;
    word-spacing: 0.25em;
}
.sy-footer-item {
    font-weight: bold;
    font-size: 10px;
    padding: 4px;
    cursor: pointer;
    user-select: none;
}
.sy-footer-item p {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sy-footer-icon {
    font-size: 18px;
    line-height: 1;
}
.sy-footer-item span {
    display: block;
    margin-top: 2px;
}
.sy-footer-okey {
    color: #ffcb00;
}
.sy-footer-okey .sy-footer-icon {
    color: #ffcb00;
}
.sy-footer-istek {
    color: #ff6f00;
}
.sy-footer-istek .sy-footer-icon {
    color: #ff6f00;
}
.sy-footer-uye {
    color: #00bcd4;
}
.sy-footer-uye .sy-footer-icon {
    color: #00bcd4;
}
.sy-footer-oda-list {
    color: #f44336;
}
.sy-footer-oda-list .sy-footer-icon {
    color: #f44336;
}
.sy-footer-menu {
    color: #8bc34a;
}
.sy-footer-menu .sy-footer-icon {
    color: #8bc34a;
}
.sy-footer-item:hover {
    opacity: 0.85;
}
.roombackground {
	background-size:100% 100%!important;
}
.room-images-wrap {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 6px 2px;
    margin: 0 auto;
    font-family: inherit;
}
.room-settings-title {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-align: center;
}
.room-settings-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.room-block {
    position: relative;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e3e6ef;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
}
.room-block-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
    gap: 6px;
}
.room-block-title {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}
.room-block-desc {
    font-size: 10px;
    color: #6b7280;
    text-align: right;
}
.room-preview-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.room-preview {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
}
.room-preview-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 2px solid #e5e7eb;
    background: #f9fafb;
    overflow: hidden;
}
.room-preview-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.room-preview-cover {
    position: relative;
    width: 190px;
    max-width: 65%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #f9fafb, #eef2ff);
    overflow: hidden;
}
.room-preview-cover::before {
    content: "";
    position: absolute;
    right: -30px;
    top: -25px;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(59,130,246,0.12), rgba(96,165,250,0.12));
    transform: rotate(25deg);
    pointer-events: none;
}
.room-preview-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.room-upload-controls {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    align-items: flex-end;
}
.room-upload-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    cursor: pointer;
    user-select: none;
    color: #374151;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.08s ease;
}
.room-upload-btn:hover {
    background: #eef2ff;
    border-color: #c4b5fd;
    transform: translateY(-1px);
}
.room-upload-btn input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.room-btn-upload {
    padding: 6px 12px;
    font-size: 11px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
    transition: transform 0.1s ease, box-shadow 0.1s ease, opacity 0.1s ease;
}
.room-btn-upload:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.35);
    opacity: 0.96;
}
.room-btn-upload:active {
    transform: translateY(1px);
    box-shadow: 0 3px 7px rgba(37, 99, 235, 0.25);
}
.room-progress {
    margin-top: 7px;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: #f3f4f6;
    overflow: hidden;
    position: relative;
}
.room-progress-fill {
    width: 0%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #10b981, #22c55e);
    font-size: 9px;
    line-height: 8px;
    text-align: center;
    color: #ffffff;
    transition: width 0.16s linear;
}
.room-help-text {
    font-size: 10px;
    color: #6b7280;
    margin-top: 5px;
}
.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;
}
.sub_label {
    font-weight: 600;
    margin-right: 5px;
    opacity: 0.8;
}
.alert_neutral { color: #004085; background: #cce5ff; border-color: #b8daff; }
.cannotpriv {
	width:100%;
	display:table;
	table-layout:fixed;
}
.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
}
@keyframes onaygradientFlow {
	0% {
		background-position:0% 50%;
	}
	50% {
		background-position:100% 50%;
	}
	100% {
		background-position:0% 50%;
	}
}
@keyframes onaypanel {
	0%,100% {
		box-shadow:0 0 6px rgba(255,77,79,.6)
	}
	50% {
		box-shadow:0 0 12px rgba(255,120,117,.9)
	}
}
@keyframes onayfadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.btn-mic.listen-off::before {
    content: "🔇";
    font-size: 18px;
    line-height: 1;
}
.btn-mic.listen-on::before {
    content: "🔊";
    font-size: 18px;
    line-height: 1;
}
.btn-mic.listen-off {
    background: #111827;
}
.btn-mic.listen-on {
    background: #22c55e;
    color: #022c22;
}
.mic-live-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    padding: 16px;
}
.mic-live-modal-overlay.shown {
    display: flex;
}
.mic-live-modal {
    width: 100%;
    max-width: 420px;
    background: #10141f;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: inherit;
}
.mic-live-modal-header {
    padding: 14px 18px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.mic-live-modal-title {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mic-live-modal-title::before {
    content: "📡";
    font-size: 18px;
}
.mic-live-modal-body {
    padding: 10px 18px 4px;
}
.mic-live-modal-body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #dadfe9;
}
.mic-live-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 18px 16px;
    justify-content: flex-end;
}
.mic-live-btn {
    border: none;
    outline: none;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition:
        transform 0.12s ease,
        box-shadow 0.12s ease,
        background 0.12s ease,
        color 0.12s ease;
    white-space: nowrap;
}
.mic-live-btn.primary {
    background: linear-gradient(135deg, #31c6ff, #7b5cff);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(71, 150, 255, 0.35);
}
.mic-live-btn.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(71, 150, 255, 0.45);
}
.mic-live-btn.ghost {
    background: transparent;
    color: #c0c8d8;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.mic-live-btn.ghost:hover {
    background: rgba(255, 255, 255, 0.04);
}
@media (max-width: 480px) {
    .mic-live-modal {
        max-width: 100%;
        border-radius: 14px;
    }
    .mic-live-modal-title {
        font-size: 15px;
    }
    .mic-live-modal-body p {
        font-size: 13px;
    }
    .mic-live-modal-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .mic-live-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
.mic-panel {
	position: relative;
    z-index: 50; 
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    margin: 4px auto 4px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 12px;
    background: linear-gradient(
    135deg,
    rgba(2, 6, 23, 0.15),
    rgba(17, 24, 39, 0.15)
);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 4px 10px rgba(15, 23, 42, .7);
    color: #f9fafb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.mic-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 0;
}
.mic-seat {
    position: relative;
    flex: 1 1 0;
    max-width: 52px;
    min-width: 36px;
    min-height: 50px;
    border-radius: 12px;
    border: 1px dashed rgba(148, 163, 184, 0.5);
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.15), rgba(17, 24, 39, 0.15));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 2px;
    color: rgba(148, 163, 184, 0.9);
    font-size: 10px;
    transition:
        transform .10s ease,
        box-shadow .10s ease,
        border-color .10s ease,
        background .10s ease;
}
.mic-seat:not(.filled) {
    font-size: 16px;
    font-weight: 600;
    color: red;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.mic-seat.filled {
    border-style: solid;
    border-color: #22c55e;
    box-shadow: 0 0 0 1px rgba(34, 197, 94, .4);
}
.mic-seat.on-air {
    border-color: #fb923c;
    box-shadow:
        0 0 0 1px rgba(251, 146, 60, .9),
        0 0 8px rgba(251, 146, 60, .6);
    animation: micOnAirPulse 1.4s infinite;
}
@keyframes micOnAirPulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(251, 146, 60, 0.8),
            0 0 8px rgba(251, 146, 60, .7);
    }
    70% {
        box-shadow:
            0 0 0 4px rgba(251, 146, 60, 0),
            0 0 4px rgba(251, 146, 60, .3);
    }
    100% {
        box-shadow:
            0 0 0 0 rgba(251, 146, 60, 0),
            0 0 0 rgba(251, 146, 60, 0);
    }
}
.mic-seat img {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
}
.mic-seat span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mic-seat-name {
    margin-top: 2px;
    font-size: 8px;
    line-height: 1.1;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #e5e7eb;
}
@media (hover: hover) {
    .mic-seat[data-username]:hover::after {
        content: attr(data-username);
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 2px;
        white-space: nowrap;
        font-size: 10px;
        background: rgba(15, 23, 42, 0.98);
        color: #e5e7eb;
        padding: 1px 5px;
        border-radius: 999px;
        border: 1px solid rgba(148, 163, 184, 0.6);
        pointer-events: none;
        z-index: 5;
    }
    .mic-seat.filled:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .7);
    }
}
.mic-right {
    display: flex;
    align-items: center;
    gap: 4px;
}
.btn-mic {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    background: #020617;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
    transition:
        transform .10s ease,
        box-shadow .10s ease,
        background .10s ease,
        opacity .10s ease;
}
.btn-mic:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}
.btn-mic:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .7);
}
.btn-mic::before {
    font-size: 14px;
    line-height: 1;
}
.mic-take {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}
.mic-take::before {
    content: "🎤";
}
.mic-leave {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
}
.mic-leave::before {
    content: "✖";
}
.live-connect {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}
.live-connect::before {
    content: "📡";
}
.live-disconnect {
    background: linear-gradient(135deg, #f97316, #ea580c);
}
.live-disconnect::before {
    content: "⏹";
}
.mic-settings {
    background: linear-gradient(135deg, #64748b, #4b5563);
}
.mic-settings::before {
    content: "⚙";
}
.mic-info {
    margin-top: 2px;
    font-size: 11px;
    min-height: 12px;
    color: #e5e7eb;
}
.mic-settings-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.68);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.mic-settings-box {
    background: #020617;
    color: #e5e7eb;
    padding: 14px 16px;
    border-radius: 12px;
    width: min(300px, 90vw);
    box-shadow: 0 10px 26px rgba(0,0,0,.9);
}
.mic-settings-box h4 {
    margin: 0 0 8px;
    font-size: 14px;
}
.mic-settings-box select {
    width: 100%;
    border-radius: 8px;
    padding: 5px 8px;
    border: 1px solid #4b5563;
    background: #020617;
    color: #e5e7eb;
    font-size: 13px;
}
.mic-settings-actions {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 8px;
}
.mic-btn-primary,
.mic-btn-secondary {
    border-radius: 999px;
    border: none;
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
}
.mic-btn-primary {
    background: #22c55e;
    color: #022c22;
}
.mic-btn-secondary {
    background: #374151;
    color: #e5e7eb;
}








.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;
	}
}