#colorjet-management-root {
  display: none;
}

.cj-management-active #colorjet-management-root {
  display: block;
  position: fixed;
  inset: 64px 0 0;
  z-index: 1100;
  overflow: auto;
  background: #f4f7fb;
}

.cj-mgmt-tile-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: #075eab;
  background: #e8f3fc;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .cj-management-active #colorjet-management-root {
    inset-block-start: 64px;
  }
}
