/* QCA v1 — chrome post-login */

:root {
	--tn-primary: #2c5282;
	--tn-primary-dark: #1a365d;
	--tn-sidebar-text: #e8eef4;
	--folders-color: #e8eef4;
	--folders-selected-bg-color: rgba(44, 82, 130, 0.45);
	--folders-hover-bg-color: rgba(255, 255, 255, 0.12);
	--settings-menu-color: #e8eef4;
	--settings-menu-selected-bg-color: rgba(44, 82, 130, 0.45);
}

#rl-app.rl-started {
	background: #eef2f7 !important;
	background-image: none !important;
}

#rl-left {
	background: linear-gradient(180deg, #1a365d 0%, #0f2438 100%) !important;
	border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
	display: flex !important;
	flex-direction: column !important;
}

.tn-brand-header {
	flex-shrink: 0;
	padding: 14px 12px 12px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.18);
}

.tn-brand-logo {
	display: block;
	max-height: 44px;
	max-width: 168px;
	margin: 0 auto;
	object-fit: contain;
}

.tn-brand-title {
	margin-top: 10px;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.tn-brand-tagline {
	margin-top: 4px;
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.72);
}

.tn-support-bar {
	margin: 6px 10px 8px;
}

.tn-support-bar a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 10px;
	border-radius: 8px;
	background: rgba(44, 82, 130, 0.35);
	border: 1px solid rgba(44, 82, 130, 0.55);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 0.78rem;
	font-weight: 600;
}

.tn-list-brand {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-right: auto;
	padding: 4px 10px 4px 4px;
	border-radius: 999px;
	background: rgba(44, 82, 130, 0.12);
	border: 1px solid rgba(44, 82, 130, 0.25);
}

.thm-message-list-top-toolbar {
	border-bottom: 2px solid var(--tn-primary) !important;
}

#rl-left .btn.buttonCompose.btn-success {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 10px 12px !important;
	min-height: 42px;
	height: auto !important;
	line-height: 1.25 !important;
	box-sizing: border-box !important;
	border-radius: 10px !important;
	background: linear-gradient(135deg, #2c5282 0%, #1a365d 100%) !important;
	border: none !important;
	color: #fff !important;
	font-weight: 600 !important;
}

#rl-left > .b-toolbar:first-of-type {
	height: auto !important;
	overflow: visible !important;
	padding: 8px 10px 10px !important;
	display: flex !important;
	align-items: center !important;
}

#rl-left .b-folders a {
	color: var(--folders-color) !important;
}

#rl-left .b-folders li.selected > a {
	background-color: var(--folders-selected-bg-color) !important;
	color: #fff !important;
}

#rl-app #rl-content {
	background: #eef2f7 !important;
}
