.video_tools .video_meta_pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	height: 34px;
	padding: 3px 10px;
	background: #424c55;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	overflow: hidden;
	line-height: 1.2;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.video_tools .video_meta_pill .wrap_image,
.video_tools .video_meta_pill .no-thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	margin: 0 0 0 -6px;
	border-radius: 50%;
	overflow: hidden;
}

.video_tools .video_meta_pill .wrap_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_tools .video_meta_pill .custom-brand {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.video_tools .video_meta_pill span,
.video_tools .video_meta_pill .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.video_tools .video_meta_pill:hover,
.video_tools .item.video_meta_pill:hover,
.video_tools .btn_link.video_meta_pill:hover {
	background: #ce5f5d;
	border-color: #ce5f5d;
	color: #fff !important;
}

.video_tools .video_meta_pill:hover span,
.video_tools .video_meta_pill:hover .name,
.video_tools .video_meta_pill:hover .custom-svg,
.video_tools .item.video_meta_pill:hover span,
.video_tools .item.video_meta_pill:hover .name,
.video_tools .item.video_meta_pill:hover .custom-svg {
	color: #fff !important;
}

.video_tools .tag_item_download {
	background: #424c55;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.video_tools .tag_item_download:hover {
	background: #ce5f5d;
	border-color: #ce5f5d;
	color: #fff;
}

.video_tools .video_suggest_panel {
	clear: both;
	width: 100%;
	margin-top: 12px;
	padding: 12px;
	background: rgba(41, 47, 52, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
}

.video_tools .video_suggest_panel .popup_form {
	margin: 0 0 12px;
	padding: 0;
	background: transparent;
}

.video_tools .video_suggest_panel .popup_form:last-child {
	margin-bottom: 0;
}

.video_tools .video_suggest_panel .row-form {
	margin-bottom: 8px;
}

	.video_tools .video_suggest_panel .submit-holder {
		margin-top: 8px;
		position: relative;
		z-index: 1060;
	}

	.video_tools .video_suggest_panel .submit-holder .btn_action,
	.video_tools .video_suggest_panel .submit-holder button {
		position: relative;
		z-index: 1061;
		pointer-events: auto;
	}

.video_tools .tag_vote_chip {
	display: inline-flex;
	align-items: center;
	position: relative;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	background: #424c55;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	overflow: hidden;
	--tag-progress: 0%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.video_tools .tag_vote_chip:hover {
	background: #ce5f5d;
	border-color: #ce5f5d;
}

.video_tools .tag_vote_chip.is-tag-overflow-hidden,
.video_tools .tag_suggestion_chip.is-tag-overflow-hidden {
	display: none;
}

.video_tools .tag_item_load_more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px 5px 0;
	padding: 9px 12px;
	min-width: 132px;
	min-height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: #424c55;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.video_tools .tag_item_load_more:hover {
	background: #ce5f5d;
	border-color: #ce5f5d;
	color: #fff;
}

.video_tools .tag_vote_chip.is-harden-pressure,
.video_tools .tag_vote_chip.is-harden-pressure:hover {
	background: #424c55;
	border-color: rgba(95, 211, 159, 0.38);
}

.video_tools .tag_vote_chip.is-removal-pressure,
.video_tools .tag_vote_chip.is-removal-pressure:hover {
	background: #424c55;
	border-color: rgba(206, 95, 93, 0.4);
}

.video_tools .tag_vote_chip .tag_item {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 9px 12px;
	background: transparent;
	border: 0;
	border-radius: 8px 0 0 8px;
	box-shadow: none;
	white-space: nowrap;
}

.video_tools .tag_vote_chip .tag_item:hover {
	background: transparent;
	color: #fff;
}

.video_tools .tag_vote_chip:hover .tag_item,
.video_tools .tag_vote_chip:hover .tag_vote_btn {
	color: #fff;
}

.video_tools .video_meta_vote_chip {
	margin: 0 5px 6px 0;
	vertical-align: middle;
}

.video_tools .video_meta_vote_chip .video_meta_pill,
.video_tools .video_meta_vote_chip .item.video_meta_pill,
.video_tools .video_meta_vote_chip .btn_link.video_meta_pill {
	position: relative;
	z-index: 1;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 8px 0 0 8px;
	box-shadow: none;
}

.video_tools .video_meta_vote_chip .video_meta_pill:hover,
.video_tools .video_meta_vote_chip .item.video_meta_pill:hover,
.video_tools .video_meta_vote_chip .btn_link.video_meta_pill:hover {
	background: transparent;
	border-color: transparent;
}

.video_tools .tag_vote_controls {
	display: inline-flex;
	position: relative;
	z-index: 1;
	align-self: stretch;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	border-radius: 0 8px 8px 0;
}

.video_tools .tag_vote_chip:hover .tag_vote_controls {
	border-left-color: rgba(255, 255, 255, 0.22);
}

.video_tools .tag_vote_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	min-width: 22px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #a8b7c5;
	font-size: 9px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.video_tools .tag_vote_btn:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.video_tools .tag_vote_chip:hover .tag_vote_btn:first-child {
	border-right-color: rgba(255, 255, 255, 0.22);
}

.video_tools .tag_vote_btn:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.video_tools .tag_vote_btn.is-active {
	background: #ce5f5d;
	color: #fff;
}

.video_tools .tag_vote_up.is-active {
	background: #2f7d5d;
	color: #fff;
}

.video_tools .tag_vote_down.is-active {
	background: #ce5f5d;
	color: #fff;
}

.video_tools .tag_vote_progress {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	max-width: 100%;
	background: rgba(95, 211, 159, 0.18);
	border-right: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: none;
	pointer-events: none;
	transition: width 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.video_tools .tag_vote_chip.is-removal-pressure .tag_vote_progress {
	background: rgba(151, 82, 82, 0.46);
	box-shadow: none;
}

.video_tools .tag_vote_chip.is-harden-pressure .tag_vote_progress {
	background: rgba(77, 150, 118, 0.42);
	box-shadow: none;
}

.video_tools .tag_vote_chip.is-hardened {
	border-color: rgba(95, 211, 159, 0.62);
	box-shadow: 0 0 0 1px rgba(95, 211, 159, 0.16);
}

.video_tools .tag_vote_chip.is-hardened .tag_item {
	color: #d9f8ea;
}

.video_tools .tag_vote_chip.is-hardened .tag_vote_up {
	color: #d9f8ea;
}

.video_tools .tag_vote_chip.is-hardened .tag_vote_up.is-active {
	background: #2f7d5d;
	color: #fff;
}

.video_tools .tag_vote_chip.is-loading {
	opacity: 0.75;
}

.video_tools .tag_vote_chip.is-loading .tag_vote_btn {
	pointer-events: none;
}

.video_tools .tag_vote_chip.is-loading .tag_vote_btn:not(.is-active) {
	color: rgba(255, 255, 255, 0.45);
}

.video_tools .tag_vote_chip.is-saved {
	border-color: rgba(95, 211, 159, 0.72);
}

.video_tools .tag_vote_chip.has-error {
	border-color: rgba(236, 121, 111, 0.86);
}

.video_tools .tag_vote_chip::after {
	content: attr(data-feedback);
	position: absolute;
	z-index: 2;
	right: 0;
	top: calc(100% + 4px);
	padding: 3px 7px;
	border-radius: 5px;
	background: rgba(13, 19, 26, 0.96);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-2px);
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.video_tools .tag_vote_chip.is-loading::after,
.video_tools .tag_vote_chip.is-saved::after,
.video_tools .tag_vote_chip.has-error::after {
	opacity: 1;
	transform: translateY(0);
}

.video_tools .tag_vote_chip.has-error::after {
	background: #ce5f5d;
}

.video_tools .tag_vote_chip.is-removed {
	opacity: 0;
	transform: scale(0.92);
}

.video_tools .tag_suggestion_chip {
	opacity: 0.72;
	border-style: dashed;
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(66, 76, 85, 0.78);
}

.video_tools .tag_suggestion_chip:hover {
	opacity: 0.92;
	background: #424c55;
	border-color: rgba(255, 255, 255, 0.32);
}

.video_tools .tag_suggestion_chip .tag_suggestion_item {
	color: rgba(255, 255, 255, 0.72);
	cursor: default;
}

.video_tools .tag_suggestion_chip .tag_vote_progress {
	background: rgba(255, 255, 255, 0.11);
	box-shadow: none;
}

.video_tools .tag_suggestion_chip .tag_suggestion_support.is-active {
	background: #2f7d5d;
	color: #fff;
}

.video_tools .tag_suggestion_chip .tag_suggestion_support[data-vote="-1"].is-active {
	background: #ce5f5d;
	color: #fff;
}

@media screen and (max-width: 960px) {
	.video_tools .tag_vote_chip .tag_item {
		padding: 5px 10px;
	}
}

.upload-status {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 14px;
	text-align: center;
	background: rgba(18, 23, 27, 0.84);
	color: #fff;
}

.upload-status::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(135deg, rgba(66, 76, 85, 0.75), rgba(32, 34, 36, 0.9));
}

.upload-status__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 6px;
	background: #424c55;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.upload-status__text,
.upload-status__meta {
	max-width: 90%;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.upload-status__progress {
	width: min(180px, 82%);
	height: 6px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
}

.upload-status__progress span {
	display: block;
	height: 100%;
	min-width: 4px;
	max-width: 100%;
	border-radius: inherit;
	background: #37bf91;
}

.upload-status--processing .upload-status__label {
	background: #2f7d5d;
}

.upload-status--review .upload-status__label,
.upload-status--inactive .upload-status__label {
	background: #536171;
}

.upload-status--error .upload-status__label,
.upload-status--removed .upload-status__label {
	background: #ce5f5d;
}

.upload-success-note {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}
