body,
html,
button,
input,
optgroup,
select,
textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	/*background-color: #F0F4F8;*/
}

/* Disable all animations on elements with no-transition class to prevent visual jumping on page load */
.no-transition,
.no-transition * {
	transition: none !important;
	animation: none !important;
}

h1 {
	font-size: 2rem !important;
	font-weight: bold;
}

h2 {
	font-size: 1.5rem !important;
	font-weight: bold;
}

strong {
	font-weight: 600;
}

@media only screen and (min-width: 993px) {
	.container {
		width: 85% !important;
	}
}
:root {
	/* Primary palette */
	--color-primary: #243b53;
	--color-accent: #299aa4;
	--color-accent-dark: #285e61;
	--color-accent-mid: #14919b;
	--color-brand: #f1592a;

	/* Backgrounds */
	--color-bg: #f0f4f8;
	--color-bg-white: #ffffff;
	--color-bg-light: #f5f5f5;

	/* Borders */
	--color-border: #d9e2ec;
	--color-border-light: #bcccdc;

	/* Text */
	--color-text: rgba(0, 0, 0, 0.87);
	--color-text-secondary: rgba(0, 0, 0, 0.54);
	--color-text-muted: #627d98;
	--color-text-subtle: #9fb3c8;

	/* Status */
	--color-success: #3ebd93;
	--color-error: #e12d39;
	--color-warning: #f0b429;

	/* Spacing scale */
	--space-1: 0.25rem;
	--space-2: 0.5rem;
	--space-3: 0.75rem;
	--space-4: 1rem;
	--space-6: 1.5rem;
	--space-8: 2rem;
	--space-12: 3rem;

	/* Typography */
	--font-family: 'Source Sans Pro', sans-serif;
	--text-xs: 0.75rem;
	--text-sm: 0.875rem;
	--text-base: 1rem;
	--text-lg: 1.125rem;
	--text-xl: 1.25rem;
}

/* Colors */

vaadin-date-picker-overlay {
	z-index: 3000;
}

iframe {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	border: 0;
}

.recipient-list {
	max-height: 84px;
	overflow-y: scroll;
}

.template-gallery {
	overflow-x: scroll;
}

.message-template {
	width: 300px !important;
	height: 80px;
	padding: 8px;
	border: 1px solid var(--color-border);
	border-radius: 4px;
	margin-right: 8px;
}

.signature-preview {
	position: relative;
	height: 25px;
	margin-bottom: 10px;
	padding-left: 6px;
	line-height: 0.5;
	font-family: 'La Belle Aurore', cursive;
	/*font-family: angeliquemadouce colombe,"ff meta serif",georgia,serif;*/
	font-size: 30px;
	white-space: nowrap;
	border-bottom: 1px solid #d8d8d8;
}

.pill {
	display: inline-block;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 3px;
	font-weight: 500;
	letter-spacing: 0.025em;
	font-size: 0.85rem;
	text-transform: uppercase;
	cursor: pointer;
}

.pill--signed {
	background-color: #e9eef5;
	border-radius: 10px;
	cursor: default;
	font-weight: normal;
	letter-spacing: normal;
}

.pill--admin {
	background-color: #b2f5ea;
	color: var(--color-accent-dark);
}

.pill--owner {
	background-color: #feebc8;
	color: #9c4221;
	cursor: default;
}

.pill--orange {
	background-color: #feebc8;
	color: #9c4221;
}

.pill--gray {
	background-color: #ededed;
	color: var(--color-text-secondary);
}

.pill--indigo {
	background-color: #c3dafe;
	color: #434190;
}

.pill--current {
	background-color: #b2f5ea;
	color: var(--color-accent-dark);
}

.pill--status {
	background-color: var(--color-bg-light);
	color: var(--color-accent-dark);
}

.text-black {
	color: var(--color-text) !important;
}

.text-primary {
	color: var(--color-primary) !important;
}

.text-neutral {
	color: #a5852c !important;
}

.text-secondary {
	color: var(--color-text-secondary) !important;
}

.text-light {
	color: rgba(0, 0, 0, 0.38) !important;
}

.text-extra-light {
	color: rgba(0, 0, 0, 0.12) !important;
}

.text-white {
	color: rgba(0, 0, 0, 0) !important;
}

.text-brown {
	color: #6e500a;
}

.teamImgAdmin {
	height: 40px;
	border-radius: 2px;
}

.img-preview {
	max-height: 100px;
}

blockquote {
	border-left: 5px solid #2cb1bc !important;
}

/* label focus color */
.input-field input[type='text']:focus + label,
.input-field input[type='email']:focus + label,
.input-field input[type='tel']:focus + label {
	color: var(--color-brand) !important;
}
/* label underline focus color */
.input-field input[type='text']:focus,
.input-field input[type='email']:focus,
.input-field input[type='tel']:focus {
	border-bottom: 1px solid var(--color-brand) !important;
	box-shadow: 0 1px 0 0 var(--color-brand) !important;
}

p a,
.dropdown-content li > a,
a.link-accent,
.link-accent {
	color: var(--color-accent) !important;
	font-weight: 500;
	cursor: pointer;
}

.dropdown-content li > span {
	white-space: nowrap;
}

.dropdown-content {
	min-width: fit-content;
}

#navCount {
	font-weight: 500;
	text-wrap: nowrap;
	padding-right: 10px;
}

a.link-bold,
.link-bold {
	color: var(--color-accent) !important;
	font-weight: 600;
	cursor: pointer;
}

.dz-remove {
	color: var(--color-accent) !important;
	font-weight: 500;
	cursor: pointer;
	font-size: 0.9rem;
}

[type='radio']:checked + span:after {
	background-color: var(--color-accent) !important;
	border-color: var(--color-accent) !important;
}

.loading {
	position: fixed;
	z-index: 999;
	overflow: visible;
	background: var(--color-bg);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	height: 100vh;
}

/* CSS declarations go here */
#toast-container {
	top: auto !important;
	right: auto !important;
	bottom: 0%;
	left: 0%;
}

.no-uppercase {
	text-transform: none;
}

.update-date {
	background: var(--color-bg-light);
	padding: 4px 8px;
	display: inline-block;
	border-radius: 4px;
	font-size: 0.8em;
}
.darkToken {
	background-color: #323232;
}
.backdrop {
	background-color: #323232;
}

.dz-success-mark,
.dz-error-mark {
	display: none !important;
}
/*#OpenBidsTable:hover {
	background-color: #ffffff;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}*/

#OpenBidsTable tbody tr {
	background-color: #ffffff;
	-webkit-transition: background-color 1.4s ease;
	-moz-transition: background-color 1.4s ease;
	-o-transition: background-color 1.4s ease;
	transition: background-color 1.4s ease;
}
#OpenBidsTable tbody tr.highlighted {
	background-color: #42a99c;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
#OpenAsksTable tbody tr {
	background-color: #ffffff;
	-webkit-transition: background-color 1.4s ease;
	-moz-transition: background-color 1.4s ease;
	-o-transition: background-color 1.4s ease;
	transition: background-color 1.4s ease;
}
#OpenAsksTable tbody tr.highlighted {
	background-color: #8f746b;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
/*#UnseededIntroRedirect {
	background:none!important;
	color:inherit;
	border:none; 
	padding:0!important;
	font: inherit;
	border-bottom:1px solid #444; 
	cursor: pointer;
}*/
#ReceivedTransfers {
	z-index: 9999;
}
.checkbox-red[type='checkbox'] + label:before {
	border: 2px solid black;
	background: transparent;
}

.checkbox-red[type='checkbox']:checked + span:not(.lever):before {
	border: 2px solid transparent;
	border-bottom: 2px solid darkred;
	border-right: 2px solid darkred;
	background: transparent;
}
.switch.pause label .lever {
	background-color: #79ff4d;
}
.switch.pause label input[type='checkbox']:checked + .lever {
	background-color: #ff6666;
}
.switch.pause label input[type='checkbox']:checked + .lever:after {
	background-color: #ff3300;
}
.switch.verified label .lever {
	background-color: #a6a6a6;
}
.switch.verified label .lever:after {
	/*switch knob*/
	background-color: #737373;
}
/*.switch.verified label input[type=checkbox]:checked+.lever {
	background-color: #79ff4d;
}
.switch.verified label input[type=checkbox]:checked+.lever:after {
	background-color: #ffffff;
}*/

@media only screen and (min-width: 992px) {
	html > body tbody.scrollContent {
		display: block;
		height: 262px;
		overflow: auto;
		width: 100%;
		font-size: 0.75rem;
	}

	html > body thead.fixedHeader {
		display: table;
		overflow: auto;
		width: 100%;
	}

	html > body tbody.scrollContent td,
	html > body thead.fixedHeader th {
		width: 14%;
		padding: 3px;
	}

	th {
		white-space: nowrap;
	}
}

#OpenBidsTable th,
#OpenBidsTable td,
#OpenAsksTable th,
#OpenAsksTable td {
	padding: 5px 15px;
}

/*
	Whenever possible default Materialize.css classes are used but 
	sometimes we need to override them to get the appearance we want.
	Unfortunately we seem to have to use "!important" alot.
*/

.materialize-textarea {
	min-height: 2.5rem !important;
	padding: 1rem 0 1.25rem 0 !important;
	overflow-y: hidden !important;
	resize: none !important;
}

/* Layout Overrides */
.container {
	width: 90%;
}
.cursor-pointer {
	cursor: pointer;
}

.flex {
	display: flex;
}
.justify-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.items-center {
	align-items: center !important;
}

.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.align-middle {
	vertical-align: middle;
}
/* Create a vertical alignment helper for desktop and up */
@media only screen and (min-width: 601px) {
	.valign-wrapper-md {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.flex-md {
		display: flex !important;
	}

	.md-justify-between {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

section,
footer {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

/* Subnav*/
nav ul a {
	font-size: 16px !important;
}

.fixed {
	top: 0;
	position: relative;
	width: 100%;
}
.top {
	height: 40px;
	background: #63b3ed;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	position: top;
}
.subnav-fixed {
	position: fixed;
	top: 64px;
	width: 100%;
	z-index: 990;
	background-color: #fff;
	box-shadow:
		0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12),
		0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.subnav {
	display: flex;
	justify-content: space-between;
}

.pdfNav {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
}
.nav-shadow {
	box-shadow:
		0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12),
		0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.card {
	border-radius: 4px !important;
}

i.right {
	margin-left: 8px !important;
}
/* Layout Utilities */
.absolute {
	position: absolute;
}

.screen-height {
	height: 100vh;
}
.full-height {
	height: 100% !important;
}
.full-width {
	width: 100% !important;
}

.half-width {
	width: 50% !important;
}

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}
.pin-t {
	top: 0;
}
.pin-r {
	right: 0;
}
.pin-b {
	bottom: 0;
}
.pin-l {
	left: 0;
}
.relative {
	position: relative;
}
.lh-06 {
	line-height: 0.6;
}
.lh-11 {
	line-height: 1.1;
}
.p-0 {
	padding: 0rem !important;
}
.p-05 {
	padding: 0.5rem !important;
}
.p-1 {
	padding: 1rem !important;
}
.p-2 {
	padding: 2rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.5rem !important;
}

.pt-1 {
	padding-top: 0.5rem !important;
}

.pt-2 {
	padding-top: 0.75rem !important;
}

.pt-4 {
	padding-top: 1rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.row .col .actions-row {
	padding-bottom: 2rem !important;
}

.pb-12 {
	padding-bottom: 3rem;
}

.pl-0 {
	padding-left: 0 !important;
}

.pl-4 {
	padding-left: 14px;
}

.pl-8 {
	padding-left: 2rem;
}

.mr-05 {
	margin-right: 0.5rem;
}

.ml-0 {
	margin-left: 0px !important;
}

.ml-1 {
	padding-left: 0.75rem;
}

.ml-4 {
	padding-left: 1rem;
}

.ml-6 {
	margin-left: 1.5rem;
}

.ml-8 {
	margin-left: 2rem;
}

.ml-auto {
	margin-left: auto;
}

.pt-12 {
	padding-top: 3rem;
}

.p-12 {
	padding: 3rem;
}

.pt-20 {
	padding-top: 5rem;
}

.pb-20 {
	padding-bottom: 5rem;
}

.py-0 {
	padding-bottom: 0rem;
	padding-top: 0rem;
}

.py-20 {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-8 {
	padding-left: 2rem;
}

.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.pt-8 {
	padding-top: 2rem;
}

.p-4 {
	padding: 1rem;
}

.p-8 {
	padding: 2rem;
}

.m-2 {
	margin: 0.5rem;
}
.mt-0 {
	margin-top: 0rem !important;
}
.mt-05 {
	margin-top: 0.125rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}

.m-auto {
	margin: auto;
}
.mt-4 {
	margin-top: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-7 {
	margin-top: 1.7rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mr-1 {
	padding-right: 0.75rem;
}

.mr-4 {
	margin-right: 1rem;
}

.mr-6 {
	margin-right: 1.5rem;
}

.mr-8 {
	margin-right: 2rem;
}

.mr-12 {
	margin-right: 3rem;
}

.mr-20 {
	margin-right: 5rem;
}

.mb-0 {
	margin-bottom: 0rem;
}

.mb-05 {
	margin-bottom: 0.1rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 0.75rem !important;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-20 {
	margin-bottom: 5rem;
}

.rounded {
	border-radius: 0.25rem;
}

.border-none {
	border: none;
}

.border-blue-dashed {
	border: dashed 0.5px var(--color-primary);
}

.border-blue-dotted {
	border: dotted 1px var(--color-primary);
}

.border-blue-2 {
	border: solid 2px var(--color-primary) !important;
}

.border-blue-hover:hover {
	border: solid 1px var(--color-primary) !important;
}

.border-accent {
	border: dotted 4px var(--color-accent) !important;
}

.border-grey {
	border: solid 1px var(--color-border);
}
@media only screen and (max-width: 992px) {
	.mb-20-s {
		margin-bottom: 5rem;
	}
	.mb-4-s {
		margin-bottom: 1rem;
	}
	.mt-4-s {
		margin-top: 1rem;
	}
	.mt-6-s {
		margin-top: 1rem;
	}
}

#location {
	min-height: 400px;
	background-image: url(/images/map.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
/* Typography Overrides */

/* Fix text sizes in auth modals */
@media screen and (max-width: 900px) {
	#loginModal h2,
	#requestAccessModal h2 {
		font-size: 24px !important;
	}

	#loginModal p,
	#requestAccessModal p {
		font-size: 16px !important;
	}
}

/* Sizes */
.text-xxs {
	font-size: 0.65rem;
}

.text-xs {
	font-size: 0.75rem;
}

.text-sm {
	font-size: 0.9rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.4;
}

.text-lg {
	font-size: 1.125rem;
}

.text-xl {
	font-size: 1.25rem;
}

.text-2xl {
	font-size: 1.5rem;
}

.text-3xl {
	font-size: 2rem;
}

.text-4xl {
	font-size: 2.5rem;
}

h5,
h6 {
	line-height: 1.4;
}

/* Font Weights */
.font-normal {
	font-weight: 400;
}
.font-md {
	font-weight: 400;
}
.font-bold {
	font-weight: 700;
}

.update-card {
	height: 100%;
}

.text-uppercase {
	text-transform: uppercase;
}

.max-w-sm {
	max-width: 30rem !important;
}

.max-w-md {
	max-width: 40rem !important;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

/* Component Overrides */
@media only screen and (max-width: 601px) {
	.chart-wrapper {
		margin-left: 0px !important;
	}
	.chart-wrapper,
	.tableContainer {
		overflow-x: scroll;
		width: 100%;
		margin: auto;
	}
	#location {
		min-height: 300px;
	}
	.subnav-fixed {
		top: 56px;
	}

	.sm-text-xs {
		font-size: 0.65rem;
	}

	.sm-text-base {
		font-size: 1rem;
	}

	.sm-p-0 {
		padding: 0px !important;
	}

	.sm-p-1 {
		padding: 0.15rem !important;
	}

	.sm-justify-between {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mt-0-s {
		margin-top: 0rem;
	}
}

nav,
.subnav-fixed,
.nav-shadow {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
}

@media only screen and (min-width: 601px) {
	.brand-logo img.responsive-img {
		height: 48px !important;
		margin-top: 8px;
	}
	.row .col.offset-m-1-2 {
		margin-left: 12.5% !important;
	}

	.m-right {
		float: right;
	}

	.md-half-width {
		width: 50% !important;
	}

	.md-mt-0 {
		margin-top: 0rem;
	}

	.md-mt-4 {
		margin-top: 1rem;
	}

	.md-pl-4 {
		padding-left: 14px;
	}

	.md-mr-8 {
		margin-right: 2rem;
	}
}

@media only screen and (max-width: 992px) {
	nav .brand-logo {
		left: auto;
		transform: none;
	}
	.brand-logo img.responsive-img {
		height: 36px !important;
		margin-top: 10px;
	}
}

.btn-light {
	background: var(--color-bg) !important;
	color: var(--color-primary) !important;
}

.btn-light:hover {
	background: var(--color-border-light) !important;
}
.btn-large {
	border-radius: 4px !important;
}

.border-t-1 {
	border-top: 1px solid var(--color-bg);
}

.border-t-2 {
	border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.border-l-1 {
	border-left: 1px solid var(--color-border);
}

.border-b-1 {
	border-bottom: 1px solid var(--color-bg) !important;
}

.border-b-1-edit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.edits-center-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-wrap: nowrap;
}

.fixed-footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	width: 100%;
	z-index: 100;
	height: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.help {
	list-style-type: initial !important;
	margin-left: 100px;
}

/* Sidenav Overrides */
.sidenav-overlay {
	z-index: 500 !important;
}

nav ul li .active-link {
	border-bottom: 3px solid var(--color-primary) !important;
}

/* Toast Overrides*/
/*#toast-container {
	right: auto !important;
	left: 5%;
}
.toast {
	background-color: #fff!important;
	border-radius: 4px!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10)!important;
}*/

/* Tabs Overrides */
.tabs {
	background-color: transparent;
}

.tabs .tab {
	text-transform: none;
}

.tabs .indicator {
	background-color: var(--color-accent-mid) !important;
}

.tabs .tab a {
	font-size: 16px !important;
	color: var(--color-text-muted) !important;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
	background-color: transparent;
}

.tabs .tab a.active,
.tabs .tab a:focus.active {
	color: var(--color-accent-mid) !important;
}

.bg-grey-lightest {
	background: var(--color-bg);
}

.bg-grey-darker {
	background-color: var(--color-primary) !important;
}

.bg-grey-dark {
	background-color: #486581;
}

.circle-icon {
	background: var(--color-bg-light);
	border-radius: 50%;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	text-align: center;
	line-height: 65px;
	vertical-align: middle;
	font-size: 30px;
	color: var(--color-text);
	margin: auto;
}

/*#team .card-image img {
	border-radius: 50%;
	height: 120px;
}*/

.nav-img {
	height: 32px;
	margin-left: 4px;
}

@media only screen and (max-width: 601px) {
	.circle-icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.help {
		list-style-type: initial !important;
		margin-left: 40px;
	}

	.right-align-s {
		text-align: right;
	}
}
.onboarding-step.complete {
	background-color: #b2dfdb !important;
}

.onboarding-step.complete .circle-icon {
	background: #4db6ac;
	color: #fff;
}

.onboarding-step.complete .btn-large {
	background-color: #fff !important;
	color: #4db6ac;
}

.modal {
	width: 85% !important;
	/*overflow-y: visible;
	overflow-y: visible!important;*/
}

#viewGiftTransferModal,
#addNewTemplate {
	overflow: auto;
}

#stepwiseControls .btn-flat:hover {
	background-color: #e0e0e0 !important; /* light gray */
	color: inherit !important; /* keep normal text/icon color */
}

#editUserTags,
#addShares,
#editObservers,
#addRemoveParticipant {
	overflow: visible;
}

.modal-xxs {
	max-width: 14rem !important;
}

.modal-xs {
	max-width: 20rem !important;
}

.modal-22 {
	max-width: 22rem !important;
}

.modal-sm {
	max-width: 30rem !important;
}

.modal-md {
	max-width: 40rem !important;
}

.modal-lg {
	max-width: 50rem !important;
}

/*#ShareholderLetter.modal {
	width: 60%!important;
}*/
.update-content {
	display: none;
}

.update-content.active {
	display: block;
}

.admin:hover {
	/*background: var(--color-bg-light);*/
	border: dotted #000 1px;
	cursor: pointer;
}

.edit-tooltip {
	position: absolute;
	background-color: #000;
	color: #fff;
}

.google-visualization-tooltip-item {
	white-space: nowrap;
}

.google-visualization-tooltip {
	pointer-events: auto;
	opacity: 0.95;
	z-index: 1001 !important;
}

/* Ensure tooltip stays visible when hovering over it */
.google-visualization-tooltip:hover {
	display: block !important;
	visibility: visible !important;
}

/* Scrollbar styling for tooltip */
.google-visualization-tooltip::-webkit-scrollbar {
	width: 8px;
}
.google-visualization-tooltip::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}
.google-visualization-tooltip::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 4px;
}
.google-visualization-tooltip::-webkit-scrollbar-thumb:hover {
	background: #888;
}

/* Admin onboarding guide */
.onboarding-card {
	border: 1px solid var(--color-text-subtle);
	border-radius: 5px;
	background-color: #ffffff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
}

/*.onboarding-card:hover {
	cursor: pointer;
}*/

.onboarding-collapsed {
	display: flex;
	align-items: center;
}

.hidden {
	display: none !important;
}

.gt-loading-hidden {
	display: none !important;
}

.spinner-layer {
	border-color: var(--color-accent) !important;
}

.guide-checkbox {
	background: var(--color-bg);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	padding: 12px;
	color: #fff;
	display: block;
	fill: #fff;
}

.disable {
	pointer-events: none !important;
}

.guide-checkbox.complete {
	background: #2bbbad;
}

.guide-item-heading {
	font-size: 1.3rem;
	margin: 0;
	font-weight: 700;
}

.guide-item-desc {
	margin: 5px 0 0 0;
	color: var(--color-text-secondary) !important;
}

.guide-next {
	height: 36px;
	width: 36px;
	float: right;
	fill: var(--color-bg);
}

/* Shareholder onboarding guide */
.onboarding-card.active {
	border: 1px solid var(--color-primary);
}

.onboarding-card a,
.not-supported a {
	color: var(--color-accent) !important;
}

/*.onboarding-expanded {
	display: none;
}*/
.onboarding-expanded h4 {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-primary);
	margin-bottom: 0.5rem;
}

.onboarding-expanded ol {
	padding-left: 18px;
}

.onboarding-expanded li {
	margin-bottom: 0.5rem;
}

.onboarding-expanded h5,
.onboarding-support h4 {
	font-size: 18px;
	font-weight: 600;
	color: var(--color-primary);
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.onboarding-support p {
	margin-top: 0;
}

.onboarding-support a {
	color: inherit;
}

.onboarding-checkbox {
	background-color: var(--color-bg);
	width: 50px !important;
	height: 50px !important;
	min-width: 50px !important;
	border-radius: 25px !important;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	padding: 0.75rem !important;
	color: #fff;
	display: block;
	fill: var(--color-border-light);
	border: 2px solid var(--color-border-light);
	margin-right: 1rem;
	margin-left: 1rem;
}

.onboarding-checkbox.complete {
	background: var(--color-primary);
	border: 2px solid var(--color-primary);
}

.onboarding-item-heading {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	color: var(--color-text);
}

.onboarding-support-row {
	display: flex;
}

.onboarding-expanded {
	padding-left: calc(2rem + 50px);
	padding-right: 1rem;
}

.onboarding-item-desc {
	margin: 5px 0 0 0;
	color: var(--color-text-muted) !important;
	font-size: 14px;
}

.onboarding-next {
	height: 24px;
	width: 24px;
	min-width: 24px;
	float: right;
	fill: var(--color-text-muted);
	margin-left: auto;
	margin-right: 1rem;
}

.active .onboarding-next svg {
	transform: rotate(-270deg);
}

.google-play-btn,
.app-store-button {
	display: inline-block;
}

@media (max-width: 600px) {
	.onboarding-item-heading {
		font-size: 16px;
	}

	.onboarding-support-row {
		display: block;
	}
	.onboarding-item-desc {
		font-size: 15px !important;
	}
	.onboarding-expanded {
		padding-left: 1rem;
	}

	.onboarding-expanded p,
	.onboarding-expanded li,
	.onboarding-expanded span {
		font-size: 13px;
	}
}

.btn-outline {
	border: 1px solid var(--color-text-subtle);
	border-radius: 2px;
	background-color: transparent;
	color: var(--color-primary);
	box-shadow: none;
}
.red-text {
	color: var(--color-error);
}

.green-text {
	color: var(--color-success);
}

.teal-text {
	color: var(--color-accent);
}

.drop-area:hover {
	background: var(--color-bg);
	cursor: pointer;
}

.error-card {
	background-color: #ffe3e3;
	border-top: solid 3px var(--color-error);
	padding: 0.5rem;
}
.btn-outline:hover {
	background: transparent;
}
.btn-outline:focus {
	background: transparent;
}

.chip-public {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #65d6ad;
	font-size: 16px;
	color: #65d6ad !important;
	padding: 2px 8px;
	border-radius: 2px;
	text-transform: capitalize;
}

.chip-private {
	display: inline-block;
	background: #ffffff;
	border: 1px solid var(--color-text-subtle);
	font-size: 16px;
	color: var(--color-text-subtle);
	padding: 2px 8px;
	border-radius: 2px;
	text-transform: capitalize;
}
.py-2 {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.py-75 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}

.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.profile-nav {
	padding: 1rem;
	background: var(--color-bg);
}

.profile-nav ul {
	list-style: none;
}

.profile-nav ul li {
	padding-top: 0.5rem;
}

.display-banner {
	display: block;
	padding: 0.75rem;
	background: #65d6ad;
	width: 100%;
	margin-top: 1rem;
	transition: box-shadow 0.2s cubic-bezier(0.64, 0, 0.35, 1);
	transition-delay: 0.1s;
	box-shadow:
		rgba(63, 63, 68, 0.05),
		0 1px 3px 0 rgba(63, 63, 68, 0.15);
}

.display-banner.info {
	border-top: var(--color-accent-mid) solid 3px;
	background: var(--color-bg);
}

#updatesContent .modal-content {
	padding: 24px !important;
}

.doc-full {
	flex-grow: 1;
	overflow-y: hidden;
	height: calc(100vh - 168px);
}

.todo-card {
	background: #ffffff;
	border: 1px solid var(--color-primary);
	box-shadow:
		0 1px 2px 2px rgba(0, 0, 0, 0.05),
		inset 3px 0 0 0 var(--color-primary);
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 0.5rem;
	border-radius: 4px;
}

.chart {
	width: 100%;
	min-height: 428px; /* 388px; */ /* 437px; */
}

.share-card {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 1rem;
}

.stats-card {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}

.stat-item-3 {
	width: 33%;
	border-left: 1px solid #e1e1e1;
}

dd {
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Cap Table CSS */
@media (max-width: 600px) {
	.stat-item-3 {
		width: 100%;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border-left: none;
	}

	.sm-border-r-1 {
		border-right: 1px solid var(--color-border);
	}

	.sm-border-l-1 {
		border-left: 1px solid var(--color-border);
	}

	.sm-border-t-1 {
		border-top: 1px solid var(--color-border);
	}

	.sm-border-b-1 {
		border-bottom: 1px solid var(--color-border);
	}
}

@media (min-width: 600px) {
	.md-border-l-1 {
		border-left: 1px solid var(--color-border);
	}

	.md-border-r-1 {
		border-right: 1px solid var(--color-border);
	}

	.stat-item-3 {
		width: 20%;
	}

	.msg-btn {
		margin-top: 4rem;
		float: right;
	}
}

.center-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-icon {
	height: 20px;
	margin-right: 5px;
}

.checkbox-error[type='checkbox']:checked + span:not(.lever):before {
	border: 2px solid transparent;
	border-bottom: 2px solid #d32f2f;
	border-right: 2px solid #d32f2f;
	background: transparent;
}

/*emailHistorySortTable
fundraisingSortTable
indicationsSortTable
roomsSortTable
eventsSortTable
allocationsTable
transactionsSortTable
valuationsSortTable
userDebtEventsSortTable
userEquityEventsSortTable
userTransactionsSortTable*/
@media (min-width: 200px) and (max-width: 600px) {
	#fundraisingSortTable td,
	#captable td {
		white-space: normal;
	}
}

/* For Units divs on Fundraising Page */
@media (min-width: 200px) and (max-width: 1000px) {
	.stop-stack {
		display: inline-block !important;
	}
}

@media (min-width: 600px) {
	#capTable td,
	#transactionsSortTable td,
	#valuationsTable td,
	#eventsTable td,
	#allocationsTable td,
	#fundraisingSortTable td,
	#campaignSortTable td {
		white-space: normal;
		overflow-x: auto;
		max-width: 350px;
	}

	#transactionsSortTable thead th,
	#valuationsTable thead th,
	#eventsTable thead th,
	#allocationsTable thead th,
	#fundraisingSortTable thead th,
	#campaignSortTable thead th,
	#userEquityTransactionsSortTable thead th,
	#userDebtEventsSortTable thead th,
	#userGOAccountEventsSortTable thead th,
	#crossCheckVestingSortTable thead th,
	#allocatorTable thead th,
	#form1099Table thead th {
		position: sticky !important;
		top: 0px !important;
		background: white !important;
		z-index: 1 !important;
	}
	#capTable thead th {
		position: sticky !important;
		top: 0px !important;
		background: white !important;
		z-index: 1 !important;
	}

	.stats-card {
		display: flex;
	}
	.stat-item-3 {
		/* width: auto !important; */
		padding: 15px;
	}
}

/* Fundraising Table CSS */
@media (max-width: 667px) {
	.table-wrap-f {
		position: relative;
		overflow: clip;
	}

	.table-wrap {
		position: relative;
		overflow: hidden;
	}

	.sm-hz-scroll {
		overflow-x: auto;
		overflow-y: visible;
		/*width: 300px;*/
		margin-left: 150px;
		white-space: nowrap;
	}

	.sm-hz-scroll-no-margin-f {
		overflow-x: auto;
		overflow-y: visible;
		/*width: 300px;*/
		white-space: nowrap;
	}

	.sm-hz-scroll-no-margin {
		overflow-x: auto;
		overflow-y: visible;
		/*width: 300px;*/
		white-space: nowrap;
	}

	.sm-fixed-left {
		left: 0;
		position: absolute;
		z-index: 5;
		top: auto;
		width: 150px;
		background: #fff;
		outline: 1px solid rgba(0, 0, 0, 0.12);
		overflow-x: auto;
	}

	th.sm-fixed-left {
		outline: transparent;
	}

	.table-content {
		width: 100%;
	}

	.sm-block {
		flex-direction: column-reverse;
		width: 100%;
	}

	.sm-block-btn {
		display: block;
		width: 100%;
		margin-bottom: 8px;
	}
	.sm-w-full {
		width: 100%;
	}

	.sm-mb-4 {
		margin-bottom: 1rem;
	}
}

/* Cap table (users/supervisor): prevent column overflow on all screen sizes */
#tableWrap {
	overflow: clip;
	max-width: 100%;
}
/* Desktop only: override mobile .sm-hz-scroll margin/whitespace */
@media (min-width: 668px) {
	#tableWrap .sm-hz-scroll {
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
		min-width: 0; /* allow shrinking in flex so overflow works */
		width: 100%;
	}
}

/* Adjusts overflow-hidden for captable custom status tooltip
   BREAKS STICKY HEADERS ON NARROWER SCREENS*/
/*@media (min-width: 668px) and (max-width: 1155px) {
	.table-wrap {
		overflow: hidden!important;
	}
}*/

.shareholder-img {
	height: 32px;
	width: 32px;
}

.selectShareholder {
	height: 32px;
	width: 50px !important;
	display: none;
}
.shareholder-row:hover .selectShareholder {
	display: block !important;
}

.shareholder-row:hover .shareholder-img {
	display: none !important;
}

.shareholder-row:hover .shareholder-initials {
	display: none !important;
}

/* input[type=checkbox] .shareholder-img {
	display : none!important;
}*/

/*.shareholder-img:hover {
	display: none;
}*/

.share-tag {
	border-radius: 2px;
	background: var(--color-bg);
	padding: 4px;
}

/* @media (max-width: 600px) {
	.share-tag {
		border-radius: 2px;
		background: var(--color-bg);
		font-size: 0.5rem;
		padding: 0.25rem 0.5rem;
		text-transform: uppercase;
		font-weight: 500;
		display: inline-block;
		letter-spacing: 0.025em;
		margin-top: 0.25rem;
	}
} */

.category-tag {
	border-radius: 2px;
	background: var(--color-bg);
	font-size: 0.5rem;
	padding: 0.25rem 0.5rem;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 0.025em;
	margin-top: 0.25rem;
}

th[role='columnheader']:not(.no-sort) {
	cursor: pointer;
}

th[role='columnheader']:not(.no-sort):after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #404040 transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

th[aria-sort='descending']:not(.no-sort):after {
	border-bottom: none;
	border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: 0.7;
}

th[role='columnheader']:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}

.chips .input {
	width: 220px !important;
}

.bank .input {
	width: 72% !important;
}

.subject-input {
	padding: 6px 4px;
	width: 100%;
	font-size: 16px;
}

#editor {
	min-height: 200px;
}

.ql-editor {
	min-height: 200px;
}

.ql-nth .ql-picker-label {
	width: 80px !important;
}

.ql-form .ql-picker-label {
	width: 86px !important;
}

.show-tag-btn {
	/*display: inline-block;*/
	float: right;
	line-height: 54px;
	vertical-align: middle;
}

.warning-banner {
	padding: 0.5rem;
	background-color: #fff3c4;
	border-left: 3px var(--color-warning) solid;
}

[type='checkbox'] + span:not(.lever) {
	vertical-align: middle;
}

.action-card:hover {
	background-color: var(--color-bg);
}

#personal span {
	display: inline-table;
}

#personal span:before {
	margin-top: 4px;
}
/*.modal {
	overflow-y: visible!important;
}*/

.vesting-progress {
	width: 100%;
	background: var(--color-bg-light);
	height: 8px;
	overflow: hidden;
	border-radius: 2px;
}

.vesting-progress-bar {
	background: var(--color-accent);
	height: 8px;
}

.workspace-list-item {
	padding: 0.5rem 1rem;
	border: solid 1px #e2e8f0;
	border-radius: 0.5rem;
	margin-bottom: 0.5rem;
	cursor: pointer;
	background: #fff;
}

.w-4 {
	width: 1rem;
}

.h-4 {
	height: 1rem;
}

.fixed-wrap {
	position: relative;
	height: 40px;
	z-index: 997;
	display: flex;
	background: #000;
	color: #fff;
	align-items: center;
	font-size: 0.9rem;
}

.alert {
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 997;
	display: flex;
	background-color: #b2f5ea;
	color: var(--color-accent-dark);
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
}

.callToActionDetails {
	max-height: 75vh;
	overflow-y: auto;
}

.shareClassDetails {
	max-height: 75vh;
	overflow-y: auto;
}

.roomsList {
	max-height: 30vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-clip {
	overflow: clip !important;
}

.initials,
.navImg {
	height: 2.5rem;
	width: 2.5rem;
	display: flex;
	justify-content: center;
	background: var(--color-bg);
	border-radius: 50%;
	align-items: center;
	border: 1px solid var(--color-border); /*var(--color-bg);*/
}

.shareholder-initials {
	height: 32px;
	width: 32px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	background: var(--color-bg);
	border-radius: 50%;
	align-items: center;
	border: 1px solid var(--color-border);
}

.dropSummary {
	color: var(--color-text-secondary) !important;
	font-size: 0.9rem;
	display: block;
	line-height: 22px;
	padding: 14px 16px;
}

.text-black {
	color: var(--color-text) !important;
}

.circle {
	border-radius: 50% !important;
}

.circle-lg {
	width: 80px;
	height: 80px;
	font-size: 18px;
}

.slider {
	height: auto;
	overflow-y: hidden;
	overflow-x: hidden;
	transition-property: max-height;
	transition-duration: 0.5s;
	transition-timing-function: ease-out; /* cubic-bezier(0, 1, 0.5, 1); */
}

.slider.closed {
	max-height: 0;
}

.message-list {
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.h-5 {
	height: 1.25rem;
}
.w-5 {
	width: 1.25rem;
}

.h-12 {
	height: 3rem;
}
.w-12 {
	width: 3rem;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.bg-yellow-50 {
	background: rgba(255, 251, 235);
}

.bg-red-50 {
	background: rgba(254, 242, 242);
}

.bg-blue-50 {
	background: rgba(239, 246, 255);
}

.text-blue-400 {
	color: rgba(96, 165, 250);
}

.text-blue-700 {
	color: rgba(29, 78, 216);
}

.text-yellow-400 {
	color: rgba(251, 191, 36);
}

.text-yellow-500 {
	color: rgba(245, 158, 11);
}

.text-yellow-700 {
	color: rgba(180, 83, 9);
}

.text-red-500 {
	color: rgba(239, 68, 68);
}

.text-red-700 {
	color: rgba(185, 28, 28);
}

.text-red-800 {
	color: rgba(153, 27, 27);
}

.landing {
	display: block;
	width: 100%;
	/*	height:520px;
	min-height: 520px;
	max-height: 520px; */
	margin-top: 0px;
	margin-bottom: 0px;
}

.profile {
	max-width: 35rem !important;
	width: 35rem;
}

/* Animation */
.animate {
	white-space: nowrap;
	overflow: hidden;
	animation: animated-text 2s linear 0s 1 normal both;
}

/* text animation */

@keyframes animated-text {
	from {
		width: 15px;
	}
	to {
		width: 360px;
	}
}

/* FOOTER */

#transactionsWrap,
#eventsWrap,
#valuationsWrap,
#authed,
#shareholderDashboard,
#shareholderDetails .container .row #shareholdersAdmin,
#shareholdersPro,
#ledgersAdmin .container .row,
#documentList,
#updatesContent {
	padding-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
	#transactionsWrap,
	#eventsWrap,
	#valuationsWrap,
	#authed,
	#shareholderDashboard,
	#shareholderDetails .container .row #shareholdersAdmin,
	#shareholdersPro,
	#ledgersAdmin .container .row,
	#documentList,
	#updatesContent {
		padding-bottom: 50px !important;
	}
	.fixed-footer .container {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		justify-content: center;
		text-align: center;
	}
	.fixed-footer {
		height: auto;
	}

	.fixed-footer a {
		margin: 0 auto 0 auto;
	}

	.pt-4,
	.pb-4 {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* Date range filter dropdowns - ensure Materialize wrapper is wide enough */
[id^='filterWrapDateRange'] .select-wrapper {
	min-width: 220px;
}
[id^='filterWrapDateRange'] .select-wrapper input.select-dropdown {
	min-width: 220px;
}

/* Floating left admin controls on ledgers page */
.ledger-admin-controls {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 101;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 6px;
	background: white;
	border-radius: 0 8px 8px 0;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.ledger-admin-controls a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 6px;
	overflow: visible !important;
}
.ledger-admin-controls a:hover {
	background: var(--color-bg-light);
}
.ledger-admin-controls a i {
	margin: 0 !important;
}
.ledger-admin-controls a .btn-label {
	position: absolute;
	left: 48px;
	top: 50%;
	transform: translateY(-50%) scaleX(0);
	transform-origin: left center;
	background: #fff;
	color: #333;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	z-index: 200;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	transition:
		transform 0.2s ease,
		opacity 0.15s ease,
		visibility 0.15s ease;
}
.ledger-admin-controls a:hover .btn-label {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) scaleX(1);
}
@media (max-width: 600px) {
	.ledger-admin-controls {
		top: auto;
		bottom: 68px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		flex-direction: row;
		justify-content: center;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	}
	.ledger-admin-controls a .btn-label {
		left: 50%;
		top: auto;
		bottom: 48px;
		transform: translateX(-50%) scaleY(0);
		transform-origin: bottom center;
	}
	.ledger-admin-controls a:hover .btn-label {
		transform: translateX(-50%) scaleY(1);
	}
}

/* Google Charts - Remove hover stroke/border on bars */
#chart_div svg rect {
	stroke: none !important;
	stroke-width: 0 !important;
}

/* Summary Squares Config Modal */
#ssqModal.modal {
	max-width: 560px !important;
}
.ssq-body {
	padding: var(--space-2) 0;
}
.ssq-slot {
	border: 1px solid var(--color-border);
	border-radius: 6px;
	padding: var(--space-4);
	margin-bottom: var(--space-3);
	background: var(--color-bg-light);
}
.ssq-slot-header {
	display: flex;
	align-items: center;
	gap: var(--space-2);
	margin-bottom: var(--space-3);
}
.ssq-slot-header .slot-number {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--color-border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-xs);
	font-weight: 600;
	color: var(--color-text-muted);
	flex-shrink: 0;
}
.ssq-slot-header .slot-title {
	font-weight: 600;
	font-size: var(--text-sm);
	color: var(--color-text);
}
.ssq-field-row {
	display: flex;
	gap: var(--space-3);
	margin-bottom: var(--space-2);
}
.ssq-field-row .ssq-field {
	flex: 1;
}
.ssq-field label {
	font-size: var(--text-xs);
	font-weight: 500;
	color: var(--color-text-muted);
	display: block;
	margin-bottom: var(--space-1);
}
.ssq-field input,
.ssq-field select {
	width: 100%;
	height: 2.25rem;
	padding: 0.4rem var(--space-2);
	border: 1px solid var(--color-border-light);
	border-radius: 4px;
	font-size: var(--text-sm);
	box-sizing: border-box;
}
.ssq-field input:focus,
.ssq-field select:focus {
	border-color: var(--color-brand);
	outline: none;
	box-shadow: 0 0 0 1px var(--color-brand);
}
.ssq-source-wrapper {
	position: relative;
}
.ssq-field-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: var(--color-bg-white);
	border: 1px solid var(--color-border);
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 1001;
	max-height: 220px;
	overflow-y: auto;
}
.ssq-field-dropdown.open {
	display: block;
}
.ssq-field-dropdown-category {
	padding: 0.4rem var(--space-3);
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--color-text-muted);
	background: var(--color-bg-light);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.ssq-field-dropdown-item {
	padding: 0.4rem var(--space-3);
	cursor: pointer;
	font-size: var(--text-sm);
}
.ssq-field-dropdown-item:hover {
	background: var(--color-bg);
}
.ssq-field-dropdown-item .item-source {
	font-size: 0.7rem;
	color: var(--color-text-subtle);
	margin-left: var(--space-2);
}
.ssq-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: var(--space-4);
	padding-top: var(--space-3);
	border-top: 1px solid var(--color-border);
}
.ssq-reset-link {
	font-size: var(--text-sm);
	color: var(--color-accent);
	cursor: pointer;
}
.ssq-reset-link:hover {
	text-decoration: underline;
}

/* FieldPickerRenderer — shared field picker component styles */
.fp-category-header {
	font-weight: 600;
	color: #666;
	padding: 0.5rem 0.75rem;
	font-size: 0.75rem;
	background: #f5f5f5;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.fp-collapsible {
	cursor: pointer;
	user-select: none;
}
.fp-collapse-icon {
	font-size: 1rem;
	vertical-align: middle;
	margin-right: 4px;
	transition: transform 0.2s;
}
.fp-field-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.75rem;
	cursor: pointer;
	font-size: 0.9rem;
	transition: background 0.1s;
}
.fp-field-item:hover {
	background: #e3f2fd;
}
.fp-field-icon {
	font-size: 1rem;
	color: #999;
}
.fp-field-name {
	font-weight: 500;
}
.fp-field-source {
	font-size: 0.8rem;
	color: #666;
	margin-top: 0.1rem;
}
.fp-empty {
	color: #999;
	font-size: 0.85rem;
	padding: 0.5rem;
}
