.v-notif-wrapper {
	position: relativeimportant;
	display: inline-block!important; 
}

.v-notif-bell {
  position: relative !important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	padding: 6px!important;
	border-radius: 100%!important;
	border: none!important;
  background: transparent!important;
	cursor: pointer!important;
	color: #333;
  transition: background 0.2s, 
		border-color 0.2s!important;
}


.v-notif-bell:hover {
	color: #0057FF;
	background: #f5f5f5;
	border-color: #ccc;
}

.v-notif-bell:focus {
	color: #0057FF;
	background: #f5f5f5;
	border-color: #ccc;
}

.v-notif-badge {
	position: absolute;
	top: 2px; right: 2px;
  min-width: 17px; 
	height: 17px; 
	padding: 0 4px;
  border-radius: 9px; 
	background: #e53e3e; 
	color: #fff;
  font-size: 10px;
	font-weight: 700;
	line-height: 17px;
	text-align: center;
  pointer-events: none; 
	transition: transform 0.2s, opacity 0.2s;
}


.v-notif-badge-hidden {
	opacity: 0;
	transform: scale(0); 
}

@keyframes v-badge-pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.4)} }
.v-badge-pulse { animation: v-badge-pulse 0.5s ease; }


.v-notif-dropdown {
	position: absolute;
	top: calc(100% + 10px); 
	right: 0;
  width: 360px; 
	max-height: 500px;
  border: 1px solid #eaeaea;  border-radius: 0px; 
	background: #fff;
  box-shadow: none;
	display: flex; 
	flex-direction: column; overflow: hidden;
  opacity: 0; 
	transform: translateY(-8px) scale(0.97); 
	pointer-events: none;
	transition: opacity 0.2s, transform 0.22s cubic-bezier(.34,1.56,.64,1);
  transform-origin: top right; z-index: 9999;
}


.v-notif-dropdown.v-notif-open { 
	opacity: 1; 
	transform: translateY(0) scale(1); 
	pointer-events: auto; 
}


.v-notif-header {
  display:flex;
	align-items: center;
	justify-content: space-between;
  padding: 14px 16px 10px; 
	border-bottom: 1px solid #f0f0f0;
  font-size: 16px; 
	font-weight: 600; 
	color: #1a1a1a; 
	flex-shrink: 0;
}

.v-mark-all-read { 
	background: none; 
	border: none; 
	cursor: pointer; 
	font-size: 12px; 
	color: #888; padding: 0;
	transition: color 0.2s; 
}

.v-mark-all-read:hover { 
	color: #1a1a1a!important;
	background-color: transparent !important;
}

.v-mark-all-read:focus { 
	color: #0057FF!important;
	background-color: transparent !important;
}


.v-notif-list {
	overflow-y: auto;
	flex: 1; padding: 4px 0; 
}

.v-notif-list::-webkit-scrollbar { width: 4px; }
.v-notif-list::-webkit-scrollbar-thumb { background: #e5e5e5; border-radius: 4px; }
.v-list-loading { opacity: 0.5; }


.v-notif-item {
  display: flex; 
	align-items: flex-start; gap: 10px;
  padding: 10px 16px; 
	cursor: pointer;
  transition: background 0.15s; border-left: 3px solid transparent;
}

.v-notif-item:hover {
	background: #F1F6FF; 
}

.v-notif-item.v-notif-unread { background: #F1F6FF;
	border-left-color: #3b82f6; 
}


.v-notif-avatar-wrap {
	position: relative;
	flex-shrink: 0;
}

.v-notif-avatar { 
	width: 38px; 
	height: 38px; 
	border-radius: 100%!important; 
	object-fit: cover; 
	display: block;
}

span.v-notif-avatar { 
	display: flex; 
	align-items: center; 
	justify-content: center;
	background: #f0f0f0; 
	color: #666; }

.v-notif-icon-wrap { 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	background: #f0f0f0; 
	color: #666; 
}

.v-notif-type-dot {
  position: absolute; 
	bottom: -3px; 
	right: -3px;
  width: 18px; 
	height: 18px; 
	border-radius: 50%;
  background: #fff; 
	border: 1.5px solid #eee;
  display: flex; 
	align-items: center; 
	justify-content: center; 
	color: #555;
}

.v-notif-type-dot svg { 
	display: block; 
}


.v-notif-body { 
	flex: 1; min-width: 0; 
}

.v-notif-msg { 
	font-size: 13px;
	color: #333; 
	line-height: 1.45; 
}

.v-notif-msg-link { 
	color: inherit; 
	text-decoration: none; 
}

.v-notif-msg-link:hover {
	text-decoration: underline;
}

.v-notif-time { 
	font-size: 11px; 
	color: #bbb;
	margin-top: 3px; 
	display: block; 
}


.v-notif-card {
  display: flex; 
	align-items: center; 
	gap: 8px;
  margin-top: 7px;
	padding: 7px 9px;
  border: 1px solid #efefef; 
	border-radius: 8px;
  text-decoration: none; 
	background: #fafafa; 
	transition: background 0.15s;
}

.v-notif-card:hover { 
	background: #f0f0f0;
}

.v-notif-card-thumb {
	width: 50px!important; 
	height: 50px !important; 
	border-radius: 6px !important; 
	object-fit: cover!important; 
	flex-shrink: 0!important; 
}

.v-notif-card-title {
  font-size: 12px; 
	font-weight: 500; 
	color: #222; 
	line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}


.v-notif-empty, .v-notif-loading { text-align: center; padding: 32px 16px; font-size: 14px; color: #bbb; }

/* ─── Full-page list [vectiny_all_notifications] ─────────────────── */
.v-all-notif { 
    max-width: 680px !important; 
}

.v-all-notif-header {
    display: flex !important; 
    align-items: center !important; 
    justify-content: space-between !important;
    margin-bottom: 16px !important; 
    font-size: 20px !important; 
    color: black !important;
    font-weight: 500!important;
}

.v-notif-empty-page { 
    text-align: center !important; 
    padding: 60px 20px !important; 
    color: #bbb !important; 
    font-size: 15px !important; 
}

.v-all-notif-item {
    display: flex !important; 
    align-items: flex-start !important; 
    gap: 14px !important;
    padding: 16px !important; 
    border: 1px solid #f0f0f0 !important; 
    border-radius: 12px !important;
    margin-bottom: 10px !important; 
    background: #fff !important;
    transition: background 0.15s !important; 
    border-left: 4px solid transparent !important;
}

.v-all-notif-item.v-notif-unread { 
    background: #f5f9ff !important; 
    border-left-color: #3b82f6 !important; 
}

.v-all-notif-item:hover { 
    background: #fafafa !important; 
}

.v-ani-avatar-wrap { 
    position: relative !important; 
    flex-shrink: 0 !important; 
}

.v-ani-avatar {
    width: 46px !important; 
    height: 46px !important; 
    border-radius: 50% !important; 
    object-fit: cover !important;
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important;
    background: #f0f0f0 !important; 
    color: #666 !important;
}

img.v-ani-avatar { 
    display: block !important; 
}

.v-ani-type-dot {
    position: absolute !important; 
    bottom: -2px !important; 
    right: -2px !important;
    width: 20px !important; 
    height: 20px !important; 
    border-radius: 50% !important;
    background: #fff !important; 
    border: 2px solid #eee !important;
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    color: #555 !important;
}

.v-dot-new_follower  { border-color: none !important; color: #0057FF !important; }
.v-dot-new_upload    { border-color: none !important; color: #0057FF !important; }
.v-dot-announcement  { border-color: none !important; color: #0057FF !important; }
.v-dot-security      { border-color: none !important; color: #0057FF !important; }

.v-ani-body { 
    flex: 1 !important; 
    min-width: 0 !important; 
}

.v-ani-message { 
    font-size: 14px !important; 
    color: #222 !important; 
    line-height: 1.5 !important; 
    margin: 0 0 4px !important; 
}

.v-ani-time { 
    font-size: 12px !important; 
    color: #bbb !important; 
    display: block !important; 
    margin-bottom: 8px !important; 
}

/* Pagination */
.v-notif-pagination { 
    display: flex !important; 
    gap: 6px !important; 
    margin-top: 20px !important; 
    flex-wrap: wrap !important; 
}

.v-pg-btn {
    display: inline-flex !important; 
    align-items: center !important; 
    justify-content: center !important;
    width: 36px !important; 
    height: 36px !important; 
    border-radius: 8px !important;
    border: 1px solid #e5e5e5 !important; 
    font-size: 13px !important; 
    color: #555 !important;
    text-decoration: none !important; 
    transition: background 0.15s, border-color 0.15s !important;
}

.v-pg-btn:hover { 
    background: #f5f5f5 !important; 
}

.v-pg-active { 
    background: #1a1a1a !important; 
    color: #fff !important; 
    border-color: #1a1a1a !important; 
}



/* ─── Notification settings  */
.v-notif-settings { 
	max-width: 100%!important; 
}

.v-settings-section { 
	border: none!important; 
	border-radius: none!important; 
	padding: 20px 0px; margin-bottom: 14px; background: #fff; 
}

.v-settings-heading { 
	font-size: 15px; 
	font-weight: 600; 
	margin: 0 0 4px; color: #1a1a1a; 
}

.v-settings-desc {
	font-size: 13px; 
	color: #999; 
	margin: 0 0 14px; 
}

.v-toggle-row {
  display: flex; 
	align-items: center; 
	justify-content: space-between; gap: 12px;
  padding: 10px 0; 
	border-bottom: 1px solid #f5f5f5;
  cursor: pointer; 
	user-select: none; 
	font-size: 14px; 
	color: #333;
}

.v-toggle-row:last-child { 
	border-bottom: none; 
}

.v-toggle-row.v-toggle-author { 
	justify-content: flex-start; 
}

.v-toggle-row.v-toggle-author > span:nth-of-type(1) { flex: 1; }
.v-toggle-avatar { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }

.v-toggle-input { 
	display: none; 
}

.v-toggle-track {
  position: relative; 
	display: inline-block; 
	width: 40px; 
	height: 22px;
  background: #ddd; 
	border-radius: 11px; 
	flex-shrink: 0; transition: background 0.25s;
}

.v-toggle-on .v-toggle-track { 
	background: #0057FF;
}

.v-toggle-thumb {
  position: absolute; 
	top: 2px; 
	left: 2px; 
	width: 18px; 
	height: 18px;
  background: #fff;
	border-radius: 50%; 
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transition: transform 0.25s cubic-bezier(.34,1.56,.64,1);
}

.v-toggle-on .v-toggle-thumb { transform: translateX(18px); }

.v-btn-save-settings {
  display: block!important; 
	margin-top: 8px!important; 
	padding: 10px 24px!important;
  background: #0057FF!important; 
	color: #fff!important; 
	border: none!important; 
	border-radius: 100px!important;
  font-size: 14px!important; 
	font-weight: 500!important; 
	cursor: pointer!important; 
	transition: background 0.2s!important;
}

.v-btn-save-settings:hover { 
    background: #0057FF!important; 
}

.v-btn-save-settings:disabled { 
    opacity: 0.5!important; 
    cursor: not-allowed !important; 
}

.v-settings-msg { margin-top: 10px; font-size: 14px; padding: 8px 12px; border-radius: 6px; }
.v-msg-ok  { background: #f0faf0; color: #276749; }
.v-msg-err { background: #fff5f5; color: #c53030; }

/* ─── Push notification prompt ──────────────────────────────────────── */
.v-push-prompt {
  position: fixed; bottom: 24px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px; background: #1a1a1a; color: #fff;
  border-radius: 14px; box-shadow: 0 8px 32px rgba(0,0,0,0.22);
  max-width: 480px; width: calc(100% - 32px);
  opacity: 0; transition: opacity 0.3s, transform 0.35s cubic-bezier(.34,1.56,.64,1);
  z-index: 99999;
}
.v-push-prompt.v-push-prompt-show { opacity: 1; transform: translateX(-50%) translateY(0); }
.v-push-prompt-icon { font-size: 24px; flex-shrink: 0; }
.v-push-prompt-text { flex: 1; }
.v-push-prompt-text strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.v-push-prompt-text span   { display: block; font-size: 12px; color: rgba(255,255,255,0.7); line-height: 1.4; }
.v-push-prompt-btns { display: flex; gap: 8px; flex-shrink: 0; }
.v-push-allow {
  padding: 7px 16px; background: #fff; color: #1a1a1a;
  border: none; border-radius: 8px; font-size: 13px; font-weight: 600;
  cursor: pointer; transition: background 0.15s;
}
.v-push-allow:hover { background: #f0f0f0; }
.v-push-later {
  padding: 7px 14px; background: transparent; color: rgba(255,255,255,0.65);
  border: 1px solid rgba(255,255,255,0.25); border-radius: 8px;
  font-size: 13px; cursor: pointer; transition: color 0.15s, border-color 0.15s;
}
.v-push-later:hover { color: #fff; border-color: rgba(255,255,255,0.6); }

/* Responsive */
@media (max-width: 400px) {
  .v-notif-dropdown { width: calc(100vw - 16px); right: -8px; }
  .v-push-prompt { flex-direction: column; text-align: center; }
  .v-push-prompt-btns { width: 100%; justify-content: center; }
}