	#hq #menu ul ul {
		margin-left: 6px;
	}
	#hq #menu ul ul li + li {
		margin-top: 5px;
		font-size: 14px;
	}
	#hq #menu ul ul a {
		font-weight: 400;
	}
	
	#hq table td {
		font-size: 15px;
		color: #808A99;
	}
	
#modal-container:has(.modal--opened) {
	height: 100% !important;
}
section nav {
	margin-top: 3em;
}

#breadcrumb {
	margin-left: 4em;
}

#hq aside li a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	white-space: nowrap;
}
#hq aside li a svg {
	height: 17px;
}
#menu aside {
	width: 300px;
	min-width: 300px;
	min-height: 100vh;background: #fff;
}

#menu aside > div {
	padding: 3em 2em;
}

.main {
	background: #F9FBFB;
}

.no-wrap {
	text-wrap-mode: nowrap;
}

.details {
	margin-top: .5em;
	font-size: 15px;
	line-height: 1.6em;
}
.details > div {
	color: #808A99;
	align-items: center;
}
.details .i {
	color: #222;
	font-weight: 500;
}

.initials {
	background: #111;
}
.avatar.sq {
	border-radius: 3px;
}

.information {
	max-width: 600px;
}
.information li {
	display: flex;
	gap: 1em;
	font-size: 16px;
	font-weight: 300;
	align-items: center;
}

.information li {
	color: #808A99;
	padding: 8px;
	border: 1px solid transparent;
}
.information li + li {
	margin-top: 2px;
}


.information .i, .information b {
	color: #111;
}

.suggest .flex {
	gap: 1em;
	align-items: center;
}
.suggest .i {
	color: #40D1FD;	
}

.yes-no-group {
	display: flex;
	gap: 0;
}
.yes-no-group button {
	margin: -1px;
	padding: 6px 18px;
	font-size: 17px;
	border-color: #f3f3f3;
}
.yes-no-group button:first-child {
	border-radius: 2px 0 0 2px;
}
.yes-no-group button:last-child {
	border-radius: 0 2px 2px 0;
	border-left: 0;
	font-weight: 300;
}
.yes-no-group:hover {
	background: #FBFCFC;
}
.yes-no-group button:hover {
	font-weight: 500;
	background: #fff;
	color: #111;
}

table.border th, table.border td {
	border: 1px dotted #eee;
}

input {
	font-family: "Inter";
}

.inline-edit td:has(input) {
	padding: 0 16px;
}
	

.inline-edit select,
.inline-edit input {
	font-size: 15px;
	line-height: 2em;
	padding: 0;
	min-width: 100px;
	border: 0;
	color: #808A99;
	background: none;
	field-sizing: content;
}


.inline-edit select {
	margin-right: 1em;
	padding-right: 1em;
}
.inline-edit select:focus,
.inline-edit input:focus {
	border: 0;
    outline: none;

}

.information .inline-edit select,
.information .inline-edit input {
	background: none;
	padding: 0;
	line-height: 1em;
	color: #111;
	font-weight: 500;
	font-size: 16px;
}
.information .inline-edit {
	display: flex;
}

.icon-progress_activity {color: orange;}
.icon-published_with_changes {color: #40D1FD;}
.icon-preliminary {color: #FF0E1D;}
.icon-sync_problem {color: red;}



/* HTML: <div class="loader"></div> */
.loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 0 #0004;
  animation: l1 1s infinite;
}
@keyframes l1 {
    100% {box-shadow: 0 0 0 30px #0000}
}
	