







.dj-modal-wrapper {
    padding: 25px;
    border-radius: 24px;
}
.dj-modal-header {
    text-align: center;
    margin-bottom: 30px;
}
.dj-modal-header i {
    font-size: 32px;
    padding: 15px;
    border-radius: 18px;
    margin-bottom: 15px;
}
.dj-modal-header h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}
.dj-modal-header p {
    font-size: 13px;
    margin-top: 5px;
}
.dj-input-group {
    position: relative;
    margin-bottom: 35px;
}
.dj-input-group input {
    width: 100%;
    padding: 16px 16px 16px 45px;
    border: 2px solid #f1f5f9;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    transition: all 0.3s ease;
}
.dj-input-group label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.3s ease;
    font-weight: 600;
}
.dj-input-group input:focus,
.dj-input-group input:not(:placeholder-shown) {
    border-color: #4f46e5;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.08);
}
.dj-input-group input:focus + label,
.dj-input-group input:not(:placeholder-shown) + label {
    top: -12px;
    left: 10px;
    font-size: 12px;
    padding: 0 8px;
}
.dj-modal-footer {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}
.btn-action {
    flex: 1;
    height: 50px;
    border: none;
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.dj-modern-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    margin-bottom: 2px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 1px solid #edf2f7;
    transition: all 0.3s ease;
}
.dj-is-me {
    border-left: 5px solid #6366f1;
}
.dj-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}
.dj-avatar-wrapper {
    position: relative;
}
.dj-img {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.live-indicator {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 14px;
    height: 14px;
	background: #ef4444;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.8);
}
.dj-name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}
.dj-badge {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 800;
    letter-spacing: 0.5px;
}
.on-air { background: #dcfce7; color: #166534; }
.offline { background: #f1f5f9; color: #475569; }
.dj-action-group {
    display: flex;
    gap: 10px;
}
.dj-ctrl-btn {
    border: none;
    height: 31px;
    padding: 0 15px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}
.btn-up {
    background: #10b981;
    color: white;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
}
.btn-down {
    background: #f59e0b;
    color: #fff;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.3);
}
.btn-remove {
    background: #ef4444;
    color: #fff;
    width: 39px;
    padding: 12px;
}
.dj-ctrl-btn i {
    font-size: 16px;
}
.radio-main-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #e2e8f0;
}
.dj-status-bar {
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dj-timer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.status-label { color: #94a3b8; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.timer-badge {
    padding: 2px 10px;
    border-radius: 6px;
    font-family: 'Monaco', monospace;
    font-size: 13px;
    box-shadow: 0 0 8px rgba(239, 68, 68, 0.3);
}
.radio-content-pad { padding: 15px; }
.control-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 10px;
}
.radio-btn {
    border: none;
    padding: 10px 5px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s;
}

.radio-btn i { font-size: 13px; }
.radio-btn:active { transform: scale(0.95); }
.btn-send-istek {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 2px;
}
.btn-send-istek i {
    font-size: 18px;
}
.btn-send-istek span {
    display: none;
}
.btn-primary { background: #6366f1; }
.btn-success { background: #10b981; }
.btn-warning { background: #f59e0b; }
.btn-danger  { background: #f43f5e; }
.btn-dark    { background: #475569; }
.radio-info-msg { padding: 10px; margin-bottom: 10px; border-radius: 8px; font-size: 12px; font-weight: 600; text-align: center; }
.msg-ok { background: #dcfce7; color: #166534; }
.msg-error { background: #fee2e2; color: #991b1b; }
.msg-warn { background: #fef3c7; color: #92400e; }
@media (max-width: 600px) {
    .control-grid { grid-template-columns: 1fr; gap: 8px; }
    .radio-btn { flex-direction: row; padding: 12px; font-size: 14px; }
    .btn-send-istek { grid-column: span 1; }
}
@media (max-width: 480px) {
    .control-grid { grid-template-columns: 1fr; }
    .radio-btn { padding: 12px; font-size: 13px; }
}
.istek-card {
    border-radius: 12px;
    margin-top: 15px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.istek-input-group {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 15px;
}
.istek-textarea {
    flex: 1;
    height: 60px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    transition: all 0.2s;
    resize: none;
    box-sizing: border-box;
}
.istek-card {
    border-radius: 12px;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    max-width: 400px;
    overflow: hidden;
    transition: all 0.2s ease;
}
.istek-header {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    gap: 8px;
    border-bottom: 1px solid #f8fafc;
}
.istek-avatar-wrapper { flex-shrink: 0; }
.istek-img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
}
.istek-meta {
    flex-grow: 1;
    min-width: 0;
}
.istek-author {
    font-size: 13px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.istek-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.istek-time {
    font-size: 10px;
}
.istek-tag {
    font-size: 9px;
    font-weight: 800;
    padding: 1px 6px;
    border-radius: 4px;
    width: fit-content;
}
.status-default { background: #f1f5f9; color: #64748b; }
.status-waiting { background: #fef3c7; color: #b45309; }
.status-playing { background: #dcfce7; color: #15803d; animation: pulseStatus 2s infinite; }
@keyframes pulseStatus { 0% {opacity: 1} 50% {opacity: 0.6} 100% {opacity: 1} }
.istek-actions {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}
.dj-btn {
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.btn-queue { background: #6366f1; }
.btn-play { background: #10b981; }
.btn-delete { background: #ef4444; }
.dj-btn:hover { opacity: 0.85; transform: scale(1.05); }
.dj-btn i { font-size: 14px; }
.btn-text { display: none; }
.istek-body {
    padding: 10px 12px 12px 12px;
    font-size: 13px;
    line-height: 1.5;
    word-wrap: break-word;
}
@media (max-width: 480px) {
    .istek-header { padding: 10px; }
    .dj-btn { width: 36px; height: 36px; }
}
#static_avatars {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
}
.predefined_avatar_layout {
    flex: 0 0 calc(16.66% - 12px);
    max-width: 65px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    border: 2px solid transparent;
}
.predefined_avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
.predefined_avatar_layout:hover {
    transform: scale(1.1);
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.predefined_avatar_layout:hover .predefined_avatar {
    border: 2px solid #3498db;
}
@media (max-width: 480px) {
    .predefined_avatar_layout {
        flex: 0 0 calc(25% - 12px);
    }
}
.genelmesaj {
    color: #ff0000;
    font-size: 15px;
    font-family: 'Kalam';
    line-height: 1.5em;
    font-weight: 900;
}
.populeruyeler {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}
.ulist_item.populeruye {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    transition: transform 0.2s;
}
.ulist_item.populeruye:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.ranking_lm {
    width: 40px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}
.ranking_lm i.fa-eye {
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
    transition: color 0.2s;
}
.ulist_avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.ulist_name {
    flex-grow: 1;
    margin-left: 15px;
}
.ulist_name .username {
    font-weight: bold;
    margin: 0;
    font-size: 15px;
}
.profile_likes_wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}
.like_count {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
    border: 1px solid transparent;
}
.like_count.liked {
    background: #ffeef0;
    border-color: #ff3344;
    color: #ff3344;
}
.like_icon {
    width: 16px;
    height: 16px;
}
@media (max-width: 480px) {
    .ulist_item.populeruye {
        flex-wrap: wrap;
    }
    .ulist_data {
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #eee;
        justify-content: center;
        display: flex;
    }
}
.bildirimbaslik{margin-bottom: 5px;padding: 4px 8px;font-size: 10px;font-weight: bold;}
.bildirimmesaj {padding: 5px 8px;border-radius: 4px;}
#bildirimtext {height:60px; border:none; overflow:hidden; background:none !important; border:none !important; }
select {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    outline: none;
}
.list_rank_img {height: 48px;width:auto;display:inline-block;}

.rank_list_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 10px;
}
.rank_card {
    border-radius: 12px;
    padding: 15px 5px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rank_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-color: #3498db;
}
.rank_card_icon {
    margin-bottom: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Alttaki İsim Alanı */
.rank_card_name {
    font-size: 12px;
    font-weight: 700;
    word-break: break-word;
    line-height: 1.2;
}
@media screen and (max-width: 480px) {
    .rank_list_wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
#search_box {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
#search_user, #search_ban {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    outline: none;
}
#search_user:focus, #search_ban:focus {
    box-shadow: 0 0 8px rgba(52, 152, 219, 0.2);
}
#no_result_user, #no_result_ban {
    padding: 30px 15px;
    text-align: center;
    border-radius: 12px;
    margin: 15px;
    font-style: italic;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
#no_result_user i, #no_result_ban i {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}
.online_user {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 10px;
}
.yonetim {
    width: 120px !important;
    height: auto !important;
    position: relative;
    display: inline-block;
    padding: 15px 5px;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: visible;
}
.yonetim:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.yonetim img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.yonetim:hover img {
    transform: scale(1.05);
}
.user_square_elem_desc_name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 5px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 415px) {
    .yonetim {
        width: 100px !important;
        margin: 5px !important;
        padding: 10px 5px;
    }
    .yonetim img {
        width: 60px !important;
        height: 60px !important;
    }
}
.rightnotify {
    top: 0px;
    right: 12px;
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    font-size: 8px;
    line-height: 12px;
    font-weight: 700;
}
#koyumod_icon{
    font-size: 18px;
    color:#012832;
	padding: 2px;
}
.koyumod_icon .mdi-white-balance-sunny{
    color:#fff!important
}
#koyumod_icon:hover{
    color:#000
}
.kmswitch  {
    display: table;
    width: 50px;
    padding: 2px;
    border-radius: 100px;
}
.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 15px;
}
.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;
}
#chat_left, #chat_left_menu { overflow: hidden; overflow-y: auto; }
#chat_left { height: 100%; border-radius: 0; }
#chat_left_menu { width: 100%; }
.cleft,.cleft2{ width:75px; }
.cleft{ border-radius:0; overflow:hidden; padding:0; display:table-cell; vertical-align:top; }
.cleft2{ position:absolute; left:0; top:0; z-index:201; display:none; padding-bottom:0; }
.left_hide { display:none !important; }
.left_top_menu { height:40px; }
.left_bar_option { cursor:pointer; }
.left_head_empty { padding:0 10px; font-weight:bold; }
#chat_left_data { width:100%; position:relative; overflow:hidden; overflow-y:auto; }
:root {
    --card-bg: linear-gradient(165deg, #1e293b 0%, #0f172a 100%);
    --accent-red: #ff3e3e;
    --glass-border: rgba(255, 255, 255, 0.08);
    --text-main: #f8fafc;
    --modal-overlay: rgba(2, 6, 23, 0.88);
    --shadow-sm: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

/* Video Kartı Tasarımı */
.chat_video_card {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 16px 0;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background: var(--card-bg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--glass-border);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.chat_video_card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: var(--shadow-lg);
    border-color: rgba(255, 255, 255, 0.15);
}

/* Thumbnail Alanı */
.chat_video_thumb {
    position: relative;
    width: 100%;
    height: 200px;
    background: #000;
    overflow: hidden;
}

.chat_video_thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.chat_video_image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.chat_video_card:hover .chat_video_image {
    transform: scale(1.1);
}

.chat_video_play{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:78px;
	height:56px;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:3;
	pointer-events:none;
	filter:drop-shadow(0 10px 18px rgba(0,0,0,.35));
	transition:transform .22s ease, filter .22s ease;
}

.chat_video_card:hover .chat_video_play{
	transform:translate(-50%, -50%) scale(1.08);
	filter:drop-shadow(0 14px 22px rgba(0,0,0,.42));
}

.chat_video_label{
	padding:12px 14px;
	font-size:14px;
	font-weight:700;
	color:#f8fafc;
	background:
		linear-gradient(90deg, rgba(15,23,42,.96), rgba(30,41,59,.96));
	display:flex;
	align-items:center;
	gap:9px;
	letter-spacing:.1px;
	border-top:1px solid rgba(255,255,255,.05);
}

.chat_video_label i{
	color:#ff2b2b;
	font-size:15px;
}

/* MODAL */
.video_modal{
	display:none;
	position:fixed;
	inset:0;
	background:rgba(2,6,23,.82);
	backdrop-filter:blur(6px);
	-webkit-backdrop-filter:blur(6px);
	z-index:999999;
	padding:24px;
	align-items:center;
	justify-content:center;
}

.video_modal.active{
	display:flex;
}

.video_modal_box{
	position:relative;
	width:100%;
	max-width:980px;
	background:#000;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 30px 80px rgba(0,0,0,.50);
	border:1px solid rgba(255,255,255,.08);
	z-index:1000001;
}

.video_modal_actions{
	position:absolute;
	right:14px;
	top:14px;
	z-index:1000003;
	display:flex;
	align-items:center;
	gap:10px;
}

.video_modal_minimize,
.video_modal_close{
	position:relative;
	width:42px;
	height:42px;
	border:0;
	border-radius:50%;
	background:rgba(15,23,42,.72);
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	transition:all .22s ease;
	backdrop-filter:blur(6px);
	-webkit-backdrop-filter:blur(6px);
	box-shadow:0 8px 20px rgba(0,0,0,.25);
	z-index:1000004;
}

.video_modal_minimize svg{
	display:block;
}

.video_modal_minimize:hover,
.video_modal_close:hover{
	background:rgba(30,41,59,.92);
	transform:scale(1.08);
	box-shadow:0 12px 24px rgba(0,0,0,.32);
}

.video_modal_close{
	font-size:24px;
	line-height:1;
	font-weight:700;
}

.video_modal_frame_wrap{
	position:relative;
	width:100%;
	padding-top:56.25%;
	background:#000;
	z-index:1000000;
}

.video_modal_frame_wrap iframe{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	border:0;
	z-index:1000000;
}

/* Sağdaki geri açma butonu */
.youtube_restore_button{
	position:fixed;
	right:290px;
	bottom:166px;
	width:62px;
	height:62px;
	border-radius:18px;
	background:linear-gradient(180deg, rgba(15,23,42,.96), rgba(17,24,39,.96));
	box-shadow:0 18px 36px rgba(0,0,0,.28);
	display:none;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	z-index:999998;
	transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
	border:1px solid rgba(255,255,255,.08);
	backdrop-filter:blur(8px);
	-webkit-backdrop-filter:blur(8px);
}

.youtube_restore_button::before{
	content:"";
	position:absolute;
	inset:0;
	border-radius:18px;
	background:linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,0));
	pointer-events:none;
}

.youtube_restore_button.active{
	display:flex;
	animation:ytRestoreIn .2s ease;
}

.youtube_restore_button:hover{
	transform:translateY(-3px) scale(1.04);
	box-shadow:0 24px 40px rgba(0,0,0,.34);
	background:linear-gradient(180deg, rgba(17,24,39,1), rgba(15,23,42,1));
}

.youtube_restore_icon{
	position:relative;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:center;
}

.youtube_restore_icon svg{
	display:block;
	filter:drop-shadow(0 6px 12px rgba(0,0,0,.28));
}

@keyframes ytRestoreIn{
	from{
		opacity:0;
		transform:translateY(8px) scale(.92);
	}
	to{
		opacity:1;
		transform:translateY(0) scale(1);
	}
}

@media (max-width: 768px){
	.chat_video_card{
		max-width:100%;
		border-radius:16px;
	}

	.chat_video_thumb{
		height:180px;
	}

	.video_modal{
		padding:10px;
	}

	.video_modal_box{
		border-radius:16px;
	}

	.video_modal_actions{
		right:10px;
		top:10px;
		gap:8px;
	}

	.video_modal_minimize,
	.video_modal_close{
		width:38px;
		height:38px;
	}

	.youtube_restore_button{
		right:12px;
		bottom:88px;
		width:56px;
		height:56px;
		border-radius:16px;
	}
}