.rightPanel__header {
	margin-bottom: 4px;
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 16px;
	padding-right: 16px;
}
.rightPanel__title {
	color: var(--base-txt-accent);
	font-size: 22px;
	font-style: normal;
	font-weight: 590;
	line-height: 28px;
	display: flex;
	align-items: center;
	padding: 0 4px;
}
.rightPanel__title .sw_pre {
	gap: 12px;
}
.rightPanel__title .sw {
	margin-left: 15px;
}
.rightPanel__close ws-btn {
	width: 32px;
}
.rightPanel .searchInput {
	margin: 12px 20px 8px;
	height: 36px;
	background: var(--base-cont-mod-mid);
	border-radius: 18px;
}
.rightPanel .searchInput:focus-within {
	background: var(--base-cont-mod-input) !important;
}
.rightPanel .searchInput .in.search_started a.delete {
	display: flex;
	height: 20px;
	min-width: 16px;
	padding: 0 4px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	border: 1px solid var(--base-txt-muted);
	overflow: hidden;
	color: var(--base-txt-tertiary);
	text-align: center;
	text-overflow: ellipsis;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	margin-right: 8px;
}
.rightPanel__list {
	gap: 24px;
	padding: 12px 16px 36px;
}
.rightPanel__list__group-hidden {
	display: none;
}
.rightPanel__list__group__title {
	padding: 8px;
	border-bottom: 1px solid var(--base-line-secondary);
	font: var(--font-ui-18-title-2-bold);
	color: var(--base-txt-accent);
}
.rightPanel__list__item {
	gap: 8px;
	padding: 10px 8px;
	border-bottom: 1px solid var(--base-line-secondary);
	font: var(--font-ui-15-large-med);
	color: var(--base-txt-primary);
}
.rightPanel__list__item-off,
.rightPanel__list__item-disabled {
	color: var(--base-txt-muted);
}
.rightPanel .rightPanel__list__item-hidden {
	display: none;
}
.rightPanel .rightPanel__list__item-off .in,
.rightPanel .rightPanel__list__item-disabled .in {
	color: var(--base-txt-muted);
}
.rightPanel__list__item .hotKey {
	gap: 4px;
}
.rightPanel__list__item .hotKey .key {
	margin-right: 0;
	padding: 2px 6px;
	border-radius: 5px;
	border: 1px solid var(--base-txt-primary);
	box-shadow: 0 2px 0 0 var(--base-txt-primary);
	background: var(--base-hlt-notr-hover);
	font: var(--font-ui-14-regular-reg);
	color: var(--base-txt-accent);
	translate: 0 -1px;
	transform: perspective(3em) rotateX(15deg) scale(0.9);
}
.rightPanel__list__item .hotKey-off .key, .rightPanel__list__item .hotKey-disabled .key {
	border: 1px solid var(--base-txt-muted);
	box-shadow: 0 2px 0 0 var(--base-txt-muted);
	background: var(--base-hlt-g-notr-selected);
	color: var(--base-txt-tertiary);
}
.rightPanel__list__item .hotKey .text {
	padding: 0 4px;
	font: var(--font-ui-13-small-reg);
	color: var(--base-txt-secondary);
}
.rightPanel__list__item-clickable .in {
	color: var(--base-txt-act-major);
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
	cursor: pointer;
}
.rightPanel__list__item-disabled ws-icon[name^=award] {
	--icon-color: var(--base-btn-notice-major);
}

.rightPanel__overlay {
	position: fixed;
	pointer-events: auto;
	background-color: var(--colors-alpha-dark-20);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1020;
	display: none;
}

body.rightPanelOverlay .rightPanel__overlay {
	display: block;
}

.rightPanel__empty {
	min-height: 304px;
	width: 100%;
	background-image: url(/assets/img/no_recent_items_light.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-top: 32px;
	font: var(--font-ui-15-large-med);
	color: var(--base-txt-secondary);
	display: none;
}

.rightPanel__wrapper[data-type=hotkey] {
	.rightPanel__list__group__title .sw_pre {
		display: none;
	}
}
