:root {
  --zid-console-canvas: #eef2f5;
  --zid-console-panel: #fbfdfe;
  --zid-console-panel-alt: #f2f5f3;
  --zid-console-header: #2c2022;
  --zid-console-header-border: rgba(255,255,255,0.08);
  --zid-console-ink: #16212b;
  --zid-console-ink-soft: #536471;
  --zid-console-ink-muted: #7d8d98;
  --zid-console-accent: #b34849;
  --zid-console-accent-soft: #b0c3bc;
  --zid-console-focus: #b34849;
  --zid-console-border: rgba(22,33,43,0.08);
  --zid-console-border-strong: rgba(22,33,43,0.16);
  --zid-console-shadow: 0 18px 40px rgba(12, 22, 30, 0.08);
  --zid-console-thumbnail: #dbe4e9;
  --zid-console-radius-lg: 24px;
  --zid-console-radius-md: 18px;
  --zid-console-radius-sm: 12px;
}

.login-ui .login-dialog .logo {
  background-image: url('app/ext/soulbranding/images/login-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.75em;
  height: 4.75em;
}

div.login-ui {
  background: #eef2f5;
  background-color: #eef2f5;
}

.login-ui .login-dialog {
  background-color: #ffffff;
  border-radius: var(--zid-console-radius-lg);
  box-shadow: var(--zid-console-shadow);
}

.login-ui .login-dialog .buttons input.login {
  background: #b34849;
  color: #f7fbfc;
  border-radius: 999px;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.login-ui .login-dialog .version .version-number {
  background: #b34849;
  color: #fff5f5;
}

body {
  background: var(--zid-console-canvas);
  color: var(--zid-console-ink);
}

.home-view.view {
  background:
    radial-gradient(circle at top left, rgba(176, 195, 188, 0.24), transparent 28%),
    linear-gradient(180deg, #f7fafb 0%, var(--zid-console-canvas) 72%);
  min-height: 100vh;
}

.home-view .connection-list-ui {
  max-width: 1360px;
  margin: 0 auto;
  padding: 32px 24px 40px;
  display: grid;
  gap: 20px;
  position: relative;
}

.home-view .header {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.home-view .header h2 {
  margin: 0;
  color: var(--zid-console-ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-view .header .filter,
.home-view .header .user-menu {
  margin-left: auto;
}

.home-view .header .filter input.search-string {
  width: min(360px, 44vw);
  min-height: 42px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--zid-console-border);
  border-radius: 999px;
  color: var(--zid-console-ink);
  padding: 0 16px 0 40px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.home-view .header .filter {
  position: relative;
}

.home-view .header .filter::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  opacity: 0.52;
  background: url('images/magnifier.svg') no-repeat center / contain;
  pointer-events: none;
}

.home-view .header .filter input.search-string:focus {
  border-color: var(--zid-console-focus);
  box-shadow: 0 0 0 4px rgba(179, 72, 73, 0.18);
}

.home-view .header .user-menu {
  display: none;
}

.home-view .soul-home-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-areas:
    "main topbar"
    "main meta";
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 18px 26px;
  padding: 28px 30px;
  border-radius: var(--zid-console-radius-lg);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0) 42%),
    linear-gradient(135deg, #1d1517 0%, var(--zid-console-header) 58%, rgba(179, 72, 73, 0.88) 100%);
  box-shadow: var(--zid-console-shadow);
  color: #f5f9fb;
}

.home-view .soul-home-topbar {
  grid-area: topbar;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: start;
  justify-self: end;
  min-height: 52px;
}

.home-view .soul-home-topbar .user-menu {
  margin: 0;
  display: block;
}

.home-view .soul-home-topbar:empty {
  display: none;
}

.home-view .soul-home-topbar .user-menu .menu-dropdown .menu-title {
  min-height: 46px;
  min-width: 124px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  background-position: 14px center;
  background-size: 16px;
  color: #f4f8fa;
  text-align: center;
  line-height: 1;
  backdrop-filter: blur(10px);
  background-clip: padding-box;
  box-shadow: 0 10px 20px rgba(9, 16, 22, 0.10);
}

.home-view .soul-home-topbar .user-menu .menu-dropdown.open .menu-title,
.home-view .soul-home-topbar .user-menu .menu-dropdown .menu-title:hover {
  background: rgba(255,255,255,0.13);
  box-shadow: 0 12px 24px rgba(9, 16, 22, 0.12);
}

.home-view .soul-home-topbar .user-menu .menu-dropdown .menu-contents {
  margin-top: 12px;
  border: 1px solid rgba(22,33,43,0.08);
  border-radius: 18px;
  background: rgba(251,253,254,0.98);
  box-shadow: 0 20px 36px rgba(9, 16, 22, 0.14);
  overflow: hidden;
  right: 0;
  left: auto;
}

.home-view .soul-home-topbar .user-menu .menu-dropdown .menu-contents .profile {
  margin: 0;
  width: auto;
  padding: 14px 18px 12px;
  border-bottom: 1px solid rgba(22,33,43,0.08);
  background: linear-gradient(180deg, rgba(243,247,249,0.95), rgba(251,253,254,0.98));
}

.home-view .soul-home-topbar .user-menu .menu-dropdown .menu-contents .profile .full-name a,
.home-view .soul-home-topbar .user-menu .menu-dropdown .menu-contents .profile .full-name,
.home-view .soul-home-topbar .user-menu .menu-dropdown .menu-contents .profile .organization,
.home-view .soul-home-topbar .user-menu .menu-dropdown .menu-contents .profile .organizational-role {
  color: var(--zid-console-ink);
}

.home-view .soul-home-topbar .user-menu .menu-dropdown .menu-contents li a {
  min-width: 220px;
  color: var(--zid-console-ink);
}

.home-view .soul-home-topbar .user-menu .menu-dropdown .menu-contents li a:hover {
  background-color: rgba(179, 72, 73, 0.10);
}

.home-view .soul-home-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -36% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 195, 188, 0.36), transparent 68%);
  pointer-events: none;
}

.home-view .soul-home-hero-main,
.home-view .soul-home-hero-meta {
  position: relative;
  z-index: 1;
}

.home-view .soul-home-hero-main {
  grid-area: main;
}

.home-view .soul-home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: rgba(245, 249, 251, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-view .soul-home-title {
  margin: 16px 0 10px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  font-weight: 800;
  max-width: 12ch;
}

.home-view .soul-home-subtitle {
  margin: 0;
  max-width: 56ch;
  color: rgba(240, 246, 248, 0.8);
  font-size: 0.98rem;
  line-height: 1.65;
}

.home-view .soul-home-hero-meta {
  grid-area: meta;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
  align-self: start;
}

.home-view .soul-home-stat {
  min-height: 110px;
  padding: 16px 18px;
  border-radius: var(--zid-console-radius-md);
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
}

.home-view .soul-home-stat-label {
  display: block;
  color: rgba(240, 246, 248, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-view .soul-home-stat-value {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.home-view .soul-home-stat-caption {
  display: block;
  margin-top: 10px;
  color: rgba(240, 246, 248, 0.68);
  font-size: 0.84rem;
  line-height: 1.4;
}

.home-view .soul-home-section {
  padding: 18px;
  border: 1px solid var(--zid-console-border);
  border-radius: var(--zid-console-radius-lg);
  background: rgba(251, 253, 254, 0.9);
  box-shadow: 0 8px 22px rgba(16, 28, 36, 0.04);
}

.home-view .soul-home-catalog-panel {
  position: relative;
  padding-bottom: 56px;
}

.home-view .soul-home-section.soul-home-recent-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,247,249,0.96));
}

.home-view .soul-home-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.home-view .soul-home-header::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--zid-console-accent);
  box-shadow: 0 0 0 6px var(--zid-console-accent-soft);
}

.home-view .soul-home-header.soul-home-header-catalog::before {
  background: var(--zid-console-focus);
  box-shadow: 0 0 0 6px rgba(179, 72, 73, 0.18);
}

.home-view .soul-home-header h2 {
  flex: 1;
}

.home-view .recent-connections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  text-align: left;
  margin: 0;
}

.home-view .recent-connections .placeholder {
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px;
  border: 1px dashed var(--zid-console-border-strong);
  border-radius: var(--zid-console-radius-md);
  background: rgba(255,255,255,0.5);
  color: var(--zid-console-ink-soft);
}

.home-view .recent-connections .connection {
  display: block;
  max-width: none;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--zid-console-border);
  border-radius: var(--zid-console-radius-md);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 24px rgba(16, 28, 36, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-view .recent-connections .connection:hover {
  transform: translateY(-2px);
  border-color: rgba(179, 72, 73, 0.34);
  box-shadow: 0 16px 32px rgba(16, 28, 36, 0.08);
}

.home-view .recent-connections .connection > a {
  display: grid;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.home-view .recent-connections .thumbnail {
  min-height: 128px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #eef3f6, var(--zid-console-thumbnail));
  border: 1px solid rgba(22,33,43,0.06);
}

.home-view .recent-connections .thumbnail img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  display: block;
}

.home-view .recent-connections .caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-view .recent-connections .caption .name {
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--zid-console-ink);
  line-height: 1.35;
}

.home-view .recent-connections .caption .soul-home-context {
  display: block;
  margin-top: 4px;
  color: var(--zid-console-ink-soft);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-view .recent-connections .caption::after {
  content: "Retomar";
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(179, 72, 73, 0.12);
  color: var(--zid-console-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-view .recent-connections .connection .remove-recent {
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  opacity: 0;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(8px);
}

.home-view .recent-connections .connection:hover .remove-recent {
  visibility: visible;
  opacity: 1;
}

.home-view .all-connections {
  margin: 0;
}

.home-view .all-connections > .group-list {
  display: grid;
  gap: 14px;
}

.home-view .all-connections input[type="text"]:not(.search-string) {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--zid-console-border);
  background: rgba(255,255,255,0.78);
  color: var(--zid-console-ink);
}

.home-view .all-connections input[type="submit"],
.home-view .all-connections button {
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: var(--zid-console-header);
  color: #f6fafc;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-view .all-connections .group-list-page {
  display: grid;
  gap: 10px;
}

.home-view .all-connections .list-item {
  margin: 0;
}

.home-view .all-connections .caption {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.home-view .all-connections .connection,
.home-view .all-connections .connection-group {
  border: 1px solid var(--zid-console-border);
  border-radius: 16px;
  background: rgba(255,255,255,0.82);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.home-view .all-connections .connection:hover,
.home-view .all-connections .connection-group:hover {
  transform: translateY(-1px);
  border-color: rgba(179, 72, 73, 0.24);
  box-shadow: 0 12px 28px rgba(179, 72, 73, 0.08);
}

.home-view .all-connections .connection:hover > .caption,
.home-view .all-connections .connection:focus-within > .caption,
.home-view .all-connections .connection:has(a.home-connection:hover) > .caption,
.home-view .all-connections .connection:has(a.home-connection:focus) > .caption {
  background: linear-gradient(90deg, rgba(179, 72, 73, 0.12), rgba(179, 72, 73, 0.08));
  border: 1px solid rgba(179, 72, 73, 0.16);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
}

.home-view .all-connections .connection-group:hover > .caption,
.home-view .all-connections .connection-group:focus-within > .caption,
.home-view .all-connections .connection-group:has(a.home-connection-group:hover) > .caption,
.home-view .all-connections .connection-group:has(a.home-connection-group:focus) > .caption {
  background: linear-gradient(135deg, rgba(179, 72, 73, 0.16), rgba(179, 72, 73, 0.09));
  border: 1px solid rgba(179, 72, 73, 0.16);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24);
}

.home-view .all-connections .connection > .caption,
.home-view .all-connections .connection-group > .caption {
  padding: 10px;
}

.home-view .all-connections .children {
  margin: 0 0 10px 26px;
  padding-left: 14px;
  border-left: 1px solid rgba(22,33,43,0.08);
  display: grid;
  gap: 10px;
}

.home-view .all-connections .icon.expand {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  border-radius: 999px;
  background-color: var(--zid-console-panel-alt);
  background-position: center;
  background-size: 12px;
  border: 1px solid var(--zid-console-border);
}

.home-view .all-connections .expanded > .caption .icon.expand {
  transform: rotate(90deg);
}

.home-view a.home-connection,
.home-view a.home-connection-group {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--zid-console-ink);
  text-decoration: none;
}

.home-view a.home-connection:hover,
.home-view a.home-connection-group:hover {
  background: linear-gradient(90deg, rgba(179, 72, 73, 0.11), rgba(179, 72, 73, 0.07));
}

.home-view .all-connections .connection-group.expanded > .caption {
  background: linear-gradient(135deg, rgba(179, 72, 73, 0.16), rgba(179, 72, 73, 0.09));
  border: 1px solid rgba(179, 72, 73, 0.16);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24);
}

.home-view .all-connections .connection-group.expanded > .caption .icon.expand {
  background-color: rgba(255,255,255,0.42);
  border-color: rgba(179, 72, 73, 0.16);
}

.home-view .all-connections .connection-group.expanded > .caption a.home-connection-group {
  background: transparent;
}

.home-view .all-connections .connection-group.expanded > .caption a.home-connection-group::after {
  background: rgba(255,255,255,0.42);
  color: var(--zid-console-accent);
}

.home-view .all-connections .connection:focus-within,
.home-view .all-connections .connection-group:focus-within,
.home-view .all-connections .connection:has(a.home-connection:focus),
.home-view .all-connections .connection-group:has(a.home-connection-group:focus) {
  border-color: rgba(179, 72, 73, 0.22);
  box-shadow: 0 0 0 3px rgba(179, 72, 73, 0.10);
}

.home-view .all-connections .children .connection,
.home-view .all-connections .children .connection-group {
  background: rgba(255,255,255,0.88);
}

.home-view .all-connections .children .connection-group:hover,
.home-view .all-connections .children .connection-group:focus-within,
.home-view .all-connections .children .connection-group:has(a.home-connection-group:hover),
.home-view .all-connections .children .connection-group:has(a.home-connection-group:focus) {
  background: rgba(255,255,255,0.88);
  border-color: rgba(179, 72, 73, 0.20);
  box-shadow: 0 10px 24px rgba(179, 72, 73, 0.08);
}

.home-view .all-connections .children .connection-group:hover > .caption,
.home-view .all-connections .children .connection-group:focus-within > .caption,
.home-view .all-connections .children .connection-group:has(a.home-connection-group:hover) > .caption,
.home-view .all-connections .children .connection-group:has(a.home-connection-group:focus) > .caption {
  background: linear-gradient(90deg, rgba(179, 72, 73, 0.12), rgba(179, 72, 73, 0.08));
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
}

.home-view .all-connections .children .connection:hover,
.home-view .all-connections .children .connection:focus-within,
.home-view .all-connections .children .connection:has(a.home-connection:hover),
.home-view .all-connections .children .connection:has(a.home-connection:focus) {
  background: linear-gradient(90deg, rgba(179, 72, 73, 0.12), rgba(179, 72, 73, 0.08));
  border-color: rgba(179, 72, 73, 0.20);
  box-shadow: 0 10px 24px rgba(179, 72, 73, 0.08);
}

.home-view .all-connections .children .connection:hover > .caption,
.home-view .all-connections .children .connection:focus-within > .caption {
  background: transparent;
}

.home-view .all-connections .children a.home-connection:hover,
.home-view .all-connections .children a.home-connection:focus {
  background: transparent;
}

.home-view a.home-connection::after,
.home-view a.home-connection-group::after {
  margin-left: auto;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-view a.home-connection::after {
  content: attr(data-protocol-label);
  background: rgba(22,33,43,0.06);
  color: var(--zid-console-ink-soft);
}

.home-view a.home-connection-group::after {
  content: "Grupo";
  background: rgba(179, 72, 73, 0.12);
  color: var(--zid-console-accent);
}

.home-view .soul-home-release {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(179, 72, 73, 0.14);
  border-radius: 999px;
  background: rgba(176, 195, 188, 0.22);
  color: var(--zid-console-ink-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-view .soul-home-release strong {
  color: var(--zid-console-accent);
  font-weight: 800;
}

.home-view a.home-connection .icon.type,
.home-view a.home-connection-group .icon.type {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  opacity: 0.9;
}

.home-view a.home-connection .name,
.home-view a.home-connection-group .name {
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
}

.home-view a.home-connection .activeUserCount {
  margin-left: auto;
  margin-right: 10px;
  color: var(--zid-console-accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.home-view .all-connections .list-buttons {
  margin-top: 14px;
  padding: 8px 0 0;
}

.home-view .all-connections .list-buttons button,
.home-view .all-connections .list-buttons .button {
  border-radius: 999px;
}

.home-view #other-connections .client-panel {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(17, 28, 36, 0.88);
  border-radius: 18px 0 0 0;
  box-shadow: 0 18px 36px rgba(8, 14, 18, 0.22);
}

.home-view #other-connections .client-panel-handle {
  background-color: rgba(255,255,255,0.94);
  border-radius: 12px 0 0 12px;
}

.home-view #other-connections .client-panel-connection {
  border-color: rgba(255,255,255,0.18);
  border-radius: 14px;
}

.home-view #other-connections .client-panel-connection .name {
  background: linear-gradient(180deg, transparent, rgba(7, 12, 18, 0.78));
  padding: 0.45em 0.75em;
}

@media (max-width: 960px) {
  .home-view .connection-list-ui {
    padding: 18px 14px 28px;
  }

  .home-view .soul-home-hero {
    grid-template-areas:
      "topbar"
      "main"
      "meta";
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .home-view .soul-home-topbar {
    justify-self: end;
    margin-bottom: 8px;
  }

  .home-view .soul-home-hero-meta {
    grid-template-columns: 1fr 1fr;
  }

  .home-view .header .filter input.search-string,
  .home-view .all-connections input[type="text"]:not(.search-string) {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .home-view .soul-home-hero-meta {
    grid-template-columns: 1fr;
  }

  .home-view .recent-connections {
    grid-template-columns: 1fr;
  }

  .home-view .header,
  .home-view .soul-home-header {
    flex-wrap: wrap;
  }

  .home-view .soul-home-topbar .user-menu .menu-dropdown .menu-title {
    width: 100%;
  }

  .home-view .soul-home-release {
    position: static;
    margin-top: 14px;
    justify-self: start;
  }
}
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

/* Label/tag denoting the user that shared a connection */
.jdbc-share-tag {

    background: #0095ff;
    padding: 0.25em;

    -moz-border-radius:    0.25em;
    -webkit-border-radius: 0.25em;
    -khtml-border-radius:  0.25em;
    border-radius:         0.25em;

    color: white;
    font-size: 0.75em;
    font-weight: bold;

}
.quickconnect-container{margin:.25em 0;width:100%;margin-left:.50em}.quickconnect-container .quickconnect-field{background-image:url('images/protocol-icons/guac-text.png');background-repeat:no-repeat;background-size:1.50em;background-position:.25em center;background-color:transparent;padding:.25em;padding-left:2.50em;width:100%;max-width:none;border:0;box-sizing:border-box}.quickconnect-button{clear:both;float:right;margin-right:.75em;font-size:.75em;padding:.25em}.quickconnect-list-item{vertical-align:middle;align-content:center;display:flex}.restrictionList{border:0}button.restrictionListButton{font-size:.75em}img.restrictionListHeader{width:.75em;height:.75em}img.restrictionListItem{width:1em;height:1em}