.query-section {
	background-color: var(--bg-c6);
	border-radius: 1em;
	padding: 1em;
}

.query-panel {
	/* need to set a width and or a height */
	background-color: var(--bg-c6);
	padding: 1em;
	box-sizing: border-box;
	border-radius: .4em;
}

.query-scroll-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.query-panel ::-webkit-scrollbar-thumb{
	background-color: var(--bg-c6);
}

.query_basic_info {
	background-color: var(--fg-c6);
	border-radius: 1em;
	padding: 1em;
}

.column {
	padding: 0 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.query-sort {
	display: flex;
	gap: 1em;
}

.query-container {
	display: flex;
	flex-direction: column;
	margin: 1em;
}

.query-header {
	display: flex;
	padding: 1.5em 0em;
	box-shadow: 1px 2px 4px 1px rgba(1, 1, 1, 0.2);
	background-color: var(--bg-c4);
	font-weight: bold;
}

.query-filters {
	display: flex; 
	gap: 1em;
	align-items: center;
	justify-items: center;
	place-items: center;
}

.queries-list {
	flex: 1 0 auto;
	flex-direction: column;
	height: 80vh;
	overflow-y: scroll;
}

.query-item {
	display: flex;
	padding: 1em 0 0.5em 0;
	box-shadow: 1px 2px 4px 1px rgba(1, 1, 1, 0.2);
	margin-top: 0.5em;
	cursor: pointer;
}

.query-item:hover {
	background-color: var(--fg-c6);
}

.search-results {
	max-height: 40em;
	min-width: 19em;
	max-width: 27em;
	overflow-y: scroll;
	position: absolute;
	z-index: 1;
	background-color: var(--bg-c2);
	border-radius: 0.4em;
	top: 7.3em;
}

.search-results li {
	cursor: pointer;
	list-style: none;
}

.folders-sidebar li a {
	color: var(--text-c4) !important;
}

.folders-sidebar {
	background-color: var(--border-4) !important;
	color: var(--text-c4) !important;
}

.sort-inputs {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 2.5em;
	border-left: none;
}

.message-body {
	height: 20em !important;
}
.message-date {
	color: var(--border-1);
	font-style: italic;
	float: right;
}

.message-collapse-info {
	background-color: var(--fg-c6);
	padding: 0.5em;
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	font-size: 12px;
	margin-bottom: 1em;
}
.message-collapse-options {
	height: 10em;
	padding: 0.5em;
	background-color: var(--fg-c6);
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	font-size: 12px;
	text-align: center;
	margin-bottom: 1em;
}
.message-collapse-content {
	margin-bottom: 0.2em;
}
.message-collapes-status {
	border-radius: 0.4em 0.4em 0 0;
	text-align: center;
	padding: 0.3em;
}
.message-collapse-attachments {
	background-color: rgb(219, 170, 46);
	color: #fff;
	border-radius: 0.4em;
	margin-bottom: 0.2em;
	width: -moz-fit-content;
	width: fit-content;
}

.message-channel-icon {
	font-size: 3em;
	background-color: var(--bg-c2);
}

.message-container {
	margin-bottom: 1em;
	border-radius: .4em;
	background-color: var(--bg-c2);
	padding: 1em;
}

.sort-headers {
	padding: 0.5em 1em;
	text-align: center;
	height: 2.5em;
	min-width: 5em;
	border-top-right-radius: 0;
	border-top-left-radius: 0.5em;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.5em;
}
/*# sourceMappingURL=ui-ps-engagements.css.map */