/*! Pickr 1.2.4 MIT | https://github.com/Simonwep/pickr */
.pickr {
  position: relative;
  overflow: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0)
}

.pickr * {
  box-sizing: border-box
}

.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: .5em;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  border-radius: .15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat 50%;
  background-size: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.pickr .pcr-button:before {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  z-index: -1;
  z-index: auto
}

.pickr .pcr-button:after, .pickr .pcr-button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .15em
}

.pickr .pcr-button:after {
  -webkit-transition: background .3s;
  transition: background .3s;
  background: currentColor
}

.pickr .pcr-button.clear {
  background-size: 70%
}

.pickr .pcr-button.clear:before {
  opacity: 0
}

.pickr .pcr-button.clear:focus {
  box-shadow: 0 0 0 1px #f1f3f4, 0 0 0 3px currentColor
}

.pickr .pcr-button.disabled {
  cursor: not-allowed
}

.pcr-app button, .pcr-app input, .pickr button, .pickr input {
  outline: none;
  border: none;
  -webkit-appearance: none
}

.pcr-app button:focus, .pcr-app input:focus, .pickr button:focus, .pickr input:focus {
  box-shadow: 0 0 0 1px #f1f3f4, 0 0 0 3px currentColor
}

.pcr-app[data-theme=nano] {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10000;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  box-shadow: 0 .15em 1.5em 0 rgba(0, 0, 0, .1), 0 0 1em 0 rgba(0, 0, 0, .03);
  width: 14.25em;
  max-width: 95vw;
  border-radius: .1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility 0s .3s;
  transition: opacity .3s, visibility 0s .3s;
  left: 0;
  top: 0
}

.pcr-app[data-theme=nano].visible {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  visibility: visible;
  opacity: 1
}

.pcr-app[data-theme=nano] .pcr-swatches {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1.75em)[auto-fit];
      grid-template-columns: repeat(auto-fit, 1.75em);
  margin-top: .6em;
  padding: 0 .6em
}

.pcr-app[data-theme=nano] .pcr-swatches.pcr-last {
  margin: 0
}

.pcr-app[data-theme=nano] .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: .15em;
  cursor: pointer;
  margin: 2.5px;
  -webkit-transition: all .15s;
  transition: all .15s;
  overflow: hidden;
  background: transparent;
  z-index: 1
}

.pcr-app[data-theme=nano] .pcr-swatches > button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: .15em;
  z-index: -1
}

.pcr-app[data-theme=nano] .pcr-swatches > button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: .15em;
  box-sizing: border-box
}

.pcr-app[data-theme=nano] .pcr-swatches > button:hover {
  filter: brightness(1.05)
}

.pcr-app[data-theme=nano] .pcr-interaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -.2em;
  padding: 0 .6em .6em
}

.pcr-app[data-theme=nano] .pcr-interaction > * {
  margin: 0 .2em
}

.pcr-app[data-theme=nano] .pcr-interaction input {
  letter-spacing: .07em;
  font-size: .75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: .15em;
  -webkit-transition: all .15s;
  transition: all .15s;
  padding: .45em .5em;
  margin-top: .6em
}

.pcr-app[data-theme=nano] .pcr-interaction input:hover {
  filter: brightness(.975)
}

.pcr-app[data-theme=nano] .pcr-interaction input:focus {
  box-shadow: 0 0 0 1px #f1f3f4, 0 0 0 3px rgba(66, 133, 244, .75)
}

.pcr-app[data-theme=nano] .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 8em;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: .15em;
  background: #f1f3f4;
  cursor: text
}

.pcr-app[data-theme=nano] .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff
}

.pcr-app[data-theme=nano] .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4
}

.pcr-app[data-theme=nano] .pcr-interaction .pcr-clear, .pcr-app[data-theme=nano] .pcr-interaction .pcr-save {
  width: auto;
  color: #fff
}

.pcr-app[data-theme=nano] .pcr-interaction .pcr-clear:hover, .pcr-app[data-theme=nano] .pcr-interaction .pcr-save:hover {
  filter: brightness(.925)
}

.pcr-app[data-theme=nano] .pcr-interaction .pcr-save {
  background: #4285f4
}

.pcr-app[data-theme=nano] .pcr-interaction .pcr-clear {
  background: #f44250
}

.pcr-app[data-theme=nano] .pcr-interaction .pcr-clear:focus {
  box-shadow: 0 0 0 1px #f1f3f4, 0 0 0 3px rgba(244, 66, 80, .75)
}

.pcr-app[data-theme=nano] .pcr-selection {
  height: 126px;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: flex-start;
}

.pcr-color-palette {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.pcr-color-preview {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 9.6px;
}

.pcr-color-preview,
.pcr-color-chooser {
  margin-top: 10px;
}

.pcr-app[data-theme=nano] .pcr-color-chooser {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 155.53px;
  min-width: 155.53px;
  max-width: 155.53px;
  margin-top: 10px !important;
}

.pcr-app[data-theme=nano] .pcr-swatches {
  margin-top: 51px;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: .6em
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color {
  display: none
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
  position: relative;
  background: currentColor;
  width: 2em;
  height: 2em;
  border-radius: 50em;
  overflow: hidden
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser:active, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity:active, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette:active {
  cursor: grabbing;
  cursor: -webkit-grabbing
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette {
  //grid-area: 1/1/2/3;
  width: 100%;
  height: 100%;
  z-index: 1
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette {
  border-radius: .15em;
  width: 100%;
  height: 100%
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser {
  //grid-area: 2/2/2/2
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
  //grid-area: 3/2/3/2
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
  height: .5em;
  margin: 0 .6em
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%)
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 50em
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: -webkit-linear-gradient(left, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
  background: linear-gradient(90deg, red, #ff0, #0f0, #0ff, #00f, #f0f, red)
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: -webkit-linear-gradient(left, transparent, #000), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background: linear-gradient(90deg, transparent, #000), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%, .25em
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
}