.show-off {
	display: none !important;
}

.show-on {
	display: block !important;
}

#file-autocomplete-menu {
	background-color: transparent;
	max-height: 70vh !important;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 15px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	box-sizing: border-box;
}

#file-autocomplete-menu::-webkit-scrollbar {
	display: none;
}

#file-autocomplete-menu>div {
	box-sizing: border-box;
	font-size: 10pt;
	color: inherit;
	border-bottom: 1px dotted limegreen;
	padding-bottom: 4px;
	padding-top: 4px;
	cursor: pointer;
	color: #2a4cad;
	max-width: 100%;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}

#file-autocomplete-menu>div:hover,
#file-autocomplete-menu>div.hover {
	background-color: #41a10017;
}

#file-autocomplete-menu>div>small {
	color: black;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}

#file-autocomplete-menu>div>span {
	display: inline-block;
	max-width: calc(100% - 32px);
	overflow: hidden;
	text-overflow: clip;
	vertical-align: bottom;
	white-space: nowrap;
}

#file-autocomplete-menu>div img {
	vertical-align: middle;
	margin-right: 8px;
}

/* Styles for the committed slash command tag in the input field */
#file-command-tag {
	font-weight: bold;
	color: limegreen;
	/* You can choose any color you prefer */
}

#file-access-popup {
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(6px);
	z-index: 1000;
	width: 100%;
	height: 100vh;
	animation: fadeInFromNone 0.2s ease-out;
	text-align: center;
	color: white;
}

#file-access-popup a {
	cursor: pointer;
	text-decoration: none;
	padding: 12px;
	margin: 0 auto;
	display: block;
	width: 220px;
}

.apply-suggestion-btn {
	text-align: left;
	border: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: inherit;
	display: block;
	width: 100%;
	text-decoration: none;
}

.apply-suggestion-btn:hover {
	color: #2a4cad;
}
