ul.dropdown-custom-context-menu {
	position: absolute;
	z-index: 1100;
	float: left;
	max-width: 250px;
	display: none;
	padding: 5px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: var(--background-color-v2);
	border: 1px solid var(--background-color-v2);
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-family: inter,serif;
	font-size: 14px;
	border-radius: 6px;
	box-shadow: 0 5px 10px var(--box-shadow-color);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align: left;
}

.dropdown-context-menu-item {
	box-shadow: 0px 1px 2px var(--background-color-v2)!important;
	border-radius: 8px;
	border-bottom: 1px solid var(--background-color-v2);
	display: inline-grid;
	border-color: unset;
	border-style: unset;
	border-width: unset;
	font: normal normal 15px/50px inter,serif;
	font-weight: 500;
}

.dropdown-context-menu-item a {
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: var(--text-main-color);
	white-space: nowrap;
	text-decoration: none;
}

.dropdown-context-menu-item a:hover {
	filter: brightness(50%);
}

.dropdown-context-menu-item button {
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: var(--text-main-color);
	white-space: nowrap;
	text-decoration: none;
}

.dropdown-context-menu-item button:hover {
	filter: brightness(50%);
}

.table-dropdown-custom-context-menu {
	position: absolute!important;
	z-index: 1100;
	float: left;
	max-width: 300px;
	display: none;
	list-style: none;
	background-color: var(--table-class-table-row-background-color);
	border: 1px solid var(--input-border-color);
	font-family: inter,serif;
	font-size: 12px;
	border-radius: 6px;
	box-shadow: 0 5px 10px var(--input-border-color);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align: left;
	padding: 8px;
}

.table-dropdown-custom-context-menu:hover {
	color: unset;
	background-color: var(--table-class-table-row-background-color);
}

.table-dropdown-context-menu-item {
	background-color: var(--table-class-table-row-background-color);
	box-shadow: 0px 1px 2px var(--table-class-table-row-background-color) !important;
	border-radius: 8px;
	border-color: unset;
	border-style: unset;
	border-width: unset;
	font: normal normal 14px / 45px inter, serif;
	font-weight: 500;
}

.table-dropdown-context-menu-item a {
	padding: 8px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: var(--text-main-color);
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

.table-dropdown-context-menu-item span {
	padding: 8px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: var(--text-main-color);
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

