/*!
 * FilePondPluginImagePreview 4.6.12
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-preview-wrapper {
  z-index: 2;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: #369763;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: #c44e47;
}

@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
  /* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-preview-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  border-radius: .45em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.01);
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;
  will-change: transform,opacity;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-clip[data-transparency-indicator=grid] canvas, .filepond--image-clip[data-transparency-indicator=grid] img {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0h50v50H0M50 50h50v50H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--image-bitmap, .filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview-wrapper {
  border-radius: 0;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--file .filepond--file-action-button[data-align*=bottom]:not([data-align*=center]) {
  margin-bottom: .325em;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=left] {
  left: calc(50% - 3em);
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=right] {
  right: calc(50% - 3em);
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=left], .filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=right] {
  margin-bottom: .5125em;
}

/* line 8, app/assets/stylesheets/filepond/filepond-image-preview.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=center] {
  margin-top: 0;
  margin-bottom: .1875em;
  margin-left: .1875em;
}

/*!
 * FilePond 4.32.1
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
/* line 8, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* line 21, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}

/* line 32, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}

/* line 44, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: .1;
  pointer-events: none;
  border-radius: .5em;
  background: rgba(0, 0, 0, 0.01);
}

/* line 57, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--drip-blob {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
}

/* line 68, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--drip-blob, .filepond--drop-label {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
}

/* line 75, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--drop-label {
  right: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 89, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: .5em;
}

/* line 95, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--drop-label label {
  cursor: default;
  font-size: .875em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

/* line 103, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: .5;
}

/* line 116, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}

/* line 129, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* line 142, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}

/* line 147, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-action-button.filepond--file-action-button:after {
  position: absolute;
  left: -.75em;
  right: -.75em;
  top: -.75em;
  bottom: -.75em;
  content: "";
}

/* line 156, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow .25s ease-in;
}

/* line 166, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-action-button:focus, .filepond--file-action-button:hover {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}

/* line 170, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 175, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-action-button[hidden] {
  display: none;
}

/* line 179, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: .1875em;
}

/* line 185, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
  margin-left: -.1875em;
}

/* line 189, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
  margin-bottom: -.1875em;
}

/* line 193, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 .25em;
  pointer-events: all;
  position: absolute;
}

/* line 206, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

/* line 211, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}

/* line 216, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 .5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 232, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-info * {
  margin: 0;
}

/* line 236, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-info .filepond--file-info-main {
  font-size: .75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

/* line 245, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-info .filepond--file-info-sub {
  font-size: .625em;
  opacity: .5;
  transition: opacity .25s ease-in-out;
  white-space: nowrap;
}

/* line 252, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

/* line 256, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 274, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}

/* line 279, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-status .filepond--file-status-main {
  font-size: .75em;
  line-height: 1.2;
}

/* line 284, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-status .filepond--file-status-sub {
  font-size: .625em;
  opacity: .5;
  transition: opacity .25s ease-in-out;
}

/* line 290, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}

/* line 298, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* line 311, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: .5625em;
  color: #fff;
  border-radius: .5em;
}

/* line 321, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}

/* line 326, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

/* line 335, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file .filepond--file-action-button, .filepond--file .filepond--processing-complete-indicator, .filepond--file .filepond--progress-indicator {
  position: absolute;
}

/* line 339, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file [data-align*=left] {
  left: .5625em;
}

/* line 343, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file [data-align*=right] {
  right: .5625em;
}

/* line 347, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file [data-align*=center] {
  left: calc(50% - .8125em);
}

/* line 351, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}

/* line 355, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file [data-align=center] {
  top: calc(50% - .8125em);
}

/* line 359, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file .filepond--progress-indicator {
  margin-top: .1875em;
}

/* line 363, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: .1875em;
}

/* line 367, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: .1875em;
}

/* line 371, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state*=error] .filepond--file-info, [data-filepond-item-state*=invalid] .filepond--file-info, [data-filepond-item-state=cancelled] .filepond--file-info {
  margin-right: 2.25em;
}

/* line 375, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state~=processing] .filepond--file-status-sub {
  opacity: 0;
}

/* line 379, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: .5;
}

/* line 383, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state=processing-error] .filepond--file-status-sub {
  opacity: 0;
}

/* line 387, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: .5;
}

/* line 391, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall .5s linear .125s both;
  animation: fall .5s linear .125s both;
}

/* line 396, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: .5;
}

/* line 400, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state=processing-complete] .filepond--file-info-sub, [data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}

/* line 404, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: .5;
}

/* line 408, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state*=error] .filepond--file-wrapper, [data-filepond-item-state*=error] .filepond--panel, [data-filepond-item-state*=invalid] .filepond--file-wrapper, [data-filepond-item-state*=invalid] .filepond--panel {
  -webkit-animation: shake .65s linear both;
  animation: shake .65s linear both;
}

/* line 413, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}

@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* line 524, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}

/* line 528, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--hopper[data-hopper-state=drag-over]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

/* line 538, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--progress-indicator {
  z-index: 103;
}

/* line 542, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-action-button {
  z-index: 102;
}

/* line 546, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-status {
  z-index: 101;
}

/* line 550, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--file-info {
  z-index: 100;
}

/* line 554, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: .25em;
  will-change: transform, opacity;
  touch-action: none;
}

/* line 566, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item > .filepond--panel {
  z-index: -1;
}

/* line 570, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}

/* line 574, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item > .filepond--file-wrapper, .filepond--item > .filepond--panel {
  transition: opacity .15s ease-out;
}

/* line 578, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 583, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow .125s ease-in-out;
  box-shadow: 0 0 0 transparent;
}

/* line 588, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item[data-drag-state=drag] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 593, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}

/* line 597, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}

/* line 601, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item-panel {
  background-color: #64605e;
}

/* line 605, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}

/* line 609, app/assets/stylesheets/filepond/filepond.min.css */
[data-filepond-item-state*=error] .filepond--item-panel, [data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: #c44e47;
}

/* line 613, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--item-panel {
  border-radius: .5em;
  transition: background-color .25s;
}

/* line 618, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

/* line 627, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}

/* line 632, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent);
  mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent);
}

/* line 640, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

/* line 644, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

/* line 648, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

/* line 652, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: .3125em solid transparent;
  background-clip: content-box;
}

/* line 659, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}

/* line 668, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--list {
  left: .75em;
  right: .75em;
}

/* line 673, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

/* line 680, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}

/* line 684, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}

/* line 688, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

/* line 697, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel, .filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}

/* line 701, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller, .filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 708, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=compact] .filepond--list, .filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}

/* line 714, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=compact] .filepond--item, .filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}

/* line 718, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}

/* line 722, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  z-index: 7;
}

/* line 726, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}

/* line 731, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}

/* line 735, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}

/* line 739, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--file-info, .filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
  display: none;
}

/* line 743, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 748, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--credits {
  display: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    /* line 754, app/assets/stylesheets/filepond/filepond.min.css */
    .filepond--root[data-style-panel-layout~=circle] {
      will-change: transform;
    }
  }
}

/* line 760, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel-root {
  border-radius: .5em;
  background-color: black;
  border: 1px solid #C009BC;
}

/* line 766, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}

/* line 776, app/assets/stylesheets/filepond/filepond.min.css */
.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}

/* line 780, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel[data-scalable=false] > div {
  display: none;
}

/* line 784, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel[data-scalable=true] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}

/* line 791, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel-bottom, .filepond--panel-center, .filepond--panel-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

/* line 800, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel-bottom, .filepond--panel-top {
  height: .5em;
}

/* line 804, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}

/* line 810, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel-top:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

/* line 820, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel-bottom, .filepond--panel-center {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}

/* line 830, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}

/* line 836, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel-bottom:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

/* line 846, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}

/* line 853, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--panel-center:not([style]) {
  visibility: hidden;
}

/* line 857, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

/* line 867, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}

/* line 874, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

/* line 879, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--list-scroller {
  z-index: 6;
}

/* line 883, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--drop-label {
  z-index: 5;
}

/* line 887, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--drip {
  z-index: 3;
}

/* line 891, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root > .filepond--panel {
  z-index: 2;
}

/* line 895, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--browser {
  z-index: 1;
}

/* line 899, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}

/* line 913, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}

/* line 918, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root :not(text) {
  font-size: inherit;
}

/* line 922, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-disabled] {
  pointer-events: none;
}

/* line 926, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}

/* line 930, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

/* line 934, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

/* line 938, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 943, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: .175;
  line-height: .85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
}

/* line 955, app/assets/stylesheets/filepond/filepond.min.css */
.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */
/* line 10, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 23, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-container img {
  image-orientation: 0deg;
  display: block;
  height: 100%;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

/* line 34, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 42, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-canvas, .cropper-wrap-box {
  overflow: hidden;
}

/* line 46, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

/* line 51, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-modal {
  background-color: #000;
  opacity: .5;
}

/* line 56, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

/* line 65, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

/* line 72, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

/* line 81, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

/* line 90, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 100, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-center:after, .cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

/* line 107, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

/* line 114, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

/* line 121, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

/* line 129, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

/* line 135, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-line {
  background-color: #39f;
}

/* line 139, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

/* line 146, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

/* line 153, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

/* line 160, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

/* line 167, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

/* line 174, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

/* line 181, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

/* line 188, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

/* line 195, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

/* line 202, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

/* line 208, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

/* line 214, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

/* line 220, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  /* line 230, app/assets/stylesheets/plugin/cropper.min.css */
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  /* line 237, app/assets/stylesheets/plugin/cropper.min.css */
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 244, app/assets/stylesheets/plugin/cropper.min.css */
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}

/* line 251, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

/* line 263, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-invisible {
  opacity: 0;
}

/* line 267, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-bg {
  width: 100% !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

/* line 272, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 279, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-hidden {
  display: none !important;
}

/* line 283, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-move {
  cursor: move;
}

/* line 287, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-crop {
  cursor: crosshair;
}

/* line 291, app/assets/stylesheets/plugin/cropper.min.css */
.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* line 4, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dataTables_wrapper .row:first-child, .table-responsive .dataTables_wrapper .row:first-child {
  align-items: center;
  padding: 15px 0;
}

/* line 8, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dataTables_wrapper .row:first-child .form-control, .table-responsive .dataTables_wrapper .row:first-child .form-control {
  padding: 12px !important;
  background: #44214C !important;
}

/* line 14, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dataTables_wrapper .row:last-child, .table-responsive .dataTables_wrapper .row:last-child {
  align-items: center;
  padding: 15px;
  border-top: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

/* line 20, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dataTables_wrapper .row .dataTables_info, .table-responsive .dataTables_wrapper .row .dataTables_info {
  padding: 0;
}

/* line 26, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md table, .table-responsive table {
  width: 100% !important;
  margin: 15px 0 !important;
}

/* line 30, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md table thead, .table-responsive table thead {
  background-color: #50104F !important;
  border-width: 1px 0 1px 0 !important;
  border-color: rgba(230, 229, 226, 0.2) !important;
}

/* line 35, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md table thead th, .table-responsive table thead th {
  padding: 15px;
  text-align: left !important;
  font-size: 14px !important;
  color: white !important;
  text-transform: uppercase;
}

/* line 44, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md table tbody, .table-responsive table tbody {
  border-top: none !important;
}

/* line 48, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md table tbody tr td, .table-responsive-md table tbody tr th, .table-responsive table tbody tr td, .table-responsive table tbody tr th {
  padding: 15px;
  color: white;
  font-size: 14px;
}

/* line 59, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging, .table-responsive .dt-paging {
  padding: 8px 0;
  margin: 28px 0 0;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}

/* line 66, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .pagination, .table-responsive .dt-paging .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 72, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .dt-paging-button, .table-responsive .dt-paging .dt-paging-button {
  border-radius: 6px;
  padding: .5em 1em;
  margin: 0 4px;
  text-align: center;
}

/* line 78, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .dt-paging-button:hover, .table-responsive .dt-paging .dt-paging-button:hover {
  background: #50104F;
  border-color: #50104F;
  color: white;
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .dt-paging-button.disabled, .table-responsive .dt-paging .dt-paging-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #828282;
}

/* line 91, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .dt-paging-button.active, .table-responsive .dt-paging .dt-paging-button.active {
  background: #50104F;
  color: white;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: none;
}

/* line 98, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .dt-paging-button.active:hover, .table-responsive .dt-paging .dt-paging-button.active:hover {
  background: #50104F;
}

/* line 104, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-empty, .table-responsive .dt-empty {
  text-align: center;
}

/* line 108, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-search .form-control, .table-responsive .dt-search .form-control {
  width: auto;
}

/* line 1, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}

/* line 13, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}

/* line 17, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-title {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

/* line 24, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

/* line 28, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: .5em;
  font-size: 1em;
}

/* line 34, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/* line 38, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}

/* line 44, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em;
}

/* line 54, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-html-container {
  margin: .5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}

/* line 62, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

/* line 66, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em;
}

/* line 75, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0;
}

/* line 85, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

/* line 92, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 97, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}

/* line 102, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}

/* line 106, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}

/* line 110, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em;
}

/* line 118, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-styled {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em;
}

/* line 124, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

/* line 128, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 136, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 144, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

/* line 151, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 156, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

/* line 163, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}

/* line 167, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

/* line 173, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

/* line 179, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip .75s;
}

/* line 183, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long .75s;
}

/* line 187, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show .5s;
}

/* line 191, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide .1s forwards;
}

/* line 195, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
}

/* line 213, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

/* line 217, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-backdrop-hide {
  background: rgba(0, 0, 0, 0) !important;
}

/* line 221, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

/* line 225, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

/* line 229, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

/* line 233, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}

/* line 237, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

/* line 243, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

/* line 249, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

/* line 254, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

/* line 261, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

/* line 268, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

/* line 274, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

/* line 281, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}

/* line 288, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

/* line 293, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

/* line 298, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-container.swal2-no-transition {
  transition: none !important;
}

/* line 302, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

/* line 318, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup:focus {
  outline: none;
}

/* line 322, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

/* line 326, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 339, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

/* line 351, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

/* line 355, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 359, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 363, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}

/* line 377, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}

/* line 385, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled:not([disabled]) {
  cursor: pointer;
}

/* line 389, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

/* line 398, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

/* line 402, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

/* line 411, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

/* line 415, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

/* line 424, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

/* line 428, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

/* line 432, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled:focus {
  outline: none;
}

/* line 436, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-styled::-moz-focus-inner {
  border: 0;
}

/* line 440, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

/* line 449, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 460, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, 0.2);
}

/* line 466, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

/* line 471, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s, box-shadow .1s;
  border: none;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

/* line 494, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-close:hover {
  transform: none;
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}

/* line 500, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

/* line 505, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-close::-moz-focus-inner {
  border: 0;
}

/* line 509, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em .3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

/* line 524, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-input, .swal2-file, .swal2-textarea, .swal2-select, .swal2-radio, .swal2-checkbox {
  margin: 1em 2em 3px;
}

/* line 528, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-input, .swal2-file, .swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color .1s, box-shadow .1s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}

/* line 540, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-input.swal2-inputerror, .swal2-file.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 545, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-input:focus, .swal2-file:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

/* line 551, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-input::placeholder, .swal2-file::placeholder, .swal2-textarea::placeholder {
  color: #ccc;
}

/* line 555, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}

/* line 560, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-range input {
  width: 80%;
}

/* line 564, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

/* line 571, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-range input, .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

/* line 578, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}

/* line 583, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: rgba(0, 0, 0, 0);
  font-size: 1.125em;
}

/* line 591, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-textarea {
  height: 6.75em;
  padding: .75em;
}

/* line 596, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}

/* line 605, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-radio, .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

/* line 612, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-radio label, .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

/* line 617, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-radio input, .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 .4em;
}

/* line 622, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

/* line 628, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

/* line 640, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

/* line 655, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  border: 0.25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}

/* line 671, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

/* line 677, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

/* line 682, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

/* line 687, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

/* line 697, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

/* line 702, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

/* line 707, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}

/* line 711, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark .5s;
}

/* line 715, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

/* line 720, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}

/* line 724, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark .5s;
}

/* line 728, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

/* line 733, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}

/* line 737, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark .8s;
}

/* line 741, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

/* line 746, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}

/* line 750, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark .8s;
}

/* line 754, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

/* line 759, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 767, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 775, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 783, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

/* line 795, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

/* line 805, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}

/* line 814, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

/* line 821, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

/* line 828, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip .75s;
}

/* line 832, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long .75s;
}

/* line 836, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 840, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}

/* line 850, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

/* line 855, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

/* line 867, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

/* line 871, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

/* line 876, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

/* line 880, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4;
}

/* line 889, app/assets/stylesheets/plugin/sweetalert2.css */
[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 893, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-show {
  animation: swal2-show .3s;
}

/* line 897, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-hide {
  animation: swal2-hide .15s forwards;
}

/* line 901, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-noanimation {
  transition: none;
}

/* line 905, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 913, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

/* line 918, app/assets/stylesheets/plugin/sweetalert2.css */
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}

@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: .4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: .8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

/* line 1162, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

/* line 1166, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-height-auto {
  height: auto !important;
}

/* line 1170, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}

/* line 1175, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

/* line 1179, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  /* line 1184, app/assets/stylesheets/plugin/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  /* line 1188, app/assets/stylesheets/plugin/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  /* line 1192, app/assets/stylesheets/plugin/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

/* line 1197, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}

/* line 1205, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1213, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

/* line 1220, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* line 1227, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

/* line 1235, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1243, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 1251, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 1258, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1266, app/assets/stylesheets/plugin/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 1, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #2a2d30;
  border-radius: 4px;
  border: none;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1em;
}

/* line 20, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 27, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 34, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 41, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 45, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 49, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 65, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 69, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 73, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.drop-up {
  margin-top: -7px;
}

/* line 77, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 84, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 91, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

/* line 95, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.single .drp-selected {
  display: none;
}

/* line 99, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

/* line 103, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

/* line 107, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

/* line 111, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

/* line 116, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

/* line 120, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .drp-calendar.right {
  padding: 8px;
}

/* line 124, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

/* line 128, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

/* line 137, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 142, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* line 147, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}

/* line 161, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .calendar-table {
  border: none;
  border-radius: 4px;
  background-color: #2E2F30;
}

/* line 167, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0 0.25rem;
  border-collapse: collapse;
}

/* line 174, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 180, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 185, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: transparent !important;
  border-color: transparent;
  color: rgba(143, 149, 156, 0.5);
}

/* line 191, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker td.in-range {
  background-color: #25282a;
  border-color: transparent;
  color: #c5c8cc;
  border-radius: 0;
}

/* line 198, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 202, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 206, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 210, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #377dff;
  border-color: transparent;
  color: #fff;
}

/* line 216, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker th.month {
  width: auto;
}

/* line 220, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 226, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 234, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 239, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 243, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

/* line 253, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

/* line 260, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 265, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #2E2F30;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

/* line 275, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

/* line 281, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

/* line 288, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

/* line 292, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 296, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

/* line 300, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #2a2d30;
}

/* line 304, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

/* line 310, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

/* line 314, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 321, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 327, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .ranges li:hover {
  /*background-color: #eee;*/
}

/* line 331, app/assets/stylesheets/admin/daterangepicker.css */
.daterangepicker .ranges li.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 338, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker {
    width: auto;
  }
  /* line 342, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker .ranges ul {
    width: 140px;
  }
  /* line 346, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 350, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  /* line 354, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  /*.daterangepicker {*/
  /*  direction: ltr;*/
  /*  text-align: left;*/
  /*}*/
  /* line 363, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 368, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 8px;
  }
  /* line 375, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  /* line 379, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 385, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  /* line 391, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  /* line 396, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 400, app/assets/stylesheets/admin/daterangepicker.css */
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* line 1, app/assets/stylesheets/admin/fancybox.css */
.carousel {
  position: relative;
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/admin/fancybox.css */
.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

/* line 10, app/assets/stylesheets/admin/fancybox.css */
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

/* line 14, app/assets/stylesheets/admin/fancybox.css */
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

/* line 18, app/assets/stylesheets/admin/fancybox.css */
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

/* line 24, app/assets/stylesheets/admin/fancybox.css */
.carousel__track {
  display: flex;
}

/* line 27, app/assets/stylesheets/admin/fancybox.css */
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* line 37, app/assets/stylesheets/admin/fancybox.css */
.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

/* line 40, app/assets/stylesheets/admin/fancybox.css */
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

/* line 52, app/assets/stylesheets/admin/fancybox.css */
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/admin/fancybox.css */
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

/* line 74, app/assets/stylesheets/admin/fancybox.css */
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

/* line 77, app/assets/stylesheets/admin/fancybox.css */
.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

/* line 93, app/assets/stylesheets/admin/fancybox.css */
.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 99, app/assets/stylesheets/admin/fancybox.css */
.carousel__button.is-prev {
  left: 10px;
}

/* line 102, app/assets/stylesheets/admin/fancybox.css */
.carousel__button.is-next {
  right: 10px;
}

/* line 105, app/assets/stylesheets/admin/fancybox.css */
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

/* line 109, app/assets/stylesheets/admin/fancybox.css */
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/* line 120, app/assets/stylesheets/admin/fancybox.css */
html.with-fancybox {
  scroll-behavior: auto;
}

/* line 123, app/assets/stylesheets/admin/fancybox.css */
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

/* line 127, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

/* line 153, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

/* line 158, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container :focus {
  outline: none;
}

/* line 161, app/assets/stylesheets/admin/fancybox.css */
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: none;
  /*box-shadow: 0 0 0 1px #fff,*/
  /*0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));*/
}

@media all and (min-width: 1024px) {
  /* line 167, app/assets/stylesheets/admin/fancybox.css */
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

/* line 174, app/assets/stylesheets/admin/fancybox.css */
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

/* line 183, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

/* line 190, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

/* line 193, app/assets/stylesheets/admin/fancybox.css */
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

/* line 200, app/assets/stylesheets/admin/fancybox.css */
.fancybox__track {
  display: flex;
  height: 100%;
}

/* line 204, app/assets/stylesheets/admin/fancybox.css */
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

/* line 221, app/assets/stylesheets/admin/fancybox.css */
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  /* line 228, app/assets/stylesheets/admin/fancybox.css */
  .fancybox__slide {
    padding: 64px 100px;
  }
}

/* line 232, app/assets/stylesheets/admin/fancybox.css */
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

/* line 243, app/assets/stylesheets/admin/fancybox.css */
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

/* line 247, app/assets/stylesheets/admin/fancybox.css */
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

/* line 259, app/assets/stylesheets/admin/fancybox.css */
.is-loading .fancybox__caption {
  visibility: hidden;
}

/* line 262, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

/* line 266, app/assets/stylesheets/admin/fancybox.css */
.fancybox__nav .carousel__button {
  z-index: 40;
}

/* line 269, app/assets/stylesheets/admin/fancybox.css */
.fancybox__nav .carousel__button.is-next {
  right: 8px;
  transition: .5s all;
}

/* line 273, app/assets/stylesheets/admin/fancybox.css */
.fancybox__nav .carousel__button.is-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media all and (min-width: 1024px) {
  /* line 278, app/assets/stylesheets/admin/fancybox.css */
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}

/* line 282, app/assets/stylesheets/admin/fancybox.css */
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
  transition: .5s all;
}

/* line 286, app/assets/stylesheets/admin/fancybox.css */
.fancybox__nav .carousel__button.is-prev:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media all and (min-width: 1024px) {
  /* line 290, app/assets/stylesheets/admin/fancybox.css */
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

/* line 294, app/assets/stylesheets/admin/fancybox.css */
.carousel__button.is-close {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  /* line 301, app/assets/stylesheets/admin/fancybox.css */
  .carousel__button.is-close {
    right: 40px;
  }
}

/* line 305, app/assets/stylesheets/admin/fancybox.css */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: #27AE60;
  padding: 10px;
  border: 1.5px solid white;
  color: var(--fancybox-color, #fff);
}

/* line 314, app/assets/stylesheets/admin/fancybox.css */
.fancybox__content > .carousel__button.is-close:hover {
  opacity: .9;
}

/* line 317, app/assets/stylesheets/admin/fancybox.css */
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

/* line 321, app/assets/stylesheets/admin/fancybox.css */
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

/* line 330, app/assets/stylesheets/admin/fancybox.css */
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

/* line 334, app/assets/stylesheets/admin/fancybox.css */
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

/* line 346, app/assets/stylesheets/admin/fancybox.css */
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

/* line 375, app/assets/stylesheets/admin/fancybox.css */
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* line 382, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"]
.carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

/* line 390, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

/* line 397, app/assets/stylesheets/admin/fancybox.css */
.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

/* line 400, app/assets/stylesheets/admin/fancybox.css */
.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

/* line 403, app/assets/stylesheets/admin/fancybox.css */
.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

/* line 406, app/assets/stylesheets/admin/fancybox.css */
.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

/* line 409, app/assets/stylesheets/admin/fancybox.css */
.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

/* line 412, app/assets/stylesheets/admin/fancybox.css */
.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

/* line 456, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

/* line 460, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 464, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 467, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

/* line 472, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

/* line 477, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

/* line 482, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

/* line 485, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

/* line 488, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

/* line 491, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

/* line 495, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

/* line 499, app/assets/stylesheets/admin/fancybox.css */
.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

/* line 504, app/assets/stylesheets/admin/fancybox.css */
.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

/* line 509, app/assets/stylesheets/admin/fancybox.css */
.is-closing .has-image .fancybox__content {
  overflow: visible;
}

/* line 512, app/assets/stylesheets/admin/fancybox.css */
.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none;
}

/* line 516, app/assets/stylesheets/admin/fancybox.css */
.has-image[data-image-fit="contain"] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 520, app/assets/stylesheets/admin/fancybox.css */
.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 525, app/assets/stylesheets/admin/fancybox.css */
.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 529, app/assets/stylesheets/admin/fancybox.css */
.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}

/* line 532, app/assets/stylesheets/admin/fancybox.css */
.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto;
}

/* line 536, app/assets/stylesheets/admin/fancybox.css */
.has-image[data-image-fit="cover"] {
  overflow: visible;
  touch-action: none;
}

/* line 540, app/assets/stylesheets/admin/fancybox.css */
.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%;
}

/* line 544, app/assets/stylesheets/admin/fancybox.css */
.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 549, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

/* line 559, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

/* line 565, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

/* line 572, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

/* line 580, app/assets/stylesheets/admin/fancybox.css */
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

/* line 583, app/assets/stylesheets/admin/fancybox.css */
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

/* line 591, app/assets/stylesheets/admin/fancybox.css */
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 602, app/assets/stylesheets/admin/fancybox.css */
.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

/* line 608, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

/* line 611, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

/* line 614, app/assets/stylesheets/admin/fancybox.css */
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

/* line 626, app/assets/stylesheets/admin/fancybox.css */
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #27AE60;
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

/* line 640, app/assets/stylesheets/admin/fancybox.css */
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

/* line 643, app/assets/stylesheets/admin/fancybox.css */
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

/* line 647, app/assets/stylesheets/admin/fancybox.css */
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

/* line 657, app/assets/stylesheets/admin/fancybox.css */
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  /* line 695, app/assets/stylesheets/admin/fancybox.css */
  .fancybox__toolbar {
    padding: 8px;
  }
}

/* line 699, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

/* line 702, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

/* line 705, app/assets/stylesheets/admin/fancybox.css */
.fancybox__toolbar__items {
  display: flex;
}

/* line 708, app/assets/stylesheets/admin/fancybox.css */
.fancybox__toolbar__items--left {
  margin-right: auto;
}

/* line 711, app/assets/stylesheets/admin/fancybox.css */
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* line 716, app/assets/stylesheets/admin/fancybox.css */
.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  /* line 720, app/assets/stylesheets/admin/fancybox.css */
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

/* line 724, app/assets/stylesheets/admin/fancybox.css */
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 733, app/assets/stylesheets/admin/fancybox.css */
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

/* line 747, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

/* line 750, app/assets/stylesheets/admin/fancybox.css */
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

/* line 753, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

/* line 756, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

/* line 759, app/assets/stylesheets/admin/fancybox.css */
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

/* line 762, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

/* line 765, app/assets/stylesheets/admin/fancybox.css */
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* line 1, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--separate-dial-code {
  width: 100%;
}

/* line 4, app/assets/stylesheets/admin/intlTelInput.scss */
.iti {
  position: relative;
  display: inline-block;
}

/* line 7, app/assets/stylesheets/admin/intlTelInput.scss */
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 12, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__hide {
  display: none;
}

/* line 15, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__v-hide {
  visibility: hidden;
}

/* line 18, app/assets/stylesheets/admin/intlTelInput.scss */
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 28, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country.iti__active, .iti__country.iti__highlight {
  background: linear-gradient(45deg, #7b55fe 0%, #da7aff 52%, #ff26e6 78%) !important;
  color: black;
}

/* line 31, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country.iti__active .iti__dial-code, .iti__country.iti__highlight .iti__dial-code {
  color: black;
}

/* line 34, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country.iti__active:hover, .iti__country.iti__highlight:hover {
  opacity: 0.9 !important;
}

/* line 39, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 46, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

/* line 53, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 60, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 63, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0.5rem;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent !important;
  background: linear-gradient(#1d0232, #1d0232), linear-gradient(to right bottom, #0feffd 0%, #ff00f5 52%, rgba(15, 239, 253, 0) 78%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 79, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  /* line 83, app/assets/stylesheets/admin/intlTelInput.scss */
  .iti__country-list {
    white-space: normal;
  }
}

/* line 85, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

/* line 88, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #272B30;
}

/* line 92, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country {
  padding: 5px 10px;
  outline: none;
}

/* line 95, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__dial-code {
  color: #999;
}

/* line 97, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

/* line 99, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

/* line 101, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 111, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

/* line 114, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

/* line 116, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 118, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

/* line 121, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

/* line 124, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 126, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

/* line 128, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 134, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--container:hover {
  cursor: pointer;
}

/* line 137, app/assets/stylesheets/admin/intlTelInput.scss */
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 144, app/assets/stylesheets/admin/intlTelInput.scss */
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

/* line 148, app/assets/stylesheets/admin/intlTelInput.scss */
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 154, app/assets/stylesheets/admin/intlTelInput.scss */
  .iti__flag {
    background-size: 5652px 15px;
  }
}

/* line 156, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

/* line 159, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

/* line 162, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

/* line 165, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

/* line 168, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

/* line 171, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

/* line 174, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

/* line 177, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

/* line 180, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

/* line 183, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

/* line 186, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

/* line 189, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

/* line 192, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

/* line 195, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

/* line 198, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

/* line 201, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

/* line 204, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

/* line 207, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

/* line 210, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

/* line 213, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

/* line 216, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__be {
  height: 15px;
  width: 18px;
  background-position: -440px 0;
}

/* line 220, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

/* line 223, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

/* line 226, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

/* line 229, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

/* line 232, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

/* line 235, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

/* line 238, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

/* line 241, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

/* line 244, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

/* line 247, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

/* line 250, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

/* line 253, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

/* line 256, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

/* line 259, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

/* line 262, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

/* line 265, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

/* line 268, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}

/* line 271, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

/* line 274, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

/* line 277, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

/* line 280, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

/* line 283, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

/* line 286, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ch {
  height: 15px;
  width: 15px;
  background-position: -944px 0;
}

/* line 290, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

/* line 293, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

/* line 296, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

/* line 299, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

/* line 302, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

/* line 305, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

/* line 308, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

/* line 311, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

/* line 314, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

/* line 317, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

/* line 320, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

/* line 323, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

/* line 326, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

/* line 329, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

/* line 332, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}

/* line 335, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

/* line 338, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

/* line 341, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

/* line 344, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

/* line 347, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}

/* line 350, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

/* line 353, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

/* line 356, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

/* line 359, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

/* line 362, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

/* line 365, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

/* line 368, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}

/* line 371, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}

/* line 374, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}

/* line 377, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

/* line 380, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

/* line 383, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

/* line 386, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

/* line 389, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

/* line 392, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

/* line 395, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

/* line 398, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

/* line 401, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

/* line 404, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

/* line 407, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

/* line 410, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

/* line 413, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

/* line 416, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

/* line 419, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

/* line 422, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

/* line 425, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

/* line 428, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

/* line 431, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

/* line 434, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

/* line 437, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

/* line 440, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

/* line 443, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

/* line 446, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

/* line 449, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

/* line 452, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

/* line 455, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

/* line 458, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

/* line 461, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

/* line 464, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

/* line 467, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

/* line 470, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

/* line 473, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

/* line 476, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}

/* line 479, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

/* line 482, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}

/* line 485, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}

/* line 488, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

/* line 491, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}

/* line 494, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

/* line 497, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

/* line 500, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}

/* line 503, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}

/* line 506, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}

/* line 509, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

/* line 512, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

/* line 515, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

/* line 518, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

/* line 521, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

/* line 524, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

/* line 527, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

/* line 530, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}

/* line 533, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

/* line 536, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

/* line 539, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

/* line 542, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

/* line 545, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

/* line 548, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

/* line 551, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}

/* line 554, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

/* line 557, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

/* line 560, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}

/* line 563, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

/* line 566, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

/* line 569, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

/* line 572, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

/* line 575, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

/* line 578, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

/* line 581, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

/* line 584, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

/* line 587, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mc {
  height: 15px;
  width: 19px;
  background-position: -3139px 0;
}

/* line 591, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}

/* line 594, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}

/* line 597, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

/* line 600, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

/* line 603, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

/* line 606, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

/* line 609, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

/* line 612, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

/* line 615, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

/* line 618, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

/* line 621, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

/* line 624, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

/* line 627, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

/* line 630, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

/* line 633, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

/* line 636, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

/* line 639, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

/* line 642, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

/* line 645, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

/* line 648, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}

/* line 651, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

/* line 654, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}

/* line 657, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

/* line 660, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ne {
  height: 15px;
  width: 18px;
  background-position: -3666px 0;
}

/* line 664, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

/* line 667, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

/* line 670, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

/* line 673, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

/* line 676, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}

/* line 679, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__np {
  height: 15px;
  width: 13px;
  background-color: transparent;
  background-position: -3796px 0;
}

/* line 684, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

/* line 687, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

/* line 690, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

/* line 693, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}

/* line 696, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

/* line 699, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

/* line 702, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

/* line 705, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

/* line 708, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

/* line 711, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

/* line 714, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

/* line 717, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

/* line 720, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

/* line 723, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

/* line 726, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

/* line 729, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

/* line 732, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

/* line 735, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}

/* line 738, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

/* line 741, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}

/* line 744, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

/* line 747, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

/* line 750, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

/* line 753, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

/* line 756, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

/* line 759, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

/* line 762, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

/* line 765, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

/* line 768, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}

/* line 771, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

/* line 774, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

/* line 777, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}

/* line 780, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

/* line 783, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

/* line 786, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

/* line 789, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

/* line 792, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

/* line 795, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}

/* line 798, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

/* line 801, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

/* line 804, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}

/* line 807, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

/* line 810, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

/* line 813, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

/* line 816, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

/* line 819, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

/* line 822, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

/* line 825, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}

/* line 828, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

/* line 831, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

/* line 834, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}

/* line 837, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

/* line 840, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

/* line 843, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

/* line 846, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

/* line 849, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

/* line 852, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}

/* line 855, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

/* line 858, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

/* line 861, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

/* line 864, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

/* line 867, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

/* line 870, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

/* line 873, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

/* line 876, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}

/* line 879, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}

/* line 882, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}

/* line 885, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

/* line 888, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

/* line 891, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__va {
  height: 15px;
  width: 15px;
  background-position: -5329px 0;
}

/* line 895, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

/* line 898, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

/* line 901, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

/* line 904, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

/* line 907, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

/* line 910, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

/* line 913, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

/* line 916, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

/* line 919, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

/* line 922, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

/* line 925, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

/* line 928, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}

/* line 931, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

/* line 934, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

/* line 938, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag {
  height: 15px;
  width: 20px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(https://www.vaginawater.com/assets/flags-959070a9f002abd28383322dd455a851d1fd445974edb3f720d54ff79894e28b.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 948, app/assets/stylesheets/admin/intlTelInput.scss */
  .iti__flag {
    background-image: url(https://www.vaginawater.com/assets/flags@2x-d00ec77cf49d0c3fbd725dbcdcca661b5db35a02d12f8f4fcf8a3ce6065391bc.png);
  }
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 7, app/assets/stylesheets/admin/quill.scss */
.ql-container {
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}

/* line 15, app/assets/stylesheets/admin/quill.scss */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 20, app/assets/stylesheets/admin/quill.scss */
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/admin/quill.scss */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 33, app/assets/stylesheets/admin/quill.scss */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 38, app/assets/stylesheets/admin/quill.scss */
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 50, app/assets/stylesheets/admin/quill.scss */
.ql-editor * {
  cursor: text;
}

/* line 53, app/assets/stylesheets/admin/quill.scss */
.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 58, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol, .ql-editor ul {
  padding-left: 1.5em;
}

/* line 60, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li, .ql-editor ul li {
  list-style-type: none;
}

/* line 62, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li::before, .ql-editor ul li::before {
  content: '\2022';
}

/* line 67, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=true], .ql-editor[data-checked=false] {
  pointer-events: none;
}

/* line 69, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=true] > li *, .ql-editor[data-checked=false] > li * {
  pointer-events: all;
}

/* line 72, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=true] > li, .ql-editor[data-checked=false] > li {
  pointer-events: all;
}

/* line 74, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=true] > li::before, .ql-editor[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

/* line 83, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=true] > li::before {
  content: '\2611';
}

/* line 90, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=false] li::before {
  content: '\2610';
}

/* line 95, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 98, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 101, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 105, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 108, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 111, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 114, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 117, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 120, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 123, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 126, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 129, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 132, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 135, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 138, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 141, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 144, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 147, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

/* line 150, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

/* line 153, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-size-small {
  font-size: 0.75em;
}

/* line 156, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 159, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 162, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 166, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 169, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 172, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 176, app/assets/stylesheets/admin/quill.scss */
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

/* line 181, app/assets/stylesheets/admin/quill.scss */
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 186, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

/* line 190, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

/* line 194, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 198, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

/* line 202, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

/* line 205, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 209, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

/* line 213, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 217, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

/* line 221, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 225, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

/* line 228, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

/* line 232, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

/* line 235, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
  counter-reset: list-6 list-7 list-8 list-9;
}

/* line 239, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

/* line 243, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
  counter-reset: list-7 list-8 list-9;
}

/* line 247, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

/* line 251, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
  counter-reset: list-8 list-9;
}

/* line 255, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

/* line 259, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
  counter-reset: list-9;
}

/* line 263, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

/* line 267, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

/* line 270, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

/* line 273, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 276, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 279, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 282, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 285, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 288, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 291, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 294, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 297, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 300, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 303, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 306, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 309, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 312, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 315, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 318, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 321, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 324, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 327, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 330, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 333, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 336, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 339, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 342, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 345, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 348, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 351, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 354, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 357, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 360, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 363, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 366, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 369, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 372, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 375, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 378, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 381, app/assets/stylesheets/admin/quill.scss */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 390, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

/* line 396, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 407, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 412, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

/* line 416, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

/* line 420, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

/* line 436, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 466, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 497, app/assets/stylesheets/admin/quill.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #EB7BE1;
  }
  /* line 501, app/assets/stylesheets/admin/quill.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #EB7BE1;
  }
  /* line 507, app/assets/stylesheets/admin/quill.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #EB7BE1;
  }
}

/* line 514, app/assets/stylesheets/admin/quill.scss */
.ql-snow {
  box-sizing: border-box;
}

/* line 517, app/assets/stylesheets/admin/quill.scss */
.ql-snow * {
  box-sizing: border-box;
}

/* line 520, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-hidden {
  display: none;
}

/* line 523, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 527, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
  background-color: #fff;
  border: 0.0625rem solid rgba(231, 234, 243, 0.7);
  box-shadow: 0 0 5px #ddd;
  color: #C009BC;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 538, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
  line-height: 26px;
}

/* line 543, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 546, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 550, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

/* line 555, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #C009BC;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 562, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #EB7BE1;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 568, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #EB7BE1;
}

/* line 572, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-empty {
  fill: none;
}

/* line 575, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 578, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 582, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-transparent {
  opacity: 0.4;
}

/* line 585, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 588, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 591, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 594, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h1 {
  font-size: 2em;
}

/* line 597, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

/* line 600, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

/* line 603, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h4 {
  font-size: 1em;
}

/* line 606, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

/* line 609, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

/* line 612, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 615, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 621, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 626, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 632, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 636, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 641, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 644, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker {
  color: #C009BC;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 654, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 663, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 667, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 675, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 681, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 685, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 688, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 691, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 697, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 701, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 705, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 709, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

/* line 712, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 717, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 721, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

/* line 729, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 736, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

/* line 744, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header {
  width: 98px;
}

/* line 747, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Heading';
}

/* line 751, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

/* line 755, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

/* line 759, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

/* line 763, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

/* line 767, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

/* line 771, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

/* line 775, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 778, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 781, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 784, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 787, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

/* line 790, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

/* line 793, app/assets/stylesheets/admin/quill.scss */
.ql-snow {
  border: 0.0625rem solid #C009BC;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif !important;
  padding: 8px;
}

/* line 799, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 802, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

/* line 806, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

/* line 811, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

/* line 818, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

/* line 823, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

/* line 829, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 832, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

/* line 836, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
  font-size: 10px;
}

/* line 842, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
  font-size: 18px;
}

/* line 848, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
  font-size: 32px;
}

/* line 856, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 861, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 870, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 873, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 876, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 880, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

/* line 883, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
  z-index: 5;
}

/* line 887, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 891, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}

/* line 895, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 900, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}

/* line 909, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 916, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

/* line 922, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

/* line 927, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 931, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

/* line 934, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: 'Save';
  padding-right: 0;
}

/* line 939, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

/* line 942, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

/* line 945, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

/* line 948, app/assets/stylesheets/admin/quill.scss */
.ql-snow a {
  color: white;
}

/* line 951, app/assets/stylesheets/admin/quill.scss */
.ql-snow .atwho-inserted {
  color: white;
}

/* line 954, app/assets/stylesheets/admin/quill.scss */
.ql-container.ql-snow {
  border: 0.0625rem solid #C009BC;
}

/* line 1, app/assets/stylesheets/admin/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, app/assets/stylesheets/admin/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 58px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, app/assets/stylesheets/admin/select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 20, app/assets/stylesheets/admin/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 24, app/assets/stylesheets/admin/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 27, app/assets/stylesheets/admin/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 58px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 34, app/assets/stylesheets/admin/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  vertical-align: sub;
  padding: 0;
}

/* line 39, app/assets/stylesheets/admin/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 43, app/assets/stylesheets/admin/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 12px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  vertical-align: bottom;
  font-family: "Manrope", sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

/* line 55, app/assets/stylesheets/admin/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 58, app/assets/stylesheets/admin/select2.min.css */
.select2-dropdown {
  background-color: #100326;
  border: 1px solid #C009BC;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1;
}

/* line 69, app/assets/stylesheets/admin/select2.min.css */
.select2-results {
  display: block;
}

/* line 72, app/assets/stylesheets/admin/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 77, app/assets/stylesheets/admin/select2.min.css */
.select2-results__option {
  padding: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  user-select: none;
  -webkit-user-select: none;
}

/* line 82, app/assets/stylesheets/admin/select2.min.css */
.select2-results__option.select2-results__message {
  padding-top: 0;
}

/* line 85, app/assets/stylesheets/admin/select2.min.css */
.select2-results__option--selectable {
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/admin/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 91, app/assets/stylesheets/admin/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 96, app/assets/stylesheets/admin/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 101, app/assets/stylesheets/admin/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 104, app/assets/stylesheets/admin/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 108, app/assets/stylesheets/admin/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 110, app/assets/stylesheets/admin/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 113, app/assets/stylesheets/admin/select2.min.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 130, app/assets/stylesheets/admin/select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 142, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--single {
  border-radius: 8px;
}

/* line 144, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 58px;
}

/* line 147, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

/* line 154, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 156, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 162, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 174, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 177, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 181, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  opacity: 0.8;
  pointer-events: none;
}

/* line 184, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 187, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 191, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: #100326;
  border: 1px solid #C009BC;
  border-radius: 8px;
  cursor: text;
  margin: 0 15px;
  height: 58px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

/* line 201, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

/* line 203, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

/* line 212, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #C009BC;
  border: transparent;
  border-radius: 8px;
  color: white;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 8px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

/* line 229, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 233, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 247, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

/* line 252, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 256, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 260, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 268, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

/*.select2-container--default.select2-container--focus .select2-selection--multiple {*/
/*    border: solid black 1px;*/
/*    outline: 0; }*/
/* line 277, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 281, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 284, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 288, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 292, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 295, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  color: white;
  background: transparent;
  height: 25px;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 303, app/assets/stylesheets/admin/select2.min.css */
.select2-search.select2-search--inline input::placeholder, .select2-search.select2-search--inline textarea::placeholder {
  color: white;
}

/* line 306, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}

/* line 310, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 312, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 314, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 317, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 320, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 323, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 326, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 330, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option--group {
  padding: 0;
}

/* line 333, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option--disabled {
  color: #999;
}

/* line 336, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option--selected {
  background: #50104F;
  color: white;
}

/* line 341, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #3D026C !important;
  color: white;
}

/* line 345, app/assets/stylesheets/admin/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 350, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 8px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 360, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 362, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 365, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

/* line 371, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 373, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 389, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 401, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 404, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 413, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 415, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 418, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 422, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 432, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 442, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 8px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

/* line 450, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 452, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 454, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

/* line 462, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 466, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

/* line 476, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

/* line 480, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 484, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 488, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 494, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 497, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 502, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 507, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 511, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 515, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 519, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 522, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 525, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 529, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-results__option--group {
  padding: 0;
}

/* line 532, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

/* line 535, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

/* line 539, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 544, app/assets/stylesheets/admin/select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 5, app/assets/stylesheets/admin.scss */
.error {
  color: #E63757 !important;
}

/* line 8, app/assets/stylesheets/admin.scss */
.d-none {
  display: none !important;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #2a2d30;
  border-radius: 4px;
  border: none;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: none;
  border-radius: 4px;
  background-color: #2E2F30;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0 0.25rem;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: transparent !important;
  border-color: transparent;
  color: rgba(143,149,156,0.5);
}

.daterangepicker td.in-range {
  background-color: #25282a;
  border-color: transparent;
  color: #c5c8cc;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #377dff;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #2E2F30;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #2a2d30;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  /*background-color: #eee;*/
}

.daterangepicker .ranges li.active {
  background-color: rgba(255,255,255,0.1);
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  /*.daterangepicker {*/
  /*  direction: ltr;*/
  /*  text-align: left;*/
  /*}*/

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 8px;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.carousel {
    position: relative;
    box-sizing: border-box;
}
.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit;
}
.carousel.is-draggable {
    cursor: move;
    cursor: grab;
}
.carousel.is-dragging {
    cursor: move;
    cursor: grabbing;
}
.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.carousel__track {
    display: flex;
}
.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none;
}
.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: 0.25;
    transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}
.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity 0.15s ease;
}
.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel__button.is-prev {
    left: 10px;
}
.carousel__button.is-next {
    right: 10px;
}
.carousel__button[disabled] {
    cursor: default;
    opacity: 0.3;
}
.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none;
}
html.with-fancybox {
    scroll-behavior: auto;
}
body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none;
}
.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px)
    env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit;
}
.fancybox__container :focus {
    outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: none;
    /*box-shadow: 0 0 0 1px #fff,*/
    /*0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));*/
}
@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px;
    }
}
.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}
.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}
.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}
.fancybox__track {
    display: flex;
    height: 100%;
}
.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}
.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}
@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px;
    }
}
.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none;
}
.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
    visibility: hidden;
}
.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
    z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
    right: 8px;
    transition: .5s all;
}
.fancybox__nav .carousel__button.is-next:hover{
    background: rgba(255,255,255,0.2);
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
}
.fancybox__nav .carousel__button.is-prev {
    left: 8px;
    transition: .5s all;
}
.fancybox__nav .carousel__button.is-prev:hover{
    background: rgba(255,255,255,0.2);
}
@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
}
.carousel__button.is-close {
    position: absolute;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}
@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px;
    }
}
.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: #27AE60;
    padding: 10px;
    border: 1.5px solid rgb(255, 255, 255);
    color: var(--fancybox-color, #fff);
}
.fancybox__content > .carousel__button.is-close:hover{
    opacity: .9;
}
.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none;
}
.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}
.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor;
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"]
.carousel__button.is-close {
    animation: 0.15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
    animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
    animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
    animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
    animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
    animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
    animation: 0.15s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}
.fancybox__image {
    transform-origin: 0 0;
    user-select: none;
    transition: none;
}
.has-image .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
}
.is-closing .has-image .fancybox__content {
    overflow: visible;
}
.has-image[data-image-fit="contain"] {
    overflow: visible;
    touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap;
}
.has-image[data-image-fit="contain"] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
    overflow-x: hidden;
    overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
    min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
    max-width: 100%;
    height: auto;
}
.has-image[data-image-fit="cover"] {
    overflow: visible;
    touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
    width: 100%;
    height: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}
.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #27AE60;
    opacity: 0;
    transition: opacity 0.15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    user-select: none;
}
.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(
            to top,
            hsla(0deg, 0%, 0%, 0) 0%,
            hsla(0deg, 0%, 0%, 0.006) 8.1%,
            hsla(0deg, 0%, 0%, 0.021) 15.5%,
            hsla(0deg, 0%, 0%, 0.046) 22.5%,
            hsla(0deg, 0%, 0%, 0.077) 29%,
            hsla(0deg, 0%, 0%, 0.114) 35.3%,
            hsla(0deg, 0%, 0%, 0.155) 41.2%,
            hsla(0deg, 0%, 0%, 0.198) 47.1%,
            hsla(0deg, 0%, 0%, 0.242) 52.9%,
            hsla(0deg, 0%, 0%, 0.285) 58.8%,
            hsla(0deg, 0%, 0%, 0.326) 64.7%,
            hsla(0deg, 0%, 0%, 0.363) 71%,
            hsla(0deg, 0%, 0%, 0.394) 77.5%,
            hsla(0deg, 0%, 0%, 0.419) 84.5%,
            hsla(0deg, 0%, 0%, 0.434) 91.9%,
            hsla(0deg, 0%, 0%, 0.44) 100%
    );
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(
            --fancybox-toolbar-text-shadow,
            1px 1px 1px rgba(0, 0, 0, 0.4)
    );
}
@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}
.fancybox__toolbar__items {
    display: flex;
}
.fancybox__toolbar__items--left {
    margin-right: auto;
}
.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
    margin-left: auto;
}
@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}
.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none;
}
.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}
/* line 1, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--separate-dial-code {
  width: 100%;
}

/* line 4, app/assets/stylesheets/admin/intlTelInput.scss */
.iti {
  position: relative;
  display: inline-block;
}

/* line 7, app/assets/stylesheets/admin/intlTelInput.scss */
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 12, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__hide {
  display: none;
}

/* line 15, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__v-hide {
  visibility: hidden;
}

/* line 18, app/assets/stylesheets/admin/intlTelInput.scss */
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 28, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country.iti__active, .iti__country.iti__highlight {
  background: linear-gradient(45deg, #7b55fe 0%, #da7aff 52%, #ff26e6 78%) !important;
  color: black;
}

/* line 31, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country.iti__active .iti__dial-code, .iti__country.iti__highlight .iti__dial-code {
  color: black;
}

/* line 34, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country.iti__active:hover, .iti__country.iti__highlight:hover {
  opacity: 0.9 !important;
}

/* line 39, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 46, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

/* line 53, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 60, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 63, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0.5rem;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent !important;
  background: linear-gradient(#1d0232, #1d0232), linear-gradient(to right bottom, #0feffd 0%, #ff00f5 52%, rgba(15, 239, 253, 0) 78%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 79, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  /* line 83, app/assets/stylesheets/admin/intlTelInput.scss */
  .iti__country-list {
    white-space: normal;
  }
}

/* line 85, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

/* line 88, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #272B30;
}

/* line 92, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__country {
  padding: 5px 10px;
  outline: none;
}

/* line 95, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__dial-code {
  color: #999;
}

/* line 97, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

/* line 99, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

/* line 101, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 111, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

/* line 114, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

/* line 116, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 118, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

/* line 121, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

/* line 124, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 126, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

/* line 128, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 134, app/assets/stylesheets/admin/intlTelInput.scss */
.iti--container:hover {
  cursor: pointer;
}

/* line 137, app/assets/stylesheets/admin/intlTelInput.scss */
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 144, app/assets/stylesheets/admin/intlTelInput.scss */
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

/* line 148, app/assets/stylesheets/admin/intlTelInput.scss */
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 154, app/assets/stylesheets/admin/intlTelInput.scss */
  .iti__flag {
    background-size: 5652px 15px;
  }
}

/* line 156, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

/* line 159, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

/* line 162, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

/* line 165, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

/* line 168, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

/* line 171, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

/* line 174, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

/* line 177, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

/* line 180, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

/* line 183, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

/* line 186, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

/* line 189, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

/* line 192, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

/* line 195, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

/* line 198, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

/* line 201, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

/* line 204, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

/* line 207, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

/* line 210, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

/* line 213, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

/* line 216, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__be {
  height: 15px;
  width: 18px;
  background-position: -440px 0;
}

/* line 220, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

/* line 223, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

/* line 226, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

/* line 229, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

/* line 232, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

/* line 235, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

/* line 238, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

/* line 241, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

/* line 244, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

/* line 247, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

/* line 250, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

/* line 253, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

/* line 256, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

/* line 259, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

/* line 262, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

/* line 265, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

/* line 268, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}

/* line 271, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

/* line 274, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

/* line 277, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

/* line 280, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

/* line 283, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

/* line 286, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ch {
  height: 15px;
  width: 15px;
  background-position: -944px 0;
}

/* line 290, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

/* line 293, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

/* line 296, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

/* line 299, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

/* line 302, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

/* line 305, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

/* line 308, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

/* line 311, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

/* line 314, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

/* line 317, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

/* line 320, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

/* line 323, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

/* line 326, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

/* line 329, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

/* line 332, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}

/* line 335, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

/* line 338, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

/* line 341, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

/* line 344, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

/* line 347, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}

/* line 350, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

/* line 353, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

/* line 356, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

/* line 359, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

/* line 362, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

/* line 365, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

/* line 368, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}

/* line 371, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}

/* line 374, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}

/* line 377, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

/* line 380, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

/* line 383, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

/* line 386, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

/* line 389, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

/* line 392, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

/* line 395, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

/* line 398, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

/* line 401, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

/* line 404, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

/* line 407, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

/* line 410, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

/* line 413, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

/* line 416, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

/* line 419, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

/* line 422, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

/* line 425, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

/* line 428, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

/* line 431, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

/* line 434, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

/* line 437, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

/* line 440, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

/* line 443, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

/* line 446, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

/* line 449, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

/* line 452, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

/* line 455, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

/* line 458, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

/* line 461, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

/* line 464, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

/* line 467, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

/* line 470, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

/* line 473, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

/* line 476, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}

/* line 479, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

/* line 482, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}

/* line 485, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}

/* line 488, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

/* line 491, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}

/* line 494, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

/* line 497, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

/* line 500, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}

/* line 503, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}

/* line 506, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}

/* line 509, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

/* line 512, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

/* line 515, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

/* line 518, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

/* line 521, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

/* line 524, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

/* line 527, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

/* line 530, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}

/* line 533, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

/* line 536, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

/* line 539, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

/* line 542, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

/* line 545, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

/* line 548, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

/* line 551, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}

/* line 554, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

/* line 557, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

/* line 560, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}

/* line 563, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

/* line 566, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

/* line 569, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

/* line 572, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

/* line 575, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

/* line 578, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

/* line 581, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

/* line 584, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

/* line 587, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mc {
  height: 15px;
  width: 19px;
  background-position: -3139px 0;
}

/* line 591, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}

/* line 594, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}

/* line 597, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

/* line 600, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

/* line 603, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

/* line 606, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

/* line 609, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

/* line 612, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

/* line 615, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

/* line 618, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

/* line 621, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

/* line 624, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

/* line 627, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

/* line 630, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

/* line 633, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

/* line 636, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

/* line 639, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

/* line 642, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

/* line 645, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

/* line 648, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}

/* line 651, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

/* line 654, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}

/* line 657, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

/* line 660, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ne {
  height: 15px;
  width: 18px;
  background-position: -3666px 0;
}

/* line 664, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

/* line 667, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

/* line 670, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

/* line 673, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

/* line 676, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}

/* line 679, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__np {
  height: 15px;
  width: 13px;
  background-color: transparent;
  background-position: -3796px 0;
}

/* line 684, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

/* line 687, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

/* line 690, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

/* line 693, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}

/* line 696, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

/* line 699, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

/* line 702, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

/* line 705, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

/* line 708, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

/* line 711, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

/* line 714, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

/* line 717, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

/* line 720, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

/* line 723, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

/* line 726, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

/* line 729, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

/* line 732, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

/* line 735, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}

/* line 738, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

/* line 741, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}

/* line 744, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

/* line 747, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

/* line 750, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

/* line 753, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

/* line 756, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

/* line 759, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

/* line 762, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

/* line 765, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

/* line 768, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}

/* line 771, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

/* line 774, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

/* line 777, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}

/* line 780, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

/* line 783, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

/* line 786, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

/* line 789, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

/* line 792, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

/* line 795, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}

/* line 798, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

/* line 801, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

/* line 804, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}

/* line 807, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

/* line 810, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

/* line 813, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

/* line 816, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

/* line 819, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

/* line 822, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

/* line 825, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}

/* line 828, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

/* line 831, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

/* line 834, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}

/* line 837, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

/* line 840, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

/* line 843, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

/* line 846, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

/* line 849, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

/* line 852, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}

/* line 855, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

/* line 858, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

/* line 861, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

/* line 864, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

/* line 867, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

/* line 870, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

/* line 873, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

/* line 876, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}

/* line 879, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}

/* line 882, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}

/* line 885, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

/* line 888, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

/* line 891, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__va {
  height: 15px;
  width: 15px;
  background-position: -5329px 0;
}

/* line 895, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

/* line 898, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

/* line 901, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

/* line 904, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

/* line 907, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

/* line 910, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

/* line 913, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

/* line 916, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

/* line 919, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

/* line 922, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

/* line 925, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

/* line 928, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}

/* line 931, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

/* line 934, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

/* line 938, app/assets/stylesheets/admin/intlTelInput.scss */
.iti__flag {
  height: 15px;
  width: 20px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(https://www.vaginawater.com/assets/flags-959070a9f002abd28383322dd455a851d1fd445974edb3f720d54ff79894e28b.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 948, app/assets/stylesheets/admin/intlTelInput.scss */
  .iti__flag {
    background-image: url(https://www.vaginawater.com/assets/flags@2x-d00ec77cf49d0c3fbd725dbcdcca661b5db35a02d12f8f4fcf8a3ce6065391bc.png);
  }
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 7, app/assets/stylesheets/admin/quill.scss */
.ql-container {
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}

/* line 15, app/assets/stylesheets/admin/quill.scss */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 20, app/assets/stylesheets/admin/quill.scss */
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/admin/quill.scss */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 33, app/assets/stylesheets/admin/quill.scss */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 38, app/assets/stylesheets/admin/quill.scss */
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 50, app/assets/stylesheets/admin/quill.scss */
.ql-editor * {
  cursor: text;
}

/* line 53, app/assets/stylesheets/admin/quill.scss */
.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 58, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol, .ql-editor ul {
  padding-left: 1.5em;
}

/* line 60, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li, .ql-editor ul li {
  list-style-type: none;
}

/* line 62, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li::before, .ql-editor ul li::before {
  content: '\2022';
}

/* line 67, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=true], .ql-editor[data-checked=false] {
  pointer-events: none;
}

/* line 69, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=true] > li *, .ql-editor[data-checked=false] > li * {
  pointer-events: all;
}

/* line 72, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=true] > li, .ql-editor[data-checked=false] > li {
  pointer-events: all;
}

/* line 74, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=true] > li::before, .ql-editor[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

/* line 83, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=true] > li::before {
  content: '\2611';
}

/* line 90, app/assets/stylesheets/admin/quill.scss */
.ql-editor[data-checked=false] li::before {
  content: '\2610';
}

/* line 95, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 98, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 101, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 105, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 108, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 111, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 114, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 117, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 120, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 123, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 126, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 129, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 132, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 135, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 138, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 141, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 144, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 147, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

/* line 150, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

/* line 153, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-size-small {
  font-size: 0.75em;
}

/* line 156, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 159, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 162, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 166, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 169, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 172, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 176, app/assets/stylesheets/admin/quill.scss */
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

/* line 181, app/assets/stylesheets/admin/quill.scss */
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 186, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

/* line 190, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

/* line 194, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 198, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

/* line 202, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

/* line 205, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 209, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

/* line 213, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 217, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

/* line 221, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 225, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

/* line 228, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

/* line 232, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

/* line 235, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
  counter-reset: list-6 list-7 list-8 list-9;
}

/* line 239, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

/* line 243, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
  counter-reset: list-7 list-8 list-9;
}

/* line 247, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

/* line 251, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
  counter-reset: list-8 list-9;
}

/* line 255, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

/* line 259, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
  counter-reset: list-9;
}

/* line 263, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

/* line 267, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

/* line 270, app/assets/stylesheets/admin/quill.scss */
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

/* line 273, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 276, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 279, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 282, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 285, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 288, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 291, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 294, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 297, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 300, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 303, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 306, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 309, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 312, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 315, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 318, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 321, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 324, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 327, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 330, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 333, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 336, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 339, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 342, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 345, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 348, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 351, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 354, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 357, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 360, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 363, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 366, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 369, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 372, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 375, app/assets/stylesheets/admin/quill.scss */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 378, app/assets/stylesheets/admin/quill.scss */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 381, app/assets/stylesheets/admin/quill.scss */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 390, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

/* line 396, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 407, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 412, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

/* line 416, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

/* line 420, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

/* line 436, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 466, app/assets/stylesheets/admin/quill.scss */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 497, app/assets/stylesheets/admin/quill.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #EB7BE1;
  }
  /* line 501, app/assets/stylesheets/admin/quill.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #EB7BE1;
  }
  /* line 507, app/assets/stylesheets/admin/quill.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #EB7BE1;
  }
}

/* line 514, app/assets/stylesheets/admin/quill.scss */
.ql-snow {
  box-sizing: border-box;
}

/* line 517, app/assets/stylesheets/admin/quill.scss */
.ql-snow * {
  box-sizing: border-box;
}

/* line 520, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-hidden {
  display: none;
}

/* line 523, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 527, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
  background-color: #fff;
  border: 0.0625rem solid rgba(231, 234, 243, 0.7);
  box-shadow: 0 0 5px #ddd;
  color: #C009BC;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 538, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
  line-height: 26px;
}

/* line 543, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 546, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 550, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

/* line 555, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #C009BC;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 562, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #EB7BE1;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 568, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #EB7BE1;
}

/* line 572, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-empty {
  fill: none;
}

/* line 575, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 578, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 582, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-transparent {
  opacity: 0.4;
}

/* line 585, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 588, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 591, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 594, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h1 {
  font-size: 2em;
}

/* line 597, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

/* line 600, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

/* line 603, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h4 {
  font-size: 1em;
}

/* line 606, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

/* line 609, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

/* line 612, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 615, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 621, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 626, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 632, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 636, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 641, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 644, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker {
  color: #C009BC;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 654, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 663, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 667, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 675, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 681, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 685, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 688, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 691, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 697, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 701, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 705, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 709, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

/* line 712, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 717, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 721, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

/* line 729, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 736, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

/* line 744, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header {
  width: 98px;
}

/* line 747, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Heading';
}

/* line 751, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

/* line 755, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

/* line 759, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

/* line 763, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

/* line 767, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

/* line 771, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

/* line 775, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 778, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 781, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 784, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 787, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

/* line 790, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

/* line 793, app/assets/stylesheets/admin/quill.scss */
.ql-snow {
  border: 0.0625rem solid #C009BC;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif !important;
  padding: 8px;
}

/* line 799, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 802, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

/* line 806, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

/* line 811, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

/* line 818, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

/* line 823, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

/* line 829, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 832, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

/* line 836, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
  font-size: 10px;
}

/* line 842, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
  font-size: 18px;
}

/* line 848, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
  font-size: 32px;
}

/* line 856, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 861, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 870, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 873, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 876, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 880, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

/* line 883, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
  z-index: 5;
}

/* line 887, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 891, app/assets/stylesheets/admin/quill.scss */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}

/* line 895, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 900, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}

/* line 909, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 916, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

/* line 922, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

/* line 927, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 931, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

/* line 934, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: 'Save';
  padding-right: 0;
}

/* line 939, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

/* line 942, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

/* line 945, app/assets/stylesheets/admin/quill.scss */
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

/* line 948, app/assets/stylesheets/admin/quill.scss */
.ql-snow a {
  color: white;
}

/* line 951, app/assets/stylesheets/admin/quill.scss */
.ql-snow .atwho-inserted {
  color: white;
}

/* line 954, app/assets/stylesheets/admin/quill.scss */
.ql-container.ql-snow {
  border: 0.0625rem solid #C009BC;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 58px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 58px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    vertical-align: sub;
    padding: 0; }
.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em; }
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    font-size: 100%;
    margin-top: 12px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    vertical-align: bottom;
    font-family: "Manrope", sans-serif;
    overflow: hidden;
    word-break: keep-all; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
    background-color: #100326;
    border: 1px solid #C009BC;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1; }

.select2-results {
    display: block; }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

.select2-results__option {
    padding: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    user-select: none;
    -webkit-user-select: none; }
.select2-results__option.select2-results__message{
    padding-top: 0;
}
.select2-results__option--selectable {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
    left: 0; }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-search--dropdown {
    display: block;
    padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
    border-radius: 8px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 58px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
    opacity: 0.8;
    pointer-events: none; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
    background-color: #100326;
    border: 1px solid #C009BC;
    border-radius: 8px;
    cursor: text;
    margin: 0 15px;
    height: 58px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative; }
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #C009BC;
    border: transparent;
    border-radius: 8px;
    color: white;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 8px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto; }

/*.select2-container--default.select2-container--focus .select2-selection--multiple {*/
/*    border: solid black 1px;*/
/*    outline: 0; }*/

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
    color: white;
    background: transparent;
    height: 25px;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
.select2-search.select2-search--inline input::placeholder, .select2-search.select2-search--inline textarea::placeholder{
    color: white;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
    overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }

.select2-container--default .select2-results__option--group {
    padding: 0; }

.select2-container--default .select2-results__option--disabled {
    color: #999; }

.select2-container--default .select2-results__option--selected {
    background: #50104F;
    color: white;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #3D026C !important;
    color: white; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 8px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 8px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
    border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
    padding: 0; }

.select2-container--classic .select2-results__option--disabled {
    color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: white; }

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
    .gradient-text {
        @apply bg-gradient-to-r from-[#8116b6] to-[#29c8f9] inline-block text-transparent bg-clip-text;
    }
    .form-control {
        @apply flex border border-[#C009BC] focus:border-[#C009BC] text-white placeholder:text-[#828282] focus-visible:outline-none focus:ring-0 focus:ring-offset-0 disabled:cursor-not-allowed disabled:opacity-50 rounded-lg w-full bg-black text-lg font-normal p-3 h-auto;
    }
    .form-label {
        @apply text-white mb-2 block
    }

    .form-input-radio {
        @apply w-5 h-5 text-[#C009BC] bg-transparent border-[#C009BC] focus:ring-[#C009BC] focus:ring-0 focus:ring-offset-0
    }
    .btn-gradient-blue {
        @apply bg-gradient-to-r from-[#8116b6] to-[#29c8f9] text-white text-lg font-medium p-3 px-5 rounded w-auto cursor-pointer hover:from-[#29c8f9] hover:to-[#8116b6]
    }
}
.card-border {
    border: 2px solid transparent !important;
    background: linear-gradient(black, black), linear-gradient(to right bottom, #8116b6 0%, #29c8f9 100%) !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
}
/*!
 * FilePondPluginImagePreview 4.6.12
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--image-preview-markup{position:absolute;left:0;top:0}.filepond--image-preview-wrapper{z-index:2}.filepond--image-preview-overlay{display:block;position:absolute;left:0;top:0;width:100%;min-height:5rem;max-height:7rem;margin:0;opacity:0;z-index:2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--image-preview-overlay svg{width:100%;height:auto;color:inherit;max-height:inherit}.filepond--image-preview-overlay-idle{mix-blend-mode:multiply;color:rgba(40,40,40,.85)}.filepond--image-preview-overlay-success{mix-blend-mode:normal;color:#369763}.filepond--image-preview-overlay-failure{mix-blend-mode:normal;color:#c44e47}@supports (-webkit-marquee-repetition:infinite) and ((-o-object-fit:fill) or (object-fit:fill)){.filepond--image-preview-overlay-idle{mix-blend-mode:normal}}.filepond--image-preview-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;top:0;right:0;height:100%;margin:0;border-radius:.45em;overflow:hidden;background:rgba(0,0,0,.01)}.filepond--image-preview{position:absolute;left:0;top:0;z-index:1;display:flex;align-items:center;height:100%;width:100%;pointer-events:none;background:#222;will-change:transform,opacity}.filepond--image-clip{position:relative;overflow:hidden;margin:0 auto}.filepond--image-clip[data-transparency-indicator=grid] canvas,.filepond--image-clip[data-transparency-indicator=grid] img{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0h50v50H0M50 50h50v50H50'/%3E%3C/svg%3E");background-size:1.25em 1.25em}.filepond--image-bitmap,.filepond--image-vector{position:absolute;left:0;top:0;will-change:transform}.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview-wrapper{border-radius:0}.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview{height:100%;display:flex;justify-content:center;align-items:center}.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper{border-radius:99999rem}.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-overlay{top:auto;bottom:0;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.filepond--root[data-style-panel-layout~=circle] .filepond--file .filepond--file-action-button[data-align*=bottom]:not([data-align*=center]){margin-bottom:.325em}.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=left]{left:calc(50% - 3em)}.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=right]{right:calc(50% - 3em)}.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=left],.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=right]{margin-bottom:.5125em}.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=center]{margin-top:0;margin-bottom:.1875em;margin-left:.1875em}
/*!
 * FilePond 4.32.1
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.filepond--browser.filepond--browser {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 1em;
    top: 1.75em;
    width: calc(100% - 2em);
    opacity: 0;
    font-size: 0
}

.filepond--data {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    visibility: hidden;
    pointer-events: none;
    contain: strict
}

.filepond--drip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: .1;
    pointer-events: none;
    border-radius: .5em;
    background: rgba(0, 0, 0, .01)
}

.filepond--drip-blob {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 8em;
    height: 8em;
    margin-left: -4em;
    margin-top: -4em;
    background: #292625;
    border-radius: 50%
}

.filepond--drip-blob, .filepond--drop-label {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform, opacity
}

.filepond--drop-label {
    right: 0;
    margin: 0;
    color: #4f4f4f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--drop-label.filepond--drop-label label {
    display: block;
    margin: 0;
    padding: .5em
}

.filepond--drop-label label {
    cursor: default;
    font-size: .875em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5
}

.filepond--label-action {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-color: #a7a4a4;
    text-decoration-color: #a7a4a4;
    cursor: pointer
}

.filepond--root[data-disabled] .filepond--drop-label label {
    opacity: .5
}

.filepond--file-action-button.filepond--file-action-button {
    font-size: 1em;
    width: 1.625em;
    height: 1.625em;
    font-family: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    will-change: transform, opacity
}

.filepond--file-action-button.filepond--file-action-button span {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.filepond--file-action-button.filepond--file-action-button svg {
    width: 100%;
    height: 100%
}

.filepond--file-action-button.filepond--file-action-button:after {
    position: absolute;
    left: -.75em;
    right: -.75em;
    top: -.75em;
    bottom: -.75em;
    content: ""
}

.filepond--file-action-button {
    cursor: auto;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    background-image: none;
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    transition: box-shadow .25s ease-in
}

.filepond--file-action-button:focus, .filepond--file-action-button:hover {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .9)
}

.filepond--file-action-button[disabled] {
    color: hsla(0, 0%, 100%, .5);
    background-color: rgba(0, 0, 0, .25)
}

.filepond--file-action-button[hidden] {
    display: none
}

.filepond--action-edit-item.filepond--action-edit-item {
    width: 2em;
    height: 2em;
    padding: .1875em
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
    margin-left: -.1875em
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
    margin-bottom: -.1875em
}

.filepond--action-edit-item-alt {
    border: none;
    line-height: inherit;
    background: transparent;
    font-family: inherit;
    color: inherit;
    outline: none;
    padding: 0;
    margin: 0 0 0 .25em;
    pointer-events: all;
    position: absolute
}

.filepond--action-edit-item-alt svg {
    width: 1.3125em;
    height: 1.3125em
}

.filepond--action-edit-item-alt span {
    font-size: 0;
    opacity: 0
}

.filepond--file-info {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin: 0 .5em 0 0;
    min-width: 0;
    will-change: transform, opacity;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--file-info * {
    margin: 0
}

.filepond--file-info .filepond--file-info-main {
    font-size: .75em;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.filepond--file-info .filepond--file-info-sub {
    font-size: .625em;
    opacity: .5;
    transition: opacity .25s ease-in-out;
    white-space: nowrap
}

.filepond--file-info .filepond--file-info-sub:empty {
    display: none
}

.filepond--file-status {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    min-width: 2.25em;
    text-align: right;
    will-change: transform, opacity;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--file-status * {
    margin: 0;
    white-space: nowrap
}

.filepond--file-status .filepond--file-status-main {
    font-size: .75em;
    line-height: 1.2
}

.filepond--file-status .filepond--file-status-sub {
    font-size: .625em;
    opacity: .5;
    transition: opacity .25s ease-in-out
}

.filepond--file-wrapper.filepond--file-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    height: 100%
}

.filepond--file-wrapper.filepond--file-wrapper > legend {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.filepond--file {
    position: static;
    display: flex;
    height: 100%;
    align-items: flex-start;
    padding: .5625em;
    color: #fff;
    border-radius: .5em
}

.filepond--file .filepond--file-status {
    margin-left: auto;
    margin-right: 2.25em
}

.filepond--file .filepond--processing-complete-indicator {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3
}

.filepond--file .filepond--file-action-button, .filepond--file .filepond--processing-complete-indicator, .filepond--file .filepond--progress-indicator {
    position: absolute
}

.filepond--file [data-align*=left] {
    left: .5625em
}

.filepond--file [data-align*=right] {
    right: .5625em
}

.filepond--file [data-align*=center] {
    left: calc(50% - .8125em)
}

.filepond--file [data-align*=bottom] {
    bottom: 1.125em
}

.filepond--file [data-align=center] {
    top: calc(50% - .8125em)
}

.filepond--file .filepond--progress-indicator {
    margin-top: .1875em
}

.filepond--file .filepond--progress-indicator[data-align*=right] {
    margin-right: .1875em
}

.filepond--file .filepond--progress-indicator[data-align*=left] {
    margin-left: .1875em
}

[data-filepond-item-state*=error] .filepond--file-info, [data-filepond-item-state*=invalid] .filepond--file-info, [data-filepond-item-state=cancelled] .filepond--file-info {
    margin-right: 2.25em
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
    -webkit-animation: fall .5s linear .125s both;
    animation: fall .5s linear .125s both
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub, [data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
    opacity: .5
}

[data-filepond-item-state*=error] .filepond--file-wrapper, [data-filepond-item-state*=error] .filepond--panel, [data-filepond-item-state*=invalid] .filepond--file-wrapper, [data-filepond-item-state*=invalid] .filepond--panel {
    -webkit-animation: shake .65s linear both;
    animation: shake .65s linear both
}

[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translateX(-.0625em);
        transform: translateX(-.0625em)
    }
    20%, 80% {
        -webkit-transform: translateX(.125em);
        transform: translateX(.125em)
    }
    30%, 50%, 70% {
        -webkit-transform: translateX(-.25em);
        transform: translateX(-.25em)
    }
    40%, 60% {
        -webkit-transform: translateX(.25em);
        transform: translateX(.25em)
    }
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: translateX(-.0625em);
        transform: translateX(-.0625em)
    }
    20%, 80% {
        -webkit-transform: translateX(.125em);
        transform: translateX(.125em)
    }
    30%, 50%, 70% {
        -webkit-transform: translateX(-.25em);
        transform: translateX(-.25em)
    }
    40%, 60% {
        -webkit-transform: translateX(.25em);
        transform: translateX(.25em)
    }
}

@-webkit-keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.filepond--hopper[data-hopper-state=drag-over] > * {
    pointer-events: none
}

.filepond--hopper[data-hopper-state=drag-over]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100
}

.filepond--progress-indicator {
    z-index: 103
}

.filepond--file-action-button {
    z-index: 102
}

.filepond--file-status {
    z-index: 101
}

.filepond--file-info {
    z-index: 100
}

.filepond--item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: .25em;
    will-change: transform, opacity;
    touch-action: none
}

.filepond--item > .filepond--panel {
    z-index: -1
}

.filepond--item > .filepond--panel .filepond--panel-bottom {
    box-shadow: 0 .0625em .125em -.0625em rgba(0, 0, 0, .25)
}

.filepond--item > .filepond--file-wrapper, .filepond--item > .filepond--panel {
    transition: opacity .15s ease-out
}

.filepond--item[data-drag-state] {
    cursor: -webkit-grab;
    cursor: grab
}

.filepond--item[data-drag-state] > .filepond--panel {
    transition: box-shadow .125s ease-in-out;
    box-shadow: 0 0 0 transparent
}

.filepond--item[data-drag-state=drag] {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.filepond--item[data-drag-state=drag] > .filepond--panel {
    box-shadow: 0 .125em .3125em rgba(0, 0, 0, .325)
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
    z-index: 2
}

.filepond--item-panel {
    background-color: #64605e
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
    background-color: #369763
}

[data-filepond-item-state*=error] .filepond--item-panel, [data-filepond-item-state*=invalid] .filepond--item-panel {
    background-color: #c44e47
}

.filepond--item-panel {
    border-radius: .5em;
    transition: background-color .25s
}

.filepond--list-scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    will-change: transform
}

.filepond--list-scroller[data-state=overflow] .filepond--list {
    bottom: 0;
    right: 0
}

.filepond--list-scroller[data-state=overflow] {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent);
    mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent)
}

.filepond--list-scroller::-webkit-scrollbar {
    background: transparent
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
    width: 1em
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
    height: 0
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 99999px;
    border: .3125em solid transparent;
    background-clip: content-box
}

.filepond--list.filepond--list {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    will-change: transform
}

.filepond--list {
    left: .75em;
    right: .75em
}

.filepond--root[data-style-panel-layout~=integrated] {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
    border-radius: 0
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
    display: none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
    bottom: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel, .filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
    display: none
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller, .filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
    overflow: hidden;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list, .filepond--root[data-style-panel-layout~=integrated] .filepond--list {
    left: 0;
    right: 0;
    height: 100%
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item, .filepond--root[data-style-panel-layout~=integrated] .filepond--item {
    margin: 0
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
    height: 100%
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
    z-index: 7
}

.filepond--root[data-style-panel-layout~=circle] {
    border-radius: 99999rem;
    overflow: hidden
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
    border-radius: inherit
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
    display: none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info, .filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
    display: none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
    opacity: 1 !important;
    visibility: visible !important
}

.filepond--credits{
    display: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .filepond--root[data-style-panel-layout~=circle] {
            will-change: transform
        }
    }
}

.filepond--panel-root {
    border-radius: .5em;
    background-color: black;
    border: 1px solid #C009BC;
}

.filepond--panel {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    height: 100% !important;
    pointer-events: none
}

.filepond-panel:not([data-scalable=false]) {
    height: auto !important
}

.filepond--panel[data-scalable=false] > div {
    display: none
}

.filepond--panel[data-scalable=true] {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: transparent !important;
    border: none !important
}

.filepond--panel-bottom, .filepond--panel-center, .filepond--panel-top {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.filepond--panel-bottom, .filepond--panel-top {
    height: .5em
}

.filepond--panel-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important
}

.filepond--panel-top:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: inherit
}

.filepond--panel-bottom, .filepond--panel-center {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate3d(0, .5em, 0);
    transform: translate3d(0, .5em, 0)
}

.filepond--panel-bottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none !important
}

.filepond--panel-bottom:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: -1px;
    background-color: inherit
}

.filepond--panel-center {
    height: 100px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important
}

.filepond--panel-center:not([style]) {
    visibility: hidden
}

.filepond--progress-indicator {
    position: static;
    width: 1.25em;
    height: 1.25em;
    color: #fff;
    margin: 0;
    pointer-events: none;
    will-change: transform, opacity
}

.filepond--progress-indicator svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transform-box: fill-box
}

.filepond--progress-indicator path {
    fill: none;
    stroke: currentColor
}

.filepond--list-scroller {
    z-index: 6
}

.filepond--drop-label {
    z-index: 5
}

.filepond--drip {
    z-index: 3
}

.filepond--root > .filepond--panel {
    z-index: 2
}

.filepond--browser {
    z-index: 1
}

.filepond--root {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1em;
    font-size: 1rem;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 450;
    text-align: left;
    text-rendering: optimizeLegibility;
    direction: ltr;
    contain: layout style size
}

.filepond--root * {
    box-sizing: inherit;
    line-height: inherit
}

.filepond--root :not(text) {
    font-size: inherit
}

.filepond--root[data-disabled] {
    pointer-events: none
}

.filepond--root[data-disabled] .filepond--list-scroller {
    pointer-events: all
}

.filepond--root[data-disabled] .filepond--list {
    pointer-events: none
}

.filepond--root .filepond--drop-label {
    min-height: 4.75em
}

.filepond--root .filepond--list-scroller {
    margin-top: 1em;
    margin-bottom: 1em
}

.filepond--root .filepond--credits {
    position: absolute;
    right: 0;
    opacity: .175;
    line-height: .85;
    font-size: 11px;
    color: inherit;
    text-decoration: none;
    z-index: 3;
    bottom: -14px
}

.filepond--root .filepond--credits[style] {
    top: 0;
    bottom: auto;
    margin-top: 14px
}
/* line 1, app/assets/stylesheets/filepound/filepond-plugin-file-poster.scss */
.filepond--file-poster-wrapper {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  border-radius: 0.45em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.01);
  z-index: 2;
}

/* line 14, app/assets/stylesheets/filepound/filepond-plugin-file-poster.scss */
.filepond--file-poster-wrapper ~ .filepond--image-preview-wrapper {
  display: none;
}

/* line 19, app/assets/stylesheets/filepound/filepond-plugin-file-poster.scss */
.filepond--file-poster-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 37, app/assets/stylesheets/filepound/filepond-plugin-file-poster.scss */
.filepond--file-poster-overlay:nth-of-type(2), .filepond--file-poster-overlay:nth-of-type(3) {
  mix-blend-mode: normal;
}

@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
  /* line 19, app/assets/stylesheets/filepound/filepond-plugin-file-poster.scss */
  .filepond--file-poster-overlay {
    mix-blend-mode: normal;
  }
}

/* line 47, app/assets/stylesheets/filepound/filepond-plugin-file-poster.scss */
.filepond--file-poster {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background: #222;
  will-change: transform, opacity;
}

/* line 59, app/assets/stylesheets/filepound/filepond-plugin-file-poster.scss */
.filepond--file-poster img {
  height: 100%;
  width: auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  will-change: transform;
}
.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0;
}
.filepond--image-preview-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  border-radius: 0.45em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.01);
  z-index: 2;
}
.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}
.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}
.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: rgba(54, 151, 99, 1);
}
.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: rgba(196, 78, 71, 1);
}
/* disable for Safari as mix-blend-mode causes the overflow:hidden of the parent container to not work */
@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}
.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex; /* this aligns the graphic vertically if the panel is higher than the image */
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;

  /* will be animated */
  will-change: transform, opacity;
}
.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;

  /* transparency indicator (currently only supports grid or basic color) */
}
.filepond--image-clip[data-transparency-indicator='grid'] img,
.filepond--image-clip[data-transparency-indicator='grid'] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}
.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
.filepond--root[data-style-panel-layout~='integrated']{
  color: #828282;
  font-weight: 700;
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~='integrated'] .filepond--image-preview {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }


.filepond--root[data-style-panel-layout~='circle'] .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
  margin-bottom: 0.325em;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file[data-align*='left'] {
  left: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file[data-align*='right'] {
  right: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--progress-indicator[data-align*='bottom'][data-align*='left'], .filepond--root[data-style-panel-layout~='circle'] .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
  margin-bottom: calc(0.325em + 0.1875em);
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em;
}
/*!
 * FilePondPluginmediaPreview 1.0.11
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit undefined for details.
 */

/* eslint-disable */
.filepond--media-preview audio {
    display: none
}

.filepond--media-preview .audioplayer {
    margin: 2.3em auto auto;
    width: calc(100% - 1.4em)
}

.filepond--media-preview .playpausebtn {
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    float: left;
    height: 25px;
    margin-right: .3em;
    margin-top: .3em;
    outline: none;
    width: 25px
}

.filepond--media-preview .playpausebtn:hover {
    background-color: rgba(0, 0, 0, .5)
}

.filepond--media-preview .play {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAyElEQVQ4T9XUsWoCQRRG4XPaFL5SfIy8gKYKBCysrax8Ahs7qzQ2qVIFOwsrsbEWLEK6EBFGBrIQhN2d3dnGgalm+Jh7789Ix8uOPe4YDCH0gZ66atKW0pJDCE/AEngDXtRjCpwCRucbGANzNVTBqWBhfAJDdV+GNgWj8wtM41bPt3AbsDB2f69d/0dzwC0wUDe54A8wAWbqJbfkD+BZPeQO5QsYqYu6LKb0MIb7VT3VYfG8CnwEHtT3FKi4c8e/TZMyk3LYFrwCgMdHFbRDKS8AAAAASUVORK5CYII=")
}

.filepond--media-preview .pause {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAh0lEQVQ4T+2UsQkCURBE30PLMbAMMResQrAPsQ0TK9AqDKxGZeTLD74aGNwlhzfZssvADDMrPcOe+RggYZIJcG2s2KinMidZAvu6u6uzT8u+JCeZArfmcKUeK+EaONTdQy23bxgJX8aPHvIHsSnVuzTx36rn2pQFsGuqN//ZlK7vbIDvq6vkJ9yteBXzecYbAAAAAElFTkSuQmCC")
}

.filepond--media-preview .timeline {
    background: hsla(0, 0%, 100%, .3);
    border-radius: 15px;
    float: left;
    height: 3px;
    margin-top: 1em;
    width: calc(100% - 2.5em)
}

.filepond--media-preview .playhead {
    background: #fff;
    border-radius: 50%;
    height: 13px;
    margin-top: -5px;
    width: 13px
}

.filepond--media-preview-wrapper {
    background: rgba(0, 0, 0, .01);
    border-radius: .45em;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0
}

.filepond--media-preview-wrapper:before {
    background: linear-gradient(180deg, #000 0, transparent);
    content: " ";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=0);
    height: 2em;
    position: absolute;
    width: 100%;
    z-index: 3
}

.filepond--media-preview {
    display: block;
    height: 100%;
    position: relative;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    will-change: transform, opacity;
    z-index: 1
}

.filepond--media-preview audio, .filepond--media-preview video {
    width: 100%;
    will-change: transform
}
/*!
 * FilePondPluginPdfPreview 1.0.2
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit undefined for details.
 */

/* eslint-disable */
.filepond--pdf-preview-wrapper{position:absolute;left:0;top:0;right:0;height:100%;margin:0;border-radius:.45em;overflow:hidden;background:rgba(0,0,0,.01);pointer-events:auto}.filepond--pdf-preview-wrapper:before{content:" ";position:absolute;width:100%;height:2em;background:-moz-linear-gradient(top,#000 0,transparent 100%);background:-webkit-linear-gradient(top,#000,transparent);background:linear-gradient(180deg,#000 0,transparent);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000000",GradientType=0);z-index:3}.filepond--pdf-preview{position:relative;z-index:1;display:block;width:100%;height:100%;-webkit-transform-origin:center center;transform-origin:center center;will-change:transform,opacity}.filepond--pdf-preview #outerContainer #mainContainer div.toolbar{display:none!important}.filepond--pdf-preview #outerContainer #mainContainer #viewerContainer{top:0!important}
/*!
 * FilePond 4.25.2
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
/* line 8, app/assets/stylesheets/filepound/filepond.scss */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Hard to override styles */
/* line 22, app/assets/stylesheets/filepound/filepond.scss */
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}

/* line 33, app/assets/stylesheets/filepound/filepond.scss */
.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}

/* line 45, app/assets/stylesheets/filepound/filepond.scss */
.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
}

/* line 58, app/assets/stylesheets/filepound/filepond.scss */
.filepond--drip-blob {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  will-change: transform, opacity;
}

/* line 73, app/assets/stylesheets/filepound/filepond.scss */
.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform, opacity;
}

/* Hard to override styles on purpose */
/* line 92, app/assets/stylesheets/filepound/filepond.scss */
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
}

/* line 98, app/assets/stylesheets/filepound/filepond.scss */
.filepond--drop-label label {
  cursor: pointer;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

/* line 106, app/assets/stylesheets/filepound/filepond.scss */
.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}

/* Hard to override styles */
/* line 120, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}

/* line 132, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* line 144, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-action-button.filepond--file-action-button svg {
  width: 80%;
  height: 80%;
}

/* line 148, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-action-button.filepond--file-action-button::after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: '';
}

/* line 156, app/assets/stylesheets/filepound/filepond.scss */
.filepond--progress-indicator.filepond--load-indicator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 161, app/assets/stylesheets/filepound/filepond.scss */
.filepond--progress-indicator.filepond--load-indicator::after {
  content: '';
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  background: #27AE60;
  border-radius: 50%;
  z-index: -1;
}

/* Soft styles */
/* line 173, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: #27AE60;
  background-image: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.25s ease-in;
}

/* line 182, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}

/* line 186, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 190, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-action-button[hidden] {
  display: none;
}

/* line 193, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-action-button.filepond--action-remove-item {
  background-color: #DE1515;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* edit button */
/* line 205, app/assets/stylesheets/filepound/filepond.scss */
.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: 0.1875em;
}

/* line 210, app/assets/stylesheets/filepound/filepond.scss */
.filepond--action-edit-item.filepond--action-edit-item[data-align*='center'] {
  margin-left: -0.1875em;
}

/* line 213, app/assets/stylesheets/filepound/filepond.scss */
.filepond--action-edit-item.filepond--action-edit-item[data-align*='bottom'] {
  margin-bottom: -0.1875em;
}

/* line 217, app/assets/stylesheets/filepound/filepond.scss */
.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 0.25em;
  pointer-events: all;
  position: absolute;
}

/* line 229, app/assets/stylesheets/filepound/filepond.scss */
.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

/* line 233, app/assets/stylesheets/filepound/filepond.scss */
.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}

/* line 238, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 253, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-info * {
  margin: 0;
}

/* line 256, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

/* line 264, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}

/* line 270, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

/* line 274, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 291, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}

/* line 295, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}

/* line 299, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

/* Hard to override styles */
/* line 306, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}

/* line 313, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* line 326, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #fff;
  border-radius: 0.5em;
}

/* line 335, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}

/* line 339, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

/* line 347, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
  position: absolute;
}

/* line 352, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file [data-align*='left'] {
  left: 0.5625em;
}

/* line 355, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file [data-align*='right'] {
  right: 0.5625em;
}

/* line 358, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file [data-align*='center'] {
  left: calc(50% - 0.8125em);
}

/* line 361, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file [data-align*='bottom'] {
  bottom: 1.125em;
}

/* line 364, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file [data-align='center'] {
  top: calc(50% - 0.8125em);
}

/* line 367, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}

/* line 370, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file .filepond--progress-indicator[data-align*='right'] {
  margin-right: 0.1875em;
}

/* line 373, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file .filepond--progress-indicator[data-align*='left'] {
  margin-left: 0.1875em;
}

/* line 377, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state='cancelled'] .filepond--file-info,
[data-filepond-item-state*='invalid'] .filepond--file-info,
[data-filepond-item-state*='error'] .filepond--file-info {
  margin-right: 2.25em;
}

/* line 383, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state~='processing'] .filepond--file-status-sub {
  opacity: 0;
}

/* line 387, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state~='processing']
.filepond--action-abort-item-processing
~ .filepond--file-status
.filepond--file-status-sub {
  opacity: 0.5;
}

/* line 394, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state='processing-error'] .filepond--file-status-sub {
  opacity: 0;
}

/* line 398, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state='processing-error']
.filepond--action-retry-item-processing
~ .filepond--file-status
.filepond--file-status-sub {
  opacity: 0.5;
}

/* line 405, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall 0.5s 0.125s linear both;
  animation: fall 0.5s 0.125s linear both;
}

/* line 410, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state='processing-complete'] .filepond--file-status-sub {
  opacity: 0.5;
}

/* line 414, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state='processing-complete']
.filepond--processing-complete-indicator:not([style*='hidden'])
~ .filepond--file-status
.filepond--file-status-sub {
  opacity: 0;
}

/* line 421, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state='processing-complete'] .filepond--file-info-sub {
  opacity: 0;
}

/* line 425, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state='processing-complete']
.filepond--action-revert-item-processing
~ .filepond--file-info
.filepond--file-info-sub {
  opacity: 0.5;
}

/* line 432, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state*='invalid'] .filepond--panel,
[data-filepond-item-state*='invalid'] .filepond--file-wrapper,
[data-filepond-item-state*='error'] .filepond--panel,
[data-filepond-item-state*='error'] .filepond--file-wrapper {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}

/* line 440, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state*='processing'] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/**
 * States
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes shake {
  10%,
90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%,
80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%,
50%,
70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%,
60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}

@keyframes shake {
  10%,
90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%,
80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%,
50%,
70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%,
60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}

@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* line 563, app/assets/stylesheets/filepound/filepond.scss */
.filepond--hopper[data-hopper-state='drag-over'] > * {
  pointer-events: none;
}

/* line 567, app/assets/stylesheets/filepound/filepond.scss */
.filepond--hopper[data-hopper-state='drag-over']::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

/* line 577, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-action-button {
  z-index: 102;
}

/* line 581, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-status {
  z-index: 101;
}

/* line 585, app/assets/stylesheets/filepound/filepond.scss */
.filepond--file-info {
  z-index: 100;
}

/* line 589, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
}

/* line 599, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item > .filepond--panel {
  z-index: -1;
}

/* line 602, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}

/* line 605, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
  transition: opacity 0.15s ease-out;
}

/* line 609, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 613, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* line 617, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item[data-drag-state='drag'] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 621, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item[data-drag-state='drag'] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}

/* line 624, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item[data-drag-state]:not([data-drag-state='idle']) {
  z-index: 2;
}

/* line 628, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item-panel {
  background-color: #64605e;
}

/* line 632, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state='processing-complete'] .filepond--item-panel {
  background-color: #369763;
}

/* line 636, app/assets/stylesheets/filepound/filepond.scss */
[data-filepond-item-state*='invalid'] .filepond--item-panel,
[data-filepond-item-state*='error'] .filepond--item-panel {
  background-color: #c44e47;
}

/* line 641, app/assets/stylesheets/filepound/filepond.scss */
.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}

/* line 646, app/assets/stylesheets/filepound/filepond.scss */
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

/* line 655, app/assets/stylesheets/filepound/filepond.scss */
.filepond--list-scroller[data-state='overflow'] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
  mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
}

/* line 662, app/assets/stylesheets/filepound/filepond.scss */
.filepond--list-scroller[data-state='overflow'] .filepond--list {
  bottom: 0;
  right: 0;
}

/* line 667, app/assets/stylesheets/filepound/filepond.scss */
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

/* line 671, app/assets/stylesheets/filepound/filepond.scss */
.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

/* line 675, app/assets/stylesheets/filepound/filepond.scss */
.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

/* line 679, app/assets/stylesheets/filepound/filepond.scss */
.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}

/* hard to overide styles on purpose */
/* line 687, app/assets/stylesheets/filepound/filepond.scss */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}

/* used for padding so allowed to be restyled */
/* line 697, app/assets/stylesheets/filepound/filepond.scss */
.filepond--list {
  left: 0.75em;
  right: 0.75em;
}

/* line 702, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='integrated'] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

/* line 709, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root {
  border-radius: 0;
}

/* line 713, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root > * {
  display: none;
}

/* line 718, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='circle'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

/* line 728, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='circle'] .filepond--item-panel,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item-panel {
  display: none;
}

/* line 733, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='compact'] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 741, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='compact'] .filepond--list,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}

/* line 748, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='compact'] .filepond--item,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item {
  margin: 0;
}

/* line 753, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper {
  height: 100%;
}

/* line 758, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='compact'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
  z-index: 7;
}

/* line 763, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='circle'] {
  border-radius: 99999rem;
  overflow: hidden;
}

/* line 767, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel {
  border-radius: inherit;
}

/* line 770, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel > * {
  display: none;
}

/* line 773, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-info {
  display: none;
}

/* line 776, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-status {
  display: none;
}

/* line 779, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-style-panel-layout~='circle'] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    /* line 786, app/assets/stylesheets/filepound/filepond.scss */
    .filepond--root[data-style-panel-layout~='circle'] {
      will-change: transform;
    }
  }
}

/* line 792, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel-root {
  border-radius: 8px;
}

/* line 796, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}

/* line 806, app/assets/stylesheets/filepound/filepond.scss */
.filepond-panel:not([data-scalable='false']) {
  height: auto !important;
}

/* line 810, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel[data-scalable='false'] > div {
  display: none;
}

/* line 814, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel[data-scalable='true'] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}

/* line 821, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

/* line 832, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel-top,
.filepond--panel-bottom {
  height: 0.5em;
}

/* line 837, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}

/* line 842, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel-top::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

/* line 852, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel-center,
.filepond--panel-bottom {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}

/* line 863, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}

/* line 868, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel-bottom::before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

/* line 878, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}

/* line 884, app/assets/stylesheets/filepound/filepond.scss */
.filepond--panel-center:not([style]) {
  visibility: hidden;
}

/* line 888, app/assets/stylesheets/filepound/filepond.scss */
.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
  z-index: 103;
}

/* line 897, app/assets/stylesheets/filepound/filepond.scss */
.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}

/* line 903, app/assets/stylesheets/filepound/filepond.scss */
.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

/* line 909, app/assets/stylesheets/filepound/filepond.scss */
.filepond--list-scroller {
  z-index: 6;
}

/* line 913, app/assets/stylesheets/filepound/filepond.scss */
.filepond--drop-label {
  z-index: 5;
}

/* line 917, app/assets/stylesheets/filepound/filepond.scss */
.filepond--drip {
  z-index: 3;
}

/* line 921, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root > .filepond--panel {
  z-index: 2;
}

/* line 925, app/assets/stylesheets/filepound/filepond.scss */
.filepond--browser {
  z-index: 1;
}

/* line 929, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root {
  /* layout*/
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  /* base font size for whole component */
  font-size: 1rem;
  /* base line height */
  line-height: normal;
  /* up uses default system font family */
  font-family: Poppins, sans-serif;
  /* will increase font weight a bit on Safari */
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}

/* line 947, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}

/* line 951, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root *:not(text) {
  font-size: inherit;
}

/* line 954, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-disabled] {
  pointer-events: none;
}

/* line 957, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}

/* line 960, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

/**
 * Root element children layout
 */
/* line 967, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

/* line 971, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 976, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: 0.175;
  line-height: 0.85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
}

/* line 988, app/assets/stylesheets/filepound/filepond.scss */
.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

/*custom css*/
/* line 995, app/assets/stylesheets/filepound/filepond.scss */
.gallery-photo .filepond--list-scroller .filepond--list .filepond--item {
  width: calc(25% - 8px);
  display: inline-block;
}

/* line 1000, app/assets/stylesheets/filepound/filepond.scss */
.gallery-overflow-photo {
  overflow: auto;
  min-height: 75px;
}

/* line 1003, app/assets/stylesheets/filepound/filepond.scss */
.gallery-overflow-photo .filepond--panel-root {
  border: 1px solid transparent !important;
  background-color: transparent !important;
  font-family: "Poppins", sans-serif;
  max-height: 100% !important;
}

/* line 1011, app/assets/stylesheets/filepound/filepond.scss */
.filepond--credits {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  /* line 1016, app/assets/stylesheets/filepound/filepond.scss */
  .gallery-photo .filepond--list-scroller .filepond--list .filepond--item {
    width: calc(33% - 8px);
    display: inline-block;
  }
}

@media (max-width: 768px) {
  /* line 1023, app/assets/stylesheets/filepound/filepond.scss */
  .gallery-photo .filepond--list-scroller .filepond--list .filepond--item {
    width: calc(33% - 8px);
    display: inline-block;
  }
}

@media (max-width: 512px) {
  /* line 1030, app/assets/stylesheets/filepound/filepond.scss */
  .gallery-photo .filepond--list-scroller .filepond--list .filepond--item {
    width: calc(50% - 8px);
    display: inline-block;
  }
}
.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}
/*.flatpickr-calendar.static.open{*/
/*    left: 0;*/
/*}*/
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
    right:0;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    fill: rgba(255, 255, 255, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    /*position: absolute;*/
    /*top: 0;*/
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.9);
    fill: rgba(255, 255, 255, 0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    opacity: 0;
    visibility: hidden;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
    position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
          /*rtl:begin:ignore*/
    left: 0 /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
          /*rtl:begin:ignore*/
    right: 0 /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input, .numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}
.numInputWrapper select, .numInputWrapper span {
    display: inline-block
}

.numInputWrapper select {
    appearance: menulist;
    background: #000;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: 100%
}

.numInputWrapper select::-ms-clear {
    display: none
}

.numInputWrapper select::-webkit-outer-spin-button, .numInputWrapper select::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    display: none;
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch \0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(250, 248, 248, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(250, 248, 248, 0.9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: #000;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: #fff;
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #8116B6;
    border-color: #8116B6
}

.flatpickr-day.today {
    background: linear-gradient(to right bottom, #8116b6 0%, #29c8f9 100%);
    border: none;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    color: #fff;
    background: #29c8f9 !important;
    opacity: 0.8 !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: #fff;
    opacity: 0.5;
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: #fff;
    opacity: 0.5;
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* line 3, app/assets/stylesheets/global.scss */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

/* line 10, app/assets/stylesheets/global.scss */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: white;
}

/* line 15, app/assets/stylesheets/global.scss */
.text-yellow-shadow {
  text-shadow: 5px 5px 10px #ffb210;
}

/* line 18, app/assets/stylesheets/global.scss */
.product-card-shadow {
  box-shadow: -1px -1px 25px #8116b6, 1px 1px 25px #29c8f9;
}

/* line 23, app/assets/stylesheets/global.scss */
.product-card-shadow:hover .product-image {
  animation: tilt-shaking 0.25s infinite;
}

/* line 28, app/assets/stylesheets/global.scss */
.text-shadow {
  text-shadow: 1px 0 #FFBFF7, -1px 0 #FFBFF7, 0 1px #FFBFF7, 0 -1px #FFBFF7, 1px 1px #FFBFF7, -1px -1px #FFBFF7, 1px -1px #FFBFF7, -1px 1px #FFBFF7;
}

/* line 31, app/assets/stylesheets/global.scss */
.error {
  color: #E63757 !important;
}

/* line 35, app/assets/stylesheets/global.scss */
.pac-container {
  border: 1px solid transparent !important;
  background: linear-gradient(black, black), linear-gradient(to right bottom, #8116b6 0%, #29c8f9 78%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  font-family: "Poppins", sans-serif !important;
  border-radius: 0 0 8px 8px;
  left: 0 !important;
  right: 0 !important;
  top: 40px !important;
}

/* line 47, app/assets/stylesheets/global.scss */
.pac-item {
  padding: 12px;
  border-top-color: #4a345a !important;
  display: flex;
  flex-direction: column;
}

/* line 53, app/assets/stylesheets/global.scss */
.pac-item:hover {
  background-color: #1a1a1a !important;
  opacity: 0.8 !important;
}

/* line 58, app/assets/stylesheets/global.scss */
.pac-item .pac-icon.pac-icon-marker {
  display: none;
}

/* line 62, app/assets/stylesheets/global.scss */
.pac-item .pac-item-query {
  color: white;
}

/* line 65, app/assets/stylesheets/global.scss */
.pac-item .pac-item-query .pac-matched {
  color: #00AFF0;
}

/* line 70, app/assets/stylesheets/global.scss */
.pac-item span {
  line-height: 1.6;
  color: #828282;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* line 97, app/assets/stylesheets/global.scss */
.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  -webkit-text-fill-color: #e63757;
  color: #e63757;
  padding-left: 0.25rem;
  font-weight: 700;
}

/* line 106, app/assets/stylesheets/global.scss */
label.error {
  color: #dc3741;
  margin-top: 4px;
  display: inline-block;
}

/* line 111, app/assets/stylesheets/global.scss */
div:where(.swal2-container) div:where(.swal2-popup) {
  border: 2px solid transparent !important;
  background: linear-gradient(#000, #000), linear-gradient(to right bottom, #8116b6 0%, #29c8f9 100%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}

/* line 122, app/assets/stylesheets/global.scss */
div.swal2-success:where(.swal2-icon) {
  border-color: #8116b6 !important;
  color: #8116b6 !important;
}

/* line 126, app/assets/stylesheets/global.scss */
div.swal2-success:where(.swal2-icon) .swal2-success-ring {
  border-color: #8116b6 !important;
}

/* line 129, app/assets/stylesheets/global.scss */
div.swal2-success:where(.swal2-icon) [class^="swal2-success-line"] {
  background: #8116b6 !important;
}

/* line 132, app/assets/stylesheets/global.scss */
div.swal2-success:where(.swal2-icon) [class^="swal2-success-line"] {
  background: #8116b6 !important;
}

/* line 135, app/assets/stylesheets/global.scss */
div:where(.swal2-container) .swal2-html-container {
  color: white !important;
}

/* line 139, app/assets/stylesheets/global.scss */
.d-none {
  display: none !important;
}

/* line 143, app/assets/stylesheets/global.scss */
#page-overlay {
  z-index: 99999999999;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  justify-items: center;
}

/* line 150, app/assets/stylesheets/global.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 157, app/assets/stylesheets/global.scss */
input[type=number] {
  -moz-appearance: textfield;
}
/* line 1, app/assets/stylesheets/intlTelInput.scss */
.iti--separate-dial-code {
  width: 100%;
  font-size: 16px;
}

/* line 5, app/assets/stylesheets/intlTelInput.scss */
.iti {
  position: relative;
  display: inline-block;
}

/* line 8, app/assets/stylesheets/intlTelInput.scss */
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/intlTelInput.scss */
.iti__hide {
  display: none;
}

/* line 16, app/assets/stylesheets/intlTelInput.scss */
.iti__v-hide {
  visibility: hidden;
}

/* line 19, app/assets/stylesheets/intlTelInput.scss */
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 29, app/assets/stylesheets/intlTelInput.scss */
.iti__country.iti__active, .iti__country.iti__highlight {
  background: linear-gradient(45deg, #7b55fe 0%, #da7aff 52%, #ff26e6 78%) !important;
  color: black;
}

/* line 32, app/assets/stylesheets/intlTelInput.scss */
.iti__country.iti__active .iti__dial-code, .iti__country.iti__highlight .iti__dial-code {
  color: black;
}

/* line 35, app/assets/stylesheets/intlTelInput.scss */
.iti__country.iti__active:hover, .iti__country.iti__highlight:hover {
  opacity: 0.9 !important;
}

/* line 40, app/assets/stylesheets/intlTelInput.scss */
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 47, app/assets/stylesheets/intlTelInput.scss */
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

/* line 54, app/assets/stylesheets/intlTelInput.scss */
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 61, app/assets/stylesheets/intlTelInput.scss */
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 64, app/assets/stylesheets/intlTelInput.scss */
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0.5rem;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent !important;
  background: linear-gradient(#1d0232, #1d0232), linear-gradient(to right bottom, #0feffd 0%, #ff00f5 52%, rgba(15, 239, 253, 0) 78%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 80, app/assets/stylesheets/intlTelInput.scss */
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  /* line 84, app/assets/stylesheets/intlTelInput.scss */
  .iti__country-list {
    white-space: normal;
  }
}

/* line 86, app/assets/stylesheets/intlTelInput.scss */
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

/* line 89, app/assets/stylesheets/intlTelInput.scss */
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #272B30;
}

/* line 93, app/assets/stylesheets/intlTelInput.scss */
.iti__country {
  padding: 5px 10px;
  outline: none;
}

/* line 96, app/assets/stylesheets/intlTelInput.scss */
.iti__dial-code {
  color: #999;
}

/* line 98, app/assets/stylesheets/intlTelInput.scss */
.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

/* line 100, app/assets/stylesheets/intlTelInput.scss */
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

/* line 102, app/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 112, app/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

/* line 115, app/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

/* line 117, app/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 119, app/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

/* line 122, app/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

/* line 125, app/assets/stylesheets/intlTelInput.scss */
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 127, app/assets/stylesheets/intlTelInput.scss */
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

/* line 129, app/assets/stylesheets/intlTelInput.scss */
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 135, app/assets/stylesheets/intlTelInput.scss */
.iti--container:hover {
  cursor: pointer;
}

/* line 138, app/assets/stylesheets/intlTelInput.scss */
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 145, app/assets/stylesheets/intlTelInput.scss */
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

/* line 149, app/assets/stylesheets/intlTelInput.scss */
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 155, app/assets/stylesheets/intlTelInput.scss */
  .iti__flag {
    background-size: 5652px 15px;
  }
}

/* line 157, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

/* line 160, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

/* line 163, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

/* line 166, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

/* line 169, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

/* line 172, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

/* line 175, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

/* line 178, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

/* line 181, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

/* line 184, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

/* line 187, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

/* line 190, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

/* line 193, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

/* line 196, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

/* line 199, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

/* line 202, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

/* line 205, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

/* line 208, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

/* line 211, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

/* line 214, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

/* line 217, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__be {
  height: 15px;
  width: 18px;
  background-position: -440px 0;
}

/* line 221, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

/* line 224, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

/* line 227, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

/* line 230, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

/* line 233, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

/* line 236, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

/* line 239, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

/* line 242, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

/* line 245, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

/* line 248, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

/* line 251, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

/* line 254, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

/* line 257, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

/* line 260, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

/* line 263, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

/* line 266, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

/* line 269, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}

/* line 272, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

/* line 275, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

/* line 278, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

/* line 281, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

/* line 284, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

/* line 287, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ch {
  height: 15px;
  width: 15px;
  background-position: -944px 0;
}

/* line 291, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

/* line 294, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

/* line 297, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

/* line 300, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

/* line 303, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

/* line 306, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

/* line 309, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

/* line 312, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

/* line 315, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

/* line 318, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

/* line 321, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

/* line 324, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

/* line 327, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

/* line 330, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

/* line 333, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}

/* line 336, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

/* line 339, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

/* line 342, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

/* line 345, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

/* line 348, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}

/* line 351, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

/* line 354, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

/* line 357, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

/* line 360, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

/* line 363, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

/* line 366, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

/* line 369, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}

/* line 372, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}

/* line 375, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}

/* line 378, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

/* line 381, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

/* line 384, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

/* line 387, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

/* line 390, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

/* line 393, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

/* line 396, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

/* line 399, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

/* line 402, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

/* line 405, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

/* line 408, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

/* line 411, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

/* line 414, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

/* line 417, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

/* line 420, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

/* line 423, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

/* line 426, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

/* line 429, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

/* line 432, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

/* line 435, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

/* line 438, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

/* line 441, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

/* line 444, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

/* line 447, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

/* line 450, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

/* line 453, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

/* line 456, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

/* line 459, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

/* line 462, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

/* line 465, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

/* line 468, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

/* line 471, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

/* line 474, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

/* line 477, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}

/* line 480, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

/* line 483, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}

/* line 486, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}

/* line 489, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

/* line 492, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}

/* line 495, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

/* line 498, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

/* line 501, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}

/* line 504, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}

/* line 507, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}

/* line 510, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

/* line 513, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

/* line 516, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

/* line 519, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

/* line 522, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

/* line 525, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

/* line 528, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

/* line 531, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}

/* line 534, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

/* line 537, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

/* line 540, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

/* line 543, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

/* line 546, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

/* line 549, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

/* line 552, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}

/* line 555, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

/* line 558, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

/* line 561, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}

/* line 564, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

/* line 567, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

/* line 570, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

/* line 573, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

/* line 576, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

/* line 579, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

/* line 582, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

/* line 585, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

/* line 588, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mc {
  height: 15px;
  width: 19px;
  background-position: -3139px 0;
}

/* line 592, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}

/* line 595, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}

/* line 598, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

/* line 601, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

/* line 604, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

/* line 607, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

/* line 610, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

/* line 613, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

/* line 616, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

/* line 619, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

/* line 622, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

/* line 625, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

/* line 628, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

/* line 631, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

/* line 634, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

/* line 637, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

/* line 640, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

/* line 643, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

/* line 646, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

/* line 649, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}

/* line 652, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

/* line 655, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}

/* line 658, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

/* line 661, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ne {
  height: 15px;
  width: 18px;
  background-position: -3666px 0;
}

/* line 665, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

/* line 668, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

/* line 671, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

/* line 674, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

/* line 677, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}

/* line 680, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__np {
  height: 15px;
  width: 13px;
  background-color: transparent;
  background-position: -3796px 0;
}

/* line 685, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

/* line 688, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

/* line 691, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

/* line 694, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}

/* line 697, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

/* line 700, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

/* line 703, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

/* line 706, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

/* line 709, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

/* line 712, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

/* line 715, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

/* line 718, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

/* line 721, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

/* line 724, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

/* line 727, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

/* line 730, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

/* line 733, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

/* line 736, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}

/* line 739, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

/* line 742, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}

/* line 745, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

/* line 748, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

/* line 751, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

/* line 754, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

/* line 757, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

/* line 760, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

/* line 763, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

/* line 766, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

/* line 769, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}

/* line 772, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

/* line 775, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

/* line 778, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}

/* line 781, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

/* line 784, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

/* line 787, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

/* line 790, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

/* line 793, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

/* line 796, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}

/* line 799, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

/* line 802, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

/* line 805, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}

/* line 808, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

/* line 811, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

/* line 814, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

/* line 817, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

/* line 820, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

/* line 823, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

/* line 826, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}

/* line 829, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

/* line 832, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

/* line 835, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}

/* line 838, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

/* line 841, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

/* line 844, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

/* line 847, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

/* line 850, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

/* line 853, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}

/* line 856, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

/* line 859, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

/* line 862, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

/* line 865, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

/* line 868, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

/* line 871, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

/* line 874, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

/* line 877, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}

/* line 880, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}

/* line 883, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}

/* line 886, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

/* line 889, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

/* line 892, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__va {
  height: 15px;
  width: 15px;
  background-position: -5329px 0;
}

/* line 896, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

/* line 899, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

/* line 902, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

/* line 905, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

/* line 908, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

/* line 911, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

/* line 914, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

/* line 917, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

/* line 920, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

/* line 923, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

/* line 926, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

/* line 929, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}

/* line 932, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

/* line 935, app/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

/* line 939, app/assets/stylesheets/intlTelInput.scss */
.iti__flag {
  height: 15px;
  width: 20px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(https://www.vaginawater.com/assets/flags-959070a9f002abd28383322dd455a851d1fd445974edb3f720d54ff79894e28b.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 949, app/assets/stylesheets/intlTelInput.scss */
  .iti__flag {
    background-image: url(https://www.vaginawater.com/assets/flags@2x-d00ec77cf49d0c3fbd725dbcdcca661b5db35a02d12f8f4fcf8a3ce6065391bc.png);
  }
}
@charset "UTF-8";
/*!
* Pintura v8.71.1
* (c) 2018-2023 PQINA Inc. - All Rights Reserved
* License: https://pqina.nl/pintura/license/
*/
/* eslint-disable */
/* line 7, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=retouch] .PinturaControlListScroller + .PinturaControlListScroller {
  margin-top: 1em;
}

/* line 11, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=redact] .PinturaUtilFooter {
  padding: 0;
}

/* line 15, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=redact] .PinturaUtilFooter > div {
  height: 1px;
}

/* line 19, app/assets/stylesheets/pintura/pintura.scss */
.pintura-editor, pintura-editor {
  --color-primary: #ffd843;
  --color-primary-dark: #ffc343;
  --color-primary-text: #000;
  --color-secondary: #03a9f4;
  --color-secondary-dark: #046bbf;
  --color-focus: 4, 107, 191;
  --color-focus-100: rgba(var(--color-focus), 1);
  --color-focus-50: rgba(var(--color-focus), 0.5);
  --color-focus-25: rgba(var(--color-focus), 0.25);
  --color-error: 255, 87, 34;
  --color-error-100: rgb(var(--color-error));
  --color-error-75: rgba(var(--color-error), 0.75);
  --color-error-50: rgba(var(--color-error), 0.5);
  --color-error-25: rgba(var(--color-error), 0.25);
  --color-error-10: rgba(var(--color-error), 0.1);
  --color-foreground: 0, 0, 0;
  --color-background: 255, 255, 255;
  --color-preview-outline: var(--color-foreground);
  --color-transition-duration: 250ms;
  --button-cursor: pointer;
  --font-size: 16px;
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --backdrop-filter-bright: brightness(110%) saturate(180%) blur(10px);
  --backdrop-filter-dark: brightness(90%) saturate(180%) blur(10px);
  --border-radius-round: 9999em;
  --border-radius: 0.625em;
  --filter-disabled: grayscale(95%) opacity(40%);
  --editor-inset-top: 0px;
  --editor-inset-bottom: 0px;
  --safe-area-inset-top: 0px;
  --safe-area-inset-bottom: 0px;
  --pattern-transparent: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h4v4H0zm4 4h4v4H4z' fill='%23E5E5E5'/%3E%3C/svg%3E");
  --grid-color-even: rgba(var(--color-foreground), 0.1);
  --grid-color-odd: rgba(var(--color-background), 0.1);
  --grid-size: 24
;
}

/* line 57, app/assets/stylesheets/pintura/pintura.scss */
.pintura-editor, .pintura-editor-panel, pintura-editor {
  --color-foreground-100: rgba(var(--color-foreground), 1);
  --color-foreground-95: rgba(var(--color-foreground), 0.95);
  --color-foreground-90: rgba(var(--color-foreground), 0.9);
  --color-foreground-80: rgba(var(--color-foreground), 0.8);
  --color-foreground-70: rgba(var(--color-foreground), 0.7);
  --color-foreground-60: rgba(var(--color-foreground), 0.6);
  --color-foreground-50: rgba(var(--color-foreground), 0.5);
  --color-foreground-40: rgba(var(--color-foreground), 0.4);
  --color-foreground-30: rgba(var(--color-foreground), 0.3);
  --color-foreground-20: rgba(var(--color-foreground), 0.25);
  --color-foreground-15: rgba(var(--color-foreground), 0.2);
  --color-foreground-10: rgba(var(--color-foreground), 0.15);
  --color-foreground-5: rgba(var(--color-foreground), 0.075);
  --color-foreground-3: rgba(var(--color-foreground), 0.05);
  --color-foreground-1: rgba(var(--color-foreground), 0.02);
  --color-foreground-0: rgba(var(--color-foreground), 0);
  --color-background-100: rgba(var(--color-background), 1);
  --color-background-95: rgba(var(--color-background), 0.95);
  --color-background-90: rgba(var(--color-background), 0.9);
  --color-background-80: rgba(var(--color-background), 0.8);
  --color-background-70: rgba(var(--color-background), 0.7);
  --color-background-60: rgba(var(--color-background), 0.6);
  --color-background-50: rgba(var(--color-background), 0.5);
  --color-background-40: rgba(var(--color-background), 0.4);
  --color-background-30: rgba(var(--color-background), 0.3);
  --color-background-20: rgba(var(--color-background), 0.2);
  --color-background-15: rgba(var(--color-background), 0.15);
  --color-background-10: rgba(var(--color-background), 0.1);
  --color-background-5: rgba(var(--color-background), 0.05);
  --color-background-3: rgba(var(--color-background), 0.03);
  --color-background-1: rgba(var(--color-background), 0.01);
  --color-background-0: rgba(var(--color-background), 0)
;
}

/* line 92, app/assets/stylesheets/pintura/pintura.scss */
.pintura-editor, .PinturaRootWrapper, pintura-editor {
  display: block;
}

/* line 96, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRootWrapper {
  height: 100%;
}

/* line 100, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollableContent {
  overflow: hidden;
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-color: var(--color-foreground-30) transparent;
  scrollbar-width: thin;
}

/* line 108, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollableContent::-webkit-scrollbar {
  width: 1em;
  cursor: pointer;
}

/* line 113, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollableContent::-webkit-scrollbar-track {
  background: none;
}

/* line 117, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollableContent::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-clip: padding-box;
  background-color: var(--color-foreground-30);
  border-radius: 9999em;
  border: .3125em solid transparent;
}

/* line 125, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-animated] {
  --transition-duration-multiplier: 1
;
}

/* line 129, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-transparent] {
  background: none;
}

/* line 133, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot {
  --nav-group-margin: 0.5em;
  --editor-calculated-inset-top: calc(var(--safe-area-inset-top) + var(--editor-inset-top));
  --editor-calculated-inset-bottom: calc(var(--safe-area-inset-bottom) + var(--editor-inset-bottom));
  --transition-duration-10: calc(var(--transition-duration-multiplier, 0) * 0.1s);
  --transition-duration-25: calc(var(--transition-duration-multiplier, 0) * 0.25s);
  --transition-duration-50: calc(var(--transition-duration-multiplier, 0) * 0.5s);
  box-sizing: border-box;
  width: var(--editor-width, 100%);
  height: var(--editor-height, 100%);
  padding-top: var(--editor-calculated-inset-top);
  padding-bottom: var(--editor-calculated-inset-bottom);
  max-width: var(--editor-max-width, var(--editor-max-width-default, none));
  max-height: var(--editor-max-height, var(--editor-max-height-default, none));
  position: relative;
  overflow: hidden;
  contain: strict;
  display: grid;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal;
  font-size: var(--font-size);
  font-family: var(--font-family);
  font-weight: 450;
  touch-action: manipulation;
  text-align: left;
  text-transform: none;
  text-rendering: optimizeLegibility;
  direction: ltr;
  color: var(--color-foreground-90);
  background-color: var(--color-background-100);
  outline-color: rgba(var(--color-preview-outline), 1);
  transition: background-color 1ms, outline-color 1ms, color var(--transition-duration-10) ease-in-out, dir 1ms;
}

/* line 170, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] button {
  direction: rtl;
}

/* line 174, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaUtilMain {
  cursor: var(--cursor);
}

/* line 178, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot * {
  box-sizing: content-box;
  word-wrap: normal;
}

/* line 183, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot button, .PinturaRoot fieldset, .PinturaRoot input, .PinturaRoot legend {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  width: auto;
  text-decoration: none;
}

/* line 196, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot button[disabled] {
  pointer-events: none;
}

/* line 200, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot canvas {
  display: block;
}

/* line 204, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot svg {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: none;
}

/* line 211, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot p {
  margin: 0;
}

/* line 215, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot li, .PinturaRoot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 221, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot a {
  color: inherit;
  text-decoration: none;
}

/* line 226, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .implicit {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* line 239, app/assets/stylesheets/pintura/pintura.scss */
.PinturaProgressIndicator .implicit {
  font-size: 20px;
  color: #333;
  z-index: 9999;
  visibility: visible;
  clip: auto;
  clip-path: none;
  font-weight: bold;
  line-height: 20px;
}

/* line 251, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaFixedWidthCharacters {
  font-variant: tabular-nums;
}

/* line 255, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaStage {
  display: flex;
  align-self: stretch;
  flex: 1;
  pointer-events: none;
}

/* line 262, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaStage[tabindex="-1"] {
  outline: none;
}

/* line 266, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaRootPortal, .PinturaRoot > .PinturaCanvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 272, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaCanvas {
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* line 279, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaCanvas canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 285, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaCanvas:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
}

/* line 295, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaStatus {
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--color-background-90);
}

/* line 308, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaStatus > p {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  transition: opacity var(--transition-duration-50) ease-out;
}

/* line 318, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaStatusMessage {
  position: absolute;
  font-size: .875em;
  color: #0D0D0D;
}

/* line 324, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaStatusAside {
  position: absolute;
  left: 0;
}

/* line 329, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaStatusAside svg {
  width: 1.25em;
  height: 1.25em;
}

/* line 334, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaStatusAside .PinturaProgressIndicator {
  margin-left: .5em;
  color: #0D0D0D;
}

/* line 339, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaStatusAside .PinturaButton {
  outline: transparent;
  margin-left: .75em;
  font-size: .875em;
  border-radius: var(--border-radius-round);
  background-color: var(--color-foreground-5);
  padding: .25em;
  transition: background-color var(--transition-duration-10) ease-out, color var(--transition-duration-10) ease-out;
  -webkit-backdrop-filter: var(--backdrop-filter-dark);
  backdrop-filter: var(--backdrop-filter-dark);
}

/* line 351, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaStatusAside .PinturaButton[data-focus-visible]:not([disabled]) {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 356, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaStatusAside .PinturaButton:not([disabled]):hover {
  background-color: var(--color-foreground-10);
}

/* line 360, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaStatusIcon svg {
  font-size: .875em;
  margin-top: .25em;
  margin-left: .5em;
}

/* line 366, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav {
  position: relative;
  z-index: 3;
}

/* line 371, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav:empty {
  display: none !important;
}

/* line 375, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton {
  outline: transparent;
  transition: background-color var(--transition-duration-10) ease-out, color var(--transition-duration-10) ease-out;
}

/* line 380, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton svg {
  width: 1em;
  transition: opacity var(--transition-duration-10) ease-out;
}

/* line 385, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton > span {
  justify-content: center;
}

/* line 389, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButtonIconOnly .PinturaButtonInner, .PinturaRoot > .PinturaNav .PinturaDropdownIconOnly .PinturaButtonInner {
  width: 1.75em;
}

/* line 393, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton .PinturaButtonInner {
  height: 1.75em;
}

/* line 397, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton:not(.PinturaButtonIconOnly):not(.PinturaDropdownIconOnly) {
  padding-left: .75em;
  padding-right: .75em;
}

/* line 402, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton:not(.PinturaButtonIconOnly):not(.PinturaDropdownIconOnly) .PinturaButtonLabel {
  font-size: .75em;
  line-height: 2;
}

/* line 407, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton:not(.PinturaButtonIconOnly):not(.PinturaDropdownIconOnly):not(.PinturaDropdownButton) {
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 411, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton:only-of-type {
  border-radius: var(--border-radius-round);
}

/* line 415, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton:only-of-type + * {
  margin-left: .5em;
}

/* line 419, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton[disabled] .PinturaButtonLabel, .PinturaRoot > .PinturaNav .PinturaButton[disabled] svg {
  opacity: .25;
}

/* line 423, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton[data-focus-visible]:not(.PinturaButtonExport):not([disabled]) {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 428, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNav .PinturaButton:not(.PinturaButtonExport):not([disabled]):hover {
  background-color: var(--color-foreground-10);
}

/* line 432, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaButtonExport {
  color: var(--color-primary-text);
  background-color: var(--color-primary);
}

/* line 437, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaButtonExport:hover {
  background-color: var(--color-primary-dark);
}

/* line 441, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaButtonExport[data-focus-visible] {
  color: var(--color-primary-text);
  background-color: var(--color-primary);
  box-shadow: inset 0 0 0 1px var(--color-foreground-5), 0 0 0 3px var(--color-focus-50);
  background-color: var(--color-primary-dark);
}

/* line 448, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaButtonExport:not(.PinturaButtonIconOnly) {
  flex: 1;
  padding: 0 .75em;
}

/* line 453, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavMain {
  display: flex;
  overflow: hidden;
}

/* line 458, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavMain [aria-selected=true] button {
  -webkit-backdrop-filter: var(--backdrop-filter-dark);
  backdrop-filter: var(--backdrop-filter-dark);
  background-color: var(--color-foreground-10);
}

/* line 464, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavMain button svg {
  align-self: center;
  width: 1.5em;
}

/* line 469, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavMain button span, .PinturaRoot > .PinturaNavMain button svg {
  pointer-events: none;
}

/* line 473, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavMain button svg + span {
  margin-top: .75em;
}

/* line 477, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavMain button span {
  font-size: .875em;
  display: block;
  width: calc(100% - 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 1em);
}

/* line 486, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavMain button {
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
  transition: background-color var(--transition-duration-10) ease-out, color var(--transition-duration-10) ease-out, box-shadow var(--transition-duration-10) ease-out;
}

/* line 491, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavMain button:hover {
  box-shadow: inset 0 0 0 1px var(--color-foreground-10);
}

/* line 495, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavMain button[data-focus-visible] {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 500, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavTools {
  max-width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}

/* line 506, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavTools:empty {
  display: none;
}

/* line 510, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavTools, .PinturaRoot > .PinturaNavTools .PinturaNavGroup, .PinturaRoot > .PinturaNavTools .PinturaNavSet {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 516, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavTools .PinturaButton, .PinturaRoot > .PinturaNavTools .PinturaNavSet {
  pointer-events: all;
}

/* line 520, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaNavTools .PinturaButton[data-focus-visible] {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 525, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavGroup {
  margin: 0 var(--nav-group-margin);
}

/* line 529, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavGroup > * {
  border-radius: var(--border-radius-round);
}

/* line 533, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavGroup > * + * {
  margin-left: .5em;
}

/* line 537, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavGroup:first-of-type {
  margin-right: auto;
  margin-left: 0;
}

/* line 542, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavGroup:last-of-type {
  margin-left: auto;
  margin-right: 0;
}

/* line 547, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavSet {
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 551, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavSet > :not(:only-child) {
  border: 1px solid var(--color-foreground-3);
  border-top: 0;
  border-bottom: 0;
}

/* line 556, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavSet > :first-child:not(:only-child) {
  border-left: 0;
  border-top-left-radius: var(--border-radius-round);
  border-bottom-left-radius: var(--border-radius-round);
}

/* line 560, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavSet > :first-child:not(:only-child) .PinturaButtonInner {
  padding: 0 .125em 0 .25em;
}

/* line 565, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavSet > :last-child:not(:only-child) {
  border-right: 0;
}

/* line 569, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavSet > * + * {
  margin-left: -1px;
}

/* line 573, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavSet > .PinturaButton:hover, .PinturaRoot .PinturaNavSet > .PinturaButton[data-focus-visible] {
  position: relative;
  z-index: 1;
}

/* line 578, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavSet > :only-child {
  border-radius: var(--border-radius-round);
}

/* line 582, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavSet > :last-child:not(:only-child) .PinturaButtonInner {
  padding: 0 .25em 0 .125em;
}

/* line 586, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavSet > :last-child:not(:only-child) {
  border-top-right-radius: var(--border-radius-round);
  border-bottom-right-radius: var(--border-radius-round);
}

/* line 591, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaNavSet {
  background-color: var(--color-background-50);
  -webkit-backdrop-filter: var(--backdrop-filter-bright);
  backdrop-filter: var(--backdrop-filter-bright);
  box-shadow: inset 0 0 0 1px var(--color-background-15), 0 0.0625em 0.125em rgba(0, 0, 0, 0.25), 0 0.125em 0.35em rgba(0, 0, 0, 0.35);
}

/* line 598, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaNavSet .PinturaButton:not(.PinturaButtonExport):not([disabled]):hover, .PinturaRoot[data-env~=overlay] .PinturaNavSet > * {
  border-color: var(--color-background-15);
}

/* line 602, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaNavGroup > .PinturaButton {
  box-shadow: 0 0.0625em 0.125em rgba(0, 0, 0, 0.25), 0 0.125em 0.35em rgba(0, 0, 0, 0.35);
}

/* line 606, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaNavGroup .PinturaButtonExport {
  box-shadow: inset 0 0 0.125em rgba(0, 0, 0, 0.25), 0 0.0625em 0.125em rgba(0, 0, 0, 0.25), 0 0.125em 0.35em rgba(0, 0, 0, 0.35);
}

/* line 611, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavGroupFloat {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* line 616, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaNavGroupFloat > * {
  pointer-events: all;
}

/* line 623, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaUtilFooter .PinturaScrollable > div {
  padding-left: 1em;
  padding-right: 1em;
}

/* line 628, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot > .PinturaMain {
  max-width: 100vw;
}

/* line 632, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot:not([data-env~=has-toolbar]) .PinturaUtilHeader {
  padding-top: 0;
  padding-bottom: 1em;
  margin-bottom: -1em;
}

/* line 638, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape] {
  grid-template-rows: -webkit-min-content auto;
  grid-template-rows: min-content auto;
  grid-template-columns: auto;
}

/* line 644, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape] > .PinturaNavTools {
  grid-row: 1;
  grid-column: 1;
  padding: 1em 1em 0;
  z-index: 3;
}

/* line 651, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape] > .PinturaNavMain {
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 1em;
  top: calc(1em + var(--editor-calculated-inset-top));
  bottom: calc(1em + var(--editor-calculated-inset-bottom));
}

/* line 660, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape] > .PinturaNavMain .PinturaTabList {
  flex-direction: column;
}

/* line 664, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape] > .PinturaNavMain .PinturaTabList li {
  display: flex;
}

/* line 668, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape] > .PinturaNavMain .PinturaTabList li + li {
  margin: .5em 0 0;
}

/* line 672, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape] > .PinturaNavMain button {
  flex: 1;
  width: 4em;
  height: 4em;
  border-radius: var(--border-radius);
  justify-content: center;
}

/* line 680, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape] > .PinturaNavMain button span {
  font-size: .6875em;
  margin-top: .5em;
}

/* line 685, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape] > .PinturaNavMain button svg {
  width: 1em;
  margin-top: .25em;
}

/* line 690, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-toolbar] > .PinturaNavMain {
  top: calc(4em + var(--editor-calculated-inset-top));
  bottom: calc(4em + var(--editor-calculated-inset-bottom));
}

/* line 695, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-limited-space] > .PinturaNavMain {
  align-items: flex-start;
  bottom: calc(1em + var(--editor-calculated-inset-bottom));
}

/* line 700, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape] > .PinturaMain {
  grid-row: 2;
  grid-column: 1;
}

/* line 705, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-toolbar-preference-bottom] {
  grid-template-rows: auto -webkit-min-content;
  grid-template-rows: auto min-content;
}

/* line 710, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-toolbar-preference-bottom] > .PinturaNavTools {
  grid-row: 2;
  padding-top: 0;
  padding-bottom: 1em;
}

/* line 716, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-toolbar-preference-bottom] > .PinturaMain {
  grid-row: 1;
}

/* line 720, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation] {
  grid-template-columns: 6em auto;
}

/* line 724, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation]:not([data-env~=narrow]) .PinturaNavGroupFloat {
  margin: 0 0 0 7em;
}

/* line 728, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation] > .PinturaNavTools {
  grid-column: 1/span 2;
}

/* line 732, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation] > .PinturaMain {
  grid-column: 2;
}

/* line 736, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation]:not([data-env~=has-navigation-preference-right]) .PinturaUtilMain {
  padding-left: 0;
}

/* line 740, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation]:not([data-env~=has-navigation-preference-right]) .PinturaUtilFooter {
  padding-right: 1em;
}

/* line 744, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation][data-env~=has-navigation-preference-right] {
  grid-template-columns: auto 6em;
}

/* line 748, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation][data-env~=has-navigation-preference-right]:not([data-env~=narrow]) .PinturaNavGroupFloat {
  margin: 0 7em 0 0;
}

/* line 752, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation][data-env~=has-navigation-preference-right] > .PinturaNavMain {
  right: 1em;
  left: auto;
}

/* line 757, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation][data-env~=has-navigation-preference-right] > .PinturaMain {
  grid-column: 1;
}

/* line 761, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation][data-env~=has-navigation-preference-right] .PinturaUtilMain {
  padding-right: 0;
}

/* line 765, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=has-navigation][data-env~=has-navigation-preference-right] .PinturaUtilFooter {
  padding-left: 1em;
}

/* line 769, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] {
  grid-template-rows: -webkit-min-content auto -webkit-min-content;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: auto;
}

/* line 775, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] > * {
  grid-column: 1;
}

/* line 779, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] > .PinturaNavTools {
  grid-row: 1;
  padding: .75em .75em 0;
}

/* line 784, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] > .PinturaNavMain {
  grid-row: 3;
  margin-bottom: .75em;
  justify-content: center;
}

/* line 790, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] > .PinturaNavMain .PinturaTabList {
  padding: 0 .875em;
}

/* line 794, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] > .PinturaNavMain li + li {
  margin-left: .5em;
}

/* line 798, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] > .PinturaNavMain[data-state~=overflows] {
  overflow: visible;
}

/* line 802, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] > .PinturaNavMain button {
  flex: 1;
  width: 4em;
  height: 4em;
  border-radius: var(--border-radius);
  justify-content: center;
}

/* line 810, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] > .PinturaNavMain button span {
  font-size: .6875em;
  margin-top: .5em;
}

/* line 815, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] > .PinturaNavMain button svg {
  width: 1em;
  margin-top: .25em;
}

/* line 820, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait] > .PinturaMain {
  grid-row: 2;
  grid-column: 1;
}

/* line 825, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-toolbar-preference-bottom] {
  grid-template-rows: auto -webkit-min-content -webkit-min-content;
  grid-template-rows: auto min-content min-content;
}

/* line 830, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-toolbar-preference-bottom] > .PinturaNavTools {
  grid-row: 3;
  padding: 0 .75em .75em;
}

/* line 835, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-toolbar-preference-bottom] > .PinturaNavMain {
  grid-row: 2;
}

/* line 839, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-toolbar-preference-bottom] > .PinturaMain {
  grid-row: 1;
}

/* line 843, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-navigation-preference-top]:not([data-env~=narrow]) {
  grid-template-rows: -webkit-min-content -webkit-min-content auto;
  grid-template-rows: min-content min-content auto;
}

/* line 848, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-navigation-preference-top]:not([data-env~=narrow]) > .PinturaMain {
  grid-row: 3;
}

/* line 852, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-navigation-preference-top]:not([data-env~=narrow]) > .PinturaNavMain {
  grid-row: 2;
  margin-top: .75em;
  margin-bottom: 0;
}

/* line 858, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-navigation-preference-top][data-env~=has-toolbar-preference-bottom]:not([data-env~=narrow]) {
  grid-template-rows: -webkit-min-content auto -webkit-min-content;
  grid-template-rows: min-content auto min-content;
}

/* line 863, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-navigation-preference-top][data-env~=has-toolbar-preference-bottom]:not([data-env~=narrow]) > .PinturaNavMain {
  grid-row: 1;
}

/* line 867, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-navigation-preference-top][data-env~=has-toolbar-preference-bottom]:not([data-env~=narrow]) > .PinturaMain {
  grid-row: 2;
}

/* line 871, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=has-navigation-preference-top][data-env~=has-toolbar-preference-bottom]:not([data-env~=narrow]) > .PinturaNavTools {
  grid-row: 3;
}

/* line 875, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=is-compact] > .PinturaNavMain button {
  flex: 1;
  flex-direction: row;
  width: auto;
  height: auto;
  border-radius: var(--border-radius);
  justify-content: flex-start;
  align-items: center;
  padding: .625em 0;
  width: 6em;
}

/* line 887, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=is-compact] > .PinturaNavMain button span {
  font-size: .6875em;
  margin: 0 .625em 0 0;
  line-height: 1.2;
  text-align: left;
}

/* line 894, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=is-compact] > .PinturaNavMain button svg {
  margin: 0 .5em 0 .625em;
  min-width: 1em;
}

/* line 899, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=is-compact][data-env~=has-navigation] {
  grid-template-columns: 8em auto;
}

/* line 903, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=is-compact][data-env~=has-navigation][data-env~=has-navigation-preference-right] {
  grid-template-columns: auto 8em;
}

/* line 907, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=is-compact][dir=rtl] > .PinturaNavMain button {
  padding-left: .625em;
}

/* line 911, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=landscape][data-env~=is-compact][dir=rtl] > .PinturaNavMain svg {
  margin-left: 0;
}

/* line 915, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=narrow] .PinturaNavGroupFloat {
  position: static;
  margin: 0;
}

/* line 920, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=is-compact] > .PinturaNavMain button {
  padding: 0;
  font-size: .625em;
  width: 4em;
  height: 4em;
  justify-content: center;
  border-radius: 9999em;
}

/* line 929, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=is-compact] > .PinturaNavMain button span {
  visibility: hidden;
  font-size: 0;
  margin: 0;
}

/* line 935, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=is-compact] > .PinturaNavMain button svg {
  margin-top: 0;
  width: 1.6em;
}

/* line 940, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=is-compact] > .PinturaNavMain button svg [stroke-width] {
  stroke-width: .15em;
}

/* line 944, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=narrow] {
  --nav-group-margin: 0.25em;
  grid-template-rows: -webkit-min-content auto -webkit-min-content;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: auto;
}

/* line 951, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=narrow] > * {
  grid-column: 1;
}

/* line 955, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=narrow] .PinturaUtilFooter .PinturaControlList .PinturaControlListOption span, .PinturaRoot[data-env~=portrait][data-env~=narrow] .PinturaUtilFooter .PinturaControlList [role=tab] span {
  font-size: .6875em;
}

/* line 959, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=narrow] .PinturaToolbar .PinturaToolbarInner > * {
  margin: 0 .25em;
}

/* line 963, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=portrait][data-env~=narrow][data-env~=has-toolbar-preference-bottom] {
  grid-template-rows: auto -webkit-min-content -webkit-min-content;
  grid-template-rows: auto min-content min-content;
}

/* line 968, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] {
  grid-template-rows: auto !important;
  grid-template-columns: auto !important;
}

/* line 973, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaNav {
  z-index: 3;
}

/* line 977, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaMain {
  grid-row: 1;
  grid-column: 1;
}

/* line 982, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilMain {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: -1;
}

/* line 992, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter, .PinturaRoot[data-env~=overlay] .PinturaUtilHeader {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 998, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilHeader {
  top: 0;
}

/* line 1002, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter {
  bottom: 0;
}

/* line 1006, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaNavMain {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
}

/* line 1014, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaNavTools {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

/* line 1021, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay][data-env~=has-controlgroups-preference-top] .PinturaUtilFooter {
  top: 0;
  bottom: auto;
}

/* line 1026, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay][data-env~=has-toolbar-preference-bottom] .PinturaNavTools {
  top: auto;
  bottom: 0;
}

/* line 1031, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-swipe-navigation] .PinturaUtilMain {
  padding-left: 2em;
  padding-right: 2em;
}

/* line 1036, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-swipe-navigation][data-env~=landscape] .PinturaUtilMain[data-env~=has-navigation] {
  padding-left: 0;
  padding-right: 2em;
}

/* line 1041, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-swipe-navigation][data-env~=landscape] .PinturaUtilMain[data-env~=has-navigation][data-env~=has-navigation-preference-right] {
  padding-left: 2em;
  padding-right: 0;
}

/* line 1046, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env*=is-disabled], .PinturaRoot[data-env*=is-disabled] * {
  pointer-events: none !important;
}

/* line 1050, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env*=is-disabled] {
  --color-primary: #b4b4b4;
  --color-primary-dark: #a0a0a0;
  --color-primary-text: #000;
  --color-secondary: #969696;
  --color-secondary-dark: #646464
;
}

/* line 1058, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env*=is-disabled] .PinturaCanvas, .PinturaRoot[data-env*=is-disabled] .PinturaColorPickerButton {
  filter: grayscale(100%);
}

/* line 1062, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaEditorOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: var(--color-background-50);
  pointer-events: none;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* line 1075, app/assets/stylesheets/pintura/pintura.scss */
    .PinturaNav {
      will-change: transform;
    }
  }
}

/* line 1081, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaShapeStyleEditor {
  min-height: 3.375em;
}

/* line 1085, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption {
  margin: 1em 1em 0 0;
  padding: .125em;
  border: 1px dashed var(--color-foreground-15);
  color: var(--color-foreground-70);
}

/* line 1092, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption span {
  color: var(--color-foreground-90);
}

/* line 1096, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption label {
  font-size: .75em;
}

/* line 1100, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption img, .PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 1110, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] [data-selected=true] {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/* line 1115, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] [data-selected=true] span {
  color: var(--color-foreground-90);
}

/* line 1119, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] [data-layout=row] > .PinturaRadioGroupOptions > li {
  margin: 0 .5em;
}

/* line 1123, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] [data-layout=row] > .PinturaRadioGroupOptions > li:first-child {
  margin-left: 0;
}

/* line 1127, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] [data-layout=row] > .PinturaRadioGroupOptions > li:last-child {
  margin-right: 0;
}

/* line 1131, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOptionGroupLabel {
  width: 1px;
  height: 1px;
  position: absolute;
  font-size: 0;
}

/* line 1138, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOptionGroup {
  display: flex;
  flex-direction: column-reverse;
}

/* line 1143, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption {
  cursor: var(--button-cursor);
  margin-bottom: 1em;
}

/* line 1148, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption span {
  display: block;
  text-align: center;
  padding: 0 1.5em;
  font-size: .625em;
  font-weight: 400;
}

/* line 1156, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] [data-focus-visible] + label > .PinturaRadioGroupOption span {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
  border-radius: .25em;
}

/* line 1162, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption {
  position: relative;
  width: 3em;
  height: 4em;
}

/* line 1168, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption div {
  position: absolute;
  outline-color: currentColor;
  border-color: currentColor;
  cursor: var(--button-cursor);
}

/* line 1175, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption div[slot] {
  overflow: hidden;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1186, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=frame] .PinturaUtilFooter > div {
  padding: 0;
}

/* line 1190, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption {
  width: 2.25em;
  height: 3em;
}

/* line 1195, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=frame] .PinturaRadioGroupOption span {
  font-size: .5em;
}

/* line 1199, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=frame] [data-layout=row] > .PinturaRadioGroupOptions > li {
  margin: 0 .25em;
}

/* line 1203, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=frame] [data-layout=row] > .PinturaRadioGroupOptions > li:first-child {
  margin-left: 0;
}

/* line 1207, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=frame] [data-layout=row] > .PinturaRadioGroupOptions > li:last-child {
  margin-right: 0;
}

/* line 1211, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaUtilFooter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1216, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaScrollable {
  width: 40em;
}

/* line 1220, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] [data-layout=row] > .PinturaRadioGroupOptions > li {
  margin: 0 .5em;
}

/* line 1224, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] [data-layout=row] > .PinturaRadioGroupOptions > li:first-child {
  margin-left: 0;
}

/* line 1228, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] [data-layout=row] > .PinturaRadioGroupOptions > li:last-child {
  margin-right: 0;
}

/* line 1232, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaRadioGroupOptionGroupLabel {
  width: 1px;
  height: 1px;
  position: absolute;
  font-size: 0;
  pointer-events: none;
}

/* line 1240, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaFilterPreview {
  border-radius: 0;
  transition: border-radius 1ms;
}

/* line 1245, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaFilterOption {
  border-radius: 0;
}

/* line 1249, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaRadioGroupOptions .PinturaRadioGroupOption:first-of-type .PinturaFilterPreview {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

/* line 1254, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaRadioGroupOptions .PinturaRadioGroupOption:first-of-type .PinturaFilterOption {
  border-bottom-left-radius: var(--border-radius);
}

/* line 1258, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaRadioGroupOptions .PinturaRadioGroupOption:last-of-type .PinturaFilterPreview {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

/* line 1263, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaRadioGroupOptions .PinturaRadioGroupOption:last-of-type .PinturaFilterOption {
  border-bottom-right-radius: var(--border-radius);
}

/* line 1267, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaRadioGroupOptionGroup {
  display: flex;
  flex-direction: column-reverse;
}

/* line 1272, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaFilterOption {
  cursor: var(--button-cursor);
  margin-bottom: 1em;
}

/* line 1277, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaFilterOption span {
  display: block;
  text-align: center;
  padding: 0 .3125em;
  line-height: 1.75;
  max-width: 100%;
  font-size: .625em;
  font-weight: 400;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1291, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaFilterPreview:before {
  transition: background-color var(--transition-duration-10), color var(--transition-duration-10);
}

/* line 1295, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] [data-selected=true] .PinturaFilterOption .PinturaFilterPreview {
  position: relative;
  z-index: 1;
}

/* line 1300, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] [data-selected=true] .PinturaFilterOption .PinturaFilterPreview:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .35;
  border-radius: inherit;
  background-color: var(--color-primary);
}

/* line 1310, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] [data-focus-visible] + label > .PinturaFilterOption span {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
  border-radius: .25em;
}

/* line 1316, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=filter] .PinturaFilterOption, .PinturaUtilPanel[data-util=filter] .PinturaFilterPreview {
  width: 3.75em;
  height: 4.5em;
}

/* line 1321, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=filter] .PinturaUtilFooter > div {
  padding: 0;
}

/* line 1325, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=filter] .PinturaFilterOption, .PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=filter] .PinturaFilterPreview {
  width: 2.875em;
  height: 3.5em;
}

/* line 1330, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=filter] .PinturaFilterOption span {
  font-size: .5em;
}

/* line 1334, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=crop] .PinturaStage {
  touch-action: none;
}

/* line 1338, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=crop], .PinturaUtilPanel[data-util=crop] .PinturaStage, .PinturaUtilPanel[data-util=crop] .PinturaUtilMain {
  pointer-events: all;
}

/* line 1342, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=crop] .PinturaImageInfo {
  position: absolute;
  right: 1em;
  bottom: 1em;
}

/* line 1348, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=crop] .PinturaButtonCenter {
  --size: 3em;
  position: absolute;
  left: 0;
  top: 0;
  width: var(--size);
  height: var(--size);
  z-index: 1;
  line-height: 0;
  margin-top: calc(var(--size) * (-.5));
  margin-left: calc(var(--size) * (-.5));
  overflow: hidden;
  border-radius: 50%;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: var(--backdrop-filter-bright);
  backdrop-filter: var(--backdrop-filter-bright);
  outline: none;
}

/* line 1368, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=crop] .PinturaButtonCenter[data-focus-visible] {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 1373, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=short] .PinturaUtilPanel[data-util=crop] .PinturaUtilFooter {
  padding-bottom: .5em;
}

/* line 1377, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilPanel[data-util=crop] .PinturaUtilFooter, .PinturaRoot[data-env~=overlay] .PinturaUtilPanel[data-util=crop] .PinturaUtilFooter > [slot]:empty {
  pointer-events: none;
}

/* line 1381, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] form {
  display: flex;
  justify-content: center;
  padding: 0 1em;
}

/* line 1387, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] .PinturaFormInner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1394, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] .PinturaFormInner > button {
  position: absolute;
  left: 100%;
  margin-left: 1em;
}

/* line 1400, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] .PinturaFieldsetInner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 1406, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] .PinturaFieldsetInner > * {
  margin: .25em;
}

/* line 1410, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] .PinturaResizeLabel {
  font-size: .75em;
}

/* line 1414, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] .PinturaDropdownButton {
  margin-left: .5em;
  margin-right: .5em;
  background-color: var(--color-foreground-5);
  border-radius: var(--border-radius-round);
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
  transition: background-color var(--transition-duration-10);
}

/* line 1423, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] .PinturaDropdownButton:hover {
  background-color: var(--color-foreground-10);
}

/* line 1427, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] .PinturaDropdownButton .PinturaButtonLabel {
  display: block;
  line-height: 2.65;
  padding: 0 1em;
  font-variant-numeric: tabular-nums;
  font-size: .75em;
  font-weight: 400;
}

/* line 1436, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] .PinturaDropdownButton .PinturaButtonLabel:after {
  content: "▼";
  font-size: .6875em;
  margin-left: .75em;
  position: relative;
  top: -.125em;
  margin-right: -.25em;
  pointer-events: none;
}

/* line 1446, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] input[type=checkbox] + label {
  padding: 0 .125em;
  margin: 0 -.25em;
  outline: transparent;
  display: block;
  cursor: pointer;
}

/* line 1454, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=resize] input[type=checkbox][data-focus-visible] + label {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 1459, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension {
  display: inline-flex;
  align-items: center;
  position: relative;
}

/* line 1465, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension label {
  position: absolute;
  right: .625em;
  font-size: .75em;
  text-transform: uppercase;
  pointer-events: none;
  color: var(--color-foreground-80);
  z-index: 1;
}

/* line 1475, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension button, .PinturaInputDimension input, .PinturaInputDimension label {
  font-size: .75em;
  font-weight: 400;
}

/* line 1480, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension button, .PinturaInputDimension input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  box-sizing: border-box;
  font-variant-numeric: tabular-nums;
  padding: .625em 0 .625em .625em;
  width: 100%;
  max-width: 7em;
  outline: transparent;
  border-radius: var(--border-radius);
  box-shadow: none;
  border: 1px solid var(--color-foreground-80);
  transition: background-color var(--transition-duration-10) ease-in-out, color var(--transition-duration-10) ease-in-out, border-color var(--transition-duration-10) ease-in-out;
}

/* line 1496, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension button::-moz-selection, .PinturaInputDimension input::-moz-selection {
  background-color: var(--color-foreground-20);
}

/* line 1500, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension button::selection, .PinturaInputDimension input::selection {
  background-color: var(--color-foreground-20);
}

/* line 1504, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension button:hover, .PinturaInputDimension input:hover {
  background-color: var(--color-foreground-10);
}

/* line 1508, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension button:focus, .PinturaInputDimension input:focus {
  border-color: var(--color-focus-100);
}

/* line 1512, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension input {
  background-color: var(--color-foreground-5);
}

/* line 1516, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension input:-moz-placeholder-shown + label {
  color: var(--color-foreground-20);
}

/* line 1520, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension input:-ms-input-placeholder + label {
  color: var(--color-foreground-20);
}

/* line 1524, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension input:placeholder-shown + label {
  color: var(--color-foreground-20);
}

/* line 1528, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension input::-moz-placeholder {
  color: var(--color-foreground-30);
}

/* line 1532, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension input:-ms-input-placeholder {
  color: var(--color-foreground-30);
}

/* line 1536, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension input::placeholder {
  color: var(--color-foreground-30);
}

/* line 1540, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension input[data-state=invalid] {
  border-color: var(--color-error-75);
  box-shadow: inset 0 0 0.25em var(--color-error-25), 0 0 0.25em var(--color-error-50);
}

/* line 1545, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension button {
  width: 10em;
  min-height: 2.65em;
}

/* line 1550, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension input::-webkit-inner-spin-button, .PinturaInputDimension input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* line 1554, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputDimension input::-ms-clear {
  display: none;
}

/* line 1558, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaInputDimension label {
  left: .625em;
  right: auto;
}

/* line 1563, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaInputDimension input {
  padding-right: .625em;
  padding-left: 0;
  text-align: right;
}

/* line 1569, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=fill] [data-layout=row] > .PinturaRadioGroupOptions > li {
  margin: 0 .25em;
}

/* line 1573, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=fill] [data-layout=row] > .PinturaRadioGroupOptions > li:first-child {
  margin-left: 0;
}

/* line 1577, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=fill] [data-layout=row] > .PinturaRadioGroupOptions > li:last-child {
  margin-right: 0;
}

/* line 1581, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=fill] .PinturaRadioGroupOption {
  position: relative;
  width: 3em;
  height: 4em;
}

/* line 1587, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=fill] .PinturaFillTile {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 1593, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=fill] .PinturaFillTile[data-transparent=true] {
  background-color: #fff;
  background-image: var(--pattern-transparent);
  border-radius: calc(var(--border-radius) + 1px);
}

/* line 1599, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=fill] .PinturaFillTile div, .PinturaUtilPanel[data-util=fill] .PinturaFillTile img {
  cursor: var(--button-cursor);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}

/* line 1611, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=fill] .PinturaFillTile:after {
  content: "";
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
  border-radius: var(--border-radius);
  pointer-events: none;
}

/* line 1624, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel[data-util=fill] .PinturaRadioGroupOption[data-selected=true] .PinturaFillTile:after {
  box-shadow: inset 0 0 0 1px var(--color-foreground-5), inset 0 0 0 4px var(--color-primary), inset 0 0 0 5px var(--color-foreground-5);
}

/* line 1628, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=fill] .PinturaUtilFooter > div {
  padding: 0;
}

/* line 1632, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=fill] .PinturaRadioGroupOption {
  width: 2.25em;
  height: 3em;
}

/* line 1637, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=fill] .PinturaRadioGroupOption span {
  font-size: .5em;
}

/* line 1641, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=fill] [data-layout=row] > .PinturaRadioGroupOptions > li {
  margin: 0 .175em;
}

/* line 1645, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=fill] [data-layout=row] > .PinturaRadioGroupOptions > li:first-child {
  margin-left: 0;
}

/* line 1649, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-compact] .PinturaUtilPanel[data-util=fill] [data-layout=row] > .PinturaRadioGroupOptions > li:last-child {
  margin-right: 0;
}

/* line 1653, app/assets/stylesheets/pintura/pintura.scss */
.PinturaModal {
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  --editor-modal-border-radius: 0;
  --editor-modal-overlay-opacity: 0.95;
  --editor-modal-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.25), 0 1.5em 1.5em -2em rgba(0, 0, 0, 0.5);
  --editor-modal-outline: inset 0 0 0 1px var(--color-foreground-3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483646;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--color-background), var(--editor-modal-overlay-opacity, var(--editor-modal-overlay-opacity-default, 0.95)));
}

/* line 1672, app/assets/stylesheets/pintura/pintura.scss */
.PinturaModal > .PinturaRoot[data-env~=is-centered] {
  box-shadow: var(--editor-modal-shadow);
  border-radius: var(--editor-modal-border-radius);
}

/* line 1677, app/assets/stylesheets/pintura/pintura.scss */
.PinturaModal > .PinturaRoot[data-env~=is-centered]:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  border-radius: inherit;
  content: "";
  box-shadow: var(--editor-modal-outline);
  z-index: 2147483646;
}

/* line 1690, app/assets/stylesheets/pintura/pintura.scss */
.PinturaModal[style*="--viewport-pad-footer:1"] {
  box-sizing: border-box;
  padding-bottom: env(safe-area-inset-bottom);
}

/* line 1695, app/assets/stylesheets/pintura/pintura.scss */
.PinturaModal + .PinturaModal {
  --editor-modal-overlay-opacity-default: 0.75
;
}

@media (min-width: 600px) and (min-height: 600px) {
  /* line 1700, app/assets/stylesheets/pintura/pintura.scss */
  .PinturaModal + .PinturaModal .PinturaRoot {
    --editor-max-width-default: calc(100vw - 8em);
    --editor-max-height-default: calc(100vh - 8em)
    ;
  }
}

/* line 1706, app/assets/stylesheets/pintura/pintura.scss */
.PinturaDocumentLock, .PinturaDocumentLock body {
  height: calc(var(--pintura-document-height) - 1px);
  overflow-y: hidden;
  box-sizing: border-box;
}

/* line 1712, app/assets/stylesheets/pintura/pintura.scss */
.PinturaDocumentLock body {
  position: relative;
}

/* line 1716, app/assets/stylesheets/pintura/pintura.scss */
.PinturaDocumentLock .PinturaModal {
  height: 100% !important;
}

/* line 1720, app/assets/stylesheets/pintura/pintura.scss */
.PinturaTabList {
  display: flex;
  justify-content: center;
}

/* line 1725, app/assets/stylesheets/pintura/pintura.scss */
.PinturaTabList button {
  display: flex;
  align-items: center;
  flex-direction: column;
  outline: transparent;
  cursor: var(--button-cursor);
  -webkit-tap-highlight-color: transparent;
}

/* line 1734, app/assets/stylesheets/pintura/pintura.scss */
.PinturaTabList button > * {
  transition: filter var(--transition-duration-10) ease-out;
}

/* line 1738, app/assets/stylesheets/pintura/pintura.scss */
.PinturaTabList button[disabled] > * {
  filter: var(--filter-disabled);
}

/* line 1742, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollable {
  --scrollable-feather-start-opacity: 0;
  --scrollable-feather-end-opacity: 0;
  --scrollable-feather-size: 2em;
  contain: paint;
  overflow: hidden;
}

/* line 1750, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollable:focus {
  outline: transparent;
}

/* line 1754, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollable > div {
  position: relative;
  display: inline-flex;
  vertical-align: top;
}

/* line 1760, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollable {
  touch-action: none;
}

/* line 1764, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollable[data-direction=x] {
  max-width: 100%;
  --mask-angle: 90deg
;
}

/* line 1769, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollable[data-direction=y] {
  max-height: 100%;
  --mask-angle: 180deg
;
}

/* line 1774, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollable[data-state~=overflows] {
  -webkit-mask: linear-gradient(var(--mask-angle), rgba(0, 0, 0, var(--scrollable-feather-start-opacity)), #000 var(--scrollable-feather-size), #000 calc(100% - var(--scrollable-feather-size)), rgba(0, 0, 0, var(--scrollable-feather-end-opacity)));
  mask: linear-gradient(var(--mask-angle), rgba(0, 0, 0, var(--scrollable-feather-start-opacity)), #000 var(--scrollable-feather-size), #000 calc(100% - var(--scrollable-feather-size)), rgba(0, 0, 0, var(--scrollable-feather-end-opacity)));
}

/* line 1779, app/assets/stylesheets/pintura/pintura.scss */
.PinturaScrollable[data-state~=scrolling] > div * {
  pointer-events: none;
}

/* line 1783, app/assets/stylesheets/pintura/pintura.scss */
.PinturaTabPanels {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
}

/* line 1789, app/assets/stylesheets/pintura/pintura.scss */
.PinturaTabPanel {
  position: relative;
  grid-row-start: 1;
  grid-column-start: 1;
  min-width: 0;
}

/* line 1796, app/assets/stylesheets/pintura/pintura.scss */
.PinturaTabPanel:not([hidden]) {
  z-index: 2;
  outline: transparent;
}

/* line 1801, app/assets/stylesheets/pintura/pintura.scss */
.PinturaTabPanel[hidden] {
  display: block !important;
  z-index: 1;
  pointer-events: none;
}

/* line 1807, app/assets/stylesheets/pintura/pintura.scss */
.PinturaTabPanel[data-inert=true] {
  visibility: hidden;
}

@supports not (aspect-ratio: 1) {
  /* line 1812, app/assets/stylesheets/pintura/pintura.scss */
  .PinturaTabPanel {
    overflow-x: hidden;
  }
}

/* line 1817, app/assets/stylesheets/pintura/pintura.scss */
.PinturaButton {
  white-space: nowrap;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  cursor: var(--button-cursor);
}

/* line 1824, app/assets/stylesheets/pintura/pintura.scss */
.PinturaButton > span {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  min-height: 1em;
}

/* line 1831, app/assets/stylesheets/pintura/pintura.scss */
.PinturaButton svg + .PinturaButtonLabel {
  margin-left: .5em;
}

/* line 1835, app/assets/stylesheets/pintura/pintura.scss */
.PinturaButton[disabled] {
  cursor: default;
  filter: var(--filter-disabled);
}

/* line 1840, app/assets/stylesheets/pintura/pintura.scss */
.PinturaButtonInner {
  text-decoration: inherit;
}

/* line 1844, app/assets/stylesheets/pintura/pintura.scss */
.PinturaButton:not(.PinturaButtonIconOnly) svg:first-of-type {
  margin-left: -.25em;
}

/* line 1848, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaButton:not(.PinturaButtonIconOnly) svg:first-of-type {
  margin-right: -.25em;
}

/* line 1852, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaButton svg + .PinturaButtonLabel {
  margin-left: 0;
  margin-right: 1em;
}

/* line 1857, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  contain: layout size;
  box-sizing: border-box;
}

/* line 1868, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilPanel, .PinturaUtilPanel > * {
  padding-top: .5em;
  padding-bottom: .5em;
}

/* line 1873, app/assets/stylesheets/pintura/pintura.scss */
.PinturaProgressIndicator {
  position: relative;
  display: block;
  width: 1.25em;
  height: 1.25em;
}

/* line 1880, app/assets/stylesheets/pintura/pintura.scss */
.PinturaProgressIndicator svg {
  pointer-events: none;
  vertical-align: top;
}

/* line 1885, app/assets/stylesheets/pintura/pintura.scss */
.PinturaProgressIndicator .PinturaProgressIndicatorFill {
  stroke-dashoffset: 0;
}

/* line 1889, app/assets/stylesheets/pintura/pintura.scss */
.PinturaProgressIndicator[data-status=processing] svg {
  -webkit-animation: image_editor_spin 1s linear infinite;
  animation: image_editor_spin 1s linear infinite;
}

/* line 1893, app/assets/stylesheets/pintura/pintura.scss */
.PinturaProgressIndicator[data-status=processing] .PinturaProgressIndicatorFill {
  stroke-dashoffset: -26.5;
  stroke-dasharray: 26.5 53;
  transition: stroke-dashoffset .5s linear, stroke-dasharray .5s linear;
}

@-webkit-keyframes image_editor_spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes image_editor_spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  /* line 1918, app/assets/stylesheets/pintura/pintura.scss */
  .PinturaRoot[data-env~=is-ios] .PinturaProgressIndicator svg {
    transform-origin: 49% 49%;
  }
}

/* line 1923, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm {
  opacity: 0;
  cursor: auto;
  z-index: 2147483647;
  --width: 30em
;
}

/* line 1930, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm:not([data-stick=true]) {
  position: absolute;
  bottom: 7.5em;
  width: var(--width);
  left: calc(50% - var(--width) / 2);
  box-shadow: 0 0.25em 0.5em -0.5em rgba(0, 0, 0, 0.75), inset 0 0 0 1px var(--color-foreground-5);
  border-radius: var(--border-radius);
  background-color: var(--color-background-95);
}

@media (max-width: 34em) {
  /* line 1941, app/assets/stylesheets/pintura/pintura.scss */
  .PinturaInputForm:not([data-stick=true]) {
    left: 2em;
    right: 2em;
    width: auto;
  }
}

/* line 1948, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm[data-stick=true] {
  transition: opacity .15s ease .25s;
  position: absolute;
  left: 0;
  right: 0;
  outline: 1px solid var(--color-foreground-15);
  background-color: var(--color-background-100);
}

/* line 1957, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm[data-stick=true] > .PinturaInputFormInner {
  background-color: var(--color-foreground-3);
}

/* line 1961, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormInner > .PinturaButton {
  color: var(--color-foreground-100);
  border-radius: 9999em;
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 1967, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormInner > .PinturaButton:first-of-type {
  left: 1em;
}

/* line 1971, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormInner > .PinturaButton:last-of-type {
  right: 1rem;
  color: var(--color-primary-text);
  background: var(--color-primary);
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 1978, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormInner > .PinturaButton:not(.PinturaButtonIconOnly) .PinturaButtonInner {
  padding: 0 .875em;
}

/* line 1982, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormInner > .PinturaButton .PinturaButtonIcon {
  width: .875em;
  height: .875em;
}

/* line 1987, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormInner > .PinturaButton.PinturaButtonIconOnly {
  width: 1.875em;
  height: 1.875em;
}

/* line 1992, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormInner > .PinturaButton .PinturaButtonLabel {
  font-size: .75em;
}

/* line 1996, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormInner > .PinturaButton .PinturaButtonInner {
  line-height: 2;
  display: flex;
  justify-content: center;
}

/* line 2002, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormInner {
  padding-top: 1em;
  padding-bottom: 3.5em;
}

/* line 2007, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormInner > .PinturaButton {
  position: absolute;
  bottom: 1em;
}

/* line 2012, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormFields textarea:only-child {
  height: 5em;
  -webkit-mask: linear-gradient(0deg, transparent, #000 1em);
  mask: linear-gradient(0deg, transparent, #000 1em);
}

/* line 2018, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormFields textarea:only-child::-webkit-scrollbar {
  width: 1em;
  cursor: pointer;
}

/* line 2023, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormFields textarea:only-child::-webkit-scrollbar-track {
  background: none;
}

/* line 2027, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormFields textarea:only-child::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-clip: padding-box;
  background-color: var(--color-foreground-70);
  border-radius: 9999em;
  border: .25em solid transparent;
}

/* line 2035, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputFormFields input:only-child, .PinturaInputFormFields textarea:only-child {
  width: 100%;
  padding: 0 1em .5em;
  display: block;
  background: transparent;
}

/* line 2042, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm input, .PinturaInputForm textarea {
  box-sizing: border-box;
  resize: none;
  border: none;
  font-size: .875em;
  outline: transparent;
  color: var(--color-foreground-100);
}

/* line 2051, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm input {
  background-color: var(--color-background-100);
}

/* line 2055, app/assets/stylesheets/pintura/pintura.scss */
.PinturaModalBodyLock .PinturaInputForm {
  margin-top: -50px;
}

/* line 2059, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm[data-layout=row] {
  --width: 30em;
  width: var(--width);
  max-width: calc(100% - 2em);
  border-radius: 9999em;
}

/* line 2066, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm[data-layout=row] .PinturaInputFormFields {
  flex: 1;
}

/* line 2070, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm[data-layout=row] .PinturaInputFormInner {
  display: flex;
  padding: .5em;
}

/* line 2075, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm[data-layout=row] .PinturaInputFormInner input {
  padding: 0 .5em;
  line-height: 1.75;
  font-size: .8125em;
  flex: 1;
}

/* line 2082, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm[data-layout=row] .PinturaInputFormInner .PinturaButton:first-child {
  margin-right: 0;
}

/* line 2086, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm[data-layout=row] .PinturaInputFormInner .PinturaButton {
  position: static;
}

/* line 2090, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm[data-layout=row] .PinturaInputFormInner .PinturaButtonIconOnly {
  width: 1.5em;
  height: 1.5em;
}

/* line 2095, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputForm[data-layout=row] .PinturaInputFormInner .PinturaButtonLabel {
  font-size: .625em;
}

/* line 2099, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilMain {
  padding-left: 1em;
  padding-right: 1em;
  min-height: 1px;
  touch-action: none;
}

/* line 2106, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilMain, .PinturaUtilMain > [slot] {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 2112, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilMain > [slot] {
  align-items: center;
}

/* line 2116, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter > [slot]:empty {
  min-height: 1em;
}

/* line 2120, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter > [slot] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  pointer-events: all;
}

/* line 2128, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlPanel .PinturaImageButtonList, .PinturaUtilFooter .PinturaShapeStyleList {
  min-height: 3.5em;
  align-items: flex-start;
}

/* line 2133, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList [role=tab][aria-selected=true] button {
  background-color: var(--color-foreground-10);
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 2138, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList .PinturaControlListOption label, .PinturaUtilFooter .PinturaControlList [role=tab] button {
  flex-direction: row;
  line-height: 1;
  padding: 0 .75em;
  min-height: 1.75em;
  white-space: nowrap;
  border-radius: var(--border-radius-round);
  transition: background-color var(--transition-duration-10) ease-out, color var(--transition-duration-10) ease-out, filter var(--transition-duration-25) ease-out;
  box-shadow: inset 0 0 0 1px var(--color-foreground-0);
  cursor: var(--button-cursor);
}

/* line 2150, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList .PinturaControlListOption label span, .PinturaUtilFooter .PinturaControlList [role=tab] button span {
  font-size: .75em;
  font-weight: 400;
}

/* line 2155, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList .PinturaControlListOption label svg, .PinturaUtilFooter .PinturaControlList [role=tab] button svg {
  width: .875em;
  font-size: .875em;
}

/* line 2160, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList .PinturaControlListOption label svg:only-child, .PinturaUtilFooter .PinturaControlList [role=tab] button svg:only-child {
  margin-left: -.25em;
  margin-right: -.25em;
}

/* line 2165, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList .PinturaControlListOption label svg:not(:only-child), .PinturaUtilFooter .PinturaControlList [role=tab] button svg:not(:only-child) {
  margin-left: -.25em;
  margin-right: .375em;
}

/* line 2170, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList .PinturaControlListOption label:hover, .PinturaUtilFooter .PinturaControlList [role=tab] button:hover {
  box-shadow: inset 0 0 0 1px var(--color-foreground-10);
}

/* line 2174, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList .PinturaControlListOption label[data-focus-visible], .PinturaUtilFooter .PinturaControlList [role=tab] button[data-focus-visible] {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 2179, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlListOption [slot], .PinturaUtilFooter .PinturaControlListOption label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 2185, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlListOption[data-selected=true] label {
  background-color: var(--color-foreground-10);
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 2190, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlListOption input[data-focus-visible] + label {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 2195, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlListOption input[disabled] + label {
  filter: var(--filter-disabled);
}

/* line 2199, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList .PinturaControlListOption + .PinturaControlListOption, .PinturaUtilFooter .PinturaControlList > li + li {
  margin-left: .5em;
}

/* line 2203, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlPanels {
  display: grid;
  grid-template-columns: 1fr;
  width: 40em;
  max-width: 100%;
  margin: 0 auto;
  flex: auto;
}

/* line 2212, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlPanel {
  grid-row-start: 1;
  grid-column-start: 1;
  max-width: 100%;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}

/* line 2221, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlPanel[hidden] {
  display: block !important;
  visibility: hidden;
  transition-delay: 0s;
  pointer-events: none;
  opacity: 0;
}

/* line 2229, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList[data-layout=compact] > * + * {
  margin-left: -1px;
}

/* line 2233, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList[data-layout=compact] > [role=tab] button {
  padding-left: .625em;
  padding-right: .625em;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 2240, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList[data-layout=compact] > [role=tab]:only-child button {
  border-radius: var(--border-radius-round);
}

/* line 2244, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList[data-layout=compact] > [role=tab]:first-child:not(:only-child) button {
  padding-left: .75em;
  border-top-left-radius: var(--border-radius-round);
  border-bottom-left-radius: var(--border-radius-round);
}

/* line 2250, app/assets/stylesheets/pintura/pintura.scss */
.PinturaUtilFooter .PinturaControlList[data-layout=compact] > [role=tab]:last-child:not(:only-child) button {
  padding-right: .75em;
  border-top-right-radius: var(--border-radius-round);
  border-bottom-right-radius: var(--border-radius-round);
}

@supports not (aspect-ratio: 1) {
  /* line 2257, app/assets/stylesheets/pintura/pintura.scss */
  .PinturaControlPanel {
    overflow-x: hidden;
  }
}

/* line 2262, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=is-animated] .PinturaUtilFooter .PinturaControlPanel {
  transition: opacity var(--transition-duration-25) ease-in-out, visibility var(--transition-duration-25) linear;
  transition-delay: .1s;
}

/* line 2267, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controlgroups-preference-top] .PinturaUtilHeader {
  order: 1;
}

/* line 2271, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controlgroups-preference-top] .PinturaUtilFooter {
  order: 2;
}

/* line 2275, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controlgroups-preference-top] .PinturaUtilMain {
  order: 3;
}

/* line 2279, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controltabs-preference-bottom] .PinturaUtilFooter .PinturaControlPanels {
  order: -1;
}

/* line 2283, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controltabs-preference-bottom] .PinturaUtilFooter .PinturaRangeInput .PinturaRangeInputReset {
  top: 0;
  bottom: auto;
}

/* line 2288, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controltabs-preference-bottom] .PinturaUtilFooter .PinturaControlPanel .PinturaShapePresetsGrouped {
  padding-bottom: .75em;
}

/* line 2292, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controltabs-preference-top] .PinturaUtilFooter .PinturaControlPanels {
  order: 1;
}

/* line 2296, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controltabs-preference-top] .PinturaUtilFooter .PinturaRangeInput .PinturaRangeInputReset {
  top: auto;
  bottom: 0;
}

/* line 2301, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controltabs-preference-top] .PinturaUtilFooter .PinturaControlPanel .PinturaShapePresetsGrouped {
  padding-top: .75em;
}

/* line 2305, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controltabs-preference-top] .PinturaUtilFooter .PinturaControlPanel .PinturaImageButtonList, .PinturaRoot[data-env~=has-controltabs-preference-top] .PinturaUtilFooter .PinturaShapeStyleList {
  align-items: flex-end;
}

/* line 2309, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=has-controltabs-preference-top] .PinturaUtilFooter .PinturaShapeStyleLabel {
  order: 1;
}

/* line 2313, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter {
  margin: .75em 0;
}

/* line 2317, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaControlPanels {
  max-width: 24em;
}

/* line 2321, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaControlList {
  margin-top: 1em;
}

/* line 2325, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaControlList > li + li {
  margin-left: 0;
}

/* line 2329, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaControlList li[role=tab] span {
  font-size: .75em;
}

/* line 2333, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaControlList li[role=tab] button {
  border-radius: 0;
  background-color: var(--color-background-50);
  -webkit-backdrop-filter: var(--backdrop-filter-bright);
  backdrop-filter: var(--backdrop-filter-bright);
  box-shadow: inset 0 0 0 1px var(--color-background-15), 0 0.0625em 0.125em rgba(0, 0, 0, 0.25), 0 0.125em 0.35em rgba(0, 0, 0, 0.35);
}

/* line 2341, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaControlList li[role=tab]:first-child button {
  padding-left: .875em;
  border-top-left-radius: var(--border-radius-round);
  border-bottom-left-radius: var(--border-radius-round);
}

/* line 2347, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaControlList li[role=tab]:last-child button {
  padding-right: .875em;
  border-top-right-radius: var(--border-radius-round);
  border-bottom-right-radius: var(--border-radius-round);
}

/* line 2353, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaControlList li:not([aria-selected=true]) span {
  color: var(--color-foreground-40);
}

/* line 2357, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaControlPanels {
  background-color: var(--color-background-50);
  -webkit-backdrop-filter: var(--backdrop-filter-bright);
  backdrop-filter: var(--backdrop-filter-bright);
  border-radius: var(--border-radius-round);
  box-shadow: inset 0 0 0 1px var(--color-background-15), 0 0.0625em 0.125em rgba(0, 0, 0, 0.25), 0 0.125em 0.35em rgba(0, 0, 0, 0.35);
}

/* line 2365, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaRangeInput {
  height: 1.5em;
  margin-top: 0;
}

/* line 2370, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=overlay] .PinturaUtilFooter .PinturaRangeInputReset {
  opacity: 0;
}

/* line 2374, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaUtilFooter .PinturaControlListOption [slot], .PinturaRoot[dir=rtl] .PinturaUtilFooter .PinturaControlListOption label {
  flex-direction: row-reverse;
}

/* line 2378, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaUtilFooter .PinturaControlList .PinturaControlListOption label svg:not(:only-child), .PinturaRoot[dir=rtl] .PinturaUtilFooter .PinturaControlList [role=tab] button svg:not(:only-child) {
  margin-right: -.25em;
  margin-left: .375em;
}

/* line 2383, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInput {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  height: 3.5em;
  max-width: 24em;
  width: calc(100% - 2em);
  touch-action: none;
  --range-input-feather-left: 2em;
  --range-input-feather-right: 2em;
  --range-input-mask-from: 0%;
  --range-input-mask-to: 100%;
  --range-input-mask-color: rgba(0, 0, 0, 0.25);
  --range-input-line-color: var(--color-foreground-15);
  outline: transparent;
}

/* line 2402, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInput[data-focus-visible]:after {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 1em);
  height: 2em;
  border-radius: .25em;
}

/* line 2414, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInputInner {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  contain: strict;
  -webkit-mask: linear-gradient(90deg, transparent 0, #000 var(--range-input-feather-left), #000 calc(50% - 3em), transparent 50%, #000 calc(50% + 3em), #000 calc(100% - var(--range-input-feather-right)), transparent);
  mask: linear-gradient(90deg, transparent 0, #000 var(--range-input-feather-left), #000 calc(50% - 3em), transparent 50%, #000 calc(50% + 3em), #000 calc(100% - var(--range-input-feather-right)), transparent);
}

/* line 2424, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInputMeter {
  height: 100%;
}

/* line 2428, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInput .PinturaRangeInputMeter svg {
  display: block;
  pointer-events: none;
  fill: currentColor;
}

/* line 2434, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInput > .PinturaRangeInputValue {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: calc(50% - .6875em);
  left: calc(50% - 1.75em);
  width: 3.5em;
  height: 1.5em;
  overflow: hidden;
  contain: strict;
  text-align: center;
  font-size: .75em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}

/* line 2451, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInput > .PinturaRangeInputReset {
  position: absolute;
  left: calc(50% - 1.0625em);
  top: 0;
  margin-top: .125em;
  padding: 0;
  z-index: 1;
  width: 2em;
  overflow: hidden;
  color: transparent !important;
  transition: opacity var(--transition-duration-25);
  opacity: .35;
  outline: transparent;
  cursor: var(--button-cursor);
}

/* line 2467, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInput > .PinturaRangeInputReset:hover {
  opacity: .5;
}

/* line 2471, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInput > .PinturaRangeInputReset[data-focus-visible] {
  opacity: 1;
}

/* line 2475, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInput > .PinturaRangeInputReset[data-focus-visible]:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: calc(50% - .5em);
  top: calc(50% - .5em);
  height: 1em;
  width: 1em;
  z-index: 2;
  border-radius: .25em;
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 2489, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInput > .PinturaRangeInputReset[disabled] {
  opacity: .15;
}

/* line 2493, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInput > .PinturaRangeInputReset:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  width: 1px;
  height: 60%;
  background: var(--color-foreground-100);
}

/* line 2503, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInputInner[data-value-limited] svg {
  -webkit-mask: linear-gradient(90deg, var(--range-input-mask-color) var(--range-mask-from), #000 var(--range-mask-from), #000 var(--range-mask-to), var(--range-input-mask-color) var(--range-mask-to));
  mask: linear-gradient(90deg, var(--range-input-mask-color) var(--range-mask-from), #000 var(--range-mask-from), #000 var(--range-mask-to), var(--range-input-mask-color) var(--range-mask-to));
}

/* line 2508, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRangeInputInner[data-value-limited] svg rect {
  x: var(--range-mask-from);
  width: calc(var(--range-mask-to) - var(--range-mask-from));
  fill: var(--range-input-line-color);
}

/* line 2514, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRadioGroup .PinturaRadioGroupOptions {
  display: flex;
  flex-direction: column;
}

/* line 2519, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRadioGroup .PinturaRadioGroupOptionGroup + .PinturaRadioGroupOptionGroup {
  margin-top: .5em;
}

/* line 2523, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRadioGroup .PinturaRadioGroupOption[data-hidden=true] {
  display: none;
}

/* line 2527, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRadioGroup[data-layout=row] .PinturaRadioGroupOptions {
  flex-direction: row;
}

/* line 2531, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRadioGroup label {
  -webkit-tap-highlight-color: transparent;
}

/* line 2535, app/assets/stylesheets/pintura/pintura.scss */
.PinturaImageInfo {
  pointer-events: none;
}

/* line 2539, app/assets/stylesheets/pintura/pintura.scss */
.PinturaImageInfo p {
  width: 8em;
  height: 1.25em;
  contain: strict;
  overflow: hidden;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  text-align: right;
  line-height: 1;
  font-size: .75em;
}

/* line 2552, app/assets/stylesheets/pintura/pintura.scss */
.PinturaPresetListFilter .PinturaRadioGroupOptions {
  justify-content: space-evenly;
  padding: .625em 0 .3125em;
}

/* line 2557, app/assets/stylesheets/pintura/pintura.scss */
.PinturaPresetListFilter .PinturaRadioGroupOptions label {
  display: block;
  cursor: pointer;
}

/* line 2562, app/assets/stylesheets/pintura/pintura.scss */
.PinturaPresetListFilter + .PinturaOptionsList {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2567, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleEditor {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

/* line 2573, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleEditor > div {
  grid-row-start: 1;
  grid-column-start: 1;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2583, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleEditorOverflow > div {
  overflow: visible;
  justify-content: flex-start;
}

/* line 2588, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleEditorOverflow .PinturaShapeStyleList {
  min-height: auto;
  margin-left: 1em;
}

/* line 2593, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleEditorOverflow .PinturaShapeStyle {
  --control-height: 1.75em
;
}

/* line 2597, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyles {
  position: relative;
}

/* line 2601, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyles:not([data-state~=overflows]) {
  display: flex;
  justify-content: center;
}

/* line 2606, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleList {
  display: flex;
}

/* line 2610, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleList .PinturaButton, .PinturaShapeStyleList .PinturaInput {
  outline: transparent;
}

/* line 2614, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleList .PinturaInput {
  padding: 0 0 0 .625em;
  font-size: .75em;
  line-height: 2.25;
}

/* line 2620, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleList .PinturaShapeStyleLabel {
  line-height: 1.75;
  font-size: .625em;
  font-weight: 300;
  padding: 0 .75em;
  text-transform: lowercase;
  pointer-events: none;
  text-align: center;
  color: var(--color-foreground-50);
  white-space: nowrap;
}

/* line 2632, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleList .PinturaShapeStyle {
  border-radius: var(--border-radius-round);
}

/* line 2636, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyleList .PinturaShapeStyle + .PinturaShapeStyle {
  margin-left: 1em;
}

/* line 2640, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  --control-height: 1.5em
;
}

/* line 2647, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPanelButton {
  border-radius: inherit;
}

/* line 2651, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaButton:hover, .PinturaShapeStyle > .PinturaButton[data-focus-visible] {
  position: relative;
  z-index: 1;
}

/* line 2656, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaColorPickerButton .PinturaButtonLabel {
  display: block;
  border-radius: inherit;
}

/* line 2661, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaColorPickerButton {
  display: flex;
  justify-content: center;
}

/* line 2666, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaColorPreview {
  border-radius: inherit;
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  background-size: 4px;
}

/* line 2674, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaColorPreview span {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 2679, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle [data-focus-visible] .PinturaColorPreview span:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
  content: "";
  z-index: 1;
}

/* line 2692, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaColorPickerButtonStroke .PinturaColorPreview {
  -webkit-mask: radial-gradient(circle, transparent 5.5px, #000 6px);
  mask: radial-gradient(circle, transparent 5.5px, #000 6px);
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* line 2699, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaColorPickerButtonStroke .PinturaColorPreview span:after {
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: inherit;
  box-shadow: 0 0 0 1px var(--color-foreground-5);
  content: "";
}

/* line 2710, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaSliderButton .PinturaButtonLabel, .PinturaShapeStyle > .PinturaSliderButton .PinturaButtonLabelPrefix {
  display: block;
  line-height: 2.25;
  font-size: .6875em;
}

/* line 2716, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaSliderButton .PinturaButtonLabelPrefix {
  color: var(--color-foreground-40);
  padding-left: .625em;
  margin-right: -.25em;
}

/* line 2722, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaSliderButton .PinturaButtonLabel {
  padding: 0 1em;
}

/* line 2726, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaDropdownButton .PinturaButtonLabel, .PinturaShapeStyle > .PinturaRadioGroup .PinturaButtonLabel, .PinturaShapeStyle > .PinturaRadioGroupOption label {
  display: block;
  line-height: 2.25;
  padding: 0 1em;
  font-size: .6875em;
}

/* line 2733, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaButton[data-focus-visible]:not(.PinturaColorPickerButton) {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 2738, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaInputField {
  padding: 0 .75em;
  width: 3em;
  height: 2em;
  line-height: 2em;
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
  border-radius: var(--border-radius);
}

/* line 2747, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptInputGroup {
  position: relative;
  display: flex;
  align-items: flex-start;
}

/* line 2753, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptInputGroup .PinturaInput {
  width: 18em;
  padding: 0;
}

/* line 2758, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptInputGroup .PinturaInput input {
  padding-right: 2em;
}

/* line 2762, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptInputGroup > .PinturaButton:not(.PinturaButtonIconOnly) {
  display: block;
  line-height: 2.125;
  margin-left: .5em;
  padding: 0 1em;
  font-size: .6875em;
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
  background-color: var(--color-foreground-10);
  border-radius: var(--border-radius);
}

/* line 2773, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptInputGroup .PinturaButtonIconOnly {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  height: 1.75em;
  padding: 0;
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
  border-radius: var(--border-radius);
}

/* line 2784, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptInputGroup .PinturaButtonIconOnly svg {
  width: .875em;
}

/* line 2788, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptInputGroup .PinturaProgressIndicator {
  position: absolute;
  width: .875em;
  height: .875em;
  pointer-events: none;
}

/* line 2795, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptInputGroup .PinturaProgressIndicator svg {
  width: .875em;
}

/* line 2799, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptInputWrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 2805, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptInputWrapper .PinturaProgressIndicator {
  right: .3125em;
}

/* line 2809, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaGenerateMoreButtonWrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .3125em;
  margin-left: .75em;
}

/* line 2818, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptOptions {
  margin-left: .5em;
  display: flex;
  align-items: center;
}

/* line 2824, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptOption {
  position: relative;
  padding: 0;
  margin-left: .5em;
  border-radius: .5em;
}

/* line 2831, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptOption:after, .PinturaShapeStyle .PinturaPromptOption img {
  border-radius: .5em;
  pointer-events: none;
}

/* line 2836, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptOption:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 2847, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaPromptOption img {
  display: block;
  width: 2.5em;
  height: 2.5em;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 2855, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaDropdownButton {
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
  transition: background-color var(--transition-duration-10);
}

/* line 2860, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaDropdownButton:hover {
  background-color: var(--color-foreground-10);
}

/* line 2864, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaDropdownButton .PinturaButtonLabel:after, .PinturaShapeStyle > .PinturaDropdownButton .PinturaComboBox:after {
  content: "▼";
  font-size: .6875em;
  margin-left: .75em;
  position: relative;
  top: -.125em;
  margin-right: -.25em;
  pointer-events: none;
}

/* line 2874, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaDropdownButton .PinturaComboBox:after {
  top: 0;
  margin-left: .375em;
  font-size: .47265625em;
}

/* line 2880, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaComboBox {
  padding-right: .75em;
}

/* line 2884, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaComboBox .PinturaInput {
  padding-left: 0;
}

/* line 2888, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaComboBox .PinturaInput input {
  box-shadow: none;
}

/* line 2892, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle .PinturaComboBox .PinturaInputField {
  padding-right: .375em;
}

/* line 2896, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaRadioGroup > .PinturaRadioGroupOptions {
  flex-direction: row;
}

/* line 2900, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaRadioGroup > .PinturaRadioGroupOptions label {
  cursor: var(--button-cursor);
  display: flex;
  height: var(--control-height);
  align-items: center;
  padding: 0 .25em;
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
  transition: background-color var(--transition-duration-10);
}

/* line 2910, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaRadioGroup > .PinturaRadioGroupOptions label:hover {
  background-color: var(--color-foreground-20);
}

/* line 2914, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaRadioGroup > .PinturaRadioGroupOptions svg {
  width: 1.125em;
  height: 1.125em;
}

/* line 2919, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaRadioGroup > .PinturaRadioGroupOptions .PinturaRadioGroupOption:first-of-type label {
  padding-left: .5em;
  border-top-left-radius: var(--border-radius-round);
  border-bottom-left-radius: var(--border-radius-round);
}

/* line 2925, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaRadioGroup > .PinturaRadioGroupOptions .PinturaRadioGroupOption:last-of-type label {
  padding-right: .5em;
  border-top-right-radius: var(--border-radius-round);
  border-bottom-right-radius: var(--border-radius-round);
}

/* line 2931, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeStyle > .PinturaRadioGroup > .PinturaRadioGroupOptions [data-selected=true] label {
  background-color: var(--color-foreground-10);
}

/* line 2935, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaShapeStyle > .PinturaDropdownButton .PinturaButtonLabel:after, .PinturaRoot[dir=rtl] .PinturaShapeStyle > .PinturaDropdownButton .PinturaComboBox:after {
  margin-right: .75em;
  margin-left: -.25em;
}

/* line 2940, app/assets/stylesheets/pintura/pintura.scss */
.PinturaToolbar {
  display: flex;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}

/* line 2947, app/assets/stylesheets/pintura/pintura.scss */
.PinturaToolbar .PinturaToolbarInner {
  display: inline-flex;
}

/* line 2951, app/assets/stylesheets/pintura/pintura.scss */
.PinturaToolbar[data-layout=compact] .PinturaToolbarContentWide, .PinturaToolbar[data-overflow=overflow] .PinturaToolbarContentOptional {
  display: none;
}

/* line 2955, app/assets/stylesheets/pintura/pintura.scss */
.PinturaToolbar .PinturaButton {
  border-radius: var(--border-radius-round);
  outline: transparent;
  padding: .3125em .75em;
  transition: background-color var(--transition-duration-10) ease-out, color var(--transition-duration-10) ease-out, box-shadow var(--transition-duration-10) ease-out;
  line-height: 1.1;
}

/* line 2963, app/assets/stylesheets/pintura/pintura.scss */
.PinturaToolbar .PinturaButton:hover {
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 2967, app/assets/stylesheets/pintura/pintura.scss */
.PinturaToolbar .PinturaButton[data-focus-visible] {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 2972, app/assets/stylesheets/pintura/pintura.scss */
.PinturaToolbar .PinturaButton .PinturaButtonIcon {
  width: 1em;
}

/* line 2976, app/assets/stylesheets/pintura/pintura.scss */
.PinturaToolbar .PinturaButtonLabel {
  font-size: .75em;
}

/* line 2980, app/assets/stylesheets/pintura/pintura.scss */
.PinturaToolbar .PinturaPanel {
  z-index: 3;
}

/* line 2984, app/assets/stylesheets/pintura/pintura.scss */
.PinturaToolbar .PinturaToolbarInner > * {
  margin: 0 .5em;
}

/* line 2988, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator {
  --size: 1.25em;
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  touch-action: none;
  transform: translate3d(calc(var(--tx) * 1px), calc(var(--ty) * 1px), 0) scale(var(--sx), var(--sy));
}

/* line 2998, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator:not([data-shape=edge]) {
  width: var(--size);
  height: var(--size);
  z-index: 2;
}

/* line 3004, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator:not([data-shape=edge]):after {
  position: absolute;
  left: -.5em;
  right: -.5em;
  top: -.5em;
  bottom: -.5em;
  border-radius: inherit;
  content: "";
}

/* line 3014, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-focus-visible]:not([data-shape=edge]):after {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 3019, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-shape~=circle] {
  margin-left: calc(var(--size) * (-.5));
  margin-top: calc(var(--size) * (-.5));
  line-height: var(--size);
  border-radius: 50%;
  background-color: var(--color-foreground-100);
  box-shadow: 0 0 2px var(--color-background-50);
}

/* line 3028, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-shape=hook] {
  border: 3px solid var(--color-foreground-100);
}

/* line 3032, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-shape=hook][data-direction*=t] {
  margin-top: -3px;
  border-bottom: 0;
}

/* line 3037, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-shape=hook][data-direction*=r] {
  border-left: 0;
  margin-left: calc(var(--size) * (-1));
}

/* line 3042, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-shape=hook][data-direction*=b] {
  margin-top: calc(var(--size) * (-1));
  border-top: 0;
}

/* line 3047, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-shape=hook][data-direction*=l] {
  border-right: 0;
  margin-left: -3px;
}

/* line 3052, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-shape~=edge] {
  height: 1px;
  width: 1px;
  z-index: 1;
}

/* line 3058, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-shape~=edge][data-focus-visible] {
  background-color: var(--color-focus-50);
}

/* line 3062, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-direction=b], .PinturaRectManipulator[data-direction=t] {
  cursor: ns-resize;
  height: var(--size);
  margin-top: calc(var(--size) * (-.5));
  transform-origin: 0 center;
}

/* line 3069, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-direction=l], .PinturaRectManipulator[data-direction=r] {
  cursor: ew-resize;
  width: var(--size);
  margin-left: calc(var(--size) * (-.5));
  transform-origin: center 0;
}

/* line 3076, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-direction=bl], .PinturaRectManipulator[data-direction=tr] {
  cursor: nesw-resize;
}

/* line 3080, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRectManipulator[data-direction=br], .PinturaRectManipulator[data-direction=tl] {
  cursor: nwse-resize;
}

/* line 3084, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=pointer-coarse] .PinturaRectManipulator[data-shape=edge]:active {
  background-color: var(--color-foreground-5);
}

/* line 3088, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=pointer-coarse] .PinturaRectManipulator:not([data-shape=edge]):after {
  left: -1em;
  right: -1em;
  top: -1em;
  bottom: -1em;
}

/* line 3095, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env~=pointer-coarse] .PinturaRectManipulator:not([data-shape=edge]):active:after {
  background-color: var(--color-foreground-5);
}

/* line 3099, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env*=chrome-] .PinturaRectManipulator {
  transform: translate3d(calc(var(--tx) * 1px), calc(var(--ty) * 1px), 0);
}

/* line 3103, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env*=chrome-] .PinturaRectManipulator[data-direction=b], .PinturaRoot[data-env*=chrome-] .PinturaRectManipulator[data-direction=t] {
  width: calc(var(--sx) * 1px);
}

/* line 3107, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env*=chrome-] .PinturaRectManipulator[data-direction=l], .PinturaRoot[data-env*=chrome-] .PinturaRectManipulator[data-direction=r] {
  height: calc(var(--sy) * 1px);
}

/* line 3111, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton {
  --thumb-size: 1.75em;
  --thumb-radius: 0.3125em;
  --thumb-margin: 0.3125em;
  padding: var(--thumb-margin);
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
  cursor: var(--button-cursor);
  outline: transparent;
}

/* line 3122, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton > * {
  pointer-events: none;
}

/* line 3126, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: filter var(--transition-duration-25) ease-out;
}

/* line 3136, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton[disabled] {
  filter: var(--filter-disabled);
}

/* line 3140, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton:hover {
  background-color: var(--color-foreground-10);
}

/* line 3144, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton text {
  font-family: monospace;
}

/* line 3148, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton img, .PinturaRoot .PinturaImageButton svg {
  display: block;
  width: var(--thumb-size);
  height: var(--thumb-size);
  min-width: auto;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--thumb-radius);
}

/* line 3159, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton[data-loader]:after, .PinturaRoot .PinturaImageButton[data-loader]:before {
  display: block;
  width: var(--thumb-size);
  height: var(--thumb-size);
  line-height: var(--thumb-size);
  border-radius: var(--thumb-radius);
}

/* line 3167, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton[data-error] img {
  display: none;
}

/* line 3171, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton[data-error]:after {
  content: "⚠";
  box-shadow: inset 0 0 0 1px var(--color-error-75);
  background-color: var(--color-error-10);
  color: var(--color-error-75);
}

/* line 3178, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton[data-loader] {
  position: relative;
}

/* line 3182, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton[data-loader]:before {
  content: "";
  position: absolute;
  left: var(--thumb-margin);
  top: var(--thumb-margin);
  -webkit-animation: pintura-img-loading calc(var(--transition-duration-multiplier, 0) * 1s) infinite alternate ease-in-out;
  animation: pintura-img-loading calc(var(--transition-duration-multiplier, 0) * 1s) infinite alternate ease-in-out;
  background-color: var(--color-foreground-10);
  transition: transform calc(var(--transition-duration-multiplier, 0) * .5s) ease-in;
  z-index: -1;
}

/* line 3194, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton[data-loader] img {
  opacity: 0;
  transition: opacity calc(var(--transition-duration-multiplier, 0) * .35s) ease-out;
}

/* line 3199, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton[data-loader][data-load] img {
  opacity: 1;
}

/* line 3203, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot .PinturaImageButton[data-loader][data-error]:before, .PinturaRoot .PinturaImageButton[data-loader][data-load]:before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  transform: scale(0.5);
}

@-webkit-keyframes pintura-img-loading {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: .5;
  }
}

@keyframes pintura-img-loading {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: .5;
  }
}

/* line 3233, app/assets/stylesheets/pintura/pintura.scss */
.PinturaImageButtonList, .PinturaImageButtonList > li {
  display: flex;
  align-items: center;
}

/* line 3238, app/assets/stylesheets/pintura/pintura.scss */
.PinturaImageButtonList > li {
  --thumb-size: 1.75em;
  --thumb-radius: 0.3125em;
  --thumb-margin: 0.3125em;
  justify-content: center;
  position: relative;
}

/* line 3246, app/assets/stylesheets/pintura/pintura.scss */
.PinturaImageButtonList > li + li {
  margin-left: .5em;
}

/* line 3250, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInput {
  display: flex;
  flex-direction: row;
}

/* line 3255, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInput input[disabled] {
  filter: var(--filter-disabled);
}

/* line 3259, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputField {
  flex: 1;
  outline: transparent;
}

/* line 3264, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputField[type=number] {
  -moz-appearance: textfield;
}

/* line 3268, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputField[type=number]::-webkit-inner-spin-button, .PinturaInputField[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 3273, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputSpinners {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

/* line 3280, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInputSpinners button {
  line-height: 1 !important;
  width: 2em;
  font-size: .5em !important;
  outline: transparent;
}

/* line 3287, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShorthandControl {
  flex-direction: row;
  padding-left: .25em;
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
}

/* line 3293, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShorthandControl > .PinturaSliderButton + .PinturaSliderButton {
  border-left: 1px solid var(--color-foreground-5);
  border-radius: 0;
}

/* line 3298, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShorthandControl .PinturaSliderButton .PinturaButtonLabel {
  padding: 0 .5em;
}

/* line 3302, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShorthandControl .PinturaColorPreview {
  width: 1em;
  height: 1em;
  margin-right: .25em;
  margin-top: .25em;
}

/* line 3309, app/assets/stylesheets/pintura/pintura.scss */
.PinturaPanel.PinturaSliderPanel {
  border-radius: var(--border-radius-round);
}

/* line 3313, app/assets/stylesheets/pintura/pintura.scss */
.PinturaPercentageLabel {
  font-variant-numeric: tabular-nums;
  min-width: 3em;
  text-align: center;
}

/* line 3319, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSliderPanel .PinturaSlider {
  width: 10em;
  --knob-size: 0.75em;
  --knob-margin-left: 0.3125em;
  --knob-margin-right: 0.3125em
;
}

/* line 3326, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSliderPanel .PinturaSliderTrack {
  background-color: var(--color-foreground-10);
}

/* line 3330, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSliderPanel .PinturaSliderKnob {
  background-color: var(--color-foreground-100);
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.35), 0 -0.125em 0.25em rgba(0, 0, 0, 0.1);
}

/* line 3335, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsPalette {
  text-align: center;
  width: 40em;
  max-width: 100%;
  overflow: hidden;
}

/* line 3342, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsPalette .PinturaShapePresetSelect {
  vertical-align: top;
  display: inline-block;
}

/* line 3347, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsPalette .PinturaScrollable:not([data-state~=overflows]) {
  display: flex;
  justify-content: center;
}

/* line 3352, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsPalette .PinturaButton + .PinturaButton {
  margin-left: .5em;
}

/* line 3356, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsPalette .PinturaButton {
  flex-direction: row;
  line-height: 1.1;
  padding: .3125em .75em;
  border-radius: var(--border-radius-round);
  box-shadow: inset 0 0 0 1px var(--color-foreground-5);
  cursor: var(--button-cursor);
  transition: background-color var(--transition-duration-10) ease-out, color var(--transition-duration-10) ease-out, box-shadow var(--transition-duration-10) ease-out;
  outline: none;
}

/* line 3367, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsPalette .PinturaButton .PinturaButtonIcon {
  width: 1em;
}

/* line 3371, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsPalette .PinturaButton .PinturaButtonLabel {
  font-size: .75em;
}

/* line 3375, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsPalette .PinturaButton:hover {
  box-shadow: inset 0 0 0 1px var(--color-foreground-10);
}

/* line 3379, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsPalette .PinturaButton[data-focus-visible] {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 3384, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsPalette .PinturaShapePresetsFlat > * + *, .PinturaShapePresetsPalette .PinturaShapePresetsGroups > * + *, .PinturaShapePresetsPalette .PinturaShapePresetsGroups > div > * + * {
  margin-left: .5em;
}

/* line 3388, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsGroups {
  display: flex;
}

/* line 3392, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsGrouped {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 3398, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsGrouped [role=tab] {
  white-space: nowrap;
}

/* line 3402, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsFlat {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3408, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapePresetsFlat > .PinturaButton {
  margin-left: 1em;
}

/* line 3412, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeList {
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--transition-duration-10) ease-in-out;
  position: absolute;
  top: 1em;
  left: 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  border-radius: var(--border-radius);
  color: var(--color-foreground-100);
  background: var(--color-background-70);
  box-shadow: 0 0 0 1px var(--color-foreground-5);
}

/* line 3429, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeList li + li {
  margin-top: -.3125em;
}

/* line 3433, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeList[data-visible=true] {
  opacity: 1;
}

/* line 3437, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeList .PinturaColorPreview {
  width: .75em;
  height: .75em;
  margin-right: .25em;
  border-radius: .25em;
}

/* line 3444, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeList .PinturaShapeListItem {
  display: flex;
  align-items: center;
  padding: .25em .5em;
  outline: none;
}

/* line 3451, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeList .PinturaShapeListItem > span {
  font-size: .75em;
  line-height: 1.75;
  padding: 0 .325em;
  margin-left: -.325em;
}

/* line 3458, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeList .PinturaShapeListItem[data-focus-visible] > span {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 3463, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeList[data-visible=true] .PinturaShapeListItem {
  pointer-events: all;
}

/* line 3467, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeEditor {
  height: 100%;
  width: 100%;
  outline: none;
  touch-action: none;
}

/* line 3474, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControls {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  display: flex;
  align-items: center;
}

/* line 3484, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup {
  pointer-events: all;
  color: #eee;
  background: #222;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.25);
  border-radius: .25em;
}

/* line 3492, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup, .PinturaShapeControlsGroup .PinturaShapeControlsGroupToggle {
  display: inline-flex;
  min-height: 1.75em;
}

/* line 3497, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup + .PinturaShapeControlsGroup {
  margin-left: .5em;
}

/* line 3501, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup .PinturaShapeControlsGroupToggle {
  position: relative;
}

/* line 3505, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup .PinturaButton {
  outline: transparent;
}

/* line 3509, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup .PinturaButton[data-focus-visible] {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 3514, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup .PinturaButton[disabled] > span {
  opacity: .5;
  pointer-events: all;
  cursor: not-allowed;
}

/* line 3520, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup > .PinturaButton {
  display: block;
  font-weight: 700;
  transition: background-color var(--transition-duration-10);
  outline: transparent;
}

/* line 3527, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup > .PinturaButton:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 3531, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup > .PinturaButton .PinturaButtonLabel {
  display: block;
  font-size: .6875em;
  padding: 0 .75em;
  line-height: 1.7em;
}

/* line 3538, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup .PinturaButtonIconOnly {
  width: 1.75em;
  transition: background-color var(--transition-duration-10);
}

/* line 3543, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup .PinturaButtonIconOnly:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 3547, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup > button:first-of-type {
  border-radius: .25em 0 0 .25em;
}

/* line 3551, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup > button:last-of-type {
  border-radius: 0 .25em .25em 0;
}

/* line 3555, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup > button:only-of-type {
  border-radius: .25em;
}

/* line 3559, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup > * + * {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 3563, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeControlsGroup svg {
  pointer-events: none;
}

/* line 3567, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInlineInput {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  transform-origin: center;
  display: flex;
}

/* line 3577, app/assets/stylesheets/pintura/pintura.scss */
.PinturaInlineInput:before {
  content: "";
  width: 0;
  height: var(--line-height);
}

/* line 3583, app/assets/stylesheets/pintura/pintura.scss */
.PinturaContentEditable {
  margin: 0;
  padding: 0;
  width: calc(100% / var(--font-scalar));
  height: calc((100% / var(--font-scalar)) - var(--bottom-inset, 0));
  overflow: hidden;
  outline: none;
  vertical-align: top;
}

/* line 3593, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList, .PinturaOptionsListWrapper {
  border-radius: inherit;
}

/* line 3597, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList .PinturaListOption {
  transition: background-color var(--transition-duration-10);
  border-radius: inherit;
}

/* line 3602, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList .PinturaListOption label {
  display: block;
  margin: 0;
  border-radius: inherit;
  white-space: nowrap;
}

/* line 3609, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList .PinturaListOption svg {
  margin-right: .25em;
  margin-left: -.5em;
  min-width: 1.5em;
}

/* line 3615, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList .PinturaListOption svg:only-child {
  margin-left: 0;
  margin-right: 0;
}

/* line 3620, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList .PinturaListOption [slot] {
  display: flex;
  align-items: center;
  padding: .325em .75em;
}

/* line 3626, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList .PinturaDropdownOptionLabel {
  font-size: .75em;
  line-height: 1.75;
  padding: 0 .325em;
  margin-left: -.325em;
  display: inline-flex;
  flex-direction: column;
}

/* line 3635, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList .PinturaDropdownOptionSublabel {
  font-size: .75em;
  opacity: .5;
  margin-top: -.5em;
}

/* line 3641, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList .PinturaListOptionGroup > span {
  display: block;
  padding: .75em 1em;
  text-transform: uppercase;
  font-size: .75em;
  color: var(--color-foreground-50);
}

/* line 3649, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList [data-disabled=true] {
  color: var(--color-foreground-50);
}

/* line 3653, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList [data-selected=false]:not([data-disabled=true]):hover {
  background-color: var(--color-foreground-10);
}

/* line 3657, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList [data-selected=true] {
  color: var(--color-foreground-100);
  background-color: var(--color-foreground-20);
}

/* line 3662, app/assets/stylesheets/pintura/pintura.scss */
.PinturaOptionsList [data-focus-visible] + label .PinturaDropdownOptionLabel {
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
  border-radius: .25em;
}

/* line 3668, app/assets/stylesheets/pintura/pintura.scss */
.PinturaListOption label {
  margin: 0;
}

/* line 3672, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaDropdownOptionLabel {
  margin-right: -.325em;
  align-items: flex-end;
}

/* line 3677, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaListOption svg {
  margin-left: -.5em;
  margin-right: auto;
}

/* line 3682, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaListOption svg + span {
  margin-left: .25em;
}

/* line 3686, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[dir=rtl] .PinturaListOption [slot] {
  justify-content: flex-end;
}

/* line 3690, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel {
  padding: .5em;
  max-width: 14em;
  overflow: visible;
  touch-action: none;
}

/* line 3697, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaColorPickerButton {
  outline: transparent;
}

/* line 3701, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaColorPickerButton[data-focus-visible] {
  box-shadow: inset 0 0 0 1px var(--color-foreground-70);
}

/* line 3705, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaColorPreview {
  width: 1.25em;
  height: 1.25em;
  border-radius: .25em;
}

/* line 3711, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaColorPreview span {
  border-radius: .2em;
  box-shadow: inset 0 0 0 1px var(--color-foreground-20);
}

/* line 3716, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaColorPresets legend {
  color: var(--color-foreground-50);
  margin: 0 0 .25em .3125em;
  font-size: .75em;
}

/* line 3722, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaColorPresets:only-child legend {
  display: none;
}

/* line 3726, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaColorPresetsGrid .PinturaRadioGroupOptions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 3732, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaColorPresetsGrid .PinturaListOption {
  display: block;
  padding: .25em;
}

/* line 3737, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaColorPresetsGrid .PinturaListOption label, .PinturaColorPickerPanel .PinturaColorPresetsGrid .PinturaListOption label span {
  display: block;
  cursor: var(--button-cursor);
}

/* line 3742, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaColorPresetsGrid input[data-focus-visible] + label .PinturaColorPreview:after {
  position: absolute;
  left: -.3125em;
  right: -.3125em;
  top: -.3125em;
  bottom: -.3125em;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 3755, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaSlider {
  margin-left: -.325em;
  margin-right: -.325em;
}

/* line 3760, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaSlider > .PinturaSliderControl {
  position: relative;
  z-index: 2;
}

/* line 3765, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker {
  width: 100%;
}

/* line 3769, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker + .PinturaColorPresets {
  margin-top: .5em;
}

/* line 3773, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaPickerKnob, .PinturaColorPickerPanel .PinturaPicker .PinturaSliderKnob {
  border-radius: 9999em;
  box-shadow: inset 0 0.06125em 0.06125em rgba(0, 0, 0, 0.1), 0 0 0 0.06125em #fff, 0 0.1875em 0.25em rgba(0, 0, 0, 0.35), 0 -0.125em 0.25em rgba(0, 0, 0, 0.1);
}

/* line 3778, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaPickerKnob {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  margin-left: -.625em;
  margin-top: -.625em;
  width: 1.25em;
  height: 1.25em;
  visibility: visible;
  outline: none;
}

/* line 3792, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaPickerKnob[data-focus-visible]:after {
  position: absolute;
  left: -.3125em;
  right: -.3125em;
  top: -.3125em;
  bottom: -.3125em;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 3805, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaPickerKnobController {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}

/* line 3814, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaSaturationPicker {
  position: relative;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  margin: -.5em -.5em .5em;
  height: 7em;
  background-image: linear-gradient(180deg, transparent, #000), linear-gradient(90deg, #fff, transparent);
}

/* line 3822, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaHuePicker .PinturaSliderTrack {
  background-image: linear-gradient(90deg, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
}

/* line 3826, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaSliderTrack {
  box-shadow: inset 0 0 1px var(--color-foreground-50);
}

/* line 3830, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaOpacityPicker .PinturaSliderKnob:before, .PinturaColorPickerPanel .PinturaPicker .PinturaOpacityPicker .PinturaSliderTrack:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  background-color: #fff;
  background-image: var(--pattern-transparent);
}

/* line 3844, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaOpacityPicker .PinturaSliderKnob:before {
  background-position: calc(var(--slider-position) * -2px) 0;
}

/* line 3848, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaOpacityPicker {
  margin-top: .5em;
}

/* line 3852, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaColorPickerInput {
  color: var(--color-foreground-80);
  margin: .75em 0 .25em .3125em;
  width: calc(100% - .625em);
  line-height: 1.75;
  text-indent: .5em;
  font-size: .875em;
  border-radius: .25em;
  border: 1px solid var(--color-foreground-20);
  font-variant: tabular-nums;
  text-transform: uppercase;
}

/* line 3865, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPickerPanel .PinturaPicker .PinturaColorPickerInput:focus {
  outline: transparent;
  border-color: var(--color-focus-100);
}

/* line 3870, app/assets/stylesheets/pintura/pintura.scss */
.PinturaPanel {
  --color-inset: hsla(0, 0%, 100%, 0.1);
  --color-fill: var(--color-foreground-5);
  top: 0;
  left: 0;
  z-index: 2147483647;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: auto;
  outline: transparent;
  box-shadow: inset 0 0 0 1px var(--color-inset), 0 0.125em 0.25em rgba(0, 0, 0, 0.25), 0 0.125em 0.75em rgba(0, 0, 0, 0.15), 0 0.125em 0.125em rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
}

/* line 3885, app/assets/stylesheets/pintura/pintura.scss */
.PinturaPanel, .PinturaPanelTip {
  position: absolute;
  color: var(--color-foreground-90);
  background-color: var(--color-background-100);
  background-image: linear-gradient(var(--color-fill), var(--color-fill));
  background-blend-mode: screen;
}

/* line 3893, app/assets/stylesheets/pintura/pintura.scss */
.PinturaPanelTip {
  --tip-mask: transparent calc(50% - 1.5px), #000 calc(50% - 1.5px);
  width: .5em;
  height: .5em;
  margin-left: -.25em;
  margin-top: -.25em;
  z-index: -1;
  box-shadow: inset -1px -1px 0 0 var(--color-inset);
  -webkit-mask: linear-gradient(to bottom right, var(--tip-mask));
  mask: linear-gradient(to bottom right, var(--tip-mask));
}

/* line 3905, app/assets/stylesheets/pintura/pintura.scss */
.PinturaPanelTip[style*="top:0"] {
  box-shadow: inset 1px 1px 0 0 var(--color-inset);
  -webkit-mask: linear-gradient(to top left, var(--tip-mask));
  mask: linear-gradient(to top left, var(--tip-mask));
}

/* line 3911, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPreview {
  --color: transparent;
  color: var(--color);
  position: relative;
  pointer-events: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h4v4H0zm4 4h4v4H4z' fill='%23E5E5E5'/%3E%3C/svg%3E");
}

/* line 3920, app/assets/stylesheets/pintura/pintura.scss */
.PinturaColorPreview span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  border-radius: inherit;
}

/* line 3930, app/assets/stylesheets/pintura/pintura.scss */
.PinturaContentEditable {
  white-space: pre-line !important;
  word-break: break-word !important;
  display: inline-block !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

/* line 3940, app/assets/stylesheets/pintura/pintura.scss */
.PinturaContentEditable[data-wrap-content=nowrap] {
  white-space: nowrap !important;
  word-break: normal !important;
}

/* line 3945, app/assets/stylesheets/pintura/pintura.scss */
.PinturaContentEditable {
  background: transparent !important;
  margin: 0 !important;
  border-radius: 0 !important;
  max-width: none !important;
  min-width: auto !important;
  box-shadow: none !important;
}

/* line 3954, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider {
  position: relative;
  --track-offset-x: 0.5em;
  --track-offset-y: 0.5em;
  --track-size: 1.5em;
  --knob-size: 1em;
  --knob-margin-top: 0em;
  --knob-margin-right: 0em;
  --knob-margin-bottom: 0em;
  --knob-margin-left: 0em;
  display: flex;
  align-items: center;
  touch-action: none;
}

/* line 3969, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider[data-direction=y] {
  flex-direction: column;
}

/* line 3973, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider .PinturaSliderControl {
  position: relative;
  flex: 1;
}

/* line 3978, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider > button {
  position: relative;
  z-index: 1;
  width: var(--track-size);
  height: var(--track-size);
  overflow: hidden;
  cursor: pointer;
  flex-shrink: none;
}

/* line 3988, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider > button svg {
  width: 1.25em;
  height: 1.25em;
  margin: .125em;
  stroke-width: .125em;
  stroke: var(--color-foreground-50);
}

/* line 3996, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider > button:first-of-type {
  order: 2;
  padding-right: .125em;
  margin-left: -.325em;
}

/* line 4002, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider > button:last-of-type {
  order: 1;
  padding-left: .125em;
  margin-right: -.325em;
}

/* line 4008, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider > .PinturaSliderControl {
  order: 2;
}

/* line 4012, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider .PinturaSliderKnob {
  left: 0;
  top: 50%;
  border-radius: 9999em;
  visibility: visible;
  width: var(--knob-size);
  height: var(--knob-size);
  margin-left: calc(var(--knob-size) * -.5);
  margin-top: calc(var(--knob-size) * -.5);
}

/* line 4023, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider .PinturaSliderKnob, .PinturaSlider .PinturaSliderKnobController, .PinturaSlider .PinturaSliderTrack {
  pointer-events: none;
  position: absolute;
}

/* line 4028, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider .PinturaSliderTrack {
  top: var(--track-offset-y);
  bottom: var(--track-offset-y);
  left: var(--track-offset-x);
  right: var(--track-offset-x);
}

/* line 4035, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider .PinturaSliderKnobController {
  visibility: hidden;
  top: calc(var(--track-offset-y) + var(--knob-margin-top));
  bottom: calc(var(--track-offset-y) + var(--knob-margin-bottom));
  left: calc(var(--track-offset-x) + var(--knob-margin-left));
  right: calc(var(--track-offset-x) + var(--knob-margin-right));
}

/* line 4043, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider .PinturaSliderTrack {
  border-radius: 9999em;
}

/* line 4047, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider[data-direction=x] input[type=range] {
  height: var(--track-size);
  margin-left: var(--track-offset-x);
  width: calc(100% - (var(--track-offset-x) * 2));
}

/* line 4053, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider[data-direction=y] input[type=range] {
  width: var(--track-size);
  margin-top: var(--track-offset-y);
  height: calc(100% - (var(--track-offset-y) * 2));
}

/* line 4059, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range] {
  -webkit-appearance: none;
  display: block;
}

/* line 4064, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
}

/* line 4068, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 4076, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range]::-moz-range-thumb {
  line-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  visibility: hidden;
}

/* line 4084, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range]::-ms-thumb {
  line-height: 0;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 4091, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range]::-ms-ticks-before, .PinturaSlider input[type=range]::-ms-tooltip {
  display: none;
}

/* line 4095, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range]::-ms-ticks-after {
  display: none;
}

/* line 4099, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range]::-ms-track {
  color: transparent;
  border: none;
  background: transparent;
}

/* line 4105, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range]::-ms-fill-lower, .PinturaSlider input[type=range]::-ms-fill-upper {
  background: transparent;
}

/* line 4109, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range]:focus {
  outline: transparent;
}

/* line 4113, app/assets/stylesheets/pintura/pintura.scss */
.PinturaSlider input[type=range][data-focus-visible] ~ .PinturaSliderKnobController .PinturaSliderKnob:after {
  position: absolute;
  left: -.3125em;
  right: -.3125em;
  top: -.3125em;
  bottom: -.3125em;
  border-radius: inherit;
  content: "";
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
  pointer-events: none;
}

/* line 4126, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeManipulator {
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  touch-action: none;
  transform: translate3d(calc(var(--tx) * 1px), calc(var(--ty) * 1px), 0) rotate(var(--r)) scale(var(--sx), var(--sy));
  --size: 0.75em
;
}

/* line 4136, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeManipulator:not([data-control=edge]) {
  margin-left: calc(var(--size) * (-.5));
  margin-top: calc(var(--size) * (-.5));
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 9999em;
}

/* line 4145, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeManipulator:not([data-control=edge]):after {
  position: absolute;
  left: -.5em;
  right: -.5em;
  top: -.5em;
  bottom: -.5em;
  content: "";
}

/* line 4154, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeManipulator[data-focus-visible]:not([data-control=edge]):after {
  border-radius: inherit;
  background-color: var(--color-focus-50);
  box-shadow: inset 0 0 0 1px var(--color-focus-100);
}

/* line 4160, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeManipulator[data-control=point] {
  background: linear-gradient(90deg, var(--color-secondary-dark), var(--color-secondary));
  box-shadow: 0 0 0 2px #fff, 0 0 4px #000;
  z-index: 3;
}

/* line 4166, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeManipulator[data-control=edge] {
  margin-top: calc(var(--size) * (-.5));
  height: var(--size);
  width: 1px;
  z-index: 1;
  transform-origin: 0 calc(var(--size) * .5);
}

/* line 4174, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeManipulator[data-control=edge][data-focus-visible] {
  background-color: var(--color-focus-50);
}

/* line 4178, app/assets/stylesheets/pintura/pintura.scss */
.PinturaShapeManipulator[data-control=rotate] {
  border-radius: 9999em;
  background: linear-gradient(90deg, #fff, #ddd);
  box-shadow: 0 0 0 2px var(--color-secondary-dark), 0 0 4px #000;
  z-index: 2;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 4187, app/assets/stylesheets/pintura/pintura.scss */
.PinturaRoot[data-env*=chrome-] .PinturaShapeManipulator[data-control=edge] {
  width: calc(var(--sx) * 1px);
  transform: translate3d(calc(var(--tx) * 1px), calc(var(--ty) * 1px), 0) rotate(var(--r));
}
/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */
.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cropper-container img {
    image-orientation: 0deg;
    display: block;
    height: 100%;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cropper-canvas, .cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    opacity: .5
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, .75);
    overflow: hidden;
    width: 100%
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: .5;
    position: absolute
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: 33.33333%;
    left: 0;
    top: 33.33333%;
    width: 100%
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: 33.33333%;
    top: 0;
    width: 33.33333%
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: .75;
    position: absolute;
    top: 50%;
    width: 0
}

.cropper-center:after, .cropper-center:before {
    background-color: #eee;
    content: " ";
    display: block;
    position: absolute
}

.cropper-center:before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px
}

.cropper-center:after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px
}

.cropper-face, .cropper-line, .cropper-point {
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%
}

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0
}

.cropper-line {
    background-color: #39f
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0
}

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: .75;
    width: 5px
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px
}

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%
}

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px
}

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: .75;
        width: 5px
    }
}

.cropper-point.point-se:before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    width: 100% !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed
}
/* line 4, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dataTables_wrapper .row:first-child, .table-responsive .dataTables_wrapper .row:first-child {
  align-items: center;
  padding: 15px 0;
}

/* line 8, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dataTables_wrapper .row:first-child .form-control, .table-responsive .dataTables_wrapper .row:first-child .form-control {
  padding: 12px !important;
  background: #44214C !important;
}

/* line 14, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dataTables_wrapper .row:last-child, .table-responsive .dataTables_wrapper .row:last-child {
  align-items: center;
  padding: 15px;
  border-top: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

/* line 20, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dataTables_wrapper .row .dataTables_info, .table-responsive .dataTables_wrapper .row .dataTables_info {
  padding: 0;
}

/* line 26, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md table, .table-responsive table {
  width: 100% !important;
  margin: 15px 0 !important;
}

/* line 30, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md table thead, .table-responsive table thead {
  background-color: #50104F !important;
  border-width: 1px 0 1px 0 !important;
  border-color: rgba(230, 229, 226, 0.2) !important;
}

/* line 35, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md table thead th, .table-responsive table thead th {
  padding: 15px;
  text-align: left !important;
  font-size: 14px !important;
  color: white !important;
  text-transform: uppercase;
}

/* line 44, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md table tbody, .table-responsive table tbody {
  border-top: none !important;
}

/* line 48, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md table tbody tr td, .table-responsive-md table tbody tr th, .table-responsive table tbody tr td, .table-responsive table tbody tr th {
  padding: 15px;
  color: white;
  font-size: 14px;
}

/* line 59, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging, .table-responsive .dt-paging {
  padding: 8px 0;
  margin: 28px 0 0;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}

/* line 66, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .pagination, .table-responsive .dt-paging .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 72, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .dt-paging-button, .table-responsive .dt-paging .dt-paging-button {
  border-radius: 6px;
  padding: .5em 1em;
  margin: 0 4px;
  text-align: center;
}

/* line 78, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .dt-paging-button:hover, .table-responsive .dt-paging .dt-paging-button:hover {
  background: #50104F;
  border-color: #50104F;
  color: white;
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .dt-paging-button.disabled, .table-responsive .dt-paging .dt-paging-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #828282;
}

/* line 91, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .dt-paging-button.active, .table-responsive .dt-paging .dt-paging-button.active {
  background: #50104F;
  color: white;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: none;
}

/* line 98, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-paging .dt-paging-button.active:hover, .table-responsive .dt-paging .dt-paging-button.active:hover {
  background: #50104F;
}

/* line 104, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-empty, .table-responsive .dt-empty {
  text-align: center;
}

/* line 108, app/assets/stylesheets/plugin/datatable.scss */
.table-responsive-md .dt-search .form-control, .table-responsive .dt-search .form-control {
  width: auto;
}
.swal2-popup.swal2-toast {
    box-sizing: border-box;
    grid-column: 1/4 !important;
    grid-row: 1/4 !important;
    grid-template-columns:min-content auto min-content;
    padding: 1em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
    pointer-events: all
}

.swal2-popup.swal2-toast > * {
    grid-column: 2
}

.swal2-popup.swal2-toast .swal2-title {
    margin: .5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial
}

.swal2-popup.swal2-toast .swal2-loading {
    justify-content: center
}

.swal2-popup.swal2-toast .swal2-input {
    height: 2em;
    margin: .5em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-validation-message {
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
    grid-column: 3/3;
    grid-row: 1/99;
    align-self: center;
    width: .8em;
    height: .8em;
    margin: 0;
    font-size: 2em
}

.swal2-popup.swal2-toast .swal2-html-container {
    margin: .5em 1em;
    padding: 0;
    overflow: initial;
    font-size: 1em;
    text-align: initial
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
    padding: 0
}

.swal2-popup.swal2-toast .swal2-loader {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    height: 2em;
    margin: .25em
}

.swal2-popup.swal2-toast .swal2-icon {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0 .5em 0 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    justify-content: flex-start;
    height: auto;
    margin: 0;
    margin-top: .5em;
    padding: 0 .5em
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: .25em .5em;
    padding: .4em .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.8em;
    left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.25em;
    left: .9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide .1s forwards
}

.swal2-container {
    display: grid;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
    grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
    height: 100%;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .4)
}

.swal2-container.swal2-backdrop-hide {
    background: rgba(0, 0, 0, 0) !important
}

.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
    grid-template-columns:minmax(0, 1fr) auto auto
}

.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
    grid-template-columns:auto minmax(0, 1fr) auto
}

.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
    grid-template-columns:auto auto minmax(0, 1fr)
}

.swal2-container.swal2-top-start > .swal2-popup {
    align-self: start
}

.swal2-container.swal2-top > .swal2-popup {
    grid-column: 2;
    align-self: start;
    justify-self: center
}

.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
    grid-column: 3;
    align-self: start;
    justify-self: end
}

.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
    grid-row: 2;
    align-self: center
}

.swal2-container.swal2-center > .swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center
}

.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    justify-self: end
}

.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
    grid-column: 1;
    grid-row: 3;
    align-self: end
}

.swal2-container.swal2-bottom > .swal2-popup {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
    align-self: end
}

.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    justify-self: end
}

.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
    grid-column: 1/4;
    width: 100%
}

.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
    grid-row: 1/4;
    align-self: stretch
}

.swal2-container.swal2-no-transition {
    transition: none !important
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns:minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem
}

.swal2-popup:focus {
    outline: none
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .8em 1em 0;
    color: inherit;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
}

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: .25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0)
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    font-weight: 500
}

.swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #dc3741;
    color: #fff;
    font-size: 1em
}

.swal2-styled.swal2-deny:focus {
    box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
}

.swal2-styled.swal2-default-outline:focus {
    box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-styled:focus {
    outline: none
}

.swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-footer {
    justify-content: center;
    margin: 1em 0 0;
    padding: 1em 1em 0;
    border-top: 1px solid #eee;
    color: inherit;
    font-size: 1em
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto !important;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.swal2-timer-progress-bar {
    width: 100%;
    height: .25em;
    background: rgba(0, 0, 0, .2)
}

.swal2-image {
    max-width: 100%;
    margin: 2em auto 1em
}

.swal2-close {
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s, box-shadow .1s;
    border: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0);
    color: #ccc;
    font-family: serif;
    font-family: monospace;
    font-size: 2.5em;
    cursor: pointer;
    justify-self: end
}

.swal2-close:hover {
    transform: none;
    background: rgba(0, 0, 0, 0);
    color: #f27474
}

.swal2-close:focus {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-close::-moz-focus-inner {
    border: 0
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em .3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word
}

.swal2-input, .swal2-file, .swal2-textarea, .swal2-select, .swal2-radio, .swal2-checkbox {
    margin: 1em 2em 3px
}

.swal2-input, .swal2-file, .swal2-textarea {
    box-sizing: border-box;
    width: auto;
    transition: border-color .1s, box-shadow .1s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, 0);
    color: inherit;
    font-size: 1.125em
}

.swal2-input.swal2-inputerror, .swal2-file.swal2-inputerror, .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important
}

.swal2-input:focus, .swal2-file:focus, .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-input::placeholder, .swal2-file::placeholder, .swal2-textarea::placeholder {
    color: #ccc
}

.swal2-range {
    margin: 1em 2em 3px;
    background: #fff
}

.swal2-range input {
    width: 80%
}

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center
}

.swal2-range input, .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

.swal2-file {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    background: rgba(0, 0, 0, 0);
    font-size: 1.125em
}

.swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: rgba(0, 0, 0, 0);
    color: inherit;
    font-size: 1.125em
}

.swal2-radio, .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit
}

.swal2-radio label, .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-radio input, .swal2-checkbox input {
    flex-shrink: 0;
    margin: 0 .4em
}

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto 0
}

.swal2-validation-message {
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300
}

.swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto .6em;
    border: 0.25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .5s
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .8s
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark .8s
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165, 220, 134, .3);
    border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .8125em;
    width: 1.5625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 1.25em auto;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    font-weight: 600
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #add8e6;
    color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #2778c4
}

[class^=swal2] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.swal2-show {
    animation: swal2-show .3s
}

.swal2-hide {
    animation: swal2-hide .15s forwards
}

.swal2-noanimation {
    transition: none
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.swal2-rtl .swal2-close {
    margin-right: initial;
    margin-left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg)
    }
    33% {
        transform: translateY(0) rotateZ(-2deg)
    }
    66% {
        transform: translateY(0.3125em) rotateZ(2deg)
    }
    100% {
        transform: translateY(0) rotateZ(0deg)
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }
    54% {
        top: .125em;
        left: .125em;
        width: 0
    }
    70% {
        top: .625em;
        left: -0.25em;
        width: 1.625em
    }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(0.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(0.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }
    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }
    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0
    }
    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0
    }
    80% {
        margin-top: -0.375em;
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg)
    }
    100% {
        transform: rotateY(0)
    }
}

@keyframes swal2-animate-i-mark {
    0% {
        transform: rotateZ(45deg);
        opacity: 0
    }
    25% {
        transform: rotateZ(-25deg);
        opacity: .4
    }
    50% {
        transform: rotateZ(15deg);
        opacity: .8
    }
    75% {
        transform: rotateZ(-5deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-container {
    background-color: rgba(0, 0, 0, 0) !important;
    pointer-events: none
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
    pointer-events: all
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
        display: none
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important
    }
}

body.swal2-toast-shown .swal2-container {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
