/* Particle Orgasm / Hyper Mix GUI helpers — layout owned by site.css */

html,
body,
.loader,
.loader * {
  box-sizing: border-box;
}

.dg .po-color-row .c {
  overflow: visible;
}

.dg .po-color-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding-right: 2px;
  box-sizing: border-box;
}

.dg .po-color-input {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 18px;
  padding: 0;
  border: 1px solid #555;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
}

.dg .po-color-input::-webkit-color-swatch-wrapper {
  padding: 0;
}

.dg .po-color-input::-webkit-color-swatch {
  border: none;
  border-radius: 1px;
}

.dg .po-color-input::-moz-color-swatch {
  border: none;
  border-radius: 1px;
}

.dg .po-color-hex {
  flex: 1 1 auto;
  min-width: 0;
  height: 18px;
  margin: 0;
  padding: 0 4px;
  border: 0;
  background: #303030;
  color: #eee;
  font-family: inherit;
  font-size: 11px;
  line-height: 18px;
}

.mobile {
  display: none;
}
