.ndevr-bugzap {
	bottom: 22px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	position: fixed;
	right: 22px;
	z-index: 2147483647;
}

.ndevr-bugzap,
.ndevr-bugzap * {
	box-sizing: border-box;
}

.ndevr-bugzap__trigger,
.ndevr-bugzap__close,
.ndevr-bugzap__save,
.ndevr-bugzap__menu-item,
.ndevr-bugzap__page-note-save,
.ndevr-bugzap__page-note-add,
.ndevr-bugzap__page-note-cancel,
.ndevr-bugzap__page-note-close-bug,
.ndevr-bugzap__page-note-edit-toggle {
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font: inherit;
}

.ndevr-bugzap__trigger {
	align-items: center;
	background: #fe1132;
	border-radius: 9999px !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 48px !important;
	justify-content: center;
	line-height: 1;
	max-height: 48px;
	max-width: 48px;
	min-height: 48px !important;
	min-width: 48px !important;
	padding: 0 !important;
	text-transform: uppercase;
	width: 48px !important;
}

body .ndevr-bugzap button.ndevr-bugzap__trigger {
	background: #fe1132 !important;
	border: 0 !important;
	border-radius: 9999px !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	height: 48px !important;
	line-height: 1 !important;
	min-height: 48px !important;
	min-width: 48px !important;
	padding: 0 !important;
	text-transform: uppercase !important;
	width: 48px !important;
}

.ndevr-bugzap__trigger[aria-pressed="true"] {
	background: #535252;
}

body .ndevr-bugzap button.ndevr-bugzap__trigger[aria-pressed="true"] {
	background: #535252 !important;
}

.ndevr-bugzap__menu {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	bottom: 58px;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
	min-width: 228px;
	overflow: hidden;
	position: absolute;
	right: 0;
}

.ndevr-bugzap__menu-item {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #f1f5f9;
	border-radius: 0;
	color: #111827;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	padding: 11px 13px;
	text-align: left;
	width: 100%;
}

.ndevr-bugzap__menu-item:last-child {
	border-bottom: 0;
}

.ndevr-bugzap__menu-item:hover,
.ndevr-bugzap__menu-item:focus-visible {
	background: #f8fafc;
	color: #fe1132;
}

.ndevr-bugzap__trigger:focus-visible,
.ndevr-bugzap__close:focus-visible,
.ndevr-bugzap__save:focus-visible,
.ndevr-bugzap__menu-item:focus-visible,
.ndevr-bugzap__page-note-save:focus-visible,
.ndevr-bugzap__page-note-add:focus-visible,
.ndevr-bugzap__page-note-cancel:focus-visible,
.ndevr-bugzap__page-note-edit-toggle:focus-visible,
.ndevr-bugzap__page-note-close-bug:focus-visible,
.ndevr-bugzap__page-note-fixed:focus-visible,
.ndevr-bugzap__admin-link:focus-visible {
	outline: 3px solid rgba(254, 17, 50, 0.35);
	outline-offset: 3px;
}

.ndevr-bugzap--hide-page-bugz .ndevr-bugzap__page-marker,
.ndevr-bugzap--hide-page-bugz .ndevr-bugzap__page-selection,
.ndevr-bugzap--hide-page-bugz .ndevr-bugzap__page-note {
	display: none !important;
}

.ndevr-bugzap__batch-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.ndevr-bugzap__batch-copy {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.ndevr-bugzap__admin-link {
	color: #fe1132;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ndevr-bugzap__help-link {
	color: #535252;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ndevr-bugzap__modal {
	background: rgba(15, 23, 42, 0.48);
	inset: 0;
	position: fixed;
	z-index: 2147483647;
}

.ndevr-bugzap__dialog {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	left: 50%;
	max-width: min(460px, calc(100vw - 32px));
	padding: 18px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 460px;
}

.ndevr-bugzap__close {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #6b7280;
	display: inline-flex;
	font-size: 24px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
}

body .ndevr-bugzap button.ndevr-bugzap__close {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #6b7280 !important;
	font-size: 24px !important;
	height: 24px !important;
	line-height: 1 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	text-transform: none !important;
	width: 24px !important;
}

.ndevr-bugzap__close:hover {
	background: transparent;
	color: #404040;
}

body .ndevr-bugzap button.ndevr-bugzap__close:hover,
body .ndevr-bugzap button.ndevr-bugzap__close:focus-visible {
	background: transparent !important;
	color: #404040 !important;
}

.ndevr-bugzap__dialog h2 {
	color: #111827;
	font-size: 18px;
	line-height: 1.25;
	margin: 0 34px 12px 0;
}

.ndevr-bugzap__intro {
	color: #475569;
	font-size: 13px;
	line-height: 1.35;
	margin: -4px 34px 12px 0;
}

.ndevr-bugzap__field {
	color: #111827;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 10px;
}

.ndevr-bugzap__field span {
	display: block;
	margin-bottom: 5px;
}

.ndevr-bugzap__field-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) 150px;
}

.ndevr-bugzap__note,
.ndevr-bugzap__reporter,
.ndevr-bugzap__priority {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	display: block;
	font: inherit;
	padding: 10px;
	width: 100%;
}

.ndevr-bugzap__note {
	min-height: 120px;
	resize: vertical;
}

.ndevr-bugzap__meta {
	color: #64748b;
	font-size: 12px;
	margin-top: 8px;
}

.ndevr-bugzap__actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 16px;
}

@media (max-width: 520px) {
	.ndevr-bugzap {
		bottom: 16px;
		right: 16px;
	}

	.ndevr-bugzap__actions {
		flex-wrap: wrap;
	}

	.ndevr-bugzap__save {
		flex: 1 1 auto;
	}

	.ndevr-bugzap__field-grid {
		grid-template-columns: 1fr;
	}
}

.ndevr-bugzap__save {
	background: #fe1132;
	color: #fff;
	font-weight: 700;
	padding: 8px 12px;
}

body .ndevr-bugzap button.ndevr-bugzap__save {
	background: #fe1132 !important;
	border: 0 !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 8px 12px !important;
	text-decoration: none !important;
	text-transform: none !important;
	width: auto !important;
}

.ndevr-bugzap__save:disabled {
	cursor: wait;
	opacity: 0.7;
}

.ndevr-bugzap--armed,
.ndevr-bugzap--armed body {
	cursor: crosshair !important;
}

.ndevr-bugzap__selection {
	background: rgba(254, 17, 50, 0.14);
	border: 2px solid #fe1132;
	box-shadow: 0 0 0 9999px rgba(15, 23, 42, 0.08);
	pointer-events: none;
	position: fixed;
	z-index: 2147483646;
}

.ndevr-bugzap__page-marker {
	align-items: center;
	background: #fe1132;
	border: 2px solid #fff;
	border-radius: 9999px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.28);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	width: 24px;
	z-index: 2147483645;
}

body button.ndevr-bugzap__page-marker {
	background: #fe1132 !important;
	border: 2px solid #fff !important;
	border-radius: 9999px !important;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.28) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	height: 24px !important;
	line-height: 1 !important;
	min-height: 24px !important;
	min-width: 24px !important;
	padding: 0 !important;
	text-decoration: none !important;
	text-transform: none !important;
	width: 24px !important;
}

.ndevr-bugzap__page-marker--target,
.ndevr-bugzap__page-marker:focus-visible,
.ndevr-bugzap__page-marker:hover {
	background: #535252;
	outline: 3px solid rgba(254, 17, 50, 0.3);
	outline-offset: 2px;
}

body button.ndevr-bugzap__page-marker--target,
body button.ndevr-bugzap__page-marker:focus-visible,
body button.ndevr-bugzap__page-marker:hover {
	background: #535252 !important;
}

.ndevr-bugzap__page-selection {
	background: rgba(254, 17, 50, 0.08);
	border: 2px solid #fe1132;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.65);
	cursor: pointer;
	padding: 0;
	position: absolute;
	z-index: 2147483644;
}

body button.ndevr-bugzap__page-selection {
	background: rgba(254, 17, 50, 0.08) !important;
	border: 2px solid #fe1132 !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.65) !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
}

.ndevr-bugzap__page-selection:hover,
.ndevr-bugzap__page-selection:focus-visible {
	background: rgba(254, 17, 50, 0.14);
	outline: 3px solid rgba(254, 17, 50, 0.28);
	outline-offset: 2px;
}

.ndevr-bugzap__page-note {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.24);
	color: #111827;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	max-width: min(380px, calc(100vw - 32px));
	padding: 14px 42px 14px 14px;
	position: absolute;
	width: 380px;
	z-index: 2147483646;
}

.ndevr-bugzap__page-note strong {
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
}

.ndevr-bugzap__page-note-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 6px;
}

.ndevr-bugzap__page-note-badges span {
	background: #f1f5f9;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	color: #334155;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	padding: 3px 7px;
}

.ndevr-bugzap__page-note p {
	font-size: 13px;
	line-height: 1.35;
	margin: 0;
}

.ndevr-bugzap__page-note-label {
	color: #475569;
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-top: 12px;
	text-transform: uppercase;
}

.ndevr-bugzap__page-note-reporter {
	margin-top: 10px;
}

.ndevr-bugzap__page-note-text {
	white-space: pre-wrap;
}

.ndevr-bugzap__page-note-edit-toggle {
	background: transparent;
	border-radius: 0;
	color: #fe1132;
	display: inline;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ndevr-bugzap__page-note-edit,
.ndevr-bugzap__page-note-reply {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	display: block;
	font: inherit;
	font-size: 13px;
	line-height: 1.35;
	margin-top: 5px;
	padding: 8px;
	resize: vertical;
	width: 100%;
}

.ndevr-bugzap__page-note-actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 8px;
}

.ndevr-bugzap__page-note-save,
.ndevr-bugzap__page-note-add,
.ndevr-bugzap__page-note-fixed,
.ndevr-bugzap__page-note-close-bug,
.ndevr-bugzap__page-note-cancel,
.ndevr-bugzap__page-note-edit-toggle {
	background: transparent;
	border-radius: 0;
	color: #fe1132;
	display: inline;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body .ndevr-bugzap__page-note button.ndevr-bugzap__page-note-save,
body .ndevr-bugzap__page-note button.ndevr-bugzap__page-note-add,
body .ndevr-bugzap__page-note button.ndevr-bugzap__page-note-fixed,
body .ndevr-bugzap__page-note button.ndevr-bugzap__page-note-close-bug,
body .ndevr-bugzap__page-note button.ndevr-bugzap__page-note-cancel,
body .ndevr-bugzap__page-note button.ndevr-bugzap__page-note-edit-toggle {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fe1132 !important;
	display: inline !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	min-height: 0 !important;
	padding: 0 !important;
	text-decoration: underline !important;
	text-transform: none !important;
	text-underline-offset: 2px;
	width: auto !important;
}

.ndevr-bugzap__page-note-fixed {
	color: #fe1132;
}

body .ndevr-bugzap__page-note button.ndevr-bugzap__page-note-fixed {
	color: #fe1132 !important;
}

.ndevr-bugzap__page-note-save:disabled,
.ndevr-bugzap__page-note-add:disabled,
.ndevr-bugzap__page-note-fixed:disabled,
.ndevr-bugzap__page-note-close-bug:disabled,
.ndevr-bugzap__page-note-status:disabled {
	cursor: wait;
	opacity: 0.7;
}

.ndevr-bugzap__page-note-thread {
	border-top: 1px solid #e2e8f0;
	list-style: none;
	margin: 12px 0 0;
	max-height: 180px;
	overflow: auto;
	padding: 10px 0 0;
}

.ndevr-bugzap__page-note-thread li + li {
	border-top: 1px solid #f1f5f9;
	margin-top: 8px;
	padding-top: 8px;
}

.ndevr-bugzap__page-note-thread strong {
	display: inline;
	margin: 0 6px 0 0;
}

.ndevr-bugzap__page-note-footer {
	align-items: center;
	border-top: 1px solid #e2e8f0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-top: 12px;
	padding-top: 8px;
}

.ndevr-bugzap__page-note-move {
	align-items: center;
	color: #475569;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
}

.ndevr-bugzap__page-note-move span {
	white-space: nowrap;
}

.ndevr-bugzap__page-note-status {
	appearance: auto;
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	color: #111827;
	font: inherit;
	font-size: 12px;
	line-height: 1.2;
	max-width: 180px;
	min-height: 28px;
	padding: 4px 8px;
}

.ndevr-bugzap__page-note-footer a {
	color: #fe1132;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ndevr-bugzap__page-note small {
	color: #64748b;
	display: block;
	font-size: 11px;
	margin-top: 8px;
}

.ndevr-bugzap__page-note-close {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #6b7280;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	height: 22px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 22px;
}

body button.ndevr-bugzap__page-note-close {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #6b7280 !important;
	font-size: 18px !important;
	height: 22px !important;
	line-height: 1 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	text-transform: none !important;
	width: 22px !important;
}

.ndevr-bugzap__page-note-close:hover,
.ndevr-bugzap__page-note-close:focus-visible {
	background: transparent;
	color: #404040;
}

body button.ndevr-bugzap__page-note-close:hover,
body button.ndevr-bugzap__page-note-close:focus-visible {
	background: transparent !important;
	color: #404040 !important;
}
